/* root-main */
/* main-visual */
.main .visual {
	position: relative;
	height: 100vh;
	z-index: 2;
}

.main .visual .visual-cover .swiper-control {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1620px;
	z-index: 1;
	margin: 0 auto;
}

.main .visual .visual-cover .swiper-control .swiper-navi {
	position: relative;
	width: 100%;
}

.main .visual .visual-cover .swiper-control .swiper-navi .swiper-navi-item {
	cursor: pointer;
}

.main .visual .visual-cover .swiper-control .swiper-navi .swiper-navi-item span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 36px;
	height: 73px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.main .visual .visual-cover .swiper-control .swiper-navi .swiper-navi-item.swiper-prev span {
	left: 0;
	background-image: url("/assets/pc/images/main/visual-prev.png");
}

.main .visual .visual-cover .swiper-control .swiper-navi .swiper-navi-item.swiper-next span {
	right: 0;
	background-image: url("/assets/pc/images/main/visual-next.png");
}

.main .visual-cover-item {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.main .visual-cover-item .visual-cover-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: -1;
}

.main .visual-cover-item .visual-cover-content {
	margin-left: calc((100% - 1320px) / 2);
}

.main .visual-cover-item .visual-cover-title span {
	display: inline-block;
	padding: 18px 20px 10px;
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	background-color: #ffffff;
	font-size: 64px;
	font-weight: 700;
	color: #222221;
	border-radius: 5px;
	line-height: 1;
}

.main .visual-cover-item .visual-cover-title span:last-child {
	margin-top: -10px;
}

.main .visual-cover-item .visual-cover-message {
	margin-top: 20px;
}

.main .visual-cover-item .visual-cover-message span {
	display: inline-block;
	padding: 15px 20px 15px 20px;
	font-size: 22px;
	color: #222221;
	background: #fff;
	border-radius: 5px;
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	line-height: 32px;
	font-weight: 500;
}

.main .visual-cover-item .visual-cover-action {
	margin-top: 40px;
}

.main .visual-cover-item .visual-cover-action button {
	border-radius: 30px;
	padding: 16px 40px;
	background: rgba(49, 48, 48, 0.9);
	color: #ffffff;
	font-weight: 500;
	letter-spacing: -0.4px;
	font-size: 16px;
	border: 1px solid #fff;
	transition: ease-out .35s;
}

.main .visual-cover-item .visual-cover-action button:hover {
	background-color: #da281f;
	border-color: #da281f;
}

.main .visual-control {
	position: absolute;
	bottom: 230px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.main .visual-control .visual-bar {
	width: 288px;
	height: 4px;
}

.main .visual-control .swiper-pagination-progressbar {
	width: 288px;
	height: 4px;
	background: #a1a1a1;
}

.main .visual-control .swiper-pagination-progressbar-fill {
	background: #ffffff;
}

.main .visual-control .visual-navi {
	margin-left: 34px;
	display: flex;
}

.main .visual-control .visual-navi .visual-navi-item {
	cursor: pointer;
	font-size: 30px;
	color: #ffffff;
}

.main .visual-control .visual-navi .visual-navi-item + .visual-navi-item {
	margin-left: 40px;
}

.main .visual-control .visual-navi .visual-navi-item span {
	display: block;
	width: 8px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.main .visual-control .visual-navi .swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev_white.png");
}

.main .visual-control .visual-navi .swiper-prev:hover span {
	background-image: url("/assets/pc/images/common/navi-prev_primary.png");
}

.main .visual-control .visual-navi .swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next_white.png");
}

.main .visual-control .visual-navi .swiper-next:hover span {
	background-image: url("/assets/pc/images/common/navi-next_primary.png");
}

.main .visual-control .visual-navi .visual-navi-action {
	margin-left: 16px;
	display: flex;
	align-items: center;
}

.main .visual-control .visual-navi .visual-navi-action .visual-navi-action-item span {
	display: block;
	width: 8px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.main .visual-control .visual-navi .visual-navi-action .swiper-pause span {
	background-image: url("/assets/pc/images/common/navi-pause_white.png");
}


.main .visual-control .visual-navi .visual-navi-action .swiper-pause:hover span {
	background-image: url("/assets/pc/images/common/navi-pause_primary.png");
}

.main .visual-control .visual-navi .visual-navi-action .swiper-play span {
	background-image: url("/assets/pc/images/common/navi-play_white.png");
}

.main .visual-control .visual-navi .visual-navi-action .swiper-play:hover span {
	background-image: url("/assets/pc/images/common/navi-play_primary.png");
}

.main .visual-spon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 170px;
	z-index: 1;
}

.main .visual-spon-inner {
	padding: 0 40px 0 110px;
	border-top-left-radius: 125px;
	margin-left: calc((100% - 1320px) / 2);
	background: rgba(0, 0, 0, 0.75);
	display: flex;
	align-items: center;
	min-width: 1600px;
	height: 170px;
}

.main .visual-spon-phrase {
	flex-shrink: 0;
	font-size: 19px;
	color: #ffffff;
	font-weight: 300;
	line-height: 32px;
	width: 280px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding: 0 10px 0 0;
}

.main .visual-spon-phrase b {
	font-size: 28px;
}

.main .visual-spon-control {
	display: flex;
}

.main .visual-spon-chioce {
	display: flex;
	align-items: center;
}

.main .visual-spon-chioce .visual-spon-radio + .visual-spon-radio {
	margin-left: 32px;
}

.main .visual-spon-radio input {
	display: none;
}

.main .visual-spon-radio input + label {
	color: #ffffff;
	font-size: 22px;
	display: inline-block;
	cursor: pointer;
	line-height: 32px;
	padding-left: 46px;
	background: url("/assets/pc/images/common/radio-round_off.png") 0/32px no-repeat;
}

.main .visual-spon-radio input:checked + label {
	background: url("/assets/pc/images/common/radio-round_on.png") 0/32px no-repeat;
}

.main .visual-spon-amount {
	display: flex;
	align-items: center;
	height: 65px;
	margin-left: 40px;
}

.main .visual-spon-select {
	width: 220px;
	height: 100%;

	border-top: 2px solid #b3b4b4;
	border-left: 2px solid #b3b4b4;
	border-bottom: 2px solid #b3b4b4;
}

.main .visual-spon-select > .select2-container {
	width: 100%;
	height: 100%;


	font-size: 18px;

	font-weight: 500;
}

.main .visual-spon-select .select2-container--default .select2-selection--single::after {
	background-image: url("/assets/pc/images/common/down.png");
	background-repeat: no-repeat;
	width: 10px;
}

.main .visual-spon-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	border-radius: 0;
	color: rgba(255, 255, 255, 0.85);
	padding-left: 20px;
	font-weight: 500;
}

.main .visual-spon-select .select2-container--default .select2-selection--single {
	border-radius: 0;
	border: none;
	height: 100%;
	background-color: transparent;
}

.main .visual-spon-select .select2-container--open .select2-dropdown--above {
	margin-top: -4px;
}



.main .visual-spon-select .select2-container--open .select2-dropdown {
	left: -1px;
	border-radius: 0;
}

.main .visual-spon-select select option {
	color: #333333;
}

.main .visual-spon-input {
	height: 100%;
	width: 220px;
}

.main .visual-spon-input input {
	border: 2px solid #d9291d;
	color: #333;
	width: 100%;
	height: 100%;
	text-align: right;
	padding: 0 22px;
	font-size: 22px;
	letter-spacing: 0.3px;
}

.main .visual-spon-unit {
	margin-left: 22px;
	font-size: 20px;
	color: #ffffff;
}

.main .visual-spon-action {
	margin-left: 42px;
}

.main .visual-spon-action button {
	border-radius: 5px;
	background: #d9291d;
	color: #ffffff;
	font-size: 24px;
	padding: 24px 146px 24px 64px;
	font-weight: 700;
	position: relative;
}

@keyframes scroll_motion {
	0% {
		left: 0;
		width: 0;
	}

	45% {
		left: 0;
		width: 100%;
	}

	55% {
		left: 0;
		width: 100%;
	}

	100% {
		left: 100%;
		width: 0;
	}
}

.main .visual-spon-action button .line {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	width: 86px;
	height: 2px;
	opacity: 0.8;
}

.main .visual-spon-action button .line:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 0.5px;
	height: 2px;
	background-color: #fff;
	animation: scroll_motion 2.5s infinite;
}

.main .visual-spon-action button .line:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -2px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(50deg);
}


.main .visual-spon-member {
	color: #ffffff;
	font-weight: 100;
	line-height: 1.5;
	flex: 1;
}

.main .visual-spon-member .member-name {
	font-size: 18px;
}

.main .visual-spon-member .member-name b {
	font-size: 24px;
}

.main .visual-spon-member .member-number {
	font-size: 14px;
	color: #aeadab;
	margin-bottom: 4px;
}

.main .visual-spon-member .member-date {
	font-size: 14px;
	color: #aeadab;
	margin-top: 12px;
}

.main .visual-spon-support {
	padding-left: 60px;
	display: flex;
	align-items: center;
}

.main .visual-spon-result {
	flex: 1;
	padding: 0 80px;
	border-left: 1px solid #9d9690;
	border-right: 1px solid #9d9690;
	min-width: 406px;
}

.main .visual-spon-badges {
	display: flex;
	justify-content: center;
}

.main .visual-spon-badges .spon-badge {
	width: 80px;
	border: 1px solid #bab5b1;
	border-radius: 45px;
	color: #f5f7f6;
	font-size: 14px;
	text-align: center;
	padding: 4px 0;
	margin-left: 10px;
}

.main .visual-spon-badges .spon-badge.primary {
	background: #d9291d;
	color: #ffffff;
	border-color:#d9291d;
}

.main .visual-spon-badges .spon-badge:first-child {
	margin-left: 0;
}

.main .visual-spon-category {
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
	color: #ffffff;
}

.main .visual-spon-category.single {
	justify-content: center;
}

.main .visual-spon-category .visual-spon-monthly .spon-data b {
	font-size: 48px;
	font-weight: 500;
	margin-right: 5px;
}

.main .visual-spon-category .visual-spon-temporary .spon-data b {
	font-size: 48px;
	font-weight: 500;
	margin-right: 5px;
}

.main .visual-spon-certificate {
	flex: 1;
	padding: 0 60px;
	border-right: 1px solid #9d9690;
}

.main .visual-spon-thanks {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.6;
	font-weight: 500;
}

.main .visual-spon-certificate .spon-certificate-down {
	margin-top: 16px;
}

.main .visual-spon-certificate .spon-certificate-down button {
	font-weight: 500;
	width: 286px;
	color: #ffffff;
	font-size: 16px;
	background-color: #da291d;
	padding: 12px 0;
	border-radius: 4px;
}

.main .visual-spon-certificate .spon-certificate-down button i {
	display: inline-block;
	margin-left: 12px;
	width: 16px;
	height: 16px;
	background-image: url("/assets/pc/images/main/download.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.main .visual-spon-intro {
	padding-left: 40px;
	flex: 1;
	display: flex;
	align-items: center;

}

.main .visual-spon-intro a {
	display: block;
}

/* main-sponsorship-info*/
.main .sponsorship-info {
	background:#ebeff7;
}
.main .spon-info-container{
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
	margin: 0 auto; 
	width: 1320px; 
	height:80px;
}
.main .spon-info-container .spon-info{
	display: flex; 
	align-items: center;
}
.main .spon-info-container .spon-info .spon-info-title{
	font-weight: 400; 
	font-size: 18px; 
	color:#333333; 
	letter-spacing: -0.03em;
}
.main .spon-info-container .spon-info .spon-info-text{
	margin-left:16px; 
	font-weight: 700; 
	font-size: 22px; 
	color:#333333; 
	letter-spacing: -0.03em;
}
.main .spon-info-container .spon-info .spon-info-text2{
	margin-left:10px; 
	font-weight: 400; 
	font-size: 18px;
}

/* main-story */
.main .story {
	padding: 120px 0;
}

.main .story-head {
	position: relative;
}

.main .story-title {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	font-size: 58px;
	font-weight: 700;
}

.main .story-description {
	margin-top: 28px;
	color: #333333;
	font-size: 22px;
	letter-spacing: -0.66px;
}

.main .story-more {
	position: absolute;
	top: 34px;
	right: 0;
}

.main .story-more a {
	color: #898888;
	font-size: 18px;
	line-height: 1;
	display: flex;
	align-items: center;

	padding-right: 30px;
	background-image: url("/assets/pc/images/common/more-gray.png");
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
}

.main .story-more a img {
	margin-left: 12px;
}

.main .story-content {
	margin-top: 46px;
}

.main .story-item {
	width: 315px;
	height: 362px;
	border-radius: 12px;
	padding-top: 47px;
	overflow: hidden;
}

.main .story-item:hover {
	padding-top: 0;
}

.main .story-item a::after {
	position: absolute;
	border-radius: 12px;
	content: "";
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 315px;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 30%,
	rgba(0, 0, 0, 0.6) 100%);
	z-index: 1;
}

.main .story-item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-size: 362px 362px;
	background-position: center bottom;
	border-radius: 12px;
}

.main .story-item .story-item-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 40px;
	background-color: #767777;
	color: #ffffff;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 8px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}

.main .story-item:hover .story-item-label {
	background: #d9281f;
}

.main .story-item .story-item-text {
	position: absolute;
	bottom: 24px;
	padding: 0 24px;
	left: 0px;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.5;
	z-index: 2;
}

.main .story-control {
	margin-top: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main .story-control .story-bar {
	width: 550px;
	height: 4px;
}

.main .story-control .swiper-pagination-progressbar {
	width: 550px;
	height: 4px;
	background: #d5d5d5;
}

.main .story-control .swiper-pagination-progressbar-fill {
	background: #d9291d;
}

.main .story-control .story-navi {
	margin-left: 86px;
	display: flex;
}

.main .story-control .story-navi .story-navi-item {
	cursor: pointer;
}

.main .story-control .story-navi .story-navi-item + .story-navi-item {
	margin-left: 40px;
}

.main .story-control .story-navi .story-navi-item span {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.main .story-control .story-navi .swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev.png");
}

.main .story-control .story-navi .swiper-prev:hover span {
	background-image: url("/assets/pc/images/common/navi-prev_primary.png");
}

.main .story-control .story-navi .swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next.png");
}

.main .story-control .story-navi .swiper-next:hover span {
	background-image: url("/assets/pc/images/common/navi-next_primary.png");
}

.main .story-control .story-navi .story-navi-action {
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.main .story-control .story-navi .story-navi-action .story-navi-action-item span {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.main .story-control .story-navi .story-navi-action .swiper-pause span {
	background-image: url("/assets/pc/images/common/navi-pause.png");
}

.main .story-control .story-navi .story-navi-action .swiper-pause:hover span {
	background-image: url("/assets/pc/images/common/navi-pause_primary.png");
}

.main .story-control .story-navi .story-navi-action .swiper-play span {
	background-image: url("/assets/pc/images/common/navi-play.png");

}

.main .story-control .story-navi .story-navi-action .swiper-play:hover span {
	background-image: url("/assets/pc/images/common/navi-play_primary.png");

}

/* main-agency */
.main .agency {
	padding: 70px 0 40px;
}

.main .agency-head {
	position: relative;
}

.main .agency-title {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	font-size: 58px;
	font-weight: 700;
	text-align: center;
}

.main .agency-description {
	text-align: center;
	margin-top: 28px;
	color: #333333;
	font-size: 22px;
	letter-spacing: -0.66px;
}

.main .agency-content {
	margin-top: 64px;
}

.main .agency-item {
	height: 580px;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.main .agency-item .agency-title {
	margin-top: 300px;
	font-size: 40px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}

.main .agency-item .agency-title span {
	margin-right: 24px;
	font-family: "Oswald", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
}

.main .agency-item .agency-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 44px;
}

.main .agency-item .agency-button button {
	font-size: 18px;
	color: #ffffff;
	padding: 14px 102px 14px 50px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	border: 1px solid #ffffff;

	background-image: url("/assets/pc/images/common/arrow_md.png");
	background-repeat: no-repeat;
	background-position: right 30px top 50%;
	transition: ease-out .35s;
}

.main .agency-item .agency-button button:hover {
	background-color: #da291d;
	border-color: #da291d;
}

.main .agency-swiper {
	position: relative;
}

.main .agency-control {
	position: absolute;
	top: 284px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1440px;
	z-index: 1;
	margin: 0 auto;
}

.main .agency-control .agency-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main .agency-control .agency-navi .agency-navi-item {
	cursor: pointer;
}

.main .agency-control .agency-navi .agency-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
}

.main .agency-control .agency-navi .agency-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-white_lg.png");
}

.main .agency-control .agency-navi .agency-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-white_lg.png");
}

.main .agency-badge {
	position: relative;
	z-index: 1;
	width: 1320px;
	margin: 0 auto;
	margin-top: -80px;
	display: flex;
	align-items: center;
}

.main .agency-badge .agency-badge-item + .agency-badge-item {
	margin-left: 22px;
}

.main .agency-badge-item {
	border: 1px solid #cbcccc;
	padding: 30px 0 40px;
	border-radius: 16px;
	width: 25%;
	background: #ffffff;
	box-shadow: rgba(132, 138, 143, 0.3) 4px 4px 8px;
}

.main .agency-badge-item .agency-badge-icon {
	width: 140px;
	height: 140px;
	background: #f4f5f5;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main .agency-badge-item .agency-badge-text {
	margin-top: 42px;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.66px;
}

/* main-introduce */
.main .introduce {
	position: relative;
	background-image: url("/assets/pc/images/main/bg-introduce.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.main .introduce .biz {
	padding: 90px 0;
}

.main .biz-head {
	position: relative;
}

.main .biz-title {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	font-size: 58px;
	font-weight: 700;
	text-align: center;
}

.main .biz-description {
	text-align: center;
	margin-top: 28px;
	color: #333333;
	font-size: 22px;
	letter-spacing: -0.66px;
}

.main .biz-content {
	margin-top: 64px;
}

.main .biz-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 48px;
}

.main .biz-tab .biz-tab-item + .biz-tab-item {
	margin-left: 10px;
}

.main .biz-tab-item {
	border-radius: 30px;
	padding: 16px 40px;
	background: #f3f4f4;
	color: #777777;
	cursor: pointer;
	font-size: 20px;
	letter-spacing: -0.66px;
}

.main .biz-tab-item.active {
	background: #d9291d;
	color: #ffffff;
	font-weight: 700;
}

.main .biz-item .biz-cover {
	width: 100%;
	height: 360px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 86px;
}

.main .biz-item .biz-cover .biz-cover-title {
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
}

.main .biz-item .biz-cover .biz-cover-description {
	margin-top: 20px;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: -0.66px;
	line-height: 1.5;
	height: 60px;
}

.main .biz-item .biz-cover .biz-cover-action {
	margin-top: 24px;
}

.main .biz-item .biz-cover .biz-cover-action button {
	font-size: 16px;
	color: #ffffff;
	padding: 10px 94px 10px 25px;
	border-radius: 25px;
	border: 1px solid #ffffff;

	background-image: url("/assets/pc/images/common/arrow_md.png");
	background-repeat: no-repeat;
	background-position: right 25px top 50%;
}

.main .biz-item .biz-cover .biz-cover-action button:hover {
	background-color: #d9291d;
	border-color: #d9291d;
	color: #fff;
	transition: ease-out .35s;
}

.main .biz-detail {
	margin-top: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main .biz-detail-item {
	display: flex;
	align-items: flex-end;
	width: 50%;
}

.main .biz-detail-item:last-of-type {
	justify-content: flex-end;
}

.main .biz-detail-item .biz-detail-label {
	font-size: 22px;
	color: #333333;
	font-weight: 500;
}

.main .biz-detail-item .biz-detail-amount {
	display: flex;
	align-items: flex-end;
	margin-left: 32px;
}

.main .biz-detail-item .biz-detail-number {
	color: #d9291d;
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
}

.main .biz-detail-item .biz-detail-unit {
	color: #777777;
	font-size: 20px;
	margin-left: 16px;
}

.main .campaign {
	padding: 90px 0;
	display: flex;
}


@keyframes coverFade {
	from {
		opacity: 0.2;
	}
	to {
		opacity: 1;
	}
}

.main .campaign-cover {
	position: relative;
	width: 770px;
	height: 800px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 50px 0;
	border-radius: 12px;
	flex-shrink: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main .campaign.animate .campaign-cover {
	animation: coverFade 1s forwards;
}

.main .campaign-cover::before {
	position: absolute;
	border-radius: 12px;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 60%,
	rgba(0, 0, 0, 0.3) 100%);
	z-index: 1;
	border-radius: 12px;
}

.main .campaign-cover-text {
	z-index: 2;
	text-align: center;
}

.main .campaign-cover-title {
	color: #ffffff;
	font-weight: 700;
	font-size: 40px;
}

.main .campaign-cover-description {
	margin-top: 25px;
	font-size: 22px;
	letter-spacing: -0.66px;
	color: #ffffff;
	line-height: 1.5;
}

.main .campaign-cover-action {
	margin-top: 50px;
}

.main .campaign-cover-action button {
	font-size: 18px;
	color: #ffffff;
	padding: 14px 102px 14px 50px;

	border-radius: 50px;
	border: 1px solid #ffffff;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url("/assets/pc/images/common/arrow_md.png");
	background-repeat: no-repeat;
	background-position: right 30px top 50%;
}

/* .main .campaign-cover-action button:hover {
  background-color: #d9291d;
  border-color: #d9291d;
  transition: ease-out .35s;
} */

.main .campaign-content {
	margin-left: 94px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-grow: 1;
}

.main .campaign-title {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	font-size: 58px;
	font-weight: 700;
}

.main .campaign-description {
	margin-top: 28px;
	color: #333333;
	font-size: 22px;
}

.main .campaign-body {
	margin-top: 72px;
}

.main .campaign-body .swiper-container,
.campaign-body .swiper-container .swiper-wrapper {
	border-radius: 12px;
	height: auto;
}

.main .campaign-item {
	max-width: 350px;
	height: 350px;
	border-radius: 12px;
	position: relative;
}

.main .campaign-item a::before {
	position: absolute;
	border-radius: 12px;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 30%,
	rgba(0, 0, 0, 0.6) 100%);
	z-index: 1;
	cursor: pointer;
}

.main .campaign-item a {
	border-radius: 12px;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.main .campaign-item .campaign-item-title {
	z-index: 2;
	position: absolute;
	bottom: 34px;
	padding: 0 28px;
	font-size: 20px;
	color: #ffffff;
}

.main .campaign-control {
	margin-top: 110px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.main .campaign-control .campaign-bar {
	width: 550px;
	height: 4px;
}

.main .campaign-control .swiper-pagination-progressbar {
	width: 550px;
	height: 4px;
	background: #d5d5d5;
}

.main .campaign-control .swiper-pagination-progressbar-fill {
	background: #d9291d;
}

.main .campaign-control .campaign-navi {
	margin-left: 86px;
	display: flex;
}

.main .campaign-control .campaign-navi .campaign-navi-item {
	cursor: pointer;
}

.main .campaign-control .campaign-navi .campaign-navi-item + .campaign-navi-item {
	margin-left: 40px;
}

.main .campaign-control .campaign-navi .campaign-navi-action {
	margin-left: 28px;
	display: flex;
	align-items: center;
}

.main .campaign-control .campaign-navi .campaign-navi-item span {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.main .campaign-control .campaign-navi .swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev.png");
}

.main .campaign-control .campaign-navi .swiper-prev:hover span {
	background-image: url("/assets/pc/images/common/navi-prev_primary.png");
}

.main .campaign-control .campaign-navi .swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next.png");
}

.main .campaign-control .campaign-navi .swiper-next:hover span {
	background-image: url("/assets/pc/images/common/navi-next_primary.png");
}

.main .campaign-control .campaign-navi .campaign-navi-action {
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.main .campaign-control .campaign-navi .campaign-navi-action .campaign-navi-action-item span {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.main .campaign-control .campaign-navi .campaign-navi-action .swiper-pause span {
	background-image: url("/assets/pc/images/common/navi-pause.png");
}

.main .campaign-control .campaign-navi .campaign-navi-action .swiper-pause:hover span {
	background-image: url("/assets/pc/images/common/navi-pause_primary.png");
}

.main .campaign-control .campaign-navi .campaign-navi-action .swiper-play span {
	background-image: url("/assets/pc/images/common/navi-play.png");
}

.main .campaign-control .campaign-navi .campaign-navi-action .swiper-play:hover span {
	background-image: url("/assets/pc/images/common/navi-play_primary.png");
}

/* main-sticker */
.main .sticky-wrapper {
	position: relative;
	z-index: 30;
	height: 0px !important;
	min-width: 1900px;
}

@keyframes floatAnimate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.main #float {
	height: 0;
	position: absolute;
	top: 50px;
	right: 80px;
	opacity: 0;
	animation: floatAnimate 0s ease 0.25s forwards;
	padding-bottom: 76px;
}

.main #float.stuck {
	position: fixed;
	top: 150px;
}

.main #float.fixed {
	position: fixed;
	bottom: 800px;
	padding-bottom: 0;
}

/* main-maeum */
.main .maeum {
	margin: 110px 0 80px;
	height: 854px;
	background-image: url('/assets/pc/images/main/cover-maeum.png');
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.main .maeum .maeum-wrap {
	display: flex;
	justify-content: space-between;
}

.main .maeum .maeum-head {
	padding-top: 94px;
}

.main .maeum .maeum-head .maeum-head-text {
	font-size: 58px;
	font-weight: 700;
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	line-height: 1.5;
}

.main .maeum .maeum-head .maeum-navi {
	margin-top: 40px;
	display: inline-flex;
	flex-direction: column;
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-item span {
	display: block;
	width: 24px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-item + .maeum-navi-item {
	margin-top: 22px;
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-up.png");
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-item.swiper-prev:hover span {
	background-image: url("/assets/pc/images/common/navi-up_primary.png");
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-down.png");
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-item.swiper-next:hover span {
	background-image: url("/assets/pc/images/common/navi-down_primary.png");
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-action {
	margin-top: 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-action .maeum-navi-action-item span {
	display: block;
	width: 24px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-action .maeum-navi-action-item.swiper-pause span {
	background-image: url("/assets/pc/images/common/navi-pause_horizontal.png");
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-action .maeum-navi-action-item.swiper-pause:hover span {
	background-image: url("/assets/pc/images/common/navi-pause_horizontal_primary.png");
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-action .maeum-navi-action-item.swiper-play span {
	background-image: url("/assets/pc/images/common/navi-play_horizontal.png");
}

.main .maeum .maeum-head .maeum-navi .maeum-navi-action .maeum-navi-action-item.swiper-play:hover span {
	background-image: url("/assets/pc/images/common/navi-play_primary_horizontal.png");
}

.main .maeum .maeum-scroll {
	overflow-y: scroll;
	height: 854px;
	touch-action: none;
	pointer-events:none;
	position: relative;
}

.main .maeum .maeum-scroll::-webkit-scrollbar {
	display: none;
}

.main .maeum .maeum-item {
	display: flex;
	padding: 15px 0;
	height: auto;
}

.main .maeum .maeum-item .maeum-card {
	display: flex;
	flex-direction: column;
	width: 300px;
	height: 300px;
	background: #ffffff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: rgba(189, 195, 200, 0.4) 4px 4px 4px;
}

.main .maeum .maeum-item .maeum-card-none{
	background: none;
	box-shadow: none;
}

.main .maeum .maeum-item .maeum-card + .maeum-card {
	margin-left: 20px;
}

.main .maeum .maeum-item .maeum-card:first-of-type {
	margin-top: -118px;
}

.main .maeum .maeum-item .maeum-card .card-head {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.main .maeum .maeum-item .maeum-card .card-title {
}

.main .maeum .maeum-item .maeum-card .card-type {
	color: #da291c;
	margin-left: 6px;
}

.main .maeum .maeum-item .maeum-card .card-body {
	margin-top: 20px;
	font-size: 16px;
}

.main .maeum .maeum-item .maeum-card .card-footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	color: #777777;
	font-size: 13px;
}

.main .maeum .maeum-item .maeum-card .card-footer .card-date {
	position: relative;
	margin-left: 22px;
}

.main .maeum .maeum-item .maeum-card .card-footer .card-date::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -11px;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: #d2d2d2;
}

/* main-spon */
.main .spon {
	padding: 120px 0 190px;
}

.main .spon-head {
	text-align: center;
}

.main .spon-title {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	font-size: 58px;
	font-weight: 700;
}

.main .spon-content {
	margin-top: 64px;
	position: relative;
}

.main .spon-container {
	margin: 0 auto;
	width: 1320px;
	border-radius: 12px;
	position: relative;
	z-index: 2;
}

.main .spon-container .swiper-container {
	border-radius: 12px;
}

.main .spon-item {
	width: 400px;
	height: 470px;
	border-radius: 12px;
	padding-top: 70px;
	padding-bottom: 10px;
	padding-right: 2px;
}

.main .spon-item a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: 1px solid #cbcccc;
	padding: 60px 40px;
	box-shadow: rgba(189, 195, 200, 0.2) 2px 2px 2px;
}

.main .spon-item .spon-icon {
	display: flex;
}

.main .spon-item .spon-icon .spon-icon-wrap {
	border-radius: 50%;
}

.main .spon-item .spon-subject {
	margin-top: 40px;
	font-weight: 700;
	font-size: 32px;
	color: #333333;
}

.main .spon-item .spon-detail {
	margin-top: 20px;
	font-size: 20px;
	color: #555555;
	line-height: 1.5;
}

.main .spon-item .spon-more {
	position: absolute;
	right: 36px;
	bottom: 36px;
}

.main .spon-item .spon-more span {
	display: block;
	width: 34px;
	height: 34px;
	background-image: url("/assets/pc/images/common/more-black.png");
	background-size: cover;
}

.main .spon-item.swiper-slide-active {
	padding-top: 0;
}

.main .spon-item.swiper-slide-active a {
	background: #d9291d;
}

.main .spon-item.swiper-slide-active .spon-detail {
	font-size: 20px;
}

.main .spon-item.swiper-slide-active .spon-icon {
	align-items: center;
	justify-content: center;
}

.main .spon-item.swiper-slide-active .spon-icon .spon-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 125px;
	background: #ffffff;
}

.main .spon-item.swiper-slide-active .spon-subject {
	color: #ffffff;
}

.main .spon-item.swiper-slide-active .spon-detail {
	color: #ffffff;
}

.main .spon-item.swiper-slide-active .spon-more span {
	background-image: url("/assets/pc/images/common/more-white.png");
}

.main .spon-control {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1520px;
	z-index: 1;
	margin: 0 auto;
}

.main .spon-control .spon-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.main .spon-control .spon-navi .spon-navi-item {
	cursor: pointer;
}

.main .spon-control .spon-navi .spon-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
}

.main .spon-control .spon-navi .spon-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.main .spon-control .spon-navi .spon-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

/* main-letter */
.main .letter {
	height:390px;
	background-image: url('/assets/pc/images/main/cover-letter.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
}
  
.main .letter-text{
	padding-top: 72px;
}
  
.main .letter-title {
	font-weight: 500;
	font-size: 30px;
	color: #ffffff;
	letter-spacing: -1.2px;
}
  
.main .letter-title span {
	color: #da291c;
}
  
.letter-description {
	margin-top: 15px;
	color: #cfd0d0;
	letter-spacing: -0.5px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
}
  
.main .letter-description span {
	color: rgba(218, 41, 28, 0.8);
font-weight: 600;
}

.main .letter-control{
padding-top: 58px;
display: flex;
flex-direction: column;
align-items: flex-end;
}

.main .letter-input {
	display: flex;
	align-items: center;
}

.main .letter-name input {
	width: 174px;
	height: 43px;
	background: #ffffff;
	padding: 0 16px;
	border-radius: 5px;
	color: #868686;
	border: 1px solid #dddddd;
}

.main .letter-email {
	margin-left: 11px;
}

.main .letter-email input {
	width: 280px;
	height: 43px;
	background: #ffffff;
	padding: 0 16px;
	border-radius: 5px;
	color: #868686;
	border: 1px solid #dddddd;
}

.main .letter-action {
	margin-left: 11px;
}

.main .letter-action button {
	width: 210px;
	height: 43px;
	background: #d9291d;
	color: #ffffff;
	border-radius: 5px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.54px;
}

.main .letter-agree {
	margin-top: 14px;
}

.main .letter-agree input {
	display: none;
}

.main .letter-agree label {
	color: #cfd0d0;
	position: relative;
	padding-left: 28px;
	line-height: 1.5;
	font-size: 14px;
}

.main .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;
}

.main .letter-agree input:checked + label {
	background-position: left 4px top 50%;
	background-image: url("/assets/pc/images/common/check-gray.png");
	background-repeat: no-repeat;
	background-size: 14px;
}

/* main-contents */
.main .contents {
    background: #ffffff;
    padding: 76px 0 82px;
}

.main .contents-wrap {
	display: flex;
}

.main .notice {
	width: 892px;
}

.main .notice-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 20px;
}

.main .notice-title {
	font-weight: 700;
	font-size: 30px;
	color: #333;
}

.main .notice-more a {
	display: flex;
	align-items: center;
	font-size: 18px;
	padding-right: 30px;
	background-image: url("/assets/pc/images/common/more-gray.png");
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
}

.main .notice-list {
    border:1px solid rgba(153,153,153, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: rgba(189, 195, 200, 0.2) 4px 4px 4px;
    padding: 36px 40px;
}

.main .notice-list .notice-item + .notice-item {
	margin-top: 32px;
}

.main .notice-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main .notice-item .notice-text {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.main .notice-item .notice-text .notice-label {
	padding: 6px 14px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	flex: 0 0 auto;
}

.main .notice-item .notice-text .notice-label.noti {
	background: #d9291d;
}

.main .notice-item .notice-text .notice-label.press {
	background: #323333;
}

.main .notice-item .notice-text .notice-label.partner {
	background: #f26434;
}

.main .notice-item .notice-text .notice-label.nanum {
	background: #a6794d;
}

.main .notice-item .notice-text .notice-subject {
	flex: 1 1 auto;
	margin-left: 20px;
	color: #333333;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main .notice-item .notice-date {
	color: #767676;
	flex-shrink: 0;
	margin-left: 60px;
	font-size: 16px;
}

.main .quick {
	padding-top: 62px;
	flex-grow: 1;
	margin-left: 30px;
}

.main .quick .quick-item + .quick-item {
	margin-top: 17px;
}

.main .quick-item {
	border:1px solid rgba(153,153,153, 0.1);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: rgba(189, 195, 200, 0.2) 4px 4px 4px;
	padding: 36px 40px;
	width: 100%;
	min-height: 179px;
	position: relative;
}

.main .quick-item .quick-title {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: 700;
}

.main .quick-item .quick-title > span {
	color: #333333;
}

.main .quick-item .quick-title .quick-title-icon {
	display: block;
	margin-left: 12px;
	width: 24px;
	height: 24px;

	padding-right: 30px;
	background-image: url("/assets/pc/images/common/more-round_white.png");
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
}

.main .quick-item .quick-description {
	margin-top: 16px;
	color: #555555;
	line-height: 1.5;
	font-size: 18px;
}

.main .quick-item .quick-icon {
	position: absolute;
	right: 42px;
	bottom: 34px;
}

/* root-search */
/* search-common */
.search .search-section {
	padding: 60px 0;
}

.search .search-section .search-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 32px;
}

.search .search-section .search-section-head.line {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #dbdcdc;
}

.search .search-section .search-section-head .search-section-title {
	font-size: 30px;
	font-weight: 700;
}

.search .search-section .search-section-head .search-section-title b {
	color: #d9291d;
	margin-left: 14px;
}

.search .search-section .search-section-head .search-section-more a {
	display: flex;
	align-items: center;
	padding-right: 30px;
	background-image: url("/assets/pc/images/common/more-gray.png");
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
	color: #767676;
	font-size: 18px;
}

/* search-form */
.search .search-form {
	padding: 60px 0;
	border-bottom: 1px solid #dbdcdc;
}

.search .search-form .search-area {
	width: 580px;
	margin: 0 auto;
}

.search .search-form .search-box {
	position: relative;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
}

.search .search-form .search-box input {
	border-radius: 50px;
	padding: 20px 28px;
	border: none;
	font-size: 20px;
	width: 100%;
}

.search .search-form .search-box input::placeholder {
	color: #999999;
}

.search .search-form .search-box-icon {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: #d9291d;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search .search-form .search-box-icon span {
	display: block;
	width: 27px;
	height: 27px;
	background: url("/assets/pc/images/common/search.png") no-repeat center center;
}

.search .search-form .search-tag {
	display: flex;
	margin-top: 18px;
}

.search .search-form .search-tag-label {
	padding-top: 15px;
	flex-shrink: 0;
}

.search .search-form .search-tags {
	margin-left: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.search .search-form .search-tags .search-tag-item {
	margin: 5px 6px;
	padding: 12px 16px;
	background: #f3f4f4;
	border-radius: 25px;
}

.search .search-form .search-result {
	margin-top: 80px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.search .search-form .search-result b {
	font-size: 24px;
}

/* search-menu */
.search .search-menu .menu-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.search .search-menu .menu-item {
	width: 33.333%;
	margin-bottom: 16px;
}

.search .search-menu .menu-item a {
	position: relative;
	font-size: 18px;
}

.search .search-menu .menu-item a + a {
	margin-left: 24px;
}

.search .search-menu .menu-item a + a::before {
	content: ">";
	position: absolute;
	top: 50%;
	left: -12px;
	transform: translate(-50%, -50%);
}

.search .search-menu .menu-item a.underline {
	text-decoration: underline;
	font-weight: 700;
	color: #333333;
}

/* search-campaign */
.search .search-campaign .campaign-list {
	display: flex;
	flex-wrap: wrap;
	margin: -22px -30px;
}

.search .search-campaign .campaign-list .campaign-item {
	border-radius: 12px;
	width: calc(33.333% - 60px);
	height: 254px;
	margin: 22px 30px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.search .search-campaign .campaign-list .campaign-item a {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: rgba(189, 195, 200, 0.2) 4px 4px 4px;
	border-radius: 12px;
}

.search .search-campaign .campaign-list .campaign-item a::before {
	position: absolute;
	border-radius: 12px;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 30%,
	rgba(0, 0, 0, 0.6) 100%);
	z-index: 1;
	border-radius: 12px;
}

.search .search-campaign .campaign-list .campaign-text {
	position: absolute;
	bottom: 20px;
	padding: 0 20px;
	color: #ffffff;
	width: 100%;
	z-index: 1;
}

.search .search-campaign .campaign-list .campaign-text .campaign-title {
	font-weight: 700;
	font-size: 20px;
}

.search .search-campaign .campaign-list .campaign-text .campaign-description {
	margin-top: 8px;
}

/* search-news */
.search .search-news .search-tab .tab-item {
	color: #333333;
}

.search .search-news .news-list {
	display: flex;
	flex-wrap: wrap;
	margin: -24px;
}

.search .search-news .search-section-body {
	padding-top: 40px;
}

.search .search-news .news-list .news-item {
	width: calc(50% - 48px);
	margin: 24px;
}

.search .search-news .news-list .news-item a {
	display: flex;
}

.search .search-news .news-list .news-item .news-image {
	border-radius: 15px;
	width: 350px;
	height: 210px;
	background-position: center center;
	flex-shrink: 0;
	background-size: cover;
}

.search .search-news .news-list .news-item .news-text {
	margin-left: 30px;
	flex-grow: 1;
	width: calc(100% - 350px);
}

.search .search-news .news-list .news-item .news-text .news-label {
	text-align: center;
	display: inline-block;
	padding: 6px 14px;
	border-radius: 6px;
	color: #ffffff;
	font-weight: 400;
	flex: 0 0 auto;
	background: #767777;
	font-size: 14px;
	margin-bottom: 14px;
}

.search .search-news .news-list .news-item .news-text .news-label.primary {
	background: #d9291d;
}

.search .search-news .news-list .news-item .news-text .news-title {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 2px;
}

.search .search-news .news-list .news-item .news-text .news-content {
	font-size: 16px;
	line-height: 1.5;
}

.search .search-news .magazine-list .magazine-item + .magazine-item {
	margin-top: 70px;
}

.search .search-news .magazine-list .magazine-item a {
	display: flex;
}

.search .search-news .magazine-list .magazine-item .magazine-image {
	width: 320px;
	height: 320px;
	background-size: cover;
	background-position: center bottom;
	border-radius: 15px;
	flex-shrink: 0;
}

.search .search-news .magazine-list .magazine-item .magazine-text {
	margin-left: 64px;
	padding-top: 24px;
}

.search .search-news .magazine-list .magazine-item .magazine-text .magazine-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 32px;
}

.search .search-news .magazine-list .magazine-item .magazine-text .magazine-content {
	word-break: keep-all;
	line-height: 1.6;
	font-size: 18px;
}

.search .news-more {
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search .news-more a {
	border-radius: 12px;
	border: 1px solid #cccccc;
	padding: 16px 75px 16px 50px;
	font-size: 18px;
	background-image: url('/assets/pc/images/common/more-gray.png');
	background-repeat: no-repeat;
	background-position: right 42px top 50%;
}


/* search-notice */
.search .search-notice .notice-list {
	background: #ffffff;
}

.search .search-notice .notice-list .notice-item {
	padding-bottom: 22px;
}

.search .search-notice .notice-list .notice-item + .notice-item {
	padding-top: 22px;
	border-top: 1px solid #e5e5e5;
}

.search .search-notice .notice-list .notice-item:last-of-type {
	border-bottom: 1px solid #e5e5e5;
}

.search .search-notice .notice-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search .search-notice .notice-item .notice-text {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.search .search-notice .notice-item .notice-text .notice-label {
	padding: 6px 14px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	flex: 0 0 auto;
}

.search .search-notice .notice-item .notice-text .notice-label.noti {
	background: #d9291d;
}

.search .search-notice .notice-item .notice-text .notice-label.press {
	background: #323333;
}

.search .search-notice .notice-item .notice-text .notice-label.partner {
	background: #f26434;
}

.search .search-notice .notice-item .notice-text .notice-subject {
	flex: 1 1 auto;
	margin-left: 20px;
	color: #333333;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.search .search-notice .notice-item .notice-date {
	color: #767676;
	flex-shrink: 0;
	margin-left: 60px;
}

/* search-faq */
.search .search-faq .faq-collapse {
	border-radius: 6px;
}

.search .search-faq .search-section-head {
	margin-bottom: 0 !important;
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-text {
	cursor: pointer;
}

.search .search-faq .faq-collapse .faq-list .faq-item + .faq-item {
	border-top: 1px solid #d0d1d1;
}

.search .search-faq .faq-collapse .faq-list .faq-item:last-of-type {
	border-bottom: 1px solid #d0d1d1;
}

.search .search-faq .faq-collapse .faq-list .faq-item {
	padding: 44px 0;
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-text {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 32px;
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-label {
	width: 270px;
	font-weight: 700;
	font-size: 20px;
	color: #d9291d;
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-label span {
	margin-left: 32px;
	color: #777777;
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-title {
	font-size: 18px;
	color: #555555;
	flex-grow: 1;
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 32px;
	cursor: pointer;
	width: 22px;
	height: 13px;
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-arrow span {
	background-image: url('/assets/pc/images/common/expand-faq.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 22px;
	height: 13px;

}

.search .search-faq .faq-collapse .faq-list .faq-item.open {
	padding-bottom: 0;
}

.search .search-faq .faq-collapse .faq-list .faq-item.open .faq-arrow span {
	background-image: url('/assets/pc/images/help/icon-more-red.png');
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-content {
	border-top: 3px solid #f3f3f3;
	margin-top: 44px;
	background: #f5f6f7;
	padding: 40px 40px 40px 80px;
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-content .faq-answer {
	display: flex;
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-content .faq-answer-label {
	font-size: 22px;
	color: #d9291d;
	font-weight: 700;
	margin-right: 34px;
}

.search .search-faq .faq-collapse .faq-list .faq-item .faq-content .faq-answer-content {
	color: #333333;
}

.search .search-faq .faq-collapse .faq-list .faq-item.open .faq-title {
	font-weight: 700;
}

.search .search-faq .faq-collapse .faq-list .faq-item.open .faq-label span {
	font-weight: 700;
	color: #333333;
}

/* member */
/* member-common */
.member .page {
	width: 100%;
	margin: 80px 0;
}

.member .page .page-head .page-head-title {
	color: #333333;
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
}

.member .page .page-head .page-head-description {
	font-size: 18px;
	letter-spacing: -0.6px;
	line-height: 1.5;
	color: #555555;
	text-align: center;
	margin-top: 20px;
}

.member .page .page-head .page-head-tab {
	margin-top: 60px;
}

.member .page .page-body {
	margin-top: 40px;
}

.member .member-tab {
	width: 100%;
	margin-bottom: 60px;
	display: flex;
}

.member .member-tab .tab-item {
	flex: 1;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background-color: #ffffff;
}

.member .member-tab .tab-item:first-of-type {
	border-left: 1px solid #555555;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.member .member-tab .tab-item:last-of-type {
	border-right: 1px solid #555555;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.member .member-tab .tab-item + .tab-item {
	border-left: 1px solid #555555;
}

.member .member-tab .tab-item.active {
	background-color: #7a634f;
	border-color: #7a644f;
	font-weight: 700;
}

.member .member-tab .tab-item a {
	text-align: center;
	font-size: 18px;
	color: #555555;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

.member .member-tab .tab-item.active a {
	color: #ffffff;
}

.member .member-form {
	border-radius: 10px;
	box-shadow: 2px 3.5px 8px 0 rgba(51, 51, 51, 0.12);
	background: #ffffff;
}

.member .member-form + .member-form {
	margin-top: 20px;
}

.member .member-form .member-form-head {
	padding: 30px 80px;
	border-bottom: 1px solid #d2d2d2;
}

.member .member-form .member-form-head .member-form-title {
	font-size: 22px;
	font-weight: 700;
	color: #333333;
}

.member .member-form .member-form-body {
	padding: 40px 80px;
}

.member .member-form .member-form-body.headless {
	padding: 60px 80px;
}

.member .member-form .member-form-row {
	display: flex;
}

.member .member-form .member-form-row + .member-form-row {
	margin-top: 40px;
}

.member .member-form .member-form-row.row-text + .member-form-row {
	margin-top: 24px;
}

.member .member-form .member-form-label {
	width: 220px;
	color: #333333;
	padding-top: 12px;
	letter-spacing: -0.5px;
}

.member .member-form .member-form-row.row-text .member-form-label {
	padding-top: 0;
}

.member .member-form .member-form-text {
	color: #333333;
	letter-spacing: -0.5px;
}

.member .member-form .member-form-control {
	flex-grow: 1;
}

.member .member-form .member-form-label .label-text {
	position: relative;
}

.member .member-form .member-form-label .required {
	position: absolute;
	background: #da281f;
	right: -12px;
	top: -2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.member .member-action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member .member-action .action-item + .action-item {
	margin-left: 10px;
}

.member .member-action .action-item .btn {
	width: 300px;
}

.member .member-agree {
	margin-top: 20px;
	border-radius: 10px;
	box-shadow: 2px 3.5px 8px 0 rgba(51, 51, 51, 0.12);
	background: #ffffff;
}

.member .member-agree .member-agree-head {
	padding: 30px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.member .member-agree .member-agree-head .member-agree-all {
	font-size: 22px;
	font-weight: 700;
	color: #333333;
}

.member .member-agree .member-agree-head .member-agree-arrow span {
	cursor: pointer;
	display: block;
	background-image: url("/assets/pc/images/common/up_black.png");
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
	width: 22px;
	height: 13px;
}

.member .member-agree.open .member-agree-head .member-agree-arrow span {
	transform: rotate(180deg);
}

.member .member-agree .member-agree-body {
	border-top: 1px solid #d2d2d2;
	padding: 40px 80px;
}

.member .member-agree .agree-row + .agree-row {
	margin-top: 20px;
}

.member .member-agree .agree-row .agree-check {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.member .member-agree .agree-row .agree-check .agree-control .required {
	color: #da281f;
}

.member .member-agree .agree-row .agree-check .agree-more a {
	display: block;
	font-size: 14px;
	position: relative;
	color: #777777;
	letter-spacing: -0.16px;
}

.member .member-agree .agree-row .agree-check .agree-more a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #808080;
}

.member .member-agree .agree-row .agree-option {
	margin-top: 16px;
	padding-left: 38px;
	display: flex;
	align-items: center;
}

.member .member-agree .agree-row .agree-option .agree-option-item + .agree-option-item {
	margin-left: 36px;
}

.member .member-help {
	margin-top: 80px;
}

.member .member-help .help-box {
	width: 100%;
	padding: 50px 0;
	border-radius: 10px;
	position: relative;
	border: solid 1px #d2d2d2;
	display: flex;
	justify-content: space-between;
}

.member .member-help .help-box::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 100px;
	background: #cdd0d3;
}

.member .member-help .help-box .help-item {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member .member-help .help-intro {
	display: flex;
	align-items: center;
}

.member .member-help .help-bar {
	width: 1px;
	background-color: #d2d2d2;
}

.member .member-help .help-info {
	flex-direction: column;
}

.member .member-help .help-info .info-time {
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #333333;
	text-align: center;
}

.member .member-help .help-info .info-phone {
	font-size: 40px;
	letter-spacing: -1.2px;
	color: #da281f;
	margin-top: 16px;
	line-height: 1;
}

.member .member-help .help-intro .help-comment {
	margin-left: 40px;
}

.member .member-help .help-intro .help-comment .comment-subject {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.7px;
	color: #333333;
}

.member .member-help .help-intro .help-comment .comment-content {
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #777777;
	margin-top: 18px;
}

/* member-login */
.member .login .login-wrap {
	width: 462px;
	margin: 0 auto;
	padding: 80px 0 110px;
}

.member .login .login-title {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	font-size: 40px;
	letter-spacing: -1.2px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}

.member .login .login-description {
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	letter-spacing: -0.6px;
	color: #333333;
}

.member .login .login-form {
	margin-top: 20px;
}

.member .login .login-form .login-form-input + .login-form-input {
	margin-top: 20px;
}

.member .login .login-form .login-form-check {
	margin-top: 16px;
}

.member .login .login-form .login-form-action {
	margin-top: 30px;
}

.member .login .login-form .login-form-action button {
	font-weight: 700;
}

.member .login .login-form .login-form-links {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member .login .login-form .login-form-links .link-item {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.48px;
}

.member .login .login-form .login-form-links .link-item + .link-item {
	margin-left: 42px;
}

.member .login .login-form .login-form-links .link-item + .link-item::before {
	content: "";
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: -22px;
	width: 1px;
	height: 16px;
	background: #cccccc;
}

.member .login .login-form .login-form-phone {
	margin-top: 40px;
}

.member .login .login-form .login-form-phone .btn {
	border: 1px solid #d2d2d2;
}

.member .login .login-form .login-form-sns {
	margin-top: 50px;
}

.member .login .login-form .login-form-sns .sns-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member .login .login-form .login-form-sns .sns-title span {
	padding: 0 16px;
	background: #ffffff;
	font-size: 18px;
	letter-spacing: -0.6px;
	color: #333333;
}

.member .login .login-form .login-form-sns .sns-title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dadada;
	z-index: -1;
}

.member .login .login-form .login-form-sns .sns-buttons {
	margin-top: 18px;
}

.member .login .login-form .login-form-sns .sns-buttons .sns-button {
	border: none;
}

.member .login .login-form .login-form-sns .sns-buttons .sns-button + .sns-button {
	margin-top: 20px;
}

.member .login .login-form .login-form-sns .sns-buttons .sns-button .kakao {
	background: #fee601;
}

.member .login .login-form .login-form-sns .sns-buttons .sns-button .naver {
	background: #1ec800;
	color: #ffffff;
}

.member .login .login-form .login-form-sns .sns-help {
	margin-top: 14px;
	letter-spacing: -0.47px;
	color: #888888;
	text-align: center;
}

.member .login .login-sns-modal .modal-action .btn {
	width: 320px;
	height: 50px;
	border: none;
}

.member .login .login-sns-modal .modal-action .btn.kakao {
	background: #fee500;
}

.member .login .login-sns-modal .modal-action .btn.naver {
	background: #17ca00;
	color: #ffffff;
}

.member .login .login-sns-modal .modal-action .btn .btn-text {
	font-size: 16px;
}

.member .login .login-sns-modal .login-sns-help a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	color: #888888;
	font-size: 14px;
	letter-spacing: -0.45px;
}

.member .login .login-sns-modal .login-sns-help a img {
	margin-left: 8px;
}

/* member-join-type */
.member .join-type .type-wrap {
	display: flex;
	height: 480px;
}

.member .join-type .type-wrap .type-wrap-left {
	width: 50%;
}

.member .join-type .type-wrap .type-wrap-right {
	margin-left: 20px;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.member .join-type .type-wrap .type-wrap-right .type-box + .type-box {
	margin-top: 20px;
}

.member .join-type .type-box {
	height: 480px;
	text-align: center;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 2px 3.5px 8px 0 rgba(51, 51, 51, 0.12);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.member .join-type .type-wrap .type-wrap-right .type-box {
	height: 230px;
}

.member .join-type .type-box .type-condi {
	font-size: 16px;
	letter-spacing: -0.54px;
	color: #555555;
}

.member .join-type .type-box .type-title {
	margin-top: 12px;
	font-size: 22px;
	letter-spacing: -0.71px;
	color: #333333;
	font-weight: 700;
}

.member .join-type .type-box .type-buttons {
	margin-top: 30px;
}

.member .join-type .type-box .type-button + .type-button {
	margin-top: 10px;
}

.member .join-type .type-box .type-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.member .join-type .type-box .type-button .btn {
	width: 360px;
	height: 60px;
	border: 1px solid #d2d2d2;
}

.member .join-type .type-box .type-button .btn .btn-text {
	font-weight: 400;
}

.member .join-type .type-box .type-button .btn:hover {
	border: 2px solid #da281f;
}

.member .join-type .type-box .type-button .btn:hover .btn-text {
	font-weight: 500;
}

/* member-join-auth */
.member .join-auth .auth-wrap {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	padding: 80px 0;
}

.member .join-auth .auth-content-subject {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.7px;
	text-align: center;
	color: #333333;
	margin-top: 40px;
}

.member .join-auth .auth-content-image {
	display: flex;
	justify-content: center;
}

.member .join-auth .auth-content-intro {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.5px;
	text-align: center;
	color: #555555;
	margin-top: 40px;
}

.member .join-auth .auth-content-action {
	text-align: center;
	margin-top: 60px;
}

.member .join-auth .auth-content-action .btn {
	width: 300px;
	height: 70px;
}

.member .join-auth .join-help-wrap {
	width: 100%;
	padding: 50px 200px 50px 140px;
	border-radius: 10px;
	border: solid 1px #d2d2d2;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

/* member-join-complete */
.member .join-complete .congratulation {
	padding: 160px 0 80px;
}

.member .join-complete .congratulation .container .complete-message {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -1.2px;
	text-align: center;
	color: #333333;
}

.member .join-complete .congratulation .container .complete-message .message-red {
	color: #da281f;
}

.member .join-complete .congratulation .container .complete-thanks {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555555;
	margin-top: 36px;
}

.member .join-complete .congratulation .container .complete-action {
	text-align: center;
	margin-top: 56px;
}

.member .join-complete .congratulation .container .complete-action .btn {
	width: 300px;
	height: 70px;
}

.member .join-complete .campaign-more {
	background-color: #f5f5f5;
	padding: 80px 0;
}

.member .join-complete .campaign-more .campaign-more-head {
	position: relative;
}

.member .join-complete .campaign-more .campaign-more-head .campaign-more-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.8px;
	text-align: center;
	color: #333333;
}

.member .join-complete .campaign-more .campaign-more-head .more-link {
	position: absolute;
	top: 66px;
	right: 0;
}

.member .join-complete .campaign-more .campaign-more-head .more-link a {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.5px;
	text-align: left;
	color: #777777;
	display: flex;
	align-items: center;
	padding-right: 20px;
	background-image: url("/assets/pc/images/common/more-gray_sm.png");
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
}

.member .join-complete .campaign-more .campaign-more-list {
	margin-top: 40px;
	display: flex;
}

.member .join-complete .campaign-more .campaign-more-list .more-list-item {
	margin-left: 30px;
}

.member .join-complete .campaign-more .campaign-more-list .more-list-item .list-item-image {
	position: relative;
	overflow: hidden;
	width: 420px;
	height: 260px;
}

.member .join-complete .campaign-more .campaign-more-list .more-list-item .list-item-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.member .join-complete .campaign-more .campaign-more-list .more-list-item:first-child {
	margin-left: 0;
}

.member .join-complete .campaign-more .campaign-more-list .more-list-item .list-item-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.7px;
	text-align: left;
	color: #333333;
	margin-top: 26px;
}

.member .join-complete .campaign-more .campaign-more-list .more-list-item .list-item-detail {
	font-size: 16px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #555555;
	margin-top: 14px;
}

.member .join-complete .banner {
	padding: 80px 0;
}

.member .join-complete .banner .banner-list {
	display: flex;
	justify-content: space-between;
}

.member .join-complete .banner .banner-list .banner-item {
	width: 50%;
	box-shadow: rgba(189, 195, 200, 0.2) 4px 4px 4px;
	background-size: cover;
}

.member .join-complete .banner .banner-list .banner-item + .banner-item {
	margin-left: 15px;
}

.member .join-complete .banner .banner-list .banner-story {
	background-image: url("/assets/pc/images/member/cover-story.png");
}

.member .join-complete .banner .banner-list .banner-guide {
	background-image: url("/assets/pc/images/member/cover-guide.png");
}

.member .join-complete .banner .banner-list .banner-item .item-text-wrap {
	display: block;
	padding: 60px 50px;
}

.member .join-complete .banner .banner-list .banner-item .item-text-wrap .text-top {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.6px;
	color: #ffffff;
}

.member .join-complete .banner .banner-list .banner-item .item-text-wrap .text-bold {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.8px;
	color: #ffffff;
	margin-top: 10px;
}

.member .join-complete .banner .banner-list .banner-item .item-text-wrap .text-link {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #ffffff;
	margin-top: 52px;
	position: relative;
	display: inline-block;
}

.member .join-complete .banner .banner-list .banner-item .item-text-wrap .text-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(2px);
	content: "";
	width: 50px;
	height: 1px;
	background-color: #ffffff;
}

/* member-find-id */
.member .find-id .find-box {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	padding: 60px 0;
}

.member .find-id .find-box .find-content-wrap {
	width: 400px;
	text-align: center;
	margin: 0 auto;
}

.member .find-id .find-box .find-content-wrap .find-content-subject {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.7px;
	color: #333333;
}

.member .find-id .find-box .find-content-wrap .find-content-intro {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.6px;
	color: #555555;
	margin-top: 36px;
}

.member .find-id .find-box .find-content-wrap .find-content-list {
	margin-top: 56px;
}

.member .find-id .find-box .find-content-wrap .find-content-list .content-list-item + .content-list-item {
	margin-top: 10px;
}

.member .find-id .find-box .find-content-wrap .find-content-list .content-list-item input {
	display: none;
}

.member .find-id .find-box .find-content-wrap .find-content-list .content-list-item input + label {
	height: 60px;
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #333333;
	border-radius: 6px;
	border: 1px solid #cbcfd2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member .find-id .find-box .find-content-wrap .find-content-list .content-list-item input:checked + label {
	font-weight: 700;
	color: #da281f;
	border: 2px solid #da281f;
}

.member .find-id .find-box .find-content-wrap .find-content-list .content-list-item input + label:hover {
	font-weight: 700;
	color: #da281f;
	border: 2px solid #da281f;
}

.member .find-id .find-box .find-content-wrap .find-content-help {
	margin-top: 14px;
	font-size: 14px;
	letter-spacing: -0.5px;
	color: #767676;
	display: flex;
	justify-content: space-between;
}

.member .find-id .find-box .find-content-wrap .find-content-help .change-pw-link {
	display: block;
}

.member .find-id .find-box .find-content-wrap .find-content-help .change-pw-link .text-link {
	position: relative;
	display: inline-block;
	color: #767676;
}

.member .find-id .find-box .find-content-wrap .find-content-help .change-pw-link .text-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(2px);
	content: "";
	width: 78px;
	height: 1px;
	background-color: #767676;
}

.member .find-id .find-content-action {
	margin-top: 60px;
	text-align: center;
}

.member .find-id .find-content-action .btn {
	width: 300px;
	height: 70px;
}

/* member-exist-id */
.member .exist-id .exist-box {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	padding: 60px 0;
}

.member .exist-id .exist-box .exist-content-wrap {
	width: 400px;
	text-align: center;
	margin: 0 auto;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-subject {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.7px;
	color: #333333;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-intro {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.6px;
	color: #555555;
	margin-top: 36px;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-list {
	margin-top: 56px;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-list .content-list-item + .content-list-item {
	margin-top: 10px;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-list .content-list-item input {
	display: none;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-list .content-list-item input + label {
	height: 60px;
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #333333;
	border-radius: 6px;
	border: 1px solid #cbcfd2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-list .content-list-item input:checked + label {
	font-weight: 700;
	color: #da281f;
	border: 2px solid #da281f;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-list .content-list-item input + label:hover {
	font-weight: 700;
	color: #da281f;
	border: 2px solid #da281f;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-help {
	margin-top: 14px;
	font-size: 14px;
	letter-spacing: -0.5px;
	color: #767676;
	display: flex;
	justify-content: space-between;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-help .change-pw-link {
	display: block;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-help .change-pw-link .text-link {
	position: relative;
	display: inline-block;
	color: #767676;
}

.member .exist-id .exist-box .exist-content-wrap .exist-content-help .change-pw-link .text-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(2px);
	content: "";
	width: 78px;
	height: 1px;
	background-color: #767676;
}

.member .exist-id .exist-content-action {
	margin-top: 60px;
	text-align: center;
}

.member .exist-id .exist-content-action .btn {
	width: 300px;
	height: 70px;
}

/* member-change-pw */
.member .change-pw .change-pw-box {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	padding: 60px 0;
}

.member .change-pw .change-pw-box .change-content-wrap {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

.member .change-pw .change-pw-box .change-content-wrap .change-content-subject {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.7px;
	color: #333333;
}

.member .change-pw .change-pw-box .change-content-wrap .change-content-intro {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.6px;
	color: #555555;
	margin-top: 36px;
}

.member .change-pw .change-pw-box .change-content-wrap .pw-form {
	margin-top: 56px;
}

.member .change-pw .change-pw-box .change-content-wrap .pw-form .form-control + .form-control {
	margin-top: 40px;
}

.member .change-pw .change-pw-box .change-content-wrap .pw-form .form-control .form-input .input-id {
	color: #c5c5c5;
	background-color: #f5f5f5;
}

.member .change-pw .change-pw-box .change-content-wrap .pw-form .form-control .form-message {
	text-align: left;
}

.member .change-pw .change-content-action {
	margin-top: 60px;
	text-align: center;
}

.member .change-pw .change-content-action .btn {
	width: 300px;
	height: 70px;
}

/* member-find-id-select */
.member .find-ids .input-box {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 2px 4px 8px 0 rgba(91, 85, 80, 0.15);
	padding: 60px 0;
}

.member .find-ids .input-box .info-input-wrap {
	width: 500px;
	margin: 0 auto;
}

.member .find-ids .input-box .info-input-wrap .info-input > div + div {
	margin-top: 40px;
}

.member .find-ids .input-box .info-input-wrap .info-input .select-way-box .select-button-wrap {
	display: flex;
}

.member .find-ids .input-box .info-input-wrap .info-input .select-way-box .select-button-wrap .find-id-way {
	width: 50%;
	padding: 20px 0;
	font-size: 18px;
	letter-spacing: -0.2px;
	color: #555555;
	background-color: #f5f5f5;
	border-radius: 50px;
	border: 1px solid #cbcfd2;
}

.member .find-ids .input-box .info-input-wrap .info-input .select-way-box .select-button-wrap .find-id-way + .find-id-way {
	margin-left: 20px;
}

.member .find-ids .input-box .info-input-wrap .info-input .select-way-box .select-button-wrap .find-id-way.active {
	color: #ffffff;
	background-color: #5b5550;
	border: none;
}

.member .find-ids .input-box .info-input-wrap .info-input .select-way-box .way-intro-message {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #999999;
}

.member .find-ids .submit-content-action {
	margin-top: 40px;
	text-align: center;
}

.member .find-ids .submit-content-action .btn {
	width: 300px;
	height: 70px;
}

/* member-find-pw-select */
.member .find-pws .id-pw-select {
	width: 100%;
	margin-bottom: 60px;
	display: flex;
}

.member .find-pws .id-pw-select .select-box {
	width: 50%;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border: 1px solid #555555;
	background-color: #ffffff;
}

.member .find-pws .id-pw-select .select-box + .select-box {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.member .find-pws .id-pw-select .select-box.active {
	background-color: #7a634f;
	border: none;
	font-weight: 700;
}

.member .find-pws .id-pw-select .select-box .select-link {
	display: block;
	padding: 28px 0;
	text-align: center;
}

.member .find-pws .id-pw-select .select-box .select-link .select-subject {
	font-size: 22px;
	color: #555555;
}

.member .find-pws .id-pw-select .select-box.active .select-link .select-subject {
	color: #ffffff;
}

.member .find-pws .input-box {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	padding: 60px 0;
}

.member .find-pws .input-box .info-input-wrap {
	width: 500px;
	margin: 0 auto;
}

.member .find-pws .input-box .info-input-wrap .info-input-subject {
	font-size: 18px;
	letter-spacing: -0.6px;
	color: #555555;
}

.member .find-pws .input-box .info-input-wrap .info-input {
	margin-top: 40px;
}

.member .find-pws .input-box .info-input-wrap .info-input > div + div {
	margin-top: 40px;
}

.member .find-pws .input-box .info-input-wrap .info-input .select-way-box .select-button-wrap {
	display: flex;
}

.member .find-pws .input-box .info-input-wrap .info-input .select-way-box .select-button-wrap .find-pw-way {
	width: 50%;
	padding: 20px 0;
	font-size: 18px;
	letter-spacing: -0.2px;
	color: #555555;
	background-color: #f5f5f5;
	border-radius: 50px;
	border: 1px solid #cbcfd2;
}

.member .find-pws .input-box .info-input-wrap .info-input .select-way-box .select-button-wrap .find-pw-way + .find-pw-way {
	margin-left: 20px;
}

.member .find-pws .input-box .info-input-wrap .info-input .select-way-box .select-button-wrap .find-pw-way.active {
	color: #ffffff;
	background-color: #5b5550;
	border: none;
}

.member .find-pws .input-box .info-input-wrap .info-input .select-way-box .way-intro-message {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #999999;
}

.member .find-pws .submit-content-action {
	margin-top: 60px;
	text-align: center;
}

.member .find-pws .submit-content-action .btn {
	width: 300px;
	height: 70px;
}

/* help */
/* help common */
.help .page {
	width: 100%;
	margin: 80px 0;
}

.help .page .page-head .page-head-title {
	color: #333333;
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	font-weight: 700;
	font-size: 46px;
	text-align: center;
}

.help .page .page-body {
	margin-top: 60px;
	min-height: 720px;
}

.help .page .page-body .precautions {
	color: #555555;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.54px;
}

.help .page .page-body .terms-list {
	margin-top: 32px;
}

.help .page .page-body .terms-list .terms-list-box .terms-title {
	color: #333333;
	font-weight: 700;
	font-size: 20px;
}

.help .page .page-body .terms-list .terms-list-box .terms-content {
	margin-top: 26px;
	color: #555555;
	font-size: 18px;
	line-height: 30px;
}

.help .page .page-body .terms-list .terms-list-box .terms-content span {
	display: block;
	margin-top: 30px;
}

.help .page .page-body .terms-list .terms-list-box + .terms-list-box {
	margin-top: 62px;
}

/* help location */
.help .location .page .page-body .map-info {
	height: 500px;
	background-image: url('/assets/pc/images/help/cover-map.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.help .location .page .page-body .map-info .map-balloon {
	display: block;
	width: 281px;
	height: 146px;
	background-image: url('/assets/pc/images/help/icon-balloon.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 220px;
	left: 428px;
}

.help .location .page .page-body .map-info .btn-map-print {
	background-color: #FFFFFF;
	width: 130px;
	height: 60px;
	border: 1px solid #D2D2D2;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.help .location .page .page-body .map-info .btn-map-print .btn-text {
	color: #777777;
	font-size: 18px;
	font-weight: 700;
	margin-left: 6px;
}

.help .location .page .page-body .location-info {
	margin-top: 60px;
}

.help .location .page .page-body .location-info .info-address {
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 60px;
}

.help .location .page .page-body .location-info .info-address .address-title {
	color: #DA291C;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

.help .location .page .page-body .location-info .info-address .address-wrap {
	margin-top: 40px;
	position: relative;
}

.help .location .page .page-body .location-info .info-address .address-wrap .address-text .address-ko {
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

.help .location .page .page-body .location-info .info-address .address-wrap .address-text .address-eng {
	margin-top: 20px;
	color: #777777;
	font-size: 18px;
	line-height: 26px;
}

.help .location .page .page-body .location-info .info-address .address-wrap .info-text {
	position: absolute;
	top: 40px;
	left: 878px;
	display: flex;
}

.help .location .page .page-body .location-info .info-address .address-wrap .info-text .info-subject {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.help .location .page .page-body .location-info .info-address .address-wrap .info-text .info-content {
	color: #333333;
	font-size: 18px;
	line-height: 26px;
	margin-left: 20px;
}

.help .location .page .page-body .location-info .info-traffic {
	margin-top: 60px;
}

.help .location .page .page-body .location-info .info-traffic .traffic-title {
	color: #DA291C;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap {
	margin-top: 40px;
	display: flex;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list {
	flex: 1;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-title {
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-title > span {
	color: #777777;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-content {
	display: flex;
	margin-top: 16px;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-content .content-subject {
	color: #333333;
	font-size: 18px;
	line-height: 26px;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-content .detail-box {
	margin-left: 16px;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-content .detail-box .detail {
	display: flex;
	align-items: center;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-content .detail-box .detail .line {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.5px;
	padding: 2px 5px;
	border-radius: 6px;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-content .detail-box .detail + .detail {
	margin-top: 2px;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-content .detail-box .detail .line.blue {
	background-color: #28459b;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-content .detail-box .detail .line.green {
	background-color: #2e8857;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-content .detail-box .detail .line.six {
	background-color: #926d49;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list .info-list-content .detail-box .detail .detail-text {
	color: #333333;
	font-size: 18px;
	line-height: 26px;
	margin-left: 6px;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list + .traffic-info-list .info-list-content .detail-box {
	margin: 0;
}

.help .location .page .page-body .location-info .info-traffic .traffic-wrap .traffic-info-list:last-of-type .info-list-content .detail-box .detail .detail-text {
	margin: 0;
}

.help .location .page .page-body .location-info .location-banner {
	width: 100%;
	background-image: url('/assets/pc/images/help/banner-location.png');
	background-repeat: no-repeat;
	margin-top: 80px;
}

.help .location .page .page-body .location-info .location-banner .banner-link {
	display: block;
	padding: 56px 66px;
}

.help .location .page .page-body .location-info .location-banner .banner-link .stc {
	color: #555555;
	font-size: 20px;
	line-height: 30px;
}

.help .location .page .page-body .location-info .location-banner .banner-link .stc-more {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.help .location .page .page-body .location-info .location-banner .banner-link .stc-more .stc-more-text {
	color: #333333;
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
}

.help .location .page .page-body .location-info .location-banner .banner-link .stc-more img {
	margin-left: 10px;
}

/* help faq */
.help .faq .page .page-body .search-area {
	width: 580px;
	margin: 0 auto;
}

.help .faq .page .page-body .search-box {
	position: relative;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
}

.help .faq .page .page-body .search-box input {
	border-radius: 50px;
	padding: 18px 30px;
	border: none;
	font-size: 18px;
	color: #888888;
	width: 100%;
}

.help .faq .page .page-body .search-box .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;
}

.help .faq .page .page-body .search-box .search-box-icon span {
	display: block;
	width: 30px;
	height: 30px;
	background: url('/assets/pc/images/help/search.png') no-repeat center center;
}

.help .faq .page .page-body .search-tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 30px;
	margin: -5px -10px;
}

.help .faq .page .page-body .search-tag .tag-item {
	padding: 5px 10px;
	letter-spacing: -0.54px;
	color: #555;
}


.help .faq .page .page-body .faq-menu {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.help .faq .page .page-body .faq-menu .menu-list {
	width: 248px;
	height: 80px;
	background-color: #f4f4f4;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.help .faq .page .page-body .faq-menu .menu-list .menu-text {
	color: #555555;
	font-size: 20px;
	letter-spacing: -0.6px;
}

.help .faq .page .page-body .faq-menu .menu-list.active {
	background-color: #333333;
}

.help .faq .page .page-body .faq-menu .menu-list.active .menu-text {
	color: #FFFFFF;
	font-weight: 700;
}

.help .faq .faq-collapse {
	border-radius: 6px;
}

.help .faq .search-section-head {
	margin-bottom: 0 !important;
}

.help .faq .faq-content {
	margin-top: 84px;
}

.help .faq .faq-content-title {
	font-size: 22px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 30px;
}

.help .faq .faq-collapse .faq-list .faq-item .faq-text {
	cursor: pointer;
}

.help .faq .faq-collapse .faq-list .faq-item + .faq-item {
	border-top: 1px solid #d0d1d1;
}

.help .faq .faq-collapse .faq-list .faq-item:last-of-type {
	border-bottom: 1px solid #d0d1d1;
}

.help .faq .faq-top .faq-collapse .faq-list .faq-item:last-of-type {
	border-bottom: none;
}

.help .faq .faq-collapse .faq-list .faq-item {
	padding: 40px 0;
}

.help .faq .faq-collapse .faq-list .faq-item .faq-text {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 32px;
}

.help .faq .faq-collapse .faq-list .faq-item .faq-label {
	width: 270px;
	font-weight: 700;
	font-size: 20px;
}


.help .faq .faq-empty {
	padding: 160px 0;
}

.help .faq .faq-empty .faq-empty-text {
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.help .faq .faq-empty .faq-empty-action {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.help .faq .faq-empty .faq-empty-action .btn {
	width: 184px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #777777;
}

.help .faq .faq-top {
	padding: 60px 0 68px;
	background: #f3f0e6;
}

.help .faq .faq-top .faq-collapse {
	background: #ffffff;
	padding: 12px 30px;
	border-radius: 16px;
}

.help .faq .faq-top .faq-collapse .faq-list .faq-item .faq-label {
	color: #d9291d !important;
}

.help .faq .faq-all .faq-collapse .faq-list .faq-item .faq-label {
	color: #777777;
	line-height: 1.5;
	letter-spacing: -0.54px;
}

.help .faq .faq-collapse .faq-list .faq-item .faq-label span {
	margin-left: 32px;
	color: #777777;
}

.help .faq .faq-collapse .faq-list .faq-item .faq-title {
	font-size: 18px;
	color: #555555;
	flex-grow: 1;
	line-height: 1.5;
	letter-spacing: -0.54px;
}

.help .faq .faq-collapse .faq-list .faq-item .faq-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 32px;
	cursor: pointer;
	width: 22px;
	height: 13px;
}

.help .faq .faq-collapse .faq-list .faq-item .faq-arrow span {
	background-image: url('/assets/pc/images/common/expand-faq.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 22px;
	height: 13px;

}

.help .faq .faq-collapse .faq-list .faq-item.open {
	padding-bottom: 0;
}

.help .faq .faq-collapse .faq-list .faq-item.open .faq-text .faq-label {
	color: #333333;
	font-weight: 700;
}

.help .faq .faq-collapse .faq-list .faq-item.open .faq-text .faq-title {
	color: #333333;
	font-weight: 700;
}

.help .faq .faq-collapse .faq-list .faq-item.open .faq-text .faq-label span {
	color: #333333;
	font-weight: 700;
}

.help .faq .faq-collapse .faq-list .faq-item.open .faq-arrow span {
	background-image: url('/assets/pc/images/help/icon-more-red.png');
}

.help .faq .faq-collapse .faq-list .faq-item .faq-content {
	border-top: 3px solid #f3f3f3;
	margin-top: 44px;
	background: #f5f6f7;
	padding: 40px 40px 40px 80px;

}

.help .faq .faq-collapse .faq-list .faq-item .faq-content .faq-answer {
	display: flex;
}

.help .faq .faq-collapse .faq-list .faq-item .faq-content .faq-answer-label {
	font-size: 22px;
	color: #d9291d;
	font-weight: 700;
	margin-right: 34px;
}

.help .faq .faq-collapse .faq-list .faq-item .faq-content .faq-answer-content {
	color: #333333;
}

.help .faq .faq-pagination {
	margin-top: 60px;
}


.help .faq .page .page-body .help-box {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.help .faq .page .page-body .help-box .help-banner-item {
	width: 420px;
	height: 150px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.help .faq .page .page-body .help-box .help-banner-item a {
	display: block;
	padding: 36px;
}

.help .faq .page .page-body .help-box .help-banner-item a .banner-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.help .faq .page .page-body .help-box .help-banner-item a .banner-wrap .banner-text-box {
	flex: 1;
	margin-left: 30px;
}

.help .faq .page .page-body .help-box .help-banner-item a .banner-wrap .banner-text-box .banner-title {
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}

.help .faq .page .page-body .help-box .help-banner-item a .banner-wrap .banner-text-box .banner-text {
	color: #555555;
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
}

.help .faq .page .page-body .help-box .help-banner-item a .banner-wrap .banner-text-box .banner-text span {
	font-size: 14px;
	line-height: 12px;
}

.help .faq .page .page-body .help-box .help-banner-item a .banner-wrap .banner-more {
	width: 25px;
	height: 25px;
	border: 1px solid #c5c5c5;
	border-radius: 50%;
	position: relative;
}

.help .faq .page .page-body .help-box .help-banner-item a .banner-wrap .banner-more img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* help sitemap */
.help .sitemap .sitemap-list {
	display: flex;
	flex-wrap: wrap;
}

.help .sitemap .sitemap-list .sitemap-item {
	width: 250px;
	margin-right: 80px;
	padding-bottom: 100px;
}

.help .sitemap .sitemap-list .sitemap-item .sitemap-title {
	color: #da291c;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 18px;
	border-bottom: 2px solid #da291c;
}

.help .sitemap .sitemap-list .sitemap-item a:hover {
	color: #da291c !important;
}

.help .sitemap .sitemap-list .sitemap-item .sitemap-sub {
	padding-top: 30px;
}

.help .sitemap .sitemap-list .sitemap-item .sitemap-sub-item + .sitemap-sub-item {
	margin-top: 40px;
}

.help .sitemap .sitemap-list .sitemap-item .sitemap-sub-item .sitemap-sub-title {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}

.help .sitemap .sitemap-list .sitemap-item .sitemap-sub-item .sitemap-sub-title a {
	color: #333333;
}

.help .sitemap .sitemap-list .sitemap-item .sitemap-sub-item .sitemap-sub-list {
	margin-top: 20px;
}

.help .sitemap .sitemap-list .sitemap-item .sitemap-sub-item .sitemap-sub-list .sitemap-sub-list-item {
	font-size: 14px;
	color: #777777;
}

.help .sitemap .sitemap-list .sitemap-item .sitemap-sub-item .sitemap-sub-list .sitemap-sub-list-item + .sitemap-sub-list-item {
	margin-top: 12px;
}

.help .sitemap .sns-item {
	display: flex;
	align-items: center;
}

.help .sitemap .sns-item .sns-icon {
	margin-right: 10px;
}

/* participate donor-program */
.participate .donor-program .programs-notices {
	position: relative;
	overflow: hidden;
}

.participate .donor-program .programs-notices .background-round {
	width: 516px;
	height: 900px;
	position: absolute;
	top: 1050px;
	right: 0;
	background-image: url("/assets/pc/images/participate/background-red-o.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.participate .donor-program .programs-notices .background-line {
	position: absolute;
	width: 648px;
	height: 720px;
	top: 1350px;
	right: 0;
	background-image: url("/assets/pc/images/participate/background-line-o.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.participate .donor-program .programs {
	padding: 60px 0;
}

.participate .donor-program .programs .programs-tab .tab-item .tab-label.new {
	background: #d9291d;
	color: #ffffff;
}

.participate .donor-program .programs .programs-tab .tab-item .tab-label.apply {
	background: #f2a900;
	color: #333333;
}

.participate .donor-program .programs .programs-tab {
	margin-bottom: 60px;
}

.participate .donor-program .programs .programs-wrap {
	padding-top: 70px;
	padding-left: 185px;
}

.participate .donor-program .programs .programs-box {
	position: relative;
	border-radius: 10px;
	border: solid 4px #f1ece7;
	padding: 86px 120px 100px 385px;
	height: 600px;
}

.participate .donor-program .programs .programs-box .programs-markup .btn-donor-program-apply {
	display: inline-block;
	vertical-align: top;
	bottom: 29px;
	left: 70px;
	width: 175px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-family: 'Nanum Barun Gothic';
	letter-spacing: -0.05em;
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	border: 1px solid #cccccc;
}

.participate .donor-program .programs .programs-box .programs-image {
	position: absolute;
	top: -70px;
	left: -185px;
	width: 465px;
	height: 440px;
	border-radius: 5px;
	font-size: 0;
}

.participate .donor-program .programs .programs-box .programs-image img {
	border-radius: 5px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.participate .donor-program .notices {
	padding: 40px 0 100px;
}

.participate .donor-program .notices .notice-head {
	position: relative;
}

.participate .donor-program .notices .notice-head .notice-title {
	font-size: 30px;
	text-align: center;
	color: #333333;
	font-weight: 700;
}

.participate .donor-program .notices .notice-head .notice-more {
	position: absolute;
	top: 25px;
	right: 0;
}

.participate .donor-program .notices .notice-head .notice-more a {
	color: #898888;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;

	padding-right: 16px;
	background-image: url("/assets/pc/images/common/more-gray.png");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
}

.participate .donor-program .notices .notice-head .notice-more a img {
	margin-left: 12px;
}

.participate .donor-program .notices .notice-list {

	margin-top: 50px;
}

.participate .donor-program .notices .notice-list .notice-item {
	padding-left: 38px;
	padding-right: 38px;
	padding-bottom: 22px;
}

.participate .donor-program .notices .notice-list .notice-item + .notice-item {
	padding-top: 22px;
	border-top: 1px solid #e5e5e5;
}

.participate .donor-program .notices .notice-list .notice-item:last-of-type {
	border-bottom: 1px solid #e5e5e5;
}

.participate .donor-program .notices .notice-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.participate .donor-program .notices .notice-item .notice-text {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.participate .donor-program .notices .notice-item .notice-text .notice-label {
	padding: 7px 0;
	text-align: center;
	width: 85px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	flex: 0 0 auto;
}

.participate .donor-program .notices .notice-item .notice-text .notice-label.noti {
	background: #d9291d;
}

.participate .donor-program .notices .notice-item .notice-text .notice-label.press {
	background: #323333;
}

.participate .donor-program .notices .notice-item .notice-text .notice-label.partner {
	background: #f26434;
}

.participate .donor-program .notices .notice-item .notice-text .notice-label.nanum {
	background: #a6794d;
}

.participate .donor-program .notices .notice-item .notice-text .notice-subject {
	flex: 1 1 auto;
	margin-left: 20px;
	color: #333333;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.participate .donor-program .notices .notice-item .notice-date {
	color: #767676;
	flex-shrink: 0;
	margin-left: 60px;
}

.participate .donor-program .reports {
	background: #ebeff7;
	padding: 100px 0;
}

.participate .donor-program .reports .reports-head {
	position: relative;
}

.participate .donor-program .reports .reports-head .reports-title {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}

.participate .donor-program .reports .reports-head .reports-more {
	position: absolute;
	top: 10px;
	right: 0;
}

.participate .donor-program .reports .reports-head .reports-more a {
	color: #898888;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;

	padding-right: 16px;
	background-image: url("/assets/pc/images/common/more-gray.png");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
}

.participate .donor-program .reports .reports-head .reports-more a img {
	margin-left: 12px;
}

.participate .donor-program .reports .reports-list {
	margin-top: 44px;
	display: flex;
	justify-content: center;
}

.participate .donor-program .reports .reports-list .reports-item {
	width: 25%;
}

.participate .donor-program .reports .reports-list .reports-item + .reports-item {
	margin-left: 30px;
}

.participate .donor-program .reports .reports-list .reports-item a {
	display: block;
	position: relative;
	border-radius: 10px;
}

.participate .donor-program .reports .reports-list .reports-item .reports-item-image {
	border-radius: 10px 10px 0 0;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
}

.participate .donor-program .reports .reports-list .reports-item .reports-item-image img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.participate .donor-program .reports .reports-list .reports-item .reports-item-detail {
	border-radius: 0 0 10px 10px;
	padding: 24px 20px 32px;
	width: 100%;
	background: #ffffff;
}

.participate .donor-program .reports .reports-list .reports-item .reports-item-detail .reports-item-label {
	letter-spacing: -0.54px;
	text-align: left;
	color: #777;
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: 500;
}

.participate .donor-program .reports .reports-list .reports-item .reports-item-detail .reports-item-text {
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	z-index: 2;
	height: 54px;

	line-height: 1.5;
	letter-spacing: -0.6px;

	text-overflow: ellipsis;
	overflow: hidden;
	word-break: keep-all;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.participate .donor-program .wallpaper {
	position: relative;
	padding: 88px 0 100px;
	overflow: hidden;
}

.participate .donor-program .wallpaper .background-round {
	position: absolute;
	width: 455px;
	height: 554px;
	bottom: -215px;
	left: 0;
	background-image: url("/assets/pc/images/participate/background-gray-o.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}

.participate .donor-program .wallpaper-head {
	position: relative;
}

.participate .donor-program .wallpaper-head .wallpaper-title {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}

.participate .donor-program .wallpaper-head .wallpaper-description {
	margin-top: 16px;
	font-size: 18px;
	text-align: center;
	color: #333333;
}

.participate .donor-program .wallpaper-head .wallpaper-more {
	position: absolute;
	bottom: 0;
	right: 0;
}

.participate .donor-program .wallpaper-head .wallpaper-more a {
	color: #898888;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;

	padding-right: 16px;
	background-image: url("/assets/pc/images/common/more-gray.png");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
}

.participate .donor-program .wallpaper-head .wallpaper-more a img {
	margin-left: 12px;
}

.participate .donor-program .wallpaper .wallpaper-list {
	padding-top: 44px;
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.participate .donor-program .wallpaper .wallpaper-list .wallpaper-item {
	width: calc(33.333% - 40px);
	height: 545px;
	margin: 20px;
	border-radius: 10px;
	overflow: hidden;
	border: solid 1px #ddd;
	cursor: pointer;
	display: block;
	position: relative;
}

.participate .donor-program .wallpaper .wallpaper-list .wallpaper-item .wallpaper-label {
	position: absolute;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #d9291d;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: -0.54px;
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.participate .donor-program .wallpaper .wallpaper-list .wallpaper-item .wallpaper-image img {
	width: 100%;
}
.participate .donor-program .wallpaper .wallpaper-list .wallpaper-item .wallpaper-image {
	height: 100%;
	max-height: 413px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ddd;
}
.participate .donor-program .wallpaper .wallpaper-list .wallpaper-item .wallpaper-text {
	padding: 30px 26px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
	height: 114px;

	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.participate .donor-program .wallpaper .wallpaper-pagination {
	margin-top: 60px;
}


/* participate guide-wanted */
.participate .guide-wanted .guidance {
	padding: 60px 0 100px;
}

.participate .guide-wanted .guidance .guidance-body {
	margin-top: 60px;
}

.participate .guide-wanted .guidance .guidance-head .guidance-title {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}

.participate .guide-wanted .guidance .guidance-head .guidance-description {
	margin-top: 16px;
	font-size: 18px;
	text-align: center;
	color: #333333;
}

.participate .guide-wanted .guidance .guidance-content {
	margin-top: 60px;
}

.participate .guide-wanted .guidance .guidance-box {
	display: flex;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item {
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 300px;
	height: 500px;
	padding: 0 80px;
	position: relative;
	border-radius: 15px;
	cursor: pointer;
	transition: width ease-out .35s;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item.active {
	cursor: default;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item + .guidance-box-item {
	margin-left: 20px;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item .guidance-box-outer {
	position: absolute;
	bottom: 62px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item .guidance-box-inner {
	min-width: 420px;
	visibility: hidden;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item.active .guidance-box-inner {
	visibility: visible;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item.active .guidance-box-outer {
	visibility: hidden;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item .guidance-box-title {
	font-size: 22px;
	color: #ffffff;
	font-weight: 700;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item .guidance-box-inner.black .guidance-box-title {
	color: #555555;
	letter-spacing: -0.48px;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item .guidance-box-detail {
	margin-top: 30px;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: -0.6px;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item .guidance-box-inner.black .guidance-box-detail {
	color: #555555;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item .guidance-box-action {
	margin-top: 40px;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item .guidance-box-action .btn {
	display: inline-block;
	line-height: 50px;
	width: 140px;
	height: 50px;
	font-size: 16px;
	background-image: url('/assets/pc/images/common/right_white.png');
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: right 28px top 50%;
	padding: 0 40px 0 20px;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item .guidance-box-inner.black .guidance-box-action .btn.btn-white {
	border-color: #e5e5e5;
	color: #333333;
	background-image: url('/assets/pc/images/common/right_gray.png');
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item .guidance-box-action .btn + .btn {
	margin-left: 10px;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item.active {
	width: 1000px;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item:nth-of-type(1) {
	background-image: url('/assets/pc/images/participate/background-wanted_1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 80%;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item:nth-of-type(2) {
	background-image: url('/assets/pc/images/participate/background-wanted_2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 85%;
}

.participate .guide-wanted .guidance .guidance-box .guidance-box-item:nth-of-type(3) {
	background-image: url('/assets/pc/images/participate/background-wanted_3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 85%;
}

.participate .guide-wanted .guidance .guidance-know {
	margin-top: 20px;
	padding: 40px 380px 40px 88px;
	border-radius: 15px;
	border: solid 2px #f3f2ee;
	position: relative;
  }

.participate .guide-wanted .guidance .guidance-know .guidance-know-image {
    position: absolute;
    top: 56px;
    right: 24px;
}

.participate .guide-wanted .guidance .guidance-know .guidance-know-title {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #555;
}

.participate .guide-wanted .guidance .guidance-know .guidance-know-title em {
    font-weight: 700;
    color: #da291c;
}

.participate .guide-wanted .guidance .guidance-know .guidance-know-detail {
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-top: 10px;
    color: #555;
}

.participate .guide-wanted .process {
	padding: 100px 0;
	background-image: url('/assets/pc/images/participate/background-guide-process.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.participate .guide-wanted .process .process-title {
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	text-align: center;
}

.participate .guide-wanted .process .process-list {
	display: flex;
	justify-content: center;
	margin-top: 62px;
}

.participate .guide-wanted .process .process-list .process-item {
	background: #ffffff;
	border-radius: 20px;
	width: 240px;
	padding: 52px 0 36px;
	position: relative;
}

.participate .guide-wanted .process .process-list .process-item + .process-item {
	margin-left: 60px;
}

.participate .guide-wanted .process .process-list .process-item + .process-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -36px;
	transform: translateY(-50%);
	background-image: url('/assets/pc/images/participate/icon-arrow_process.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 13px;
}

.participate .guide-wanted .process .process-list .process-item .process-item-number {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;

	color: #ffffff;
	border-radius: 50%;
	background: #da291c;
	width: 50px;
	height: 50px;

	font-size: 22px;
	font-weight: 700;

}

.participate .guide-wanted .process .process-list .process-item .process-item-title {
	text-align: center;
	letter-spacing: -0.72px;
	color: #333333;
	font-size: 22px;
	font-weight: 700;
}

.participate .guide-wanted .process .process-list .process-item .process-item-detail {
	margin-top: 18px;
	font-size: 15px;
	color: #555555;
	text-align: center;
	line-height: 24px;
	letter-spacing: -0.54px;
}

.participate .guide-wanted .process .process-list .process-item .process-item-detail em {
	color: #da291c;
}

.participate .guide-wanted .ways {
	padding: 100px 0;
}

.participate .guide-wanted .ways .ways-head .ways-title {
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	text-align: center;
}

.participate .guide-wanted .ways .ways-head .ways-description {
	margin-top: 16px;
	font-size: 18px;
	text-align: center;
	color: #333333;
}

.participate .guide-wanted .ways .ways-body {
	margin-top: 48px;
}

.participate .guide-wanted .ways .ways-content {
	margin-top: 40px;
}

.participate .guide-wanted .ways .ways-content .ways-item {
	position: relative;
	border-radius: 15px;
	padding: 124px 0 0 80px;
	display: block;
	height: 440px;
	display: none;

	background-size: cover;
	background-repeat: no-repeat;
}

.participate .guide-wanted .ways .ways-content .ways-item.show {
	display: block;
}

.participate .guide-wanted .ways .ways-content .ways-item .ways-item-title a {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	letter-spacing: -0.72px;
	z-index: 1;
}

.participate .guide-wanted .ways .ways-content .ways-item .ways-item-title a .arrow {
	margin-left: 10px;
	display: block;
	width: 8px;
	height: 12px;
	background-image: url("/assets/pc/images/common/right_gray.png");
	background-size: cover;
	background-repeat: no-repeat;
}


.participate .guide-wanted .ways .ways-content .ways-item .ways-item-detail {
	position: relative;
	line-height: 1.5;
	letter-spacing: -0.6px;
	margin-top: 30px;
	font-size: 18px;
	color: #555555;
	z-index: 1;
}

.participate .guide-wanted .ways .ways-content .ways-item:nth-of-type(1) {
	background-image: url('/assets/pc/images/participate/cover-ways_1.png');
}

.participate .guide-wanted .ways .ways-content .ways-item:nth-of-type(2) {
	background-image: url('/assets/pc/images/participate/cover-ways_2.png');
}

.participate .guide-wanted .ways .ways-content .ways-item:nth-of-type(3) {
	background-image: url('/assets/pc/images/participate/cover-ways_3.png');
	padding-top: 74px;
}

.participate .guide-wanted .ways .ways-item .ways-item-box {
	display: flex;
	margin-top: 40px;

}

.participate .guide-wanted .ways .ways-item .ways-item-box .ways-box-item {
	position: relative;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 10px;
	width: 240px;
	height: 150px;
}

.participate .guide-wanted .ways .ways-item .ways-item-box .ways-box-item a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.participate .guide-wanted .ways .ways-item .ways-item-box .ways-box-item + .ways-box-item {
	margin-left: 10px;
}

.participate .guide-wanted .ways .ways-item .ways-item-box .ways-box-item .ways-box-text {
	margin-top: 12px;
	display: flex;
	align-items: center;
	font-size: 20px;
	letter-spacing: -0.72px;
	color: #555;
	font-weight: 500;
}

.participate .guide-wanted .ways .ways-item .ways-item-box .ways-box-item .ways-box-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
}

.participate .guide-wanted .ways .ways-item .ways-item-box .ways-box-item .ways-box-text .ways-box-arrow {
	margin-left: 10px;
	display: block;
	width: 8px;
	height: 12px;
	background-image: url("/assets/pc/images/common/right_gray.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.participate .guide-wanted .ways .ways-item .ways-item-box .ways-box-item .ways-box-title {
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.participate .guide-wanted .ways .ways-item .ways-item-box .ways-box-item .ways-box-title em {
	color: #da291c;
	text-align: center;
}

.participate .guide-wanted .ways .ways-item .ways-item-box .ways-box-item .ways-box-detail {
	text-align: center;
	margin-top: 14px;
	font-size: 14px;
	color: #555555;
	letter-spacing: -0.48px;
}

.participate .guide-wanted .ways .ways-item .ways-item-box .ways-box-item .ways-box-number {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.participate .guide-wanted .more {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.participate .guide-wanted .more.cop {
	background-image: url('/assets/pc/images/participate/cover-cop.png');
}

.participate .guide-wanted .more.special {
	background-image: url('/assets/pc/images/participate/cover-special.png');
}

.participate .guide-wanted .more .more-block .more-text {
	padding-left: 40px;
}

.participate .guide-wanted .more .more-block.right .more-text {
	padding-left: 856px;
}

.participate .guide-wanted .more .more-block .more-text .more-title {
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	letter-spacing: -0.64px;
}

.participate .guide-wanted .more .more-block .more-text .more-description {
	margin-top: 16px;
	font-size: 22px;
	color: #555555;
	letter-spacing: -0.72px;
}


.participate .guide-wanted .more .more-block .more-text .more-primary {
	margin-top: 32px;
	color: #da291c;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
}

.participate .guide-wanted .more .more-block .more-text .more-detail {
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: -0.54px;
	color: #555555;
	line-height: 1.5;
}

.participate .guide-wanted .more .more-block .more-text .more-action {
	margin-top: 38px;
}

.participate .guide-wanted .more .more-block .more-text .more-action .btn {
	display: inline-block;
	line-height: 50px;
	width: 140px;
	height: 50px;
	font-size: 16px;
	background-image: url('/assets/pc/images/common/right_gray.png');
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: right 28px top 50%;
	padding: 0 40px 0 20px;
	background-color: #ffffff;
	color: #333333;
}

/* participate guide-otherwise */
.participate .guide-otherwise .guidance {
	padding: 60px 0 100px;
}

.participate .guide-otherwise .guidance .guidance-body {
	margin-top: 60px;
}

.participate .guide-otherwise .guidance .guidance-head .guidance-title {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}

.participate .guide-otherwise .guidance .guidance-head .guidance-description {
	margin-top: 16px;
	font-size: 20px;
	text-align: center;
	color: #333333;
}

.participate .guide-otherwise .guidance .mean-list {
	margin-top: 60px;
	display: flex;
	justify-content: space-between
}

.participate .guide-otherwise .guidance .mean-list .mean-item {
	width: 640px;
	border-radius: 15px;
	box-shadow: -2.6px 1.5px 9px 1px rgba(0, 0, 0, 0.05);
	border: solid 1px #ccc;
}

.participate .guide-otherwise .guidance .mean-list .mean-item a {
	display: block;
}

.participate .guide-otherwise .guidance .mean-list .mean-item .mean-thumbnail {
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.participate .guide-otherwise .guidance .mean-list .mean-item .mean-thumbnail .mean-logo {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #ffffff;
	width: 158px;
	height: 120px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.participate .guide-otherwise .guidance .mean-list .mean-item .mean-content {
	padding: 40px 40px 50px 40px;
}

.participate .guide-otherwise .guidance .mean-list .mean-item .mean-title {
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.participate .guide-otherwise .guidance .mean-list .mean-item .mean-title img {
	margin-left: 10px;
}

.participate .guide-otherwise .guidance .mean-list .mean-item .mean-detail {
	font-size: 18px;
	margin-top: 24px;
	color: #777777;
	line-height: 1.5;
}

.participate .guide-otherwise .guidance .campaign-box {
	margin-top: 36px;
	width: 100%;
	height: 126px;
	border-radius: 16px;
	box-shadow: -2.6px 1.5px 9px 1px rgba(0, 0, 0, 0.05);
	border: solid 1px #ccc;
	background-image: url('/assets/pc/images/participate/background-campaign-box.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.participate .guide-otherwise .guidance .campaign-box a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.participate .guide-otherwise .guidance .campaign-box .campaign-info {
	font-size: 18px;
	color: #555555;
}

.participate .guide-otherwise .guidance .campaign-box .campaign-text {
	margin-top: 18px;
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.participate .guide-otherwise .guidance .campaign-box .campaign-text img {
	margin-left: 10px;
}

.participate .guide-otherwise .gift .gift-head {
	background: #f1ece7;
	padding: 100px 0 60px;
	text-align: center;
}

.participate .guide-otherwise .gift .gift-head .gift-title {
	font-size: 30px;
	color: #333333;
	font-weight: 700;
}

.participate .guide-otherwise .gift .gift-head .gift-description {
	margin-top: 16px;
	font-size: 20px;
	color: #555;
}

.participate .guide-otherwise .gift .gift-item .gift-cover {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/assets/pc/images/store/main/cover-main.png');
	background-position-y: 27%;
}

.participate .guide-otherwise .gift .gift-item .gift-content {
	padding: 40px 0 70px;
}

.participate .guide-otherwise .gift .gift-item .gift-wrap {
	display: flex;
}

.participate .guide-otherwise .gift .gift-item .gift-meta {
	display: flex;
	width: 650px;
}

.participate .guide-otherwise .gift .gift-item .gift-logo {
	padding: 0 15px;
	width: 204px;
	height: 123px;
	border-radius: 10px;
	border: solid 1px #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.participate .guide-otherwise .gift .gift-item .gift-logo img {
	max-width: 100%;
}
.participate .guide-otherwise .gift .gift-item .gift-title {
	margin-left: 26px;
}

.participate .guide-otherwise .gift .gift-item .gift-title .gift-title-text {
	letter-spacing: -0.72px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.participate .guide-otherwise .gift .gift-item .gift-title .gift-title-icon {
	margin-top: 20px;
}

.participate .guide-otherwise .gift .gift-item .gift-detail {
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
	letter-spacing: -0.6px;
}

.participate .guide-otherwise .ftf {
	background: #f5f5f5;
	padding: 100px 0;
}

.participate .guide-otherwise .ftf .ftf-intro {
	display: flex;
	align-items: center;
}

.participate .guide-otherwise .ftf .ftf-intro .ftf-image {
	border-radius: 12px;
	font-size: 0;
}

.participate .guide-otherwise .ftf .ftf-intro .ftf-image img {
	width: 100%;
	border-radius: 12px;
}

.participate .guide-otherwise .ftf .ftf-intro .ftf-text {
	margin-left: 56px;
}

.participate .guide-otherwise .ftf .ftf-intro .ftf-text .ftf-title {
	font-size: 22px;
	letter-spacing: -0.72px;
	color: #333333;
	font-weight: 700;
}

.participate .guide-otherwise .ftf .ftf-intro .ftf-text .ftf-sub {
	margin-top: 38px;
	font-size: 18px;
	letter-spacing: -0.6px;
	font-weight: 700;
	color: #555555;
}

.participate .guide-otherwise .ftf .ftf-intro .ftf-text .ftf-detail {
	margin-top: 24px;
	font-size: 16px;
	letter-spacing: -0.54px;
	color: #777777;
}

.participate .guide-otherwise .ftf .ftf-notice {
	margin-top: 20px;
	padding: 50px 86px;
	background: #ffffff;
	border-radius: 15px;
	border: solid 2px #f3f2ee;
	position: relative;
}

.participate .guide-otherwise .ftf .ftf-notice .ftf-notice-title {
	font-weight: 700;
	font-size: 22px;
	color: #333333;
}

.participate .guide-otherwise .ftf .ftf-notice .ftf-notice-list {
	margin-top: 16px;
}

.participate .guide-otherwise .ftf .ftf-notice .ftf-notice-list .ftf-notice-item {
	position: relative;
	padding-left: 10px;
	color: #777777;
	font-size: 14px;
	letter-spacing: -0.45px;
}

.participate .guide-otherwise .ftf .ftf-notice .ftf-notice-list .ftf-notice-item::before {
	content: '';
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	background: #da291c;
	border-radius: 50%;
}

.participate .guide-otherwise .ftf .ftf-notice .ftf-notice-list .ftf-notice-item + .ftf-notice-item {
	margin-top: 8px;
}

.participate .guide-otherwise .ftf .ftf-notice .ftf-image {
	position: absolute;
	right: -28px;
	bottom: 65px;
}

/* campaign-list */
.participate .campaign-list {
}

.participate .campaign-list .campaign-search-result {
	text-align: center;
	font-size: 20px;
	margin-top: 60px;
	color: #333333;
	letter-spacing: -0.6px;
}

.participate .campaign-list .campaign-search-result b {
	font-size: 24px;
	color: #da291c;
	font-weight: 700;
}

.participate .campaign-list .campaign-status {
	margin-top: 60px;
	display: flex;
	justify-content: flex-end;
}

.participate .campaign-list .campaign-status .status-list .status-item {
	font-size: 15px;
	color: #c5c5c5;
	letter-spacing: -0.48px;
	position: relative;
}

.participate .campaign-list .campaign-status .status-list .status-item + .status-item {
	margin-left: 12px;
}

.participate .campaign-list .campaign-status .status-list .status-item.active {
	color: #da291c;
	font-weight: 700;
}

.participate .campaign-list .campaign-status .status-list .status-item.active::after {
	content: '';
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #da291c;
}

.participate .campaign-list .campaign-box {
	padding-top: 20px;
	position: relative;
}

.participate .campaign-list .campaign-box .campaign-empty {
	padding: 200px 0;
	text-align: center;
	color: #777777;
	font-size: 18px;
	letter-spacing: -0.6px;
}

.participate .campaign-list .campaign-box .campaign-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.participate .campaign-list .campaign-box .campaign-wrap .campaign-item {
	width: calc(33.333% - 40px);
	margin: 20px;
	border-radius: 16px;
	border: solid 1px #ddd;
}

.participate .campaign-list .campaign-box .campaign-wrap .campaign-item a {
	display: block;
}

.participate .campaign-list .campaign-box .campaign-wrap .campaign-item .campaign-image {
	overflow: hidden;
	height: 360px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.participate .campaign-list .campaign-box .campaign-wrap .campaign-item .campaign-image img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.participate .campaign-list .campaign-box .campaign-wrap .campaign-item .campaign-content {
	background: #ffffff;
	padding: 30px 24px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.participate .campaign-list .campaign-box .campaign-wrap .campaign-item .campaign-content .campaign-label {
	line-height: 1.5;
	letter-spacing: -0.54px;
	font-size: 16px;
	color: #777;
}

.participate .campaign-list .campaign-box .campaign-wrap .campaign-item .campaign-content .campaign-title {
	margin-top: 8px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	min-height: 54px;
	margin-bottom: 24px;
}

.participate .campaign-list .campaign-box .campaign-wrap .campaign-item .campaign-content .campaign-date {
	line-height: 1.5;
	letter-spacing: -0.48px;
	font-size: 14px;
	color: #999;
}

.participate .campaign-list .campaign-box .campaign-control {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translateX(-50%);
	width: 114%;
	max-width: 1520px;
	z-index: 1;
	margin: 0 auto;
}

.participate .campaign-list .campaign-box .campaign-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.participate .campaign-list .campaign-box .campaign-navi .campaign-navi-item {
	cursor: pointer;
}

.participate .campaign-list .campaign-box .campaign-navi .campaign-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
}

.participate .campaign-list .campaign-box .campaign-navi .campaign-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.participate .campaign-list .campaign-box .campaign-navi .campaign-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

.participate .campaign-list .campaign-pagination {
	margin-top: 60px;
}

.participate .campaign-list .campaign-search {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.participate .campaign-list .campaign-search .search-box {
	position: relative;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
	width: 580px;
}

.participate .campaign-list .campaign-search .search-box input {
	border-radius: 50px;
	padding: 18px 30px;
	border: none;
	font-size: 18px;
	color: #888888;
	width: 100%;
}

.participate .campaign-list .campaign-search .search-box .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;
}

.participate .campaign-list .campaign-search .search-box .search-box-icon span {
	display: block;
	width: 24px;
	height: 24px;
	background: url('/assets/pc/images/help/search.png') no-repeat center center;
	background-size: cover;
}

/* campaign-detail */
.participate .campaign-detail {
	padding-bottom: 50px;
}
.participate .campaign-detail > div:last-child {
	padding-bottom: 0;
}
.participate .campaign-detail .board-button .relation-copy {
	padding: 60px 0 20px;
}

.participate .campaign-detail .board-button .relation-copy .copy-box.type-a {
}

.participate .campaign-detail .board-button .relation-copy .copy-box.type-a .box-text {
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 18px;

}

.participate .campaign-detail .board-button .relation-copy .copy-box.type-a .box-button {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.participate .campaign-detail .board-button .relation-copy .copy-box.type-a .box-button .btn {
	background: #da291c;
	color: #ffffff;
	width: 280px;
	height: 70px;
	line-height: 70px;
	letter-spacing: -0.54px;
}

.participate .campaign-detail .board-button .relation-copy .copy-box.type-b {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 44px 60px 44px 60px;
	background: #5b5550;
}

.participate .campaign-detail .board-button .relation-copy .copy-box.type-b .box-text {
	color: #ffffff;
	line-height: 1.45;
	letter-spacing: -0.66px;
	font-size: 20px;
	max-width: 600px;
}

.participate .campaign-detail .board-button .relation-copy .copy-box.type-b .box-button .btn {
	width: 280px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #ffffff;
	color: #ffffff;
	letter-spacing: -0.54px;
}

.participate .campaign-detail .campaign-nanum {
	margin-top: 80px;
}

.participate .campaign-detail .campaign-nanum .nanum-box {
	width: 100%;
	position: relative;
	border: 1px solid #dddddd;
	border-radius: 30px;
}

.participate .campaign-detail .campaign-nanum .nanum-box > div {
	border-radius: 30px;
}

.participate .campaign-detail .campaign-nanum .nanum-box .nanum-phrase {
	position: absolute;
	left: 50%;
	top: 80px;
	font-weight: 700;
	border-radius: 6px;

	font-size: 28px;
	letter-spacing: -0.96px;
	padding: 8px 12px;
	background: #926d49;
	color: #ffffff;
	display: inline-block;
	z-index: 2;
}

.participate .campaign-detail .campaign-nanum .nanum-box::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -16px;
	transform: translate(-50%, -50%);
	background-image: url("/assets/pc/images/participate/background-naum_top.png");
	background-size: cover;
	background-position: center center;
	width: 44px;
	height: 34px;
}

.participate .campaign-detail .campaign-nanum .nanum-item {
	padding: 80px 86px;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 30px;
}

.participate .campaign-detail .campaign-nanum .nanum-item .nanum-image {
	position: relative;
	width: 468px;
	height: 468px;
	flex-shrink: 0;
	overflow: hidden;
}

.participate .campaign-detail .campaign-nanum .nanum-item .nanum-image .nanum-image-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 2;
}

.participate .campaign-detail .campaign-nanum .nanum-item .nanum-image .nanum-image-mask img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.participate .campaign-detail .campaign-nanum .nanum-item .nanum-image .nanum-image-path {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}

.participate .campaign-detail .campaign-nanum .nanum-item .nanum-image .nanum-image-path img {
	width: 100%;
}

.participate .campaign-detail .campaign-nanum .nanum-item .nanum-content {
	margin-left: 110px;
}

.participate .campaign-detail .campaign-nanum .nanum-item .nanum-content .nanum-label {
	line-height: 1.5;
	letter-spacing: -0.5px;
	font-size: 20px;
	color: #da291c;
	font-weight: 700;
}

.participate .campaign-detail .campaign-nanum .nanum-item .nanum-content .nanum-title {
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	min-height: 66px;

	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.participate .campaign-detail .campaign-nanum .nanum-item .nanum-content .nanum-detail {
	margin-top: 30px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 18px;
}

.participate .campaign-detail .campaign-nanum .nanum-control {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 90px;
	left: calc(50% + 8px);
	z-index: 1;
}

.participate .campaign-detail .campaign-nanum .nanum-control .nanum-bar {
	width: 334px;
	height: 4px;
}

.participate .campaign-detail .campaign-nanum .nanum-control .swiper-pagination-progressbar {
	width: 334px;
	height: 4px;
	background: #d5d5d5;
}

.participate .campaign-detail .campaign-nanum .nanum-control .swiper-pagination-progressbar-fill {
	background: #d9291d;
}

.participate .campaign-detail .campaign-nanum .nanum-control .nanum-navi {
	margin-left: 36px;
	display: flex;
}

.participate .campaign-detail .campaign-nanum .nanum-control .nanum-navi .nanum-navi-item {
	cursor: pointer;
}

.participate .campaign-detail .campaign-nanum .nanum-control .nanum-navi .nanum-navi-item + .nanum-navi-item {
	margin-left: 14px;
}

.participate .campaign-detail .campaign-nanum .nanum-control .nanum-navi .nanum-navi-item span {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.participate .campaign-detail .campaign-nanum .nanum-control .nanum-navi .swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev.png");
}

.participate .campaign-detail .campaign-nanum .nanum-control .nanum-navi .swiper-prev:hover span {
	background-image: url("/assets/pc/images/common/navi-prev_primary.png");
}

.participate .campaign-detail .campaign-nanum .nanum-control .nanum-navi .swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next.png");
}

.participate .campaign-detail .campaign-nanum .nanum-control .nanum-navi .swiper-next:hover span {
	background-image: url("/assets/pc/images/common/navi-next_primary.png");
}


.participate .campaign-detail .campaign-more {
	padding: 100px 0;
}

.participate .campaign-detail .campaign-more .more-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.participate .campaign-detail .campaign-more .more-head .more-head-title {
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.participate .campaign-detail .campaign-more .more-head .more-head-arrow a {
	color: #898888;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;

	padding-right: 16px;
	background-image: url("/assets/pc/images/common/more-gray.png");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
}


.participate .campaign-detail .campaign-more .more-body {
	margin-top: 40px;
}

.participate .campaign-detail .campaign-more .more-list {
	display: flex;
}

.participate .campaign-detail .campaign-more .more-list .more-item {
	width: 25%;
}

.participate .campaign-detail .campaign-more .more-list .more-item + .more-item {
	margin-left: 28px;
}

.participate .campaign-detail .campaign-more .more-list .more-item a {
	display: block;
	position: relative;
	border-radius: 10px;
	width: 309px;
	height: 309px;
	overflow: hidden;
}

.participate .campaign-detail .campaign-more .more-list .more-item a::after {
	position: absolute;
	border-radius: 10px;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 1;
}

.participate .campaign-detail .campaign-more .more-list .more-item img {
	border-radius: 10px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.participate .campaign-detail .campaign-more .more-list .more-item .more-item-text {
	position: absolute;
	bottom: 24px;
	padding: 0 24px;
	left: 0px;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.5;
	z-index: 2;

	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

/* campaign-review-list */
.participate .campaign-review-list {
}

.participate .campaign-review-list .campaign-search-result {
	text-align: center;
	font-size: 20px;
	margin-top: 60px;
	color: #333333;
	letter-spacing: -0.6px;
}

.participate .campaign-review-list .campaign-search-result b {
	font-size: 24px;
	color: #da291c;
	font-weight: 700;
}


.participate .campaign-review-list .campaign-box {
	position: relative;
	margin-top: 60px;
}

.participate .campaign-review-list .campaign-box .campaign-empty {
	padding: 200px 0;
	text-align: center;
	color: #777777;
	font-size: 18px;
	letter-spacing: -0.6px;
}

.participate .campaign-review-list .campaign-box .campaign-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -14px;
}

.participate .campaign-review-list .campaign-box .campaign-wrap .campaign-item {
	width: calc(25% - 28px);
	margin: 20px 14px;
	border-radius: 16px;
	border: solid 1px #ddd;
}

.participate .campaign-review-list .campaign-box .campaign-wrap .campaign-item a {
	display: block;
}

.participate .campaign-review-list .campaign-box .campaign-wrap .campaign-item .campaign-image {
	overflow: hidden;
	height: 309px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.participate .campaign-review-list .campaign-box .campaign-wrap .campaign-item .campaign-image img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.participate .campaign-review-list .campaign-box .campaign-wrap .campaign-item .campaign-content {
	padding: 30px 26px;
}

.participate .campaign-review-list .campaign-box .campaign-wrap .campaign-item .campaign-content .campaign-label {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #777;
}

.participate .campaign-review-list .campaign-box .campaign-wrap .campaign-item .campaign-content .campaign-title {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.participate .campaign-review-list .campaign-pagination {
	margin-top: 60px;
}

.participate .campaign-review-list .campaign-search {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.participate .campaign-review-list .campaign-search .search-box {
	position: relative;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
	width: 580px;
}

.participate .campaign-review-list .campaign-search .search-box input {
	border-radius: 50px;
	padding: 18px 30px;
	border: none;
	font-size: 18px;
	color: #888888;
	width: 100%;
}

.participate .campaign-review-list .campaign-search .search-box .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;
}

.participate .campaign-review-list .campaign-search .search-box .search-box-icon span {
	display: block;
	width: 24px;
	height: 24px;
	background: url('/assets/pc/images/help/search.png') no-repeat center center;
	background-size: cover;
}

/* campaign-review-detail */
.participate .campaign-review-detail .campaign-content {
	margin-top: 80px;
}

.participate .campaign-review-detail .campaign-content .content-head {
	position: relative;
	padding-bottom: 40px;

}

.participate .campaign-review-detail .campaign-content .content-head .content-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	max-width: 70%;
	margin: 0 auto;
}

.participate .campaign-review-detail .campaign-content .content-head .content-date {
	margin-top: 28px;
	font-size: 18px;
	letter-spacing: -0.6px;
	text-align: center;
	color: #777;
}

.participate .campaign-review-detail .campaign-content .content-head .content-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.participate .campaign-review-detail .campaign-content .content-head .content-icon .content-share {
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.participate .campaign-review-detail .campaign-content .content-head .content-icon .content-share .share-dropdown {
	position: absolute;
	background: #ffffff;
	bottom: -68px;
	right: 0;
	border-radius: 6px;
	border: solid 1px #e5e5e5;
	padding: 10px 12px;
	align-items: center;
	display: none;
}

.participate .campaign-review-detail .campaign-content .content-head .content-icon .content-share.show .share-dropdown {
	display: flex;
}

.participate .campaign-review-detail .campaign-content .content-head .content-icon .content-share .share-dropdown .share-item + .share-item {
	margin-left: 10px;
}

.participate .campaign-review-detail .campaign-content .content-download {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.participate .campaign-review-detail .campaign-content .content-download .download-item {
	padding: 20px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.participate .campaign-review-detail .campaign-content .content-download .download-item + .download-item {
	border-top: 1px solid #f4f4f4;
}

.participate .campaign-review-detail .campaign-content .content-download .download-item .download-ico {
	width: 16px;
	height: 16px;
	background-image: url("/assets/pc/images/common/download.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.participate .campaign-review-detail .campaign-content .content-download .download-item:hover {
	color: #d9291d;
}

.participate .campaign-review-detail .campaign-content .content-download .download-item:hover .download-ico {
	background-image: url("/assets/pc/images/common/download_primary.png");
}

.participate .campaign-review-detail .campaign-content .content-data {
	padding: 48px 0 80px;
}

.participate .campaign-review-detail .campaign-content .content-relation {
	position: relative;
	border-top: 2px solid #da291c;
	border-bottom: 2px solid #da291c;
	padding: 60px 0 60px;
}

.participate .campaign-review-detail .campaign-content .content-relation .relation-label {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background: #ffffff;
	padding: 0 10px;
}

.participate .campaign-review-detail .campaign-content .content-relation .relation-label .relation-label-text {
	width: 112px;
	height: 40px;
	background: #da291c;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	letter-spacing: -0.54px;
}

.participate .campaign-review-detail .campaign-content .content-relation > a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.participate .campaign-review-detail .campaign-content .content-relation .relation-title {
	display: inline-block;
	letter-spacing: -0.96px;
	color: #333;
	background-image: url('/assets/pc/images/common/right.png');
	background-repeat: no-repeat;
	background-position: right 0 top 55%;
	padding-right: 24px;
	font-size: 30px;
	font-weight: 700;
}

.participate .campaign-review-detail .campaign-content .content-relation .relation-title .relation-arrow {
	display: inline-block;
	background-image: url('/assets/pc/images/common/right.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 8px;
	height: 14px;
}

.participate .campaign-review-detail .campaign-content .content-relation .relation-meta {
	margin-top: 20px;
	letter-spacing: -0.6px;
	text-align: center;
	color: #777;
	font-size: 18px;
}

.participate .campaign-review-detail .campaign-content .content-button .relation-copy {
	padding: 0 0 80px;
}

.participate .campaign-review-detail .campaign-content .content-button .relation-copy .copy-box.type-a {
}

.participate .campaign-review-detail .campaign-content .content-button .relation-copy .copy-box.type-a .box-text {
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 18px;

}

.participate .campaign-review-detail .campaign-content .content-button .relation-copy .copy-box.type-a .box-button {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.participate .campaign-review-detail .campaign-content .content-button .relation-copy .copy-box.type-a .box-button .btn {
	background: #da291c;
	color: #ffffff;
	width: 280px;
	height: 70px;
	line-height: 70px;
	letter-spacing: -0.54px;
}

.participate .campaign-review-detail .campaign-content .content-button .relation-copy .copy-box.type-b {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 44px 60px 44px 60px;
	background: #5b5550;
}

.participate .campaign-review-detail .campaign-content .content-button .relation-copy .copy-box.type-b .box-text {
	color: #ffffff;
	line-height: 1.45;
	letter-spacing: -0.66px;
	font-size: 20px;
	max-width: 600px;
}

.participate .campaign-review-detail .campaign-content .content-button .relation-copy .copy-box.type-b .box-button .btn {
	width: 280px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #ffffff;
	color: #ffffff;
	letter-spacing: -0.54px;
}

.participate .campaign-review-detail .campaign-content .content-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	position: relative;
	width: 100%;
}

.participate .campaign-review-detail .campaign-content .content-action > div {
	flex: 1;
}

.participate .campaign-review-detail .campaign-content .content-action .action-prev a {
	line-height: 1.5;
	display: block;
	padding-left: 32px;
	letter-spacing: -0.54px;
	text-align: left;
	color: #777;
	font-weight: 700;
	background-image: url("/assets/pc/images/common/board-prev.png");
	background-repeat: no-repeat;
	background-size: 18px 32px;
	background-position: left 0 top 50%;
	width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.participate .campaign-review-detail .campaign-content .content-action .action-next a {
	line-height: 32px;
	display: block;
	padding-right: 32px;
	letter-spacing: -0.54px;
	text-align: right;
	color: #777;
	font-weight: 700;
	background-image: url("/assets/pc/images/common/board-next.png");
	background-repeat: no-repeat;
	background-size: 18px 32px;
	background-position: right 0 top 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.participate .campaign-review-detail .campaign-content .content-action .action-list {
	display: flex;
	justify-content: center;
}

.participate .campaign-review-detail .campaign-content .content-action .action-list .btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.participate .campaign-review-detail .campaign-more {
	padding: 100px 0 0;
}

.participate .campaign-review-detail .campaign-more .more-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.participate .campaign-review-detail .campaign-more .more-head .more-head-title {
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.participate .campaign-review-detail .campaign-more .more-head .more-head-arrow a {
	color: #898888;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;

	padding-right: 16px;
	background-image: url("/assets/pc/images/common/more-gray.png");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right 0 top 50%;
}


.participate .campaign-review-detail .campaign-more .more-body {
	margin-top: 40px;
}

.participate .campaign-review-detail .campaign-more .more-list {
	display: flex;
}

.participate .campaign-review-detail .campaign-more .more-list .more-item {
	width: 25%;
}

.participate .campaign-review-detail .campaign-more .more-list .more-item + .more-item {
	margin-left: 28px;
}

.participate .campaign-review-detail .campaign-more .more-list .more-item a {
	display: block;
	position: relative;
	border-radius: 10px;
	width: 309px;
	height: 309px;
	overflow: hidden;
}

.participate .campaign-review-detail .campaign-more .more-list .more-item a::after {
	position: absolute;
	border-radius: 10px;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 1;
}

.participate .campaign-review-detail .campaign-more .more-list .more-item img {
	border-radius: 10px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.participate .campaign-review-detail .campaign-more .more-list .more-item .more-item-text {
	position: absolute;
	bottom: 24px;
	padding: 0 24px;
	left: 0px;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.5;
	z-index: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

/* participate apply-edu */
.participate .apply-edu .apply-box {
	padding: 40px 54px;
	background-image: url("/assets/pc/images/participate/apply/background-box.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.participate .apply-edu .apply-box ul li {
	line-height: 1.5;
	letter-spacing: -0.18px;
	text-align: left;
	color: #333;
	padding-left: 10px;
	position: relative;
}

.participate .apply-edu .apply-box ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555555;
}

.participate .apply-edu .apply-info {
	margin-top: 60px;
}

.participate .apply-edu .apply-info .info-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.participate .apply-edu .apply-info .info-head .info-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.participate .apply-edu .apply-info .info-head .info-title small {
	letter-spacing: -0.54px;
	margin-left: 20px;
	color: #999;
	font-weight: 400;
	font-size: 16px;
}

.participate .apply-edu .apply-info .info-head .info-action .btn {
	width: 206px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.participate .apply-edu .apply-info .info-body {
	margin-top: 16px;
	border-top: 1px solid #333333;
}

.participate .apply-edu .apply-info .info-body table th {
	width: 160px;
	background: #f5f5f5;
	padding: 28px 30px;
	letter-spacing: -0.54px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
}

.participate .apply-edu .apply-info .info-body table td {
	width: 280px;
	padding: 28px 30px;
	letter-spacing: -0.54px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

.participate .apply-edu .apply-info .info-body .info-age {
	display: flex;
	align-items: center;
}

.participate .apply-edu .apply-info .info-body .info-age input {
	height: 50px;
}

.participate .apply-edu .apply-info .info-body .info-age .info-age-text {
	margin-left: 10px;
}

.participate .apply-edu .apply-info .info-body .info-age .info-age-text small {
	margin-left: 16px;
	letter-spacing: -0.48px;
	text-align: left;
	color: #999;
}

.participate .apply-edu .apply-form {
	margin-top: 40px;
}

.participate .apply-edu .apply-form .apply-form-section + .apply-form-section {
	margin-top: 40px;
}

.participate .apply-edu .apply-form .apply-form-section .apply-form-title {
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.participate .apply-edu .apply-form .apply-form-section .apply-form-control {
	margin-top: 20px;
}

.participate .apply-edu .apply-entry {
	margin-top: 40px;
}

.participate .apply-edu .apply-entry .entry-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.participate .apply-edu .apply-entry .entry-head .entry-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.participate .apply-edu .apply-entry .entry-head .entry-title small {
	letter-spacing: -0.54px;
	margin-left: 20px;
	color: #999;
	font-weight: 400;
	font-size: 16px;
}

.participate .apply-edu .apply-entry .entry-head .entry-action .btn {
	width: 206px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.participate .apply-edu .apply-entry .entry-body {
	margin-top: 16px;
	border-top: 1px solid #333333;
}

.participate .apply-edu .apply-entry .entry-body .entry-list {
	padding: 40px 0;
}

.participate .apply-edu .apply-entry .entry-body .entry-list .entry-item {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.participate .apply-edu .apply-entry .entry-body .entry-list .entry-item + .entry-item {
	padding-top: 40px;
}

.participate .apply-edu .apply-entry .entry-body .entry-list .entry-item .entry-item-side {
	display: flex;
	align-items: center;
}

.participate .apply-edu .apply-entry .entry-body .entry-list .entry-item .entry-item-side + .entry-item-side {
	margin-left: 90px;
}

.participate .apply-edu .apply-entry .entry-body .entry-list .entry-item .entry-label {
	width: 60px;
	letter-spacing: -0.54px;
	color: #333;
	font-size: 16px;
}

.participate .apply-edu .apply-entry .entry-body .entry-list .entry-item .entry-control {
	margin-left: 40px;
}

.participate .apply-edu .apply-entry .entry-body .entry-age {
	display: flex;
	align-items: center;
}

.participate .apply-edu .apply-entry .entry-body .entry-age input {
	height: 50px;
}

.participate .apply-edu .apply-entry .entry-body .entry-age .entry-age-text {
	margin-left: 10px;
}

.participate .apply-edu .apply-entry .entry-body .entry-age .entry-age-text small {
	margin-left: 16px;
	letter-spacing: -0.48px;
	text-align: left;
	color: #999;
}

.participate .apply-edu .apply-agree {
	margin-top: 40px;
	border-top: 1px solid #333333;
}

.participate .apply-edu .apply-agree .apply-agree-head {
	padding: 20px 30px;
	border-bottom: 1px solid #d2d2d2;
	font-weight: 700;
}

.participate .apply-edu .apply-agree .apply-agree-body {
	padding: 20px 30px 30px;
	border-bottom: 1px solid #333333;
}

.participate .apply-edu .apply-agree .agree-row {
	padding: 12px 0;
}

.participate .apply-edu .apply-agree .agree-row .agree-check {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.participate .apply-edu .apply-agree .agree-row .agree-check .required {
	color: #d9291d;
	margin-right: 4px;
}

.participate .apply-edu .apply-agree .agree-row .agree-check .agree-more a {
	display: block;
	font-size: 14px;
	position: relative;
	color: #777777;
	letter-spacing: -0.16px;
}

.participate .apply-edu .apply-agree .agree-row .agree-check .agree-more.agree-collapse i {
	background-image: url("/assets/pc/images/common/collapse.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 8px;
	margin-left: 4px;
	display: inline-block;
}

.participate .apply-edu .apply-agree .agree-row .agree-check .agree-more a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #808080;
}

.participate .apply-edu .apply-agree .agree-row.open .agree-check .agree-more a span {
	color: #d9291d;
}

.participate .apply-edu .apply-agree .agree-row.open .agree-check .agree-more.agree-collapse i {
	background-image: url("/assets/pc/images/common/collapse_primary.png");
	transform: rotate(180deg);
}

.participate .apply-edu .apply-agree .agree-row.open .agree-check .agree-more a::after {
	background: #d9291d;
}

.participate .apply-edu .apply-agree .agree-row .agree-content {
	padding-left: 36px;
	padding-top: 20px;
	display: none;
}

.participate .apply-edu .apply-agree .agree-row.open .agree-content {
	display: block;
}

.participate .apply-edu .apply-agree .agree-row .agree-content .agree-content-box {
	padding: 20px;
	border-radius: 6px;
	border: solid 1px #cbcfd2;
	background-color: #f5f5f5;
	height: 200px;
	overflow-y: scroll;
	line-height: 1.5;
	letter-spacing: -0.18px;
	color: #333;
}

.participate .apply-edu .apply-action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.participate .apply-edu .apply-action .btn {
	width: 246px;
}

/* participate apply-etc */
.participate .apply-etc .apply-box {
	padding: 40px 54px;
	background-image: url("/assets/pc/images/participate/apply/background-box.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.participate .apply-etc .apply-box ul li {
	line-height: 1.5;
	letter-spacing: -0.18px;
	text-align: left;
	padding-left: 10px;
	position: relative;
	color: #333;
}

.participate .apply-etc .apply-box ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555555;
}

.participate .apply-etc .apply-info {
	margin-top: 60px;
}

.participate .apply-etc .apply-info .info-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.participate .apply-etc .apply-info .info-head .info-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.participate .apply-etc .apply-info .info-head .info-title small {
	letter-spacing: -0.54px;
	margin-left: 20px;
	color: #999;
	font-weight: 400;
	font-size: 16px;
}

.participate .apply-etc .apply-info .info-head .info-action .btn {
	width: 206px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.participate .apply-etc .apply-info .info-body {
	margin-top: 16px;
	border-top: 1px solid #333333;
}

.participate .apply-etc .apply-info .info-body table th {
	width: 160px;
	background: #f5f5f5;
	padding: 28px 30px;
	letter-spacing: -0.54px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
}

.participate .apply-etc .apply-info .info-body table td {
	width: 280px;
	padding: 28px 30px;
	letter-spacing: -0.54px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

.participate .apply-etc .apply-info .info-body .info-age {
	display: flex;
	align-items: center;
}

.participate .apply-etc .apply-info .info-body .info-age input {
	height: 50px;
}

.participate .apply-etc .apply-info .info-body .info-age .info-age-text {
	margin-left: 10px;
}

.participate .apply-etc .apply-info .info-body .info-age .info-age-text small {
	margin-left: 16px;
	letter-spacing: -0.48px;
	text-align: left;
	color: #999;
}

.participate .apply-etc .apply-form {
	margin-top: 40px;
}

.participate .apply-etc .apply-form .apply-form-section + .apply-form-section {
	margin-top: 40px;
}

.participate .apply-etc .apply-form .apply-form-section .apply-form-title {
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.participate .apply-etc .apply-form .apply-form-section .apply-form-control {
	margin-top: 20px;
}

.participate .apply-etc .apply-entry {
	margin-top: 40px;
}

.participate .apply-etc .apply-entry .entry-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.participate .apply-etc .apply-entry .entry-head .entry-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.participate .apply-etc .apply-entry .entry-head .entry-title small {
	letter-spacing: -0.54px;
	margin-left: 20px;
	color: #999;
	font-weight: 400;
	font-size: 16px;
}

.participate .apply-etc .apply-entry .entry-head .entry-action .btn {
	width: 206px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.participate .apply-etc .apply-entry .entry-body {
	margin-top: 16px;
	border-top: 1px solid #333333;
}

.participate .apply-etc .apply-entry .entry-body .entry-list {
	padding: 40px 0;
}

.participate .apply-etc .apply-entry .entry-body .entry-list .entry-item {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.participate .apply-etc .apply-entry .entry-body .entry-list .entry-item + .entry-item {
	padding-top: 40px;
}

.participate .apply-etc .apply-entry .entry-body .entry-list .entry-item .entry-item-side {
	display: flex;
	align-items: center;
}

.participate .apply-etc .apply-entry .entry-body .entry-list .entry-item .entry-item-side + .entry-item-side {
	margin-left: 90px;
}

.participate .apply-etc .apply-entry .entry-body .entry-list .entry-item .entry-label {
	width: 60px;
	letter-spacing: -0.54px;
	color: #333;
	font-size: 16px;
}

.participate .apply-etc .apply-entry .entry-body .entry-list .entry-item .entry-control {
	margin-left: 40px;
}

.participate .apply-etc .apply-entry .entry-body .entry-age {
	display: flex;
	align-items: center;
}

.participate .apply-etc .apply-entry .entry-body .entry-age input {
	height: 50px;
}

.participate .apply-etc .apply-entry .entry-body .entry-age .entry-age-text {
	margin-left: 10px;
}

.participate .apply-etc .apply-entry .entry-body .entry-age .entry-age-text small {
	margin-left: 16px;
	letter-spacing: -0.48px;
	text-align: left;
	color: #999;
}

.participate .apply-etc .apply-agree {
	margin-top: 40px;
	border-top: 1px solid #333333;
}

.participate .apply-etc .apply-agree .apply-agree-head {
	padding: 20px 30px;
	border-bottom: 1px solid #d2d2d2;
	font-weight: 700;
}

.participate .apply-etc .apply-agree .apply-agree-body {
	padding: 20px 30px 30px;
	border-bottom: 1px solid #333333;
}

.participate .apply-etc .apply-agree .agree-row {
	padding: 12px 0;
}

.participate .apply-etc .apply-agree .agree-row .agree-check {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.participate .apply-etc .apply-agree .agree-row .agree-check .required {
	color: #d9291d;
	margin-right: 4px;
}

.participate .apply-etc .apply-agree .agree-row .agree-check .agree-more a {
	display: block;
	font-size: 14px;
	position: relative;
	color: #777777;
	letter-spacing: -0.16px;
}

.participate .apply-etc .apply-agree .agree-row .agree-check .agree-more.agree-collapse i {
	background-image: url("/assets/pc/images/common/collapse.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 8px;
	margin-left: 4px;
	display: inline-block;
}

.participate .apply-etc .apply-agree .agree-row .agree-check .agree-more a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #808080;
}

.participate .apply-etc .apply-agree .agree-row.open .agree-check .agree-more a span {
	color: #d9291d;
}

.participate .apply-etc .apply-agree .agree-row.open .agree-check .agree-more.agree-collapse i {
	background-image: url("/assets/pc/images/common/collapse_primary.png");
	transform: rotate(180deg);
}

.participate .apply-etc .apply-agree .agree-row.open .agree-check .agree-more a::after {
	background: #d9291d;
}

.participate .apply-etc .apply-agree .agree-row .agree-content {
	padding-left: 36px;
	padding-top: 20px;
	display: none;
}

.participate .apply-etc .apply-agree .agree-row.open .agree-content {
	display: block;
}

.participate .apply-etc .apply-agree .agree-row .agree-content .agree-content-box {
	padding: 20px;
	border-radius: 6px;
	border: solid 1px #cbcfd2;
	background-color: #f5f5f5;
	height: 200px;
	overflow-y: scroll;
	line-height: 1.5;
	letter-spacing: -0.18px;
	color: #333;
}

.participate .apply-etc .apply-action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.participate .apply-etc .apply-action .btn {
	width: 246px;
}

/* participate apply-biz */
.participate .apply-biz .apply-box {
	padding: 40px 54px;
	background-image: url("/assets/pc/images/participate/apply/background-box.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.participate .apply-biz .apply-box ul li {
	line-height: 1.5;
	letter-spacing: -0.18px;
	text-align: left;
	color: #333;
	padding-left: 10px;
	position: relative;
}

.participate .apply-biz .apply-box ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555555;
}

.participate .apply-biz .apply-message {
	margin-top: 80px;
}

.participate .apply-biz .apply-message .message-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.participate .apply-biz .apply-message .message-detail {
	margin-top: 60px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 18px;
}

.participate .apply-biz .apply-message .message-inquire {
	margin-top: 36px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #333;
}

.participate .apply-biz .apply-action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.participate .apply-biz .apply-action .btn {
	width: 205px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.participate .apply-biz .apply-action .btn i {
	margin-left: 8px;
	margin-bottom: 2px;
	display: inline-block;
	width: 19px;
	height: 19px;
	background-image: url("/assets/pc/images/common/download_white.png");
	background-size: cover;
	vertical-align: middle;
	transform: scale(0.8);
}

/* donate common */
.donate .wesave-tab .tab-wrap {
	display: flex;
	align-items: center;
}

.donate .wesave-tab .tab {
	flex-grow: 1;
}

.donate .wesave-tab .tab-action {
	margin-left: 12px;
	flex-shrink: 0;
	width: 300px;
}

.donate .wesave-tab .tab-action .btn {
	width: 100%;
	height: 65px;
	line-height: 65px;
}

/* donate partnership-intro */
.donate .partnership-intro .page {
	padding-bottom: 0 !important;
}

.donate .partnership-intro .intro-box {
	margin-top: 60px;
}

.donate .partnership-intro .intro-box .box-inner {
	position: relative;
	padding: 50px 80px;
	background-image: url("/assets/pc/images/donate/partnership/background-box.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.donate .partnership-intro .intro-box .box-title {
	letter-spacing: -0.6px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.donate .partnership-intro .intro-box .box-description {
	margin-top: 30px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #555;
	font-size: 18px;
}

.donate .partnership-intro .intro-box .box-action {
	position: absolute;
	top: 50%;
	right: 80px;
	transform: translateY(-50%);
}

.donate .partnership-intro .intro-box .box-action .btn {
	width: 220px;
	height: 50px;
	line-height: 50px;
	padding-right: 10px;
	background-image: url("/assets/pc/images/common/right_white.png");
	background-size: 8px 14px;
	background-repeat: no-repeat;
	background-position: right 34px top 50%;
}


.donate .partnership-intro .intro-box .box-action .box-hover {
	position: absolute;
	bottom: -110px;
	right: 0;
	display: none;
}

.donate .partnership-intro .intro-box .box-action .btn:hover ~ .box-hover {
	display: block;
}

.donate .partnership-intro .intro-box .box-action .box-hover .hover-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 24px 0;
	border-radius: 16px;
	border: solid 1px #e5e5e5;
	background: #ffffff;
	width: 380px;
	height: 86px;
}

.donate .partnership-intro .intro-box .box-action .box-hover .hover-wrap::before {
	position: absolute;
	top: -13px;
	right: 100px;
	content: '';
	background: url("/assets/pc/images/donate/partnership/icon-hover-box.png") no-repeat center center / cover;
	width: 20px;
	height: 13px;
}

.donate .partnership-intro .intro-box .box-action .box-hover .hover-wrap .hover-label {
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #333;
	font-weight: 700;
	padding-right: 24px;
	flex-shrink: 0;
}

.donate .partnership-intro .intro-box .box-action .box-hover .hover-wrap .hover-text {
	border-left: 1px solid #e5e5e5;
	padding-left: 24px;
	text-align: right;
}

.donate .partnership-intro .intro-box .box-action .box-hover .hover-wrap .hover-text .hover-contact {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
}

.donate .partnership-intro .intro-box .box-action .box-hover .hover-wrap .hover-text .hover-period {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: -0.45px;
	color: #555;
}

.donate .partnership-intro .intro-point {
	padding: 60px 0 100px;
}

.donate .partnership-intro .intro-point .intro-point-tab {
}

.donate .partnership-intro .intro-point .tab-content {
	display: none;
	padding: 68px 80px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;

	align-items: center;
	justify-content: space-between;
	background-size: cover;
	background-repeat: no-repeat;
}

.donate .partnership-intro .intro-point .tab-content.tab1 {
	background-image: url("/assets/pc/images/donate/partnership/background-intro_1.png");
}

.donate .partnership-intro .intro-point .tab-content.tab2 {
	background-image: url("/assets/pc/images/donate/partnership/background-intro_2.png");
}

.donate .partnership-intro .intro-point .tab-content.tab3 {
	background-image: url("/assets/pc/images/donate/partnership/background-intro_3.png");
}

.donate .partnership-intro .intro-point .tab-content.tab4 {
	background-image: url("/assets/pc/images/donate/partnership/background-intro_4.png");
}

.donate .partnership-intro .intro-point .tab-content.show {
	display: flex !important;
}

.donate .partnership-intro .intro-point .tab-content .intro-point-text {
	width: 540px;
}

.donate .partnership-intro .intro-point .tab-content .intro-point-image {
	border-radius: 10px;
	overflow: hidden;
}
.donate .partnership-intro .intro-point .tab-content .intro-point-text .point-title {
	letter-spacing: -0.8px;
	font-size: 30px;
	font-weight: 700;
	color: #333;
}

.donate .partnership-intro .intro-point .tab-content .intro-point-text .point-description {
	margin-top: 48px;
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
}

.donate .partnership-intro .intro-point .tab-content .intro-point-text .point-detail {
	margin-top: 24px;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	line-height: 1.8;
}

.donate .partnership-intro .intro-point .tab-content .intro-point-text .point-detail ul li {
	position: relative;
	padding-left: 10px;
	word-break: keep-all;
}

.donate .partnership-intro .intro-point .tab-content .intro-point-text .point-detail ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555555;
}

.donate .partnership-intro .intro-point .tab-content .intro-point-text.white .point-title,
.donate .partnership-intro .intro-point .tab-content .intro-point-text.white .point-description,
.donate .partnership-intro .intro-point .tab-content .intro-point-text.white .point-detail {
	color: #ffffff;
}

.donate .partnership-intro .intro-point .tab-content .intro-point-text.white .point-detail ul li::before {
	background: #ffffff;
}

.donate .partnership-intro .intro-type {
	padding: 100px 0;
	background-image: url("/assets/pc/images/donate/partnership/background-type.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .partnership-intro .intro-type .tab-content-box {
	margin-top: 60px;
}

.donate .partnership-intro .intro-type .tab-content-box .tab-content {
	display: none;
}

.donate .partnership-intro .intro-type .tab-content-box .tab-content.show {
	display: block;
}

.donate .partnership-intro .intro-type .type-list-a {
	display: flex;
	align-items: center;
}

.donate .partnership-intro .intro-type .type-list-a .type-item {
	width: 50%;
	padding: 50px 40px;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
}

.donate .partnership-intro .intro-type .type-list-a .type-item + .type-item {
	margin-left: 32px;
}

.donate .partnership-intro .intro-type .type-list-a .type-item .type-title {
	letter-spacing: -0.72px;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.donate .partnership-intro .intro-type .type-list-a .type-item .type-description {
	margin-top: 20px;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
	line-height: 1.5;
	min-height: 72px;
}

.donate .partnership-intro .intro-type .type-list-a .type-item .type-icon {
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.donate .partnership-intro .intro-type .type-button {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .partnership-intro .intro-type .type-button .btn {
	width: 204px;
	height: 50px;
	line-height: 50px;
	padding-right: 10px;
	background-image: url("/assets/pc/images/common/right_white.png");
	background-size: 8px 14px;
	background-repeat: no-repeat;
	background-position: right 32px top 50%;
	font-size: 16px;
}

.donate .partnership-intro .intro-type .type-recipe {
	position: absolute;
	bottom: -74px;
	left: 20px;
	border-radius: 49px;
	background-color: #e1d6ca;
	padding: 24px 54px;
}

.donate .partnership-intro .intro-type .type-recipe::before {
	position: absolute;
	content: '';
	background-image: url("/assets/pc/images/donate/partnership/icon-recipe-box.png");
	background-repeat: no-repeat;
	background-size: cover;
	left: 50%;
	top: -14px;
	transform: translateX(-50%);
	width: 21px;
	height: 14px;
}

.donate .partnership-intro .intro-type .type-recipe a {
	display: block;
}

.donate .partnership-intro .intro-type .type-recipe .type-recipe-image {
	position: absolute;
	bottom: 15px;
	left: 30px;
}

.donate .partnership-intro .intro-type .type-recipe .type-recipe-image img {
	width: 80px;
}

.donate .partnership-intro .intro-type .type-recipe .type-recipe-text {
	padding-left: 66px;
	line-height: 1.5;
}

.donate .partnership-intro .intro-type .type-recipe .type-recipe-text .type-recipe-description {
	letter-spacing: -0.54px;
	color: #333;
}

.donate .partnership-intro .intro-type .type-recipe .type-recipe-text .type-recipe-title {
	letter-spacing: -0.54px;
	color: #333;
	font-weight: 700;
}

.donate .partnership-intro .intro-type .type-list-b {
	display: flex;
	align-items: center;
}

.donate .partnership-intro .intro-type .type-list-b .type-item {
	width: 33.333%;
	background: #ffffff;
	border-radius: 10px;
	padding: 40px;
	height: 380px;
}

.donate .partnership-intro .intro-type .type-list-b .type-item + .type-item {
	margin-left: 32px;
}

.donate .partnership-intro .intro-type .type-list-b .type-item .type-icon {
	height: 80px;
	width: 80px;
}

.donate .partnership-intro .intro-type .type-list-b .type-item .type-icon img {
	width: 100%;
}

.donate .partnership-intro .intro-type .type-list-b .type-item .type-title {
	margin-top: 20px;
	letter-spacing: -0.72px;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.donate .partnership-intro .intro-type .type-list-b .type-item .type-description {
	margin-top: 20px;
}

.donate .partnership-intro .intro-type .type-list-b .type-item .type-description .type-description-item {
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
	line-height: 1.5;
}

.donate .partnership-intro .intro-type .type-list-b .type-item .type-description .type-description-item + .type-description-item {
	margin-top: 15px;
}

.donate .partnership-intro .intro-type .type-list-b ~ .type-button .btn {
	width: 250px;
}

.donate .partnership-intro .intro-type .type-wesave {
	display: flex;
	align-items: center;
	padding: 50px 80px;
	border-radius: 10px;
	background-image: url('/assets/pc/images/donate/partnership/background-type-wesave.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.donate .partnership-intro .intro-type .type-wesave .wesave-image {
	width: 300px;
	flex-shrink: 0;
}

.donate .partnership-intro .intro-type .type-wesave .wesave-text {
	margin-left: 80px;
}

.donate .partnership-intro .intro-type .type-wesave .wesave-text .wesave-detail {
	margin-top: 36px;
	line-height: 1.8;
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
}

.donate .partnership-intro .intro-type .type-wesave .wesave-text .wesave-action {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.donate .partnership-intro .intro-type .type-wesave .wesave-text .wesave-action .btn {
	width: 165px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding-right: 10px;
	background-image: url("/assets/pc/images/common/right_white.png");
	background-size: 8px 14px;
	background-repeat: no-repeat;
	background-position: right 32px top 50%;
}

.donate .partnership-intro .intro-type .type-wesave .wesave-text .wesave-action .btn + .btn {
	margin-left: 20px;
}

.donate .partnership-intro .intro-step {
	padding: 100px 0;
}

.donate .partnership-intro .intro-step .step-title {
	font-size: 30px;
	letter-spacing: -0.8px;
	text-align: center;
	color: #000;
	font-weight: 700;
}

.donate .partnership-intro .intro-step .step-line {
	margin-top: 60px;
	padding: 0 115px;
}


.donate .partnership-intro .intro-step .step-line .step-line-wrap {
	position: relative;
	display: flex;
}

.donate .partnership-intro .intro-step .step-line .step-line-wrap::before {
	content: '';
	position: absolute;
	transform: translateX(-50%);
	top: 4px;
	left: 50%;
	width: 95%;
	height: 1px;
	background: #999999;
}


.donate .partnership-intro .intro-step .step-line .step-line-wrap .step-line-item {
	position: relative;
	width: 25%;
	padding-top: 25px;
	letter-spacing: -0.6px;
	color: #333;
	font-weight: 700;

}

.donate .partnership-intro .intro-step .step-line .step-line-wrap .step-line-item:first-of-type {
	text-align: left;
}

.donate .partnership-intro .intro-step .step-line .step-line-wrap .step-line-item:last-of-type {
	text-align: right;
}

.donate .partnership-intro .intro-step .step-line .step-line-wrap .step-line-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #555555;
}

.donate .partnership-intro .intro-step .step-line .step-line-wrap .step-line-item:first-of-type::before {
	left: 20px;
	transform: none;
}

.donate .partnership-intro .intro-step .step-line .step-line-wrap .step-line-item:nth-of-type(2) {
	padding-left: 60px;
}

.donate .partnership-intro .intro-step .step-line .step-line-wrap .step-line-item:nth-of-type(2)::before {
	left: 30%;
	transform: none;
}

.donate .partnership-intro .intro-step .step-line .step-line-wrap .step-line-item:nth-of-type(3) {
	text-align: right;
	padding-right: 60px;
}

.donate .partnership-intro .intro-step .step-line .step-line-wrap .step-line-item:nth-of-type(3)::before {
	left: auto;
	right: 30%;
	transform: none;
}

.donate .partnership-intro .intro-step .step-line .step-line-wrap .step-line-item:last-of-type::before {
	left: auto;
	right: 20px;
	transform: none;
}

.donate .partnership-intro .intro-step .step-box {
	margin-top: 60px;
	display: flex;
}

.donate .partnership-intro .intro-step .step-box .step-box-item {
	width: 25%;

}

.donate .partnership-intro .intro-step .step-box .step-box-item + .step-box-item {
	margin-left: 36px;
}

.donate .partnership-intro .intro-step .step-box .step-box-item .step-box-top {
	position: relative;
	background: #7a644f;
	display: flex;
	align-items: center;
	border-radius: 6px;
	padding: 30px 40px;
}

.donate .partnership-intro .intro-step .step-box .step-box-item .step-box-top::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 9px;
	background-image: url('/assets/pc/images/donate/partnership/icon-intro-box.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .partnership-intro .intro-step .step-box .step-box-item .step-box-top .step-box-icon {
	background: #614d3a;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.donate .partnership-intro .intro-step .step-box .step-box-item .step-box-top .step-box-icon img {
	width: 100%;
}


.donate .partnership-intro .intro-step .step-box .step-box-item .step-box-top .step-box-title {
	margin-left: 16px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
}

.donate .partnership-intro .intro-step .step-box .step-box-item .step-box-bottom {
	margin-top: 22px;
	border-radius: 6px;
	background: #ece2d9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	height: 164px;
}

.donate .partnership-intro .intro-step .step-box .step-box-item .step-box-bottom .step-box-description {
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.donate .partnership-intro .intro-story {
	background: #f3f2ee;
	padding: 100px 0;
}

.donate .partnership-intro .intro-story .story-title {
	font-size: 30px;
	letter-spacing: -0.8px;
	text-align: center;
	color: #000;
	font-weight: 700;
}

.donate .partnership-intro .intro-story .story-content {
	margin-top: 60px;
}

.donate .partnership-intro .intro-story .story-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -25px;
}


.donate .partnership-intro .intro-story .story-list .story-item {
	width: calc(50% - 50px);
	margin: 20px 25px;
}

.donate .partnership-intro .intro-story .story-list .story-item a {
	display: flex;
}

.donate .partnership-intro .intro-story .story-list .story-item .story-image {
	width: 280px;
	height: 100%;
	max-height: 280px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 8px;
}

.donate .partnership-intro .intro-story .story-list .story-item .story-image img {
	width: 100%;
}

.donate .partnership-intro .intro-story .story-list .story-item .story-text {
	margin-left: 40px;
	padding-top: 12px;
}

.donate .partnership-intro .intro-story .story-list .story-item .story-text .story-label {
	letter-spacing: -0.54px;
	text-align: left;
	color: #da281f;
	font-size: 16px;
	font-weight: 700;
}

.donate .partnership-intro .intro-story .story-list .story-item .story-text .story-title {
	margin-top: 12px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.donate .partnership-intro .intro-story .story-list .story-item .story-text .story-detail {
	margin-top: 28px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
	font-size: 16px;

}

.donate .partnership-intro .intro-story .story-more {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .partnership-intro .intro-story .story-more .btn {
	width: 150px;
	height: 50px;
	line-height: 50px;
	padding-right: 14px;
	font-size: 16px;
	letter-spacing: -0.54px;
	color: #555555;
	border-color: #d2d2d2;
	background-image: url(/assets/pc/images/common/more-gray.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right 40px top 53%;
}

/* partnership-biz */
.donate .partnership-biz .biz-box {
	margin-top: 60px;
}

.donate .partnership-biz .biz-box .box-item {
	position: relative;
	width: 100%;
	height: 500px;
}

.donate .partnership-biz .biz-box .box-item + .box-item {
	margin-top: 100px;
}

.donate .partnership-biz .biz-box .box-item .box-text {
	position: absolute;
	width: 604px;
	height: 416px;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 75px 60px;
	z-index: 1;
}

.donate .partnership-biz .biz-box .box-item .box-text.box1 {
	background-image: url("/assets/pc/images/donate/biz/background-biz_1.png");
}

.donate .partnership-biz .biz-box .box-item .box-text.box2 {
	background-image: url("/assets/pc/images/donate/biz/background-biz_2.png");
}

.donate .partnership-biz .biz-box .box-item .box-text.box3 {
	background-image: url("/assets/pc/images/donate/biz/background-biz_3.png");
}

.donate .partnership-biz .biz-box .box-item .box-text .box-title {
	letter-spacing: -0.8px;
	text-align: left;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.donate .partnership-biz .biz-box .box-item .box-text .box-detail {
	line-height: 1.6;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
	font-size: 16px;
	margin-top: 32px;
}

.donate .partnership-biz .biz-box .box-item .box-text .box-action {
	margin-top: 32px;
}

.donate .partnership-biz .biz-box .box-item .box-text .box-action .btn {
	width: 206px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	letter-spacing: -0.54px;
	background-image: url(/assets/pc/images/common/right_white.png);
	background-size: 8px 14px;
	background-repeat: no-repeat;
	background-position: right 32px top 50%;
	padding-right: 12px;
}

.donate .partnership-biz .biz-box .box-item .box-image {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 30px;
	width: 880px;
	border-bottom-right-radius: 30px;
}

.donate .partnership-biz .biz-box .box-item .box-image img {
	width: 100%;
	border-bottom-right-radius: 30px;
}

.donate .partnership-biz .biz-box .box-item.reverse .box-text {
	left: auto;
	right: 0;
}

.donate .partnership-biz .biz-box .box-item.reverse .box-image {
	right: auto;
	left: 0;
}

/* partnership-news-list */
.donate .partnership-news-list .news-board {
	margin-top: 60px;
}

.donate .partnership-news-list .news-pagination {
	margin-top: 60px;
}

.donate .partnership-news-list .news-search {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* partnership-news-detail */
.donate .partnership-news-detail .news-detail {
	margin-top: 60px;
}

/* partnership-partner */
.donate .partnership-partner .partner-view {
	margin-top: 60px;
}

.donate .partnership-partner .partner-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.donate .partnership-partner .partner-list .partner-item {
	width: calc(20% - 40px);
	margin: 20px;
	border-radius: 6px;
	border: solid 1px #e5e5e5;
	position: relative;
	height: 150px;
}

.donate .partnership-partner .partner-list .partner-item .partner-logo {
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #fff;
}

.donate .partnership-partner .partner-list .partner-item .partner-text {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 150px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background: rgba(230, 220, 209, .95);
	opacity: 0;
	visibility: hidden;
	transition: ease-out .35s;
}

.donate .partnership-partner .partner-list .partner-item:hover .partner-text {
	visibility: visible;
	opacity: 1;
}

.donate .partnership-partner .partner-pagination {
	margin-top: 60px;
}

/* partnership-faq */
.donate .partnership-faq .faq-board {
	margin-top: 60px;
}

.donate .partnership-faq .faq-pagination {
	margin-top: 60px;
}

.donate .partnership-faq .faq-search {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* donate partnership-inquire-list */
.donate .partnership-inquire-list .inquire-board {
	margin-top: 60px;
}

.donate .partnership-inquire-list .inquire-board .inquire-empty {
	margin-top: 60px;
	text-align: center;
}

.donate .partnership-inquire-list .inquire-board .inquire-empty .inquire-empty-text {
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.donate .partnership-inquire-list .inquire-board .inquire-empty .inquire-empty-action {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.donate .partnership-inquire-list .inquire-board .inquire-empty .inquire-empty-action .btn {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.donate .partnership-inquire-list .inquire-board .inquire-empty .inquire-empty-action .btn + .btn {
	margin-left: 10px;
}

.donate .partnership-inquire-list .inquire-board .inquire-table th.no {
	width: 8%;
}

.donate .partnership-inquire-list .inquire-board .inquire-table th.type {
	width: 17%;
}

.donate .partnership-inquire-list .inquire-board .inquire-table th.subject {
	width: 45%;
}

.donate .partnership-inquire-list .inquire-board .inquire-table th.author {
	width: 15%;
}

.donate .partnership-inquire-list .inquire-board .inquire-table th.date {
	width: 15%;
}

.donate .partnership-inquire-list .inquire-board .inquire-table td.type {
	font-size: 15px;
	color: #333333;
}

.donate .partnership-inquire-list .inquire-board .inquire-table td.subject {
	text-align: left;
	font-size: 16px;
	color: #333333;
	letter-spacing: -0.6px;
}

.donate .partnership-inquire-list .inquire-pagination {
	margin-top: 60px;
}

.donate .partnership-inquire-list .inquire-search {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* partnership-inquire-detail */
.donate .partnership-inquire-detail {
}

.donate .partnership-inquire-detail .inquire-detail {
	margin-top: 40px;
}

.donate .partnership-inquire-detail .inquire-top {
	margin-top: 60px;
}

.donate .partnership-inquire-detail .inquire-top .top-head {

	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 2px solid #555555;
	margin-bottom: 40px;
}

.donate .partnership-inquire-detail .inquire-top .top-head .top-head-text {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}

.donate .partnership-inquire-detail .inquire-top .top-head .top-head-action {
	display: flex;
}

.donate .partnership-inquire-detail .inquire-top .top-head .top-head-action .btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.donate .partnership-inquire-detail .inquire-top .top-head .top-head-action .btn + .btn {
	margin-left: 10px;
}

/* partnership-inquire-edit */
.donate .partnership-inquire-edit .inquire-edit {
	padding: 60px 0 100px;
}


/* donate wesave-info */
.donate .wesave-tab {
	margin-top: 60px;
}

.donate .wesave-info .info-intro {
	padding: 60px 0 100px;
}

.donate .wesave-info .info-intro .info-title {
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #333;
}

.donate .wesave-info .info-intro .info-logo {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .wesave-info .info-intro .info-logo .info-logo-text {
	margin-left: 2px;
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: left;
	color: #da291c;
	font-size: 30px;
}

.donate .wesave-info .info-intro .info-description {
	margin-top: 60px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 18px;
}

.donate .wesave-info .info-intro .info-action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .wesave-info .info-intro .info-action .btn {
	font-size: 16px;
	display: flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 16px 30px;
}

.donate .wesave-info .info-intro .info-action .btn + .btn {
	margin-left: 14px;
}

.donate .wesave-info .info-process {
	padding: 100px 0;
	background: #f3f2ee;
}

.donate .wesave-info .info-process .process-title {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.donate .wesave-info .info-process .process-flow {
	margin-top: 60px;
}

.donate .wesave-info .info-process .process-flow .flow-list {
	display: flex;
	align-items: center;
}

.donate .wesave-info .info-process .process-flow .flow-list .flow-item {
	position: relative;
	padding: 48px 0 0;
	height: 305px;
	width: 25%;
	background: #ffffff;
	border-radius: 20px;
	text-align: center;
}

.donate .wesave-info .info-process .process-flow .flow-list .flow-item + .flow-item {
	margin-left: 60px;
}

.donate .wesave-info .info-process .process-flow .flow-list .flow-item::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -34px;
	transform: translateY(-50%);
	width: 12px;
	height: 13px;
	background-image: url("/assets/pc/images/donate/wesave/icon-arrow.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.donate .wesave-info .info-process .process-flow .flow-list .flow-item:last-of-type::before {
	display: none;
}

.donate .wesave-info .info-process .process-flow .flow-list .flow-item .flow-number {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: #5b5550;
	border-radius: 50%;
	color: #ffffff;
	letter-spacing: -0.72px;
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .wesave-info .info-process .process-flow .flow-list .flow-item .flow-icon {
	width: 94px;
	margin: 0 auto;
}

.donate .wesave-info .info-process .process-flow .flow-list .flow-item .flow-icon img {
	width: 100%;
}

.donate .wesave-info .info-process .process-flow .flow-list .flow-item .flow-title {
	margin-top: 26px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.donate .wesave-info .info-process .process-flow .flow-list .flow-item .flow-description {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #555555;
	font-size: 16px;
}

.donate .wesave-info .info-process .process-inquire {
	margin-top: 60px;
	position: relative;
	border-radius: 10px;
	background: #ffffff;
}

.donate .wesave-info .info-process .process-inquire .inquire-label {
	position: absolute;
	left: 50%;
	top: -24px;
	transform: translateX(-50%);
	background: #333333;
	border-radius: 20px;
	padding: 8px 30px;
	font-size: 20px;
	letter-spacing: -0.72px;
	color: #ffffff;
	font-weight: 700;
}

.donate .wesave-info .info-process .process-inquire .inquire-list {
	display: flex;
	align-items: center;
	padding: 24px 40px;
}

.donate .wesave-info .info-process .process-inquire .inquire-list .inquire-item {
	width: 33.333%;
	display: flex;
	align-items: center;
	position: relative;
}

.donate .wesave-info .info-process .process-inquire .inquire-list .inquire-item + .inquire-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
	width: 1px;
	height: calc(100% - 12px);
	background: #f3f2ee;

}

.donate .wesave-info .info-process .process-inquire .inquire-list .inquire-item .inquire-icon {
	width: 70px;
	flex-shrink: 0;
	margin-right: 40px;
}

.donate .wesave-info .info-process .process-inquire .inquire-list .inquire-item .inquire-text {
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 18px;
}

.donate .wesave-info .info-process .process-inquire .inquire-list .inquire-item .btn {
	margin-left: 10px;
	border-radius: 18px;
	font-size: 14px;
	min-width: 112px;
	height: 35px;
	line-height: 35px;
}

.donate .wesave-info .info-process .process-inquire .inquire-list .inquire-item span {
	font-weight: 400;
	margin-left: 4px;
}

.donate .wesave-info .info-process .process-inquire .inquire-list .inquire-item .inquire-text small {
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	font-weight: 400;
}

.donate .wesave-info .info-benefit {
	padding: 100px 0;
}

.donate .wesave-info .info-benefit .benefit-title {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.96px;
	text-align: left;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.donate .wesave-info .info-benefit .benefit-list-wrap {
	margin-top: 40px;
}

.donate .wesave-info .info-benefit .benefit-list {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.donate .wesave-info .info-benefit .benefit-list .benefit-item {
	width: calc(25% - 30px);
	margin: 15px;
	border-radius: 10px;
}

.donate .wesave-info .info-benefit .benefit-list .benefit-item .benefit-image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #dddddd;
	border-bottom: none;
	overflow:hidden
}

.donate .wesave-info .info-benefit .benefit-list .benefit-item .benefit-image img {
	width: 100%;
}

.donate .wesave-info .info-benefit .benefit-list .benefit-item .benefit-text {
	background: #ffffff;
	padding: 30px;
	height: 214px;
	border: 1px solid #dddddd;
	border-top: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.donate .wesave-info .info-benefit .benefit-list .benefit-item .benefit-text .benefit-text-title {
	letter-spacing: -0.72px;
	font-size: 21px;
	color: #333;
	font-weight: 700;
}

.donate .wesave-info .info-benefit .benefit-list .benefit-item .benefit-text .benefit-text-description {
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.donate .wesave-info .info-benefit .benefit-list .benefit-item .benefit-text .benefit-text-link {
	margin-top: 30px;
}

.donate .wesave-info .info-benefit .benefit-list .benefit-item .benefit-text .benefit-text-link a {
	color: #da291c;
	font-size: 14px;
	letter-spacing: -0.48px;
	position: relative;
}

.donate .wesave-info .info-benefit .benefit-list .benefit-item .benefit-text .benefit-text-link a::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 66px;
	height: 1px;
	background: #d9291d;
}

.donate .wesave-info .info-benefit .benefit-list .benefit-item .benefit-text .benefit-text-link a i {
	margin-bottom: 3px;
	margin-left: 8px;
	display: inline-block;
	width: 9px;
	height: 16px;
	background-image: url("/assets/pc/images/common/right_primary.png");
	background-size: cover;
	transform: scale(0.8);
	vertical-align: middle;
}

.donate .wesave-info .info-benefit .benefit-join {
	margin-top: 30px;
	border-radius: 10px;
	border: solid 4px #f1ece7;
	padding: 30px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.donate .wesave-info .info-benefit .benefit-join .join-text {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
}

.donate .wesave-info .info-benefit .benefit-join .join-text .text-line {
	display: flex;
	align-items: center;
}

.donate .wesave-info .info-benefit .benefit-join .join-text .text-line img {
	margin-left: 6px;
}

.donate .wesave-info .info-benefit .benefit-join .join-action .btn {
	width: 212px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.donate .wesave-info .info-review {
	padding: 100px 0;
	background-image: url("/assets/pc/images/donate/wesave/background-review.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.donate .wesave-info .info-review .review-title {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.96px;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
}

.donate .wesave-info .info-review .review-title img {
	margin-right: 10px;
}

.donate .wesave-info .info-review .review-list {
	margin-top: 30px;
}

.donate .wesave-info .info-review .review-list .review-item {
	width: 300px;
	height: 240px;
	padding: 34px 30px;
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 2px 1px 4px 0.5px rgba(0, 0, 0, 0.12);
}

.donate .wesave-info .info-review .review-list .review-item .review-content {
	line-height: 1.5;
	letter-spacing: -0.54px;
	font-size: 16px;
	color: #222;
}

.donate .wesave-info .info-review .review-list .review-item .review-meta {
	position: absolute;
	bottom: 34px;
	left: 30px;
	display: flex;
	align-items: center;
}

.donate .wesave-info .info-review .review-list .review-item .review-meta .review-meta-item {
	letter-spacing: -0.42px;
	text-align: left;
	color: #777;
	font-size: 14px;
	position: relative;
}

.donate .wesave-info .info-review .review-list .review-item .review-meta .review-meta-item + .review-meta-item {
	margin-left: 24px;
}

.donate .wesave-info .info-review .review-list .review-item .review-meta .review-meta-item + .review-meta-item::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
	width: 1px;
	height: 70%;
	background: #777777;
}

.donate .wesave-info .info-story {
	padding: 100px 0;
	background-image: url("/assets/pc/images/donate/wesave/background-story.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .wesave-info .info-story .story-head {
	position: relative;
}

.donate .wesave-info .info-story .story-head .story-title {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.96px;
	text-align: left;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.donate .wesave-info .info-story .story-head .story-title img {
	margin-right: 10px;
}

.donate .wesave-info .info-story .story-head .story-more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.donate .wesave-info .info-story .story-head .story-more a {
	color: #898888;
	font-size: 18px;
	line-height: 1;
	display: flex;
	align-items: center;
	padding-right: 30px;
	background-image: url(/assets/pc/images/common/more-gray.png);
	background-repeat: no-repeat;
	background-position: right 0px top 50%;
}

.donate .wesave-info .info-story .story-list {
	margin-top: 30px;
	position: relative;
}

.donate .wesave-info .info-story .story-list > div {
	border-radius: 10px;
}

.donate .wesave-info .info-story .story-list .swiper-container {
	border-radius: 10px;
}

.donate .wesave-info .info-story .story-list .story-item-wrap {
	display: flex;
	align-items: center;
}

.donate .wesave-info .info-story .story-list .story-item-wrap .story-item {
	width: 605px;
	position: relative;
}

.donate .wesave-info .info-story .story-list .story-item-wrap .story-item + .story-item {
	margin-left: 70px;
}

.donate .wesave-info .info-story .story-list .story-item-wrap .story-item .story-image {
	border-radius: 10px;
}

.donate .wesave-info .info-story .story-list .story-item-wrap .story-item .story-image img {
	width: 100%;
}

.donate .wesave-info .info-story .story-list .story-item-wrap .story-item .story-content {
	position: relative;
	z-index: 1;
	margin-top: -30px;
	margin-left: 40px;
	background: #ffffff;
	width: 100%;
	padding: 42px;
	border-radius: 10px;
	box-shadow: 2px 1px 4px 0.5px rgba(0, 0, 0, 0.12);
	border: solid 1px #ccc;

}

.donate .wesave-info .info-story .story-list .story-item-wrap .story-item .story-content .story-content-text {
	line-height: 1.67;
	letter-spacing: -0.54px;
	color: #555;
	min-height: 168px;
}

.donate .wesave-info .info-story .story-list .story-item-wrap .story-item .story-content .story-content-writer {
	margin-top: 30px;
	letter-spacing: -0.6px;
	text-align: right;
	color: #926d49;
	font-size: 18px;
	font-weight: 700;
}

.donate .wesave-info .info-story .story-list .story-control {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 1520px;
	z-index: 1;
	margin: 0 auto;
}

.donate .wesave-info .info-story .story-list .story-control .story-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.donate .wesave-info .info-story .story-list .story-control .story-navi .story-navi-item {
	cursor: pointer;
}

.donate .wesave-info .info-story .story-list .story-control .story-navi .story-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
}

.donate .wesave-info .info-story .story-list .story-control .story-navi .story-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.donate .wesave-info .info-story .story-list .story-control .story-navi .story-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

/* donate wesave-inquire-list */
/*
.donate .wesave-inquire-list .page {
	padding-bottom: 100px;
}*/

.donate .wesave-inquire-list .inquire-board {
	margin-top: 60px;
}

.donate .wesave-inquire-list .inquire-board .inquire-empty {
	margin-top: 60px;
	text-align: center;
}

.donate .wesave-inquire-list .inquire-board .inquire-empty .inquire-empty-text {
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .wesave-inquire-list .inquire-board .inquire-empty .inquire-empty-action {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.donate .wesave-inquire-list .inquire-board .inquire-empty .inquire-empty-action .btn {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.donate .wesave-inquire-list .inquire-board .inquire-empty .inquire-empty-action .btn + .btn {
	margin-left: 10px;
}

.donate .wesave-inquire-list .inquire-board .inquire-table th.no {
	width: 8%;
}

.donate .wesave-inquire-list .inquire-board .inquire-table th.type {
	width: 17%;
}

.donate .wesave-inquire-list .inquire-board .inquire-table th.subject {
	width: 45%;
}

.donate .wesave-inquire-list .inquire-board .inquire-table th.author {
	width: 15%;
}

.donate .wesave-inquire-list .inquire-board .inquire-table th.date {
	width: 15%;
}

.donate .wesave-inquire-list .inquire-board .inquire-table td.type {
	font-size: 15px;
	color: #333333;
}

.donate .wesave-inquire-list .inquire-board .inquire-table td.subject {
	text-align: left;
	font-size: 16px;
	color: #333333;
	letter-spacing: -0.6px;
}

.donate .wesave-inquire-list .inquire-pagination {
	margin-top: 60px;
}

.donate .wesave-inquire-list .inquire-search {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* wesave-inquire-detail */
.donate .wesave-inquire-detail {
}

.donate .wesave-inquire-detail .inquire-detail {
	padding: 40px 0 100px;
}

.donate .wesave-inquire-detail .inquire-top {
	margin-top: 60px;
}

.donate .wesave-inquire-detail .inquire-top .top-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 2px solid #555555;
}

.donate .wesave-inquire-detail .inquire-top .top-head .top-head-text {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	display: flex;
	align-items: center;
}

.donate .wesave-inquire-detail .inquire-top .top-head .top-head-action {
	display: flex;
}

.donate .wesave-inquire-detail .inquire-top .top-head .top-head-action .btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.donate .wesave-inquire-detail .inquire-top .top-head .top-head-action .btn + .btn {
	margin-left: 10px;
}

/* donate wesave-inquire-edit */
.donate .wesave-inquire-edit .inquire-edit {
	margin-top: 60px;
}

/* donate wesave-find */
.donate .wesave-find .find-map {
	margin-top: 100px;
}

.donate .wesave-find .find-map .map-box {
	border-radius: 10px;
	background-color: #fff0f1;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.72px;
	font-size: 22px;
	color: #333;
}

.donate .wesave-find .find-map .map-box img {
	margin-left: 10px;
}

.donate .wesave-find .find-map .map-frame {
	margin-top: 20px;
	border-radius: 10px;
}

.donate .wesave-find .find-map .map-frame iframe {
	border-radius: 10px;
}

.donate .wesave-find .find-detail {
	padding: 60px 0 0px;
}

.donate .wesave-find .find-detail .detail-search {
	margin-top: 50px;
	border-radius: 10px;
	background-color: #f5f5f5;
	padding: 32px 80px;
}

.donate .wesave-find .find-detail .detail-search .search-row {
	display: flex;
	align-items: center;
}

.donate .wesave-find .find-detail .detail-search .search-row + .search-row {
	margin-top: 15px;
}

.donate .wesave-find .find-detail .detail-search .search-row .search-item {
	display: flex;
	align-items: center;
}

.donate .wesave-find .find-detail .detail-search .search-row .search-item + .search-item {
	margin-left: 50px;
}

.donate .wesave-find .find-detail .detail-search .search-row .search-item .search-label {
	width: 122px;
	letter-spacing: -0.18px;
	color: #333;
	font-size: 16px;
	margin-right: 20px;
	font-weight: 700;
}

.donate .wesave-find .find-detail .detail-list {
	margin-top: 40px;
}

.donate .wesave-find .find-detail .detail-list .detail-empty {
	padding: 185px 0 200px;
	text-align: center;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 18px;
}

.donate .wesave-find .find-detail .detail-list .detail-table {
	border-top: 2px solid #5b5550;
}

.donate .wesave-find .find-detail .detail-list .detail-table table th,
.donate .wesave-find .find-detail .detail-list .detail-table table td {
	padding: 30px;
}

.donate .wesave-find .find-detail .detail-list .detail-table table thead tr th {
	text-align: center;
	background: #ebeff7;
	letter-spacing: -0.54px;
	color: #333;
	font-size: 18px;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}

.donate .wesave-find .find-detail .detail-list .detail-table table thead tr th:last-of-type {
	border-right: none;
}

.donate .wesave-find .find-detail .detail-list .detail-table table tbody tr td {
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.donate .wesave-find .find-detail .detail-list .detail-table table thead tr th:nth-of-type(1) {
	width: 264px;
}

.donate .wesave-find .find-detail .detail-list .detail-table table thead tr th:nth-of-type(2) {
	width: 264px;
}

.donate .wesave-find .find-detail .detail-list .detail-table table thead tr th:nth-of-type(4) {
	width: 150px;
}

.donate .wesave-find .find-detail .detail-list .detail-table table thead tr th:nth-of-type(5) {
	width: 150px;
}


.donate .wesave-find .find-detail .detail-list .detail-table table tbody tr td.text-center {
	text-align: center;
}

.donate .wesave-find .find-detail .detail-list .detail-table table tbody tr td a {
	display: inline-block;
}

.donate .wesave-find .find-detail .detail-list .detail-table table tbody tr td:last-of-type {
	border-right: none;
}

.donate .wesave-find .find-detail .detail-list .detail-pagination {
	margin-top: 60px;
}

/* donate baemin-banner */
.donate .baemin-banner-box{margin:100px 0 ;}
.donate .baemin-banner-box .banner{display:block; padding: 36px 60px 30px;border-radius: 10px;background: rgba(42, 193, 188, 0.2) url("/assets/pc/images/donate/wesave/baemin_img.png") no-repeat right 60px top 24px;}
.donate .baemin-banner-box .banner .txt01{ display:block; margin-top:20px; font-size:20px; color:#000;}
.donate .baemin-banner-box .txt-info{ display: flex;  align-items: center; gap:4px; margin-top:10px;  color:#777; font-size:14px;}
.donate .baemin-banner-box .txt-info:before{  content:''; display:inline-flex;width:14px; height:14px; background: url("/assets/pc/images/donate/wesave/icon_info.png") no-repeat}


/* donate wesave-sponser  */
.donate .wesave-sponser {
	padding: 50px 50px 150px;
}

.donate .wesave-sponser .sponser-title {
	display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.96px;
    text-align: left;
    color: #333;
    font-size: 30px;
    font-weight: 700
}
.sponser-list-wrap{ width:1320px;position: relative; }
.sponser-list { overflow: hidden; margin-top: 30px;}
#sponserSwiper { display: flex; transform: translateX(0); }
#sponserSwiper .sponser-item{ width: 200px; height: 200px; margin: 0 40px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; }
.sponser-list-wrap .btn-control { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; cursor: pointer; z-index: 10; }
.sponser-list-wrap .btn-prev { left: -64px;border-left: 2px solid #777;border-bottom: 2px solid #777;transform: rotate(45deg); }
.sponser-list-wrap .btn-next { right: -64px;border-right: 2px solid #777;border-top: 2px solid #777;transform: rotate(45deg); }

#sponserSwiper.animate {
  transition: transform 0.4s ease-in-out;
}

/* donate monthly */
.donate .monthly .monthly-needs {
}

.donate .monthly .monthly-needs .needs-title {
	padding-top: 60px;
	padding-bottom: 60px;
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
}

.donate .monthly .monthly-needs .needs-content {
	background: #f3f2ee;
	padding-top: 100px;
	position: relative;

}

.donate .monthly .monthly-needs .needs-content::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: 1;
}

.donate .monthly .monthly-needs .needs-content .content-list {
	position: relative;
	z-index: 2;
	margin-top: -100px;
	display: flex;
}


.donate .monthly .monthly-needs .needs-content .content-list .content-item {
	width: 33.333%;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid #ddd;
}

.donate .monthly .monthly-needs .needs-content .content-list .content-item + .content-item {
	margin-left: 30px;
}


.donate .monthly .monthly-needs .needs-content .content-list .content-item .content-image img {
	width: 100%;
}

.donate .monthly .monthly-needs .needs-content .content-list .content-item .content-text {
	padding: 36px 0 40px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.donate .monthly .monthly-needs .needs-content .content-box-area {
	position: relative;
	z-index: 3;
}

.donate .monthly .monthly-needs .needs-content .content-box {
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("/assets/pc/images/donate/monthly/background-box.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 52px 0;
	border-radius: 16px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.donate .monthly .monthly-needs .needs-content .content-box .box-text {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
}

.donate .monthly .monthly-needs .needs-content .content-box .box-text span {
	color: #da291c;
}

.donate .monthly .monthly-needs .needs-content .content-box .box-spon {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .monthly .monthly-needs .needs-content .content-box .box-spon .spon-item + .spon-item {
	margin-left: 10px;
}

.donate .monthly .monthly-needs .needs-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button {
	border: none;
}

.donate .monthly .monthly-needs .needs-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio] ~ label {
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #777777;
	height: 60px;
	padding: 18px 30px;
}

.donate .monthly .monthly-needs .needs-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio]:checked ~ label {
	background: #ffffff;
	color: #da291c;
	border: 1px solid #da291c;
	font-weight: 700;
}

.donate .monthly .monthly-needs .needs-content .content-box .box-spon .spon-item .form-input input {
	background-color: #f5f5f5;
}

.donate .monthly .monthly-needs .needs-content .content-box .box-spon .spon-item .form-input input.exist,
.donate .monthly .monthly-needs .needs-content .content-box .box-spon .spon-item .form-input input:focus {
	background-color: #ffffff;
	border-color: #da291c;
}

.donate .monthly .monthly-needs .needs-content .content-box .box-spon .spon-item .btn {
	width: 140px;
}

.donate .monthly .monthly-needs .needs-content .content-story-area {
	margin-top: -80px;
	padding: 180px 0 100px;
	background-image: url("/assets/pc/images/donate/monthly/background-story.png");
	background-repeat: no-repeat;
	background-size: cover;

}

.donate .monthly .monthly-needs .needs-content .content-story {
	position: relative;
}

.donate .monthly .monthly-needs .needs-content .content-story > div {
	border-radius: 10px;
}

.donate .monthly .monthly-needs .needs-content .content-story .swiper-container {
	border-radius: 10px;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-item {
	width: 605px;
	position: relative;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-item + .story-item {
	margin-left: 70px;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-item .story-image {
	border-radius: 10px;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-item .story-image img {
	width: 100%;
	border: 1px solid #eeeeee;
	border-radius: 12px;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-item .story-content {
	position: relative;
	z-index: 1;
	margin-top: -30px;
	margin-left: 40px;
	background: #ffffff;
	width: 100%;
	padding: 42px;
	border-radius: 10px;
	box-shadow: 2px 1px 4px 0.5px rgba(0, 0, 0, 0.12);
	border: solid 1px #ccc;

}

.donate .monthly .monthly-needs .needs-content .content-story .story-item .story-content .story-content-text {
	line-height: 1.67;
	letter-spacing: -0.54px;
	color: #555;
	min-height: 82px;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-item .story-content .story-content-writer {
	margin-top: 30px;
	letter-spacing: -0.6px;
	text-align: right;
	color: #926d49;
	font-size: 18px;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-control {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 1520px;
	z-index: 1;
	margin: 0 auto;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-control .story-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-control .story-navi .story-navi-item {
	cursor: pointer;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-control .story-navi .story-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
}

.donate .monthly .monthly-needs .needs-content .content-story .story-control .story-navi .story-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.donate .monthly .monthly-needs .needs-content .content-story .story-control .story-navi .story-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

/*.donate .monthly .monthly-benefit .benefit-cover {
	background-image: url("/assets/pc/images/donate/monthly/background-benefit.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 142px 0 200px;

}*/

.donate .monthly .monthly-benefit .benefit-cover > div {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.donate .monthly .monthly-benefit .benefit-cover .benefit-cover-title {
	padding-right: 200px;
	line-height: 1.5;
	letter-spacing: -0.96px;
	font-size: 30px;
	color: #ffffff;
}

.donate .monthly .monthly-benefit .benefit-content {
	margin-top: -60px;
}

.donate .monthly .monthly-benefit .benefit-content .benefit-list {
	display: flex;
}

.donate .monthly .monthly-benefit .benefit-content .benefit-list .benefit-item {
	width: 25%;
	border-radius: 16px;
	padding: 55px 25px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ffffff;
	position: relative;
}

.donate .monthly .monthly-benefit .benefit-content .benefit-list .benefit-item + .benefit-item {
	margin-left: 6px;
}

.donate .monthly .monthly-benefit .benefit-content .benefit-list .benefit-item + .benefit-item::before {
	content: '';
	position: absolute;
	bottom: 40px;
	left: -4px;
	width: 1px;
	height: 300px;
	background: #e5e5e5;
}

.donate .monthly .monthly-benefit .benefit-content .benefit-list .benefit-item .benefit-icon {
	width: 84px;
	height: 84px;
}

.donate .monthly .monthly-benefit .benefit-content .benefit-list .benefit-item .benefit-icon img {
	width: 100%;
}

.donate .monthly .monthly-benefit .benefit-content .benefit-list .benefit-item .benefit-label {
	margin-top: 40px;
	display: inline-block;
	padding: 2px 14px;
	border-radius: 16px;
	background-color: #926d49;
	color: #ffffff;
	letter-spacing: -0.54px;
	font-size: 16px;
	font-weight: 700;
}

.donate .monthly .monthly-benefit .benefit-content .benefit-list .benefit-item .benefit-title {
	margin-top: 20px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.72px;
	font-size: 22px;
	color: #333;
}

.donate .monthly .monthly-benefit .benefit-content .benefit-list .benefit-item .benefit-detail {
	margin-top: 30px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #555;
}

.donate .monthly .benefit-letter {
	margin-top: 30px;
	padding: 50px 80px;
	position: relative;
	border-radius: 15px;
	border: 2px solid #f3f2ee;
}

.donate .monthly .benefit-letter .letter-text ul li {
	position: relative;
	padding-left: 10px;
	letter-spacing: -0.45px;
	text-align: left;
	color: #777;
}

.donate .monthly .benefit-letter .letter-text ul li + li {
	margin-top: 4px;
}

.donate .monthly .benefit-letter .letter-text ul li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #da291c;
	border-radius: 50%;
}

.donate .monthly .benefit-letter .letter-image {
	position: absolute;
	right: 40px;
	bottom: -24px;
}

.donate .monthly .monthly-abroad .abroad-title {
	padding-top: 60px;
	padding-bottom: 60px;

}

.donate .monthly .monthly-abroad .abroad-title .abroad-title-text {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
}

.donate .monthly .monthly-abroad .abroad-title .abroad-title-description {
	margin-top: 36px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 18px;
}

.donate .monthly .monthly-abroad .abroad-content {
	background: #ebeff7;
	padding-top: 100px;
	position: relative;

}

.donate .monthly .monthly-abroad .abroad-content::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: 1;
}

.donate .monthly .monthly-abroad .abroad-content .content-list {
	position: relative;
	z-index: 2;
	margin-top: -100px;
	display: flex;
}


.donate .monthly .monthly-abroad .abroad-content .content-list .content-item {
	width: 33.333%;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid #ddd;
}

.donate .monthly .monthly-abroad .abroad-content .content-list .content-item + .content-item {
	margin-left: 30px;
}


.donate .monthly .monthly-abroad .abroad-content .content-list .content-item .content-image img {
	width: 100%;
}

.donate .monthly .monthly-abroad .abroad-content .content-list .content-item .content-text {
	padding: 36px 0 40px;
}

.donate .monthly .monthly-abroad .abroad-content .content-list .content-item .content-text .content-text-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.donate .monthly .monthly-abroad .abroad-content .content-list .content-item .content-text .content-text-detail {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.donate .monthly .monthly-abroad .abroad-content .content-box-area {
	position: relative;
	z-index: 3;
}

.donate .monthly .monthly-abroad .abroad-content .content-box {
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("/assets/pc/images/donate/monthly/background-box.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 52px 0;
	border-radius: 16px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.donate .monthly .monthly-abroad .abroad-content .content-box .box-text {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
}

.donate .monthly .monthly-abroad .abroad-content .content-box .box-text span {
	color: #da291c;
}

.donate .monthly .monthly-abroad .abroad-content .content-box .box-spon {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .monthly .monthly-abroad .abroad-content .content-box .box-spon .spon-item + .spon-item {
	margin-left: 10px;
}

.donate .monthly .monthly-abroad .abroad-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button {
	border: none;
}

.donate .monthly .monthly-abroad .abroad-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio] ~ label {
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #777777;
	height: 60px;
	padding: 18px 30px;
}

.donate .monthly .monthly-abroad .abroad-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio]:checked ~ label {
	background: #ffffff;
	color: #da291c;
	border: 1px solid #da291c;
	font-weight: 700;
}

.donate .monthly .monthly-abroad .abroad-content .content-box .box-spon .spon-item .form-input input {
	background-color: #f5f5f5;
}

.donate .monthly .monthly-abroad .abroad-content .content-box .box-spon .spon-item .form-input input.exist,
.donate .monthly .monthly-abroad .abroad-content .content-box .box-spon .spon-item .form-input input:focus {
	background-color: #ffffff;
	border-color: #da291c;
}

.donate .monthly .monthly-abroad .abroad-content .content-box .box-spon .spon-item .btn {
	width: 140px;
}

.donate .monthly .monthly-abroad .abroad-content .content-story-area {
	margin-top: -80px;
	padding: 180px 0 100px;
	background-image: url("/assets/pc/images/donate/monthly/background-story.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .monthly .monthly-abroad .abroad-content .content-story {
	position: relative;
}

.donate .monthly .monthly-abroad .abroad-content .content-story > div {
	border-radius: 10px;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .swiper-container {
	border-radius: 10px;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-item {
	width: 605px;
	position: relative;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-item + .story-item {
	margin-left: 70px;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-item .story-image {
	border-radius: 10px;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-item .story-image img {
	width: 100%;
	border: 1px solid #eeeeee;
	border-radius: 12px;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-item .story-content {
	position: relative;
	z-index: 1;
	margin-top: -30px;
	margin-left: 40px;
	background: #ffffff;
	width: 100%;
	padding: 42px;
	border-radius: 10px;
	box-shadow: 2px 1px 4px 0.5px rgba(0, 0, 0, 0.12);
	border: solid 1px #ccc;

}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-item .story-content .story-content-text {
	line-height: 1.67;
	letter-spacing: -0.54px;
	color: #555;
	min-height: 82px;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-item .story-content .story-content-writer {
	margin-top: 30px;
	letter-spacing: -0.6px;
	text-align: right;
	color: #926d49;
	font-size: 18px;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-control {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 1520px;
	z-index: 1;
	margin: 0 auto;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-control .story-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-control .story-navi .story-navi-item {
	cursor: pointer;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-control .story-navi .story-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-control .story-navi .story-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.donate .monthly .monthly-abroad .abroad-content .content-story .story-control .story-navi .story-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

/*.donate .monthly .monthly-benefit .benefit-cover {
	background-image: url("/assets/pc/images/donate/monthly/background-benefit.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 142px 0 200px;

}*/

.donate .monthly .monthly-emergency .emergency-title {
	padding-top: 60px;
	padding-bottom: 60px;

}

.donate .monthly .monthly-emergency .emergency-title .emergency-title-text {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
}

.donate .monthly .monthly-emergency .emergency-title .emergency-title-description {
	margin-top: 36px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 18px;
}

.donate .monthly .monthly-emergency .emergency-content {
	background: #fff0f1;
	padding-top: 100px;
	position: relative;

}

.donate .monthly .monthly-emergency .emergency-content::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: 1;
}

.donate .monthly .monthly-emergency .emergency-content .content-list {
	position: relative;
	z-index: 2;
	margin-top: -100px;
	display: flex;
}


.donate .monthly .monthly-emergency .emergency-content .content-list .content-item {
	width: 33.333%;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid #ddd;
}

.donate .monthly .monthly-emergency .emergency-content .content-list .content-item + .content-item {
	margin-left: 30px;
}


.donate .monthly .monthly-emergency .emergency-content .content-list .content-item .content-image img {
	width: 100%;
}

.donate .monthly .monthly-emergency .emergency-content .content-list .content-item .content-text {
	padding: 28px 0;
}

.donate .monthly .monthly-emergency .emergency-content .content-list .content-item .content-text .content-text-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.donate .monthly .monthly-emergency .emergency-content .content-list .content-item .content-text .content-text-detail {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.donate .monthly .monthly-emergency .emergency-content .content-box-area {
	position: relative;
	z-index: 3;
}

.donate .monthly .monthly-emergency .emergency-content .content-box {
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("/assets/pc/images/donate/monthly/background-box.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 52px 0;
	border-radius: 16px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.donate .monthly .monthly-emergency .emergency-content .content-box .box-text {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
}

.donate .monthly .monthly-emergency .emergency-content .content-box .box-text span {
	color: #da291c;
}

.donate .monthly .monthly-emergency .emergency-content .content-box .box-spon {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .monthly .monthly-emergency .emergency-content .content-box .box-spon .spon-item + .spon-item {
	margin-left: 10px;
}

.donate .monthly .monthly-emergency .emergency-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button {
	border: none;
}

.donate .monthly .monthly-emergency .emergency-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio] ~ label {
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #777777;
	height: 60px;
	padding: 18px 30px;
}

.donate .monthly .monthly-emergency .emergency-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio]:checked ~ label {
	background: #ffffff;
	color: #da291c;
	border: 1px solid #da291c;
	font-weight: 700;
}

.donate .monthly .monthly-emergency .emergency-content .content-box .box-spon .spon-item .form-input input {
	background-color: #f5f5f5;
}

.donate .monthly .monthly-emergency .emergency-content .content-box .box-spon .spon-item .form-input input.exist,
.donate .monthly .monthly-emergency .emergency-content .content-box .box-spon .spon-item .form-input input:focus {
	background-color: #ffffff;
	border-color: #da291c;
}

.donate .monthly .monthly-emergency .emergency-content .content-box .box-spon .spon-item .btn {
	width: 140px;
}

.donate .monthly .monthly-emergency .emergency-content .content-story-area {
	margin-top: -80px;
	padding: 180px 0 100px;
	background-image: url("/assets/pc/images/donate/monthly/background-story.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .monthly .monthly-emergency .emergency-content .content-story {
	position: relative;
}

.donate .monthly .monthly-emergency .emergency-content .content-story > div {
	border-radius: 10px;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .swiper-container {
	border-radius: 10px;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-item {
	width: 605px;
	position: relative;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-item + .story-item {
	margin-left: 70px;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-item .story-image {
	border-radius: 10px;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-item .story-image img {
	width: 100%;
	border: 1px solid #eeeeee;
	border-radius: 12px;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-item .story-content {
	position: relative;
	z-index: 1;
	margin-top: -30px;
	margin-left: 40px;
	background: #ffffff;
	width: 100%;
	padding: 42px;
	border-radius: 10px;
	box-shadow: 2px 1px 4px 0.5px rgba(0, 0, 0, 0.12);
	border: solid 1px #ccc;

}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-item .story-content .story-content-text {
	line-height: 1.67;
	letter-spacing: -0.54px;
	color: #555;
	min-height: 82px;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-item .story-content .story-content-writer {
	margin-top: 30px;
	letter-spacing: -0.6px;
	text-align: right;
	color: #926d49;
	font-size: 18px;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-control {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 1520px;
	z-index: 1;
	margin: 0 auto;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-control .story-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-control .story-navi .story-navi-item {
	cursor: pointer;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-control .story-navi .story-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-control .story-navi .story-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.donate .monthly .monthly-emergency .emergency-content .content-story .story-control .story-navi .story-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

/*.donate .monthly .monthly-benefit .benefit-cover {
	background-image: url("/assets/pc/images/donate/monthly/background-benefit.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 142px 0 200px;

}*/

.donate .monthly .monthly-redtree .redtree-title {
	padding-top: 60px;
	padding-bottom: 60px;

}

.donate .monthly .monthly-redtree .redtree-title .redtree-title-text {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
}

.donate .monthly .monthly-redtree .redtree-title .redtree-title-description {
	margin-top: 36px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 18px;
}

.donate .monthly .monthly-redtree .redtree-content {
	background: #fff3e7;
	padding-top: 100px;
	position: relative;

}

.donate .monthly .monthly-redtree .redtree-content::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: 1;
}

.donate .monthly .monthly-redtree .redtree-content .content-list {
	position: relative;
	z-index: 2;
	margin-top: -100px;
	display: flex;
}


.donate .monthly .monthly-redtree .redtree-content .content-list .content-item {
	width: 33.333%;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid #ddd;
}

.donate .monthly .monthly-redtree .redtree-content .content-list .content-item + .content-item {
	margin-left: 30px;
}


.donate .monthly .monthly-redtree .redtree-content .content-list .content-item .content-image img {
	width: 100%;
}

.donate .monthly .monthly-redtree .redtree-content .content-list .content-item .content-text {
	padding: 28px 0;
}

.donate .monthly .monthly-redtree .redtree-content .content-list .content-item .content-text .content-text-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.donate .monthly .monthly-redtree .redtree-content .content-list .content-item .content-text .content-text-detail {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.donate .monthly .monthly-redtree .redtree-content .content-box-area {
	position: relative;
	z-index: 3;
}

.donate .monthly .monthly-redtree .redtree-content .content-box {
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("/assets/pc/images/donate/monthly/background-box.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 52px 0;
	border-radius: 16px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.donate .monthly .monthly-redtree .redtree-content .content-box .box-text {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
}

.donate .monthly .monthly-redtree .redtree-content .content-box .box-text span {
	color: #da291c;
}

.donate .monthly .monthly-redtree .redtree-content .content-box .box-spon {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .monthly .monthly-redtree .redtree-content .content-box .box-spon .spon-item + .spon-item {
	margin-left: 10px;
}

.donate .monthly .monthly-redtree .redtree-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button {
	border: none;
}

.donate .monthly .monthly-redtree .redtree-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio] ~ label {
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #777777;
	height: 60px;
	padding: 18px 30px;
}

.donate .monthly .monthly-redtree .redtree-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio]:checked ~ label {
	background: #ffffff;
	color: #da291c;
	border: 1px solid #da291c;
	font-weight: 700;
}

.donate .monthly .monthly-redtree .redtree-content .content-box .box-spon .spon-item .form-input input {
	background-color: #f5f5f5;
}

.donate .monthly .monthly-redtree .redtree-content .content-box .box-spon .spon-item .form-input input.exist,
.donate .monthly .monthly-redtree .redtree-content .content-box .box-spon .spon-item .form-input input:focus {
	background-color: #ffffff;
	border-color: #da291c;
}

.donate .monthly .monthly-redtree .redtree-content .content-box .box-spon .spon-item .btn {
	width: 140px;
}

.donate .monthly .monthly-redtree .redtree-content .content-story-area {
	margin-top: -80px;
	padding: 180px 0 100px;
	background-image: url("/assets/pc/images/donate/monthly/background-story.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .monthly .monthly-redtree .redtree-content .content-story {
	position: relative;
}

.donate .monthly .monthly-redtree .redtree-content .content-story > div {
	border-radius: 10px;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .swiper-container {
	border-radius: 10px;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-item {
	width: 605px;
	position: relative;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-item + .story-item {
	margin-left: 70px;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-item .story-image {
	border-radius: 10px;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-item .story-image img {
	width: 100%;
	border: 1px solid #eeeeee;
	border-radius: 12px;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-item .story-content {
	position: relative;
	z-index: 1;
	margin-top: -30px;
	margin-left: 40px;
	background: #ffffff;
	width: 100%;
	padding: 42px;
	border-radius: 10px;
	box-shadow: 2px 1px 4px 0.5px rgba(0, 0, 0, 0.12);
	border: solid 1px #ccc;

}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-item .story-content .story-content-text {
	line-height: 1.67;
	letter-spacing: -0.54px;
	color: #555;
	min-height: 82px;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-item .story-content .story-content-writer {
	margin-top: 30px;
	letter-spacing: -0.6px;
	text-align: right;
	color: #926d49;
	font-size: 18px;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-control {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 1520px;
	z-index: 1;
	margin: 0 auto;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-control .story-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-control .story-navi .story-navi-item {
	cursor: pointer;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-control .story-navi .story-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-control .story-navi .story-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.donate .monthly .monthly-redtree .redtree-content .content-story .story-control .story-navi .story-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

.donate .monthly .monthly-benefit .benefit-cover {
	background-image: url("/assets/pc/images/donate/monthly/background-benefit.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 142px 0 200px;

}

/* donate temporary */
.donate .temporary .temporary-needs {
}

.donate .temporary .temporary-needs .needs-title {
	padding-top: 60px;
	padding-bottom: 60px;

}

.donate .temporary .temporary-needs .needs-title .needs-title-text {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
}

.donate .temporary .temporary-needs .needs-title .needs-title-description {
	font-size: 20px;
	margin-top: 40px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
}

.donate .temporary .temporary-needs .needs-content {
	background: #f3f2ee;
	padding-top: 100px;
	position: relative;

}

.donate .temporary .temporary-needs .needs-content::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: 1;
}

.donate .temporary .temporary-needs .needs-content .content-list-area.full {
	padding-bottom: 160px;
}

.donate .temporary .temporary-needs .needs-content .content-list {
	position: relative;
	z-index: 2;
	margin-top: -100px;
	display: flex;
}


.donate .temporary .temporary-needs .needs-content .content-list .content-item {
	width: 33.333%;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid #ddd;
}

.donate .temporary .temporary-needs .needs-content .content-list .content-item + .content-item {
	margin-left: 30px;
}


.donate .temporary .temporary-needs .needs-content .content-list .content-item .content-image img {
	width: 100%;
}

.donate .temporary .temporary-needs .needs-content .content-list .content-item .content-text {
	padding: 36px 0 40px;
}

.donate .temporary .temporary-needs .needs-content .content-list .content-item .content-text .content-text-title {
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 22px;
	margin-bottom: 16px;
	font-weight: 700;
}

.donate .temporary .temporary-needs .needs-content .content-list .content-item .content-text .content-text-detail {
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.donate .temporary .temporary-needs .needs-content .content-box-area {
	position: relative;
	z-index: 3;
}

.donate .temporary .temporary-needs .needs-content .content-box {
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("/assets/pc/images/donate/temporary/background-box.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 52px 0;
	border-radius: 16px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.donate .temporary .temporary-needs .needs-content .content-box .box-text {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
}

.donate .temporary .temporary-needs .needs-content .content-box .box-text span {
	color: #da291c;
}

.donate .temporary .temporary-needs .needs-content .content-box .box-spon {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .temporary .temporary-needs .needs-content .content-box .box-spon .spon-item + .spon-item {
	margin-left: 10px;
}

.donate .temporary .temporary-needs .needs-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button {
	border: none;
}

.donate .temporary .temporary-needs .needs-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio] ~ label {
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #777777;
	height: 60px;
	padding: 18px 30px;
}

.donate .temporary .temporary-needs .needs-content .content-box .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio]:checked ~ label {
	background: #ffffff;
	color: #da291c;
	border: 1px solid #da291c;
	font-weight: 400;
}

.donate .temporary .temporary-needs .needs-content .content-box .box-spon .spon-item .form-input input {
	background-color: #f5f5f5;
}

.donate .temporary .temporary-needs .needs-content .content-box .box-spon .spon-item .form-input input:focus {
	background-color: #ffffff;
	border-color: #da291c;
}

.donate .temporary .temporary-needs .needs-content .content-box .box-spon .spon-item .btn {
	width: 140px;
}

.donate .temporary .temporary-needs .needs-content .content-sponinfo-area {
    padding-bottom:100px;
}

.donate .temporary .temporary-needs .needs-content .content-sponinfo {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 30px 60px;
    border-radius: 16px;
}

.donate .temporary .temporary-needs .needs-content .content-sponinfo .spon-info:first-child{
  display: flex;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.donate .temporary .temporary-needs .needs-content .content-sponinfo .spon-info{
  display: flex;
  align-items: center;
  margin-left: 56px;
  padding-left: 56px;
  height: 60px;
  border-left: 1px solid #cccccc;
}
.donate .temporary .temporary-needs .needs-content .content-sponinfo .spon-info-textArea{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 45px;
}
.donate .temporary .temporary-needs .needs-content .content-sponinfo .spon-info-title{
  font-size: 18px;
  color: #555555;
  letter-spacing: -0.04em;
}
.donate .temporary .temporary-needs .needs-content .content-sponinfo .spon-info-text{
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.02em;
}
.donate .temporary .temporary-needs .needs-content .content-sponinfo .spon-info-text span{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  letter-spacing: -0.03em;
}

.donate .temporary .temporary-way {
	position: relative;
}

.donate .temporary .temporary-way .way-cover {
    background-image: url(/assets/pc/images/donate/temporary/background-way.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 142px 0 200px;
    margin-top: 0px;
}

.donate .temporary .temporary-way .way-cover > div {
	display: flex;
}

.donate .temporary .temporary-way .way-cover .way-cover-title {
	padding-left: 60px;
	line-height: 1.5;
	letter-spacing: -0.96px;
	font-size: 30px;
	color: #333333;
	font-weight: 700;
}

.donate .temporary .temporary-way .way-content {
	margin-top: -100px;
}

.donate .temporary .temporary-way .way-content .way-list {
	display: flex;
}

.donate .temporary .temporary-way .way-content .way-list .way-item {
	padding: 40px;
	background: #ffffff;
	width: 33.333%;
	border-radius: 10px;
	box-shadow: 2.8px 1.1px 9px 1px rgba(0, 0, 0, 0.05);
	border: 1px solid #f4f4f4;
}

.donate .temporary .temporary-way .way-content .way-list .way-item + .way-item {
	margin-left: 30px;
}

.donate .temporary .temporary-way .way-content .way-list .way-item .way-image {
	text-align: center;
	width: 100%;
	height: 218px;
}
.donate .temporary .temporary-way .way-content .way-list .way-item:nth-child(2) .way-image {
	display: flex;
	align-items: center;
}
.donate .temporary .temporary-way .way-content .way-list .way-item .way-image img {
	margin: 0 auto;
}

.donate .temporary .temporary-way .way-content .way-list .way-item .way-title {
	margin-top: 40px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.donate .temporary .temporary-way .way-content .way-list .way-item .way-detail {
	margin-top: 30px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	font-size: 18px;
}

.donate .temporary .temporary-way .way-content .way-list .way-item .way-more {
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}

.donate .temporary .temporary-way .way-content .way-list .way-item .way-more a {
	line-height: 1.5;
	letter-spacing: -0.48px;
	text-align: left;
	color: #777;
	font-size: 16px;
}

.donate .temporary .temporary-way .way-content .way-list .way-item .way-more a i {
	margin-bottom: 3px;
	margin-left: 8px;
	display: inline-block;
	width: 9px;
	height: 16px;
	background-image: url("/assets/pc/images/common/right_gray.png");
	background-size: cover;
	transform: scale(0.8);
	vertical-align: middle;
}

/* donate legacy */
.donate .legacy .legacy-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .legacy .legacy-title .title-bar {
	display: inline-block;
	position: relative;
	line-height: 1.5;
	letter-spacing: -0.8px;
	text-align: center;
	color: #333333;
	font-size: 30px;
	font-family: 'NotoSerifKR', "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
}

.donate .legacy .legacy-title.white .title-bar {
	color: #ffffff;
}

.donate .legacy .legacy-title .title-bar::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -354px;
	width: 334px;
	height: 1px;
	transform: translateY(-50%);
	background-image: url("/assets/pc/images/donate/legacy/image-bar.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .legacy .legacy-title .title-bar::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -354px;
	width: 334px;
	height: 1px;
	transform: translateY(-50%) rotate(180deg);
	background-image: url("/assets/pc/images/donate/legacy/image-bar.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .legacy .legacy-banner img {
	width: 100%;
}

.donate .legacy .legacy-standard {
	padding: 90px 0 100px;
	position: relative;
	z-index: 1;
}

.donate .legacy .legacy-standard .standard-wrap {
	display: flex;
	align-items: center;
}

.donate .legacy .legacy-standard .standard-wrap .standard-image {
	width: 590px;
	flex-shrink: 0;
}

.donate .legacy .legacy-standard .standard-wrap .standard-image img {
	width: 100%;
}

.donate .legacy .legacy-standard .standard-wrap .standard-text {
	margin-left: 70px;
}

.donate .legacy .legacy-standard .standard-wrap .standard-text .standard-title {
	line-height: 1.5;
	letter-spacing: -0.8px;
	text-align: left;
	color: #5b5550;
	font-size: 30px;
	font-family: 'NotoSerifKR', "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
}

.donate .legacy .legacy-standard .standard-wrap .standard-text .standard-title span {
	color: #7a634f;
}

.donate .legacy .legacy-standard .standard-wrap .standard-text .standard-detail {
	margin-top: 36px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
}

.donate .legacy .legacy-standard .standard-wrap .standard-text .standard-detail .standard-detail-description {
	margin-top: 16px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.donate .legacy .legacy-standard .standard-texture {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 70%;
	transform: translate(-50%, -50%);
	font-family: 'NotoSerifKR', "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	line-height: 0.44;
	letter-spacing: -3.3px;
	text-align: left;
	color: rgba(85, 85, 85, 0.1);
	font-size: 110px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.donate .legacy .legacy-inquire {
	padding: 90px 0 80px;
	position: relative;
	z-index: 2;
	background-image: url("/assets/pc/images/donate/legacy/background-inquire.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .legacy .legacy-inquire .inquire-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.donate .legacy .legacy-inquire .inquire-text .inquire-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
}

.donate .legacy .legacy-inquire .inquire-text .inquire-info {
	margin-top: 24px;
	display: flex;
	align-items: center;
}

.donate .legacy .legacy-inquire .inquire-text .inquire-info .info-item {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.donate .legacy .legacy-inquire .inquire-text .inquire-info .info-item + .info-item {
	margin-left: 10px;
}

.donate .legacy .legacy-inquire .inquire-button .btn {
	margin-left:20px;
	width: 190px;
	height: 50px;
	line-height: 50px;
	border: none;
}

.donate .legacy .legacy-inquire .inquire-button .btn.btn01 {
	width: 173px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
    background-image: none;
    background-color: #da291c;
    border-radius: 6px;
}

.donate .legacy .legacy-info {
	padding: 100px 0;
	background-color: #f4f3f1;
}

.donate .legacy .legacy-info .info-type .type-list {
	display: flex;
	margin-top: 60px;
}

.donate .legacy .legacy-info .info-type .type-item {
	width: 20%;
	padding: 10px;
	border-radius: 10px;
	background-color: #495059;
}

.donate .legacy .legacy-info .info-type .type-item + .type-item {
	margin-left: 20px;
}

.donate .legacy .legacy-info .info-type .type-item .type-border {
	border: 1px solid transparent;
	border-image-source: linear-gradient(to top, #6e6e6e, #c0c0c0, #eee, #c0c0c0, #9b9b9b);
	border-image-slice: 1;
	padding: 30px 40px;
}

.donate .legacy .legacy-info .info-type .type-item .type-icon {

	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .legacy .legacy-info .info-type .type-item .type-icon img {
	width: 80px;
	height: 80px;
}

.donate .legacy .legacy-info .info-type .type-item .type-text {
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
}

.donate .legacy .legacy-info .info-process {
	margin-top: 100px;
}

.donate .legacy .legacy-info .info-process .process-list {
	margin-top: 60px;
	display: flex;
	position: relative;
}

.donate .legacy .legacy-info .info-process .process-list .process-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.donate .legacy .legacy-info .info-process .process-list .process-image img {
	width: 100%;
}

.donate .legacy .legacy-info .info-process .process-list .process-item {
}

.donate .legacy .legacy-info .info-process .process-list .process-item + .process-item {
	margin-left: 22px;
}

.donate .legacy .legacy-info .info-process .process-list .process-item .process-icon {
	border-radius: 50%;
	padding: 12px;
	width: 250px;
	height: 250px;
}

.donate .legacy .legacy-info .info-process .process-list .process-item .process-icon .process-icon-border {
	display: none;
	border: 2px solid transparent;
	background-image: linear-gradient(#fff, #fff), linear-gradient(to top, #6e6e6e, #c0c0c0, #eee, #c0c0c0, #9b9b9b);
	border-radius: 50%;
	background-origin: border-box;
	background-clip: content-box, border-box;
}

.donate .legacy .legacy-info .info-process .process-list .process-item .process-icon .process-icon-inner {
	padding: 70px;
}

.donate .legacy .legacy-info .info-process .process-list .process-item .process-text {
	position: relative;
}

.donate .legacy .legacy-info .info-process .process-list .process-item .process-text .process-number {
	font-family: 'NotoSerifKR', "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	line-height: 1;
	letter-spacing: -3.75px;
	text-align: center;
	color: rgba(200, 200, 200, 0.3);
	font-size: 150px;
	font-style: italic;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
}

.donate .legacy .legacy-info .info-process .process-list .process-item .process-text .process-text-title {
	position: relative;
	z-index: 2;
	padding-top: 32px;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.donate .legacy .legacy-info .info-process .process-list .process-item .process-text .process-text-detail {
	margin-top: 18px;
}

.donate .legacy .legacy-info .info-process .process-list .process-item .process-text .process-text-detail ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.donate .legacy .legacy-info .info-process .process-list .process-item .process-text .process-text-detail ul li {
	position: relative;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
	padding-left: 6px;
}

.donate .legacy .legacy-info .info-process .process-list .process-item .process-text .process-text-detail ul li::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	background: #555555;
	top: 10px;
	left: 0;
}

.donate .legacy .legacy-info .info-process .process-help {
	margin-top: 60px;
	text-align: center;
	letter-spacing: -0.48px;
	font-size: 16px;
	color: #777;
}

.donate .legacy .legacy-partner {
	padding: 100px 0;
	background-image: url("/assets/pc/images/donate/legacy/background-partner.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .legacy .legacy-partner .partner-list {
	margin-top: 60px;
	display: flex;
}

.donate .legacy .legacy-partner .partner-list .partner-item {
	width: 25%;
	padding: 10px;
	background: #9fa2a6;
	border-radius: 10px;
}

.donate .legacy .legacy-partner .partner-list .partner-item + .partner-item {
	margin-left: 28px;
}

.donate .legacy .legacy-partner .partner-list .partner-item .partner-inner {
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 45px 0;
}

.donate .legacy .legacy-partner .partner-list .partner-item .partner-title {
	padding: 14px 0 8px;
	letter-spacing: -0.72px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

.donate .legacy .legacy-case {
	padding: 100px 0;
	background-image: linear-gradient(to top, #b2b6ba, #efefef, #b2b6ba);
	position: relative;
}

.donate .legacy .legacy-case .case-list {
	margin-top: 60px;
	padding: 0 120px;
	border-radius: 10px;
}

.donate .legacy .legacy-case .case-list > div {
	border-radius: 10px;
}

.donate .legacy .legacy-case .case-list .swiper-container {
	border-radius: 10px;
}

.donate .legacy .legacy-case .case-list .case-item {
	display: flex;
	align-items: center;
}

.donate .legacy .legacy-case .case-list .case-item .case-image {
	position: relative;
	width: 640px;
	height: 440px;
	flex-shrink: 0;
	border-radius: 10px;
}

.donate .legacy .legacy-case .case-list .case-item .case-image::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 400px;
	border-radius: 10px;
	background-image: url("/assets/pc/images/donate/legacy/background-frame.png");
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(48px, 34px);
	z-index: -1;
}

.donate .legacy .legacy-case .case-list .case-item .case-image img {
	width: 600px;
	height: 400px;
	border-radius: 10px;
}

.donate .legacy .legacy-case .case-list .case-item .case-text {
	margin-left: 52px;
	flex-grow: 1;
}

.donate .legacy .legacy-case .case-list .case-item .case-text .case-detail {
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
}

.donate .legacy .legacy-case .case-list .case-item .case-text .case-author {
	margin-top: 50px;
	font-size: 22px;
	color: #333333;
	font-weight: 700;
}

.donate .legacy .legacy-case .case-list .case-item .case-text .case-author small {
	font-size: 16px;
	font-weight: 400;
}

.donate .legacy .legacy-case .case-list .case-control {
	position: absolute;
	top: 380px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1320px;
	z-index: 1;
	margin: 0 auto;
}

.donate .legacy .legacy-case .case-list .case-control .case-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.donate .legacy .legacy-case .case-list .case-control .case-navi .case-navi-item {
	cursor: pointer;
}

.donate .legacy .legacy-case .case-list .case-control .case-navi .case-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
}

.donate .legacy .legacy-case .case-list .case-control .case-navi .case-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-white_lg.png");
}

.donate .legacy .legacy-case .case-list .case-control .case-navi .case-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-white_lg.png");
}

.donate .legacy .legacy-case .case-list .swiper-pagination {
	z-index: 1;
	width: 100%;
	position: relative;
	margin-top: 60px;

}

.donate .legacy .legacy-case .case-list .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 2px solid #8b8b8b;
	background: #8b8b8b;
	opacity: 1;
}

.donate .legacy .legacy-case .case-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #000000;
	background: #000000;
}

.donate .legacy .legacy-case .case-list .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 10px;
}

.donate .legacy .legacy-respect {
	padding: 100px 0;
	background: #f2f2f2;
	position: relative;
}

.donate .legacy .legacy-respect .respect-list {
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	margin: -15px -10px;
	justify-content: center;
}

.donate .legacy .legacy-respect .respect-list .respect-item {
	width: calc(33.333% - 20px);
	margin: 15px 10px;
	height: 342px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	border-radius: 12px;
}

.donate .legacy .legacy-respect .respect-list .respect-item .respect-text {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: -0.6px;
}

.donate .legacy .legacy-respect .respect-list .respect-item:nth-of-type(1) {
	background-image: url("/assets/pc/images/donate/legacy/image-respect_1.png");
}

.donate .legacy .legacy-respect .respect-list .respect-item:nth-of-type(2) {
	background-image: url("/assets/pc/images/donate/legacy/image-respect_2.png");
}

.donate .legacy .legacy-respect .respect-list .respect-item:nth-of-type(3) {
	background-image: url("/assets/pc/images/donate/legacy/image-respect_3.png");
}

.donate .legacy .legacy-respect .respect-list .respect-item:nth-of-type(4) {
	background-image: url("/assets/pc/images/donate/legacy/image-respect_4.png");
}

.donate .legacy .legacy-respect .respect-list .respect-item:nth-of-type(5) {
	background-image: url("/assets/pc/images/donate/legacy/image-respect_5.png");
}

.donate .legacy .legacy-faq {
	padding: 100px 0;
	position: relative;
}

.donate .legacy .legacy-faq .faq-list {
	margin-top: 20px;
}

/* donate philanthropy */
.donate .philanthropy-tab {
	margin-top: 60px;
}

.donate .philanthropy-tab .tab-item {
	width: 50%;
}

.donate .philanthropy-tab .tab-item.active::after {
	height: 5px;
	bottom: -1px;
}

.donate .philanthropy .philanthropy-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .philanthropy .philanthropy-title .title-bar {
	display: inline-block;
	position: relative;
	line-height: 1.5;
	letter-spacing: -0.8px;
	text-align: center;
	color: #333333;
	font-size: 30px;
	font-family: 'NotoSerifKR', "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
}

.donate .philanthropy .philanthropy-title.white .title-bar {
	color: #ffffff;
}

.donate .philanthropy .philanthropy-title .title-bar::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -354px;
	width: 334px;
	height: 1px;
	transform: translateY(-50%);
	background-image: url("/assets/pc/images/donate/philanthropy/image-bar.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .philanthropy .philanthropy-title .title-bar::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -354px;
	width: 334px;
	height: 1px;
	transform: translateY(-50%) rotate(180deg);
	background-image: url("/assets/pc/images/donate/philanthropy/image-bar.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .philanthropy .philanthropy-banner{
	position:relative;
	background: #363330;
}

.donate .philanthropy .philanthropy-banner img {
	/*width: 100%;*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.donate .philanthropy .philanthropy-banner .banner-inner{
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	width:1320px;
}

.donate .philanthropy .philanthropy-banner .banner-inner .btn {
	position:absolute;
	top:152px;
	right:118px;
	width: 175px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	background-image: linear-gradient(to top, #b48132, #b48120, #f8fbc0, #b4812e);
	border: none;
}

.donate .philanthropy .philanthropy-banner .banner-inner .btn.btn01 {
	right:352px;
	width: 173px;
	color: #ffffff;
	background-image: none;
	background-color: #da291c;
}

.donate .philanthropy .philanthropy-banner .banner-inner .btn.btn02 {
	right:160px;
	width: 173px;
	color: #000000;
	background-image: none;
	background-color: #ffffff;
}

.donate .philanthropy .philanthropy-standard {
	padding: 90px 0 100px;
	position: relative;
	z-index: 1;
}

.donate .philanthropy .philanthropy-standard .standard-wrap {
	display: flex;
	align-items: center;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-image {
	width: 590px;
	flex-shrink: 0;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-image img {
	width: 100%;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text {
	margin-left: 70px;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-title {
	line-height: 1.5;
	letter-spacing: -0.8px;
	text-align: left;
	color: #5b5550;
	font-size: 30px;
	font-family: 'NotoSerifKR', "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	position: relative;
	z-index: 1;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-title .standard-texture {
	position: absolute;
	width: 150%;
	bottom: 12px;
	left: -6px;
	transform: translateY(-50%);
	font-family: 'NotoSerifKR', "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	line-height: 0.44;
	letter-spacing: -3.3px;
	text-align: left;
	color: rgba(91, 85, 80, 0.1);
	font-size: 110px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list {
	margin-top: 40px;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item {
	display: flex;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item + .standard-item {
	margin-top: 1px;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item:nth-of-type(1) {
	height: 80px;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item:nth-of-type(2) {
	height: 108px;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item:nth-of-type(3) {
	height: 108px;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item .standard-label {
	width: 150px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 10px;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
	font-weight: 500;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item:nth-of-type(1) .standard-label {
	background: #ede9e3;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item:nth-of-type(2) .standard-label {
	background: #e7d7c9;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item:nth-of-type(3) .standard-label {
	background: #d4baa7;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item .standard-detail {
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
	border-top: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin-left: 20px;
}

.donate .philanthropy .philanthropy-standard .standard-wrap .standard-text .standard-list .standard-item:last-of-type .standard-detail {
	border-bottom: 1px solid #e5e5e5;
}

.donate .philanthropy .philanthropy-info {
	padding: 100px 0;
	background-image: url("/assets/pc/images/donate/philanthropy/background-info.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .philanthropy .philanthropy-info .process-list {
	margin-top: 60px;
	display: flex;
}

.donate .philanthropy .philanthropy-info .process-list .process-item {
	width: 25%;
	background-image: url("/assets/pc/images/donate/philanthropy/background-process.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 62px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.donate .philanthropy .philanthropy-info .process-list .process-item + .process-item {
	margin-left: 100px;
}

.donate .philanthropy .philanthropy-info .process-list .process-item + .process-item::before {
	content: '';
	background-image: url("/assets/pc/images/donate/philanthropy/icon-step.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 32px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
}

.donate .philanthropy .philanthropy-info .process-list .process-item .process-number {
	font-family: 'NotoSerifKR', "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	font-size: 32px;
	position: relative;
	line-height: 1.5;
	letter-spacing: -0.8px;
	text-align: left;
	color: #d1ccbd;
	font-style: italic;
}

.donate .philanthropy .philanthropy-info .process-list .process-item .process-number::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d1ccbd;
}

.donate .philanthropy .philanthropy-info .process-list .process-item .process-text {
	margin-top: 16px;
	line-height: 1.4;
	letter-spacing: -0.72px;
	text-align: center;
	color: #555;
	font-size: 22px;
}

.donate .philanthropy .philanthropy-info .info-respect {
	margin-top: 100px;
	position: relative;
}

.donate .philanthropy .philanthropy-info .info-respect .respect-list {
	margin-top: 60px;
	display: flex;
}

.donate .philanthropy .philanthropy-info .info-respect .respect-list .respect-item {
	width: 25%;
	height: 313px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	border-radius: 12px;
}

.donate .philanthropy .philanthropy-info .info-respect .respect-list .respect-item .respect-text {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: -0.6px;
}

.donate .philanthropy .philanthropy-info .info-respect .respect-list .respect-item + .respect-item {
	margin-left: 20px;
}

.donate .philanthropy .philanthropy-info .info-respect .respect-list .respect-item:nth-of-type(1) {
	background-image: url("/assets/pc/images/donate/philanthropy/image-respect_1.png");
}

.donate .philanthropy .philanthropy-info .info-respect .respect-list .respect-item:nth-of-type(2) {
	background-image: url("/assets/pc/images/donate/philanthropy/image-respect_2.png");
}

.donate .philanthropy .philanthropy-info .info-respect .respect-list .respect-item:nth-of-type(3) {
	background-image: url("/assets/pc/images/donate/philanthropy/image-respect_3.png");
}

.donate .philanthropy .philanthropy-info .info-respect .respect-list .respect-item:nth-of-type(4) {
	background-image: url("/assets/pc/images/donate/philanthropy/image-respect_4.png");
}

.donate .philanthropy .philanthropy-info .info-respect .respect-help {
	margin-top: 40px;
	line-height: 1.6;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 20px;
}

.donate .philanthropy .philanthropy-info .info-respect .respect-help b {
	font-size: 24px;
	letter-spacing: -0.72px;
}

.donate .philanthropy .philanthropy-inquire {
	padding: 100px 0;
	background-image: url("/assets/pc/images/donate/philanthropy/background-inquire.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .philanthropy .philanthropy-inquire .inquire-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.donate .philanthropy .philanthropy-inquire .inquire-text {
	display: flex;
	align-items: center;
}

.donate .philanthropy .philanthropy-inquire .inquire-text .inquire-title {
	width: 200px;
	line-height: 1.5;
	letter-spacing: -0.8px;
	text-align: left;
	color: #e8be71;
	font-size: 32px;
	font-family: 'NotoSerifKR', "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	flex-shrink: 0;
	border-right: 1px solid #ffffff;
}

.donate .philanthropy .philanthropy-inquire .inquire-text .inquire-list {
	display: flex;
	align-items: center;
	padding-left: 50px;
}

.donate .philanthropy .philanthropy-inquire .inquire-text .inquire-list .inquire-item + .inquire-item {
	margin-left: 50px;
}

.donate .philanthropy .philanthropy-inquire .inquire-text .inquire-list .inquire-item .inquire-item-title {
	color: #ffffff;
	letter-spacing: -0.6px;
	font-weight: 700;
	font-size: 20px;
}

.donate .philanthropy .philanthropy-inquire .inquire-text .inquire-list .inquire-item .inquire-item-content {
	margin-top: 16px;
	color: #ffffff;
	letter-spacing: -0.6px;
	font-size: 20px;
}

.donate .philanthropy .philanthropy-inquire .inquire-button .btn {
	width: 175px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	background-image: linear-gradient(to top, #b48132, #b48120, #f8fbc0, #b4812e);
	border: none;
}

.donate .philanthropy .philanthropy-story {
	padding: 100px 0;
	background-image: url("/assets/pc/images/donate/philanthropy/background-story.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.donate .philanthropy .philanthropy-story .story-list-wrap {
	padding-top: 60px;
}

.donate .philanthropy .philanthropy-story .story-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.donate .philanthropy .philanthropy-story .story-list .story-item {
	width: calc(50% - 40px);
	margin: 20px;

}

.donate .philanthropy .philanthropy-story .story-list .story-item a {
	display: flex;
	align-items: center;
}

.donate .philanthropy .philanthropy-story .story-list .story-item .story-image {
	width: 280px;
	height: 280px;
	border-radius: 6px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.donate .philanthropy .philanthropy-story .story-list .story-item .story-text {
	margin-left: 40px;
	flex-grow: 1;
}

.donate .philanthropy .philanthropy-story .story-list .story-item .story-text .story-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.donate .philanthropy .philanthropy-story .story-list .story-item .story-text .story-detail {
	margin-top: 32px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
	min-height: 126px;
}

.donate .philanthropy .philanthropy-story .story-more {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .philanthropy .philanthropy-story .story-more .btn {
	width: 150px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #d2d2d2;
}

/* donate philanthropy-detail */
.donate .philanthropy-detail .philanthropy-content {
	padding: 80px 0 100px;
}

/* donate philanthropy-member */
.donate .philanthropy-member {
}

.donate .philanthropy-member .philanthropy-banner{
	position:relative;
	background:#363330;
}

.donate .philanthropy-member .philanthropy-banner img {
	/*width: 100%;*/
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.donate .philanthropy-member .philanthropy-banner .banner-inner{
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	width:1320px;
}

.donate .philanthropy-member .philanthropy-banner .banner-inner .btn {
	position:absolute;
	top:152px;
	right:118px;
	width: 175px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	background-image: linear-gradient(to top, #b48132, #b48120, #f8fbc0, #b4812e);
	border: none;
}

.donate .philanthropy-member .philanthropy-banner .banner-inner .btn.btn01 {
	position:absolute;
	top:152px;
	right:352px;
	width: 173px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background-image: none;
	background-color: #da291c;
	border-radius: 6px;
	border: none;
}

.donate .philanthropy-member .philanthropy-banner .banner-inner .btn.btn02 {
	position:absolute;
	top:152px;
	right:160px;
	width: 173px;
	height: 50px;
	line-height: 50px;
	color: #000000;
	background-image: none;
	background-color: #ffffff;
	border-radius: 6px;
	border: none;
}

.donate .philanthropy-member .member-wrap {
	padding: 100px 0;
	background-image: url("/assets/pc/images/donate/philanthropy/background-member.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.donate .philanthropy-member .member-head .member-head-title {
	line-height: 1.5;
	letter-spacing: -0.8px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-family: 'NotoSerifKR', "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
}

.donate .philanthropy-member .member-head .member-head-title span {
	color: #dc9a00;
}

.donate .philanthropy-member .member-search {
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .philanthropy-member .member-search .query .query-box-icon {
	background: #7a634f;
}

.donate .philanthropy-member .member-search .search-filter {
	margin-left: 30px;
	display: flex;
	align-items: center;
}

.donate .philanthropy-member .member-search .search-filter a {
	position: relative;
	letter-spacing: -0.48px;
	text-align: left;
	color: #888888;
	font-size: 14px;
}

.donate .philanthropy-member .member-search .search-filter a.active {
	color: #dc9a00;
	font-weight: 700;
}

.donate .philanthropy-member .member-search .search-filter a.active::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #dc9a00;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
}

.donate .philanthropy-member .member-search .search-filter a + a {
	margin-left: 15px;
}

.donate .philanthropy-member .member-view {
	padding: 60px;
	border-radius: 10px;
	background-color: rgba(205, 187, 168, 0.5);
	min-height: 324px;
}

.donate .philanthropy-member .member-view .member-empty {
	padding: 100px 0;
	letter-spacing: -0.72px;
	text-align: center;
	color: #777;
	font-size: 20px;
}

.donate .philanthropy-member .member-view .member-list {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.donate .philanthropy-member .member-view .member-list .member-item {
	width: calc(20% - 30px);
	margin: 15px;
	cursor: pointer;
	letter-spacing: -0.6px;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	background-image: url("/assets/pc/images/donate/philanthropy/image-sign.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 24px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


.donate .philanthropy-member .member-pagination {
	margin-top: 60px;
}

.donate .philanthropy-member .member-pagination .page-num .num.active {
	color: #dc9a00;
}

.donate .philanthropy-member .member-action {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate .philanthropy-member .member-action .btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
	color: #777777;
	border-color: #777777;
}

/* mypage */
/* 마이페이지 공용 레이아웃 */

/* 좋아서 하는 기념일 기존 css */
.mypage .balloon{display:none; position:absolute; top:-66px; left:95px;}

/* 빨간염소 툴팁 css */
.mypage .goat-balloon{display:none; position:absolute; top:-86px; left:75px;}
.mypage .goat-balloon .tooltip{position: relative;}
.mypage .goat-balloon .tooltip span{border: 1.5px solid #DA291C; padding: 10px; display: inline-block; width: 168px; background-color: #ffffff;font-size: 16px;}
.mypage .goat-balloon .tooltip .tooltip-box{position: absolute; top: 100%; left: 0; overflow: hidden; border-left: 1.5px solid #DA291C; width: 20.7px; height: 24px; margin-top: 10px;}
.mypage .goat-balloon .tooltip .tooltip-box::after{ position: absolute;top: -26px;left: -26px;width: 44px;height: 40px; background: #fff; content: ""; transform: rotate(45deg); border: 1.5px solid #DA291C;}

.mypage .regular-donation .tooltip {
	position: relative;
}

.mypage .regular-donation .tooltip img {
	cursor: pointer;
}

.mypage .regular-donation .tooltip .tooltip-content {
	position: absolute;
	top: 40px;
	left: -70px;
	width: 430px;
	height: 95px;
	align-items: center;
	padding-left: 20px;
	background: #f3f0e6;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 8px;
	display: none;
	z-index: 1;
}

.mypage .regular-donation .tooltip .tooltip-content::before {
	position: absolute;
	top: -14px;
	left: 24px;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 14px solid #f3f0e6;
	border-top: 14px solid transparent;
	border-left: 14px solid #f3f0e6;
	border-right: 14px solid transparent;
	z-index: -999;
}

.mypage .regular-donation .tooltip:hover .tooltip-content {
	display: flex;
}

.mypage .regular-donation .tooltip .tooltip-list .tooltip-item {
	display: flex;
	text-align: left;

}

.mypage .regular-donation .tooltip .tooltip-list .tooltip-item .tooltip-label {
	margin-right: 2px;
}

.mypage .regular-donation .tooltip .tooltip-list .tooltip-item .tooltip-data {
	letter-spacing: -1.6px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}

.mypage .regular-donation .tooltip .tooltip-list .tooltip-item + .tooltip-item {
	margin-top: 6px;
}

.mypage .regular-donation .question-tooltip {
	position: relative;
	/*top: 463px;*/
	/*left: 1377px;*/
}
.mypage .regular-donation .question-tooltip span {
	cursor: pointer;
}
.mypage .regular-donation .question-tooltip span::after {
	/*position: absolute;*/
	content: '?';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1px solid #d3d3d3;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #888;
}
.mypage .regular-donation .question-tooltip .question-tooltip-content {
	position: absolute;
	padding: 24px 20px;
	top: 40px;
	left: -240px;
	width: 430px;
	background: #f3f0e6;
	box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
	border-radius: 8px;
	display: none;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.03em;
	font-weight: 400;
	word-break: keep-all;
	z-index: 1;
	height: 95px;
	align-items: center;
}
.mypage .regular-donation .question-tooltip .question-tooltip-content::before {
	position: absolute;
	top: -14px;
	left: 237px;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 14px solid #f3f0e6;
	border-top: 14px solid transparent;
	/*border-left: 14px solid #f3f0e6;*/
	border-right: 14px solid #f3f0e6;
	z-index: -999;
}

.mypage .regular-donation .agree-help-txt {
	margin: 0 0 0 38px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #777;
}

.mypage .regular-donation .agree-help-box {
	display: block;
	width: 100%;
	margin: 12px 0 0 38px;
	padding: 14px 16px;
	background-color: rgba(255, 235, 215, 0.48);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .regular-donation .mypage-form .payment-option-buttons {
	margin-top: 40px;
}

.mypage {
}

.mypage .mypage-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 70px;
	margin: 60px 0 150px;
}

.mypage .mypage-wrapper .lnb {
	width: 200px;
}

.mypage .mypage-wrapper .lnb .lnb-head {
	margin-bottom: 40px;
}

.mypage .mypage-wrapper .lnb .lnb-head .head-title {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.84px;
	color: #333;
}

.mypage .mypage-wrapper .lnb .lnb-item {
	padding: 20px 0;
}

.mypage .mypage-wrapper .lnb .lnb-item:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.mypage .mypage-wrapper .lnb .lnb-item .lnb-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .mypage-wrapper .lnb .lnb-item .lnb-title.active {
	color: #d9291d;
}

.mypage .mypage-wrapper .lnb .lnb-item > ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 20px;
}

.mypage .mypage-wrapper .lnb .lnb-item > ul > li {
}

.mypage .mypage-wrapper .lnb .lnb-item > ul > li > a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #333;
}

.mypage .mypage-wrapper .lnb .lnb-item > ul > li.active > a {
	color: #d9291d;
}

.mypage .mypage-wrapper .content {
	width: 1050px;
}

.mypage .mypage-wrapper .content .content-head {
	width: 100%;
}

.mypage .mypage-wrapper .content .content-head h2 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.84px;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 1px solid #8b8b8b;
}

.mypage .mypage-form {
	padding: 40px;
}

.mypage .mypage-form .mypage-form-body {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-tab {
	display: none;
	flex-direction: column;
	gap: 40px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-tab.active {
	display: flex;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row {
	display: flex;
	align-items: flex-start;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .form-control .form-text {
	height: unset;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-label {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	min-height: 60px;
	width: 173px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-label .label-text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-label .label-text .required {
	color: #d9291d;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-description {
	position: relative;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-description .description-txt {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-description .description-txt .txt-tit {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-description .description-btn {
	margin-top: 12px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-description .description-txt .txt-name-kr {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.16px;
	color: #555;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-description .description-txt .txt-en-note {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.63;
	letter-spacing: -0.16px;
	color: #999;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-card {
	width: 100%;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-card .form-card {
	display: flex;
	justify-content: flex-start;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-card .form-card .card-img {
	width: 140px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-card .form-card .card-img > img {
	width: 100%;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row.height-auto .mypage-form-label {
	min-height: unset;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row.height-auto .mypage-form-control .form-control .form-group .form-group-item {
	min-height: unset;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control {
	width: 100%;
	display: flex;
	gap: 10px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control {
	position: relative;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control.form-width-full {
	width: 100%;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control + .form-control {
	margin-top: 0;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-tab {
	width: 100%;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-tab .tab .tab-item {
	max-width: 160px;
	height: 60px;
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-tab .tab .tab-item.active {
	font-weight: 400;
	background-color: #7a644f;
	font-weight: 700;
	color: #fff;
}

/*2507mypage 예금주 생년월일 또는 사업자번호영역*/
.mypage .mypage-form .mypage-form-body .mypage-form-row .bank-owner__auth {
	/*250717 계좌인증 적용으로 CMS 간편인증 적용시 해제*/
	/*height:130px;*/
	/*padding-bottom:40px;*/
}
.mypage .mypage-form .mypage-form-body .mypage-form-row .form-message .bank-message {
	height:100%;
	padding-top:4px;
	color:#777;
}
.mypage .mypage-form .mypage-form-body .mypage-form-row .form-message .bank-message [class*="msg-"] {
	display:none;
}
.mypage .mypage-form .mypage-form-body .mypage-form-row .form-message.success .msg-success {
	display:block!important;
}
.mypage .mypage-form .mypage-form-body .mypage-form-row .form-message.error .msg-error {
	display:block!important;
}
.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-tab + .form-message {
	margin-top:10px;
}
.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-tab + .form-message .message-text {
	font-weight:500;
	color: #DA291C;
}

.mypage .mypage-form .mypage-form-body .easy-ars-auth-buttons {
	width:600px;
	margin-bottom:10px;
}
.mypage .mypage-form .mypage-form-body .easy-ars-auth-buttons .easy-ars-auth-button {
	min-width:295px;
}
.mypage .mypage-form .mypage-form-body .pay-auth-complete {
	display: none;
	line-height: 1.56;
	letter-spacing: -0.48px;
	color: #333;
	font-weight: 500;
}
.mypage .mypage-form .mypage-form-body .pay-auth-complete strong {
	color: #da281f;
}
.mypage .mypage-form .mypage-form-body .pay-auth-complete.show {
	display: block;
}
.mypage .mypage-form .mypage-form-body .pay-auth-help {
	margin-top:10px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group {
	position: relative;
	z-index: 1;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group:not(:first-child) {
	margin-top: 10px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item {
	height: unset;
	min-height: 54px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-select {
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-select > select {
	height: 60px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-select > select > option {
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-input {
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-input .txt-read {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 6px;
	border: 1px solid #cbcfd2;
	font-size: 16px;
	color: #333;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-input input {
	height: 60px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-input input#calendar:read-only {
	background: inherit;
	color: inherit;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .member-agree-body {
	margin-left: 10px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .member-agree-body .form-control {
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .member-agree-body .form-control .form-checkbox {
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .member-agree-body .form-control .form-checkbox > label {
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .agree-option {
	display: flex;
	align-items: center;
	gap: 42px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item {
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item .form-control {
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item .form-control .form-checkbox {
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item .form-control .form-checkbox > input {
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item .form-control .form-checkbox > label {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.18px;
	color: #888;
	padding-top: 0;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item .form-control .form-checkbox > input:checked + label {
	color: #333;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .btn {
	width: 205px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 500;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .btn.btn-calendar {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 85px;
	min-width: unset;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-sns-list {
	display: flex;
	align-items: center;
	gap: 70px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-img {
	width: 34px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-img > img {
	width: 100%;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-label {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-toggle-button {
	position: relative;
	display: inline-flex;
	width: 60px;
	height: 28px;
	background-color: #e1e1e1;
	border: 1px solid #cbcfd2;
	border-radius: 14px;
	transition: background-color 0.15s;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-toggle-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	transition: left 0.15s;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-toggle-button.active {
	background-color: #d9291d;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-toggle-button.active::before {
	left: calc(100% - 24px);
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-buttons {
	display: flex;
	align-items: center;
	width: 100%;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-buttons .tab-item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	margin-right: -1px;
	background-color: #fff;
	border: 1px solid #cbcfd2;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #333;
	cursor: pointer;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-buttons .tab-item.active {
	background-color: #7a644f;
	color: #fff;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-buttons .tab-item:first-child {
	border-radius: 6px 0 0 6px;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-buttons .tab-item:last-child {
	border-radius: 0 6px 6px 0;
}

.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .registration-number-wrap {
	margin-top: 20px;
}
.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .registration-number-wrap .number {
	font-size: 18px;
	color: #555;
}
.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .registration-number-wrap .sub-text {
	margin-top: 18px;
	font-size: 16px;
	color: #999;
}
.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .registration-number-wrap .number .title {
	margin-right: 20px;
	font-weight: bold;
}
.mypage .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .registration-number-wrap .number .num {}
.mypage .mypage-form .select2-container--default .select2-selection--single {
	height: 60px;
	border-radius: 6px;
}

.mypage .mypage-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
}

.mypage .mypage-form .select2-results__option {
	padding: 12px;
}

.mypage .section {
	width: 100%;
}

.mypage .section .section-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 64px;
	background-color: rgba(238, 238, 238, 0.8);
	padding-inline: 40px;
}

.mypage .section .section-head > h3 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .section .section-head > h3 > span {
	display: inline-block;
	margin-left: 90px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .section .section-head .btn-change-payment {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.mypage .section .section-head .btn-change-payment > .icon-down {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border: 1px solid #555;
	border-radius: 50px;
	transform: rotate(0);
	transition: transform 0.15s;
}

.mypage .section .section-head .btn-change-payment > .icon-down > img {
	width: 10px;
}

.mypage .section .section-head .btn-change-payment.active > .icon-down {
	transform: rotate(180deg);
}

.mypage .section .section-head > h3 .form-select {
	width: 142px;
	height: 40px;
}

.mypage .section .section-head .select2-container--default .select2-selection--single {
	height: 40px;
}

.mypage .section .section-head .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.mypage .section .section-head .select2-results__option {
	padding: 8px;
}

.mypage .section .section-content {
	padding: 0 0 40px 0;
}

.mypage .section .section-content .item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	padding: 40px 36px;
}

.mypage .section .section-content .item-list .item {
	display: inline-flex;
	align-items: center;
	width: calc(100% / 2);
}

.mypage .section .section-content .item-list .item .item-tit {
	flex-shrink: 0;
	width: 180px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .section .section-content .item-list .item .item-desc {
	font-size: 16px;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .section .section-content .item-list .item .item-desc .tag {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 58px;
	height: 24px;
	padding: 0 16px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.42px;
	background-color: #a6794d;
	border: 1px solid #a6794d;
	color: #fff;
	margin-left: 10px;
}

.mypage .section .section-content .item-list .item .item-desc .tag.outline {
	background: #ffffff;
	color: #a6794d;
}

.mypage .section .section-content .section-sub-txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 40px 0;
}

.mypage .section .section-content .section-sub-txt > span {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .section .section-content .section-sub-txt > span > em {
	color: #d9291d;
	font-weight: 700;
}

/* MY홈 my-home */
.mypage .myinfo-summary {
	position: relative;
	padding: 16px 0 0 70px;
}

.mypage .myinfo-summary .summary-my {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 247px;
	background-color: #fafafa;
	border: 1px solid #d9291d;
	border-radius: 28px 28px 28px 0;
	padding: 50px 45px 0;
	text-align: center;
}

.mypage .myinfo-summary .summary-my .tags {
	display: flex;
	justify-content: center;
	gap: 5px;
}

.mypage .myinfo-summary .summary-my .tags .tag {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 58px;
	height: 24px;
	padding: 0 10px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.42px;
}

.mypage .myinfo-summary .summary-my .tags .tag.tag-status {
	background-color: #d9291d;
	border: 1px solid #d9291d;
	color: #fff;
}

.mypage .myinfo-summary .summary-my .tags .tag.tag-type {
	background-color: #fff;
	border: 1px solid #a6794d;
	color: #a6794d;
}

.mypage .myinfo-summary .summary-my .greetings {
	margin-top: 16px;
}

.mypage .myinfo-summary .summary-my .greetings > span {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.36;
	letter-spacing: -0.84px;
	color: #333;
}

.mypage .myinfo-summary .summary-my .my-account-number {
	margin-top: 18px;
}

.mypage .myinfo-summary .summary-my .my-account-number > span {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.45px;
	color: #777;
}

.mypage .myinfo-summary .summary-my .my-account-number > span:first-child {
	position: relative;
	padding-right: 6px;
}

.mypage .myinfo-summary .summary-my .my-account-number > span:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background-color: #c6c6c6;
}

.mypage .myinfo-summary .summary-details {
	width: 100%;
	height: 245px;
	background-color: #fff;
	border: 1px solid rgba(205, 205, 205, 0.5);
	padding-left: 280px;
}

.mypage .myinfo-summary .summary-details .summary-inner {
	width: 700px;
}

.mypage .myinfo-summary .summary-details .summary-inner.item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	padding: 55px 0 45px 90px;
}

.mypage .myinfo-summary .summary-details .summary-inner .summary-item {
	display: inline-flex;
	width: calc(100% / 2);
}

.mypage .myinfo-summary .summary-details .summary-inner .summary-item .summary-item-head {
	flex-shrink: 0;
	width: 100px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .myinfo-summary .summary-details .summary-inner .summary-item:nth-child(even) {
	padding-left: 48px;
}

.mypage .myinfo-summary .summary-details .summary-inner .summary-item:nth-child(odd) .summary-item-head {
	width: 160px;
}

.mypage .myinfo-summary .summary-details .summary-inner .summary-item .summary-item-desc {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .myinfo-summary .summary-details .summary-inner .summary-item .summary-item-link {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #333;
}

.mypage .myinfo-summary .summary-details .summary-inner .summary-item .summary-item-link .link-detail {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 1px solid #c5c5c5;
	border-radius: 50%;
	margin-left: 10px;
}

.mypage .myinfo-summary .summary-details .summary-inner .summary-item .summary-item-link .link-detail > img {
}

.mypage .myinfo-summary .summary-details .summary-inner.item-empty {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	height: 100%;
	text-align: center;
}

.mypage .myinfo-summary .summary-details .summary-inner.item-empty .summary-item {
	width: auto;
}

.mypage .myinfo-summary .summary-details .summary-inner.item-empty .summary-item .summary-item-note {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .banner-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	margin-top: 20px;
}

.mypage .banner-list .banner-item {
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
	height: 140px;
	padding: 0 0 0 50px;

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

}

.mypage .banner-list .banner-item .banner-main-txt {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .banner-list .banner-item .banner-sub-txt {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.mypage .banner-list .banner-item .banner-sub-txt > b {
	font-weight: 700;
}

.mypage .banner-list .banner-item .banner-sub-txt .btn-download-certificate {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #555;
	margin-top: 10px;
}

.mypage .biz-title {
	text-align: center;
	margin-top: 96px;
	color: #333333;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.84px;
}

.mypage .biz-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.mypage .biz-tab .biz-tab-item + .biz-tab-item {
	margin-left: 10px;
}

.mypage .biz-tab-item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 50px;
	border-radius: 25px;
	background: #f4f4f4;
	color: #555;
	cursor: pointer;
	font-size: 20px;
}

.mypage .biz-tab-item.active {
	background: #333333;
	color: #ffffff;
	font-weight: 700;
}

.mypage .biz-content {
	margin-top: 40px;
}

.mypage .biz-item .biz-cover {
	width: 100%;
	height: 284px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 110px;
}

.mypage .biz-item .biz-cover .biz-cover-title {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.72px;
}

.mypage .biz-item .biz-cover .biz-cover-description {
	margin-top: 18px;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: -0.6px;
	line-height: 1.6;
}

.mypage .biz-item .biz-cover .biz-cover-action {
	margin-top: 30px;
}

.mypage .biz-item .biz-cover .biz-cover-action button {
	font-size: 16px;
	color: #ffffff;
	padding: 10px 100px 10px 25px;
	border-radius: 25px;
	border: 1px solid #ffffff;
	background-image: url("/assets/pc/images/common/arrow_md.png");
	background-repeat: no-repeat;
	background-position: right 25px top 50%;
	opacity: 0.7;
}

.mypage .biz-item .biz-cover .biz-cover-action button:hover {
	background-color: #d9291d;
	border-color: #d9291d;
	opacity: 1;
	transition: ease-out .35s;
}

.mypage .biz-detail {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 125px;
}

.mypage .biz-detail-item {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 50%;
}

.mypage .biz-detail-item:last-of-type {
	justify-content: flex-start;
}

.mypage .biz-detail-item .biz-detail-label {
	font-size: 18px;
	color: #555;
	font-weight: 500;
}

.mypage .biz-detail-item .biz-detail-amount {
	display: flex;
	align-items: flex-end;
	margin-left: 24px;
}

.mypage .biz-detail-item .biz-detail-number {
	color: #d9291d;
	font-size: 44px;
	line-height: 1;
	letter-spacing: -1.43px;
	font-weight: 700;
}

.mypage .biz-detail-item .biz-detail-unit {
	color: #777777;
	font-size: 16px;
	margin-left: 10px;
}

.mypage .sponsorship-guide {
	margin-top: 97px;
}

.mypage .sponsorship-guide .guide-head {
	text-align: center;
}

.mypage .sponsorship-guide .guide-head .guide-title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.84px;
	color: #333;;
}

.mypage .sponsorship-guide .guide-head .guide-description {
	margin-top: 25px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.6px;
	color: #555;
}

.mypage .sponsorship-guide .guide-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 87px;
	margin-top: 40px;
}

.mypage .sponsorship-guide .guide-content .guide-item {
	display: inline-flex;
	align-items: center;
	gap: 16px;
}

.mypage .sponsorship-guide .guide-content .guide-item .guide-img {
	height: 48px;
}

.mypage .sponsorship-guide .guide-content .guide-item .guide-img > img {
	height: 100%;
}

.mypage .sponsorship-guide .guide-content .guide-item .guide-txt {
}

.mypage .sponsorship-guide .guide-content .guide-item .guide-txt .guide-txt-desc {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.66px;
	color: #333;
}

.mypage .sponsorship-guide .guide-content .guide-item .guide-txt > a {
	display: inline-flex;
	gap: 10px;
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: -0.48px;
	color: #555;
}

.mypage .sponsorship-guide .guide-content .guide-item .guide-txt > a > img {
	object-fit: contain;
}

.mypage .rights-campaign {
	position: relative;
	padding: 57px 0 54px;
}

.mypage .rights-campaign .rights-campaign-head {
}

.mypage .rights-campaign .rights-campaign-head > span {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .rights-campaign .rights-campaign-content {
	display: flex;
	gap: 55px;
	margin-top: 20px;
}

.mypage .rights-campaign .rights-campaign-content .content-thumbnail {
	flex-shrink: 0;
	width: 500px;
	height: 557px;
}

.mypage .rights-campaign .rights-campaign-content .content-thumbnail .thumbnail-img {
	width: 100%;
	height: 100%;
}

.mypage .rights-campaign .rights-campaign-content .content-thumbnail .thumbnail-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mypage .rights-campaign .rights-campaign-content .content-thumbnail .thumbnail-none {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.12);
	border: solid 1px #e5e5e5;
	overflow: hidden;
}

.mypage .rights-campaign .rights-campaign-content .content-thumbnail .thumbnail-none > img {
}

.mypage .rights-campaign .rights-campaign-content .content-body {
	width: 100%;
	max-width: 765px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head {
	margin-top: 30px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-head-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #d9291d;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-desc {
	margin-top: 12px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #333;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 32px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .link-detail-campaign {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .link-detail-campaign > img {
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation {
	display: inline-flex;
	gap: 14px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .related-contents-navigation-button {
	height: 20px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .related-contents-navigation-button > img {
	height: 100%;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-prev {
	width: 11px;
	height: 20px;
	background: url("/assets/pc/images/common/navi-prev.png") center center / cover no-repeat;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-next {
	width: 11px;
	height: 20px;
	background: url("/assets/pc/images/common/navi-next.png") center center / cover no-repeat;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-pause {
	width: 10px;
	height: 20px;
	background: url("/assets/pc/images/common/navi-pause.png") center center / contain no-repeat;
	margin-left: 12px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-play {
	width: 10px;
	height: 20px;
	background: url("/assets/pc/images/common/navi-play.png") center center / contain no-repeat;
	margin-left: 12px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-prev:hover {
	background: url("/assets/pc/images/common/navi-prev_primary.png") center center / cover no-repeat;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-next:hover {
	background: url("/assets/pc/images/common/navi-next_primary.png") center center / cover no-repeat;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-pause:hover {
	background: url("/assets/pc/images/common/navi-pause_primary.png") center center / contain no-repeat;
}

.mypage .rights-campaign .rights-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-play:hover {
	background: url("/assets/pc/images/common/navi-play_primary.png") center center / contain no-repeat;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents-empty {
	margin-top: 190px;
	padding-left: 150px;
	height: 180px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents-empty > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.72px;
	color: #333;
	text-align: center;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents {
	margin-top: 64px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .related-contents-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .related-contents-head .recommend-txt {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #555;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .related-contents-head .link-detail-recommend {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .related-contents-head .link-detail-recommend > svg {
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents #rightsSwiper {
	height: fit-content;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .item-list {
	display: flex;
	margin-top: 20px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .item-list .item {
	width: calc((100% / 4) - 7px);
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .item-list .item .item-img {
	position: relative;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 8px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .item-list .item .item-img > img {
	width: 100%;
	height: 100%;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .item-list .item .item-img .item-img-tag {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 107px;
	height: 40px;
	background-color: #777;
	border-radius: 0 0 8px 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #fff;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .item-list .item .item-desc {
	margin-top: 10px;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .item-list .item .item-desc > span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #333;
	white-space: pre-line;
}

.mypage .rights-campaign .rights-campaign-content .content-body .related-contents .item-list .item.swiper-item-single {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding-left: 96px;
}

/* 정기후원 regular-donation */
.mypage .donation-tab {
	margin: 50px 0 20px;
}

.mypage .tab.tab-box .tab-item.active {
	font-size: 20px;
}

.mypage .tab.tab-box .tab-item {
	font-size: 20px;
}

.mypage .donation-board {
}

.mypage .donation-board .board-view {
}

.mypage .donation-board .board-view .board-empty {
	padding: 100px 0;
}

.mypage .donation-board .board-view .board-empty .board-empty-text {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #555;
}

.mypage .donation-board .board-view .board-list {
	border-top: 1px solid #e5e5e5;
}

.mypage .donation-board .board-view .board-list .inquire-table {
}

.mypage .donation-board .board-view .board-list .inquire-table > caption {
}

.mypage .donation-board .board-view .board-list .inquire-table > colgroup {
}

.mypage .donation-board .board-view .board-list .inquire-table > colgroup > col {
}

.mypage .donation-board .board-view .board-list .inquire-table > thead {
}

.mypage .donation-board .board-view .board-list .inquire-table > thead > tr {
}

.mypage .donation-board .board-view .board-list .inquire-table > thead > tr > th {
	position: relative;
	height: 76px;
	padding: 0;
	font-size: 18px;
	background-color: #f5f5f5;
	font-weight: 500;
}

.mypage .donation-board .board-view .board-list .inquire-table > thead > tr > th span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 100%;
	height: 100%;
	font-weight: 500;
	color: #333;
}

.mypage .donation-board .board-view .board-list .inquire-table > thead > tr > th:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background-color: #bdbdbd;
}

.mypage .donation-board .board-view .board-list .inquire-table > thead.bg-white > tr > th {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.mypage .donation-board .board-view .board-list .inquire-table > thead.bg-white > tr > th span {
	color: #333;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody {
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr {
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td {
	padding: 24px 0;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td .cell {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
	height: 100%;
	padding: 0 20px;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td[align="left"] .cell {
	justify-content: flex-start;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td[align="right"] .cell {
	justify-content: flex-end;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td[align="center"] .cell {
	justify-content: center;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td[align="both"] .cell {
	justify-content: space-between;
	width: 100%;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td[align="both"] .cell .cell-txt {
	text-align: left;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td:nth-of-type(2) a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td:nth-of-type(2):hover .cell-txt {
	color: #926d49;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.54px;
	color: #555;
	transition: color 0.15s;

	text-overflow: ellipsis;
	word-break: keep-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-txt.color-red {
	color: #d9291d;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-button .btn-cell {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 70px;
	height: 28px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.54px;
	padding-inline: 12px;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-button .btn-cell.btn-cell-white {
	background-color: #fff;
	border-color: #926d49;
	color: #926d49;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-button .btn-cell.btn-cell-brown {
	background-color: #926d49;
	border-color: #926d49;
	color: #fff;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-button .btn-cell.btn-unpaid {
	background-color: #fff;
	border-color: #d9291d;
	color: #d9291d;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr > td .board-empty-text {
	padding: 76px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: -0.6px;
	color: #555;
	text-align: center;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr.tr-total {
	background-color: #f9f9f9;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr.tr-total {
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td:first-child .cell {
	padding-left: 97px;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td:last-child .cell {
	padding-right: 100px;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td .cell .cell-txt {
	font-size: 18px;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td .cell .cell-txt > b {
	font-weight: 700;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td .cell .cell-txt > b > em {
	color: #d9291d;
}

.mypage .donation-board .board-view .board-list .inquire-table > tbody > tr:hover > td .cell .hover-effect-color-primary {
	color: #926d49;
	cursor: pointer;
}

.mypage .donation-pagination {
	margin-top: 40px;
}

.mypage .donation-board .board-view .board-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 48px;
}

.mypage .donation-board .board-view .board-buttons button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 58px;
	background-color: #555;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #fff;
}

.mypage .donation-banner {
	margin-top: 80px;
}

.mypage .donation-banner .banner-item {
	width: 100%;
	height: 310px;
	border-radius: 8px;
	padding: 50px 0 0 78px;
}

.mypage .donation-banner .banner-item .item-main-txt {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #222;
}

.mypage .donation-banner .banner-item .item-sub-txt {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.6px;
	color: #222;
}

.mypage .donation-banner .banner-item .btn-donation {
	margin-top: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	height: 50px;
	background-color: #d9291d;
	border: 1px solid #d9291d;
	border-radius: 5px;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #fff;
}

.mypage .donation-banner .banner-item .btn-donation > img {
}

.mypage .donation-section-cont {
}

.mypage .payment-warn {
	display: flex;
	align-items: center;
	margin: 40px 0;
	padding: 35px 0;
	border: solid #e5e5e5;
	border-width: 1px 0;
}

.mypage .payment-warn .payment-warn-img {
	margin: 0 26px 0 38px;
}

.mypage .payment-warn .payment-warn-img > img {
}

.mypage .payment-warn .payment-warn-txt {
	min-width: 541px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .payment-warn .payment-warn-info {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 22px;
	margin-left: 42px;
}

.mypage .payment-warn .payment-warn-info::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 80px;
	background-color: #bdbdbd;
}

.mypage .payment-warn .payment-warn-info .info-txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .payment-warn .payment-warn-info .info-items {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-left: 20px;
}

.mypage .payment-warn .payment-warn-info .info-items .info-tel {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .payment-warn .payment-warn-info .info-items .info-time {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .payment-option-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.mypage .payment-option-buttons .btn {
	min-width: 210px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
}

.mypage .payment-option-buttons .btn.btn-outline {
	font-weight: 400;
}

.mypage .payment-option-buttons .btn.btn-primary.store .store-wish-detail .wish-detail-float .action-cart {
	font-weight: 700;
}

.mypage .box-spon {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
	padding: 20px 40px 40px;
}

.mypage .box-spon .spon-item {
}

.mypage .box-spon .spon-item:nth-child(1) {
	width: 100%;
}

.mypage .box-spon .spon-item:nth-child(2) {
	width: 177px;
	flex-shrink: 0;
}

.mypage .box-spon .spon-item:nth-child(3) {
	width: 205px;
	flex-shrink: 0;
}

.mypage .box-spon .spon-item .form-control {
	width: 100%;
}

.mypage .box-spon .spon-item .form-radio-button-group {
	width: 100%;
}

.mypage .box-spon .spon-item .form-radio-button-group .form-radio-button {
	border: none;
	width: 100%;
}

.mypage .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio] ~ label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #777777;
	width: 100%;
	height: 60px;
	padding: 0;
}

.mypage .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio]:checked ~ label {
	background: #ffffff;
	color: #d9291d;
	border: 2px solid #d9291d;
	font-weight: 400;
}

.mypage .box-spon .spon-item .form-input input {
	background-color: #f5f5f5;
	width: 100%;
	height: 60px;
}

.mypage .box-spon .spon-item .form-input input:focus {
	background-color: #ffffff;
	border-color: #d9291d;
}

.mypage .box-spon .spon-item .btn {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

/* 일시후원 one-time-donation */
.mypage .donation-head {
	padding: 50px 40px;
}

.mypage .donation-head .donation-tag-guide {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mypage .donation-head .donation-tag-guide .tag-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mypage .donation-head .donation-tag-guide .tag-item .btn-cell {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 28px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.54px;
}

.mypage .donation-head .donation-tag-guide .tag-item .btn-cell.btn-cell-white {
	background-color: #fff;
	border-color: #926d49;
	color: #926d49;
}

.mypage .donation-head .donation-tag-guide .tag-item .btn-cell.btn-cell-brown {
	background-color: #926d49;
	border-color: #926d49;
	color: #fff;
}

.mypage .donation-head .donation-tag-guide .tag-item .tag-details {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 1px;
}

.mypage .donation-head .donation-tag-guide .tag-item .tag-details > span {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #555;
	line-height: 1.44;
}

.mypage .donation-head .donation-tag-guide .tag-item .tag-details > p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .one-time-donation .donation-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td:first-child .cell {
	padding-left: 144px;
}

.mypage .one-time-donation .donation-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td:last-child .cell {
	padding-right: 144px;
}

.mypage .one-time-donation .agree-help-txt {
	margin: 0 0 0 38px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #777;
}

.mypage .one-time-donation .agree-help-box {
	display: block;
	width: 100%;
	margin: 12px 0 0 38px;
	padding: 14px 16px;
	background-color: rgba(255, 235, 215, 0.48);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .one-time-donation .mypage-form .payment-option-buttons {
	margin-top: 40px;
}

.mypage .form-control .form-message {
	position: relative;
}

.mypage .form-control .form-message strong {
	color: #d9291d;
	font-weight: 700;
}

.mypage .form-control .form-message .word-limit {
	position: absolute;
	top: 0;
	right: 14px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.16px;
	color: #999;
}

.mypage .form-control .form-message .word-limit.error {
	color: #d9291d;
}

.mypage .form-control .form-message .word-limit b {
	font-weight: 400;
}

.mypage .form-added {
	margin-top: 10px;
}

.mypage .form-added .form-added-row {
	display: flex;
	align-items: center;
	background-color: #f4f4f4;
	padding: 20px;
}

.mypage .form-added .form-added-row .form-added-label {
	margin-right: 20px;
}

.mypage .form-added .form-added-row .form-added-label .label-text {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .form-added .form-added-row .form-added-control {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mypage .form-added .form-added-row .form-added-control .form-added-item {
}

.mypage .form-added .form-added-row .form-added-control .form-added-item .form-added-input {
	position: relative;
}

.mypage .form-added .form-added-row .form-added-control .form-added-item .form-added-input > input {
	width: 150px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #cbcfd2;
	border-radius: 6px;
	padding: 0 14px;
}

.mypage .form-added .form-added-row .form-added-control .form-added-item:last-child .form-added-input > input {
	padding-right: 40px;
}

.mypage .form-added .form-added-row .form-added-control .form-added-item .form-added-input .password-eye {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url("/assets/mobile/images/common/eye_off.png") center center / contain no-repeat;
	cursor: pointer;
}

.mypage .form-added .form-added-row .form-added-control .form-added-item .form-added-input.show .password-eye {
	background: url("/assets/mobile/images/common/eye_on.png") center center / contain no-repeat;
}

/* 후원아동 정보 sponsored-child */
.mypage .child-section-cont {
}

.mypage .child-section-cont .child-info-summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 150px;
	border-radius: 12px;
	margin-top: 40px;
	padding: 0 54px;
}

.mypage .child-section-cont .child-info-summary .child-info-detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
}

.mypage .child-section-cont .child-info-summary .child-info-detail .child-introduce {
    max-width: 410px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.6px;
	color: #fff;
}

.mypage .child-section-cont .child-info-summary .child-info-detail .child-class-num {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: -0.54px;
	color: #e8e8e8;
}

.mypage .child-section-cont .child-info-summary .child-info-related {
	display: flex;
	align-items: center;
	gap: 75px;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-txt {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	line-height: 1.5;
	color: #fff;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-txt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
	width: 1px;
	height: 90px;
	background-color: #fff;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child {
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .btn-navigation {
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .btn-navigation.navigation-button-prev {
	cursor: pointer;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .btn-navigation.navigation-button-next {
	cursor: pointer;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .btn-navigation.navigation-button-prev > img,
.mypage .child-section-cont .child-info-summary .child-info-related .related-child .btn-navigation.navigation-button-next > img {
	width: 12px;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container {
	width: 260px;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container .related-child-wrapper {
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container .related-child-wrapper .related-child-item {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container .related-child-wrapper .related-child-item .child-img {
	width: 64px;
	height: 64px;
	opacity: 0.8;
	border-radius: 50%;
	overflow: hidden;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container .related-child-wrapper .related-child-item .child-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container .related-child-wrapper .related-child-item .child-name {
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	margin-top: 8px;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container .related-child-wrapper .related-child-item .child-name .name-kr,
.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container .related-child-wrapper .related-child-item .child-name .name-en {
	font-size: 15px;
	line-height: 1.33;
	letter-spacing: -0.45px;
	color: #e8e8e8;
	font-weight: 400;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container .related-child-wrapper .related-child-item.active .child-img {
	opacity: 1;
}

.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container .related-child-wrapper .related-child-item.active .child-name .name-kr,
.mypage .child-section-cont .child-info-summary .child-info-related .related-child .related-child-container .related-child-wrapper .related-child-item.active .child-name .name-en {
	color: #fff;
	font-weight: 500;
}

.mypage .child-section-cont .child-info-summary .child-info-related .select2-container--default .select2-selection--single {
	height: 60px;
}

.mypage .child-section-cont .child-info-summary .child-info-related .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
}

.mypage .child-section-cont .child-info-summary .child-info-related .select2-results__option {
	padding: 14px;
}

.mypage .child-section-cont .child-send-donation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100px;
	margin-top: 10px;
	padding: 0 55px;
	background-color: #fff3f4;
	border-radius: 10px;
}

.mypage .child-section-cont .child-send-donation > p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .child-section-cont .child-send-donation > p > b {
	font-weight: 700;
}

.mypage .child-section-cont .child-send-donation > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .child-section-cont .child-section-head {
	margin-top: 40px;
}

.mypage .child-section-cont .child-section-head .form-tab {
}

.mypage .child-section-cont .child-section-head .form-tab .tab {
}

.mypage .child-section-cont .child-section-head .form-tab .tab .tab-item {
	font-size: 20px;
}

.mypage .child-section-cont .child-section {
	margin-top: 40px;
}

.mypage .child-section-cont .child-section .child-section-body {
	display: flex;
	padding: 0 20px 40px;
	border-bottom: 1px solid #c0c0c0;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 310px;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo .child-photo-main {
	width: 100%;
	height: 422px;
	background: url("/assets/pc/images/mypage/photo_bg.png") center center / cover no-repeat;
	padding: 55px 18px 20px;
	border: 1px solid #ccc;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo .child-photo-main > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo .child-photo-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo .child-photo-actions button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0 16px;
	border: 1px solid #cbcfd2;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #333;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo .child-photo-actions .photo-download-btn {
}

.mypage .child-section-cont .child-section .child-section-body .child-photo .child-photo-actions .photo-download-btn > img {
}

.mypage .child-section-cont .child-section .child-section-body .child-photo .child-photo-actions .intro-print-btn {
}

.mypage .child-section-cont .child-section .child-section-body .child-photo .child-photo-actions .intro-print-btn > img {
}

.mypage .child-section-cont .child-section .child-section-body .child-info {
	margin-left: 40px;
}

.mypage .child-section-cont .child-section .child-section-body .child-info .child-info-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-top: 15px;
}

.mypage .child-section-cont .child-section .child-section-body .child-info .child-info-item {
	display: flex;
	align-items: flex-start;
}

.mypage .child-section-cont .child-section .child-section-body .child-info .child-info-item .item-label {
	flex-shrink: 0;
	width: 140px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .child-section-cont .child-section .child-section-body .child-info .child-info-item .item-content {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo-year {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 30px;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo-year .year-photo {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 75px;
	cursor: pointer;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo-year .year-photo.active::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.6);
}

.mypage .child-section-cont .child-section .child-section-body .child-photo-year .year-photo.active::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
	height: 14px;
	background: url("/assets/pc/images/mypage/icon-check.png") center center / cover no-repeat;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo-year .year-photo > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mypage .child-section-cont .child-section .child-section-body .child-photo-year .year-photo .photo-year {
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.42px;
	color: #e2e2e2;
}

.mypage .child-section-cont .child-section .child-section-body .child-support-message {
	display: flex;
	flex-direction: column;
	width: 292px;
	height: 100%;
	min-height: 470px;
	margin-left: auto;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 35px 25px;
}

.mypage .child-section-cont .child-section .child-section-body .child-support-message .message-icon {
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #a5764c;
}

.mypage .child-section-cont .child-section .child-section-body .child-support-message .message-icon > img {
}

.mypage .child-section-cont .child-section .child-section-body .child-support-message .message-content {
	padding: 20px 10px;
}

.mypage .child-section-cont .child-section .child-section-body .child-support-message .message-content > span {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #926d49;
}

.mypage .child-section-cont .child-section .child-section-body .child-support-message .message-content > p {
	margin-top: 18px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #555;
}

.mypage .child-section-cont .child-section .child-section-body .child-support-message .support-village-btn {
	margin-top: auto;
	margin-inline: 10px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 20px);
	height: 54px;
	padding: 0 22px;
	border-radius: 6px;
	background-color: #d9291d;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #fff;
}

.mypage .child-section-cont .child-section .child-section-body .child-support-message .support-village-btn > img {
	margin-left: 8px;
}

.mypage .child-section-cont .child-section .child-info-recommendations {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin: 36px 0 68px;
}

.mypage .child-section-cont .child-section .child-info-recommendations .recommendation-icon {
}

.mypage .child-section-cont .child-section .child-info-recommendations .recommendation-icon > img {
	width: 36px;
}

.mypage .child-section-cont .child-section .child-info-recommendations .recommendation-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .child-section-cont .child-section .additional-features {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.mypage .child-section-cont .child-section .additional-features .overseas-news {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc((100% / 2) - 10px);
	height: 110px;
	padding-left: 154px;
	border-radius: 10px;
}

.mypage .child-section-cont .child-section .additional-features .overseas-news .news-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .child-section-cont .child-section .additional-features .overseas-news .news-link {
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translateY(-50%);
}

.mypage .child-section-cont .child-section .additional-features .overseas-news .report-content {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #555;
}

.mypage .child-section-cont .child-section .additional-features .overseas-news .news-link > img {
}

.mypage .child-section-cont .child-section .additional-features .sponsorship-report {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc((100% / 2) - 10px);
	height: 110px;
	padding-left: 121px;
	border-radius: 10px;
}

.mypage .child-section-cont .child-section .additional-features .sponsorship-report .report-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .child-section-cont .child-section .additional-features .sponsorship-report .report-content {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #555;
}

.mypage .child-section-cont .child-section .additional-features .sponsorship-report .report-link {
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translateY(-50%);
}

.mypage .child-section-cont .child-section .additional-features .sponsorship-report .report-link > img {
}

.mypage .child-section-cont .child-section .additional-features .ended-sponsorship {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 20px 0;
	background-color: #f7f7f7;
	border-radius: 10px;
}

.mypage .child-section-cont .child-section .additional-features .ended-sponsorship .memory-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .child-section-cont .child-section .additional-features .ended-sponsorship .letter-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #333;
}

.mypage .child-section-cont .child-section .additional-features .ended-sponsorship .letter-link .view-right {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	border: 1px solid #c5c5c5;
	border-radius: 50%;
}

.mypage .child-section-cont .child-section .additional-features .ended-sponsorship .letter-link .view-right > img {
	width: 5px;
}

/* 후원아동 소개서 sponsored-child-introduce */
.mypage.window-sponsored-child {
	min-width: auto !important;
}

.mypage .sponsored-child-introduce {
	position: relative;
	padding: 40px !important;
	margin: 0 auto;
}

.mypage .sponsored-child-introduce .btn-close-introduce {
	position: absolute;
	top: 33px;
	right: 44px;
	width: 17px;
}

.mypage .sponsored-child-introduce .btn-close-introduce > img {
	width: 100%;
}

.mypage .sponsored-child-introduce .introduce-head {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #555;
}

.mypage .sponsored-child-introduce .introduce-head > span {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #000;
}

.mypage .sponsored-child-introduce .introduce-guide {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	margin-top: 36px;
}

.mypage .sponsored-child-introduce .introduce-guide > span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.42px;
	color: #999;
	text-align: right;
}

.mypage .sponsored-child-introduce .introduce-guide > span > img {
	width: 28px;
}

.mypage .sponsored-child-introduce .introduce-info {
	padding: 20px;
	width: 100%;
	max-width: 546px;
	border: 2px dashed #ddd;
	border-radius: 6px;
	margin-top: 12px;
}

.mypage .sponsored-child-introduce .introduce-info .info-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 350px;
	gap: 24px;
}

.mypage .sponsored-child-introduce .introduce-info .info-content .info-img {
	flex-shrink: 0;
	width: 242px;
	height: 323px;
}

.mypage .sponsored-child-introduce .introduce-info .info-content .info-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mypage .sponsored-child-introduce .introduce-info .info-content .info-details {
	width: 100%;
	max-width: 264px;
}

.mypage .sponsored-child-introduce .introduce-info .info-content .info-details .item-wrapper:first-child {
	margin-bottom: 12px;
}

.mypage .sponsored-child-introduce .introduce-info .info-content .info-details .item-wrapper .item-head {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	width: 100%;
	margin-bottom: 8px;
}

.mypage .sponsored-child-introduce .introduce-info .info-content .info-details .item-wrapper .item-head .item-head-tit {
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.51px;
	color: #333;
}

.mypage .sponsored-child-introduce .introduce-info .info-content .info-details .item-wrapper .item-head .line {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #ddd;
}

.mypage .sponsored-child-introduce .introduce-info .info-content .info-details .item-wrapper .item-content {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.mypage .sponsored-child-introduce .introduce-info .info-content .info-details .item-wrapper .item-content .item-content-tit {
	flex-shrink: 0;
	width: 132px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: -0.45px;
	color: #333;
}

.mypage .sponsored-child-introduce .introduce-info .info-content .info-details .item-wrapper .item-content .item-content-desc {
	font-size: 12px;
	letter-spacing: -0.45px;
	color: #555;
}

.mypage .sponsored-child-introduce .introduce-info .info-logo {
	display: block;
	margin-top: 0;
}

.mypage .sponsored-child-introduce .introduce-info .info-logo > img {
	margin-inline: auto;
}

.mypage .sponsored-child-introduce .introduce-button {
	margin-top: 40px;
	text-align: center;
}

.mypage .sponsored-child-introduce .introduce-button .btn {
	width: 140px;
	font-size: 20px;
}

/* 결연국가 정보 sponsorship-country */
.mypage .country-section {
	margin-top: 50px;
}

.mypage .country-section .country-detail-head {
	margin-bottom: 30px;
}

.mypage .country-section .country-detail-head > h3 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #333;
}

.mypage .country-section .country-detail-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 35px;
}

.mypage .country-section .country-detail-info .nation-detail {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mypage .country-section .country-detail-info .nation-detail .item {
	display: flex;
	align-items: flex-start;
}

.mypage .country-section .country-detail-info .nation-detail .item .item-tit {
	flex-shrink: 0;
	width: 100px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .country-section .country-detail-info .nation-detail .item .item-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #555;
	white-space: pre-line;
}

.mypage .country-section .country-detail-info .nation-detail .item .item-desc > b {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .country-section .country-detail-info .nation-detail .item .item-desc > i {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #777;
	font-style: normal;
}

.mypage .country-section .country-detail-info .nation-info {
	position: relative;
	border: 1px solid #7a634f;
	border-radius: 6px;
	margin-right: 24px;
}

.mypage .country-section .country-detail-info .nation-info::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 13px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(138, 95, 54, 0.1);
	border-radius: 6px;
	z-index: -1;
}

.mypage .country-section .country-detail-info .nation-info .nation-desc {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #7a634f;
	background-color: #fff;
	border-radius: 6px 6px 0 0;
}

.mypage .country-section .country-detail-info .nation-info .nation-desc .nation-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 20px;
}

.mypage .country-section .country-detail-info .nation-info .nation-desc .nation-name .nation-name-item {
}

.mypage .country-section .country-detail-info .nation-info .nation-desc .nation-name .nation-name-item .item-main {
}

.mypage .country-section .country-detail-info .nation-info .nation-desc .nation-name .nation-name-item .item-main > em {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .country-section .country-detail-info .nation-info .nation-desc .nation-name .nation-name-item .item-sub {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #777;
}

.mypage .country-section .country-detail-info .nation-info .nation-desc .nation-name .nation-name-item .item-sub > b {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.6px;
	color: #777;
}

.mypage .country-section .country-detail-info .nation-info .nation-desc .nation-flag {
	flex-shrink: 0;
	width: 137px;
	height: 92px;
	border-radius: 0 6px 0 0;
	overflow: hidden;
}

.mypage .country-section .country-detail-info .nation-info .nation-desc .nation-flag > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mypage .country-section .country-detail-info .nation-info .nation-location {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 397px;
	height: 356px;
	background-color: rgba(246, 242, 240, 1);
	border-radius: 0 0 6px 6px;
}

.mypage .country-section .country-detail-info .nation-info .nation-location > img {
}

.mypage .country-section .country-language-training {
	margin-top: 38px;
	background-color: #f8f8f8;
	border-radius: 6px;
	padding: 40px 0;
}

.mypage .country-section .country-language-training .training-main-txt {
	text-align: center;
}

.mypage .country-section .country-language-training .training-main-txt > span {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: -0.6px;
	color: #333;
}

.mypage .country-section .country-language-training .training-sub-txt {
	text-align: center;
}

.mypage .country-section .country-language-training .training-sub-txt > span {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .country-section .country-language-training .training-item-list {
	display: flex;
	flex-direction: column;
	max-height: 200px;
	flex-wrap: wrap;
	gap: 40px 60px;
	margin-top: 30px;
	padding: 0 110px;
}

.mypage .country-section .country-language-training .training-item-list .item {
	display: inline-block;
}

/* .mypage .country-section .country-language-training .training-item-list {display: flex; flex-wrap: wrap; gap: 40px 60px; margin-top: 30px; padding: 0 110px;}
.mypage .country-section .country-language-training .training-item-list .item {display: inline-block;} */
/* .mypage .country-section .country-language-training .training-item-list {display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px 60px; margin-top: 30px; padding: 0 110px;}
.mypage .country-section .country-language-training .training-item-list .item {} */
.mypage .country-section .country-language-training .training-item-list .item .item-kr {
	padding-bottom: 2px;
}

.mypage .country-section .country-language-training .training-item-list .item .item-kr > span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.44;
	color: #926d49;
}

.mypage .country-section .country-language-training .training-item-list .item .item-en {
	display: flex;
	width: 100%;
}

.mypage .country-section .country-language-training .training-item-list .item .item-en > span {
	display: block;
	border-top: 1px solid #926d49;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #555;
	margin-top: 2px;
	padding-top: 4px;
}

.mypage .country-section .country-language-training .training-item-list .item .item-en > span b {
	font-weight: 500;
}

/* 편지보기 view-letters */
.mypage .letter-board {
}

.mypage .letter-board .board-view {
}

.mypage .letter-board .board-view .board-empty {
	padding: 100px 0;
}

.mypage .letter-board .board-view .board-empty .board-empty-text {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #555;
}

.mypage .letter-board .board-view .table-tab-head {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.mypage .letter-board .board-view .table-tab-head .tab-head-button {
	flex: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 20px 0;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.6px;
	color: #555;
	text-align: center;
}

.mypage .letter-board .board-view .table-tab-head .tab-head-button.btn-tab.active {
	font-weight: 700;
	color: #926d49;
	border-color: #926d49;
}

.mypage .letter-board .board-view .table-tab-head .tab-head-button.btn-language {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #555;
	text-align: center;
}

.mypage .letter-board .board-view .table-tab-head .tab-head-button > img {
}

.mypage .letter-board .board-view .board-list {
	border-top: 1px solid #e5e5e5;
}

.mypage .letter-board .board-view .board-list .inquire-table {
}

.mypage .letter-board .board-view .board-list .inquire-table > caption {
}

.mypage .letter-board .board-view .board-list .inquire-table > colgroup {
}

.mypage .letter-board .board-view .board-list .inquire-table > colgroup > col {
}

.mypage .letter-board .board-view .board-list .inquire-table > thead {
}

.mypage .letter-board .board-view .board-list .inquire-table > thead > tr {
}

.mypage .letter-board .board-view .board-list .inquire-table > thead > tr > th {
	position: relative;
	height: 76px;
	padding: 0;
	font-size: 16px;
	background-color: #f5f5f5;
}

.mypage .letter-board .board-view .board-list .inquire-table > thead > tr > th span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 100%;
	height: 100%;
}

.mypage .letter-board .board-view .board-list .inquire-table > thead > tr > th:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background-color: #bdbdbd;
}

.mypage .letter-board .board-view .board-list .inquire-table > thead.bg-white > tr > th {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.mypage .letter-board .board-view .board-list .inquire-table > thead.bg-white > tr > th span {
	color: #555;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody {
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr {
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td {
	padding: 14px;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .cell {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 100%;
	height: 100%;
	min-height: 60px;
	padding: 0 20px;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td[align="left"] .cell {
	justify-content: flex-start;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td[align="right"] .cell {
	justify-content: flex-end;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td[align="center"] .cell {
	justify-content: center;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td[align="both"] .cell {
	justify-content: space-between;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td[align="both"] .cell .cell-txt {
	text-align: left;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .cell.direction-col {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-txt {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #555;
	word-break: break-all;
	text-align: left;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-txt.color-red {
	color: #d9291d;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-button .btn-cell {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 70px;
	height: 28px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.54px;
	padding-inline: 20px;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-button .btn-cell.btn-cell-white {
	background-color: #fff;
	border-color: #926d49;
	color: #926d49;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-button .btn-cell.btn-cell-brown {
	background-color: #926d49;
	border-color: #926d49;
	color: #fff;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .cell .cell-button .btn-cell.btn-unpaid {
	background-color: #fff;
	border-color: #d9291d;
	color: #d9291d;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .board-empty-text {
	padding: 76px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #555;
	text-align: center;
	white-space: pre-line;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .board-empty-text > b {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #333;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr > td .board-empty-text .btn-write {
	width: 210px;
	height: 58px;
	margin: 0 auto;
	background-color: #926d49;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #fff;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr.tr-total {
	background-color: #f9f9f9;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr.tr-total {
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td:first-child .cell {
	padding-left: 97px;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td:last-child .cell {
	padding-right: 100px;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td .cell .cell-txt {
	font-size: 18px;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td .cell .cell-txt > b {
	font-weight: 700;
}

.mypage .letter-board .board-view .board-list .inquire-table > tbody > tr.tr-total > td .cell .cell-txt > b > em {
	color: #d9291d;
}

.mypage .letter-board .board-letter-form {
	position: relative;
	width: 100%;
	height: 645px;
	border-top: 1px solid #e5e5e5;
	padding-top: 55px;
}

.mypage .letter-board .board-letter-form::before {
	content: "";
	position: absolute;
	top: 51px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/assets/pc/images/mypage/shadow-line.png") center center / cover no-repeat;
	z-index: -1;
}

.mypage .letter-board .board-letter-form .letter-bg {
	position: absolute;
	top: 55px;
	left: calc(50% + 38px);
	transform: translateX(-50%);
	width: 455px;
	height: 547px;
	background: url("/assets/pc/images/mypage/letter-form-shadow.png") 12px center / cover no-repeat;
}

.mypage .letter-board .board-letter-form .letter-bg .letter {
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 537px;
	background: #333;
}

.mypage .letter-board .board-letter-form .letter-bg .letter img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mypage .letter-board .board-translate .board-translate-head {
	padding: 50px 0 0 40px;
	border-top: 1px solid #e5e5e5;
}

.mypage .letter-board .board-translate .board-translate-head > span {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .letter-board .board-translate .board-translate-content {
	width: 100%;
	min-height: 300px;
	background-color: #f5f6f7;
	margin-top: 30px;
	padding: 50px 40px;
}

.mypage .letter-board .board-translate .board-translate-content .translate-guide {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #999;
	text-align: left;
	white-space: pre-line;
}

.mypage .letter-board .board-translate .board-translate-content .translate-txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #333;
	text-align: left;
	white-space: pre-line;
}

.mypage .letter-board .board-buttons {
	margin-top: 50px;
	text-align: center;
}

.mypage .letter-board .board-buttons button {
	width: 210px;
	height: 58px;
	font-size: 16px;
	font-weight: 400;
}

.mypage .letter-send-detail {
	margin-top: 50px;
}

.mypage .letter-send-detail .letter-send-head {
	padding: 0 40px;
}

.mypage .letter-send-detail .letter-send-head > span {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .letter-send-detail .letter-send-content {
	width: 100%;
	min-height: 460px;
	background-color: #f5f6f7;
	margin-top: 30px;
	padding: 40px 45px;
}

.mypage .letter-send-detail .letter-send-content > p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #555;
	white-space: pre-line;
}

.mypage .attached-file-list {
	border-top: 1px solid #e5e5e5;
}

.mypage .attached-file-list .item {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 45px;
}

.mypage .attached-file-list .item .item-tit {
	flex-shrink: 0;
	width: 160px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .attached-file-list .item .item-file {
	display: inline-flex;
	align-items: center;
}

.mypage .attached-file-list .item .item-file .file-upload {
	margin-right: 20px;
}

.mypage .attached-file-list .item .item-file .file-upload .btn-file-upload {
}

.mypage .attached-file-list .item .item-file .file-img {
	position: relative;
	display: inline-block;
	width: 74px;
	height: 74px;
	border-radius: 6px;
}

.mypage .attached-file-list .item .item-file .file-img + .file-img {
	margin-left: 15px;
}

.mypage .attached-file-list .item .item-file .file-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.mypage .attached-file-list .item .item-file .file-img .btn-remove_file {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	border-top-right-radius: 6px
}

.mypage .attached-file-list .item .item-file .file-img .btn-file-upload {
	border-radius: 6px;
	width: 100%;
}

.mypage .attached-file-list .item .item-file .file-img .btn-file-upload img {
	border-radius: 6px;
	width: 100%;
}

.mypage .attached-file-list .item .item-file .file-desc {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #999;
}

.mypage .attached-file-list .item .item-file .file-guide {
	margin-left: 50px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #999;
}

.mypage .attached-file-list .guide {
	margin-top: 16px;
	text-align: right;
	font-size: 16px;
	color: #999999;
	letter-spacing: -0.54px;
}

/* 편지쓰기 write-letter */
.mypage .letter-write-form {
	height: 764px;
	margin-bottom: 68px;
}

.mypage .letter-write-form .write-form {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}

.mypage .letter-write-form .write-form .write-bg {
	width: 512px;
	height: 723px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mypage .letter-write-form .write-form .write-bg.bg-plain {
	background-image: url("/assets/pc/images/mypage/letterbg_plain.jpg");
}

.mypage .letter-write-form .write-form .write-bg.bg-newyear {
	background-image: url("/assets/pc/images/mypage/letterbg_newyear.jpg");
}

.mypage .letter-write-form .write-form .write-bg.bg-introduce {
	background-image: url("/assets/pc/images/mypage/letterbg_introduce.jpg");
}

.mypage .letter-write-form .write-form .write-bg.bg-celebration {
	background-image: url("/assets/pc/images/mypage/letterbg_celebration.jpg");
}

.mypage .letter-write-form .write-form .textarea-wrapper {
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 468px;
	height: 628px;
	background: transparent;
}

.mypage .letter-write-form .write-form .textarea-wrapper textarea {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	resize: none;
	outline: none;
	padding: 32px 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: normal;
	color: #333;
	word-break: break-all;
}

.mypage .letter-write-form .write-form .textarea-wrapper textarea::placeholder {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: normal;
	color: #777;
}

.mypage .letter-write-form .write-form .word-limit {
	position: absolute;
	top: calc(100% + 35px);
	right: -20px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	color: #999;
}

.mypage .letter-write-form .write-form .word-limit > b {
	font-weight: 400;
}

.mypage .letter-guide {
	margin-top: 42px;
}

.mypage .letter-guide .letter-guide-head {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.mypage .letter-guide .letter-guide-head .letter-warn-img {
	width: 36px;
}

.mypage .letter-guide .letter-guide-head .letter-warn-img > img {
	width: 100%;
}

.mypage .letter-guide .letter-guide-head .letter-warn-txt {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #333;
}

.mypage .letter-guide .letter-guide-content {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 70px;
	width: 100%;
	margin-top: 24px;
	padding: 50px 105px 55px;
	background-color: #f8f8f8;
	border-radius: 6px;
}

.mypage .letter-guide .letter-guide-content .guide-item {
	display: inline-flex;
	align-items: flex-start;
	gap: 20px;
}

.mypage .letter-guide .letter-guide-content .guide-item:nth-child(n+3) {
	width: calc((100% / 2) - 35px);
}

.mypage .letter-guide .letter-guide-content .guide-item .item-img {
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	width: 44px;
}

.mypage .letter-guide .letter-guide-content .guide-item .item-img > img {
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content {
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content .item-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content .item-sub {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.63;
	letter-spacing: -0.48px;
	color: #555;
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content .item-example-box {
	display: flex;
	gap: 25px;
	width: 100%;
	background-color: #fbf6f3;
	border: 1px solid #e2d1c3;
	margin-top: 12px;
	padding: 18px 20px 30px;
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content .item-example-box .example-item {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content .item-example-box .example-item .example-item-head {
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.48px;
	color: #8a5f36;
	white-space: nowrap;
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content .item-example-box .example-item .example-item-content {
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content .item-example-box .example-item .example-item-content > p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.63;
	letter-spacing: -0.48px;
	color: #333;
	text-align: left;
	white-space: pre-line;
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content .item-example-txt {
	display: block;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content .item-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .letter-guide .letter-guide-content .guide-item .item-content .item-desc > b {
	font-weight: 700;
}

.mypage .letter-guide .letter-sub-txt {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.48px;
	text-align: center;
	color: #999;
}

.mypage .letter-option-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: 70px;
}

.mypage .letter-option-buttons .btn {
	min-width: 210px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
}

.mypage .letter-option-buttons .btn.btn-outline {
	font-weight: 400;
}

.mypage .letter-option-buttons .btn.btn-primary {
	font-weight: 700;
}

.mypage .write-letter .mypage-wrapper .mypage-form .mypage-form-control .form-radio-group .form-radio input[type=radio] + label{
	font-size: 18px;
}

/* 나의 회원정보 member-info */
.mypage .member-info-login {
	padding-top: 100px;
}

.mypage .member-info-login .login-description {
	text-align: center;
}

.mypage .member-info-login .login-description p {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.58;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .member-info-login .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control {
	justify-content: center;
}

.mypage .member-info-login .form-control .form-message {
}

.mypage .member-info-login .btn-link {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.16px;
	color: #777;
}

.mypage .member-info-kakao {
	padding-top: 100px;
}

.mypage .member-info-kakao .kakao-description {
	text-align: center;
}

.mypage .member-info-kakao .kakao-description > span {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .member-info-kakao .kakao-description > p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .member-info-exit {
	padding: 40px;
}

.mypage .member-info-exit .exit-guide-container {
	position: relative;
	margin-bottom: 40px;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: center;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-head .icon-warn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background-color: #f5f5f5;
	border-radius: 50%;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-head .icon-warn > img {
	width: 46px;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-head .txt-warn {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-content {
	position: relative;
	width: 100%;
	background-color: rgba(245, 246, 247, 0.3);
	border: 1px solid #a6794d;
	margin-top: 50px;
	padding: 60px 48px 48px 54px;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-content::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	width: 1px;
	height: 88%;
	background-color: #fff;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-content::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
	width: 1px;
	height: 88%;
	background-color: #fff;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-content .exit-guide-content-head {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	height: 46px;
	padding-inline: 45px;
	background-color: #fff;
	border: 1px solid #a6794d;
	border-radius: 24px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.66px;
	color: #8f4700;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-content .exit-guide-content-body {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-content .exit-guide-content-body > p {
	position: relative;
	padding-left: 36px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #555;
	white-space: pre-line;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-content .exit-guide-content-body > p::before {
	content: attr(data-index);
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.6px;
	color: #333;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-content .exit-guide-content-body .txt-highlight {
	background-color: rgba(255, 240, 232, 0.73);
	padding: 3px 6px;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-content .exit-guide-content-body b {
	font-weight: 700;
}

.mypage .member-info-exit .exit-guide-container .exit-guide-content .exit-guide-content-body em {
	color: #8f4700;
}

.mypage .member-info-exit-complte {
	padding-top: 100px;
}

.mypage .member-info-exit-complte .exit-description {
	text-align: center;
}

.mypage .member-info-exit-complte .exit-description > span {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.58;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .member-info-exit-complte .exit-description > span > em {
	color: #8f4700;
}

.mypage .member-info-exit-complte .exit-description > p {
	margin-top: 32px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.89;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .member-info-exit-complte .exit-description > p b {
	font-weight: 700;
}

.mypage .member-info-exit-complte .exit-description > p em {
	color: #8f4700;
}

.mypage .member-info-exit-complte .exit-description > p .txt-highlight {
	background-color: rgba(255, 240, 232, 0.73);
	padding: 3px 6px;
}

.mypage .member-info-exit-complte .exit-description .guide-info {
	display: inline-flex;
	align-items: center;
	height: 90px;
	padding: 0 25px 0 20px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	margin: 35px auto 0;
}

.mypage .member-info-exit-complte .exit-description .guide-info .info-img {
	position: relative;
	width: 58px;
	padding-right: 20px;
	margin-right: 30px;
}

.mypage .member-info-exit-complte .exit-description .guide-info .info-img::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 60px;
	background-color: #e5e5e5;
}

.mypage .member-info-exit-complte .exit-description .guide-info .info-img > img {
	width: 100%;
}

.mypage .member-info-exit-complte .exit-description .guide-info .info-txt {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.66px;
	color: #555;
	margin-right: 25px;
}

.mypage .member-info-exit-complte .exit-description .guide-info .info-items {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.mypage .member-info-exit-complte .exit-description .guide-info .info-items .info-tel {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #555;
}

.mypage .member-info-exit-complte .exit-description .guide-info .info-items .info-time {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #777;
	text-align: left;
}

.mypage .agree-exit-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e5e5e5;
}

.mypage .agree-exit-row .form-checkbox > label {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.18px;
	color: #777;
	padding-top: 0;
}

/* 기부금영수증 donation-receipt & 후원확인서 sponsorship-confirmation */
.mypage .donation-receipt-guide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 30px 40px 30px 54px;
	background-color: rgba(230, 220, 209, 0.5);
	border-radius: 6px;
}

.mypage .donation-receipt-guide .guide-txt {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .donation-receipt-guide .guide-txt > b {
	font-weight: 700;
}

.mypage .donation-receipt-guide .guide-txt > b > em {
	color: #7d3e00;
}

.mypage .donation-receipt-guide .btn-cell {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #333;
}

.mypage .donation-receipt-guide .btn-cell > img {
}

.mypage .donation-receipt-notice{
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.03em;
	color: #333;
	text-align:right;
}

.mypage .donation-receipt-notice em{
	color: #777;
}

.mypage .donation-board .board-view .board-receipt-head {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 18px 40px;
	margin-top: 40px;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #bdbdbd;
}

.mypage .donation-board .board-view .board-receipt-head .board-total-count {
}

.mypage .donation-board .board-view .board-receipt-head .board-total-count > span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #333;
}

.mypage .donation-board .board-view .board-receipt-head .board-head-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mypage .donation-board .board-view .board-receipt-head .board-head-title > span {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .donation-board .board-view .board-receipt-head .board-option {
}

.mypage .donation-board .board-view .board-receipt-head .board-option .option-item {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}

.mypage .donation-board .board-view .board-receipt-head .board-option .option-item .item-tit {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #333;
}

.mypage .donation-board .board-view .board-receipt-head .board-option .option-item .btn {
	width: 142px;
	height: 42px;
	font-weight: 400;
}

.mypage .corp-document-container {
	margin-top: 80px;
}

.mypage .corp-document-container .document-download {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 40px;
	background-color: #eee;
	border: solid #e5e5e5;
	border-width: 1px 0;
}

.mypage .corp-document-container .document-download .document-download-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
	margin-right: 85px;
}

.mypage .corp-document-container .document-download .btn {
	gap: 10px;
	width: 300px;
	height: 54px;
	margin-right: 20px;
	background-color: #fff;
	font-weight: 400;
	font-size: 16px;
}

.mypage .corp-document-container .document-download .btn > img {
}

.mypage .corp-document-container .document-download-guide-list {
	margin-top: 20px;
}

.mypage .corp-document-container .document-download-guide-list .guide-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px 40px;
	border: solid #e5e5e5;
	border-width: 0;
}

.mypage .corp-document-container .document-download-guide-list .guide-item:not(:last-child) {
	border-width: 0 0 1px 0;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-icon {
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	width: 46px;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-icon > img {
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-desc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-desc .desc-txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-desc .desc-contact {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 20px;
	padding-left: 30px;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-desc .desc-contact::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 44px;
	background-color: #bdbdbd;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-desc .desc-contact .contact-tit {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-desc .desc-contact .contact-way {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-desc .desc-contact .contact-way .contact-tel {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.48px;
	color: #555;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-desc .desc-contact .contact-way .contact-time {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-desc .desc-txt > span {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.88;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .corp-document-container .document-download-guide-list .guide-item .item-desc .desc-txt > span > em {
	color: #da291c;
}

/* 후원내역 donation-history */
.mypage .donation-board .board-receipt-head .select2-container--default .select2-selection--single {
	height: 40px;
}

.mypage .donation-board .board-receipt-head .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.mypage .donation-board .board-receipt-head .select2-results__option {
	padding: 8px;
}

.mypage .donation-history-board {
	display: flex;
}

.mypage .donation-history-board > table:first-child > thead > tr > th::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background-color: #bdbdbd;
}

.mypage .donation-history-board > table:first-child > tbody > tr > td:last-child {
	border-right: 1px solid #e5e5e5;
}

.mypage .donation-board .board-view .board-list.donation-history-board .inquire-table > tbody > tr.tr-total > td:first-child .cell {
	padding-left: 70px;
}

.mypage .donation-board .board-view .board-list.donation-history-board .inquire-table > tbody > tr.tr-total > td:last-child .cell {
	padding-right: 70px;
}

/* 후원자료실 resource-center */
.mypage .resource-center-section {
	margin-top: 50px;
}

.mypage .resource-center-section .resource-center-section-title {
}

.mypage .resource-center-section .resource-center-section-title > span {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.mypage .resource-center-section .resource-center-section-content {
	margin-top: 30px;
}

.mypage .resource-center-section .resource-center-section-content .service-information {
	width: 100%;
	padding: 40px 150px 50px;
	background-color: #fbfbfb;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.mypage .resource-center-section .resource-center-section-content .service-information .information-title {
	text-align: center;
}

.mypage .resource-center-section .resource-center-section-content .service-information .information-title > span {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.66px;
	color: #926d49;
}

.mypage .resource-center-section .resource-center-section-content .service-information .information-item-container {
	margin-top: 25px;
}

.mypage .resource-center-section .resource-center-section-content .service-information .information-item-container .service-journey {
	width: 696px;
	height: 131px;
	background: url("/assets/pc/images/mypage/service_journey.png") center center / cover no-repeat;
	margin-inline: auto;
}

.mypage .resource-center-section .resource-center-section-content .service-information .information-item-container .information-item-list {
	display: flex;
}

.mypage .resource-center-section .resource-center-section-content .service-information .information-item-container .information-item-list .item {
	flex: 1;
}

.mypage .resource-center-section .resource-center-section-content .service-information .information-item-container .information-item-list .item .item-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
}

.mypage .resource-center-section .resource-center-section-content .service-information .information-item-container .information-item-list .item .item-txt .item-tit {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .resource-center-section .resource-center-section-content .service-information .information-item-container .information-item-list .item .item-txt .item-desc {
	font-size: 16px;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .resource-center-section .resource-center-section-content .service-item-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.mypage .resource-center-section .resource-center-section-content .service-item-list .item {
	position: relative;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	width: calc((100% / 3) - 2px);
	margin-right: 2px;
	padding: 40px 0 30px 70px;
}

.mypage .resource-center-section .resource-center-section-content .service-item-list .item:nth-child(-n+3) {
	border-bottom: 1px dashed rgba(85, 85, 85, 0.5);
}

.mypage .resource-center-section .resource-center-section-content .service-item-list .item:not(:nth-child(3n))::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 68px;
	border-right: 1px dashed rgba(85, 85, 85, 0.5);
}

.mypage .resource-center-section .resource-center-section-content .service-item-list .item .item-img {
	flex-shrink: 0;
	display: inline-flex;
	justify-content: flex-end;
	width: 46px;
}

.mypage .resource-center-section .resource-center-section-content .service-item-list .item .item-img > img {
}

.mypage .resource-center-section .resource-center-section-content .service-item-list .item .item-txt {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.mypage .resource-center-section .resource-center-section-content .service-item-list .item .item-txt .item-tit {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .resource-center-section .resource-center-section-content .service-item-list .item .item-txt .item-desc {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #555;
}

.mypage .resource-center-section-content {
	margin-top: 30px;
}

.mypage .resource-center-section-content .resource-item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 22px 24px;
	padding: 0 25px;
}

.mypage .resource-center-section-content .resource-item-list .item {
	display: inline-flex;
	border: 1px solid #ddd;
	border-radius: 6px;
	width: calc((100% / 2) - 12px);
	min-height: 230px;
	overflow: hidden;
}

.mypage .resource-center-section-content .resource-item-list .item .item-thumbnail {
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 100%;
	background-color: #fff8f8;
}

.mypage .resource-center-section-content .resource-item-list .item .item-thumbnail > img {
	max-width: 100%;
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 40px 30px 36px 28px;
	background-color: #fff;
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail .item-txt {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail .item-txt .item-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail .item-txt .item-desc {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail .item-option {
	border-top: 1px solid #999;
	padding-top: 10px;
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail .item-option > a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.48px;
	color: #777;
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail .item-option > a > img {
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail > a {
}

.mypage .resource-center-section-content .resource-item-list .item > a {
}

.mypage .resource-center-section-content .resource-item-list > a {
}

.mypage .resource-center-section-content .resource-item-list .item > a .item-thumbnail {
}

.mypage .resource-center-section-content .resource-item-list .item > a .item-thumbnail > img {
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail > a .item-txt {
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail > a .item-txt .item-title {
}

.mypage .resource-center-section-content .resource-item-list .item .item-detail > a .item-txt .item-desc {
}

/* 자주 묻는 질문 faq */
.mypage .search-form {
	padding: 50px 0;
	border-bottom: 1px solid #dbdcdc;
}

.mypage .search-form .search-area {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mypage .search-form .search-box {
	position: relative;
	width: 580px;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
}

.mypage .search-form .search-box input {
	border-radius: 50px;
	padding: 22px 30px;
	border: none;
	font-size: 20px;
	width: 100%;
}

.mypage .search-form .search-box input::placeholder {
	color: #999999;
}

.mypage .search-form .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;
}

.mypage .search-form .search-box-icon span {
	display: block;
	width: 27px;
	height: 27px;
	background: url("/assets/pc/images/common/search.png") no-repeat center center;
}

.mypage .search-form .search-tag {
	display: flex;
	margin-top: 18px;
}

.mypage .search-form .search-tag-label {
	padding-top: 15px;
	flex-shrink: 0;
}

.mypage .search-form .search-tags {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
}

.mypage .search-form .search-tags .search-tag-item {
	padding: 12px 16px;
	background: #f3f4f4;
	border-radius: 25px;
}

.mypage .search-form .search-tags .search-tag-item.active {
	background-color: #d9291d;
}

.mypage .search-form .search-tags .search-tag-item.active a {
	color: #fff;
}

.mypage .search-form .search-result {
	margin-top: 80px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.mypage .search-form .search-result b {
	font-size: 24px;
}

.mypage .faq .faq-menu {
	display: flex;
	padding-top: 20px;
	border-bottom: 1px solid #dbdcdc;
}

.mypage .faq .faq-menu .menu-item {
	display: flex;
	justify-content: center;
	flex: 1;
	padding: 20px 0;
	border-bottom: 2px solid transparent;
}

.mypage .faq .faq-menu .menu-item .menu-text {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.6px;
	color: #333;
}

.mypage .faq .faq-menu .menu-item.active {
	border-color: #926d49;
}

.mypage .faq .faq-menu .menu-item.active .menu-text {
	color: #926d49;
	font-weight: 700;
}

.mypage .faq .faq-collapse {
	border-radius: 6px;
}

.mypage .faq .search-section-head {
	margin-bottom: 0 !important;
}

.mypage .faq .faq-content {
	margin-top: 60px;
}

.mypage .faq .faq-content.faq-top {
	padding: 60px 0;
	background: #f3f0e6;
}

.mypage .faq .faq-content.faq-top .container {
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

.mypage .faq .faq-content.faq-top .container .faq-collapse {
	background: #ffffff;
	padding: 12px 30px;
	border-radius: 16px;
}

.mypage .faq .faq-content-title {
	font-size: 24px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 20px;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-text {
	cursor: pointer;
}

.mypage .faq .faq-collapse .faq-list .faq-item + .faq-item {
	border-top: 1px solid #d0d1d1;
}

.mypage .faq .faq-top .faq-collapse .faq-list .faq-item:last-of-type {
	border-bottom: none;
}

.mypage .faq .faq-collapse .faq-list .faq-item:last-of-type {
	border-bottom: 1px solid #d0d1d1;
}

.mypage .faq .faq-collapse .faq-list .faq-item {
	padding: 44px 0;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-text {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 32px;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-label {
	width: 240px;
	font-weight: 700;
	font-size: 20px;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-label span {
	font-size: 18px;
}

.mypage .faq .faq-top .faq-collapse .faq-list .faq-item .faq-label {
	color: #d9291d !important;
}

.mypage .faq .faq-all .faq-collapse .faq-list .faq-item .faq-label {
	color: #777777;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-label span {
	margin-left: 32px;
	color: #777777;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #555555;
	flex-grow: 1;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 32px;
	cursor: pointer;
	width: 22px;
	height: 13px;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-arrow span {
	background-image: url('/assets/pc/images/common/expand-faq.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 22px;
	height: 13px;
}

.mypage .faq .faq-collapse .faq-list .faq-item.open {
	padding-bottom: 0;
}

.mypage .faq .faq-collapse .faq-list .faq-item.open .faq-text .faq-label {
	color: #333333;
	font-weight: 700;
}

.mypage .faq .faq-collapse .faq-list .faq-item.open .faq-text .faq-title {
	color: #333333;
	font-weight: 700;
}

.mypage .faq .faq-collapse .faq-list .faq-item.open .faq-text .faq-label span {
	color: #333333;
	font-weight: 700;
}

.mypage .faq .faq-collapse .faq-list .faq-item.open .faq-arrow span {
	background-image: url('/assets/pc/images/help/icon-more-red.png');
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-content {
	border-top: 3px solid #f3f3f3;
	margin-top: 44px;
	background: #f5f6f7;
	padding: 40px 40px 40px 80px;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-content .faq-answer {
	display: flex;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-content .faq-answer-label {
	font-size: 22px;
	color: #d9291d;
	font-weight: 700;
	margin-right: 34px;
}

.mypage .faq .faq-collapse .faq-list .faq-item .faq-content .faq-answer-content {
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .faq .faq-pagination {
	margin-top: 60px;
}

.mypage .faq .help-box {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.mypage .faq .help-box .help-banner-item {
	width: 50%;
	height: 130px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.mypage .faq .help-box .help-banner-item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 36px;
}

.mypage .faq .help-box .help-banner-item a .banner-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
}

.mypage .faq .help-box .help-banner-item a .banner-wrap .banner-text-box {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 18px;
	margin-left: 18px;
}

.mypage .faq .help-box .help-banner-item a .banner-wrap .banner-text-box .banner-title {
	color: #333333;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
}

.mypage .faq .help-box .help-banner-item a .banner-wrap .banner-text-box .banner-text {
	color: #555555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.54px;
}

.mypage .faq .help-box .help-banner-item a .banner-wrap .banner-text-box .banner-text b {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.59;
	letter-spacing: -0.51px;
	color: #777;
}

.mypage .faq .help-box .help-banner-item a .banner-wrap .banner-text-box .banner-text i {
	margin-left: 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.93;
	letter-spacing: -0.42px;
	color: #777;
	font-style: normal;
}

.mypage .faq .help-box .help-banner-item a .banner-wrap .banner-more {
	width: 25px;
	height: 25px;
	border: 1px solid #c5c5c5;
	border-radius: 50%;
	position: relative;
}

.mypage .faq .help-box .help-banner-item a .banner-wrap .banner-more img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 1:1문의 inquiry */
.mypage .inquire-head {
	padding: 40px 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mypage .inquire-head .inquire-head-text {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #555;
}

.mypage .inquire-head .inquire-head-action {
	display: flex;
	align-items: center;
}

.mypage .inquire-head .inquire-head-action .btn {
	width: 210px;
	height: 45px;
	line-height: 45px;
	font-weight: 400;
	letter-spacing: -0.54px;
	font-size: 16px;
}

.mypage .inquire-head .inquire-head-action .btn.btn-black {
	background-color: #555;
}

.mypage .inquire-head .inquire-head-action .btn + .btn {
	margin-left: 10px;
}

.mypage .inquire-detail {
}

.mypage .inquire-detail .inquire-detail-head {
	display: flex;
	align-items: center;
	width: 100%;
	height: 78px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}

.mypage .inquire-detail .inquire-detail-head > span {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .inquire-detail .inquire-detail-head > span:not(:last-child) {
	border-right: 1px solid #bdbdbd;
}

.mypage .inquire-detail .inquire-detail-head .head-type {
	width: 140px;
	text-align: center;
}

.mypage .inquire-detail .inquire-detail-head .head-title {
	width: 705px;
	padding-left: 50px;
}

.mypage .inquire-detail .inquire-detail-head .head-date {
	width: 205px;
	text-align: center;
}

.mypage .inquire-detail .inquire-detail-content {
	padding: 40px;
}

.mypage .inquire-detail .inquire-detail-content > p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .inquire-detail .inquire-detail-reply {
	padding: 40px;
	border: solid #e5e5e5;
	border-width: 1px 0;
}

.mypage .inquire-detail .inquire-detail-reply .reply-item {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.mypage .inquire-detail .inquire-detail-reply .reply-item .reply-item-head {
	margin-right: 40px;
}

.mypage .inquire-detail .inquire-detail-reply .reply-item .reply-item-head > span {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.mypage .inquire-detail .inquire-detail-reply .reply-item .reply-item-content {
}

.mypage .inquire-detail .inquire-detail-reply .reply-item .reply-item-content > p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #555;
}

.mypage .inquiry .inquire-write {
	border-bottom: 1px solid #e5e5e5;
}

.mypage .inquiry .inquire-form-head {
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	padding: 0 40px;
	height: 78px;
	border-top: 1px solid #e5e5e5;
}

.mypage .inquiry .mypage-form .mypage-form-body .mypage-form-row .mypage-form-label {
	width: 100px;
}

.mypage .inquiry .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-radio-group{
	display: flex;
	align-items: center;
	flex-flow: wrap;
	justify-content: space-between;
}

.mypage .inquiry .mypage-form .mypage-form-body .mypage-form-row .mypage-form-control .form-control .form-radio-group .form-radio + .form-radio{
	margin: 0 10px 0 10px;
}

/* 버튼 공용 */
.mypage .btn-row {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 48px;
}

.mypage .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}

.mypage .btn-sm {
	width: 175px;
	height: 58px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.54px;
}

.mypage .btn-md {
	width: 210px;
	height: 58px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.54px;
}

.mypage .btn-auto {
	width: auto;
	padding: 0 50px;
}

.mypage .btn-lg {
	width: 500px;
	height: 70px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
}

.mypage .btn.btn-primary {
}

.mypage .btn.btn-gray {
	background-color: #555;
	color: #fff;
}

.mypage .btn.btn-brown {
	background-color: #7a644f;
	color: #fff;
}

.mypage .btn.btn-outline {
}

.mypage .btn.btn-outline-red {
	border: 1px solid #d9291d;
	background-color: #fff;
	color: #d9291d;
}

.mypage .btn.btn-red {
	border: 1px solid #d9291d;
	background-color: #d9291d;
	color: #fff;
}

.mypage .btn.btn-kakao {
	background-color: #fee500;
	color: #333;
}

.mypage .btn.btn-naver {
	background-color: #1ec800;
	color: #fff;
}

.mypage .mypage-form .btn {
	height: 60px;
}

/* news */
.move-jibu-btn {
	position: absolute;
	right: 0;
	bottom: -108px;
	transform: translateY(-50%);
	width: 270px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	border: 1px solid #fff;
}
.move-jibu-btn .text {
	padding-right: 14px;
	position: relative;
	color: #fff;
	z-index: 10;
}
.move-jibu-btn .text::after {
	position: absolute;
	content: '';
	background: url("/assets/pc/images/common/right_white.png") no-repeat;
	width: 8px;
	height: 12px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
}
.move-jibu-btn .bg {
	position: absolute;
	background-color: #373737;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	z-index: 5;
}
.news .news-tab {
	padding-bottom: 60px;
}

.news .book-list .book-cover {
	padding-top: 60px;
	position: relative;
	z-index: 1;
}

.news .book-list .book-cover .cover-bg {
	position: absolute;
	top: 0;
	right: 0;

	width: 58%;
	height: 190px;
	background: #ebeff7;
	z-index: -1;

	border-radius: 0 0 0 60px;
}

.news .book-list .book-cover .cover-bg.annual {
	background: #f3f0e6;
}

.news .book-list .book-cover .cover-content {
}

.news .book-list .book-cover .cover-content .cover-image {
	position: relative;
	width: 403px;
	min-height: 510px;
	display: inline-block;
	border-radius: 10px;
	margin-top: 100px;
}

.news .book-list .book-cover .cover-content .cover-image img {
	width: 100%;
	border-radius: 10px;
}

.news .book-list .book-cover .cover-content .cover-image .image-hover {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	box-shadow: 0 10px 45px 0 rgba(0, 0, 0, .3);
	opacity: 1;
	border-radius: 10px;
}

.news .book-list .book-cover .cover-content .cover-image:hover .image-hover {
	display: flex;
}

.news .book-list .book-cover .cover-content .cover-image:hover .image-hover .btn {
	color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.3);
	width: 180px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

.news .book-list .book-cover .cover-content .cover-image:hover .image-hover .btn + .btn {
	margin-top: 10px;
}

.news .book-list .book-cover .cover-info {
	float: right;
	width: 810px;
}

.news .book-list .book-cover .cover-list {
	position: relative;
	width: 600px;
	margin-left: 160px;
}

.news .book-list .book-cover .cover-list .cover-item {
	position: relative;
	cursor: pointer;
}

.news .book-list .book-cover .cover-list .cover-item img {
	width: 135px;
}

.news .book-list .book-cover .cover-list .cover-item .item-checked {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
}

.news .book-list .book-cover .cover-list .cover-item.active .item-checked {
	visibility: visible;
}

.news .book-list .book-cover .cover-list .cover-item .item-checked .item-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #da281f url("/assets/pc/images/common/check-white.png") no-repeat center center / cover;
	background-size: 26px 20px;
}

.news .book-list .book-cover .cover-list .swiper-control {
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
	width: calc(100% + 80px);
}

.news .book-list .book-cover .cover-list .swiper-control .swiper-navi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news .book-list .book-cover .cover-list .swiper-control .swiper-navi .swiper-navi-item {
	cursor: pointer;
}

.news .book-list .book-cover .cover-list .swiper-control .swiper-navi .swiper-navi-item span {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.news .book-list .book-cover .cover-list .swiper-control .swiper-navi .swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev.png");
}

.news .book-list .book-cover .cover-list .swiper-control .swiper-navi .swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next.png");
}

.news .book-list .book-cover .cover-detail {
	margin-top: 48px;
}

.news .book-list .book-cover .cover-detail .detail-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.news .book-list .book-cover .cover-detail .detail-head .detail-title {
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #000;
	font-size: 30px;
	font-weight: 700;
}

.news .book-list .book-cover .cover-detail .detail-head .detail-share {
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.news .book-list .book-cover .cover-detail .detail-head .detail-share .share-dropdown {
	position: absolute;
	background: #ffffff;
	bottom: -68px;
	right: 0;
	border-radius: 6px;
	border: solid 1px #e5e5e5;
	padding: 10px 12px;
	align-items: center;
	display: none;
}

.news .book-list .book-cover .cover-detail .detail-head .detail-share.show .share-dropdown {
	display: flex;
}

.news .book-list .book-cover .cover-detail .detail-head .detail-share .share-dropdown .share-item + .share-item {
	margin-left: 10px;
}

.news .book-list .book-cover .cover-detail .detail-content {
	line-height: 1.6;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 16px;
	height: 180px;
}

.news .book-list .book-cover .cover-detail .detail-action {
	margin-top: 40px;
}

.news .book-list .book-cover .cover-detail .detail-action .btn {
	width: 120px;
	height: 50px;
	line-height: 50px;
}

.news .book-list .book-cover .cover-detail .detail-action .btn + .btn {
	margin-left: 10px;
}

.news .book-list .book-section {
	position: relative;
	padding: 160px 0 100px;
	margin-top: -40px;
}

.news .book-list .book-section::before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 80px);
	height: 100%;
	background: url("/assets/pc/images/news/magazine/background-section.png") no-repeat top right / cover;
}

.news .book-list .book-section.annual::before {
	background: url("/assets/pc/images/news/annual/background-section_ocher.png") no-repeat top right / cover;
}

.news .book-list .book-section .section-list {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -20px;
}

.news .book-list .book-section .section-list .section-item {
	width: calc(33.333% - 40px);
	min-height: 470px;
	margin: 40px 20px;
}

.news .book-list .book-section .section-list .section-item .section-image {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	border: solid 1px #ddd;
	width: 403px;
	height: 403px;
	overflow: hidden;
	background: #ddd;
}

.news .book-list .book-section .section-list .section-item .section-image img {
	width: 100%;
}

.news .book-list .book-section .section-list .section-item .section-title {
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
	font-weight: 700;
	font-size: 24px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap : break-word;
	text-align : left;
	display: -webkit-box;
}

.news .book-detail {
}

.news .book-detail .book-cover {
	position: relative;
	padding-top: 40px;
}

.news .book-detail .book-cover .cover-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 80px);
	height: 270px;
	background: #ebeff7;
	border-radius: 0 0 0 160px;
}

.news .book-detail .book-cover .cover-select {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 40px;
}

.news .book-detail .book-cover .cover-list {
	position: relative;
	margin-top: 30px;
	padding: 0 40px;
}

.news .book-detail .book-cover .cover-list .swiper-container,
.news .book-detail .book-cover .cover-list .swiper-wrapper {
	border-radius: 10px;
}

.news .book-detail .book-cover .cover-list .cover-item {
	position: relative;
	cursor: pointer;
}

.news .book-detail .book-cover .cover-list .cover-item .cover-image {
	position: relative;
	border-radius: 10px;
	border: solid 1px #ddd;
	width: 180px;
	height: 180px;
	overflow: hidden;
}

.news .book-detail .book-cover .cover-list .cover-item .cover-image img {
	width: 100%;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news .book-detail .book-cover .cover-list .cover-item .cover-checked {
	position: absolute;
	border-radius: 10px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
}

.news .book-detail .book-cover .cover-list .cover-item.active .cover-checked {
	visibility: visible;
}

.news .book-detail .book-cover .cover-list .cover-item .cover-checked .cover-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #da281f url("/assets/pc/images/common/check-white.png") no-repeat center center / cover;
	background-size: 26px 20px;
}

.news .book-detail .book-cover .cover-list .cover-item .cover-title {
	margin-top: 10px;
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 700;
	color: #333;

	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news .book-detail .book-cover .cover-list .magazine-control {
	position: absolute;
	top: 45%;
	left: -15px;
	transform: translateY(-50%);
	width: calc(100% + 15px);
}

.news .book-detail .book-cover .cover-list .magazine-control .magazine-navi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news .book-detail .book-cover .cover-list .magazine-control .magazine-navi .magazine-navi-item {
	cursor: pointer;
}

.news .book-detail .book-cover .cover-list .magazine-control .magazine-navi .magazine-navi-item span {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.news .book-detail .book-cover .cover-list .magazine-control .magazine-navi .swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev.png");
}

.news .book-detail .book-cover .cover-list .magazine-control .magazine-navi .swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next.png");
}

.news .book-detail .book-board {
	padding: 100px 0;
}

.news .book-detail .book-board .board-head {
	position: relative;
	padding-bottom: 40px;

}

.news .book-detail .book-board .board-head .board-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	max-width: 70%;
	margin: 0 auto;
}

.news .book-detail .book-board .board-head .board-date {
	margin-top: 28px;
	font-size: 18px;
	letter-spacing: -0.6px;
	text-align: center;
	color: #777;
}

.news .book-detail .book-board .board-head .board-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.news .book-detail .book-board .board-head .board-icon .board-share {
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.news .book-detail .book-board .board-head .board-icon .board-share .share-dropdown {
	position: absolute;
	background: #ffffff;
	bottom: -68px;
	right: 0;
	border-radius: 6px;
	border: solid 1px #e5e5e5;
	padding: 10px 12px;
	align-items: center;
	display: none;
}

.news .book-detail .book-board .board-head .board-icon .board-share.show .share-dropdown {
	display: flex;
}

.news .book-detail .book-board .board-head .board-icon .board-share .share-dropdown .share-item + .share-item {
	margin-left: 10px;
}

.news .book-detail .book-board .board-download {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.news .book-detail .book-board .board-download .download-item {
	padding: 20px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.news .book-detail .book-board .board-download .download-item + .download-item {
	border-top: 1px solid #f4f4f4;
}

.news .book-detail .book-board .board-download .download-item .download-ico {
	width: 16px;
	height: 16px;
	background-image: url("/assets/pc/images/common/download.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.news .book-detail .book-board .board-download .download-item:hover {
	color: #d9291d;
}

.news .book-detail .book-board .board-download .download-item:hover .download-ico {
	background-image: url("/assets/pc/images/common/download_primary.png");
}

.news .book-detail .book-board .board-content {
	padding: 48px 0 80px;
}

.news .book-detail .book-board .board-content .text-wrap {
	margin-top: 50px;
	word-break: break-word;
}

.story-detail .text-wrap p,
.magazine-detail .text-wrap p,
.annual-detail .text-wrap p,
.data-detail .text-wrap p,
.board-detail .text-wrap p {
	margin: 5px 0;
	padding: 0 0;
	position: relative;
	font-size: 15px;
}

/*.story-detail .text-wrap img,
.magazine-detail .text-wrap img,
.annual-detail .text-wrap img,
.data-detail .text-wrap img,
.notice-detail .text-wrap img {
	display: inline;
}*/

.magazine-detail .board-content,
.annual-detail .board-content {
	width:800px;
	margin:auto;
}

.notice-detail .text-wrap p {
	line-height: 30px;
	font-size: 17px;
	color: #555555;
}

.news .book-detail .book-board .board-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
	position: relative;
}

.news .book-detail .book-board .board-action .action-prev a {
	line-height: 1.5;
	display: block;
	padding-left: 32px;
	letter-spacing: -0.54px;
	text-align: left;
	color: #777;
	font-weight: 700;
	background-image: url("/assets/pc/images/common/board-prev.png");
	background-repeat: no-repeat;
	background-size: 18px 32px;
	background-position: left 0 top 50%;
	width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.news .book-detail .book-board .board-action .action-next a {
	line-height: 32px;
	display: block;
	padding-right: 32px;
	letter-spacing: -0.54px;
	text-align: right;
	color: #777;
	font-weight: 700;
	background-image: url("/assets/pc/images/common/board-next.png");
	background-repeat: no-repeat;
	background-size: 18px 32px;
	background-position: right 0 top 50%;
	width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.news .book-detail .book-board .board-action .action-list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.news .book-detail .book-board .board-action .action-list .btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.news .newsletter-list .page,
.news .newsletter-detail .page {
	padding: 80px 0 100px !important;
}

/* 사업 */
/* 사업 공통 */
.program .program-tab {
	margin-bottom: 60px;
}

.program .program-tab.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #ffffff;
	box-shadow: 0px 3px 4px 0 rgba(51, 51, 51, 0.15);
	margin-bottom: 0;
}

.program .program-tab.sticky .tab-item {
	border-radius: 0 !important;
	border-top: 0;
	border-bottom: 0;
}

.program .program-sub-tab {
	margin-bottom: 100px;
}

.program .program-sub-tab .tab-head {
	line-height: 1.5;
	letter-spacing: -0.8px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 60px;
}

.program .program-sub-tab .tab-head-sub {
	line-height: 1.8;
	letter-spacing: -0.5px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: 400;
}

.program .program-sub-tab .tab-head-title {
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin-top: 6px;
}

.program .program-sub-tab .tab-body .tab .tab-item {
	flex: none;
	padding: 16px 35px;
}

.program .program-news {
	padding: 100px 0 55px;
}

.program .program-news .news-head {
	text-align: center;
	letter-spacing: -0.96px;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.program .program-news .news-list {
	margin-top: 30px;
	border-top: 2px solid #222222;
}

.program .program-news .news-list .news-item {
	border-bottom: 1px solid #e5e5e5;
}

.program .program-news .news-list .news-item .news-line {
	padding: 40px 0;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.program .program-news .news-list .news-item .news-line .news-line-text {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.program .program-news .news-list .news-item .news-line .news-line-text .news-num {
	width: 80px;
	text-align: center;
	letter-spacing: -0.54px;
	color: #777;
	font-size: 18px;
	flex-shrink: 0;
}

.program .program-news .news-list .news-item .news-line .news-line-text .news-title {
	padding-left: 70px;
	flex-grow: 1;
	letter-spacing: -0.54px;
	color: #333;
	font-size: 18px;
}

.program .program-news .news-list .news-item .news-line .news-line-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 190px;
	flex-shrink: 0;
	padding-right: 30px;
}

.program .program-news .news-list .news-item .news-line .news-line-meta .news-date {
	font-size: 16px;
	color: #777777;
}

.program .program-news .news-list .news-item .news-line .news-line-meta .news-arrow span {
	text-indent: -9999px;
	background-image: url('/assets/pc/images/common/icon-more.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 22px;
	height: 13px;
}

.program .program-news .news-list .news-item .news-content {
	display: none;
	position:relative;
	background: #f5f6f7;
	padding: 40px 150px;
	overflow: hidden;
}

.program .program-news .news-list .news-content .news-icon {
	position: absolute;
	top: 40px;
	right: 52px;
}

.program .program-news .news-list .news-content .news-icon .news-share {
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	background:#ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.program .program-news .news-list .news-content .news-icon .news-share .share-dropdown {
	position: absolute;
	background: #ffffff;
	bottom: -250px;
	right: -12px;
	border-radius: 6px;
	border: solid 1px #e5e5e5;
	padding: 10px 12px;
	align-items: center;
	display: none;
}

.program .program-news .news-list .news-content .news-icon .news-share.show .share-dropdown {
	display: flex;
	flex-direction: column;
}

.program .program-news .news-list .news-content .news-icon .news-share .share-dropdown .share-item + .share-item {
	margin-top: 10px;
}

.program .program-news .news-list .news-item.open .news-content {
	display: block;
}

.program .program-news .news-list .news-item.open .news-line .news-line-meta .news-arrow span {
	background-image: url('/assets/pc/images/common/icon-more-red.png');
}

.program .program-news .news-pagination {
	margin-top: 60px;
}
.program-jibu-wrap {
	padding: 30px 50px;
	margin-bottom: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f7f7f7;
	border-radius: 16px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
}
.program-jibu-wrap .jibu-text {
	padding-right: 18px;
	position: relative;
	color: #777;
	font-size: 18px;
	font-weight: 400;
}
.program-jibu-wrap .jibu-text::after {
	position: absolute;
	content: '';
	background: url("/assets/pc/images/common/right_gray.png") no-repeat;
	width: 8px;
	height: 12px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.program .program-campaign {
	position: relative;
	padding: 57px 0 54px;
}

.program .program-campaign::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 708px;
	height: 256px;
	background: url("/assets/pc/images/common/campaign-bg-1.png") center center / cover no-repeat;
	z-index: -1;
}

.program .program-campaign::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1540px;
	height: 384px;
	background: url("/assets/pc/images/common/campaign-bg-2.png") center center / cover no-repeat;
	z-index: -1;
}

.program .program-campaign .program-campaign-head {
}

.program .program-campaign .program-campaign-head > span {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #333;
}

.program .program-campaign .program-campaign-content {
	display: flex;
	gap: 55px;
	margin-top: 20px;
}

.program .program-campaign .program-campaign-content .content-thumbnail {
	flex-shrink: 0;
	width: 500px;
	height: 557px;
}

.program .program-campaign .program-campaign-content .content-thumbnail .thumbnail-img {
	width: 100%;
	height: 100%;
}

.program .program-campaign .program-campaign-content .content-thumbnail .thumbnail-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.program .program-campaign .program-campaign-content .content-thumbnail .thumbnail-none {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.12);
	border: solid 1px #e5e5e5;
	overflow: hidden;
}

.program .program-campaign .program-campaign-content .content-thumbnail .thumbnail-none > img {
}

.program .program-campaign .program-campaign-content .content-body {
	width: 100%;
	max-width: 765px;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head {
	margin-top: 30px;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-head-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #d9291d;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-desc {
	margin-top: 12px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #333;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 32px;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .link-detail-campaign {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #555;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .link-detail-campaign > img {
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation {
	display: inline-flex;
	gap: 14px;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .related-contents-navigation-button {
	height: 20px;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .related-contents-navigation-button > img {
	height: 100%;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-prev {
	width: 11px;
	height: 20px;
	background: url("/assets/pc/images/common/navi-prev.png") center center / cover no-repeat;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-next {
	width: 11px;
	height: 20px;
	background: url("/assets/pc/images/common/navi-next.png") center center / cover no-repeat;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-pause {
	width: 10px;
	height: 20px;
	background: url("/assets/pc/images/common/navi-pause.png") center center / contain no-repeat;
	margin-left: 12px;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-play {
	width: 10px;
	height: 20px;
	background: url("/assets/pc/images/common/navi-play.png") center center / contain no-repeat;
	margin-left: 12px;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-prev:hover {
	background: url("/assets/pc/images/common/navi-prev_primary.png") center center / cover no-repeat;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-next:hover {
	background: url("/assets/pc/images/common/navi-next_primary.png") center center / cover no-repeat;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-pause:hover {
	background: url("/assets/pc/images/common/navi-pause_primary.png") center center / contain no-repeat;
}

.program .program-campaign .program-campaign-content .content-body .content-campaign-head .content-campaign-detail .related-contents-navigation .navigation-button-play:hover {
	background: url("/assets/pc/images/common/navi-play_primary.png") center center / contain no-repeat;
}

.program .program-campaign .program-campaign-content .content-body .related-contents-empty {
	margin-top: 190px;
	padding-left: 150px;
	height: 180px;
}

.program .program-campaign .program-campaign-content .content-body .related-contents-empty > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.72px;
	color: #333;
	text-align: center;
}

.program .program-campaign .program-campaign-content .content-body .related-contents {
	margin-top: 64px;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .related-contents-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .related-contents-head .recommend-txt {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #555;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .related-contents-head .link-detail-recommend {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	color: #777;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .related-contents-head .link-detail-recommend > svg {
}

.program .program-campaign .program-campaign-content .content-body .related-contents .swiper-container {
	height: fit-content;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .item-list {
	display: flex;
	margin-top: 20px;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .item-list .item {
	width: calc((100% / 4) - 7px);
}

.program .program-campaign .program-campaign-content .content-body .related-contents .item-list .item .item-img {
	position: relative;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 8px;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .item-list .item .item-img > img {
	width: 100%;
	height: 100%;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .item-list .item .item-img .item-img-tag {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 107px;
	height: 40px;
	background-color: #777;
	border-radius: 0 0 8px 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #fff;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .item-list .item .item-desc {
	margin-top: 10px;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .item-list .item .item-desc > span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #333;
	white-space: pre-line;
}

.program .program-campaign .program-campaign-content .content-body .related-contents .item-list .item.swiper-item-single {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding-left: 96px;
}

.program .program-cover .cover-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0 60px;
	height: 240px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
	border-radius: 10px;

	display: flex;
	align-items: center;
}

.program .program-cover .cover-bg span {
	color: #da281f;
}

.program .program-damage {
	padding: 100px 0;
}

.program .program-damage .damage-section + .damage-section {
	margin-top: 80px;
}

.program .program-damage .damage-head {
	letter-spacing: -0.96px;
	text-align: center;
	color: #000;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 700;
}

.program .program-damage .damage-list {
	display: flex;
}

.program .program-damage .damage-item {
	width: 33.333%;
	height: 350px;
	border-radius: 16px;
	border: 2px solid #f3f0e6;
	padding: 40px 30px;
	position: relative;
}

.program .program-damage .damage-item + .damage-item {
	margin-left: 30px;
}

.program .program-damage .damage-item .damage-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #000;
	font-size: 22px;
	font-weight: 700;
}

.program .program-damage .damage-item .damage-detail {
	margin-top: 12px;
	letter-spacing: -0.48px;
	text-align: left;
	color: #999;
	font-size: 14px;
}

.program .program-damage .damage-item .damage-head-caption {
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #999;
	font-size: 14px;
	text-align: left;
}

.program .program-damage .damage-item .damage-text {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 40px;
}

.program .program-damage .damage-item .damage-title span {
	color: #d9291d;
}

.program .program-damage .damage-item .damage-text .text-number {
	color: #333333;
	line-height: 1;
	text-align: right;
}

.program .program-damage .damage-item .damage-text .text-number b {
	font-size: 44px;
	font-weight: 700;
}

.program .program-damage .damage-item .damage-text .text-number em {
	font-size: 30px;
	color: #333333;
	line-height: 1.5;
	font-weight: 700;
}

.program .program-damage .damage-item .damage-text .text-number span {
	margin-right: 4px;
}

.program .program-damage .damage-item .damage-text .text-number .text-help {
	margin-top: 4px;
	text-align: right;
	color: #999999;
	letter-spacing: -0.54px;
}

.program .program-damage .damage-item .damage-text .text-number .text-help.black {
	color: #333333;
}

.program .program-damage .damage-item .damage-text .text-number .text-help.primary {
	color: #da291c;
}

.program .program-damage .damage-caption {
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.48px;
	text-align: right;
	color: #999;
	font-size: 16px;
}

.program .program-support {
	padding: 100px 0;
	background: #f5f5f5;
}

.program .program-support .support-head {
	letter-spacing: -0.96px;
	text-align: center;
	color: #000;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 700;
}

.program .program-support .support-data .data-year {
	letter-spacing: -0.48px;
	text-align: right;
	color: #777;
	font-size: 14px;
	margin-bottom: 10px;
}

.program .program-support .support-data .data-list {
	display: flex;
}

.program .program-support .support-data .data-list .data-item {
	background: #ffffff;
	padding: 40px;
	position: relative;
	text-align: left;
	flex: 1;
	border-radius: 10px;
}

.program .program-support .support-data .data-list .data-item + .data-item {
	margin-left: 30px;
}

.program .program-support .support-data .data-list .data-item .data-title {
	letter-spacing: -0.72px;
	font-size: 22px;
	font-weight: 700;
}

.program .program-support .support-data .data-list .data-item .data-count {
	margin-top: 40px;
	display: flex;
	align-items: flex-end;

}

.program .program-support .support-data .data-list .data-item .data-count .data-number {
	font-size: 30px;
	letter-spacing: -0.96px;
	line-height: 1;
	font-weight: 700;
}

.program .program-support .support-data .data-list .data-item .data-count .data-unit {
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.6px;
}

.program .program-support .support-data .data-list .data-item .data-icon {
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.program .program-support .support-result .result-content .content-info {
	margin-top: 4px;
	color: #999999;
	font-size: 16px;
	letter-spacing: -0.48px;
	line-height: 1.8;
}

.program .program-support .support-result {
	margin-top: 30px;
	display: flex;
	padding: 60px 40px;
	position: relative;
	background: #ffffff url('/assets/pc/images/program/domestic/bg-result.png') no-repeat center center / cover;
	border-radius: 10px;
	min-height: 280px;
}

.program .program-support .support-result .result-icon {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.program .program-support .support-result .result-icon img {
	width: 80px;
}

.program .program-support .support-result .result-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	font-size: 22px;
	font-weight: 700;
	flex-shrink: 0;
}

.program .program-support .support-result .result-content {
	margin-left: 300px;
	flex-grow: 1;
}

.program .program-support .support-result .result-content .content-list .content-item {
	position: relative;
	padding-left: 10px;
	font-size: 16px;
}


.program .program-support .support-result .result-content .content-list .content-item + .content-item {
	margin-top: 6px;
}

.program .program-support .support-result .result-content .content-list .content-item::before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background: #777777;
	border-radius: 50%;
}

.program .program-support .support-result .result-content .content-list .content-item.none {
	padding-left: 0;
}

.program .program-support .support-result .result-content .content-list .content-item.none::before {
	display: none;
}

.program .program-support .support-result .result-content .content-list .content-item p {
	margin-top: 4px;
	color: #999999;
	font-size: 16px;
	letter-spacing: -0.48px;
	line-height: 1.8;

}

.program .program-support .support-result .result-content .content-info {
	margin-top: 8px;
	font-size: 14px;
	padding-left: 12px;
	color: #777777;
	letter-spacing: -0.54px;
}

.program .program-section {
	padding: 100px 0;
}

.program .program-section .section-inner {
	display: flex;
}

.program .program-section.center .section-inner {
	align-items: center;
}

.program .program-section.reverse .section-inner {
	flex-direction: row-reverse;
}

.program .program-section .section-content {
	flex-grow: 1;
}

.program .program-section .section-image {
	margin-right: 100px;
	flex-shrink: 0;
}

.program .program-section.reverse .section-content {
	margin-right: 100px;
}

.program .program-section.reverse .section-image {
	margin-right: 0;
}

.program .program-section .section-content .content-head .content-head-title {
	line-height: 1.5;
	letter-spacing: -0.96px;
	font-size: 30px;
	color: #000;
	font-weight: 700;
}

.program .program-section .section-content .content-head .content-head-description {
	margin-top: 30px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 18px;
}

.program .program-section .section-content .content-detail {
	margin-top: 40px;
}

.program .program-section .section-content .content-detail b {
	font-weight: 500;
}

.program .program-section .section-content .content-detail .detail-item {
	display: flex;
	line-height: 1.8;
	letter-spacing: -0.6px;
	font-size: 18px;
	color: #555;
}

.program .program-section .section-content .content-detail .detail-item.colum {
	flex-direction: column;
}

.program .program-section .section-content .content-detail .detail-item .detail-label {
	margin-right: 4px;
}

.program .program-section .section-content .content-detail .detail-item + .detail-item {
	margin-top: 6px;
}

.program .program-section .section-content .content-detail .detail-item.colum .detail-title {
	padding-left: 20px;
}

.program .program-section .section-content .content-detail .detail-link {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.program .program-section .section-content .content-detail .detail-link .link-title {
	letter-spacing: -0.54px;
	color: #333;
	font-weight: 700;
	margin-right: 20px;
}

.program .program-section .section-content .content-detail .detail-link .link-button .btn {
	font-size: 16px;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	background: #ffffff;
}

.program .program-section .section-content .content-detail .detail-history {
	margin-top: 12px;
}

.program .program-section .section-content .content-detail .detail-history .history-label {
	letter-spacing: -0.6px;
	font-size: 18px;
	color: #555;
}

.program .program-section .section-content .content-detail .detail-history .history-list {
	margin-top: 10px;
	padding-left: 20px;
}

.program .program-section .section-content .content-detail .detail-history .history-list .history-item {
	display: flex;
	align-items: center;
}

.program .program-section .section-content .content-detail .detail-history .history-list .history-item + .history-item {
	margin-top: 10px;
}

.program .program-section .section-content .content-detail .detail-history .history-list .history-item .history-year {
	width: 95px;
	font-size: 18px;
	letter-spacing: -0.6px;
	color: #da291c;
}

.program .program-section .section-content .content-detail .detail-history .history-list .history-item .history-content {
	margin-left: 12px;
	font-size: 18px;
	letter-spacing: -0.6px;
	color: #555555;
}

.program .program-section .section-content .content-detail .detail-action {
	margin-top: 30px;
}

.program .program-section .section-content .content-detail .detail-action .action-list .action-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0 15px 30px;
}

.program .program-section .section-content .content-detail .detail-action .action-list .action-item + .action-item {
	border-top: 1px solid #e5e5e5;
}

.program .program-section .section-content .content-detail .detail-action .action-list .action-item .action-title .action-name {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
}

.program .program-section .section-content .content-detail .detail-action .action-list .action-item .action-title .action-detail {
	letter-spacing: -0.48px;
	color: #999;
	font-size: 16px;
	margin-top: 4px;
}

.program .program-section .section-content .content-detail .detail-action .action-list .action-item .action-btn .btn {
	font-size: 16px;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	background: #ffffff;
}

.program .program-section .section-content .content-detail .detail-notice{
	letter-spacing: -0.48px;
    color: #999;
    font-size: 16px;
    margin-top: 34px;
}

.program .program-section .section-content .content-detail .action-list > .btn {
	font-size: 16px;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
}

/* 국내사업 아동보호 */
/* 국내사업 서브 메인 */
.program .domestic-main .main-section .section-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.program .domestic-main .main-section .section-list .section-item {
	width: calc(50% - 40px);
	margin: 20px;
	border-radius: 10px;
	position: relative;
}

.program .domestic-main .main-section .section-list .section-item .section-image {
	font-size: 0;
}

.program .domestic-main .main-section .section-list .section-item .section-image img {
	width: 100%;
}

.program .domestic-main .main-section .section-list .section-item .section-text {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.program .domestic-main .main-section .section-list .section-item .section-text .section-title {
	font-size: 30px;
	letter-spacing: -0.8px;
	font-weight: 700;
}

.program .domestic-main .main-section .section-list .section-item .section-text .section-description {
	margin-top: 12px;
	line-height: 1.89;
	letter-spacing: -0.54px;
	font-size: 18px;
}

/* 국내사업 아동보호 */
.program .protect-cover .cover-bg {
	background-image: url("/assets/pc/images/program/domestic/protect/cover-top.png");
}

.program .protect-damage .damage-item .damage-count {
	position: absolute;
	bottom: 50px;
	right: 50px;
	display: flex;
	align-items: flex-end;
}

.program .protect-damage .damage-item .damage-count .count-number {
	font-size: 44px;
	letter-spacing: -1.44px;
	color: #333333;
	line-height: 1;
}

.program .protect-damage .damage-item .damage-count .count-unit {
	font-size: 18px;
	letter-spacing: -0.6px;
	color: #333333;
	margin-left: 10px;
}

.program .protect-damage .damage-item .damage-chart {
	position: absolute;
	bottom: 0;
	right: 34px;
}

.program .protect-damage .damage-item .damage-ratio {
	position: absolute;
	bottom: 30px;
	right: 50px;
}

.program .protect-support .support-result .result-content {
	margin-left: 430px;
	flex-grow: 1;
}

.program .protect-agency .detail-process {
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.program .protect-agency .detail-process .process-title {
	position: relative;
	letter-spacing: -0.6px;
	color: #555;
	padding-left: 10px;
	font-weight: 700;
}

.program .protect-agency .detail-process .process-title::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;

	transform: translateY(-50%);

	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555555;
}

.program .protect-agency .detail-process .process-step {
	margin-top: 30px;
}

.program .protect-agency .detail-process .process-step .step-list {
	display: flex;
}

.program .protect-agency .detail-process .process-step .step-list .step-item {
	width: 16.666%;
	position: relative;
}

.program .protect-agency .detail-process .process-step .step-list .step-item + .step-item {
	margin-left: 42px;
}

.program .protect-agency .detail-process .process-step .step-list .step-item + .step-item::before {
	content: '';
	position: absolute;
	top: 55%;
	left: -25px;
	transform: translateY(-50%);
	width: 12px;
	height: 24px;
	background: url('/assets/pc/images/program/domestic/protect/arrow-step.png') no-repeat center center /cover;

}

.program .protect-agency .detail-process .process-step .step-list .step-item .step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 52px;
}

.program .protect-agency .detail-process .process-step .step-list .step-item .step-label {
	margin-top: 28px;
	border-radius: 15px;
	background-color: #a6794d;
	color: #ffffff;
	letter-spacing: -0.48px;
	padding: 6px 2px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
}

.program .protect-agency .detail-process .process-step .step-list .step-item .step-text {
	margin-top: 16px;
	min-height: 44px;
	text-align: center;
	letter-spacing: -0.54px;
	color: #333;
	line-height: 1.5;
}

.program .protect-agency .detail-work {
	padding: 40px 0;
	display: flex;
}

.program .protect-agency .detail-work .work-title {
	position: relative;
	letter-spacing: -0.6px;
	color: #555;
	padding-left: 10px;
	font-weight: 700;
	flex-shrink: 0;
	width: 154px;
}

.program .protect-agency .detail-work .work-title::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;

	transform: translateY(-50%);

	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555555;
}

.program .protect-agency .detail-work .work-content {
	flex-grow: 1;
	margin-left: 40px;
}

.program .protect-agency .detail-work .work-content .work-list .work-item {
	position: relative;
	padding-left: 10px;
	color: #555555;
	letter-spacing: -0.54px;
}

.program .protect-agency .detail-work .work-content .work-list .work-item + .work-item {
	margin-top: 6px;
}

.program .protect-agency .detail-work .work-content .work-list .work-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background: #777777;
	border-radius: 50%;
}

.program .protect-agency .detail-manage {
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
	display: flex;
}

.program .protect-agency .detail-manage .manage-title {
	position: relative;
	letter-spacing: -0.6px;
	color: #555;
	padding-left: 10px;
	font-weight: 700;
	flex-shrink: 0;
	width: 154px;
}


.program .protect-agency .detail-manage .manage-title::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;

	transform: translateY(-50%);

	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555555;
}

.program .protect-agency .detail-manage .manage-content {
	margin-left: 40px;
	flex-grow: 1;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
}

.program .protect-agency .detail-link {
	margin-top: 30px;
}

.program .protect-agency .detail-link .link-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;

}

.program .protect-agency .detail-link .link-list .link-item {
	width: calc(50% - 20px);
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0 3px 4.5px 0.5px rgba(0, 0, 0, 0.12);
	border: solid 1px #ccc;
}

.program .protect-agency .detail-link .link-list .link-item a {
	padding: 26px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.program .protect-agency .detail-link .link-list .link-item .link-text {
	letter-spacing: -0.54px;
	color: #333;
	font-weight: 700;
}

.program .protect-agency .detail-link .link-list .link-item .link-icon {
	text-indent: -9999px;
	background: url('/assets/pc/images/common/extra-gray.png') no-repeat center center / cover;
	width: 18px;
	height: 18px;
}

.program .protect-shelter {
	background: #f3f2ee;
}

.program .protect-shelter .shelter-action {
	margin-top: 36px;
	display: flex;
}

.program .protect-shelter .shelter-action .action-item {
	display: flex;
}

.program .protect-shelter .shelter-action .action-item + .action-item {
	margin-left: 20px;
}

.program .protect-shelter .shelter-action .action-item span {
	border-radius: 28px;
	padding: 16px 30px;
	background: #ffffff;
	line-height: 1;
}

.program .protect-home .content-detail {
	margin-top: 40px;
}

.program .protect-home .content-detail .detail-type {
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
}

.program .protect-home .content-detail .detail-type .type-title {
	position: relative;
	letter-spacing: -0.6px;
	color: #555;
	padding-left: 10px;
	font-weight: 700;
	flex-shrink: 0;
	width: 154px;
}

.program .protect-home .content-detail .detail-type .type-title::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;

	transform: translateY(-50%);

	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555555;
}

.program .protect-home .content-detail .detail-type .type-content {
	flex-grow: 1;
	margin-left: 40px;
}

.program .protect-home .content-detail .detail-type .type-section .type-section-title {
	margin-bottom: 4px;
	font-weight: 700;
	color: #555;
	letter-spacing: -0.54px;
}

.program .protect-home .content-detail .detail-type .type-section .type-section-detail {
	line-height: 1.7;
	padding-left: 10px;
	color: #555;
	letter-spacing: -0.54px;
}

.program .protect-home .content-detail .detail-type .type-section + .type-section {
	margin-top: 20px;
}

.program .protect-home .content-detail .detail-work {
	padding: 40px 0;
	display: flex;
}

.program .protect-home .content-detail .detail-work .work-title {
	position: relative;
	letter-spacing: -0.6px;
	color: #555;
	padding-left: 10px;
	font-weight: 700;
	flex-shrink: 0;
	width: 154px;
}

.program .protect-home .content-detail .detail-work .work-title::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;

	transform: translateY(-50%);

	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555555;
}

.program .protect-home .content-detail .detail-work .work-content {
	flex-grow: 1;
	margin-left: 40px;
}

.program .protect-home .content-detail .detail-work .work-content .work-list .work-item {
	position: relative;
	padding-left: 10px;
	color: #555555;
	letter-spacing: -0.54px;
}

.program .protect-home .content-detail .detail-work .work-content .work-list .work-item + .work-item {
	margin-top: 6px;
}

.program .protect-home .content-detail .detail-work .work-content .work-list .work-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background: #777777;
	border-radius: 50%;
}

.program .protect-home .content-detail .detail-manage {
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
	display: flex;
}

.program .protect-home .content-detail .detail-manage .manage-title {
	position: relative;
	letter-spacing: -0.6px;
	color: #555;
	padding-left: 10px;
	font-weight: 700;
	flex-shrink: 0;
	width: 154px;
}


.program .protect-home .content-detail .detail-manage .manage-title::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;

	transform: translateY(-50%);

	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #555555;
}

.program .protect-home .content-detail .detail-manage .manage-content {
	margin-left: 40px;
	flex-grow: 1;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
}

.program .protect-home .content-detail .detail-link {
	margin-top: 30px;
}

.program .protect-home .content-detail .detail-link .link-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;

}

.program .protect-home .content-detail .detail-link .link-list .link-item {
	width: calc(50% - 20px);
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0 3px 4.5px 0.5px rgba(0, 0, 0, 0.12);
	border: solid 1px #ccc;
}

.program .protect-home .content-detail .detail-link .link-list .link-item a {
	padding: 26px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.program .protect-home .content-detail .detail-link .link-list .link-item .link-text {
	letter-spacing: -0.54px;
	color: #333;
	font-weight: 700;
}

.program .protect-home .content-detail .detail-link .link-list .link-item .link-icon {
	text-indent: -9999px;
	background: url('/assets/pc/images/common/extra-gray.png') no-repeat center center / cover;
	width: 18px;
	height: 18px;
}

.program .protect-safe {
	padding: 100px 0;
	background: #ebeff7;
}

.program .protect-safe .safe-guard {
	display: flex;
	align-items: center;
}

.program .protect-safe .safe-guard .guard-image {
	flex-shrink: 0;
}

.program .protect-safe .safe-guard .guard-content {
	margin-left: 160px;
	flex-grow: 1;
}

.program .protect-safe .safe-guard .guard-content .guard-title {
	font-size: 30px;
	letter-spacing: -0.96px;
	color: #000;
	font-weight: 700;
}

.program .protect-safe .safe-guard .guard-content .guard-description {
	margin-top: 40px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #333;
}

.program .protect-safe .safe-guard .guard-content .guard-detail {
	margin-top: 40px;
}

.program .protect-safe .safe-guard .guard-content .guard-detail .detail-item {
	font-size: 18px;
	letter-spacing: -0.6px;
	text-align: left;
	color: #555;
}

.program .protect-safe .safe-guard .guard-content .guard-detail .detail-item + .detail-item {
	margin-top: 6px;
}

.program .protect-safe .safe-guard .guard-content .guard-action {
	margin-top: 40px;
}

.program .protect-safe .safe-guard .guard-content .guard-action .btn {
	line-height: 50px;
	height: 50px;
	letter-spacing: -0.54px;
	color: #333;
	background: #ffffff;
	padding: 0 30px;
	font-size: 16px;
}

.program .protect-safe .safe-guard .guard-content .guard-action .btn + .btn {
	margin-left: 10px;
}

.program .protect-safe .safe-process {
	margin-top: 40px;
}

.program .protect-safe .safe-process .process-head {
	display: flex;
	align-items: center;
	justify-content: center;
}

.program .protect-safe .safe-process .process-head .process-title {
	border-radius: 20px;
	background: #333333;
	font-size: 22px;
	letter-spacing: -0.72px;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	padding: 6px 20px;
}

.program .protect-safe .safe-process .process-wrap {
	margin-top: 20px;
	position: relative;
	padding: 40px 0;
}

.program .protect-safe .safe-process .process-wrap .process-box {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1120px;
	height: 100%;
	border: 2px solid #c5c5c5;
	border-radius: 10px;
}

.program .protect-safe .safe-process .process-wrap .process-box::after {
	content: '';
	position: absolute;
	top: 30px;
	right: -25px;

	transform: translate(-50%, -50%);
	background: url('/assets/pc/images/program/domestic/protect/arrow-process_down.png') no-repeat center center / cover;
	width: 24px;
	height: 21px;

}

.program .protect-safe .safe-process .process-wrap .process-box::before {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;

	transform: translate(-50%, -50%);
	background: url('/assets/pc/images/program/domestic/protect/arrow-process_up.png') no-repeat center center / cover;
	width: 24px;
	height: 21px;
}

.program .protect-safe .safe-process .process-wrap .process-step {
	display: flex;
}

.program .protect-safe .safe-process .process-wrap .process-step .step-item {
	width: 25%;
	position: relative;
	padding: 20px 30px;
	border-radius: 6px;
	background-color: #d1ccbd;
	display: flex;
	align-items: center;
}

.program .protect-safe .safe-process .process-wrap .process-step .step-item + .step-item {
	margin-left: 20px;
}

.program .protect-safe .safe-process .process-wrap .process-step .step-item:nth-of-type(3) {
	margin-left: 40px;
}

.program .protect-safe .safe-process .process-wrap .process-step .step-item::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: url('/assets/pc/images/program/domestic/protect/arrow-process.png') no-repeat center center / cover;
	width: 28px;
	height: 10px;
}

.program .protect-safe .safe-process .process-wrap .process-step .step-item .step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background: #dbd7cb;
	border-radius: 50%;
	flex-shrink: 0;
}

.program .protect-safe .safe-process .process-wrap .process-step .step-item .step-text {
	margin-left: 32px;
}

.program .protect-safe .safe-process .process-wrap .process-step .step-item .step-text .step-number {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
}

.program .protect-safe .safe-process .process-wrap .process-step .step-item .step-text .step-title {
	margin-top: 4px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
}

.program .protect-safe .safe-process .process-wrap .process-step .step-item .step-text .step-label {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #888;
}

.program .protect-safe .safe-process .process-wrap .process-content {
	position: relative;
	padding-top: 20px;
	display: flex;
	z-index: 1;
}

.program .protect-safe .safe-process .process-wrap .process-content .content-box {
	flex: 1;
	padding: 30px;
	background: #ffffff;
	border-radius: 6px;
	border: 2px solid #f1ece7;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.program .protect-safe .safe-process .process-wrap .process-content .content-box + .content-box {
	margin-left: 40px;
}

.program .protect-safe .safe-process .process-wrap .process-content .content-box .content-list .content-item {
	display: flex;
	align-items: center;
	padding: 15px 0;
}

.program .protect-safe .safe-process .process-wrap .process-content .content-box .content-list .content-item + .content-item {
	border-top: 1px solid #e5e5e5;
}

.program .protect-safe .safe-process .process-wrap .process-content .content-box .content-list .content-item .content-number {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #333;
}

.program .protect-safe .safe-process .process-wrap .process-content .content-box .content-list .content-item .content-text {
	font-size: 18px;
	margin-left: 15px;
	letter-spacing: -0.54px;
	color: #333;
}

.program .protect-safe .safe-process .process-wrap .process-content .content-box .content-list .content-item:first-of-type {
	padding-top: 0;
}

.program .protect-safe .safe-process .process-wrap .process-content .content-box .content-list .content-item:last-of-type {
	padding-bottom: 0;
}

.program .protect-safe .safe-process .process-wrap .process-content .content-box .content-point {
	margin-top: 40px;
	border-radius: 6px;
	background: #fff0f1;
	font-size: 16px;
	letter-spacing: -0.48px;
	text-align: center;
	color: #333;
	padding: 15px 0;
}

.program .protect-safe .safe-process .process-wrap .process-content .content-box .content-point span {
	color: #da291c;
}

/* 국내사업 빈곤위기 지원 */
.program .indigence-cover .cover-bg {
	background-image: url("/assets/pc/images/program/domestic/indigence/cover-top.png");
}

.program .indigence-damage .damage-box {
	border-radius: 16px;
	border: 2px solid #f3f0e6;
	padding: 40px 30px;
	display: flex;
}

.program .indigence-damage .damage-box .box-head {
	position: relative;
}

.program .indigence-damage .damage-box .box-head .box-head-title {
	font-size: 22px;
	color: #000000;
	letter-spacing: -0.72px;
	font-weight: 700;
}

.program .indigence-damage .damage-box .box-head .box-head-detail {
	letter-spacing: -0.48px;
	text-align: left;
	color: #999;
	margin-top: 12px;
}

.program .indigence-damage .damage-box .box-head .box-head-legend {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.program .indigence-damage .damage-box .box-head .box-head-legend .legend-item {
	display: flex;
	align-items: center;
}

.program .indigence-damage .damage-box .box-head .box-head-legend .legend-item + .legend-item {
	margin-left: 20px;
}

.program .indigence-damage .damage-box .box-head .box-head-legend .legend-item .legend-text {
	margin-left: 8px;
	letter-spacing: -0.45px;
	text-align: left;
	color: #777;
	font-size: 14px;
}

.program .indigence-damage .damage-box .box-chart {
	margin-left: 60px;
	flex-grow: 1;
}

.program .indigence-dream {
	padding: 100px 0;
}

.program .indigence-dream > div {
	display: flex;
}

.program .indigence-help {
	background-color: #ebeff7;
}

.program .indigence-meal {
	padding: 100px 0;
}

.program .indigence-meal > div {
	display: flex;

}

.program .indigence-meal .meal-content {
	flex-grow: 1;
}

.program .indigence-meal .meal-image {
	flex-shrink: 0;
	margin-right: 60px;
}

.program .indigence-meal .meal-content .content-title {
	letter-spacing: -0.96px;
	color: #000;
	font-weight: 700;
	font-size: 30px;
}

.program .indigence-meal .meal-content .content-description {
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 18px;
	margin-top: 32px;
}

.program .indigence-meal .meal-content .content-detail {
	margin-top: 40px;
}

.program .indigence-meal .meal-content .content-detail .detail-item {
	display: flex;
	line-height: 1.8;
	letter-spacing: -0.6px;
	font-size: 18px;
	color: #555;
}

.program .indigence-meal .meal-content .content-detail .detail-item .detail-label {
	margin-right: 4px;
}

.program .indigence-meal .meal-content .content-detail .detail-item + .detail-item {
	margin-top: 6px;
}

.program .indigence-refugee {
	background-color: #f1ece7;
}

.program .indigence-hospital {
	padding: 80px 0 100px;
}

.program .indigence-hospital .hospital-head {
	display: flex;
	align-items: center;
	justify-content: center;
}

.program .indigence-hospital .hospital-head .hospital-title {
	border-radius: 20px;
	background: #333333;
	font-size: 22px;
	letter-spacing: -0.72px;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	padding: 6px 20px;
}

.program .indigence-hospital .hospital-list {
	margin-top: 40px;
	border-top: 1px solid #333;
}

.program .indigence-hospital .hospital-list .hospital-item {
	border-bottom: 1px solid #e5e5e5;
}

.program .indigence-hospital .hospital-list .hospital-item .hospital-line {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.program .indigence-hospital .hospital-list .hospital-item .hospital-line .hospital-line-text {
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}

.program .indigence-hospital .hospital-list .hospital-item .hospital-line .hospital-arrow span {
	text-indent: -9999px;
	background-image: url('/assets/pc/images/common/plus-gray.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 22px;
	height: 22px;
}

.program .indigence-hospital .hospital-list .hospital-item .hospital-content {
	background: #f5f6f7;
	padding: 30px;
	display: none;
}

.program .indigence-hospital .hospital-list .hospital-item .hospital-content .content-line {
	width: 50%;
}

.program .indigence-hospital .hospital-list .hospital-item .hospital-content .content-line + .content-line {
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
}

.program .indigence-hospital .hospital-list .hospital-item .hospital-content .content-line .content-item {
	display: flex;
	align-items: center;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.program .indigence-hospital .hospital-list .hospital-item .hospital-content .content-line .content-item + .content-item {
	margin-top: 20px;
}

.program .indigence-hospital .hospital-list .hospital-item .hospital-content .content-line .content-item .content-name {
	width: 300px;
	flex-shrink: 0;
}

.program .indigence-hospital .hospital-list .hospital-item .hospital-content .content-line .content-item .content-phone {
	flex-grow: 1;
}

.program .indigence-hospital .hospital-list .hospital-item.open .hospital-content {
	display: flex;
}

.program .indigence-hospital .hospital-list .hospital-item.open .hospital-line .hospital-arrow span {
	background-image: url('/assets/pc/images/common/minus-gray.png');
	height: 4px;
}

/* 국내사업 아동발달 */
.program .domestic-child .child-cover .cover-bg {
	background-image: url("/assets/pc/images/program/domestic/child/cover-top.png");
}

.program .domestic-child .child-damage .damage-box {
	border-radius: 16px;
	border: 2px solid #f3f0e6;
	padding: 40px 30px;
}

.program .domestic-child .child-damage .damage-box + .damage-box {
	margin-top: 20px;
}

.program .domestic-child .child-damage .damage-box .box-head .box-head-title {
	letter-spacing: -0.72px;
	font-size: 22px;
	color: #000;
	font-weight: 500;
}

.program .domestic-child .child-damage .damage-box .box-head .box-head-help {
	letter-spacing: -0.4px;
	text-align: right;
	color: #999;
	font-size: 14px;
}

.program .domestic-child .child-damage .damage-box.box-top .box-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.program .domestic-child .child-damage .damage-box.box-top .content-list {
	display: flex;
}

.program .domestic-child .child-damage .damage-box.box-top .content-list .content-item {
	flex: 1;
}

.program .domestic-child .child-damage .damage-box.box-top .content-list .content-item + .content-item {
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
}

.program .domestic-child .child-damage .damage-box.box-top .content-list .content-item .content-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #da291c;
	color: #ffffff;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom: 20px;
}

.program .domestic-child .child-damage .damage-box.box-top .content-list .content-item .content-description {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	font-size: 18px;
	color: #555;
}

.program .domestic-child .child-damage .damage-box.box-bottom {
	display: flex;
}

.program .domestic-child .child-damage .damage-box.box-bottom .box-head {
	flex-shrink: 0;
}

.program .domestic-child .child-damage .damage-box.box-bottom .box-head .box-head-help {
	margin-top: 10px;
}

.program .domestic-child .child-damage .damage-box.box-bottom .box-content {
	margin-left: 254px;
	flex-grow: 1;
}

.program .domestic-child .child-damage .damage-box.box-bottom .box-content .content-list .content-item {
	position: relative;
	padding-left: 12px;
	letter-spacing: -0.54px;
	font-size: 18px;
	line-height: 1.5;
	color: #555;
}

.program .domestic-child .child-damage .damage-box.box-bottom .box-content .content-list .content-item::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background: #da291c;
}

.program .domestic-child .child-damage .damage-box.box-bottom .box-content .content-list .content-item + .content-item {
	margin-top: 10px;
}

.program .domestic-child .child-support .support-result {
	background-image: url("/assets/pc/images/program/domestic/child/bg-result.png");
}

.program .domestic-child .child-support .content-chart {
	margin-top: 20px;
}

.program .domestic-child .child-support .content-chart .chart-list {
	display: flex;
}

.program .domestic-child .child-support .content-chart .chart-list .chart-item {
	flex: 1;
}

.program .domestic-child .child-support .content-chart .chart-list .chart-item + .chart-item {
	margin-left: 16px;
}

.program .domestic-child .child-support .content-chart .chart-list .chart-item .chart-image img {
	width: 100%;
}

.program .domestic-child .child-support .content-chart .chart-list .chart-item .chart-text {
	letter-spacing: -0.48px;
	color: #333;
	margin-top: 10px;
	text-align: center;
	font-weight: 700;
}

.program .domestic-child .child-sports {
	background:#f3f0e6;
}

.program .domestic-child .child-climate {
	/*background: #ebeff7;*/
}

.program .domestic-child .child-climate .climate-change {
	margin-top: 60px;
	padding: 40px;
	background: #ffffff;
	border-radius: 10px;
	border: 4px solid #f1ece7;
}

.program .domestic-child .child-climate .change-title {
	letter-spacing: -0.6px;
	font-size: 20px;
	color: #555;
	margin-bottom: 30px;
	font-weight: 700;
}

.program .domestic-child .child-climate .change-list {
	display: flex;
}

.program .domestic-child .child-climate .change-list .change-item {
	flex: 1;
	padding: 0 20px;
}

.program .domestic-child .child-climate .change-list .change-item + .change-item {
	margin-left: 20px;
}

.program .domestic-child .child-climate .change-list .change-item .change-image {
	display: flex;
}

.program .domestic-child .child-climate .change-list .change-item .change-image > div {
	position: relative;
}

.program .domestic-child .child-climate .change-list .change-item .change-image > div img {
	width: 100%;
	border-radius: 10px;
	position: relative;
}

.program .domestic-child .child-climate .change-list .change-item .change-image > div + div {
	margin-left: 10px;
}

.program .domestic-child .child-climate .change-list .change-item .change-image .change-before::before {
	content: '전';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333333;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #ffffff;
	font-weight: 700;
}

.program .domestic-child .child-climate .change-list .change-item .change-image .change-after::after {
	content: '후';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #da291c;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #ffffff;
	font-weight: 700;
}

.program .domestic-child .child-climate .change-list .change-item .change-text {
	margin-top: 20px;
	text-align: center;
	letter-spacing: -0.54px;
	color: #da291c;
	font-weight: 700;
	font-size: 18px;
}

.program .domestic-child .child-youngsaver {
	margin-bottom:100px;
	background:#ebeff7;
}

/* 국내사업 놀권리 */
.program .domestic-play .play-cover .cover-bg {
	background-image: url("/assets/pc/images/program/domestic/play/cover-top.png");
}

.program .domestic-play .play-support .support-result .result-content {
	margin-left: 430px;
}

.program .domestic-play .play-diagnosis .diagnosis-chart {
	margin-top: 30px;
}

.program .domestic-play .play-improve {
	background-color: #f3f0e6;
	margin-bottom: 100px;
}

.program .domestic-play .play-improve .improve-process {
	margin-top: 20px;
	padding-left: 20px;
}

.program .domestic-play .play-improve .improve-process .process-list {
	display: flex;
}

.program .domestic-play .play-improve .improve-process .process-item {
	flex: 1;
	position: relative;
}

.program .domestic-play .play-improve .improve-process .process-item + .process-item {
	margin-left: 30px;

}

.program .domestic-play .play-improve .improve-process .process-item + .process-item::before {
	content: '';
	position: absolute;
	top: 38%;
	left: -15px;
	transform: translate(-50%, -50%);

	background: url('/assets/pc/images/common/process-arrow.png') no-repeat center center / cover;
	width: 13px;
	height: 30px;
}

.program .domestic-play .play-improve .improve-process .process-item .process-image img {
	width: 100%;
}

.program .domestic-play .play-improve .improve-process .process-item .process-text {
	margin-top: 12px;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #555;
	text-align: center;
	font-size: 16px;
}

/* 국내사업 자립성장 */
.program .domestic-self .self-damage .damage-item {
	width: 50%;
	height: 350px;
	border-radius: 16px;
	border: 2px solid #f3f0e6;
	padding: 40px 30px;
	position: relative;
}

.program .domestic-self .self-damage .damage-box {
	display:flex;
	margin-top: 20px;
	border-radius: 16px;
    border: 2px solid #f3f0e6;
    padding: 40px 30px;
}

.program .domestic-self .self-damage .damage-box .box-head {
	    flex-shrink: 0;
}

.program .domestic-self .self-damage .damage-box .box-head-title {
	letter-spacing: -0.72px;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

.program .domestic-self .self-damage .damage-box .box-head-help {
	margin-top: 10px;
	letter-spacing: -0.4px;
    text-align: left;
    color: #999;
    font-size: 14px;
}

.program .domestic-self .self-damage .damage-box .box-head-bottm.bhb1 {
	margin-top: 144px;
}

.program .domestic-self .self-damage .damage-box .box-head-bottm.bhb2 {
	margin-top: 120px;
}

.program .domestic-self .self-damage .damage-box .box-content {
    flex-grow: 1;
	display: flex;
    justify-content: flex-end;
}

.program .domestic-self .self-cover .cover-bg {
	background-image: url("/assets/pc/images/program/domestic/self/cover-top.png");
}

.program .domestic-self .self-dream {
	background-color: #fff0f1;
}

.program .domestic-self .self-center {
	background-color: #ebeff7;
	margin-bottom: 100px;
}

.program .domestic-self .self-center .center-content {
	margin-top: 20px;
	border-radius: 10px;
	border: 4px solid #f1ece7;
	background: #ffffff;
	padding: 40px 50px;
}

.program .domestic-self .self-center .center-content .center-text {
	padding: 0 40px;
	margin-top: 40px;
}

.program .domestic-self .self-center .center-content .center-text .text-item {
	position: relative;
	padding-left: 10px;
	font-size: 16px;
}

.program .domestic-self .self-center .center-content .center-text .text-item + .text-item {
	margin-top: 6px;
}

.program .domestic-self .self-center .center-content .center-text .text-item::before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background: #777777;
	border-radius: 50%;
}

/* 국내사업 인도적지원 */
.program .domestic-support .self-cover .cover-bg {
	color: #ffffff;
	background-image: url("/assets/pc/images/program/domestic/support/cover-top.png");
}

.program .domestic-support .support-damage .climate {
	margin-top: 10px;
}

.program .domestic-support .support-damage .climate .climate-source {
	letter-spacing: -0.48px;
	text-align: right;
	color: #999;
	font-size: 16px;
	margin-top: 2px;
}

.program .domestic-support .support-damage .extract {
	margin-top: 30px;
}

.program .domestic-support .support-damage .extract .extract-text {
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
	min-height: 180px;
}

.program .domestic-support .support-damage .extract .extract-source {
	letter-spacing: -0.48px;
	text-align: right;
	color: #999;
	font-size: 16px;
	margin-top: 15px;
}

.program .domestic-support .support-support .support-result .result-content {
	margin-left: 420px;
	display: flex;
	align-items: center;
}

.program .domestic-support .support-domestic .content-part {
	margin-top: 30px;
}

.program .domestic-support .support-domestic .content-part .part-list {
	display: flex;
}

.program .domestic-support .support-domestic .content-part .part-list .part-item {
	background-color: #f5f5f5;
	border-radius: 8px;
	position: relative;
	padding: 60px 0 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.program .domestic-support .support-domestic .content-part .part-list .part-item + .part-item {
	margin-left: 20px;
}

.program .domestic-support .support-domestic .content-part .part-list .part-item .part-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 40px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #333333;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.54px;
	font-weight: 700;

}

.program .domestic-support .support-domestic .content-part .part-list .part-item .part-icon {
	width: 92px;
	height: 92px;
}

.program .domestic-support .support-domestic .content-part .part-list .part-item .part-text {
	margin-top: 20px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
}

.program .domestic-support .support-domestic .content-book {
	margin-top: 30px;
}

.program .domestic-support .support-domestic .content-book .book-box {
	border-radius: 10px;
	border: 4px solid #f1ece7;
	padding: 30px;
	display: flex;
	align-items: center;
}

.program .domestic-support .support-domestic .content-book .book-box .book-content {
	margin-left: 38px;
}

.program .domestic-support .support-domestic .content-book .book-box .book-content .book-title {
	letter-spacing: -0.72px;
	text-align: left;
	font-weight: 700;
	font-size: 22px;
}

.program .domestic-support .support-domestic .content-book .book-box .book-content .book-action {
	margin-top: 20px;
}

.program .domestic-support .support-domestic .content-book .book-box .book-content .book-action .btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
}

.program .domestic-support .support-domestic .content-book .book-help {
	margin-top: 10px;
	position: relative;
	padding-left: 16px;
	line-height: 1.6;
	color: #da291c;
	font-size: 15px;
}

.program .domestic-support .support-domestic .content-book .book-help::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
}

/* 해외사업 */
/* 해외사업 공통 */
.program .international-map {
}

.program .international-map .map-wrap {
	position: relative;
}

.program .international-map .map-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.program .international-map .map-text .map-title {
	width: 450px;
	margin-bottom: 40px;
	background: #ffffff;
	color: #333333;

	font-family: "Oswald", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	font-size: 60px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	padding: 10px 0;
}

.program .international-map .map-text .map-description {
	padding: 20px 30px 10px;
	background: #ffffff;
	color: #333333;
	border-radius: 12px 12px 0 0;

	font-family: "Oswald", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	font-size: 48px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}

.program .international-video {
	margin: 70px 0 100px;
}

.program .international-video .video-wrap {
	padding: 0 210px;
	border-radius: 10px;
}

.program .international-video .video-title {
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.program .international-video .video-description {
	margin-top: 30px;
	margin-bottom: 60px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.program .international-video .video-wrap iframe {
	border-radius: 10px;
}

.program .international-biz {
	margin-bottom: 150px;
}

.program .international-biz .biz-head {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 60px;
}

.program .international-biz .biz-body .biz-section {
	position: relative;
}

.program .international-biz .biz-body .biz-section + .biz-section {
	margin-top: 110px;
}

.program .international-biz .biz-body .biz-section .section-image {
	width: 622px;
	height: 404px;
	border-radius: 0 0 25px 25px;
}

.program .international-biz .biz-body .biz-section.reverse .section-image {
	position: absolute;
	top: 0;
	right: 0;
}

.program .international-biz .biz-body .biz-section .section-content {
	width: 747px;
	height: 404px;
	position: absolute;
	top: 50px;
	right: 0;
	padding: 0 50px;
	z-index: 1;
	display: flex;
	align-items: center;
}

.program .international-biz .biz-body .biz-section.reverse .section-content {
	position: relative;
}

.program .international-biz .biz-body .biz-section:nth-of-type(1) .section-content {
	background: url('/assets/pc/images/program/international/bg-biz_1.png');
}

.program .international-biz .biz-body .biz-section:nth-of-type(2) .section-content {
	background: url('/assets/pc/images/program/international/bg-biz_2.png');
}

.program .international-biz .biz-body .biz-section:nth-of-type(3) .section-content {
	background: url('/assets/pc/images/program/international/bg-biz_3.png');
}

.program .international-biz .biz-body .biz-section:nth-of-type(4) .section-content {
	background: url('/assets/pc/images/program/international/bg-biz_4.png');
}

.program .international-biz .biz-body .biz-section:nth-of-type(5) .section-content {
	background: url('/assets/pc/images/program/international/bg-biz_5.png');
}

.program .international-biz .biz-body .biz-section .section-content .content-wrap {
}

.program .international-biz .biz-body .biz-section .section-content .content-title {
	font-size: 22px;
	color: #333333;
	letter-spacing: -0.72px;
	font-weight: 700;
}

.program .international-biz .biz-body .biz-section .section-content .content-label {
	font-size: 18px;
	letter-spacing: -0.6px;
	color: #999999;
	margin-top: 6px;
	font-weight: 700;
}

.program .international-biz .biz-body .biz-section .section-content .content-sub {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #333333;
	margin-top: 20px;
	font-weight: 700;
}

.program .international-biz .biz-body .biz-section .section-content .content-list {
	margin-top: 20px;
}

.program .international-biz .biz-body .biz-section .section-content .content-list .content-item {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555555;
	position: relative;
	padding-left: 10px;
}

.program .international-biz .biz-body .biz-section .section-content .content-list .content-item::before {
	content: '';
	position: absolute;

	top: 10px;
	left: 0;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	background: #999999;
}

.program .international-biz .biz-body .biz-section .section-content .content-list .content-item + .content-item {
	margin-top: 12px;
}

.program .international-repre {
	position: relative;
}

.program .international-repre .repre-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0 140px;
	color: #ffffff;
}

.program .international-repre .repre-item .repre-label {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
}

.program .international-repre .repre-item .repre-title {
	margin-top: 24px;
	font-size: 30px;
	font-weight: 700;
}

.program .international-repre .repre-item .repre-title small {
	display: block;
	letter-spacing: -0.48px;
	font-size: 14px;
	margin-top: 8px;
	font-weight: 400;
}

.program .international-repre .repre-item .repre-detail {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: -0.6px;
	opacity: 0.85;

}

.program .international-repre .swiper-container{
	height:728px;
}

.program .international-repre .swiper-container .repre-item .repre-detail {
	/*min-height: 180px;*/
}

.program .international-repre .swiper-control {
	position: absolute;
	top: 50%;
	left: calc(((100% - 1320px) / 2) - 140px);
	transform: translateY(-50%);
	width: 1520px;
	z-index: 1;
}

.program .international-repre .swiper-control .swiper-navi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.program .international-repre .swiper-control .swiper-navi .swiper-navi-item {
	cursor: pointer;
}

.program .international-repre .swiper-control .swiper-navi .swiper-navi-item span {
	display: block;
	width: 40px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.program .international-repre .swiper-control .swiper-navi .swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-white_lg.png");
}

.program .international-repre .swiper-control .swiper-navi .swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-white_lg.png");
}

.program .international-repre .swiper-control .swiper-pagination {
	position: absolute;
	left: 140px;
	bottom: -260px;
}

.program .international-repre .swiper-control .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid #cbcfd2;
	width: 14px;
	height: 14px;
	background: transparent;
	opacity: 1;
}

.program .international-repre .swiper-control .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 12px;
}

.program .international-repre .swiper-control .swiper-pagination .swiper-pagination-bullet-active {
	background: #cbcfd2;
}

.program .international-repre .repre-item .repre-summary {
	margin-top: 30px;
}

.program .international-repre .repre-item .repre-summary .summary-item {
	border-radius: 25px;
	padding: 4px;
	display: flex;
	background: rgba(255, 255, 255, 0.7);
	width: 680px;
}

.program .international-repre .swiper-container .repre-item .repre-summary .summary-item {
	width: 760px;
}

.program .international-repre .repre-item .repre-summary .summary-item + .summary-item {
	margin-top: 10px;
}

.program .international-repre .repre-item .repre-summary .summary-item .summary-number {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #322a21;
}

.program .international-protect .international-repre .repre-item .repre-summary .summary-item .summary-number{
	background: #5d3b40;
}

.program .international-repre .repre-item .repre-summary .summary-item .summary-text {
	letter-spacing: -0.54px;
	margin:10px 0 10px 10px;
	color: #333;
}

.program .international-repre .repre-item .repre-list{
	margin: 20px 0 20px 0;
}

.program .international-repre .repre-item .repre-list .repre-list-item {
	display: flex;
}

.program .international-repre .repre-item .repre-list .repre-list-item .repre-number {
	margin-right: 4px;
}

.program .international-result {
	padding: 100px 0;
}

.program .international-result .result-head {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 60px;
}

.program .international-result .result-head.headless {
	margin-bottom: 30px;
}

.program .international-result .result-body {
}

.program .international-result .result-section {
}

.program .international-result .result-section + .result-section {
	margin-top: 80px;
}

.program .international-result .result-section .section-head {
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #333;
	background: #f3f0e6;
	padding: 25px 30px;
	font-size: 22px;
	font-weight: 700;
}

.program .international-result .result-section .section-content .content-list .content-item {
}

.program .international-result .result-section .section-content .content-list .content-item .content-text {
	position: relative;
	padding-left: 12px;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 18px;
	line-height: 1.6;
}

.program .international-result .result-section .section-content .content-list .content-item .content-text::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #da291c;
}

.program .international-result .result-section .section-content {
	padding: 30px 0 0 30px;
}

.program .international-result .result-section .section-content .content-list .content-item + .content-item {
	margin-top: 20px;
}

.program .international-result .result-section .section-content .content-list .content-item .content-tab {
	padding-left: 12px;
}

.program .international-result .result-section .section-content .content-list .content-item .content-table {
	padding-right: 30px;
}

.program .international-result .result-section .section-content .content-list .content-item .content-table table {
	margin-top: 20px;
}

.program .international-result .result-section .section-content .content-list .content-item .content-table table thead th {
	background: #f5f5f5;
	text-align: center;
	padding: 16px 0;
}

.program .international-result .result-section .section-content .content-list .content-item .content-table table tbody th {
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;

	line-height: 1.56;
	letter-spacing: -0.54px;
}

.program .international-result .result-section .section-content .content-list .content-item .content-table table tbody td {
	text-align: center;
	border-bottom: 1px solid #dddddd;

	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #333;
}

.program .international-result .result-section .section-content .content-list .content-item .content-table p {
	margin-top: 15px;
	letter-spacing: -0.45px;
	color: #999;
	font-size: 14px;
}

.program .international-result .result-section .section-content .content-list .content-item .content-chart {
	display: flex;
}

.program .international-result .result-section .section-content .content-list .content-item .content-chart .chart-item {
	width: 50%;
}

.program .international-result .result-section .section-content .content-list .content-item .content-chart .chart-item .chart-title {
	position: relative;
	padding-left: 12px;
	line-height: 1.35;
	letter-spacing: -0.6px;
	color: #333;
	margin-bottom: 30px;
	height: 22px;
}

.program .international-result .result-section .section-content .content-list .content-item .content-chart .chart-item .chart-title::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #da291c;
}

.program .international-result .result-section .section-content .content-list .content-item .content-chart .chart-item .chart-title.none::before {
	display: none;
}


.program .international-result .result-section .section-content .content-list .content-item .content-chart .chart-item .chart-content {
	display: flex;
	align-items: center;
}

.program .international-result .result-section .section-content .content-list .content-item .content-chart .chart-item .chart-icon {
	margin-right: 24px;
	height: 217px;
}

.program .international-result .result-section .section-content .content-list .content-item .content-chart .chart-item .chart-detail {
	padding-bottom: 30px;
	letter-spacing: -0.6px;
	color: #333;
}

.program .international-result .result-section .content-box {
	border-radius: 10px;
	border: 3px solid #f3f0e6;
	padding: 30px 28px;
	margin-top: 30px;
}

.program .international-result .result-section .content-box .box-title {
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
}

.program .international-result .result-section .content-box .box-content {
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.6px;
}

.program .international-result .result-section .section-content-bottom {
	margin-top:50px;
}

.program .international-result .result-section .section-content-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.program .international-result .result-section .section-content-bottom ul li {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 10px;
    width: 656px;
    height: 65px;
	font-size: 20px;
    font-weight: 700;
	color: #333333;
	border: 3px solid #f3f0e6;
    border-radius: 7px;
}

.program .international-result .result-section .section-content-country {
	margin-top:100px;
}

.program .international-result .result-section .section-content-support1{
	margin-top:60px;
}

.program .international-result .result-section .section-content-support1 .support-title,
.program .international-result .result-section .section-content-support2 .support-title{
	padding-left:30px;
	font-size: 24px;
    font-weight: 700;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-support1 ul {
	margin-top:32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.program .international-result .result-section .section-content-support1 ul li {
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-top:30px;
    width: 32.5%;
    height: 380px;
	color: #333333;
	border: 3px solid #f3f0e6;
    border-radius: 18px;
}

.program .international-result .result-section .section-content-support1 ul li p{
	padding-left: 28px;
	width:100%;
	font-size: 24px;
    font-weight: 500;
}

.program .international-result .result-section .section-content-support1 ul li p.st-p{
	font-size: 20px;
	line-height: 1.3;
}

.program .international-result .result-section .section-content-support1 ul li span:last-child{
	margin-top:10px;
	font-size:20px;
	color: #333333;
	letter-spacing: -0.03em;
	line-height:1;
}

.program .international-result .result-section .section-content-support1 ul li span:last-child span{
	font-size:48px;
	font-weight: 700;
}

.program .international-result .result-section .section-content-support2{
	margin-top:120px;
}

.program .international-result .result-section .section-content-support2 ul {
	margin-top:36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.program .international-result .result-section .section-content-support2 ul li {
	display: flex;
    justify-content: center;
    flex-direction: column;
	margin-bottom:60px;
    padding-top: 18px;
	width: 270px;
    height: 250px;
	font-size:22px;
    font-weight: 500;
	color: #333333;
	letter-spacing: -0.04em;
	line-height:1.363;
	text-align:center;
	background:url('/assets/pc/images/program/international/support/image-support-circle.png')no-repeat;
	background-size:cover;    
}

.program .international-result .result-section .section-content-support2 ul li.line1 {
	margin-bottom:90px;
}

.program .international-result .result-section .section-content-support2 ul li span{
	display:contents;
	color: #926d49;
}

.program .international-result .result-section .section-content-health{
}

.program .international-result .result-section .section-content-health .support-title {
	padding-left:30px;
	font-size: 24px;
    font-weight: 700;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-health ul {
	margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap:28px;
}

.program .international-result .result-section .section-content-health ul li {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom:0;
	padding:30px 50px 45px 30px;
    width: 420px;
    height: 350px;
	border: 3px solid #f3f0e6;
    border-radius: 18px;
}

.program .international-result .result-section .section-content-health ul li.chart {
	padding:30px 30px 0px 30px;
}

.program .international-result .result-section .section-content-health ul li.line1 {
	margin-bottom:16px;
}

.program .international-result .result-section .section-content-health ul li span.health-title {
	font-size: 24px;
    font-weight: 500;
	color: #000000;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-health ul li span.health-title span {
	display: block;
	margin-top: 8px;
	padding-left: 8px;
	text-indent: -8px;
	font-size: 16px;
    font-weight: 400;
	color: #999999;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-health ul li span.health-chart {
	display: flex;
    justify-content: center;
}

.program .international-result .result-section .section-content-health ul li span.health-info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1;
}

.program .international-result .result-section .section-content-health ul li span.health-info span {
	display: contents;
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1;
}

.program .international-result .result-section .section-content-education{
}

.program .international-result .result-section .section-content-education .support-title {
	padding-left:30px;
	font-size: 24px;
    font-weight: 700;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-education ul {
	margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap:28px;
}

.program .international-result .result-section .section-content-education ul li {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom:0;
	padding:30px 50px 45px 30px;
    width: 420px;
    height: 350px;
	border: 3px solid #f3f0e6;
    border-radius: 18px;
}

.program .international-result .result-section .section-content-education ul li.chart {
	padding:30px 30px 0px 30px;
}

.program .international-result .result-section .section-content-education ul li.line1 {
	margin-bottom:16px;
}

.program .international-result .result-section .section-content-education ul li span.education-title {
	font-size: 24px;
    font-weight: 500;
	color: #000000;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-education ul li span.education-title span {
	font-size: 16px;
    font-weight: 400;
	color: #999999;
	letter-spacing:-0.03em;
	line-height:2.5;
}

.program .international-result .result-section .section-content-education ul li span.education-chart {
	display: flex;
    justify-content: center;
}

.program .international-result .result-section .section-content-protect{
}

.program .international-result .result-section .section-content-protect .support-title {
	padding-left:30px;
	font-size: 24px;
    font-weight: 700;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-protect ul {
	margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	gap:28px;
}

.program .international-result .result-section .section-content-protect ul li {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom:0;
	padding:30px 45px 45px 30px;
    width: 420px;
    height: 350px;
	border: 3px solid #f3f0e6;
    border-radius: 18px;
}

.program .international-result .result-section .section-content-protect ul li.chart {
	padding:30px 30px 45px 30px;
}

.program .international-result .result-section .section-content-protect ul li.line1 {
	margin-bottom:16px;
}

.program .international-result .result-section .section-content-protect ul li span.protect-title {
	font-size: 24px;
    font-weight: 500;
	color: #000000;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-protect ul li span.protect-title span {
	display: block;
	margin-top: 8px;
	padding-left: 8px;
	text-indent: -8px;
	font-size: 16px;
    font-weight: 400;
	color: #999999;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-protect ul li span.protect-chart {
	display: flex;
    justify-content: flex-end;
}

.program .international-result .result-section .section-content-protect ul li span.protect-info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1;
}

.program .international-result .result-section .section-content-protect ul li span.protect-info span {
	display: contents;
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1;
}

.program .international-result .result-section .section-content-livelihood{
}

.program .international-result .result-section .section-content-livelihood .support-title {
	padding-left:30px;
	font-size: 24px;
    font-weight: 700;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-livelihood ul {
	margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	gap:28px;
}

.program .international-result .result-section .section-content-livelihood ul li {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom:0;
	padding:30px 35px 45px 30px;
    width: 420px;
    height: 350px;
	border: 3px solid #f3f0e6;
    border-radius: 18px;
}

.program .international-result .result-section .section-content-livelihood ul li.chart {
	padding:30px 24px 0px 24px;
}

.program .international-result .result-section .section-content-livelihood ul li.line1 {
	margin-bottom:16px;
}

.program .international-result .result-section .section-content-livelihood ul li span.livelihood-title {
	font-size: 24px;
    font-weight: 500;
	color: #000000;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-livelihood ul li span.livelihood-title span {
	display: block;
	margin-top: 8px;
	padding-left: 8px;
	text-indent: -8px;
	font-size: 16px;
    font-weight: 400;
	color: #999999;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-livelihood ul li span.livelihood-chart {
	display: flex;
    justify-content: center;
}

.program .international-result .result-section .section-content-livelihood ul li span.livelihood-info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-livelihood ul li span.livelihood-info span {
	display: contents;
	font-size: 48px;
	font-weight: 700;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1;
}

.program .international-result .result-section .section-content-climate{
	margin: 0 30px;
}

.program .international-result .result-section .section-content-climate .support-title {
	padding-left:30px;
	font-size: 24px;
    font-weight: 700;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-climate ul {
	margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap:28px;
}

.program .international-result .result-section .section-content-climate ul li {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom:0;
	padding:30px 50px 45px 30px;
    width: 100%;
    height: 400px;
	border: 3px solid #f3f0e6;
    border-radius: 18px;
}

.program .international-result .result-section .section-content-climate ul li.chart {
	padding:30px 30px 0px 30px;
}

.program .international-result .result-section .section-content-climate ul li.line1 {
	margin-bottom:16px;
}

.program .international-result .result-section .section-content-climate ul li span.climate-title {
	font-size: 24px;
    font-weight: 500;
	color: #000000;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-climate ul li span.climate-title span {
	display: block;
	margin-top: 8px;
	padding-left: 8px;
	text-indent: -8px;
	font-size: 16px;
    font-weight: 400;
	color: #999999;
	letter-spacing:-0.03em;
	line-height:1.5;
}

.program .international-result .result-section .section-content-climate ul li span.climate-chart {
	display: flex;
    justify-content: center;
}

.program .international-result .result-section .section-content-climate ul li span.climate-info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1;
}

.program .international-result .result-section .section-content-climate ul li span.climate-info span {
	display: contents;
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	letter-spacing:-0.03em;
	line-height:1;
}

.program .international-introduce {
	background: #ebeff7;
	padding: 100px 0;
}

.program .international-introduce .introduce-head {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
}

.program .international-introduce .introduce-body {
	margin-top: 60px;
}

.program .international-introduce .introduce-body .introduce-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.program .international-introduce .introduce-body .introduce-list .introduce-item {
	width: calc(33.333% - 40px);
	margin: 20px;
	border-radius: 10px;
	border: solid 1px #ddd;
}

.program .international-introduce .introduce-body .introduce-list .introduce-item .introduce-image img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.program .international-introduce .introduce-body .introduce-list .introduce-item .introduce-content {
	padding: 28px 26px;
	background: #ffffff;
	border-radius: 0 0 10px 10px;
}

.program .international-introduce .introduce-body .introduce-list .introduce-item .introduce-title {
	font-size: 18px;
	letter-spacing: -0.6px;
	color: #333;
	font-weight: 700;
}

.program .international-introduce .introduce-body .introduce-list .introduce-item .introduce-label {
	font-weight: 700;
	letter-spacing: -0.54px;
	font-size: 16px;
	color: #999;
	margin-top: 4px;
	min-height: 52px;
}

.program .international-report {
	padding: 100px 0;
	background: url("/assets/pc/images/program/international/foreign/cover-report.png") no-repeat center center / cover;
}

.program .international-report .report-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.96px;
	color: #ffffff;
}

.program .international-report .report-action {
	margin-top: 30px;
}

.program .international-report .report-action .btn {
	display: block;
	width: 400px;
	border-radius: 30px;
	line-height: 60px;
	border: 1px solid #d2d2d2;
	background: #ffffff;
}

.program .international-report .report-action .btn + .btn {
	margin-top: 12px;
}

.program .international-fruitage {
	padding: 100px 0;
	background: #f5f5f5;
}

.program .international-fruitage .fruitage-head {
	font-size: 30px;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	margin-bottom: 40px;
	font-weight: 700;
}

.program .international-fruitage .fruitage-body .fruitage-list {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.program .international-fruitage .fruitage-body .fruitage-list .fruitage-item {
	width: calc(33.333% - 30px);
	margin: 15px;
	border-radius: 16px;
	background: #ffffff;
	padding: 40px 32px;
}

.program .international-fruitage .fruitage-body .fruitage-list .fruitage-item .fruitage-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
	color: #000;
}

.program .international-fruitage .fruitage-body .fruitage-list .fruitage-item .fruitage-detail {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	height: 58px;
	color: #555;
	font-size: 20px;
}

.program .international-fruitage .fruitage-body .fruitage-list .fruitage-item .fruitage-number {
	margin-top: 80px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.program .international-fruitage .fruitage-body .fruitage-list .fruitage-item .fruitage-number .fruitage-ammount {
	font-size: 44px;
	font-weight: 700;
	color: #333333;
	letter-spacing: -1.44px;
	line-height: 1;
}

.program .international-fruitage .fruitage-body .fruitage-list .fruitage-item .fruitage-number .fruitage-unit {
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
	letter-spacing: -0.6px;
	margin-left: 4px;
}

.program .international-self {
	padding: 100px 0;
	position: relative;
}

.program .international-self .self-head {
	margin-bottom: 70px;
}

.program .international-self .self-head .self-head-title {
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
	margin-bottom: 20px;
}

.program .international-self .self-head .self-head-description {
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.program .international-self .self-body {
	position: relative;
	padding-bottom: 60px;
}

.program .international-self .self-body .swiper-container {
	border-radius: 12px;
	z-index: 2;
}

.program .international-self .self-body .self-item {
	position: relative;
}

.program .international-self .self-body .self-item a {
	display: block;
}

.program .international-self .self-body .self-item .self-image {
	position: relative;
	border-radius: 12px;
}

.program .international-self .self-body .self-item .self-image::before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.6;
	mix-blend-mode: multiply;
	background-image: linear-gradient(to top, #000, #ffffff);
	border-radius: 12px;
}

.program .international-self .self-body .self-item .self-image img {
	width: 100%;
}

.program .international-self .self-body .self-item .self-text {
	position: absolute;
	padding: 0 30px;
	bottom: 30px;
	width: 100%;
	color: #ffffff;
}

.program .international-self .self-body .self-item .self-text .self-sub {

	font-size: 16px;
	letter-spacing: -0.54px;
}

.program .international-self .self-body .self-item .self-text .self-title {
	margin-top: 8px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
}

.program .international-self .self-body .self-item .self-text .self-more {
	margin-top: 16px;
	display: flex;
	align-items: center;
}

.program .international-self .self-body .self-item .self-text .self-more .self-arrow {
}


.program .international-self .swiper-control {
	position: absolute;
	top: 45%;
	left: calc(((100% - 1320px) / 2) - 100px);
	transform: translateY(-50%);
	width: 1520px;
	z-index: 1;
}

.program .international-self .swiper-control .swiper-navi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.program .international-self .swiper-control .swiper-navi .swiper-navi-item {
	cursor: pointer;
}

.program .international-self .swiper-control .swiper-navi .swiper-navi-item span {
	display: block;
	width: 40px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.program .international-self .swiper-control .swiper-navi .swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.program .international-self .swiper-control .swiper-navi .swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

.program .international-self .swiper-control .swiper-pagination {
	left: 50%;
	bottom: -220px;
	transform: translateX(-50%);
}

.program .international-self .swiper-control .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid #cbcfd2;
	width: 14px;
	height: 14px;
	background: transparent;
	opacity: 1;
}

.program .international-self .swiper-control .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 12px;
}

.program .international-self .swiper-control .swiper-pagination .swiper-pagination-bullet-active {
	background: #cbcfd2;
}

/* 해외사업 서브 메인 */
.program .international-main .main-section .section-list {
}

.program .international-main .main-section .section-list .section-row {
	display: flex;
	align-items: center;
}

.program .international-main .main-section .section-list .section-row + .section-row {
	margin-top: 40px;
}

.program .international-main .main-section .section-list .section-item {
	flex: 1;
	border-radius: 10px;
	position: relative;
}

.program .international-main .main-section .section-list .section-item + .section-item {
	margin-left: 40px;
}

.program .international-main .main-section .section-list .section-item .section-image {
	font-size: 0;
}

.program .international-main .main-section .section-list .section-item .section-image img {
	width: 100%;
}

.program .international-main .main-section .section-list .section-item .section-text {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.program .international-main .main-section .section-list .section-item .section-text .section-title {
	font-size: 30px;
	letter-spacing: -0.8px;
	font-weight: 700;
}

.program .international-main .main-section .section-list .section-item .section-text .section-description {
	margin-top: 12px;
	line-height: 1.89;
	letter-spacing: -0.54px;
	font-size: 18px;
}

.program .international-main .main-promise {
	padding: 0 0 100px;
}

.program .international-main .main-promise .promise-wrap {
	position: relative;
	display: none;
}

.program .international-main .main-promise .promise-wrap.show {
	display: block;
}

.program .international-main .main-promise .promise-real {
	position: relative;
	width: 580px;
	height: 580px;
	border-radius: 10px;
	background: #da291c;
	padding: 50px 65px;
	z-index: 1;
}

.program .international-main .main-promise .promise-real .real-head {
	text-align: center;
	margin-bottom: 24px;
	letter-spacing: -0.96px;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
}

.program .international-main .main-promise .promise-real .real-body .real-list .real-item {
	display: flex;
	align-items: center;
	padding: 24px 0;
}

.program .international-main .main-promise .promise-real .real-body .real-list .real-item:last-of-type {
	padding-bottom: 0;
}

.program .international-main .main-promise .promise-real .real-body .real-list .real-item + .real-item {
	border-top: 1px solid rgba(255, 235, 215, 0.2);
}

.program .international-main .main-promise .promise-real .real-body .real-list .real-item .real-icon {
	flex-shrink: 0;
	width: 64px;
}

.program .international-main .main-promise .promise-real .real-body .real-list .real-item .real-content {
	flex-grow: 1;
	margin-left: 30px;
}

.program .international-main .main-promise .promise-real .real-body .real-list .real-item .real-content .real-text {
	color: #ffffff;
	line-height: 1.5;
	letter-spacing: -0.6px;
	font-size: 18px;
}

.program .international-main .main-promise .promise-real .real-body .real-list .real-item .real-content .real-data {

	color: #fff600;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.72px;
}

.program .international-main .main-promise .promise-box {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 500px;
	border-radius: 10px;
	border: 4px solid #f1ece7;
	padding: 70px 80px 80px 640px;
}

.program .international-main .main-promise .promise-box .box-title {
	letter-spacing: -0.96px;
	color: #333;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 30px;
	height: 55px;
}



.program .international-main .main-promise .promise-box .box-content .content-item {
	position: relative;
	padding-left: 12px;
	letter-spacing: -0.6px;
	text-align: left;
	color: #555;
	font-size: 18px;
}


.program .international-main .main-promise .promise-box .box-content .content-item + .content-item {
	margin-top: 10px;
}

.program .international-main .main-promise .promise-box .box-content .content-item::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #926d49;
}

.program .international-main .main-promise .promise-wrap.en .promise-box .box-title {
	font-size: 22px;
	letter-spacing: -0.72px;
	color: #333;
}

.program .international-main .main-promise .promise-box .box-action {
	margin-top: 50px;
}

.program .international-main .main-promise .promise-box .box-action .action-btn {
	border-radius: 40px;
	display: flex;
	align-items: center;
	padding: 25px 40px;
	background-color: #d1ccbd;
}

.program .international-main .main-promise .promise-box .box-action .action-btn .action-text {
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.program .international-main .main-promise .promise-box .box-action .action-btn .action-line {
	width: 168px;
	height: 1px;
	opacity: 0.5;
	background-color: #777;
	margin: 0 20px;
}

.program .international-main .main-cover {
	position: relative;
	margin-bottom: 100px;;
}

.program .international-main .main-cover .cover-item {
	height: 600px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.program .international-main .main-cover .cover-item .cover-qut {
	margin-bottom: 24px;
}

.program .international-main .main-cover .cover-item .cover-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.program .international-main .main-cover .cover-item .cover-title.white {
	color: #ffffff;
}

.program .international-main .main-cover .cover-item .cover-label {
	margin-top: 20px;
	font-family: "Oswald", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #999;
}

.program .international-main .main-cover .cover-item .cover-label.white {
	color: rgba(255, 255, 255, 0.6);
}

.program .international-main .main-cover .swiper-control {
	position: absolute;
	top: 50%;
	left: calc(((100% - 1320px) / 2) - 140px);
	transform: translateY(-50%);
	width: 1520px;
	z-index: 1;
}

.program .international-main .main-cover .swiper-control .swiper-navi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.program .international-main .main-cover .swiper-control .swiper-navi .swiper-navi-item {
	cursor: pointer;
}

.program .international-main .main-cover .swiper-control .swiper-navi .swiper-navi-item span {
	display: block;
	width: 40px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.program .international-main .main-cover .swiper-control .swiper-navi .swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-white_lg.png");
}

.program .international-main .main-cover .swiper-control .swiper-navi .swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-white_lg.png");
}

.program .international-main .main-cover .swiper-control .swiper-pagination {
	position: absolute;
	left: 140px;
	bottom: -120px;
}

.program .international-main .main-cover .swiper-control .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid #cbcfd2;
	width: 14px;
	height: 14px;
	background: transparent;
	opacity: 1;
}

.program .international-main .main-cover .swiper-control .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 12px;
}

.program .international-main .main-cover .swiper-control .swiper-pagination .swiper-pagination-bullet-active {
	background: #cbcfd2;
}

/* 권리옹호 공통 */
.program .advocacy-intro {
	margin-bottom: 60px;
}

.program .advocacy-intro .intro-head .intro-title {
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.program .advocacy-intro .intro-head .intro-description {
	margin-top: 40px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
}

.program .advocacy-intro .intro-head .intro-description small {
	letter-spacing: -0.54px;
	text-align: center;
	color: #999;
	font-size: 16px;
}

.program .advocacy-intro .intro-content {
	margin-top: 60px;
}

.program .advocacy-intro .intro-content.short {
	margin-top: 40px;
}

.program .advocacy-intro .intro-content.big {
	margin-top: 80px;
}

.program .advocacy-intro .intro-content .content-video {
	max-width: 1920px;
	margin: 0 auto;
	background-image: url('/assets/pc/images/program/advocacy/bg-video.png');
	background-repeat: no-repeat;
	background-position: bottom 0 left 76px;
}

.program .advocacy-intro .intro-content .content-video.none-bg {
	background-image: none;
}

.program .advocacy-intro .intro-content .content-video .container {
	position: relative;
	padding-bottom: 40px;
}

.program .advocacy-intro .intro-content .content-video.has-content .container {
	padding-bottom: 100px;
}

.program .advocacy-intro .intro-content .content-video .video-wrap {
	position: relative;
	width: 880px;
	height: 490px;
	border-radius: 10px;
	z-index: 1;
}

.program .advocacy-intro .intro-content .content-video .video-wrap iframe {
	border-radius: 10px;
}

.program .advocacy-intro .intro-content .content-video .video-label {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 516px;
	height: 160px;
	background: #da281f;
	box-shadow: 5px 6px 12px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	font-size: 20px;
	padding-left: 40px;
	color: #ffffff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program .advocacy-intro .intro-content .content-video .video-label.no-padding {
	padding-left: 0;
}

.program .advocacy-intro .intro-content .content-video.has-content .video-label {
	bottom: 60px;
}

.program .advocacy-intro .intro-content .content-video .video-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 650px;
}

.program .advocacy-intro .intro-content .content-video .video-content .video-link .link-item {
	display: flex;
	align-items: center;
}

.program .advocacy-intro .intro-content .content-video .video-content .video-link .link-item + .link-item {
	margin-top: 8px;
}

.program .advocacy-intro .intro-content .content-video .video-content .video-link .link-item .link-title {
	letter-spacing: -0.6px;
	text-align: left;
	color: #555;
	font-size: 16px;
	width: 430px;
}

.program .advocacy-intro .intro-content .content-video .video-content .video-link .link-item .link-action .btn {
	width: 112px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #555555;
	border-radius: 18px;
}

.program .advocacy-intro .intro-content .content-video .video-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.program .advocacy-intro .intro-content .content-video .video-list .video-item {
}

.program .advocacy-intro .intro-content .content-video .video-list .video-item + .video-item {
	margin-left: 40px;
}

.program .advocacy-intro .intro-content .content-video .video-list.flex .video-item + .video-item {
	margin-left: 36px;
}

.program .advocacy-intro .intro-content .content-video .video-list.flex .video-item:nth-of-type(4){
	margin-left:0px;
}

.program .advocacy-intro .intro-content .content-video .video-list.flex .video-item:nth-of-type(4),
.program .advocacy-intro .intro-content .content-video .video-list.flex .video-item:nth-of-type(5),
.program .advocacy-intro .intro-content .content-video .video-list.flex .video-item:nth-of-type(6){
	margin-top: 80px;
}

.program .advocacy-intro .intro-content .content-video .video-list .video-item .video-thumb {
	position: relative;
}

.program .advocacy-intro .intro-content .content-video .video-list .video-item .video-thumb img {
	width: 100%;
	width: 415px;
	height: 283px;
	border-radius: 10px;
}

.program .advocacy-intro .intro-content .content-video .video-list .video-item .video-thumb .video-thumb-text {
	position: absolute;
	bottom: 30px;
	width: 100%;
	padding: 0 30px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: -0.6px;
	z-index: 2;
}

.program .advocacy-intro .intro-content .content-video .video-list .video-item .video-inner {
	width: 415px;
	height: 283px;
	border-radius: 10px;
}

.program .advocacy-intro .intro-content .content-video .video-list .video-item .video-inner iframe {
	border-radius: 10px;
}

.program .advocacy-intro .intro-content .content-video .video-list .video-item .video-text {
	margin-top: 30px;
}

.program .advocacy-intro .intro-content .content-video .video-list .video-item .video-text .video-title {
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.program .advocacy-intro .intro-content .content-video .video-list .video-item .video-text .video-detail {
	font-size: 18px;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	margin-top: 8px;
	min-height: 52px;
}

.program .advocacy-history {
	padding-top: 60px;
}

.program .advocacy-history .history-line {
	display: flex;
	gap: 100px;
}

.program .advocacy-history .history-line + .history-line {
	margin-top: 80px;
}

.program .advocacy-history .history-line .history-row {
	flex: 1;
}

.program .advocacy-history .history-line .history-row .history-head {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}

.program .advocacy-history .history-line .history-row .history-list .history-item {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

.program .advocacy-history .history-line .history-row .history-list .history-item + .history-item {
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-year {
	letter-spacing: -0.54px;
	color: #da281f;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 8px;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-text {
	position: relative;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #555;
	padding-left: 12px;
	font-size: 18px;
	flex-grow: 1;
	margin-right: 30px;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-text::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	background: #555555;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-meta {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-meta .detail-image{
	display: flex;
	align-items: center;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-meta .detail-image img {
	margin-left: 18px;
	border-radius: 8px;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-meta .detail-image img:nth-child(1) {
	margin-left:0px;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-more {
	margin-left: 30px;
	min-width: 130px;
	display: flex;
	align-items: center;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-more .btn {
	color: #555555;
	font-size: 14px;
	letter-spacing: -0.48px;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-more .btn + .btn {
	margin-left: 10px;
}

.program .advocacy-history .history-line .history-row .history-list .history-item .history-detail .detail-item + .detail-item {
	margin-top: 12px;
}

.program .advocacy-result {
	margin: 100px 0;
	padding: 100px 0;
	position: relative;
}

.program .advocacy-result::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 130px);
	min-width: 1800px;
	height: 100%;
	background: #f5f5f5 url('/assets/pc/images/program/advocacy/bg-result.png') no-repeat top right / contain;
	border-radius: 250px 0 0 250px;
	z-index: -1;
}

.program .advocacy-result.cover::before {
	background-size: cover;
}

.program .advocacy-result .result-head {
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 60px;
}

.program .advocacy-result .result-body {
}

.program .advocacy-result .result-list {
}

.program .advocacy-result .result-list .result-item {
	border-radius: 85px;
	padding: 25px;

	background: #ffffff;
}

.program .advocacy-result .result-list .result-item + .result-item {
	margin-top: 20px;
}

.program .advocacy-result .result-list .result-item .result-label {
	display: flex;
	align-items: center;
}

.program .advocacy-result .result-list .result-item .result-number {
	width: 120px;
	height: 120px;
	background-color: #a8896b;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.96px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 30px;
	border-radius: 50%;
	font-size: 30px;
}

.program .advocacy-result .result-list .result-item .result-content .result-title {
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.program .advocacy-result .result-list .result-item .result-content .result-title .title-button {
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.program .advocacy-result .result-list .result-item .result-content .result-title .title-button .btn {
	height: 35px;
	line-height: 35px;
	padding: 0 24px;
	font-size: 14px;
	border-radius: 18px;
}

.program .advocacy-result .result-list .result-item .result-content .result-title .title-button .btn + .btn {
	margin-left: 10px;
}

.program .advocacy-result .result-list .result-item .result-content .result-detail {
	margin-top: 12px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 18px;
	font-weight: 500;
}

.program .advocacy-result .result-list .result-item .result-chart {
	margin-top: 30px;
	padding-bottom: 35px;
}

.program .advocacy-result .result-list .result-item .result-chart .chart-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.program .advocacy-result .result-list .result-item .result-chart .chart-image + .chart-image {
	margin-top: 60px;
}

.program .advocacy-result .result-list .result-item .result-chart .chart-detail {
	margin-top: 36px;
}

.program .advocacy-result .result-list .result-item .result-chart .chart-detail p {
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 16px;
}

.program .advocacy-result .result-list .result-item .result-chart .chart-action {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program .advocacy-result .result-list .result-item .result-chart .chart-action .btn {
	letter-spacing: -0.48px;
	font-size: 16px;
	font-weight: 700;
	color: #555;
	height: 35px;
	width: 410px;
	text-align: center;
	line-height: 35px;
	border-radius: 18px;
}

.program .advocacy-result .result-list .result-item .result-link {
	padding-left: 150px;
}

.program .advocacy-result .result-list .result-item .result-link .link-item {
	display: flex;
	align-items: center;
}

.program .advocacy-result .result-list .result-item .result-link .link-item .link-title {
	color: #da281f;
	font-weight: 700;
}

.program .advocacy-result .result-list .result-item .result-link .link-item .link-button {
	margin-left: 20px;
}

.program .advocacy-result .result-list .result-item .result-link .link-item .link-button .btn {
	width: 110px;
	min-width: 110px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 18px;
}

/* 권리옹호 서브 메인 */
.program .advocacy-main .main-section .section-list {
}

.program .advocacy-main .main-section .section-list .section-row {
	display: flex;
	align-items: center;
}

.program .advocacy-main .main-section .section-list .section-row + .section-row {
	margin-top: 40px;
}

.program .advocacy-main .main-section .section-list .section-item {
	flex: 1;
	border-radius: 10px;
	position: relative;
}

.program .advocacy-main .main-section .section-list .section-item + .section-item {
	margin-left: 40px;
}

.program .advocacy-main .main-section .section-list .section-item .section-image {
	font-size: 0;
}

.program .advocacy-main .main-section .section-list .section-item .section-image img {
	width: 100%;
}

.program .advocacy-main .main-section .section-list .section-item .section-text {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.program .advocacy-main .main-section .section-list .section-item .section-text .section-title {
	font-size: 30px;
	letter-spacing: -0.8px;
	font-weight: 700;
}

.program .advocacy-main .main-section .section-list .section-item .section-text .section-description {
	margin-top: 12px;
	line-height: 1.89;
	letter-spacing: -0.54px;
	font-size: 18px;
}

/* 권리옹호 아동보호 긍정으로 아이 키우기 */
.program .advocacy-protect-care .content-care .care-label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:100px;
	margin-bottom: 50px;
}

.program .advocacy-protect-care .content-care .care-label .label-box {
	border-radius: 85px;
	box-shadow: 1px 1.5px 8px 0 rgba(0, 0, 0, 0.1);
}

.program .advocacy-protect-care .content-care .care-label .label-box img {
	border-radius: 85px;
}

.program .advocacy-protect-care .content-care .care-process {
	display: flex;
	gap: 22px;
}

.program .advocacy-protect-care .content-care .care-process .process-item {
	flex: 1;
	position: relative;
	border-radius: 8px;

}

.program .advocacy-protect-care .content-care .care-process .process-item a::before {
	position: absolute;
	border-radius: 12px;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
	z-index: 1;
	cursor: pointer;
}

.program .advocacy-protect-care .content-care .care-process .process-item a {
	position: relative;
	display: block;
	border-radius: 8px;
	z-index: 2;
}

.program .advocacy-protect-care .content-care .care-process .process-item .process-image img {
	border-radius: 8px;
}

.program .advocacy-protect-care .content-care .care-process .process-item .process-label {
	border-radius: 8px 0 8px 0;
	background: #000000;
	color: #ffffff;
	letter-spacing: -0.54px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;

	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 40px;
}

.program .advocacy-protect-care .content-care .care-process .process-item .process-text {
	position: absolute;
	bottom: 40px;
	width: 100%;
	padding: 0 30px;
	z-index: 3;
}

.program .advocacy-protect-care .content-care .care-process .process-item .process-text .process-sub {
	letter-spacing: -0.54px;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 8px;
}

.program .advocacy-protect-care .content-care .care-process .process-item .process-text .process-title {
	letter-spacing: -0.72px;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 40px;
}

.program .advocacy-protect-care .content-care .care-process .process-item .process-text .process-link {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.54px;
}

.program .advocacy-protect-care .content-care .care-link {
	margin-top: 70px;
	padding: 0 40px;
}

.program .advocacy-protect-care .content-care .care-link .link-list {
	display: flex;
}

.program .advocacy-protect-care .content-care .care-link .link-list .link-item {
	display: flex;
	align-items: center;
	flex: 1;
}

.program .advocacy-protect-care .content-care .care-link .link-list .link-item .link-image {
	flex-shrink: 0;
}

.program .advocacy-protect-care .content-care .care-link .link-list .link-item .link-image img {
	border-radius: 4px;
}

.program .advocacy-protect-care .content-care .care-link .link-list .link-item .link-content {
	margin-left: 40px;
	flex-grow: 1;
}

.program .advocacy-protect-care .content-care .care-link .link-list .link-item .link-content .link-title {
	letter-spacing: -0.24px;
	color: #333;
	font-weight: 700;
	font-size: 22px;
}

.program .advocacy-protect-care .content-care .care-link .link-list .link-item .link-content .link-action {
	margin-top: 30px;
}

.program .advocacy-protect-care .content-care .care-link .link-list .link-item .link-content .link-action .btn {
	width: 120px;
	height: 50px;
	line-height: 50px;
}

/* 권리옹호 아동보호 아동학대 예방 프로그램 */
.program .advocacy-protect-prevent .advocacy-intro .content-box {
	border-radius: 10px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
	border: 2px solid #e5e5e5;
	padding: 60px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box + .content-box {
	margin-top: 30px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-head {

	margin-bottom: 40px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-head .box-title {
	letter-spacing: -0.72px;
	text-align: center;
	color: #333333;
	font-size: 22px;
	font-weight: 700;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-head .box-title span {
	color: #da281f;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-head .box-description {
	margin-top: 40px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 18px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body {
	margin-top: 60px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-info .info-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-info .info-list .info-item {
	position:relative;
	width: 200px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-info .info-list .info-item:nth-child(2):after {
	content:'';
	position:absolute;
	top:92px;
	left:-62px;
	width:22px;
	height:17px;
	background-image: url('/assets/pc/images/program/advocacy/protect/prevent/icon_next.png');
    background-repeat: no-repeat;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-info .info-list .info-item:nth-child(3):after {
	content:'';
	position:absolute;
	top:91px;
	left:-60px;
	width:19px;
	height:19px;
	background-image: url('/assets/pc/images/program/advocacy/protect/prevent/icon_plus.png');
    background-repeat: no-repeat;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-info .info-list .info-item + .info-item {
	margin-left: 100px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-info .info-list .info-item .info-icon {
	background: #f3f0e6;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-info .info-list .info-item .info-title {
	margin-top: 24px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-info .info-description {
	margin-top: 60px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #555;
	font-size: 18px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-tool {
	margin-top: 60px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-tool .tool-list {
	display: flex;
	justify-content: space-between;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-tool .tool-item {
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-tool .tool-item .tool-image {
	border-radius: 10px;
	border: solid 1px #e5e5e5;
	background-color: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 330px;
	overflow: hidden;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-tool .tool-item .tool-image img {
	padding: 15px 0;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-tool .tool-item .tool-title {
	text-align: center;
	margin-top: 30px;
	letter-spacing: -0.6px;
	color: #555;
	font-size: 18px;
	font-weight: 700;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-tool.box-tool-next .tool-list {
	padding: 0 70px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-tool.box-tool-next .tool-list .tool-item .tool-image {
	width: 484px;
	height: 330px;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program .advocacy-protect-prevent .advocacy-intro .content-box .box-body .box-action .btn {
	width: 200px;
	height: 50px;
	line-height: 50px;
}

.program .advocacy-participate-guide .advocacy-intro .content-section {
}

.program .advocacy-participate-guide .advocacy-intro .content-section .section-head {
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 40px;
}

.program .advocacy-participate-guide .advocacy-intro .content-section .section-book {
}

.program .advocacy-participate-guide .advocacy-intro .content-section .section-book .book-wrap {
	position: relative;
	padding: 0 180px;
}

.program .advocacy-participate-guide .advocacy-intro .content-section .section-book .book-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 120px;
	width: 100%;
	height: 244px;
	background: #fff0f1;
	z-index: -1;
}

.program .advocacy-participate-guide .advocacy-intro .content-section:nth-of-type(2) .section-book .book-bg {
	background: #ebeff7;
	max-width: 970px;
}


.program .advocacy-participate-guide .advocacy-intro .content-section .section-book .book-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.program .advocacy-participate-guide .advocacy-intro .content-section .section-book .book-item {
	border-radius: 10px;
	box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.1);
}

.program .advocacy-participate-guide .advocacy-intro .content-section .section-book .book-item img {
	border-radius: 10px;
}

.program .advocacy-participate-guide .advocacy-intro .content-section .section-book .book-item + .book-item {
	margin-left: 110px;
}

.program .advocacy-participate-guide .advocacy-intro .content-section .section-book .book-action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program .advocacy-participate-guide .advocacy-intro .content-section .section-book .book-action .btn {
	width: 120px;
	height: 50px;
	line-height: 50px;
}

.program .advocacy-participate-guide .advocacy-intro .content-section + .content-section {
	margin-top: 80px;
}

.program .advocacy-right-education .card-list {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 60px;
}

.program .advocacy-right-education .card-list .card-item {
	padding: 40px;
	height: 246px;
	flex: 1;
	position: relative;
}

.program .advocacy-right-education .card-list .card-item:nth-of-type(1) {
	background: url("/assets/pc/images/program/advocacy/right/education/bg-card_1.png") no-repeat center center / cover;
}

.program .advocacy-right-education .card-list .card-item:nth-of-type(2) {
	background: url("/assets/pc/images/program/advocacy/right/education/bg-card_2.png") no-repeat center center / cover;
}

.program .advocacy-right-education .card-list .card-item .card-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
	font-size: 22px;
}

.program .advocacy-right-education .card-list .card-item .card-sub {
	margin-top: 12px;
	font-size: 16px;
	letter-spacing: -0.54px;
	color: rgba(51, 51, 51, 0.6);
}

.program .advocacy-right-education .card-list .card-item .card-action {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.program .advocacy-right-education .card-list .card-item .card-action .btn {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #555555;
	letter-spacing: -0.48px;
	padding: 0 20px;
	border-radius: 18px;
	background: #ffffff;
}

.program .advocacy-right-target .result-box {
	display: flex;
	align-items: center;
	padding: 30px 50px;
	background: #ffffff;
	border-radius: 10px;
}

.program .advocacy-right-target .result-box .box-image {
	margin-right: 40px;
	flex-shrink: 0;
}

.program .advocacy-right-target .result-box .box-image img {
	border-radius: 12px;
}

.program .advocacy-right-target .result-box .box-content {
	flex-grow: 1;
}

.program .advocacy-right-target .result-box .box-title {
	line-height: 1.8;
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.program .advocacy-right-target .result-box .box-detail {
	margin-top: 12px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	font-size: 18px;
}

.program .advocacy-right-target .result-box .box-more {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.program .advocacy-right-target .result-box .box-more .box-description {
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #999;
	font-size: 16px;
}

.program .advocacy-right-target .result-box .box-more .box-action {
	margin-left: 20px;
}

.program .advocacy-right-target .result-box .box-more .box-action .btn {
	border-radius: 18px;
	font-size: 14px;
	background: #ffffff;
	font-weight: 700;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	width: 175px;
}

.program .advocacy-right-target .result-box .box-more .box-action .btn.no-width {
	width: auto;
}

/* 기빙클럽 공통 */
.giving .giving-cover {
	position: relative;
	background: url("/assets/pc/images/giving/bg-cover.png") no-repeat center center / cover;
	height: 600px;
}

.giving .giving-cover .cover-icon {
	position: absolute;
	top: 60px;
	right: 80px;
	display: flex;
	align-items: center;
}

.giving .giving-cover .cover-icon .icon-item a {
	width: 50px;
	height: 50px;
	background: #5b5550;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.giving .giving-cover .cover-icon .icon-item + .icon-item {
	margin-left: 10px;
}

.giving .giving-cover .cover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.giving .giving-cover .cover-content .content-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.giving .giving-cover .cover-content .content-text .text-eng {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	letter-spacing: -1.14px;
	font-size: 36px;
	line-height: 1;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 24px;
}

.giving .giving-cover .cover-content .content-text .text-title {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	letter-spacing: -2.52px;
	line-height: 1;
	font-size: 82px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 28px;
}

.giving .giving-cover .cover-content .content-text .text-sub {
	letter-spacing: -0.72px;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	margin-bottom: 20px;
}

.giving .giving-cover .cover-content .content-text .text-sub span {
	color: #ffea78;
}

.giving .giving-cover .cover-content .content-text .text-description {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	letter-spacing: -0.6px;
}

.giving .giving-cover .cover-tab {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.giving .giving-cover .cover-tab .tab-list {
	display: flex;
	align-items: center;
}

.giving .giving-cover .cover-tab .tab-list .tab-item {
	flex: 1;
}

.giving .giving-cover .cover-tab .tab-list .tab-item a {
	display: block;
	border-radius: 20px 20px 0 0;
	background: #5b5550;
	color: #ffffff;
	height: 80px;
	line-height: 80px;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: -0.72px;
	text-align: center;
}

.giving .giving-cover .cover-tab .tab-list .tab-item.active a {
	background: #ffffff;
	color: #333333;
}

.giving .giving-page {
	padding: 90px 0 100px
}

/* 기빙클럽 소개 */
.giving .giving-info {
	padding-bottom: 100px;
}

.giving .giving-info .info-head {
	margin-bottom: 70px;
}

.giving .giving-info .info-head .info-title {
	letter-spacing: -1.44px;
	text-align: center;
	color: #333333;
	font-size: 46px;
	font-weight: 700;
}

.giving .giving-info .info-head .info-title span {
	color: #d9291d;
}

.giving .giving-info .info-head .info-description {
	font-size: 22px;
	margin-top: 50px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.72px;
}

.giving .giving-info .info-type {
	position: relative;
}

.giving .giving-info .info-type .type-inner {
	width: 1060px;
	margin: 0 auto;
	border-radius: 10px;
}

.giving .giving-info .info-type .swiper-container {
	border-radius: 10px;
}

.giving .giving-info .info-type .swiper-slide {
	padding: 10px;
}

.giving .giving-info .info-type .type-box {
	border-radius: 10px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
	border: solid 1px #f5f5f5;
	padding: 36px 40px;
	display: flex;
	align-items: center;
}

.giving .giving-info .info-type .type-box .box-image {
	flex-shrink: 0;
	margin-right: 60px;
}

.giving .giving-info .info-type .type-box .box-image img {
	width: 100%;
	border-radius: 6px;
}

.giving .giving-info .info-type .type-box .box-content {
	flex-grow: 1;
}

.giving .giving-info .info-type .type-box .box-content .box-label {
	color: #da281f;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.45px;
}

.giving .giving-info .info-type .type-box .box-content .box-title {
	margin-top: 12px;
	font-weight: 700;
	font-size: 18px;
	color: #333;
}

.giving .giving-info .info-type .type-box .box-content .box-description {
	margin-top: 20px;
	line-height: 1.6;
	letter-spacing: -0.45px;
	color: #555;
	font-size: 16px;
}


.giving .giving-info .info-type .swiper-control {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.giving .giving-info .info-type .swiper-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.giving .giving-info .info-type .swiper-navi .swiper-navi-item {
	cursor: pointer;
}

.giving .giving-info .info-type .swiper-navi .swiper-navi-item span {
	display: block;
	width: 24px;
	height: 47px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.giving .giving-info .info-type .swiper-navi .swiper-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.giving .giving-info .info-type .swiper-navi .swiper-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}


.giving .giving-info .info-type .swiper-pagination {
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.giving .giving-info .info-type .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
	opacity: 1;
}

.giving .giving-info .info-type .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #da281f;
	background: #da281f;
}

.giving .giving-info .info-type .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 10px;
}

.giving .giving-info .info-action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.giving .giving-info .info-action .btn {
	width: 280px;
	height: 60px;
	line-height: 60px;
}

.giving .giving-process {
	padding: 100px 0;
	background: url("/assets/pc/images/giving/intro/bg-process.png") no-repeat center center / cover;
}

.giving .giving-process .process-title {
	font-weight: 700;
	font-size: 46px;
	letter-spacing: -1.44px;
	text-align: center;
	color: #333;
	margin-bottom: 50px;
}

.giving .giving-process .process-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.giving .giving-item {
	padding-top: 100px;
}

.giving .giving-item .item-head {
	letter-spacing: -1.44px;
	text-align: center;
	color: #333333;
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 60px;
}

.giving .giving-item .item-head span {
	color: #d9291d;
}

.giving .giving-item .item-body .item-box {
	border-radius: 10px;
	padding: 70px 0;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 기빙클럽 신청 */
.giving .giving-apply .apply-cover {
	padding: 68px 80px;
	background: url("/assets/pc/images/giving/apply/bg-cover.png") no-repeat center center / cover;
}

.giving .giving-apply .apply-cover .cover-title {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: left;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.giving .giving-apply .apply-cover .cover-title span {
	color: #da281f;
}

.giving .giving-apply .apply-cover .cover-description {
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #555;
	font-size: 18px;
}

.giving .giving-apply .apply-form {
	margin-top: 50px;
}

.giving .giving-apply .apply-form .apply-form-box {
	padding: 50px 70px;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.giving .giving-apply .apply-form .apply-form-box + .apply-form-box {
	margin-top: 30px;
}

.giving .giving-apply .apply-form .apply-form-box .apply-form-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.giving .giving-apply .apply-form .apply-form-box .apply-form-head .head-left {
	display: flex;
	align-items: flex-end;
}

.giving .giving-apply .apply-form .apply-form-box .apply-form-head .head-left .head-title {
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.giving .giving-apply .apply-form .apply-form-box .apply-form-head .head-left .head-detail {
	margin-left: 30px;
	letter-spacing: -0.54px;
	font-size: 16px;
	color: #888;
}

.giving .giving-apply .apply-form .apply-form-box .apply-form-head .head-meta .head-required {
	position: relative;
	letter-spacing: -0.54px;
	color: #333;
	padding-right: 10px;
}

.giving .giving-apply .apply-form .apply-form-box .apply-form-head .head-meta .head-required::after {
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: #da281f;
}

.giving .giving-apply .apply-form .apply-form-box .apply-form-body {
	padding-top: 40px;
}

.giving .giving-apply .apply-form .apply-form-row {
	display: flex;
}

.giving .giving-apply .apply-form .apply-form-row + .apply-form-row {
	margin-top: 40px;
}

.giving .giving-apply .apply-form .apply-form-row.row-text + .apply-form-row {
	margin-top: 24px;
}

.giving .giving-apply .apply-form .apply-form-label {
	width: 152px;
	color: #333333;
	padding-top: 20px;
	letter-spacing: -0.5px;
	font-weight: 700;
}

.giving .giving-apply .apply-form .apply-form-row.row-text .apply-form-label {
	padding-top: 0;
}

.giving .giving-apply .apply-form .apply-form-text {
	color: #333333;
	letter-spacing: -0.5px;
}

.giving .giving-apply .apply-form .apply-form-control {
	flex-grow: 1;
}

.giving .giving-apply .apply-form .apply-form-label .label-text {
	position: relative;
}

.giving .giving-apply .apply-form .apply-form-label .required {
	position: absolute;
	background: #da281f;
	right: -12px;
	top: -2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.giving .giving-apply .apply-form .apply-birth .form-group .form-group-item + .form-group-item {
	margin-left: 30px;
}

.giving .giving-apply .apply-form .form-agree-row {
	display: flex;
	align-items: center;
}

.giving .giving-apply .apply-form .form-agree-row + .form-agree-row {
	margin-top: 18px;
}

.giving .giving-apply .apply-form .form-agree-row .agree-label {
	width: 126px;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
}

.giving .giving-apply .apply-form .form-agree-row .agree-show {
	margin-left: 40px;
}

.giving .giving-apply .apply-form .form-agree-row .agree-show a {
	color: #da281f;
	letter-spacing: -0.8px;
	position: relative;
}

.giving .giving-apply .apply-form .form-agree-row .agree-show a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #da281f;
}

.giving .giving-apply .apply-form .form-agree-row .agree-control {
	margin-left: 68px;
}

.giving .giving-apply .apply-form .form-agree-row .agree-control .form-radio-group .form-radio + .form-radio {
	margin-left: 40px;
}

.giving .giving-apply .apply-form .apply-form-control.form-agree {
	padding-top: 16px;
}

.giving .giving-apply .apply-form .apply-form-section + .apply-form-section {
	margin-top: 40px;
}

.giving .giving-apply .apply-form .apply-form-section .apply-form-title {
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}

.giving .giving-apply .apply-form .apply-form-section .apply-form-title .title-action {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.giving .giving-apply .apply-form .apply-form-section .apply-form-title .title-action a {
	color: #da281f;
	font-weight: 500;
	letter-spacing: -0.54px;
	display: flex;
	align-items: center;
}

.giving .giving-apply .apply-form .apply-form-section .apply-form-title .title-action a i {
	margin-left: 8px;
	display: inline-block;
	width: 9px;
	height: 16px;
	background-image: url("/assets/pc/images/common/right_primary.png");
	background-size: cover;
	transform: scale(0.8);
	vertical-align: middle;
}

.giving .giving-apply .apply-form .apply-form-section .apply-form-control {
	margin-top: 20px;
}

.giving .giving-apply .apply-form .apply-form-section .apply-agree {
	border-radius: 6px;
	border: solid 1px #cbcfd2;
	background-color: #f9f9f9;
	padding: 60px 60px 40px;
}

.giving .giving-apply .apply-form .apply-form-section .apply-agree .agree-content .content-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 40px;
}

.giving .giving-apply .apply-form .apply-form-section .apply-agree .agree-content .content-wrap .content-section + .content-section {
	margin-top: 20px;
}

.giving .giving-apply .apply-form .apply-form-section .apply-agree .agree-content .content-wrap p {
	line-height: 1.67;
	letter-spacing: -0.18px;
	text-align: left;
	color: #555;
}

.giving .giving-apply .apply-form .apply-form-section .apply-agree .agree-content .content-wrap ul {
	margin-top: 8px;
	padding-left: 18px;
}

.giving .giving-apply .apply-form .apply-form-section .apply-agree .agree-content .content-wrap ul li {
	line-height: 1.5;
	letter-spacing: -0.16px;
	text-align: left;
	color: #555;
	font-size: 15px;
}

.giving .giving-apply .apply-form .apply-form-section .apply-agree .agree-check {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.giving .giving-apply .apply-form .apply-form-section .apply-agree .agree-check label {
	font-weight: 700;
	padding-left: 34px;
}


.giving .giving-apply .apply-form .apply-form-action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.giving .giving-apply .apply-form .apply-form-action .btn {
	width: 280px;
	height: 60px;
	line-height: 60px;
}

/* 기빙클럽 신청 완료 */
.giving .giving-apply-complete .complete-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	margin-bottom: 60px;
}

.giving .giving-apply-complete .complete-title span {
	color: #da281f;
}

.giving .giving-apply-complete .complete-box {
	margin: 0 auto;
	width: 620px;
	border-radius: 6px;
	border: 1px solid #cbcfd2;
	background-color: #f9f9f9;
	padding: 45px 40px;
}

.giving .giving-apply-complete .complete-box .box-text {
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #555;
	font-size: 18px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.giving .giving-apply-complete .complete-box .box-email {
	padding-top: 25px;
	line-height: 1.67;
	letter-spacing: -0.54px;
	text-align: center;
	color: #777;
}

.giving .giving-apply-complete .complete-action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.giving .giving-apply-complete .complete-action .btn {
	width: 160px;
	height: 60px;
	line-height: 60px;
}

/* 기빙클럽 맴버들 */
.giving .giving-member-list .member-filter {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
}

.giving .giving-member-list .member-filter .form-radio-group .form-radio + .form-radio {
	margin-left: 28px;
}

.giving .giving-member-list .member-search-result {
	text-align: center;
	font-size: 20px;
	margin-bottom: 80px;
	color: #333333;
	letter-spacing: -0.6px;
}

.giving .giving-member-list .member-search-result b {
	font-size: 24px;
	color: #da291c;
	font-weight: 700;
}

.giving .giving-member-list .member-list-wrap {
	padding: 30px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.giving .giving-member-list .member-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -24px;
}

.giving .giving-member-list .member-list .member-item {
	width: calc(50% - 48px);
	margin: 20px 24px;

}

.giving .giving-member-list .member-list .member-item a {
	display: flex;
	align-items: center;
}

.giving .giving-member-list .member-list .member-item .member-image {
	width: 220px;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 24px;
	flex-shrink: 0;
}

.giving .giving-member-list .member-list .member-item .member-text {
	flex: 1;
	min-width: 0;
}

.giving .giving-member-list .member-list .member-item .member-text .member-head {
	display: flex;
	align-items: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.giving .giving-member-list .member-list .member-item .member-text .member-head .member-type {
	font-size: 18px;
	font-weight: 700;
	color: #da281f;
	margin-right: 10px;
	letter-spacing: -0.5px;
	flex: 0 0 auto;
}

.giving .giving-member-list .member-list .member-item .member-text .member-head .member-title {
	flex: 1 1 auto;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-align: left;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.giving .giving-member-list .member-list .member-item .member-text .member-content {
	margin-top: 12px;
	line-height: 1.5;
	letter-spacing: -0.45px;
	text-align: left;
	color: #555;
	font-size: 16px;
	min-height: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.giving .giving-member-list .member-list .member-item .member-text .member-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
	letter-spacing: -0.4px;
	text-align: left;
	color: #999;
	font-size: 14px;
}

.giving .giving-member-list .member-pagination {
	margin-top: 60px;
}

.giving .giving-member-list .member-search {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.giving .member-empty {
	padding: 50px 0 110px;
}

.giving .member-empty .member-empty-text {
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.giving .member-empty .member-empty-action {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.giving .member-empty .member-empty-action .btn {
	width: 184px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #777777;
}


.giving .giving-member-detail .member-board {
}

.giving .giving-member-detail .member-board .board-head {
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.giving .giving-member-detail .member-board .board-head .board-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.giving .giving-member-detail .member-board .board-head .board-title .title-label {
	color: #da281f;
	margin-right: 6px;
}

.giving .giving-member-detail .member-board .board-head .board-description {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
}

.giving .giving-member-detail .member-board .board-head .board-description .board-category {
	font-size: 18px;
	letter-spacing: -0.6px;
	text-align: center;
	color: #777;
	font-weight: 700;
	margin-right: 4px;
}

.giving .giving-member-detail .member-board .board-head .board-description .board-date {
	font-size: 18px;
	letter-spacing: -0.6px;
	text-align: center;
	color: #777;
}

.giving .giving-member-detail .member-board .board-head .board-description .board-hit {
	position: absolute;
	right: 0;
	bottom: 40px;

	letter-spacing: -0.54px;
	text-align: right;
	color: #777;
}

.giving .giving-member-detail .member-board .board-head .board-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.giving .giving-member-detail .member-board .board-head .board-icon .board-share {
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.giving .giving-member-detail .member-board .board-head .board-icon .board-share .share-dropdown {
	position: absolute;
	background: #ffffff;
	bottom: -68px;
	right: 0;
	border-radius: 6px;
	border: solid 1px #e5e5e5;
	padding: 10px 12px;
	align-items: center;
	display: none;
}

.giving .giving-member-detail .member-board .board-head .board-icon .board-share.show .share-dropdown {
	display: flex;
}

.giving .giving-member-detail .member-board .board-head .board-icon .board-share .share-dropdown .share-item + .share-item {
	margin-left: 10px;
}

.giving .giving-member-detail .member-board .board-download {
	border-bottom: 1px solid #e5e5e5;
}

.giving .giving-member-detail .member-board .board-download .download-item {
	padding: 20px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.giving .giving-member-detail .member-board .board-download .download-item + .download-item {
	border-top: 1px solid #f4f4f4;
}

.giving .giving-member-detail .member-board .board-download .download-item .download-ico {
	width: 16px;
	height: 16px;
	background-image: url("/assets/pc/images/common/download.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.giving .giving-member-detail .member-board .board-download .download-item:hover {
	color: #d9291d;
}

.giving .giving-member-detail .member-board .board-download .download-item:hover .download-ico {
	background-image: url("/assets/pc/images/common/download_primary.png");
}

.giving .giving-member-detail .member-board .board-content {
	padding: 48px 0 80px;
	width: 820px;
	margin: 0 auto;
}

.giving .giving-member-detail .member-board .board-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
	position: relative;
}

.giving .giving-member-detail .member-board .board-action .action-prev a {
	line-height: 1.5;
	display: block;
	padding-left: 32px;
	letter-spacing: -0.54px;
	text-align: left;
	color: #777;
	font-weight: 700;
	background-image: url("/assets/pc/images/common/board-prev.png");
	background-repeat: no-repeat;
	background-size: 18px 32px;
	background-position: left 0 top 50%;
	width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.giving .giving-member-detail .member-board .board-action .action-next a {
	line-height: 32px;
	display: block;
	padding-right: 32px;
	letter-spacing: -0.54px;
	text-align: right;
	color: #777;
	font-weight: 700;
	background-image: url("/assets/pc/images/common/board-next.png");
	background-repeat: no-repeat;
	background-size: 18px 32px;
	background-position: right 0 top 50%;
	width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.giving .giving-member-detail .member-board .board-action .action-list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.giving .giving-member-detail .member-board .board-action .action-list .btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

/* 기관 공통 */
.intro .intro-tab {
	margin-bottom: 60px;
}

.intro .intro-sub-tab {
	margin-bottom: 60px;
}

.intro .intro-sub-tab .tab-head {
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-weight: 700;

	margin-bottom: 60px;
}

.intro .intro-sub-tab .tab-head span{
	font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.96px;
    color: #da291c;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-thickness: 3px;
}

.intro .intro-sub-tab .tab-body .tab .tab-item {
	flex: none;
	width: 180px;
}

/* 기관 소개 - 세이브더칠드런은 */
.intro .intro-about-main .main-info .info-box {
	min-width: 1900px;
	display: flex;
	height: 500px;
}

.intro .intro-about-main .main-info .info-box.reverse {
	flex-direction: row-reverse;
}

.intro .intro-about-main .main-info .info-box .info-text {
	width: 50%;
	background: #f5f5f5;
	display: flex;
	align-items: center;

	padding-left: calc((100% - 1320px) / 2);
	padding-right: 100px;
}

.intro .intro-about-main .main-info .info-box.reverse .info-text {
	padding-left: 60px;
}

.intro .intro-about-main .main-info .info-box .info-text .info-title {
	color: #7a634f;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: -0.96px;
	margin-bottom: 32px;
}

.intro .intro-about-main .main-info .info-box .info-text .info-description {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	font-size: 18px;
}

.intro .intro-about-main .main-info .info-box .info-text .info-description span {
	color: #da291c;
}

.intro .intro-about-main .main-info .info-box .info-image {
	width: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.intro .intro-about-main .main-info .info-box .info-image img {
	width: 100%;
}

.intro .intro-about-main .main-video {
	padding: 100px 0 60px;
}

.intro .intro-about-main .main-video .video-head {
	text-align: center;
	margin-bottom: 50px;
}

.intro .intro-about-main .main-video .video-head .video-title {
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #7a634f;
	font-size: 30px;
	font-weight: 700;
}

.intro .intro-about-main .main-video .video-head .video-description {
	margin-top: 40px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #555;
	font-size: 18px;
}

.intro .intro-about-main .main-video .video-head .video-description span {
	color: #da291c
}

.intro .intro-about-main .main-video .video-body .video-bg {
	max-width: 1920px;
	margin: 0 auto;
	background-image: url('/assets/pc/images/intro/about/main/bg-video.png');
	background-repeat: no-repeat;
	background-position: bottom 0 center;
	padding-bottom: 40px;

}

.intro .intro-about-main .main-video .video-body .video-bg > .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.intro .intro-about-main .main-video .video-body .video-wrap {

	position: relative;
	width: 878px;
	height: 494px;
	border-radius: 10px;
	z-index: 1;
}

.intro .intro-about-main .main-video .video-body .video-wrap iframe {
	border-radius: 10px;
}

.intro .intro-about-main .main-video .video-body .video-label {
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.intro .intro-about-main .main-biz {
	background: #f3f2ee;
	padding: 100px 0;
}

.intro .intro-about-main .main-biz .biz-head {
	line-height: 1.5;
	letter-spacing: -0.96px;
	margin-bottom: 50px;
	font-size: 30px;
	text-align: center;
	color: #7a634f;
	font-weight: 700;
}

.intro .intro-about-main .main-biz .biz-list .biz-item {
	background: #ffffff;
	padding: 20px;
	display: flex;
	align-items: center;
	border-radius: 100px
}

.intro .intro-about-main .main-biz .biz-list .biz-item + .biz-item {
	margin-top: 10px;
}

.intro .intro-about-main .main-biz .biz-list .biz-item .biz-symbol {
	padding: 46px 40px;
	border-radius: 80px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	min-width: 320px;
}

.intro .intro-about-main .main-biz .biz-list .biz-item:nth-of-type(1) .biz-symbol {
	background: #fff0f1;
}

.intro .intro-about-main .main-biz .biz-list .biz-item:nth-of-type(2) .biz-symbol {
	background: #f3f0e6;
}

.intro .intro-about-main .main-biz .biz-list .biz-item:nth-of-type(3) .biz-symbol {
	background: #ebeff7;
}

.intro .intro-about-main .main-biz .biz-list .biz-item:nth-of-type(4) .biz-symbol {
	background: #f1ece7;
}

.intro .intro-about-main .main-biz .biz-list .biz-item:nth-of-type(5) .biz-symbol {
	background: #ffebd7;
}

.intro .intro-about-main .main-biz .biz-list .biz-item .biz-symbol .biz-symbol-icon {
	width: 60px;
	display: flex;
}

.intro .intro-about-main .main-biz .biz-list .biz-item .biz-symbol .biz-symbol-icon img {
	width: 100%;
}

.intro .intro-about-main .main-biz .biz-list .biz-item .biz-symbol .biz-symbol-text {
	margin-left: 15px;
}

.intro .intro-about-main .main-biz .biz-list .biz-item .biz-symbol .biz-symbol-text .text-eng {
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.intro .intro-about-main .main-biz .biz-list .biz-item .biz-symbol .biz-symbol-text .text-ko {
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #777;
}

.intro .intro-about-main .main-biz .biz-list .biz-item .biz-text {
	margin-left: 30px;
	flex-grow: 1;
}

.intro .intro-about-main .main-biz .biz-list .biz-item .biz-text .text-title {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
	font-weight: 700;
}

.intro .intro-about-main .main-biz .biz-list .biz-item .biz-text .text-description {
	margin-top: 4px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
}

/* 기관 소개 - 브랜드 스토리 */
.intro .intro-about-brand .brand-founder {
	padding: 60px 0 100px;
}

.intro .intro-about-brand .brand-founder .founder-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.intro .intro-about-brand .brand-founder .founder-text .text-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
}

.intro .intro-about-brand .brand-founder .founder-text .text-sub {
	font-size: 18px;
	font-weight: 700;
	color: #777777;
	letter-spacing: -0.54px;
	line-height: 1.5;
}

.intro .intro-about-brand .brand-founder .founder-text .text-content {
	margin-top: 30px;
}

.intro .intro-about-brand .brand-founder .founder-text .text-content p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.intro .intro-about-brand .brand-founder .founder-text .text-content p + p {
	margin-top: 20px;
}

.intro .intro-about-brand .brand-founder .founder-text .text-action {
	margin-top: 60px;
}

.intro .intro-about-brand .brand-founder .founder-text .text-action .btn {
	width: 515px;
	height: 50px;
	line-height: 50px;
}

.intro .intro-about-brand .brand-slogan {
	background: url("/assets/pc/images/intro/about/brand/cover-slogan.png") no-repeat center center / cover;
	height: 400px;
}

.intro .intro-about-brand .brand-personality .personality-head {
	margin-bottom: 60px;
}

.intro .intro-about-brand .brand-personality .personality-head .head-title {
	font-size: 30px;
	line-height: 1;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-weight: 700;
}

.intro .intro-about-brand .brand-personality .personality-head .head-description {
	margin-top: 40px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 18px;
}

.intro .intro-about-brand .brand-personality {
	padding: 100px 0;
}

.intro .intro-about-brand .brand-personality .personality-list {
	display: flex;
}

.intro .intro-about-brand .brand-personality .personality-list .personality-item {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.intro .intro-about-brand .brand-personality .personality-list .personality-item .personality-keyword {
	width: 280px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #e6dcd1;
}

.intro .intro-about-brand .brand-personality .personality-list .personality-item .personality-keyword .keyword-ko {
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
	font-weight: 700;
}

.intro .intro-about-brand .brand-personality .personality-list .personality-item .personality-keyword .keyword-eng {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #926d49;
	font-size: 16px;
}

.intro .intro-about-brand .brand-personality .personality-list .personality-item .personality-detail {
	margin-top: 30px;
	width: 100%;
	height: 180px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #555;
	border-right: 1px solid #e5e5e5;
}

.intro .intro-about-brand .brand-personality .personality-list .personality-item:last-of-type .personality-detail {
	border-right: 0;
}

.intro .intro-about-brand .brand-logo {
	padding: 0 0 100px;
}

.intro .intro-about-brand .brand-logo .logo-head {
	margin-bottom: 40px;
}

.intro .intro-about-brand .brand-logo .logo-head .head-title {
	font-size: 30px;
	line-height: 1;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-weight: 700;
}

.intro .intro-about-brand .brand-logo .logo-box {
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	padding: 40px 70px;
}

.intro .intro-about-brand .brand-logo .logo-box .logo-grid .grid-image {
	background: url("/assets/pc/images/intro/about/brand/bg-logo.png") no-repeat center center / cover;
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro .intro-about-brand .brand-logo .logo-box .logo-grid .grid-text {
	margin-top: 40px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #555;
}

.intro .intro-about-brand .brand-logo .logo-box .logo-grid .grid-text span {
	color: #da291c;
}

.intro .intro-about-brand .brand-logo .logo-box .logo-grid {
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}

.intro .intro-about-brand .brand-logo .logo-rule {
	padding-top: 60px;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-title {
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	text-align: center;
	color: #333;
	margin-bottom: 40px;
	font-weight: 700;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci {
	display: flex;
	padding: 0 80px;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-row {
	display: flex;
	justify-content: space-between;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-eng {
	width: 50%;
	border-right: 1px solid #e5e5e5;
	padding-right: 110px;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-ko {
	width: 50%;
	padding-left: 110px;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-row + .ci-row {
	margin-top: 20px;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-row .ci-item:first-of-type {
	width: 192px;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-row .ci-item:last-of-type {
	width: 130px;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-item .ci-title {
	line-height: 1;
	letter-spacing: -0.48px;
	text-align: left;
	color: #333;
	font-size: 15px;
	height: 15px;
	margin-bottom: 20px;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-item .ci-detail {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-item .ci-detail .ci-size {
	margin-top: 4px;
	letter-spacing: -0.48px;
	color: #777;
	font-size: 13px;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-row .ci-item:nth-of-type(2) .ci-title {
	text-align: center;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-row .ci-item:nth-of-type(2) .ci-detail .ci-image {
	display: flex;
	justify-content: center;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-ci .ci-row .ci-item:nth-of-type(2) .ci-detail .ci-size {
	text-align: center;
}

.intro .intro-about-brand .brand-logo .logo-rule .rule-description {
	margin-top: 40px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #555;
}

.intro .intro-about-brand .brand-font .font-head {
	margin-bottom: 40px;
}

.intro .intro-about-brand .brand-font .font-head .head-title {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.intro .intro-about-brand .brand-font .font-head .head-description {
	margin-top: 40px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 18px;
}

.intro .intro-about-brand .brand-font .font-box {
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	padding: 60px 0;
	display: flex;
	justify-content: center;
}

.intro .intro-about-brand .brand-font .font-box .font-list .font-item {
	display: flex;
	align-items: center;
}

.intro .intro-about-brand .brand-font .font-box .font-list .font-item + .font-item {
	margin-top: 40px;
}

.intro .intro-about-brand .brand-font .font-box .font-list .font-item .font-type {
	margin-right: 30px;
}

.intro .intro-about-brand .brand-font .font-box .font-list .font-item .font-type .font-type-label {
	border-radius: 8px;
	border: 1px solid #da291c;
	color: #da291c;
	padding: 12px 0;
	width: 140px;
	text-align: center;
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	font-weight: 600;
	letter-spacing: -1.5px;
}

.intro .intro-about-brand .brand-font .font-box .font-list .font-item .font-sample {
	font-size: 54px;
	letter-spacing: -1.4px;
	text-align: left;
	color: #333;
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
}

.intro .intro-about-brand .brand-font .font-box .font-list .font-item:nth-of-type(1) .font-sample {
	font-weight: 700;
}

.intro .intro-about-brand .brand-font .font-box .font-list .font-item:nth-of-type(2) .font-sample {
	font-weight: 500;
}

.intro .intro-about-brand .brand-font .font-box .font-list .font-item:nth-of-type(3) .font-sample {
	font-weight: 300;
}

.intro .intro-about-brand .brand-font .font-action {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro .intro-about-brand .brand-font .font-action .btn {
	width: 170px;
	height: 50px;
	line-height: 50px;
}

.intro .intro-about-brand .brand-font .font-action .btn + .btn {
	margin-left: 10px;
}

.intro .intro-about-brand .history-box {
	margin-top: 80px;
	background: url("/assets/pc/images/intro/about/brand/image-history.png") no-repeat center center / cover;
	height: 312px;
	padding: 60px;
}

.intro .intro-about-brand .history-box .history-title {
	line-height: 1;
	letter-spacing: -0.96px;
	color: #ffffff;
	font-weight: 700;
	font-size: 30px;
}

.intro .intro-about-brand .history-box .history-description {
	margin-top: 28px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #c5c5c5;
	font-size: 18px;
}

.intro .intro-about-brand .history-box .history-action {
	margin-top: 32px;
}

.intro .intro-about-brand .history-box .history-action .btn {
	width: 400px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: rgba(0, 0, 0, 0.2);
	font-weight: 400;
}

.intro .intro-about-brand .history-box .history-action .btn i {
	margin-left: 30px;
	display: inline-block;
	background-image: url('/assets/pc/images/common/arrow_md.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 54px;
	height: 12px;
}

/* 인사말 */
.intro .intro-about-greeting .greeting-head {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.intro .intro-about-greeting .greeting-head .greeting-title {
	padding: 20px 0;
	line-height: 1.5;
	letter-spacing: -1.2px;
	text-align: center;
	color: #333;
	font-size: 38px;
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	font-weight: 700;
}

.intro .intro-about-greeting .greeting-section {
	margin-top: 80px;
}

.intro .intro-about-greeting .greeting-section .section-container {
	display: flex;
	justify-content: space-between;
}

.intro .intro-about-greeting .greeting-section .section-content {
	margin-right: 60px;
}

.intro .intro-about-greeting .greeting-section .section-content .section-title {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: left;
	color: #333;
	font-size: 30px;
	font-weight: 500;
}

.intro .intro-about-greeting .greeting-section .section-content .section-description {
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #926d49;
	font-size: 18px;
}

.intro .intro-about-greeting .greeting-section .section-content .section-detail {
	margin-top: 48px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	font-size: 18px;
}

.intro .intro-about-greeting .greeting-section .section-content .section-detail p + p {
	margin-top: 28px;
}

.intro .intro-about-greeting .greeting-section .section-content .section-sign {
	display: flex;
	margin-top: 36px;
}

.intro .intro-about-greeting .greeting-section .section-content .section-sign .sign-name {
	padding-top: 12px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	font-size: 18px;
}

.intro .intro-about-greeting .greeting-section .section-content .section-sign .sign-image {
	margin-left: 12px;
	flex-shrink: 0;
}
.intro .intro-about-greeting .greeting-section.second {
	margin-top: 140px;
}
.intro .intro-about-greeting .greeting-section.reverse .section-container {
	flex-direction: row-reverse;
}

.intro .intro-about-greeting .greeting-section.reverse .section-content {
	margin-left: 60px;
	margin-right: 0;
}

.intro .intro-about-greeting .greeting-box {
	margin: 60px 0 0;
}
.intro .intro-about-greeting .greeting-box .box-container {
	border-radius: 10px;
	border: 2px solid #f3f2ee;
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #555;
}


/* 기관소개 - 영문 */
.intro .intro-about-eng .intro-title {
	line-height: 1.5;
	letter-spacing: -0.8px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-family: "Oswald", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	font-weight: 700;
	margin-bottom: 40px;
}

.intro .intro-about-eng .intro-title span {
	color: #da291c;
}

.intro .intro-about-eng .intro-description p {
	font-family: Lato, "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.5px;
	text-align: center;
	color: #555;
}

.intro .intro-about-eng .intro-description p + p {
	margin-top: 24px;
}

.intro .intro-about-eng .eng-info {
	margin-top: 80px;
}

.intro .intro-about-eng .eng-info .info-box {
	min-width: 1900px;
	display: flex;
	height: 500px;
}

.intro .intro-about-eng .eng-info .info-box.reverse {
	flex-direction: row-reverse;
}

.intro .intro-about-eng .eng-info .info-box .info-text {
	width: 50%;
	background: #f3f2ee;
	display: flex;
	align-items: center;

	padding-left: calc((100% - 1320px) / 2);
	padding-right: 80px;
}

.intro .intro-about-eng .eng-info .info-box.reverse .info-text {
	padding-left: 60px;
}

.intro .intro-about-eng .eng-info .info-box .info-text .info-title {
	color: #7a634f;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.5;
	letter-spacing: -1px;
	margin-bottom: 30px;
	font-family: "Oswald", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
}

.intro .intro-about-eng .eng-info .info-box .info-text .info-description {
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #555;
	font-size: 18px;
	font-family: Lato, "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
}

.intro .intro-about-eng .eng-info .info-box .info-text .info-description span {
	color: #da291c;
}

.intro .intro-about-eng .eng-info .info-box .info-text .info-description ul {
	margin-top: 2px;
	padding-left: 10px;
}

.intro .intro-about-eng .eng-info .info-box .info-text .info-description ul li {
	position: relative;
	padding-left: 8px;
	color: #777777;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
}

.intro .intro-about-eng .eng-info .info-box .info-text .info-description ul li::before {
	content: '';
	width: 4px;
	height: 1px;
	position: absolute;
	top: 12px;
	left: 0;
	background: #777777;
}

.intro .intro-about-eng .eng-info .info-box .info-image {
	width: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.intro .intro-about-eng .eng-info .info-box .info-image img {
	width: 100%;
}

/* 기관소개 - 정신 */
.intro .intro-spirit-soul .soul-box {
	margin-bottom: 60px;
}
.intro .intro-spirit-soul .soul-box .spirit-box {
	display: flex;
	align-items: center;
}
.intro .intro-spirit-soul .soul-box .spirit-box .text-box {
	flex: 1;
}
.intro .intro-spirit-soul .soul-box .spirit-box .text-box .title {
	font-size: 26px;
	line-height: 38px;
	color: #333;
}
.intro .intro-spirit-soul .soul-box .spirit-box .text-box .title .en {
	margin-left: 14px;
	font-size: 19px;
	font-weight: bold;
	line-height: 50px;
	color: #926d49;
	font-family: 'NanumSquare';
}
.intro .intro-spirit-soul .soul-box .spirit-box .text-box .text {
	font-size: 18px;
	line-height: 26px;
	color: #555;
}
.intro .intro-spirit-soul .soul-box .vision .img-box,
.intro .intro-spirit-soul .soul-box .mission .text-box {
	position: relative;
}
.intro .intro-spirit-soul .soul-box .vision .img-box::after,
.intro .intro-spirit-soul .soul-box .mission .text-box::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-color: #fff;
	top: 50%;
	right: -10px;
	transform: translateY(-50%) rotate(-45deg);
}
.intro .intro-spirit-soul .soul-box .vision .img-box::after {
	right: -11px;
}
.intro .intro-spirit-soul .soul-box .vision .text-box {
	padding: 90px 100px;
	width: 661px;
	height: 281px;
	background: url(/assets/pc/images/intro/spirit/soul/img-book.png) no-repeat top center / cover;
}
.intro .intro-spirit-soul .soul-box .mission {}
.intro .intro-spirit-soul .soul-box .mission .text-box {
	padding: 90px 100px;
	width: 661px;
	height: 284px;
	background: url(/assets/pc/images/intro/spirit/soul/img-person.png) no-repeat top center / cover;
}
.intro .intro-spirit-soul .soul-values {
	margin-bottom: 97px;
	background-color: #e3e8f1;
}
.intro .intro-spirit-soul .soul-values .container {
	padding: 80px 0;
}
.intro .intro-spirit-soul .soul-values .container .box {
	padding: 80px 43px;
	background-color: #fff;
}
.intro .intro-spirit-soul .soul-values .container .box > .title,
.intro .intro-spirit-soul .soul-values ul li .title .en {
	font-family: 'NanumSquare';
}
.intro .intro-spirit-soul .soul-values .container .box > .title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
}
.intro .intro-spirit-soul .soul-values .container .box > .title .en {
	font-size: 19px;
	line-height: 50px;
	color: #926d49;
}
.intro .intro-spirit-soul .soul-values ul {
	margin-top: 35px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.intro .intro-spirit-soul .soul-values ul li {
	padding: 0 20px;
	position: relative;
	max-width: 261px;
}
.intro .intro-spirit-soul .soul-values ul li:not(:first-child)::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 249px;
	left: 0;
	top: 5px;
	background-color: #eee;
}
.intro .intro-spirit-soul .soul-values ul li .title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	color: #333;
}
.intro .intro-spirit-soul .soul-values ul li .title .en {
	font-size: 16px;
	line-height: 28px;
	color: #333;
}
.intro .intro-spirit-soul .soul-values ul li .text {
	margin-top: 40px;
	position: relative;
	text-align: center;
	color: #666;
	letter-spacing: -0.05em;
}
.intro .intro-spirit-soul .soul-values ul li .text::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #e5e5e5;
}
.intro .intro-spirit-soul .soul-video {
	margin-bottom: 100px;
}

.intro .intro-spirit-soul .soul-video .video-box {
	padding: 80px 220px 60px;
	background: url("/assets/pc/images/intro/spirit/soul/bg-video.png") no-repeat center center / cover;
	border-radius: 10px;
}

.intro .intro-spirit-soul .soul-video .video-box .video-text {
	margin-bottom: 60px;
}

.intro .intro-spirit-soul .soul-video .video-box .video-text .text-title {
	line-height: 1;
	letter-spacing: -0.96px;
	text-align: left;
	color: #333;
	font-weight: 700;
	font-size: 30px;
}

.intro .intro-spirit-soul .soul-video .video-box .video-text .text-description {
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #555;
	font-size: 22px;
}

.intro .intro-spirit-soul .soul-video .video-box .video-wrap {
	width: 880px;
	height: 468px;
	border-radius: 8px;
}

.intro .intro-spirit-soul .soul-video .video-box .video-wrap iframe {
	border-radius: 8px;
}

.intro .intro-spirit-soul .soul-protect {
	background: url("/assets/pc/images/intro/spirit/soul/bg-safe.png") no-repeat top center / cover;
	padding: 100px 0;
}

.intro .intro-spirit-soul .soul-protect .protect-head {
	margin-bottom: 40px;
}

.intro .intro-spirit-soul .soul-protect .protect-head .protect-label {
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #926d49;
	font-size: 18px;
	text-align: center;
}

.intro .intro-spirit-soul .soul-protect .protect-head .protect-title {
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.intro .intro-spirit-soul .soul-protect .enum-list .enum-item {
	border-radius: 75px;
	padding: 15px;
	background: #ffffff;
	display: flex;
	align-items: center;
}

.intro .intro-spirit-soul .soul-protect .enum-list .enum-item + .enum-item {
	margin-top: 10px;
}

.intro .intro-spirit-soul .soul-protect .enum-list .enum-item .enum-label {
	width: 120px;
	height: 120px;
	background: #a8896b;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;

	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.96px;
	color: #ffffff;
	margin-right: 40px;
	flex-shrink: 0;
}

.intro .intro-spirit-soul .soul-protect .enum-list .enum-item .enum-content {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	font-size: 16px;
}

.intro .intro-spirit-soul .soul-protect .info-list {
	margin-top: 60px;
	border-top: 1px solid #222;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-line {
	padding: 40px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	cursor: pointer;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-line .info-line-text {
	line-height: 1.25;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-line .info-arrow span {
	text-indent: -9999px;
	background-image: url('/assets/pc/images/common/expand_gray.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 22px;
	height: 13px;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content {
	padding: 60px 40px;
	background: #ffffff;
	display: none;
	border: 2px solid #d1ccbd;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item.open {
	margin-bottom: 10px;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item + .info-item {

	border-top: 1px solid #e5e5e5;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item.open .info-content {
	display: block;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item.open .info-line {
	background: #e6dcd1;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item.open .info-line .info-arrow span {
	background-image: url('/assets/pc/images/common/expand_primary.png');
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-section + .content-section {
	margin-top: 40px;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-section .section-head {
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #926d49;
	font-size: 18px;
	font-weight: 700;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-section .section-body {
	margin-top: 8px;
	padding-left: 18px;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content ul li {
	position: relative;
	padding-left: 8px;
	line-height: 1.89;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content ul li::before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #555555;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content ul li span {
	color: #da291c;
	font-weight: 700;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-title {
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #926d49;
	font-size: 18px;
	font-weight: 700;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-list {
	margin-top: 12px;
	display: flex;

}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-list .data-item {
	flex: 1;
}

/*.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-list .data-item ul li > a:hover {*/
/*	color: #000000;*/
/*}*/

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-download {
	display: flex;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-download + .data-download {

}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-download .download-item {
	position: relative;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-download .download-item a {
	display: flex;
	align-items: center;
	letter-spacing: -0.54px;
	text-align: left;
	color: #777;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-download .download-item a i {
	margin-left: 5px;
	display: inline-block;
	background: url("/assets/pc/images/common/download_gray.png") no-repeat center center / cover;
	width: 12px;
	height: 13px;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-download .download-item + .download-item {
	margin-left: 20px;
}

.intro .intro-spirit-soul .soul-protect .info-list .info-item .info-content .content-data .data-download .download-item + .download-item::before {
	position: absolute;
	top: 50%;
	left: -10px;
	content: '';
	transform: translateY(-50%);
	width: 1px;
	height: 50%;
	background: #e5e5e5;
}

/* 기관소개 - 전략 */

.intro .intro-spirit-strategy .strategy-object {
	padding-bottom: 100px;
}

.intro .intro-spirit-strategy .strategy-object .object-head {
	margin-bottom: 60px;
}

.intro .intro-spirit-strategy .strategy-object .object-head .object-head-title {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #926d49;
	text-align: center;
}

.intro .intro-spirit-strategy .strategy-object .object-head .object-head-description {
	margin-top: 5px;
	color: #333333;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

.intro .intro-spirit-strategy .strategy-object .object-list {
	display: flex;
}

.intro .intro-spirit-strategy .strategy-object .object-list .object-item {
	padding: 40px 0;
	background: rgba(209, 204, 189, 0.5);
	flex: 1;
	border-radius: 20px;
}

.intro .intro-spirit-strategy .strategy-object .object-list .object-item + .object-item {
	margin-left: 30px;
}

.intro .intro-spirit-strategy .strategy-object .object-list .object-item .object-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.intro .intro-spirit-strategy .strategy-object .object-list .object-item .object-icon::after {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 300px;
	height: 180px;
	background: #f3f2ee;
	border-radius: 0 0 150px 150px;
	z-index: -1;
}

.intro .intro-spirit-strategy .strategy-object .object-list .object-item .object-content {
	margin-top: 80px;
}

.intro .intro-spirit-strategy .strategy-object .object-list .object-item .object-content .object-title {
	line-height: 1.5;
	letter-spacing: -0.72px;
	color: #333;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 16px;
}

.intro .intro-spirit-strategy .strategy-object .object-list .object-item .object-content .object-detail {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #333;
	font-size: 16px;
}

.intro .intro-spirit-strategy .strategy-banner {
	position: relative;
	height: 304px;
	background: url("/assets/pc/images/intro/spirit/strategy/bg_banner_01.jpg") no-repeat center/cover;
}
.intro .intro-spirit-strategy .strategy-banner .strategy-banner__box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 1320px;
	height: 100%;
	color: #fff;
	text-align: center;
}
.intro .intro-spirit-strategy .strategy-banner .strategy-banner__title {
	font-size: 20px;
}
.intro .intro-spirit-strategy .strategy-banner .strategy-banner__text {
	margin-top: 5px;
	font-size: 32px;
	font-weight: 700;
}
.intro .intro-spirit-strategy .strategy-tema {
	padding: 90px 0 115px;
	width: 100%;
	background: url("/assets/pc/images/intro/spirit/strategy/bg_item_01.jpg") no-repeat center top/cover;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__box {
	margin: 0 auto;
	width: 1320px;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__title {
	display: block;
	color: #333;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__list {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__item {
	overflow: hidden;
	display: flex;
	min-height: 340px;
	border-radius: 20px;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type01, .intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type03 {
	justify-content: flex-end;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type01 .strategy-tema__info, .intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type03 .strategy-tema__info {
	margin-left: -34px;
	width: 50%;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type02 .strategy-tema__info, .intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type04 .strategy-tema__info {
	padding-left: 80px;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type03, .intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type04 {
	min-height: 380px;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type01 {
	background: url("/assets/pc/images/intro/spirit/strategy/bg_tema_01.jpg") center center/cover;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type02 {
	background: url("/assets/pc/images/intro/spirit/strategy/bg_tema_02.jpg") center center/cover;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type03 {
	background: url("/assets/pc/images/intro/spirit/strategy/bg_tema_03.jpg") center center/cover;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__item--type04 {
	background: url("/assets/pc/images/intro/spirit/strategy/bg_tema_04.jpg") center center/cover;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__info .font--bold {
	font-weight: 700;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__info .color--brown {
	color: #926d49;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__info .info__title {
	color: #333;
	font-size: 24px;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__info .info__text {
	margin-top: 10px;
	font-size: 20px;
}
.intro .intro-spirit-strategy .strategy-tema .strategy-tema__info .info__desc {
	margin-top: 12px;
	color: #222;
	font-size: 18px;
}


/* 기관소개 - 투명경영책무성 */
.intro .intro-transparency .transparency-cover {
	padding-bottom: 80px;
}

.intro .intro-transparency .transparency-cover .cover-container {
	background: url("/assets/pc/images/intro/transparency/image-cover.png") no-repeat center center / cover;
	padding: 60px 80px 60px 480px;
}

.intro .intro-transparency .transparency-cover .cover-text .cover-title {
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.intro .intro-transparency .transparency-cover .cover-text .cover-description {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #555;
}

.intro .intro-transparency .transparency-cover .cover-text .cover-description span {
	color: #da291c;
	font-size: 20px;
	font-weight: 700;
}

.intro .intro-transparency .transparency-section .section-list .section-item {
	min-width: 1900px;
	display: flex;
	align-items: center;
	height: 450px;
}

.intro .intro-transparency .transparency-section .section-list .section-item + .section-item {
	margin-top: 40px;
}

.intro .intro-transparency .transparency-section .section-list .section-item .section-image {
	width: 45%;
	height: 100%;
	min-width: 900px;
	flex-shrink: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
}

.intro .intro-transparency .transparency-section .section-list .section-item .section-content {
	margin-left: 60px;
	flex-grow: 1;
}

.intro .intro-transparency .transparency-section .section-list .section-item .section-content .section-title {
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.intro .intro-transparency .transparency-section .section-list .section-item .section-content .section-description {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.intro .intro-transparency .transparency-section .section-list .section-item .section-content .section-action {
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.intro .intro-transparency .transparency-section .section-list .section-item .section-content .section-action .btn {
	height: 50px;
	line-height: 50px;
	width: auto;
	padding: 0 30px;
}

.intro .intro-transparency .transparency-section .section-list .section-item .section-content .section-action .btn + .btn {
	margin-left: 20px;
}

.intro .intro-transparency .transparency-section .section-list .section-item .section-detail {
	margin-top: 40px;
}

.intro .intro-transparency .transparency-section .section-list .section-item .section-detail ul li {
	position: relative;
	padding-left: 10px;
	line-height: 1.67;
	letter-spacing: -0.54px;
	color: #926d49;
	font-weight: 700;
}

.intro .intro-transparency .transparency-section .section-list .section-item .section-detail ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;

	width: 4px;
	height: 2px;

	background: #926d49;

}

.intro .intro-transparency .transparency-section .section-list .section-item.reverse {
	flex-direction: row-reverse;
}

.intro .intro-transparency .transparency-section .section-list .section-item.reverse .section-content {
	margin-left: 0;
	padding-left: calc((100% - 1320px) / 2);
}

/* 기관소개 - 홍보대사 */
.intro .intro-ambassador .ambassador-member .member-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -12px;
}

.intro .intro-ambassador .ambassador-member .member-list .member-item {
	width: calc(25% - 24px);
	margin: 20px 12px;
	border-radius: 16px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.intro .intro-ambassador .ambassador-member .member-list .member-item .member-image img {
	border-radius: 16px 16px 0 0;
}

.intro .intro-ambassador .ambassador-member .member-list .member-item .member-name {
	padding: 30px 26px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

/* 기관소개 - 세이브더칠드런 코리아 연혁 */
.intro .history-korea-footprints .footprints-cover .cover-box {
	background: url("/assets/pc/images/intro/history/korea/footprints/history-cover.png") no-repeat center center / cover;
	border-radius: 10px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro .history-korea-footprints .footprints-cover .cover-box .cover-select .select2-container--default .select2-selection--single {
	border: none;
	background: transparent;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
}

.intro .history-korea-footprints .footprints-cover .cover-box .cover-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.96px;
}

.intro .history-korea-footprints .footprints-cover .cover-box .cover-select .select2-container--default .select2-selection--single::after {
	background-image: url("/assets/pc/images/common/expand_white.png");
}

.intro .history-korea-footprints .footprints-cover .cover-box .cover-select .select2-container--default .select2-results__option--selected,
.intro .history-korea-footprints .footprints-cover .cover-box .cover-select .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	color: #333;
	font-weight: 700;
	background: #f5f5f5;
}

.intro .history-korea-footprints .footprints-section {
	margin-top: 40px;
}

.intro .history-korea-footprints .footprints-section .section-item {
	position: relative;
	padding: 80px 0 100px;
}

.intro .history-korea-footprints .footprints-section .section-item:first-of-type {
	padding-top: 0;
}

.intro .history-korea-footprints .footprints-section .section-item.item-5 {
	background: #faf9f5;
}

.intro .history-korea-footprints .footprints-section .section-item.item-3 {
	background: #faf9f5;
}

.intro .history-korea-footprints .footprints-section .section-item.item-1 {
	background: #faf9f5;
}


.intro .history-korea-footprints .footprints-section .section-item .section-bg {
	position: absolute;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap {
	display: flex;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-head {
	width: 530px;
	flex-shrink: 0;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-head .head-text {
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #555;
	font-size: 18px;
	margin-bottom: 15px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-head .head-year {
	font-weight: 700;
	z-index: 1;
	line-height: 1;
	letter-spacing: -1.44px;
	text-align: left;
	color: #333;
	font-size: 44px;
	position: relative;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-head .head-image {
	margin-top: 30px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-head .head-image img {
	border-radius: 10px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body {
	padding-left: 52px;
	flex-grow: 1;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year {
	margin-top: 48px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item {
	position: relative;
	display: flex;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item::before {
	content: '';
	position: absolute;
	left: -50px;
	top: 44px;
	width: 20px;
	height: 20px;
	background: url("/assets/pc/images/intro/history/korea/footprints/year-dot.png") no-repeat center center / cover;
	z-index: 1;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item:first-of-type::before {
	top: 14px;
}


.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item.single::before {
	top: 35px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item::after {
	content: '';
	position: absolute;
	top: 20px;
	left: -41px;
	width: 1px;
	height: calc(100% + 30px);
	background: #e7e6e5;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item.single::after {
	height: calc(100% + 21px);
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item:last-of-type::after {
	display: none;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item.single {
	align-items: center;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item:first-of-type .year-content {
	padding-top: 0;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-text {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: left;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	flex-shrink: 0;
	min-width: 214px;
	padding-top: 30px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item.single .year-text {
	padding-top: 0;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item:first-of-type .year-text {
	padding-top: 0;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-text.primary {
	color: #da291c;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content {
	padding: 30px 60px 30px 0;
	margin-left: 30px;
	flex-grow: 1;
	border-bottom: 1px solid rgba(153, 153, 153, 0.15);
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item + .content-item {
	margin-top: 20px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-text {
	position: relative;
	padding-left: 10px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-text::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 50%;
	width: 2px;
	height: 2px;
	background: #555555;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-text.none {
	padding-left: 0;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-text.none::before {
	display: none;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-text span {
	color: #da291c;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-desc {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.48px;
	text-align: left;
	color: #777;
	display: flex;
	font-size: 14px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image {
	width: 410px;
	position: relative;
	margin-top: 20px;
	border-radius: 10px;

	font-size: 0;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image.border {
	border: solid 1px #e5e5e5;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image img {
	width: 100%;
	border-radius: 10px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image .content-banner {
	padding: 12px;
	position: absolute;
	bottom: -10px;
	left: -10px;
	width: 112px;
	height: 90px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	background: #ffffff;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image .content-banner img {

}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-action {
	margin-top: 20px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-action.has-image {
	display: flex;
	justify-content: space-between;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-action .btn {
	background: #ffffff;
	border-radius: 18px;
	border: 1px solid #d2d2d2;
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	letter-spacing: -0.48px;
	text-align: left;
	color: #555;
	font-size: 14px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-video {
	margin-top: 30px;
	border-radius: 10px;
}

.intro .history-korea-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-video iframe {
	border-radius: 10px;
}

.intro .history-korea-footprints .footprints-section .section-bg .bg-item {
	position: absolute;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.intro .history-korea-footprints .footprints-section .section-bg.bg-6 {
	left: 0;
	bottom: 240px;
	width: 800px;
	height: 680px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-6 .bg-61 {
	top: 0;
	left: -145px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-6 .bg-62 {
	left: 426px;
	bottom: 0;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-6 .bg-63 {
	left: 595px;
	bottom: 355px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-6 .bg-64 {
	left: 656px;
	bottom: 106px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-5 {
	left: 0;
	bottom: 0;
	width: 777px;
	height: 968px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-5 .bg-51 {
	bottom: 544px;
	left: 177px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-5 .bg-52 {
	left: 0;
	bottom: 162px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-5 .bg-53 {
	left: 91px;
	bottom: 0;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-4 {
	bottom: 0;
	left: 0;
	width: 733px;
	height: 1037px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-4 .bg-41 {
	left: 0;
	bottom: 351px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-4 .bg-42 {
	left: 0;
	bottom: 0;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-3 {
	left: 0;
	bottom: 0;
	width: 710px;
	height: 704px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-3 .bg-31 {
	left: 144px;
	bottom: 203px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-3 .bg-32 {
	right: 0;
	bottom: 296px;
}

.intro .history-korea-footprints .footprints-section .section-bg.bg-3 .bg-33 {
	left: 511px;
	bottom: 126px;
}

/* 기관소개 - 세이브더칠드런코리아 조직 */
.intro .history-korea-org .central-table tr th {
	padding: 0 0 15px 30px;
	border-right: 1px solid #dddddd;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.intro .history-korea-org .central-table tr td {
	padding: 0 30px 15px 30px;
	border-right: 1px solid #dddddd;
	letter-spacing: -0.54px;
	color: #555;
}

.intro .history-korea-org .central-table tr th:first-of-type,
.intro .history-korea-org .central-table tr td:first-of-type {
	padding-left: 0;
}

.intro .history-korea-org .central-table tr th:last-of-type,
.intro .history-korea-org .central-table tr td:last-of-type {
	border-right: none;
}


.intro .history-korea-org .central-table tr:last-of-type td {
	padding-bottom: 0;
}


.intro .history-korea-org .org-image {
	padding-bottom: 100px;
}

.intro .history-korea-org .org-executives {
	padding: 100px 0;
	background: #f5f5f5;
}

.intro .history-korea-org .org-executives .executives-head {
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #333;
	font-weight: 700;
	margin-bottom: 40px;
}

.intro .history-korea-org .org-executives .executives-table {
	border-top: 1px solid #333;
}

.intro .history-korea-org .org-executives .executives-table th, .intro .history-korea-org .org-executives .executives-table td {
	border-bottom: 1px solid #ddd;
}

.intro .history-korea-org .org-executives .executives-table th {
	width: 220px;
	background: #ebeff7;
	padding: 32px 30px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
	border-right: 1px solid #ddd;
}

.intro .history-korea-org .org-executives .executives-table td {
	padding: 32px 30px;
	background: #ffffff;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #555;
	font-size: 18px;
}

.intro .history-korea-org .org-central {
	padding: 100px 0;
	position: relative;
	overflow-y: hidden;
}

.intro .history-korea-org .org-central .central-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: -1;
}


.intro .history-korea-org .org-central .bg-item {
	position: absolute;
}

.intro .history-korea-org .org-central .bg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 686px;
	height: 530px;
}

.intro .history-korea-org .org-central .bg-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 606px;
	height: 771px;
}

.intro .history-korea-org .org-central .bg-right .bg-right-1 {
	top: -384px;
	right: -103px;
}

.intro .history-korea-org .org-central .bg-right .bg-right-2 {
	top: 125px;
	right: -117px;
}

.intro .history-korea-org .org-central .bg-left .bg-left-1 {
	top: 380px;
	left: -294px;
}

.intro .history-korea-org .org-central .central-head {
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #333;
	font-weight: 700;
	margin-bottom: 40px;
}

.intro .history-korea-org .org-central .central-list .central-item + .central-item {
	margin-top: 10px;
}

.intro .history-korea-org .org-central .central-list .central-item .central-label {
	padding: 30px;
	border-radius: 10px;
	background: #f3f2ee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.intro .history-korea-org .org-central .central-list .central-item.open .central-label {
	background: #e6dcd1;
}

.intro .history-korea-org .org-central .central-list .central-item .central-label .label-text {
	display: flex;
	align-items: center;
}

.intro .history-korea-org .org-central .central-list .central-item .central-label .label-text .label-name {
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
	width: 170px;
	flex-shrink: 0;

}

.intro .history-korea-org .org-central .central-list .central-item .central-label .label-text .label-content {
	border-left: 1px solid #d1ccbd;
	padding-left: 30px;
	letter-spacing: -0.54px;
	text-align: left;
	color: #888;
}


.intro .history-korea-org .org-central .central-list .central-item .central-label .label-arrow span {
	text-indent: -9999px;
	background-image: url('/assets/pc/images/common/expand_gray.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 22px;
	height: 13px;
}

.intro .history-korea-org .org-central .central-list .central-item.open .central-label .label-arrow span {
	background-image: url('/assets/pc/images/common/expand_primary.png');
}

.intro .history-korea-org .org-central .central-list .central-item .central-content {
	margin-top: 1px;
	padding: 30px;
	border-radius: 10px;
	border: 2px solid #d1ccbd;
	background: #ffffff;
	display: none;
}
.intro .history-korea-org .org-central .central-list .central-item .central-content .jibu-btn {
	padding: 0 10px 0 0;
	margin-top: 17px;
	position: relative;
	left: 980px;
	width: 240px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-sizing: border-box;
	letter-spacing: -0.03rem;
}
.intro .history-korea-org .org-central .central-list .central-item .central-content .jibu-btn::after {
	position: absolute;
	content: '';
	background: url("/assets/pc/images/common/right_gray.png") no-repeat;
	width: 8px;
	height: 12px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.intro .history-korea-org .org-central .central-list .central-item.open .central-content {
	display: block;
}

.intro .history-korea-org .org-succursal {
	padding: 100px 0;
	background: #f1ece7;
}

.intro .history-korea-org .org-succursal .succursal-head {
	letter-spacing: -0.96px;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.intro .history-korea-org .org-succursal .succursal-list .succursal-item {
	position: relative;
	border-radius: 10px;
	background: #ffffff;
	padding: 0 30px;
}

.intro .history-korea-org .org-succursal .succursal-list .succursal-item + .succursal-item {
	margin-top: 40px;
}

.intro .history-korea-org .org-succursal .succursal-list .succursal-item .succursal-label {
	position: absolute;
	top: -20px;
	left: 20px;
	width: 220px;
	height: 50px;
	border-radius: 25px;
	background-color: #7a634f;
	line-height: 50px;
	text-align: center;
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.intro .history-korea-org .org-succursal .succursal-list .succursal-item .succursal-content .content-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 60px 0 40px 0;
}

.intro .history-korea-org .org-succursal .succursal-list .succursal-item .succursal-content .content-title .content-title-text {
	line-height: 1.5;
	padding-left: 30px;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.intro .history-korea-org .org-succursal .succursal-list .succursal-item .succursal-content .content-detail {
	padding-bottom: 40px;
	display: none;
}

.intro .history-korea-org .org-succursal .succursal-list .succursal-item.open .succursal-content .content-detail {
	display: block;
}

.intro .history-korea-org .org-succursal .succursal-list .succursal-item .succursal-content .content-detail .detail-box {
	background: #f5f5f5;
	padding: 30px;
}

.intro .history-korea-org .org-succursal .succursal-list .succursal-item .content-title-arrow span {
	text-indent: -9999px;
	background-image: url('/assets/pc/images/common/expand_gray.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 22px;
	height: 13px;
}

.intro .history-korea-org .org-succursal .succursal-list .succursal-item.open .content-title-arrow span {
	background-image: url('/assets/pc/images/common/expand_primary.png');
}

/* 기관소개 - 세이브더칠드런코리아 이사회 */
.intro .history-korea-council .council-group .group-head {
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #926d49;
}

.intro .history-korea-council .council-group .container {
	padding: 0 30px;
}

.intro .history-korea-council .council-group .group-content {
	padding-top: 25px;
}

.intro .history-korea-council .council-group .group-content .content-row {
	display: flex;
}

.intro .history-korea-council .council-group .group-content .content-row .content-left {
	width: 230px;
	flex-shrink: 0;
}

.intro .history-korea-council .council-group .group-content .content-row .content-left .member-item {
	background: url("/assets/pc/images/intro/history/korea/council/bg-member_1.png") no-repeat center center / cover;
}

.intro .history-korea-council .council-group .group-content .content-row .content-right .member-item {
	background: url("/assets/pc/images/intro/history/korea/council/bg-member_2.png") no-repeat center center / cover;
}

.intro .history-korea-council .council-group .group-content .content-row .content-title {
	font-size: 18px;
	letter-spacing: -0.6px;
	text-align: left;
	color: #926d49;
	font-weight: 700;
	margin-bottom: 15px;
}

.intro .history-korea-council .council-group .group-content .content-row .content-right {
	margin-left: 80px;
	flex-grow: 1;
}

.intro .history-korea-council .member-list:not(.single) {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}

.intro .history-korea-council .member-list .member-item {
	padding: 20px;
	border-radius: 10px;
}

.intro .history-korea-council .member-list .member-item .member-name {
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}

.intro .history-korea-council .member-list .member-item .member-rule {
	line-height: 1.5;
	letter-spacing: -0.48px;
	text-align: left;
	color: #555;
	font-size: 14px;

}

.intro .history-korea-council .member-list .member-item:not(.single) {
	width: calc(25% - 10px);
	max-width: 230px;
	margin: 5px;
}

.intro .history-korea-council .council-audit {
	margin-top: 80px;
}

.intro .history-korea-council .council-audit .container {
	padding: 0 30px;
}

.intro .history-korea-council .council-audit .audit-group .group-head {
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #926d49;
}

.intro .history-korea-council .council-audit .audit-group .group-content {
	padding-top: 25px;
}

.intro .history-korea-council .council-audit .member-item {
	background: url("/assets/pc/images/intro/history/korea/council/bg-member_3.png") no-repeat center center / cover;
}

/* 기관소개 - 세이브더칠드런 연혁 */
.intro .history-global-footprints .footprints-cover .cover-box {
	background: url("/assets/pc/images/intro/history/global/footprints/history-cover.png") no-repeat center center / cover;
	border-radius: 10px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro .history-global-footprints .footprints-cover .cover-box .cover-select .select2-container--default .select2-selection--single {
	border: none;
	background: transparent;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
}

.intro .history-global-footprints .footprints-cover .cover-box .cover-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.96px;
}

.intro .history-global-footprints .footprints-cover .cover-box .cover-select .select2-container--default .select2-selection--single::after {
	background-image: url("/assets/pc/images/common/expand_white.png");
}

.intro .history-global-footprints .footprints-cover .cover-box .cover-select .select2-container--default .select2-results__option--selected,
.intro .history-global-footprints .footprints-cover .cover-box .cover-select .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	color: #333;
	font-weight: 700;
	background: #f5f5f5;
}

.intro .history-global-footprints .footprints-section {
	margin-top: 40px;
}

.intro .history-global-footprints .footprints-section .section-item {
	position: relative;
	padding: 80px 0 100px;
}

.intro .history-global-footprints .footprints-section .section-item:first-of-type {
	padding-top: 0;
}

.intro .history-global-footprints .footprints-section .section-item.item-3 {
	background: #fff6f7;
}

.intro .history-global-footprints .footprints-section .section-item.item-1 {
	background: #fff6f7;
}


.intro .history-global-footprints .footprints-section .section-item .section-bg {
	position: absolute;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap {
	display: flex;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-head {
	width: 530px;
	flex-shrink: 0;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-head .head-text {
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #555;
	font-size: 18px;
	margin-bottom: 15px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-head .head-year {
	font-weight: 700;
	z-index: 1;
	line-height: 1;
	letter-spacing: -1.44px;
	text-align: left;
	color: #333;
	font-size: 44px;
	position: relative;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-head .head-image {
	margin-top: 30px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-head .head-image img {
	border-radius: 10px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body {
	padding-left: 52px;
	flex-grow: 1;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year {
	margin-top: 48px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item {
	position: relative;
	display: flex;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item::before {
	content: '';
	position: absolute;
	left: -50px;
	top: 44px;
	width: 20px;
	height: 20px;
	background: url("/assets/pc/images/intro/history/global/footprints/year-dot.png") no-repeat center center / cover;
	z-index: 1;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item.single::before {
	top: 35px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item::after {
	content: '';
	position: absolute;
	top: 20px;
	left: -41px;
	width: 1px;
	height: calc(100% + 30px);
	background: #e7e6e5;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item.single::after {
	height: calc(100% + 21px);
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item.single .year-text {
	padding-top: 0;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item:last-of-type::after {
	display: none;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item.single {
	align-items: center;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item:first-of-type .year-text {
	padding-top: 0;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item:first-of-type::before {
	top: 14px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item:first-of-type .year-content {
	padding-top: 0;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-text {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: left;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	flex-shrink: 0;
	min-width: 214px;
	padding-top: 30px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-text.primary {
	color: #da291c;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content {
	padding: 30px 60px 30px 0;
	margin-left: 30px;
	flex-grow: 1;
	border-bottom: 1px solid rgba(153, 153, 153, 0.15);
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item + .content-item {
	margin-top: 20px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-text {
	position: relative;
	padding-left: 10px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-text::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 50%;
	width: 2px;
	height: 2px;
	background: #555555;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-text.none {
	padding-left: 0;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-text.none::before {
	display: none;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-text span {
	color: #da291c;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-desc {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.48px;
	text-align: left;
	color: #777;
	display: flex;
	font-size: 14px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image {
	width: 410px;
	position: relative;
	margin-top: 20px;
	border-radius: 10px;
	font-size: 0;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image.border {
	border: solid 1px #e5e5e5;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image.raw {
	border: none;
	border-radius: 0;
	width: auto;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image img {
	width: 100%;
	border-radius: 10px;
}


.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image.raw img {
	border-radius: 0px;
	width: auto;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image .content-banner {
	position: absolute;
	bottom: -10px;
	left: -10px;
	width: 112px;
	height: 90px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	background: #ffffff;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-image .content-banner img {

}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-action {
	margin-top: 20px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-action.has-image {
	display: flex;
	justify-content: space-between;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-action .btn {
	background: #ffffff;
	border-radius: 18px;
	border: 1px solid #d2d2d2;
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	letter-spacing: -0.48px;
	text-align: left;
	color: #555;
	font-size: 14px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-video {
	margin-top: 30px;
	border-radius: 10px;
}

.intro .history-global-footprints .footprints-section .section-item .section-wrap .section-body .section-year .year-item .year-content .content-list .content-item .content-video iframe {
	border-radius: 10px;
}

.intro .history-global-footprints .footprints-section .section-bg .bg-item {
	position: absolute;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.intro .history-global-footprints .footprints-section .section-bg.bg-4 {
	left: 0;
	bottom: 619px;
	width: 800px;
	height: 680px;
}

.intro .history-global-footprints .footprints-section .section-bg.bg-4 .bg-41 {
	top: 0;
	left: -145px;
}

.intro .history-global-footprints .footprints-section .section-bg.bg-4 .bg-42 {
	left: 338px;
	bottom: 0;
}

.intro .history-global-footprints .footprints-section .section-bg.bg-4 .bg-43 {
	left: 588px;
	bottom: 305px;
}

.intro .history-global-footprints .footprints-section .section-bg.bg-4 .bg-44 {
	left: 561px;
	bottom: 32px;
}

.intro .history-global-footprints .footprints-section .section-bg.bg-2 {
	left: 0;
	bottom: 0;
	width: 875px;
	height: 473px;
}

.intro .history-global-footprints .footprints-section .section-bg.bg-2 .bg-21 {
	top: 0;
	/*bottom: -426px;*/
	left: -303px;
}

.intro .history-global-footprints .footprints-section .section-bg.bg-2 .bg-22 {
	left: 189px;
	top: 219px;
}

/* 기관소개 - 세이브더칠드런 조직 */
.intro .history-global-org .org-cover {
	margin-top: 60px;
	margin-bottom: 150px;

}

.intro .history-global-org .org-cover > .container {
	padding: 0 80px;
}

.intro .history-global-org .org-cover .cover-wrap {
	position: relative;
	border-radius: 10px;
	border: 2px solid #f3f2ee;
	padding: 60px 0 60px 480px;
	background: url("/assets/pc/images/intro/history/global/org/bg-structure.png") no-repeat center center / cover;
}

.intro .history-global-org .org-cover .cover-wrap .cover-image {
	position: absolute;
	top: -60px;
	left: -80px;
}

.intro .history-global-org .org-cover .cover-wrap .cover-content .content-title {
	line-height: 1;
	letter-spacing: -0.96px;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.intro .history-global-org .org-cover .cover-wrap .cover-content .content-description {
	margin-top: 30px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	font-size: 16px;
}

.intro .history-global-org .org-area {
	padding: 80px 0 100px;
	background: #f3f2ee;
}

.intro .history-global-org .org-area .area-map > img {
	width: 100%;
}

.intro .history-global-org .org-area .area-banner {
	margin-top: 40px;
	display: flex;
	align-items: center;
	height: 200px;
	padding-left: calc((100% - 1320px) / 2);
}

.intro .history-global-org .org-area .area-banner.reverse {
	margin-top: 0;
	flex-direction: row-reverse;
	padding-left: 0;
	padding-right: calc((100% - 1320px) / 2);
}

.intro .history-global-org .org-area .area-banner .banner-summary {
	width: 400px;
	height: 100%;
	flex-shrink: 0;
	padding: 0 50px;
	background: #7a634f;
	border-radius: 125px 0 0 125px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.intro .history-global-org .org-area .area-banner.reverse .banner-summary {
	background: #999999;
	border-radius: 0 125px 125px 0;
}

.intro .history-global-org .org-area .area-banner .banner-summary .summary-inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.intro .history-global-org .org-area .area-banner .banner-summary .summary-text {
	width: 140px;
	line-height: 1.5;
	letter-spacing: -0.72px;
	font-size: 22px;
	color: #ffffff;
}

.intro .history-global-org .org-area .area-banner .banner-summary .summary-data {
	display: flex;
	align-items: flex-end;
}

.intro .history-global-org .org-area .area-banner .banner-summary .summary-data .summary-number {
	line-height: 1.29;
	letter-spacing: -1.68px;
	font-size: 54px;
	font-weight: 700;
	color: #ffffff;
}

.intro .history-global-org .org-area .area-banner .banner-summary .summary-data .summary-unit {
	line-height: 1.8;
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin-left: 8px;
}

.intro .history-global-org .org-area .area-banner .banner-summary .summary-action {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}

.intro .history-global-org .org-area .area-banner .banner-summary .summary-action .btn {
	width: 205px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	border: 1px solid #fff0f1;
	font-size: 16px;
}

.intro .history-global-org .org-area .area-banner .banner-content {
	background: #e6dcd1;
	flex-grow: 1;
	height: 100%;
	padding: 40px 50px;

}

.intro .history-global-org .org-area .area-banner.reverse .banner-content {
	background: #ebeff7;
	padding-left: calc(100% - 1320px + 50px);
}

.intro .history-global-org .org-area .area-banner .banner-content .content-title {
	line-height: 1;
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.intro .history-global-org .org-area .area-banner .banner-content .content-description {
	margin-top: 18px;
	line-height: 1.89;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
}

.intro .history-global-org .org-area .area-banner .banner-content .content-description span.standard-date{
	display:block;
	margin-top: -28px;
	font-size:14px;
	letter-spacing: -0.54px;
	text-align:right;
}

.intro .history-global-org .org-area .area-banner .banner-content .content-description ul li {
	position: relative;
	padding-left: 10px;
}

.intro .history-global-org .org-area .area-banner .banner-content .content-description ul li::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 4px;
	height: 1px;
	background: #555555;
}

.intro .history-global-org .org-area .area-country {
	padding: 40px 0 100px;
}

.intro .history-global-org .org-area .area-country .country-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -12px;
}

.intro .history-global-org .org-area .area-country .country-list .country-item {
	width: calc(10% - 24px);
	margin: 20px 12px;
}

.intro .history-global-org .org-area .area-country .country-list .country-item .country-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro .history-global-org .org-area .area-country .country-list .country-item .country-name {
	margin-top: 8px;
	line-height: 1;
	letter-spacing: -0.45px;
	text-align: center;
	color: #555;
	font-size: 14px;
}

/* 기관소개 - 재정보고 */
.intro .finance-cover .cover-box {
	background: url("/assets/pc/images/intro/finance/finance-cover.png") no-repeat center center / cover;
	border-radius: 10px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro .finance-cover .cover-box .cover-select .select2-container--default .select2-selection--single {
	border: none;
	background: transparent;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
}

.intro .finance-cover .cover-box .cover-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.96px;
}

.intro .finance-cover .cover-box .cover-select .select2-container--default .select2-selection--single::after {
	background-image: url("/assets/pc/images/common/expand_white.png");
}

.intro .finance-cover .cover-box .cover-select .select2-container--default .select2-results__option--selected,
.intro .finance-cover .cover-box .cover-select .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	color: #333;
	font-weight: 700;
	background: #f5f5f5;
}

.intro .finance-report {
	margin-top: 40px;
}

.intro .finance-report .report-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro .finance-report .report-list .btn {
	padding: 0 30px;
	border: 1px solid #e5e5e5;
}

.intro .finance-report .report-list .btn + .btn {
	margin-left: 20px;
}

.intro .finance-detail {
	margin-top: 80px;
	margin-bottom: 50px;
}

.intro .finance-detail .f-contents-wrap {
	width: 1050px;
	margin: 0 auto;
}

.intro .finance-detail .f-contents-wrap .table_a {
	border-top: 1px solid #333333;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.intro .finance-detail .f-contents-wrap .table_a.mt20 {
	margin-top: 20px;
}

.intro .finance-detail .f-contents-wrap .table_a thead th {
	background: #f9f9f9;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	text-align: center
}

.intro .finance-detail .f-contents-wrap .table_a thead th.w300 {
	font-weight: 300;
	text-align: center;
	background: #f9f9f9;
}

.intro .finance-detail .f-contents-wrap .table_a thead tr th:last-child,
.intro .finance-detail .f-contents-wrap .table_a tbody tr td:last-child,
.intro .finance-detail .f-contents-wrap .table_a tfoot tr td:last-child {
	border-right: 0 none;
}

.intro .finance-detail .f-contents-wrap .table_a tfoot th {
	background: #fff;
	color: #333;
}

/*.intro .finance-detail .f-contents-wrap .table_a thead th,*/
/*.intro .finance-detail .f-contents-wrap .table_a tfoot td {*/
/*	background: #fef8f6;*/
/*}*/

.intro .finance-detail .f-contents-wrap .table_a th, .table_a td {
	border-bottom: 1px solid #bcb9b8;
	border-right: 1px solid #bcb9b8;
	padding: 15px 8px;
	letter-spacing: -0.05em;
	font-family: 'Nanum Barun Gothic';
}

.intro .finance-detail .f-contents-wrap .table_a td {
	font-size: 15px;
	line-height: 19px;
}

.intro .finance-detail .f-contents-wrap .table_a td.black {
	color: #333;
}

.intro .finance-detail .f-contents-wrap .table_a thead tr th.border-right,
.intro .finance-detail .f-contents-wrap .table_a tbody tr td.border-right,
.intro .finance-detail .f-contents-wrap .table_a tfoot tr td.border-right {
	border-right: 1px solid #bcb9b8;
}

.intro .finance-detail .f-contents-wrap .table_a tbody tr th {
	font-weight: bold;
	color: #333333;
	font-size: 15px;
}

.intro .finance-detail .f-contents-wrap .table_a .sub_result th,
.intro .finance-detail .f-contents-wrap .table_a .sub_result td {
	background: #fff;
}

.intro .finance-detail .f-contents-wrap .table_a .sub_result02 th,
.intro .finance-detail .f-contents-wrap .table_a .sub_result02 td {
	background: #f9f9f9;
}

.intro .finance-detail .f-contents-wrap .table_a.table_custom thead th {
	color: #111;
}

.intro .finance-detail .f-contents-wrap .table_a.table_custom thead th.font13 {
	font-size: 13px;
}

.intro .finance-detail .f-contents-wrap .table_a.table_custom tbody th,
.intro .finance-detail .f-contents-wrap .table_a.table_custom tbody td {
	padding-left: 20px;
	padding-right: 15px;
}

.intro .finance-detail .f-contents-wrap .table_a.table_custom tbody td {
	border-right: 1px solid #ebebeb;
}

.intro .finance-detail .f-contents-wrap .table_a.table_custom tbody th {
	font-size: 12.5px;
	color: #333;
	text-align: left;
	font-weight: normal;
}

.intro .finance-detail .f-contents-wrap .table_a.table_custom tbody td.fcolor {
	color: #e62626;
	font-size: 12.5px;
}

.intro .finance-detail .f-contents-wrap .table_a.table_custom .sub_result td:first-child {
	padding-left: 10px;
}

.intro .finance-detail .f-contents-wrap .table_a.table_custom .sub_result02 td:first-child {
	padding-left: 10px;
}

.intro .finance-detail .f-contents-wrap .table_a.table_custom .sub_result th {
	font-weight: bold;
}

.intro .finance-detail .f-contents-wrap .table_a.type2 thead th {
	border-right: 1px solid #bcb9b8;
}

.intro .finance-detail .f-contents-wrap .table_a.type2 tbody th,
.intro .finance-detail .f-contents-wrap .table_a.type2 tbody td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding-right: 18px;
	padding-left: 18px;
}

.intro .finance-detail .f-contents-wrap .table_a.type2 tbody td.bb_color,
.intro .finance-detail .f-contents-wrap .table_a.type2 tbody th.bb_color {
	border-bottom: 1px solid #bcb9b8;
}

.intro .finance-detail .f-contents-wrap .table_a.type2 tbody th {
	border-bottom: 1px solid #ebebeb;
}

.intro .finance-detail .f-contents-wrap .table_a.type2 tbody th.br_color {
	border-right: 1px solid #ebebeb;
}

.intro .finance-detail .f-contents-wrap .table_a.type2 tfoot th,
.intro .finance-detail .f-contents-wrap .table_a.type2 tfoot td {
	border-right: 1px solid #ebebeb;
	padding-right: 19px;
	padding-left: 19px;
}

.intro .finance-detail .f-contents-wrap .table_a.type3 thead th {
	border-right: 1px solid #bcb9b8;
}

.intro .finance-detail .f-contents-wrap .table_a.type3 tfoot th,
.intro .finance-detail .f-contents-wrap .table_a.type3 tfoot td {
	border-right: 1px solid #ebebeb;
}

.intro .finance-detail .f-contents-wrap .table_a.type3 tbody td,
.intro .finance-detail .f-contents-wrap .table_a.type3 tbody th {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding-right: 12px;
	padding-left: 18px;
}

.intro .finance-detail .f-contents-wrap .table_a.type3 tbody th.bb_color,
.intro .finance-detail .f-contents-wrap .table_a.type3 tbody td.bb_color {
	border-bottom: 1px solid #bcb9b8;
}

.intro .finance-detail .f-contents-wrap .table_a.type3 tfoot th,
.intro .finance-detail .f-contents-wrap .table_a.type3 tfoot td {
	border-right: 1px solid #ebebeb;
	padding-right: 19px;
	padding-left: 19px;
}

.intro .finance-detail .f-contents-wrap .pdlr_none {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.intro .finance-detail .f-contents-wrap sup {
	color: #e51717;
	font-size: 10px;
	font-weight: bold;
}

.intro .finance-detail .f-contents-wrap .title_section {
	text-align: right;
	margin-bottom: 8px;
	margin-top: 5px;
}

.intro .finance-detail .f-contents-wrap .title_section:after {
	content: "";
	display: block;
	clear: both;
}

.intro .finance-detail .f-contents-wrap .title_section .unit {
	font-size: 12px;
}

.intro .finance-detail .f-contents-wrap .title_section .title {
	text-align: left;
	color: #333;
	font-weight: 600;
	letter-spacing: -0.5px;
	font-size: 18px;
	margin-top: 35px;
	float: left;
}

.intro .finance-detail .f-contents-wrap .title_section .summary {
	font-size: 15px;
	float: left;
}

.intro .finance-detail .f-contents-wrap .fin-doc {
	display: none;
}

.intro .finance-detail .f-contents-wrap .fin-doc.doc-on {
	display: block;
}

.intro .finance-detail .f-contents-wrap .fin-doc .fin-doc-head {
	margin-bottom: 60px;
}

.intro .finance-detail .f-contents-wrap .fin-doc .fin-doc-head .head-title {
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.intro .finance-detail .f-contents-wrap .fin-doc .fin-doc-head .head-description {
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 18px;
	margin-top: 20px;
}

.intro .finance-detail .f-contents-wrap .list_blue_box {
	border-radius: 10px;
	border: 4px solid #f1ece7;
	padding: 30px;
	margin-top: 40px;
}

.intro .finance-detail .f-contents-wrap .list_blue_box ol {
	padding-left: 10px;
}

.intro .finance-detail .f-contents-wrap .list_blue_box ol li {
	/*list-style: none;*/

	line-height: 1.89;
	letter-spacing: -0.54px;
	color: #555;
}

.intro .finance-detail .f-contents-wrap .list_blue_box .noti {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	letter-spacing: -0.48px;
	color: #777;
}

.intro .finance-detail .f-contents-wrap .btn_group {
	margin-bottom: 40px;
}

.intro .finance-detail .f-contents-wrap .btn_group a {
	font-size: 12.5px;
	color: #555555;
	display: inline-block;
	border: 1px solid #c6c6c6;
	padding: 3px 7px 0 9px;
	font-weight: 500;
	height: 28px;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', 'Nanum Gothic', 'ë‚˜ëˆ”ê³ ë”•', 'NanumGothic', 'ë§‘ì€ê³ ë”•', Malgun Gothic, 'ë‹ì›€', Dotum;
	line-height: 20px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #f0f0f0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefefe 0%, #f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefefe 0%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f0f0f0', GradientType=0);
}

.intro .finance-detail .f-contents-wrap .btn_group a i {
	no-repeat: 0 0;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	margin: 4px 0 0 3px;
}


.intro .finance-detail .f-contents-wrap .title-caption {
	margin-top: 40px;
	text-align: left;
}

.intro .finance-detail .f-contents-wrap .title-caption h6 {
	font-size: 18px;
	color: #333;
}

.intro .finance-detail .f-contents-wrap div.JJ_top {
	width: 760px;
	position: relative;
}

.intro .finance-detail .f-contents-wrap div.JJ_top span.slt {
	position: absolute;
	right: 0;
	top: 52px;
}

.intro .finance-detail .f-contents-wrap div.JJ_top span.bt_site {
	position: absolute;
	width: 231px;
	height: 22px;
	top: 133px;
	right: 52px;
}

.intro .finance-detail .f-contents-wrap div.JJ_top span.bt_site a {
	display: block;
	padding-top: 2px;
	line-height: 22px;
	font-size: 12px;
	color: #555555;
	letter-spacing: -1px;
	text-indent: 10px;
}

.intro .finance-detail .f-contents-wrap div.finance {
	line-height: 15px;
}

.intro .finance-detail .f-contents-wrap div.finance p {
	font-size: 15px;
	display: block;
	margin: 20px 0 0 0;
	line-height: 18px;
}

.intro .finance-detail .f-contents-wrap div.finance_header_box p {
	font-size: 15px;
	margin: 0;
}

.intro .finance-detail .f-contents-wrap div.finance_header_box ul li {
	font-size: 15px;
	margin: 10px 0 0 0;
	color: #888888;
}

.intro .finance-detail .f-contents-wrap div.finance_header_box ul li .go_link {
	font-size: 15px;
	border-bottom: 1px solid #e24b3b;
	color: #e24b3b;
	margin: 0 0 0 7px;
}

.intro .finance-detail .f-contents-wrap div.finance_header_box {
	background: #fcfcfc;
	border: 1px solid #dddddd;
	padding: 10px 20px;
	margin: 20px 0 0 0;
}

.intro .finance-detail .f-contents-wrap div.finance .finance_txt {
	margin-top: 9px;
}

.intro .finance-detail .f-contents-wrap div.finance .finance_subTxt {
	color: #888888;
	margin-top: 10px;
}

.intro .finance-detail .f-contents-wrap .finance_txt .finance_txt1 {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.intro .finance-detail .f-contents-wrap .finance_txt .finance_txt2 {
	display: block;
	margin-top: 6px;
}

.intro .finance-detail .f-contents-wrap .finance_subLink {
	display: block;
	margin-top: 4px;
	margin-left: 8px;
}

.intro .finance-detail .f-contents-wrap .finance_txt p {
	color: #333;
	font-family: 'Nanum Barun Gothic';
	font-size: 15px;
	line-height: 20px;
}

.intro .finance-detail .f-contents-wrap .finance_txt p.txt1 {
	margin-top: 20px;
}

.intro .finance-detail .f-contents-wrap .finance_txt p.txt2 {
	margin-top: 11px;
}

.intro .finance-detail .f-contents-wrap .graph2018.image_section .graph {
	margin-left: 0;
}


.intro .finance-detail .f-contents-wrap div.JJ_con_graph {
	margin-top: 64px;
}

.intro .finance-detail .f-contents-wrap div.JJ_con_graph table {
	border-collapse: collapse;
}

.intro .finance-detail .f-contents-wrap div.JJ_con_graph table caption {
	position: absolute;
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.intro .finance-detail .f-contents-wrap div.JJ_con_graph table thead tr.rowstyle {
	background: #f9f9f9;
	border-bottom: #bcb9b8 1px solid;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

.intro .finance-detail .f-contents-wrap div.JJ_graph {
	height: 239px;
	margin-bottom: 99px;
}

.intro .finance-detail .f-contents-wrap div.JJ_graph div.JJ_graph_left {
	float: left;
	margin-right: 39px;
	overflow: hidden;
}

.intro .finance-detail .f-contents-wrap div.JJ_graph_tit {
	width: 550px;
	height: 27px;
}

.intro .finance-detail .f-contents-wrap div.JJ_graph_tit h4 {
	display: block;
	float: left;
}

.intro .finance-detail .f-contents-wrap div.JJ_graph_tit span {
	float: right;
	margin: 8px 0 0 0;
}

.intro .finance-detail .f-contents-wrap div.JJ_graph_total {
	display: block;
	width: 550px;
	height: 239px;
	border-top: 2px solid #5e5856;
}

.intro .finance-detail .f-contents-wrap table.all_in {
	color: #666666;
	font-size: 15px;
}

.intro .finance-detail .f-contents-wrap table.all_in th {
	background: #f9f9f9;
	border-bottom: #bcb9b8 1px solid;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: -0.05em;
	font-family: 'Nanum Barun Gothic';
}

.intro .finance-detail .f-contents-wrap table.all_in td {
	border-bottom: #ebebeb 1px solid;
	height: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: -0.05em;
	font-family: 'Nanum Barun Gothic';
}

.intro .finance-detail .f-contents-wrap table.all_in td.other_bd {
	border-bottom: #bcb9b8 1px solid;
	height: 24px;
}

.intro .finance-detail .f-contents-wrap table.all_in td.td_first {
	padding-left: 16px;
}

.intro .finance-detail .f-contents-wrap table.all_in td.td_second {
	text-align: right;
	padding-right: 10px;
}

.intro .finance-detail .f-contents-wrap table.all_in td.td_third {
	text-align: right;
	padding-right: 22px;
}

.intro .finance-detail .f-contents-wrap table.all_in td.gkqrP {
	font-weight: bold;
	padding-left: 18px;
	border-bottom: #bcb9b8 1px solid;
}

.intro .finance-detail .f-contents-wrap div.JJ_graph div.JJ_graph_right {
	float: right;
	width: 302px;
	margin-top: 34px;
}

.intro .finance-detail .f-contents-wrap div.JJ_graph2 {
	height: 245px;
	margin-bottom: 96px;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph2_left {
	display: block;
	float: left;
	width: 264px;
	margin-right: 39px;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph2_tit {
	display: block;
	width: 419px;
	height: 27px;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph2_tit span.tndlq {
	display: block;
	float: left;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph2_tit span.cjsdnjs {
	display: block;
	float: left;
	margin-left: 324px;
	margin-top: 10px;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph2_total {
	display: block;
	width: 419px;
	height: 239px;
	border-top: 2px solid #5e5856;
}

.intro .finance-detail .f-contents-wrap table.all_out {
	color: #666666;
	font-size: 12px;
}

.intro .finance-detail .f-contents-wrap table.all_out th {
	background: #f9f9f9;
	border-bottom: #bcb9b8 1px solid;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

.intro .finance-detail .f-contents-wrap table.all_out td {
	border-bottom: #ebebeb 1px solid;
	height: 24px;
	padding-top: 5px;
}

.intro .finance-detail .f-contents-wrap table.all_out td.other_bd {
	border-bottom: #bcb9b8 1px solid;
	height: 24px;
}

.intro .finance-detail .f-contents-wrap table.all_out td.al_cen {
	text-align: right;
	padding-right: 10px;
}

.intro .finance-detail .f-contents-wrap table.all_out td.al_cen2 {
	text-align: right;
	padding-right: 22px;
}

.intro .finance-detail .f-contents-wrap table.all_out td.gkqrP {
	font-weight: bold;
	padding-left: 18px;
	border-bottom: #bcb9b8 1px solid;
}

.intro .finance-detail .f-contents-wrap div.JJ_graph2 span.JJ_graph2_right {
	display: block;
	float: right;
	width: 302px;
	margin-top: 24px;
}


.intro .finance-detail .f-contents-wrap div.JJ_graph3 {
	width: 100%;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph3_tit {
	display: block;
	height: 29px;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph3_tit span.tits {
	display: block;
	width: 100%;
	clear: both;
	padding-bottom: 8px;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph3_tit span.tndlq {
	display: block;
	float: left;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph3_tit span.cjsdnjs {
	display: block;
	float: right;
	margin-top: 10px;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph3_total {
}

.intro .finance-detail .f-contents-wrap span.JJ_graph3_total_01 {
	display: block;
	border-top: 1px solid #5e5856;
}

.intro .finance-detail .f-contents-wrap table.in_business {
	color: #666666;
	font-size: 15px;
	width: 100%;
}

.intro .finance-detail .f-contents-wrap table.in_business th,
.intro .finance-detail .f-contents-wrap table.in_business td {
	letter-spacing: -0.05em;
	font-family: 'Nanum Barun Gothic';
}

.intro .finance-detail .f-contents-wrap table.in_business th.R_BD {
	padding-left: 28px;;
	background: #f9f9f9;
	border-bottom: #bcb9b8 1px solid;
	border-right: #ebebeb 1px solid;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: -0.05em;
	font-family: 'Nanum Barun Gothic';
}

.intro .finance-detail .f-contents-wrap table.in_business th.R_BD_NO {
	padding-left: 28px;
	background: #f9f9f9;
	border-bottom: #bcb9b8 1px solid;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	letter-spacing: -0.05em;
	font-family: 'Nanum Barun Gothic';
}

.intro .finance-detail .f-contents-wrap td.position_in {
	border-right: #ebebeb 1px solid;
	border-bottom: #bcb9b8 1px solid;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

.intro .finance-detail .f-contents-wrap td.patition1 {
	border-right: #ebebeb 1px solid;
	border-bottom: #ebebeb 1px solid;
	height: 24px;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap td.patition_con {
	border-right: #ebebeb 1px solid;
	border-bottom: #ebebeb 1px solid;
	height: 24px;
	padding: 10px 0 10px 25px;
	text-align: left;
	line-height: 18px;
}

.intro .finance-detail .f-contents-wrap td.patition_con2 {
	border-right: #ebebeb 1px solid;
	border-bottom: #bcb9b8 1px solid;
	height: 24px;
	padding: 5px 0 10px 25px;
	text-align: left;
	line-height: 18px;
}

.intro .finance-detail .f-contents-wrap td.medi1 {
	height: 66px;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap td.medi2 {
	height: 120px;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap td.bd_plus {
	border-right: #ebebeb 1px solid;
	border-bottom: #bcb9b8 1px solid;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap td.thrP_F {
	height: 60px;
	border-bottom: #bcb9b8 1px solid;
	padding: 5px 0 0 62px;
	font-weight: bold;
	color: #e24b3b; /*background-color:#fef8f6;*/
}

.intro .finance-detail .f-contents-wrap td.thrP {
	height: 60px;
	border-bottom: #bcb9b8 1px solid;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	color: #e24b3b;;
}

.intro .finance-detail .f-contents-wrap td.percent {
	border-bottom: #ebebeb 1px solid;
	height: 24px;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap td.percent_plus {
	border-bottom: #bcb9b8 1px solid;
	height: 24px;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap td.unpaid {
	border-left: #ebebeb 1px solid;
	border-bottom: #ebebeb 1px solid;
	height: 24px;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap td.unpaid_last {
	border-left: #ebebeb 1px solid;
	border-bottom: #bcb9b8 1px solid;
	height: 24px;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph3_total {
}

.intro .finance-detail .f-contents-wrap span.JJ_graph3_total_02 {
	display: block;
}

.intro .finance-detail .f-contents-wrap table.out_business {
	color: #666666;
	font-size: 15px;
	width: 100%;
}

.intro .finance-detail .f-contents-wrap table.out_business th,
.intro .finance-detail .f-contents-wrap table.out_business td {
	letter-spacing: -0.05em;
	font-family: 'Nanum Barun Gothic';
}

.intro .finance-detail .f-contents-wrap td.medi1 {
	height: 53px;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap td.medi2 {
	height: 35px;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap td.medi3 {
	height: 71px;
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap td.medi4 {
	padding-top: 5px;
	text-align: center;
}

.intro .finance-detail .f-contents-wrap span.JJ_graph3_total {
}

.intro .finance-detail .f-contents-wrap span.JJ_graph3_total_03 {
	display: block;
}

.intro .finance-detail .f-contents-wrap table.devel_business {
	color: #666666;
	font-size: 15px;
	width: 100%;
}

.intro .finance-detail .f-contents-wrap table.devel_business th,
.intro .finance-detail .f-contents-wrap table.devel_business td {
	letter-spacing: -0.05em;
	font-family: 'Nanum Barun Gothic';
}

.intro .finance-detail .f-contents-wrap td.thrP_F_03 {
	height: 60px;
	border-bottom: #bcb9b8 1px solid;
	padding: 5px 0 0 114px;
	font-weight: bold;
	color: #e24b3b;;
}

.intro .finance-detail .f-contents-wrap td.gndnjs {
	height: 50px;
	font-weight: bold;
}

.intro .finance-detail .f-contents-wrap td.dlfqks {
	height: 50px;
	font-weight: bold;
}

.intro .finance-detail .f-contents-wrap td.rmasus {
	height: 50px;
	font-weight: bold;
	border-bottom: #bcb9b8 1px solid;
}

.intro .finance-detail .f-contents-wrap .data_group .currentYear {
	text-align: center;
}


.intro .finance-detail .f-contents-wrap table thead tr.rowstyle {
	background: #f9f9f9;
	border-bottom: #bcb9b8 1px solid;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

.intro .finance-post {
	margin-top: 100px;
	background: #faf9f5;
	padding: 100px 0;
}

.intro .finance-post .post-head {
	position: relative;
	margin-bottom: 40px;
}

.intro .finance-post .post-head .post-head-title {
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #333;
}

.intro .finance-post .post-head .post-head-action {
	position: absolute;
	bottom: 0;
	right: 0;
}

.intro .finance-post .post-head .post-head-action a {
	display: flex;
	align-items: center;
	letter-spacing: -0.48px;
	color: #777;
	font-size: 16px;
}

.intro .finance-post .post-head .post-head-action a i {
	margin-left: 6px;
	display: block;
	width: 14px;
	height: 14px;
	background-image: url("/assets/pc/images/common/more-black.png");
	background-size: cover;
}

.intro .finance-post .post-body {
	position: relative;
}

.intro .finance-post .swiper-control {
	position: absolute;
	top:35%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 1;
}

.intro .finance-post .post-item {
	border-radius: 10px;
	border: 1px solid #ddd;
}

.intro .finance-post .post-item .post-image {
	max-height: 307px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.intro .finance-post .post-item .post-image img {
	border-radius: 10px 10px 0 0;
	width: 100%;
}

.intro .finance-post .post-item .post-content {
	background: #ffffff;
	border-radius: 0 0 10px 10px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #333;
	height: 130px;
	padding: 32px 20px;
	font-size: 18px;
	font-weight: 700;

	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.intro .finance-post .swiper-control .swiper-navi {
	position: relative;
}

.intro .finance-post .swiper-control .swiper-navi .swiper-navi-item {
	cursor: pointer;
}

.intro .finance-post .swiper-control .swiper-navi .swiper-navi-item span {
	display: block;
	width: 40px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.intro .finance-post .swiper-control .swiper-navi .swiper-prev {
	position: absolute;
	left: -80px;
}

.intro .finance-post .swiper-control .swiper-navi .swiper-next {
	position: absolute;
	right: -80px;
}

.intro .finance-post .swiper-control .swiper-navi .swiper-prev span {
	opacity: 0.2;
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.intro .finance-post .swiper-control .swiper-navi .swiper-next span {
	opacity: 0.2;
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

/* 캠페인 상세페이지 관련 추가 */
.campaign-view-top{max-width:1920px; margin:0 auto;}
/*
.campaign-view-top img {position: relative; top: 0; left: 50%; transform: translateX(-50%); display: block; max-width: none;}*/
.campaign-view-contents {margin: auto;}
/* 캠페인 sns_area*/
.participate .campaign-detail .sns_area {display:flex;justify-content:center;padding-top:70px;}
.participate .campaign-detail .sns_area h3 {display:inline-block;font-size: 16px;font-weight:normal;color:#222;vertical-align:middle;margin-right:50px;}
.participate .campaign-detail .sns_area .div_inner {display:flex;align-items:center;height:100%;padding-bottom:35px;}
.participate .campaign-detail .sns_area > .div_inner > a {display:inline-block;margin-right:20px;vertical-align:middle;}
.participate .campaign-detail .sns_area > .div_inner > a > img {display:block;width:54px;}

.giving-member-text-wrap {
	padding: 30px 14px;
	border-top: 1px dotted #ababab;
}


/* 진심상점 */
.store .page {
	padding: 80px 0 150px;
}

.store .store-main .section-head {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.store .store-main .section-head .head-title {
	font-family: "Cafe24ClassicType-Regular", serif;
	font-weight: 500;
	margin-top: 20px;
	line-height: 1;
	letter-spacing: -1.44px;
	text-align: center;
	color: #da291c;
	font-size: 48px;
}

.store .store-main .section-head .head-description {
	margin-top: 28px;
	letter-spacing: -1.2px;
	text-align: center;
	color: #555;
	font-size: 24px;
	font-family: "Gmarket Sans", serif;
	font-weight: 500;
}

.store .store-main .section-head .head-more {
	position: absolute;
	bottom: 0;
	right: 0;
}

.store .store-main .section-head .head-more .more-button {
	display: flex;
	align-items: center;
	font-family: "Gmarket Sans", serif;
	gap: 10px;
	border-radius: 30px;
	border: 1px solid #777;
	padding: 10px 16px;
	line-height: 1;
}

.store .store-main .section-head .head-more .more-button .more-text {
	font-size: 14px;
}

.store .store-main .section-content {
	margin-top: 50px;
}

.store .store-main .visual {
	height: 1229px;
	background: #ffac9d url("/assets/pc/images/store/main/cover-main.png") no-repeat center center / cover;
}

.store .store-main .video {
	padding: 24px 0 120px;
	background: #ffac9d;
}

.store .store-main .video .video-title {
	font-family: 'Cafe24ClassicType-Regular', serif;
	font-size: 48px;
	color: #ffffff;
	line-height: 0.71;
	letter-spacing: -1.44px;
	text-align: center;
}

.store .store-main .video .video-description {
	margin-top: 28px;
	font-family: "Gmarket Sans", serif;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
}

.store .store-main .video .video-content {
	position: relative;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store .store-main .video .video-youtube {
	width: 100%;
	height: 540px;
	max-width: 960px;
}

.store .store-main .gift {
	padding: 100px 0;
}

.store .store-main .gift .gift-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.store .store-main .gift .gift-tab .tab-item {
	line-height: 1;
	padding: 24px 40px;
	border-radius: 40px;
	background-color: #f4f4f4;
	font-size: 20px;
	font-family: "Gmarket Sans", serif;
	font-weight: 500;
	letter-spacing: -0.6px;
	color: #555;
	cursor: pointer;
}

.store .store-main .gift .gift-tab .tab-item.active {
	background: #da291c;
	color: #ffffff;
}

.store .store-main .gift .gift-list {
	margin-top: 40px;
}

.store .store-main .gift .gift-list .gift-row {
	display: flex;
	justify-content: center;
	position: relative;
}

.store .store-main .gift .gift-list .gift-row::before {
	content: '';
	position: absolute;
	left: 0;
	background: url('/assets/pc/images/store/main/image-shelf.png') no-repeat center center / cover;
	width: 100%;
	height: 40px;
	bottom: 80px;
	z-index: -1;
}

.store .store-main .gift .gift-list .gift-row + .gift-row {
	margin-top: 28px;
}

.store .store-main .gift .gift-list .gift-row .gift-item {
	width: 25%;
}

.store .store-main .gift .gift-list .gift-row .gift-item .item-image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 312px;
}
.store .store-main .gift .gift-list .gift-row .gift-item .item-image img {
	max-width: 100%;
	position: relative;
	top: 23px;
}
.store .store-main .gift .gift-list .gift-row .gift-item .item-content {
	margin-top: 45px;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.store .store-main .gift .gift-list .gift-row .gift-item .item-meta .item-name {
	line-height: 1.13;
	letter-spacing: -1.2px;
	color: #333;
	font-size: 24px;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-main .gift .gift-list .gift-row .gift-item .item-meta .item-price {
	margin-top: 4px;
	line-height: 1.5;
	letter-spacing: -0.9px;
	text-align: left;
	color: #555;
	font-size: 18px;
	font-family: "Gmarket Sans", serif;
}

.store .store-main .gift .gift-list .gift-row .gift-item .item-cart {
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.store .store-main .gift .gift-list .gift-row .gift-item .item-cart img {
	max-width: 100%;
}
.store .store-main .gift .gift-list .gift-row .gift-item + .gift-item .item-content {
	border-left: 2px solid #dddddd;
}

.store .store-main .gift .gift-list .gift-row .gift-empty {
	text-align: center;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -1.44px;
	color: #ddd;
	font-family: Cafe24ClassicType-Regular;
	height: 400px;
	padding-top: 190px;
}

.store .store-main .gift .gift-list .gift-content {
	display: none;
}

.store .store-main .gift .gift-list .gift-content.show {
	display: block;
}

.store .store-main .best {
	padding: 100px 0;
	background: #fff0f1 url("/assets/pc/images/store/main/bg-best.png") no-repeat center center / cover;
}

.store .store-main .best .best-list {
	display: flex;
	gap: 24px;
}

.store .store-main .best .best-list .best-item {
	width: 33.333%;
}

.store .store-main .best .best-list .best-item .item-image {
	width: 100%;
	height: 424px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
}

.store .store-main .best .best-list .best-item .item-content {
	margin-top: 22px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.store .store-main .best .best-list .best-item .item-meta .item-name {
	line-height: 1.13;
	letter-spacing: -1.2px;
	color: #333;
	font-size: 24px;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-main .best .best-list .best-item .item-meta .item-price {
	margin-top: 4px;
	line-height: 1.5;
	letter-spacing: -0.9px;
	text-align: left;
	color: #555;
	font-size: 18px;
	font-family: "Gmarket Sans", serif;
}

.store .store-main .best .best-list .best-item .item-cart {
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.store .store-main .best .best-list .best-item .item-cart img {
	max-width: 100%;
}
.store .store-main .letter {
	padding: 100px 0 150px;
}

.store .store-main .letter .letter-banner {

}

.store .store-main .letter .letter-message {
	margin-top: 100px;
}

.store .store-main .letter .letter-message .review-list {

}

.store .store-main .letter .letter-message .review-list .swiper-slide {
	padding-bottom: 5px;
	width: 312px;
}

.store .store-main .letter .letter-message .review-list .review-item {
	width: 312px;
	height: 440px;
	background-color: #fff9f9;
	box-shadow: 3px 5px 6px 0 rgba(29, 29, 29, 0.07);
	border: solid 1px rgba(224, 220, 215, 0.72);
	border-radius: 30px;
	padding: 65px 30px 42px;
	position: relative;
}

.store .store-main .letter .letter-message .review-list .review-item .review-symbol {
	position: absolute;
	top: 30px;
	right: 30px;
}

.store .store-main .letter .letter-message .review-list .review-item .review-name {
	line-height: 1.33;
	letter-spacing: -0.54px;
	color: #a01616;
	font-size: 18px;
	font-family: "Gmarket Sans", serif;
	font-weight: 500;
}

.store .store-main .letter .letter-message .review-list .review-item .review-product {
	height: 52px;
	margin-top: 20px;
	line-height: 1.45;
	letter-spacing: -0.66px;
	font-size: 22px;
	text-align: left;
	color: #222;
	word-break: keep-all;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-main .letter .letter-message .review-list .review-item .review-content {
	margin-top: 30px;
	height: 166px;
	line-height: 1.56;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	font-size: 18px;
	word-break: keep-all;

	text-overflow: ellipsis;
	overflow: hidden;

	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.store .store-main .letter .letter-message .review-list .review-item .review-date {
	font-family: "Gmarket Sans", serif;
	margin-top: 35px;
	font-size: 15px;
	color: #999999;
}


/* 진심상점 상품 목록 */
.store .store-wish-list .wish-list-banner {
	height: 380px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
}

.store .store-wish-list .wish-list-top {
	margin-top: 30px;
	padding: 30px 0;

}

.store .store-wish-list .wish-list-top .container {
	position: relative;
}

.store .store-wish-list .wish-list-top.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #ffffff;
	margin-bottom: 0;
	margin-top: 100px;
}

.store .store-wish-list .wish-list-top .wish-list-filter {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 20;
}

.store .store-wish-list .wish-list-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.store .store-wish-list .wish-list-tab .tab-item {}

.store .store-wish-list .wish-list-tab .tab-item a {
	width: 153px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-family: "Gmarket Sans", serif;
	font-weight: 500;
	letter-spacing: -0.6px;
	color: #555;
	line-height: 1;

	border-radius: 40px;
	background-color: #f4f4f4;
	cursor: pointer;
}

.store .store-wish-list .wish-list-tab .tab-item.active {}

.store .store-wish-list .wish-list-tab .tab-item.active a {
	background: #da291c;
	color: #ffffff;
}

.store .store-wish-list .wish-list-gift {
	margin-top: 10px;
}


.store .store-wish-list .wish-list-gift .gift-row {
	display: flex;
	justify-content: center;
	position: relative;
}

.store .store-wish-list .wish-list-gift .gift-row::before {
	content: '';
	position: absolute;
	left: 0;
	background: url('/assets/pc/images/store/main/image-shelf.png') no-repeat center center / cover;
	width: 100%;
	height: 40px;
	bottom: 80px;
	z-index: -1;
}

.store .store-wish-list .wish-list-gift .gift-row + .gift-row {
	margin-top: 28px;
}

.store .store-wish-list .wish-list-gift .gift-row .gift-item {
	width: 25%;
}

.store .store-wish-list .wish-list-gift .gift-row .gift-item .item-image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 312px;
}

.store .store-wish-list .wish-list-gift .gift-row .gift-item .item-image img{
	position: relative;
	top: 23px;
}

.store .store-wish-list .wish-list-gift .gift-row .gift-item .item-content {
	margin-top: 45px;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.store .store-wish-list .wish-list-gift .gift-row .gift-item .item-meta .item-name {
	line-height: 1.13;
	letter-spacing: -1.2px;
	color: #333;
	font-size: 24px;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-wish-list .wish-list-gift .gift-row .gift-item .item-meta .item-price {
	margin-top: 4px;
	line-height: 1.5;
	letter-spacing: -0.9px;
	text-align: left;
	color: #555;
	font-size: 18px;
	font-family: "Gmarket Sans", serif;
}

.store .store-wish-list .wish-list-gift .gift-row .gift-item .item-cart {
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.store .store-wish-list .wish-list-gift .gift-row .gift-item .item-cart img {
	max-width: 100%;
}
.store .store-wish-list .wish-list-gift .gift-row .gift-item + .gift-item .item-content {
	border-left: 2px solid #dddddd;
}

.store .store-wish-list .wish-list-pagination {
	margin-top: 80px;
}

/* 진심상점 상세 */
.store .store-wish-detail .page {
	padding-bottom: 0;
}

.store .store-wish-detail .wish-detail-meta {
	display: flex;
	padding: 0 50px;
}

.store .store-wish-detail .wish-detail-meta .meta-preview {
	border-radius: 10px;
	border: 1px solid  #d3d3d3;
	position: relative;
	width: 520px;
	height: 520px;
}
.store .store-wish-detail .wish-detail-meta .meta-preview #previewSwiper .swiper-slide {
	max-width: 100%;
	overflow: hidden;
}
.store .store-wish-detail .wish-detail-meta .meta-preview .swiper-container {
	border-radius: 10px;
}

.store .store-wish-detail .wish-detail-meta .meta-preview .preview-item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.store .store-wish-detail .wish-detail-meta .meta-preview .preview-item img {
	max-width: 100%;
}
.store .store-wish-detail .wish-detail-meta .meta-preview .swiper-control {

}

.store .store-wish-detail .wish-detail-meta .meta-preview .swiper-control .swiper-prev {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	z-index: 1;
}

.store .store-wish-detail .wish-detail-meta .meta-preview .swiper-control .swiper-prev span {
	display: block;
	text-indent: -9999px;
	background: url("/assets/pc/images/common/store-prev.png") no-repeat center center / cover;
	width: 16px;
	height: 30px;
	cursor: pointer;
}

.store .store-wish-detail .wish-detail-meta .meta-preview .swiper-control .swiper-next {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 1;
}

.store .store-wish-detail .wish-detail-meta .meta-preview .swiper-control .swiper-next span {
	display: block;
	text-indent: -9999px;
	background: url("/assets/pc/images/common/store-next.png") no-repeat center center / cover;
	width: 16px;
	height: 30px;
	cursor: pointer;
}

.store .store-wish-detail .wish-detail-meta .swiper-pagination {
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.store .store-wish-detail .wish-detail-meta .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: transparent;
	border: solid 1px #c0c0c0;

}

.store .store-wish-detail .wish-detail-meta .swiper-pagination .swiper-pagination-bullet +.swiper-pagination-bullet {
	margin-left: 10px;
}

.store .store-wish-detail .wish-detail-meta .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: solid 1px #d3d3d3;
	background: #d3d3d3;
}

.store .store-wish-detail .wish-detail-meta .meta-content {
	margin-left: 55px;
	flex-grow: 1;
	position: relative;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-icon .icon-share {
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-icon .icon-share .share-dropdown {
	position: absolute;
	background: #ffffff;
	bottom: -68px;
	right: 0;
	border-radius: 6px;
	border: solid 1px #e5e5e5;
	padding: 10px 12px;
	align-items: center;
	display: none;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-icon .icon-share.show .share-dropdown {
	display: flex;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-icon .icon-share .share-dropdown .share-item + .share-item {
	margin-left: 10px;
}

.store .store-wish-detail .wish-detail-meta .meta-content .meta-label {
	display: flex;
	gap: 5px;
}

.store .store-wish-detail .wish-detail-meta .meta-content .meta-label .label-item {
	border-radius: 6px;
	border: solid 1px #da291c;
	color: #da291c;
	padding: 0 12px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	letter-spacing: -0.42px;
	font-weight: 500;
}

.store .store-wish-detail .wish-detail-meta .meta-content .meta-label .label-item.primary {
	background-color: #da291c;
	color: #ffffff;
}

.store .store-wish-detail .wish-detail-meta .meta-content .meta-title {
	margin-top: 25px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.96px;

	color: #222;
	font-family: "Gmarket Sans", serif;
}

.store .store-wish-detail .wish-detail-meta .meta-content .meta-description {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #555;
	font-size: 20px;
	padding-right: 60px;

}

.store .store-wish-detail .wish-detail-meta .meta-content .meta-price {
	margin-top: 40px;
	letter-spacing: -0.72px;
	color: #333;
	font-size: 24px;
	font-weight: 500;
	font-family: "Gmarket Sans", serif;
	padding-bottom: 40px;
}

.store .store-wish-detail .wish-detail-meta .meta-content .meta-price span {
	font-weight: 700;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-amount {
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-amount .amount-control {
	display: flex;
	align-items: center;
	width: 110px;
	height: 38px;
	border-radius: 6px;
	border: 1px solid #d3d3d3;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-amount .amount-control button {
	width: 38px;
	height: 38px;
	font-size: 22px;
	color: #555555;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-amount .amount-control input {
	width: 34px;
	height: 100%;
	border: none;
	text-align: center;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 16px;
	font-weight: 500;
	-moz-appearance: textfield;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-amount .amount-control input::-webkit-outer-spin-button,
.store .store-wish-detail .wish-detail-meta .meta-content .content-amount .amount-control input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-amount .amount-text {
	display: flex;
	align-items: center;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-amount .amount-text .amount-label {
	letter-spacing: -0.72px;
	color: #555;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Gmarket Sans', serif;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-amount .amount-text .amount-price {
	margin-left: 38px;
	letter-spacing: -0.72px;
	color: #da291c;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Gmarket Sans', serif;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-amount .amount-text .amount-price .total-price{
	font-weight: 700;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-action {
	margin-top: 54px;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-action .action-basket .btn {
	letter-spacing: -0.6px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Gmarket Sans', serif;
}
.store .store-wish-detail .wish-detail-meta .meta-content .content-action .action-basket .btn .img-wrap {
	margin-right: 6px;
	width: 29px;
}
.store .store-wish-detail .wish-detail-meta .meta-content .content-action .action-basket .btn .btn-text {
	padding-top: 2px;
	height: 100%;
}
.store .store-wish-detail .wish-detail-meta .meta-content .content-action .action-basket .btn img {
	max-width: 100%;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-action .action-buy {
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 22px;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-action .action-buy .btn {
	width: 100%;
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Gmarket Sans', serif;
	letter-spacing: -0.6px;
}

.store .store-wish-detail .wish-detail-meta .meta-content .content-action .action-buy .btn:first-of-type {
	border: solid 1px #da291c;
	color: #da291c;
}

.store .store-wish-detail .wish-detail-content {
	margin-top: 80px;
}

.store .store-wish-detail .wish-detail-content .content-tab {
	border-bottom: 1px solid #dfdfe1;
}

.store .store-wish-detail .wish-detail-content .content-tab .container {
	display: flex;
}

.store .store-wish-detail .wish-detail-content .content-tab .tab-item {
	width: 50%;
	text-align: center;
	letter-spacing: -0.72px;
	color: #555;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Gmarket Sans', serif;
	padding-bottom: 30px;
	cursor: pointer;
	position: relative;
}

.store .store-wish-detail .wish-detail-content .content-tab .tab-item.active {
	color: #da291c;
	font-weight: 700;
}

.store .store-wish-detail .wish-detail-content .content-tab .tab-item.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #da291c;
	border-radius: 3px;

}

.store .store-wish-detail .wish-detail-content .content-body {
	margin: 60px auto 0;
	max-width: 1220px;
}

.store .store-wish-detail .wish-detail-content .content-body .container {
	padding: 0 50px;
}

.store .store-wish-detail .wish-detail-content .content-body .content-item {
	display: none;
}

.store .store-wish-detail .wish-detail-content .content-body .content-item.show {
	display: block;
}

.store .store-wish-detail .wish-detail-content .content-body .content-story img {
	display: inline-block;
}

.store .store-wish-detail .wish-detail-content .content-body .content-story .story-editor {
	width: 1220px;
	margin: 0 auto;
}

.store .store-wish-detail .wish-detail-content .content-body .content-story .story-banner {
	width: 1220px;
	margin: 0 auto;
}

.store .store-wish-detail .wish-detail-content .content-body .content-story .story-banner img {
	width: 100%;
}

.store .store-wish-detail .wish-detail-content .content-body .content-change .change-empty {
	width: 1220px;
	margin: 0 auto;
}

.store .store-wish-detail .wish-detail-content .content-body .content-change .change-empty img {
	width: 100%;
}

.store .store-wish-detail .wish-detail-gift {
	margin-top: 100px;
	margin-bottom: 110px;
}

.store .store-wish-detail .wish-detail-gift .gift-title {
	font-family: 'Gmarket Sans', serif;
	color: #333;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1.08px;
	text-align: center;
}


.store .store-wish-detail .wish-detail-gift .gift-row {
	display: flex;
	justify-content: center;
	position: relative;
}

.store .store-wish-detail .wish-detail-gift .gift-row::before {
	content: '';
	position: absolute;
	left: 0;
	background: url('/assets/pc/images/store/main/image-shelf.png') no-repeat center center / cover;
	width: 100%;
	height: 40px;
	bottom: 80px;
	z-index: -1;
}

.store .store-wish-detail .wish-detail-gift .gift-row + .gift-row {
	margin-top: 28px;
}

.store .store-wish-detail .wish-detail-gift .gift-row .gift-item {
	width: 25%;
}

.store .store-wish-detail .wish-detail-gift .gift-row .gift-item .item-image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 312px;
}

.store .store-wish-detail .wish-detail-gift .gift-row .gift-item .item-image img{
	position: relative;
	top: 23px;
}

.store .store-wish-detail .wish-detail-gift .gift-row .gift-item .item-content {
	margin-top: 45px;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.store .store-wish-detail .wish-detail-gift .gift-row .gift-item .item-meta .item-name {
	line-height: 1.13;
	letter-spacing: -1.2px;
	color: #333;
	font-size: 24px;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-wish-detail .wish-detail-gift .gift-row .gift-item .item-meta .item-price {
	margin-top: 4px;
	line-height: 1.5;
	letter-spacing: -0.9px;
	text-align: left;
	color: #555;
	font-size: 18px;
	font-family: "Gmarket Sans", serif;
}

.store .store-wish-detail .wish-detail-gift .gift-row .gift-item .item-cart {
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.store .store-wish-detail .wish-detail-gift .gift-row .gift-item .item-cart img {
	max-width: 100%;
}
.store .store-wish-detail .wish-detail-gift .gift-row .gift-item + .gift-item .item-content {
	border-left: 2px solid #dddddd;
}

.store .store-wish-detail .wish-detail-float {
	position: relative;
	z-index: 10;
}

.store .store-wish-detail .wish-detail-float .float-handle {
	width: 1220px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

.store .store-wish-detail .wish-detail-float .float-handle .float-button {
	width: 150px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 12px 12px 0 0;
	background: #da291c;
	color: #ffffff;
	font-family: "Gmarket Sans", serif;
	font-size: 18px;
	letter-spacing: -0.6px;
	font-weight: 500;
	cursor: pointer;
}

.store .store-wish-detail .wish-detail-float .float-handle .float-button img {
	transform: rotate(0deg);
}

.store .store-wish-detail .wish-detail-float .float-space {
	background: #ffffff;
	border-top: 2px solid #da291c;
	height: 1px;
}

.store .store-wish-detail .wish-detail-float .float-container {
	display: none;
	background: #ffffff;
}

.store .store-wish-detail .wish-detail-float .float-container .float-inner {
	display: flex;
	align-items: center;
	padding: 40px 0;
	width: 1220px;
	margin: 0 auto;
}

.store .store-wish-detail .wish-detail-float .float-inner .float-left {
	width: 660px;
	flex-shrink: 0;
}

.store .store-wish-detail .wish-detail-float .float-amount {
	display: flex;
	align-items: center;
	padding: 0 40px;
}

.store .store-wish-detail .wish-detail-float .float-amount .amount-name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.78;
	letter-spacing: -0.54px;
	color: #333;
	font-family: "Gmarket Sans", serif;
}

.store .store-wish-detail .wish-detail-float .float-amount .amount-control {
	display: flex;
	align-items: center;
	width: 110px;
	height: 38px;
	border-radius: 6px;
	border: 1px solid #d3d3d3;
	margin-left: 70px;
}

.store .store-wish-detail .wish-detail-float .float-amount .amount-control button {
	width: 38px;
	height: 38px;
	font-size: 22px;
	color: #555555;
}

.store .store-wish-detail .wish-detail-float .float-amount .amount-control input {
	width: 34px;
	height: 100%;
	border: none;
	text-align: center;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 16px;
	font-weight: 500;
	-moz-appearance: textfield;
}

.store .store-wish-detail .wish-detail-float .float-amount .amount-control input::-webkit-outer-spin-button,
.store .store-wish-detail .wish-detail-float .float-amount .amount-control input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.store .store-wish-detail .wish-detail-float .float-amount .amount-price {
	margin-left: auto;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	font-family: "Gmarket Sans", serif;
}

.store .store-wish-detail .wish-detail-float .float-amount .amount-price span {
	font-weight: 700;
}

.store .store-wish-detail .wish-detail-float .float-price {
	position: relative;
	display: flex;
	align-items: center;
	padding: 25px 40px;
	margin-top: 20px;
	background: #f5f5f5;
}
.store .store-wish-detail .wish-detail-float .float-price .price-label {
	width: 99px;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 18px;
	font-weight: 500;
	font-family: "Gmarket Sans", serif;
}

.store .store-wish-detail .wish-detail-float .float-price .price-text {
	width: 144px;
	text-align: right;
	font-family: "Gmarket Sans", serif;
	margin-left: auto;
	letter-spacing: -0.72px;
	color: #da291c;
	font-size: 24px;
}

.store .store-wish-detail .wish-detail-float .float-price .price-text .total-price {
	font-weight: 700;
}

.store .store-wish-detail .wish-detail-float .float-action {
	flex-grow: 1;
	margin-left: 45px;
}

.store .store-wish-detail .wish-detail-float .float-action .action-item {
	width: 100%;
	display: flex;
	gap: 22px;
}

.store .store-wish-detail .wish-detail-float .float-action .action-item + .action-item {
	margin-top: 20px;
}

.store .store-wish-detail .wish-detail-float .btn {
	width: 100%;
	font-family: "Gmarket Sans", serif;
	letter-spacing: -0.54px;
	font-size: 20px;
	font-weight: 400;
	height: 55px;
	line-height: 55px;
}

.store .store-wish-detail .wish-detail-float .action-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 20px;
	letter-spacing: -0.6px;
	font-weight: 700;
}
.store .store-wish-detail .wish-detail-float .action-cart .img-wrap {
	width: 29px;
}
.store .store-wish-detail .wish-detail-float .action-cart .img-wrap img {
	max-width: 100%;
}
.store .store-wish-detail .wish-detail-float .action-cart .btn-text {
	padding-top: 3px;
	height: 100%;
}
.store .store-wish-detail .wish-detail-float .action-once {
	border-color: #da291c;
	color: #da291c;
}

.store .store-wish-detail .wish-detail-float.float {
	position: fixed;
	width: 100%;
	bottom: 0;
}

.store .store-wish-detail .wish-detail-float.float .float-space {
	height: 30px;
}

.store .store-wish-detail .wish-detail-float.show {
	display: block;
}

.store .store-wish-detail .wish-detail-float.show .float-space {
	height: 0;
}

.store .store-wish-detail .wish-detail-float.show .float-button img {
	transform: rotate(-180deg);
}

.store .store-wish-detail .wish-detail-float.show .float-container {
	display: block;
}

/* 장바구니 목록 */
.store .store-basket-list .basket-cover {
	height: 240px;
	background: url("/assets/pc/images/store/basket/image-cover.png") no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store .store-basket-list .basket-cover .cover-text {
	font-size: 48px;
	font-family: "Gmarket Sans", serif;
	letter-spacing: -1.44px;
	color: #fff;
	font-weight: 700;
}

.store .store-basket-list .basket-list-choice .choice-head {
	padding: 0 20px 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #333;
}

.store .store-basket-list .basket-list-choice .choice-head .head-all label {
	font-size: 16px;
	letter-spacing: -0.48px;
	color: #555;
	padding-left: 36px;
}

.store .store-basket-list .basket-list-choice .choice-head .head-button button {
	border: 1px solid #d3d3d3;
	letter-spacing: -0.48px;
	text-align: center;
	color: #555;
	padding: 7px 24px;
	line-height: 1;
	font-size: 15px;
}

.store .store-basket-list .basket-list-choice .choice-list {
	border-bottom: 1px solid #333;
}

.store .store-basket-list .basket-list-choice .choice-item {
	padding: 30px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.store .store-basket-list .basket-list-choice .choice-item + .choice-item {
	border-top: 1px solid #ddd;
}

.store .store-basket-list .basket-list-choice .choice-item .item-content {
	display: flex;
	align-items: center;
}

.store .store-basket-list .basket-list-choice .choice-item .item-content .item-check label {
	width: 28px;
	height: 28px;
	padding-left: 0;
}

.store .store-basket-list .basket-list-choice .choice-item .item-content .item-detail {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.store .store-basket-list .basket-list-choice .choice-item .item-content .item-detail .detail-image {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
	flex-shrink: 0;
}

.store .store-basket-list .basket-list-choice .choice-item .item-content .item-detail .detail-image img {
	width:100%;
}

.store .store-basket-list .basket-list-choice .choice-item .item-content .item-detail .detail-text {
	margin-left: 20px;
}

.store .store-basket-list .basket-list-choice .choice-item .item-content .item-detail .detail-text .text-title {
	font-family: "Gmarket Sans", serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.66px;
	text-align: left;
	color: #333;
}

.store .store-basket-list .basket-list-choice .choice-item .item-content .item-detail .detail-text .text-description {
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: -0.54px;
	color: #555;
	line-height: 1.4;
}

.store .store-basket-list .basket-list-choice .choice-item .item-meta {
	width: 400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	margin-left: 120px;
}

.store .store-basket-list .basket-list-choice .choice-item .item-meta .choice-amount .amount-control {
	display: flex;
	align-items: center;
	width: 110px;
	height: 38px;
	border-radius: 6px;
	border: 1px solid #d3d3d3;
}

.store .store-basket-list .basket-list-choice .choice-item .item-meta .choice-amount .amount-control button {
	width: 38px;
	height: 38px;
	font-size: 22px;
	color: #555555;
}

.store .store-basket-list .basket-list-choice .choice-item .item-meta .choice-amount .amount-control input {
	width: 34px;
	height: 100%;
	border: none;
	text-align: center;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 16px;
	font-weight: 500;
	-moz-appearance: textfield;
}

.store .store-basket-list .basket-list-choice .choice-item .item-meta .choice-amount .amount-control input::-webkit-outer-spin-button,
.store .store-basket-list .basket-list-choice .choice-item .item-meta .choice-amount .amount-control input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.store .store-basket-list .basket-list-choice .choice-item .item-meta .choice-price {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.36;
	letter-spacing: -0.66px;
	color: #555;
	font-family: "Gmarket Sans", serif;
}

.store .store-basket-list .basket-list-choice .choice-option {
	padding: 30px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff5f5;
	border-bottom: 1px solid #333;
}

.store .store-basket-list .basket-list-choice .choice-option .option-content {
	display: flex;
	align-items: center;
}


.store .store-basket-list .basket-list-choice .choice-option .option-content .content-check input ~ label {
	width: 28px;
	height: 28px;
	padding-left: 0;
	line-height: 28px;
	background-image: url('/assets/pc/images/store/basket/additional-off.png');
	background-size: cover;
}
.store .store-basket-list .basket-list-choice .choice-option .option-content .content-plus {
	width: 28px;
	height: 28px;
	padding-left: 0;
	line-height: 28px;
	background-image: url('/assets/pc/images/store/basket/additional-off.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.store .store-basket-list .basket-list-choice .choice-option .option-content .content-check input:checked ~ label {
	background-image: url('/assets/pc/images/store/basket/additional-on.png');
}

.store .store-basket-list .basket-list-choice .choice-option .option-content .content-text {
	margin-left: 20px;
}

.store .store-basket-list .basket-list-choice .choice-option .option-content .content-text .text-title {
	font-size: 18px;
	font-family: "Gmarket Sans", serif;
	letter-spacing: -0.54px;
	color: #333;
	font-weight: 700;
}


.store .store-basket-list .basket-list-choice .choice-option .option-content .content-text .text-description {
	margin-top: 5px;
	letter-spacing: -0.48px;
	color: #555;
}

.store .store-basket-list .basket-list-choice .choice-option .option-meta {
	display: flex;
	align-items: center;
	gap: 80px;
}

.store .store-basket-list .basket-list-choice .choice-option .option-meta input[type=radio] + label {
	font-size: 18px;
	background: url('/assets/pc/images/store/basket/additional-none.png') 0 / 28px no-repeat;
}

.store .store-basket-list .basket-list-choice .choice-option .option-meta input[type=radio]:checked + label{
	background: url('/assets/pc/images/store/basket/additional-check.png') 0 / 28px no-repeat;
}

.store .store-basket-list .basket-list-choice .choice-result {
	margin-top: 28px;
	display: flex;
	justify-content: flex-end;
}

.store .store-basket-list .basket-list-choice .choice-result .result-price {
	display: flex;
	align-items: center;
	padding: 0 60px;
}

.store .store-basket-list .basket-list-choice .choice-result .result-price .price-text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.54px;
	line-height: 1;
	color: #333;
	font-family: "Gmarket Sans", serif;
}

.store .store-basket-list .basket-list-choice .choice-result .result-price .price-amount {
	font-family: "Gmarket Sans", serif;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -0.72px;
	color: #da291c;
	margin-left: 50px;
}

.store .store-basket-list .basket-list-choice .choice-result .result-price .price-amount .total-price {
	font-weight: 700;
}

.store .store-basket-list .basket-list-choice .choice-action {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store .store-basket-list .basket-list-choice .choice-action .btn {
	width: 240px;
	height: 65px;
	line-height: 65px;
	font-family: "Gmarket Sans", serif;
	letter-spacing: -0.72px;
	font-size: 24px;
}

.store .store-basket-list .basket-list-choice .no-item-title {
	font-family: 'Gmarket Sans', serif;
	color: #333333;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -1.08px;
	text-align: center;
 }

.store .store-basket-list .basket-list-choice .no-item-sub {
	font-family: 'Gmarket Sans', serif;
	color: #333333;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -1.08px;
	text-align: center;
	margin-top: 10px;
}

.store .store-basket-list .basket-list-gift {
	margin-top: 100px;
}

.store .store-basket-list .basket-list-gift .gift-title {
	font-family: 'Gmarket Sans', serif;
	color: #333;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1.08px;
	text-align: center;
}


.store .store-basket-list .basket-list-gift .gift-row {
	display: flex;
	justify-content: center;
	position: relative;
}

.store .store-basket-list .basket-list-gift .gift-row::before {
	content: '';
	position: absolute;
	left: 0;
	background: url('/assets/pc/images/store/main/image-shelf.png') no-repeat center center / cover;
	width: 100%;
	height: 40px;
	bottom: 80px;
	z-index: -1;
}

.store .store-basket-list .basket-list-gift .gift-row + .gift-row {
	margin-top: 28px;
}

.store .store-basket-list .basket-list-gift .gift-row .gift-item {
	width: 25%;
}

.store .store-basket-list .basket-list-gift .gift-row .gift-item .item-image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 320px;
}

.store .store-basket-list .basket-list-gift .gift-row .gift-item .item-image img{
	position: relative;
	top: 23px;

}

.store .store-basket-list .basket-list-gift .gift-row .gift-item .item-content {
	margin-top: 45px;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.store .store-basket-list .basket-list-gift .gift-row .gift-item .item-meta .item-name {
	line-height: 1.13;
	letter-spacing: -1.2px;
	color: #333;
	font-size: 24px;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-basket-list .basket-list-gift .gift-row .gift-item .item-meta .item-price {
	margin-top: 4px;
	line-height: 1.5;
	letter-spacing: -0.9px;
	text-align: left;
	color: #555;
	font-size: 18px;
	font-family: "Gmarket Sans", serif;
}

.store .store-basket-list .basket-list-gift .gift-row .gift-item .item-cart {
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.store .store-basket-list .basket-list-gift .gift-row .gift-item .item-cart img {
	max-width: 100%;
}
.store .store-basket-list .basket-list-gift .gift-row .gift-item + .gift-item .item-content {
	border-left: 2px solid #dddddd;
}

/* 진심상점 선물하기 */
.store .store-basket-pay input[type=radio] + label {
	background: url('/assets/pc/images/store/basket/additional-none.png') 0 / 28px no-repeat;
}

.store .store-basket-pay input[type=radio]:checked + label {
	background: url('/assets/pc/images/store/basket/additional-check.png') 0 / 28px no-repeat;
}

.store .store-basket-pay .basket-pay-choice .choice-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 60px 16px 20px;
	border-bottom: 2px solid #333;
}

.store .store-basket-pay .basket-pay-choice .choice-head .head-title {
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-basket-pay .basket-pay-choice .choice-head .head-count {
	letter-spacing: -0.48px;
	color: #555;
	font-weight: 500;
}

.store .store-basket-pay .basket-pay-choice .choice-table thead tr th {
	font-family: "Gmarket Sans", serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	text-align: center;
	color: #333;
	padding: 30px 60px;
	border-bottom: 1px solid #222;
}

.store .store-basket-pay .basket-pay-choice .choice-table tbody tr td {
	padding: 30px 65px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	font-family: "Gmarket Sans", serif;
	letter-spacing: -0.66px;
	color: #555;
	border-bottom: 1px solid #e5e5e5;
}

.store .store-basket-pay .basket-pay-choice .choice-table tbody tr td:first-of-type {
	padding-right: 0;
}

.store .store-basket-pay .basket-pay-choice .choice-table tbody tr td:last-of-type {
	padding-right: 60px;
}

.store .store-basket-pay .basket-pay-choice .choice-table tbody tr td:nth-of-type(2),
.store .store-basket-pay .basket-pay-choice .choice-table tbody tr td:last-of-type{
	text-align: right;
}

.store .store-basket-pay .basket-pay-choice .choice-table .item-detail {
	display: flex;
	align-items: center;
}

.store .store-basket-pay .basket-pay-choice .choice-table .item-detail .detail-image {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
	flex-shrink: 0;
}

.store .store-basket-pay .basket-pay-choice .choice-table .item-detail .detail-image img {
	width:100%;
}

.store .store-basket-pay .basket-pay-choice .choice-table .item-detail .detail-text {
	margin-left: 20px;
}

.store .store-basket-pay .basket-pay-choice .choice-table .item-detail .detail-text .text-title {
	font-family: "Gmarket Sans", serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.66px;
	text-align: left;
	color: #333;
}

.store .store-basket-pay .basket-pay-choice .choice-table .item-detail .detail-text .text-description {
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: -0.54px;
	color: #555;
	line-height: 1.4;
	text-align: left;
	font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
}

.store .store-basket-pay .basket-pay-choice .choice-result {
	margin-top: 28px;
	display: flex;
	justify-content: flex-end;
}

.store .store-basket-pay .basket-pay-choice .choice-result .result-price {
	display: flex;
	align-items: center;
	padding: 0 60px;
}

.store .store-basket-pay .basket-pay-choice .choice-result .result-price .price-text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.54px;
	line-height: 1;
	color: #333;
	font-family: "Gmarket Sans", serif;
}

.store .store-basket-pay .basket-pay-choice .choice-result .result-price .price-amount {
	font-family: "Gmarket Sans", serif;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -0.72px;
	color: #da291c;
	margin-left: 50px;
}

.store .store-basket-pay .basket-pay-choice .choice-result .result-price .price-amount .total-price {
	font-weight: 700;
}

.store .store-basket-pay {
	padding-top: 0 !important;
}
.store .store-basket-pay .pay-cover {
	height: 240px;
	background: url("/assets/pc/images/store/pay/image-cover.png") no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store .store-basket-pay .pay-cover .cover-text {
	font-size: 48px;
	font-family: "Gmarket Sans", serif;
	letter-spacing: -1.44px;
	color: #fff;
	font-weight: 700;
}

.store .store-basket-pay .basket-pay-info {
	margin-top: 80px;
}

.store .store-basket-pay .basket-pay-info .info-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 60px 12px 20px;
	border-bottom: 2px solid #333;
}

.store .store-basket-pay .basket-pay-info .info-head .head-title {
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-basket-pay .basket-pay-info .info-login {
	padding: 50px 0;
	border-bottom: 1px solid #333;
}

.store .store-basket-pay .basket-pay-info .info-login .login-text {
	font-family: "Gmarket Sans", serif;
	font-size: 20px;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-weight: 500;
}

.store .store-basket-pay .basket-pay-info .info-login .login-action {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store .store-basket-pay .basket-pay-info .info-login .login-action .btn {
	width: 135px;
	height: 52px;
	line-height: 52px;
	font-family: "Gmarket Sans", serif;
	letter-spacing: -0.54px;
	font-size: 18px;
	font-weight: 500;
}

.store .store-basket-pay .basket-pay-info .info-form {

}

.store .store-basket-pay .basket-pay-info .info-form input {
	height: 53px;
}

.store .store-basket-pay .basket-pay-info .info-form .form-control .form-group .form-group-item {
	height: 53px;
}

.store .store-basket-pay .basket-pay-info .info-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 53px;
	line-height: 53px;
}

.store .store-basket-pay .basket-pay-info .info-form .select2-container--default .select2-selection--single {
	height: 53px;
}

.store .store-basket-pay .basket-pay-info .info-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000000;
}

.store .store-basket-pay .basket-pay-info .info-form .select2-results__option--disabled {
	display: none;
}

.store .store-basket-pay .basket-pay-info .info-form .info-form-row {
	display: flex;
	padding: 30px 0 30px 60px;
	border-bottom: 1px solid #e5e5e5;
}

.store .store-basket-pay .basket-pay-info .info-form .info-form-row + .info-form-row {

}

.store .store-basket-pay .basket-pay-info .info-form .info-form-row .info-form-label {
	padding-top: 16px;
	width: 110px;
	margin-right: 60px;
	flex-shrink: 0;
	line-height: 1.5;

}

.store .store-basket-pay .basket-pay-info .info-form .info-form-row .info-form-label .label-text {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	color: #555555;
	font-weight: 700;
	letter-spacing: -0.6px;
}

.store .store-basket-pay .basket-pay-info .info-form .info-form-label .label-text .form-tooltip {
	margin-left: 8px;
}

.store .store-basket-pay .basket-pay-info .info-form .info-form-label .required {
	position: absolute;
	background: #da281f;
	right: -10px;
	top: -2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.store .store-basket-pay .basket-pay-info .info-form .form-control.birth .form-group-item + .form-group-item {
	margin-left: 30px;
}

.store .store-basket-pay .basket-pay-info .info-form .form-control.birth .form-suffix {
	color: #555;
}

.store .store-basket-pay .basket-pay-info .info-form .form-control.birth .form-message {
	margin-top: 10px;
}

.store .store-basket-pay .basket-pay-info .info-form .form-control.birth .message-info {
	font-size: 16px;
	letter-spacing: -0.48px;
	color: #da291c;
}

.store .store-basket-pay .basket-pay-info .info-form .email-empty input ~ label {
	color: #999999;
	letter-spacing: -0.48px;
	font-size: 16px;
}

.store .store-basket-pay .basket-pay-info .info-form .email-empty input:checked ~ label {
	color: #000000;
}

.store .store-basket-pay .basket-pay-info .info-form .added .added-text {
	letter-spacing: -0.54px;
	color: #555;
	font-size: 18px;
}

.store .store-basket-pay .basket-pay-info .info-form .added .added-control {
	margin-top: 20px;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added {
	margin-top: 24px;
	display: none;
	width: 670px;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added.show {
	display: block;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row {
	display: flex;
	align-items: center;
	padding: 20px;
	background: #f4f4f4;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row .form-added-label {
	margin-right: 20px;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row .form-added-label .label-text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #555;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row .form-added-control {
	display: flex;
	align-items: center;
	gap: 10px;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row .form-added-control .form-added-item {
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row .form-added-control .form-added-item .form-added-input {
	position: relative;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row .form-added-control .form-added-item .form-added-input > input {
	width: 150px;
	height: 53px;
	background-color: #fff;
	border: 1px solid #cbcfd2;
	border-radius: 6px;
	padding: 0 14px;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row .form-added-control .form-added-item:last-child .form-added-input > input {
	padding-right: 40px;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row .form-added-control .form-added-item .form-added-input .password-eye {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url("/assets/pc/images/common/eye_off.png") center center / contain no-repeat;
	cursor: pointer;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row .form-added-control .form-added-item .form-added-input.show .password-eye {
	background: url("/assets/pc/images/common/eye_on.png") center center / contain no-repeat;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added .form-added-row .form-added-control .btn {
	width: 175px;
	height: 53px;
	line-height: 53px;
	font-family: "Gmarket Sans", serif;
	letter-spacing: -0.54px;
	font-weight: 500;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added-text {
	margin-top: 16px;
	line-height: 1.69;
	letter-spacing: -0.48px;
	font-size: 16px;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added-text .text-gray {
	color: #999999;
}

.store .store-basket-pay .basket-pay-info .info-form .added .form-added-text .text-primary {
	color: #da291c;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-all label {
	color: #555555;
	font-size: 18px;
	letter-spacing: -0.54px;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-detail {
	margin-top: 24px;
	padding-left: 38px;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-detail .agree-row {
	display: flex;
	align-items: center;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-detail .agree-row .agree-label {
	font-size: 18px;
	letter-spacing: -0.54px;
	color: #555;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-detail .agree-row .agree-more {
	margin-left: 10px;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-detail .agree-row .agree-more a {
	font-size: 16px;
	letter-spacing: -0.48px;
	color: #999;
	text-decoration: underline;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-detail .agree-row .agree-control {
	margin-left: 40px;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-detail .agree-row + .agree-row {
	margin-top: 25px;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-option {
	display: flex;
	align-items: center;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-option .form-checkbox input + label {
	color: #888888;
	letter-spacing: -0.18px;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-option .form-checkbox input:checked + label {
	color: #333333;
}

.store .store-basket-pay .basket-pay-info .info-form .agree .agree-option .agree-option-item + .agree-option-item {
	margin-left: 36px;
}

.store .store-basket-pay .basket-pay-tool {
	margin-top: 80px;
}

.store .store-basket-pay .basket-pay-tool .tool-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 60px 12px 20px;
	border-bottom: 2px solid #333;
}

.store .store-basket-pay .basket-pay-tool .tool-head .head-title {
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}


.store .store-basket-pay .basket-pay-tool .tool-form .tool-form-row {
	display: flex;
	padding: 30px 0 30px 60px;
	border-bottom: 1px solid #e5e5e5;
}

.store .store-basket-pay .basket-pay-tool .tool-form .tool-form-row + .tool-form-row {

}

.store .store-basket-pay .basket-pay-tool .tool-form .tool-form-row .tool-form-label {
	padding-top: 16px;
	width: 110px;
	margin-right: 60px;
	flex-shrink: 0;
	line-height: 1.5;

}

.store .store-basket-pay .basket-pay-tool .tool-form .tool-form-row .tool-form-label .label-text {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	color: #555555;
	font-weight: 700;
	letter-spacing: -0.6px;
}

.store .store-basket-pay .basket-pay-tool .tool-form .tool-form-label .label-text .form-tooltip {
	margin-left: 8px;
}

.store .store-basket-pay .basket-pay-tool .tool-form .tool-form-label .required {
	position: absolute;
	background: #da281f;
	right: -10px;
	top: -2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.store .store-basket-pay .basket-pay-tool .tool-form .tool-message {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.48px;
	text-align: left;
	color: #999;
}

.store .store-basket-pay .basket-pay-action {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store .store-basket-pay .basket-pay-action .btn {
	width: 240px;
	height: 65px;
	line-height: 65px;
	font-size: 24px;
	letter-spacing: -0.72px;
	color: #fff;
	font-family: "Gmarket Sans", serif;
}

/* 진심상점 - 진심레터 */
.store .store-basket-letter .container {
	width: 1280px;
}

.store .store-basket-letter .basket-letter-cover {}

.store .store-basket-letter .basket-letter-form {
	margin-top: 50px;
}

.store .store-basket-letter .basket-letter-form .form-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.72px;
	color: #333;
	font-family: "Gmarket Sans", serif;
}

.store .store-basket-letter .basket-letter-form .form-description {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44;
	letter-spacing: -0.54px;
	color: #555;
}

.store .store-basket-letter .basket-letter-form .form-area {
	position: relative;
	margin-top: 30px;
	padding-bottom: 35px;
}

.store .store-basket-letter .basket-letter-form .form-area textarea {
	padding: 30px 40px;
}

.store .store-basket-letter .basket-letter-form .form-area .area-size {
	position: absolute;
	bottom: 0;
	right: 0;

	font-size: 16px;
	line-height: 1.63;
	letter-spacing: -0.48px;
	color: #999;
}

.store .store-basket-letter .basket-letter-form .form-agree {
	display: flex;
	align-items: center;
	justify-content: center;
}

.store .store-basket-letter .basket-letter-form .form-agree .agree-control input ~ label {
	color: #555555;
}

.store .store-basket-letter .basket-letter-form .form-agree .agree-control input:checked ~ label {
	color: #000000;
}

.store .store-basket-letter .basket-letter-form .form-agree .agree-more {
	margin-left: 20px;
	letter-spacing: -0.48px;
	text-align: left;
	color: #999;
	font-size: 16px;
	cursor: pointer;
	text-decoration: underline;
}

.store .store-basket-letter .basket-letter-form .form-action {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.store .store-basket-letter .basket-letter-form .form-action .btn {
	width: 210px;
	height: 58px;
	line-height: 58px;
	font-size: 20px;
	letter-spacing: -0.6px;
	font-family: "Gmarket Sans", serif;
	font-weight: 500;
}

/* 진심상점 - 나눔 스토리 */
.store .nanum-tab .tab .tab-item {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.72px;
	font-family: "Gmarket Sans", serif;
	padding: 30px 0;
	line-height: 1;
	border: 2px solid #e5e5e5;
	color: #555555;
	background: #ffffff;
}

.store .nanum-tab .tab .tab-item.active {
	border-width: 2px;
	border-bottom: 2px solid #e5e5e5;
	font-weight: 700;
}

.store .nanum-tab .tab .tab-item + .tab-item {
	border-left: 0;
}

.store .nanum-tab .tab .tab-item.active::before {
	height: 4px;
	width: calc(100% + 2px);
}

.store .nanum-cover {
	margin-top: -50px;
	height: 320px;
}

.store .nanum-cover .cover-text {
	height: 100%;
	padding-top: 140px;
	padding-left: 150px;
	color: #6a1a0f;
	letter-spacing: -0.96px;
	font-size: 32px;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
	line-height: 1.44;
}

.store .store-nanum-letter .letter-content {
	margin-top: 80px;
}

.store .store-nanum-letter .letter-content .letter-list {
	display: flex;
	flex-wrap: wrap;
	margin: -26px -12px;
}

.store .store-nanum-letter .letter-content .letter-list .letter-item {
	width: calc(25% - 24px);
	margin: 26px 12px;
	height: 440px;
	background-color: #fff9f9;
	box-shadow: 3px 5px 6px 0 rgba(29, 29, 29, 0.07);
	border: solid 1px rgba(224, 220, 215, 0.72);
	border-radius: 30px;
	padding: 65px 26px 42px 30px;
	position: relative;
}

.store .store-nanum-letter .letter-content .letter-list .letter-item .letter-symbol {
	position: absolute;
	top: 30px;
	right: 30px;
}

.store .store-nanum-letter .letter-content .letter-list .letter-item .letter-name {
	line-height: 1;
	letter-spacing: -0.54px;
	color: #a01616;
	font-size: 18px;
	font-family: "Gmarket Sans", serif;
	font-weight: 500;
}

.store .store-nanum-letter .letter-content .letter-list .letter-item .letter-product {
	height: 64px;
	margin-top: 20px;
	line-height: 1.45;
	letter-spacing: -0.66px;
	font-size: 22px;
	text-align: left;
	color: #222;
	word-break: keep-all;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-nanum-letter .letter-content .letter-list .letter-item .letter-content {
	margin-top: 20px;
	height: 166px;
	line-height: 1.56;
	letter-spacing: -0.54px;
	text-align: left;
	color: #555;
	font-size: 18px;
	word-break: keep-all;
	padding-right: 30px;

	text-overflow: ellipsis;
	overflow: hidden;
	overflow-y: auto;
}

.store .store-nanum-letter .letter-content .letter-list .letter-item .letter-date {
	font-family: "Gmarket Sans", serif;
	margin-top: 30px;
	font-size: 15px;
	color: #999999;
}

.store .store-nanum-letter .letter-content .letter-list .letter-item .letter-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fdfdfd;
}

.store .store-nanum-letter .letter-content .letter-list .letter-item .letter-content::-webkit-scrollbar {
	border-radius: 2px;
	width: 4px;
	background-color: #fdfdfd;
}

.store .store-nanum-letter .letter-content .letter-list .letter-item .letter-content::-webkit-scrollbar-thumb {
	border: 2px solid #ababab;
	border-radius: 2px;
}

.store .store-nanum-letter .letter-pagination {
	margin-top: 60px;
}

/* 진심상점 - 진심이 만든 변화 */
.store .store-nanum-change .change-content {
	margin-top: 80px;
}

.store .store-nanum-change .change-content .change-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -22px;
}

.store .store-nanum-change .change-content .change-list .change-item {
	width: calc(33.333% - 44px);
	margin: 20px 22px;
	border-radius: 10px;
	box-shadow: 3px 5px 6px 0 rgba(29, 29, 29, 0.07);
	border: 1px solid #d4d4d4;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.store .store-nanum-change .change-content .change-list .change-item .change-thumbnail {
	position: relative;
	width: 100%;
	height: 309px;
	border-bottom: 1px solid #d4d4d4;
	overflow: hidden;
}

.store .store-nanum-change .change-content .change-list .change-item .change-thumbnail .change-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.store .store-nanum-change .change-content .change-list .change-item .change-thumbnail .change-image img {
	width: 100%;
}

.store .store-nanum-change .change-content .change-list .change-item .change-thumbnail .change-hover {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0 ,0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px 10px 0 0;
}

.store .store-nanum-change .change-content .change-list .change-item:hover .change-hover {
	z-index: 1;
}

.store .store-nanum-change .change-content .change-list .change-item .change-thumbnail .change-hover .hover-text {
	margin-left: 8px;
	color: #ffffff;
	letter-spacing: -0.6px;
	font-size: 20px;
	font-weight: 500;
}

.store .store-nanum-change .change-content .change-list .change-item .change-text {
	border-radius: 0 0 10px 10px;
	padding: 30px 32px 50px;
	line-height: 1.45;
	letter-spacing: -0.66px;
	color: #333;
	font-size: 22px;
	font-weight: 500;
	font-family: "Gmarket Sans", serif;
}

.store .store-nanum-change .change-pagination {
	margin-top: 60px;
}

/* 진심상점 소개 */
.store .intro-tab .tab .tab-item {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.72px;
	font-family: "Gmarket Sans", serif;
	padding: 30px 0;
	line-height: 1;
	border: 2px solid #e5e5e5;
	color: #555555;
	background: #ffffff;
}

.store .intro-tab .tab .tab-item.active {
	border-width: 2px;
	border-bottom: 2px solid #e5e5e5;
	font-weight: 700;
}

.store .intro-tab .tab .tab-item + .tab-item {
	border-left: 0;
}

.store .intro-tab .tab .tab-item.active::before {
	height: 4px;
	width: calc(100% + 2px);
}

/* 진심상점 소개 */
.store .store-intro-main .intro-cover {
	margin-top: -40px;
	background: url('/assets/pc/images/store/intro/cover-main.png') no-repeat center center / cover;
	height: 673px;
}

.store .store-intro-main .main-banner img {
	width: 100%;
}

.store .store-intro-main .main-process {
	margin-top: 80px;
}

.store .store-intro-main .main-process .process-head {
	display: flex;
	align-items: center;
	justify-content: center;
}
.store .store-intro-main .main-process .process-head .img-wrap {
	background: url('/assets/pc/images/store/intro/image-label.png') no-repeat center;
	background-size: cover;
	width: 687px;
	height: 134px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.store .store-intro-main .main-process .process-head .head-title {
	margin-top: 13px;
	padding-left: 40px;
	font-family: "Gmarket Sans", serif;
	font-size: 48px;
	letter-spacing: -1.44px;
	color: #4c0500;
	font-weight: 700;
}

.store .store-intro-main .main-process .process-content {
	position: relative;
	margin-top: -70px;
}

.store .store-intro-main .main-process .process-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 110px);
	height: 1260px;
	background: url('/assets/pc/images/store/intro/bg-process.png') no-repeat left top / contain;
}

.store .store-intro-main .main-process .process-content .process-list {
	padding-top: 140px;
	position: relative;
	z-index: 2;
}

.store .store-intro-main .main-process .process-content .process-list .process-item {
	display: flex;
	align-items: center;
}

.store .store-intro-main .main-process .process-content .process-list .process-item + .process-item {
	margin-top: 10px;
}

.store .store-intro-main .main-process .process-content .process-list .process-item .process-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 600px;
	margin-right: 90px;
}

.store .store-intro-main .main-process .process-content .process-list .process-item .process-detail {
	position: relative;
	padding: 34px 0 0 40px;
	flex-grow: 1;
}

.store .store-intro-main .main-process .process-content .process-list .process-item .process-detail .detail-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	z-index: 1;
}

.store .store-intro-main .main-process .process-content .process-list .process-item:nth-of-type(1) .process-detail .detail-label {
	background: #FFD682;
}

.store .store-intro-main .main-process .process-content .process-list .process-item:nth-of-type(2) .process-detail .detail-label {
	background: #FED1BE;
}

.store .store-intro-main .main-process .process-content .process-list .process-item:nth-of-type(3) .process-detail .detail-label {
	background: #F98888;
}

.store .store-intro-main .main-process .process-content .process-list .process-item .process-detail .detail-title {
	font-size: 28px;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
	letter-spacing: -0.84px;
	line-height: 1.43;
	color: #222;
	position: relative;
	z-index: 1;
}

.store .store-intro-main .main-process .process-content .process-list .process-item .process-detail .detail-content {
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #333;
	font-size: 18px;
	margin-top: 30px;
}

.store .store-intro-main .main-process .process-content .process-list .process-item:nth-of-type(2) {
	flex-direction: row-reverse;
}

.store .store-intro-main .main-process .process-content .process-list .process-item:nth-of-type(2) .process-image {
	margin-right: 0;
}

.store .store-intro-main .main-process .process-content .process-list .process-item:nth-of-type(2) .process-detail {
	margin-left: 120px;
}

/* 진심상점 소개 후원자님이 만든 변화 */
.store .store-intro-change .page {
	padding-bottom: 0;
}

.store .store-intro-change .intro-cover {
	margin-top: -40px;
	background: url('/assets/pc/images/store/intro/cover-change.png') no-repeat center center / cover;
	height: 607px;
}

.store .store-intro-change .intro-cover .cover-text {
	padding-top: 120px;
}

.store .store-intro-change .intro-cover .cover-text .text-title {
	line-height: 1.41;
	letter-spacing: -0.96px;
	color: #da291c;
	font-size: 32px;
	font-weight: 700;
	font-family: "Gmarket Sans", serif;
}

.store .store-intro-change .intro-cover .cover-text .text-detail {
	margin-top: 32px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #555;
	font-size: 20px;
}

.store .store-intro-change .intro-cover .cover-text .text-detail p + p {
	margin-top: 10px;
}

.store .store-intro-change .change-report {
	padding: 30px 0 50px;
}

.store .store-intro-change .change-report .report-container {
	display: flex;
	align-items: center;
}

.store .store-intro-change .change-report .report-chart {
	flex-shrink: 0;
	margin-right: 105px;
}

.store .store-intro-change .change-report .report-chart .report-text {
	flex-grow: 1;
}

.store .store-intro-change .change-report .report-text .report-title {
	line-height: 1.41;
	letter-spacing: -0.96px;
	color: #333;
	font-size: 32px;
	font-weight: 700;
	font-family: "Gmarket Sans", serif;
}

.store .store-intro-change .change-report .report-text .report-description {
	font-family: "Gmarket Sans", serif;
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #555;
	font-size: 20px;
}

.store .store-intro-change .change-report .report-text .report-amount {
	margin-top: 40px;
	line-height: 1.78;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 18px;
}

.store .store-intro-change .change-report .report-text .report-amount span {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -0.84px;
	color: #da291c;
}

.store .store-intro-change .change-review {
	padding-top: 90px;
	background: url('/assets/pc/images/store/intro/bg-review.png') no-repeat center center / cover;
}

.store .store-intro-change .change-review .review-container {
	display: flex;
}

.store .store-intro-change .change-review .review-text {
	flex-shrink: 0;
	margin-right: 52px;
}

.store .store-intro-change .change-review .review-text .review-title {
	line-height: 0.94;
	letter-spacing: -0.96px;
	text-align: left;
	color: #333;
	font-size: 32px;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-intro-change .change-review .review-text .review-description {
	margin-top: 20px;
	line-height: 1.35;
	letter-spacing: -0.6px;
	color: #555;
	font-size: 20px;
	font-family: "Gmarket Sans", serif;
}

.store .store-intro-change .change-review .review-text .review-detail {
	margin-top: 36px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 18px;
}

.store .store-intro-change .change-review .review-text .review-control {
	margin-top: 40px;
	display: flex;
	gap: 10px;
}

.store .store-intro-change .change-review .review-text .review-control .swiper-next,
.store .store-intro-change .change-review .review-text .review-control .swiper-prev {
	width: 45px;
	height: 45px;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.store .store-intro-change .change-review .review-text .review-control .swiper-prev span, .store .store-intro-change .change-review .review-text .review-control .swiper-next span {
	text-indent: -9999px;
	display: inline-block;
	width: 12px;
	height: 22px;
}

.store .store-intro-change .change-review .review-text .review-control .swiper-prev span {
	background: url('/assets/pc/images/store/intro/swiper-prev.png') no-repeat center center / cover;
}

.store .store-intro-change .change-review .review-text .review-control .swiper-next span {
	background: url('/assets/pc/images/store/intro/swiper-next.png') no-repeat center center / cover;
}

.store .store-intro-change .change-review .review-slide {
	flex-grow: 1;
	width: calc(100% - 485px);
}

.store .store-intro-change .change-review .review-slide .swiper-slide {
	opacity: 0 !important;
}

.store .store-intro-change .change-review .review-slide .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.store .store-intro-change .change-review .review-item {
	padding-top: 25px;
	height: 420px;
}

.store .store-intro-change .change-review .review-item .review-box {
	padding: 47px 0 46px 66px;
	box-shadow: 6px 9px 16px 0 rgba(168, 129, 98, 0.11);
	background-color: #fff;
	position: relative;
	border-radius: 0 100px 0 100px;
	width: 730px;
}

.store .store-intro-change .change-review .review-item .review-box::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 25px;
	width: 64px;
	height: 49px;
	background: url('/assets/pc/images/store/intro/image-comma.png') no-repeat center center / cover;
}

.store .store-intro-change .change-review .review-item .review-box .box-content {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #222;
	font-size: 18px;
}

.store .store-intro-change .change-review .review-item .review-box .box-writer {
	margin-top: 12px;
	color: #888;
}

.store .store-intro-change .change-review .review-item .review-image {
	position: absolute;
	bottom: -20px;
	right: 0;
}

.store .store-intro-change .change-present {
	padding: 90px 0 150px;
	background: url('/assets/pc/images/store/intro/bg-present.png') no-repeat center center / cover;
}

.store .store-intro-change .change-present .present-title {
	text-align: center;
	line-height: 0.94;
	letter-spacing: -0.96px;
	color: #333;
	font-size: 32px;
}

.store .store-intro-change .change-present .present-head {
	font-size: 32px;
	font-family: "Gmarket Sans", serif;
	line-height: 0.94;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-weight: 700;
}

.store .store-intro-change .change-present .present-tab {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.store .store-intro-change .change-present .present-tab .tab-item {
	padding: 16px 60px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	border-radius: 40px;
	background-color: #f4f4f4;
	font-family: "Gmarket Sans", serif;
	cursor: pointer;
}

.store .store-intro-change .change-present .present-tab .tab-item.active {
	background: #da291c;
	color: #ffffff;
}

.store .store-intro-change .change-present .present-content {
	margin-top: 60px;
	display: none;
}

.store .store-intro-change .change-present .present-content.show {
	display: block;
}

.store .store-intro-change .change-present .present-content .present-list {
	display: flex;
	gap: 45px;
}

.store .store-intro-change .change-present .present-content .present-list .present-item {
	width: 33.333%;
}

.store .store-intro-change .change-present .present-content .present-list .present-item .present-detail {
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: -100px;
	margin-left: 20px;
	background: #ffffff;
	padding: 25px 20px 44px;
	box-shadow: 7px 11px 29px 0 rgba(216, 158, 67, 0.16);
	height: 230px;
}

.store .store-intro-change .change-present .present-content .present-list .present-item .present-detail .present-title {
	display: flex;
	align-items: center;
}

.store .store-intro-change .change-present .present-content .present-list .present-item .present-detail .present-title .present-label {
	position: relative;
	width: 32px;
	height: 40px;
	color: #ffffff;
	background: #d8ba81;
	line-height: 1.88;
	letter-spacing: -0.48px;
	font-size: 16px;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
	overflow: hidden;
}

.store .store-intro-change .change-present .present-content .present-list .present-item:nth-of-type(2) .present-detail .present-title .present-label {
	background: #bdb7ac;
}

.store .store-intro-change .change-present .present-content .present-list .present-item:nth-of-type(3) .present-detail .present-title .present-label {
	background: #c18359;
}

.store .store-intro-change .change-present .present-content .present-list .present-item .present-detail .present-title .present-label::before {
	content: '';
	position: absolute;
	bottom: -72px;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: rotate(45deg) translateX(-70%);
	background: #ffffff;
}

.store .store-intro-change .change-present .present-content .present-list .present-item .present-detail .present-title .present-title-text {
	margin-left :12px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: left;
	color: #222;
	font-size: 20px;
	font-family: "Gmarket Sans", serif;
	font-weight: 700;
}

.store .store-intro-change .change-present .present-content .present-list .present-item .present-detail .present-text {
	margin-top: 10px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	color: #555;
	font-size: 18px;
}

.store .store-intro-change .change-present .present-action {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store .store-intro-change .change-present .present-action .btn {
	background: #da291c;
	color: #ffffff;
	letter-spacing: -0.72px;
	font-family: "Gmarket Sans", serif;
	font-size: 24px;
	font-weight: 700;
	width: 360px;
	height: 86px;
	line-height: 86px;
}

/* 진심상점 FAQ */
.store .store-intro-faq .board-faq {
	margin-top: 10px;

}

.store .store-intro-faq .board-faq .board-title {
	font-family: "SpoqaHanSansNeo", san-serif;
}

.store .store-intro-faq .board-faq .board-label {
	font-size: 24px !important;
}

.store .store-intro-faq .board-faq .board-content .board-answer-label {
	font-size: 24px !important;
}

.store .store-intro-faq .board-faq .board-answer-content {
	font-size: 18px;
	letter-spacing: -0.54px;
	line-height: 1.5;
}



/* 후원프로세스 */
.support .support-process .page {
	padding: 80px 0 120px;
}

.support .support-process .support-tab {
	width: 100%;
	margin-bottom: 60px;
	display: flex;
}

.support .support-process .support-tab .tab-item {
	flex: 1;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
}

.support .support-process .support-tab .tab-item:first-of-type {
	border-left: 1px solid #e5e5e5;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.support .support-process .support-tab .tab-item:last-of-type {
	border-right: 1px solid #e5e5e5;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.support .support-process .support-tab .tab-item + .tab-item {
	border-left: 1px solid #e5e5e5;
}

.support .support-process .support-tab .tab-item.active {
	background-color: #7a634f;
	border-color: #7a644f;
	font-weight: 700;
}

.support .support-process .support-tab .tab-item a {
	text-align: center;
	font-size: 20px;
	color: #555555;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support .support-process .support-tab .tab-item.active a {
	color: #ffffff;
	font-weight: 500;
}

.support .support-process .box-spon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.support .support-process .box-spon .spon-item .price-input input:not(:placeholder-shown){
	border-color: #da291c;
}
.support .support-process .box-spon .spon-item .form-radio-button-group {
	flex-wrap: wrap;
	max-width: 600px;
}
.support .support-process .box-spon .spon-item .form-radio-button-group .form-radio-button {
	border: none;
}

.support .support-process .box-spon .spon-item .form-radio-button-group .form-radio-button:nth-child(4) label {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.support .support-process .box-spon .spon-item .form-radio-button-group .form-radio-button:nth-child(5) label {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left: 1px solid #d2d2d2 !important;
}
.support .support-process .box-spon .spon-item .form-radio-button-group .form-radio-button:nth-child(n+5) label {
  margin-top: 6px;
}

.support .support-process .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio] ~ label {
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #333;
	height: 60px;
	padding: 18px 5px;
	width: 140px;
	text-align: center;
}

.support .support-process .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio]:checked ~ label {
	background: #ffffff;
	color: #da291c;
	border: 1px solid #da291c !important;
	font-weight: 700;
}

.support .support-process .box-spon .spon-item .form-radio-button-group .form-radio-button + .form-radio-button input[type=radio] ~ label {
	border-left: none;
}

.support .support-process .box-spon .spon-item .form-input input {
	background-color: #f5f5f5;
	max-width: 185px;
}

.support .support-process .box-spon .spon-item .form-input input.exist,
.support .support-process .box-spon .spon-item .form-input input:focus {
	background-color: #ffffff;
	border-color: #da291c;
}

.support .support-process .box-translate {
	margin-top: 12px;
	display: flex;
	align-items: center;
}

.support .support-process .box-translate .translate-label {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #333;
	font-weight: 500;
	margin-right: 12px;
}

.support .support-process .box-translate .translate-control label {
	line-height: 1.5;
	letter-spacing: -0.48px;
	text-align: left;
	color: #777;
}

.support .support-process .box-translate .translate-control label small {
	font-size: 14px;
}

.support .support-process .box-translate .translate-control label b {
	letter-spacing: -0.54px;
	color: #333;
	margin-right: 4px;
	font-weight: 500;
}


.support .support-process .page .page-body {
	margin-top: 60px;
}

.support .support-process .support-container {
	display: flex;
}

.support .support-process .support-container.end {
	align-items: flex-end;
}

.support .support-process .support-box {
	border-radius: 10px;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	background-color: #ffffff;
}

.support .support-process .support-box .box-head {
	padding: 24px 40px;
	border-bottom: 1px solid #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.support .support-process .support-box .box-head .box-title {
	font-size: 22px;
	color: #333;
	line-height: 1.54;
	letter-spacing: -0.24px;
	font-weight: 500;
}

.support .support-process .support-box .box-head .box-arrow {
	display: none;
	cursor: pointer;
}

.support .support-process .support-box .box-head .box-arrow span {
	text-indent: -9999px;
	background-image: url('/assets/pc/images/common/expand_gray.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 22px;
	height: 13px;
}

.support .support-process .support-box .box-head .box-action button {
	width: 50px;
	height: 30px;
	border-radius: 6px;
	border: solid 1px #555;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-size: 16px;
	letter-spacing: -0.48px;
}

.support .support-process .support-box.open .box-arrow span {
	transform: rotate(-180deg);
}

.support .support-process .support-box .box-body {
	display: none;
	padding: 40px;
}

.support .support-process .support-box .box-body.full {
	padding: 0;
}

.support .support-process .support-box .box-body .box-space {
	padding: 40px;
}

.support .support-process .support-box.open .box-body {
	display: block;
}

.support .support-process .support-container .support-form {
	width: 870px;
	flex-shrink: 0;
}

.support .support-process .support-container .support-form .support-box + .support-box {
	margin-top: 20px;
}

.support .support-process .support-container .support-aside {
	margin-left: 30px;
	flex-grow: 1;
}

.support .support-process .support-container .support-aside.sticky {
	position: fixed;
	margin-left: 900px;
	width: 420px;
	top: 20px;
}

.support .support-process .support-container .support-aside.bottom {


}

.support .support-process .support-container .support-aside .support-choice {
	margin-bottom: 20px;
}

.support .support-process .support-container .support-aside .support-choice .choice-item {
	display: none;
}

.support .support-process .support-container .support-aside .support-choice .choice-item.show {
	display: block;
}

.support .support-process .support-container .support-aside .support-choice .choice-content {
	padding-bottom: 20px;
	border-bottom: 1px solid #D6D6D6;
}

.support .support-process .support-container .support-aside .support-choice .choice-content .content-item {
	display: flex;
	justify-content: space-between;
}

.support .support-process .support-container .support-aside .support-choice .choice-content .content-item.item-type {
	padding-bottom: 10px;
}

.support .support-process .support-container .support-aside .support-choice .choice-content .content-item + .content-item {
	margin-top: 20px;
}

.support .support-process .support-container .support-aside .support-choice .choice-content .content-item .content-label {
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: -0.54px;
	flex-shrink: 0;
	width: 68px;
	color: #333;
	margin-right: 12px;
}

.support .support-process .support-container .support-aside .support-choice .choice-content .content-item .content-detail {
	flex-grow: 1;
	text-align: right;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #333;
}

.support .support-process .support-container .support-aside .support-choice .choice-content .content-item .content-detail .detail-item {
	position: relative;
	display: inline-flex;
}

.support .support-process .support-container .support-aside .support-choice .choice-content .content-item .content-detail .detail-item + .detail-item {
	margin-top: 20px;
}

.support .support-process .support-container .support-aside .support-choice .choice-content .content-item .content-detail .detail-item .detail-label {
	flex-shrink: 0;
	width: 45px;
	height: 24px;
	border-radius: 12px;
	background-color: #da281f;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: -0.42px;
	text-align: center;
	font-weight: 500;
	line-height: 24px;
	margin-right: 6px;
}

.support .support-process .support-container .support-aside .support-choice .choice-content .content-item .content-detail .detail-item .detail-text {
	text-align: right;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #333;
}

.support .support-process .support-container .support-aside .support-choice .choice-value {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}

.support .support-process .support-container .support-aside .support-choice .choice-value .value-label {
	line-height: 1.7;
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.support .support-process .support-container .support-aside .support-choice .choice-value .value-amount {
	display: flex;
	align-items: center;
	line-height: 1.44;
	letter-spacing: -0.96px;
	text-align: right;
	color: #333;
	font-size: 24px;
	font-weight: 500;
}

.support .support-process .support-container .support-aside .support-choice .choice-value .value-amount .value-unit {
	margin-left: 4px;
	font-size: 20px;
	font-weight: 400;
}

.support .support-process .support-container .support-aside .support-choice .choice-value .value-amount .value-month {
	margin-right: 8px;
}

.support .support-process .support-container .support-aside .support-choice .choice-value .value-amount .value-unit {
	font-weight: 400;
}

.support .support-process .support-container .support-aside .support-choice .choice-empty {
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
	border-radius: 6px;
}

.support .support-process .support-container .support-aside .support-choice .choice-empty .empty-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.support .support-process .support-container .support-aside .support-choice .choice-empty .empty-text {
	margin-top: 20px;
	color: #888888;
	line-height: 1.56;
	letter-spacing: -0.54px;
	font-size: 18px;
}

.support .support-process .support-container .support-aside .support-member {
	margin-bottom: 20px;
}

.support .support-process .support-container .support-aside .support-member .member-item {
	display: none;
}

.support .support-process .support-container .support-aside .support-member .member-item.show {
	display: block;
}

.support .support-process .support-container .support-aside .support-member .member-anonymous {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 0;
}

.support .support-process .support-container .support-aside .support-member .member-anonymous .anonymous-item {
	display: flex;
	align-items: center;
}

.support .support-process .support-container .support-aside .support-member .member-anonymous .anonymous-item .anonymous-label {
	width: 45px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #da281f;
	color: #ffffff;
	letter-spacing: -0.42px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	margin-right: 10px;
}

.support .support-process .support-container .support-aside .support-member .member-anonymous .anonymous-item .anonymous-text {
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #333;
}

.support .support-process .support-container .support-aside .support-member .member-content .content-item {
	display: flex;
	justify-content: space-between;
}

.support .support-process .support-container .support-aside .support-member .member-content .content-item.item-type {
	padding-bottom: 10px;
}

.support .support-process .support-container .support-aside .support-member .member-content .content-item + .content-item {
	margin-top: 20px;
}

.support .support-process .support-container .support-aside .support-member .member-content .content-item .content-label {
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: -0.54px;
	flex-shrink: 0;
	color: #333;
	margin-right: 12px;
}

.support .support-process .support-container .support-aside .support-member .member-content .content-item .content-detail {
	flex-grow: 1;
	text-align: right;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #333;
}

.support .support-process .support-container .support-aside .support-member .member-content .content-item .content-detail .detail-item {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.support .support-process .support-container .support-aside .support-member .member-content .content-item .content-detail .detail-item + .detail-item {
	margin-top: 20px;
}

.support .support-process .support-container .support-aside .support-member .member-content .content-item .content-detail .detail-item .detail-label {
	flex-shrink: 0;
	width: 45px;
	height: 24px;
	border-radius: 12px;
	background-color: #da281f;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: -0.42px;
	text-align: center;
	font-weight: 500;
	line-height: 24px;
	margin-right: 6px;
}

.support .support-process .support-container .support-aside .support-member .member-content .content-item .content-detail .detail-item .detail-text {
	text-align: right;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #333;
}
.support .support-process .support-container .support-aside .support-banner {
	padding-bottom: 20px;
}
.support .support-process .support-container .support-aside .support-banner .banner-box {
	position: relative;
}

.support .support-process .support-container .support-aside .support-banner .banner-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.support .support-process .support-container .support-aside .support-banner .banner-title {
	position: relative;
	line-height: 1.5;
	letter-spacing: -0.72px;
	font-size: 24px;
	color: #333;
	font-weight: 500;
	padding-bottom: 20px;
}

.support .support-process .support-container .support-aside .support-banner .banner-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 50px;
	height: 2px;
	background: #da281f;
}

.support .support-process .support-container .support-aside .support-banner .banner-title span {
	color: #da281f;
}

.support .support-process .support-container .support-aside .support-banner .banner-content {
	margin-top: 40px;
}

.support .support-process .support-container .support-aside .support-banner .banner-content .content-detail {
	line-height: 1.6;
	letter-spacing: -0.48px;
	color: #333;
}

.support .support-process .support-container .support-aside .support-banner .banner-content  .content-phrase {
	font-weight: 500;
}

.support .support-process .support-container .support-aside .support-banner .banner-content  .content-list {

}

.support .support-process .support-container .support-aside .support-banner .banner-content  .content-list li {
	position: relative;
	padding-left: 12px;
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: -0.48px;
	color: #555;
}

.support .support-process .support-container .support-aside .support-banner .banner-content .content-list li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 1px;
	background: #555555;
}

.support .support-process .support-container .support-aside .support-banner .banner-content .content-description {
	letter-spacing: -0.48px;
	color: #888888;
}

.support .support-process .support-container .support-aside .support-banner .banner-content .interval {
	margin-top: 30px;
}

.support .support-process .support-container .support-aside .support-banner .banner-item {
	display: none;
}

.support .support-process .support-container .support-aside .support-banner .banner-item.show {
	display: block;
}

.support .support-process .support-container .support-aside .support-call {
    padding-bottom: 20px;
}
.support .support-process .support-container .support-aside .support-call .call-box {
    position: relative;
}
.support .support-process .support-container .support-aside .support-call .call-item.show {
    display: block;
}
.support .support-process .support-container .support-aside .support-call .call-icon {
    position: absolute;
    top: -10px;
    right: -20px;
}
.support .support-process.support-easy .support-container .support-aside .support-call .call-icon {
  top: 50px;
  right: -5px;
}
.support .support-process .support-container .support-aside .support-call .call-text {
    position: relative;
    line-height: 1.5;
    letter-spacing: -0.03em;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding-bottom: 7px;
    padding-top: 7px;
}
.support .support-process .support-container .support-aside .support-call .call-title {
    position: relative;
    line-height: 1.5;
    letter-spacing: -0.03em;
    font-size: 24px;
    color: #333;
    font-weight: 500;
}
  .support .support-process .support-container .support-aside .support-call .call-title span {
    color: #da281f;
    letter-spacing: -0.03em;
}
.support .support-process.support-easy .support-container .support-aside .support-call .call-title span {
    display:block;
}

.support .support-process .support-list .support-item {
	padding: 20px 0;
	border-bottom: 1px solid #D6D6D6;
}

.support .support-process .support-list .support-item.additional {
	margin-top: 20px;
	padding: 5px 0 !important;
	border-bottom: none;
}

.support .support-process .support-list .support-item.additional .additional-box {
	background: #F8F8F8;
	padding: 25px 20px;
}

.support .support-process .support-list .support-item:first-of-type {
	padding-top:0;
}

.support .support-process .support-list .support-item:last-of-type {
	padding-bottom:0;
}

.support .support-process .support-list .support-item .item-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.support .support-process .support-list .support-item .item-head .item-title {
	display: flex;
	align-items: center;
}

.support .support-process .support-list .support-item .item-head .item-title .form-control input + label {
	font-size: 20px;
	font-weight: 500;
	padding-left: 36px;
}

.support .support-process .support-list .support-item .item-head .item-title .form-tooltip {
	margin-left: 10px;
}



.support .support-process .support-list .support-item .item-head .item-help {
	max-width: 500px;
	line-height: 1.47;
	letter-spacing: -0.45px;
	color: #777;
	font-size: 16px;
}

.support .support-process .support-list .support-item .item-help span {
	color: #da281f;
}

.support .support-process .support-list .support-item .item-body {
	padding-left: 30px;
	margin-top: 15px;
	display: none;
}

.support .support-process .support-list .support-item.open .item-body {
	display: block;
}

.support .support-process .support-action {
	display: flex;
	align-items: center;
	border-radius: 10px;
}

.support .support-process .support-action .action-item {
	width: 50%;
	height: 70px;
	background-color: #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 20px;
	padding: 25px 0;
	font-weight: 500;
}

.support .support-process .support-action .action-item.prev {
	border-radius: 10px 0 0 10px;
}

.support .support-process .support-action .action-item.next {
	border-radius: 0 10px 10px 0;
	background: #da281f;
	color: #ffffff;
}

.support .support-process .support-action .action-item.disabled {
	color: #c5c5c5;
	background: #f4f4f4;
	cursor: not-allowed;
}

.support .support-process .support-value {
	padding-top: 40px;
}

.support .support-process .support-value .value-money {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.support .support-process .support-value .value-money .value-label {
	line-height: 1.7;
	letter-spacing: -0.6px;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

.support .support-process .support-value .value-money .value-amount {
	display: flex;
	align-items: center;
	line-height: 1.44;
	letter-spacing: -0.96px;
	text-align: right;
	color: #333;
	font-size: 30px;
	font-weight: 500;
}

.support .support-process .support-value .value-money .value-amount .value-month {
	margin-right: 8px;
}

.support .support-process .support-value .value-money .value-amount .value-unit {
	font-weight: 400;
}

.support .support-process .support-value .value-action {
	margin-top: 40px;
}

.support .support-process .support-value .value-action .btn {
	background: #da281f;
	color: #ffffff;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.6px;
}

.support .support-process .support-auth .auth-item {
	display: none;
}

.support .support-process .support-auth .auth-item.show {
	display: block;
}

.support .support-process .support-auth .login-box {
	display: flex;
	gap: 20px;
	height: 328px;
}

.support .support-process .support-auth .login-box .box-item {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.support .support-process .support-auth .login-box .box-item > div {
	flex: 1;
}

.support .support-process .support-auth .login-box .box-item .box-wrap {
	border-radius: 6px;
	border: solid 1px #d2d2d2;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support .support-process .support-auth .login-box .box-item .box-wrap.small {
	padding: 25px 20px;
}

.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner {
	width: 100%;
}

.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.support .support-process .support-auth .login-box .box-item .box-wrap.clickable {
	cursor: pointer;
}

.support .support-process .support-auth .login-box .box-item .box-wrap.clickable:hover {
	border: 1px solid #da291c;
}



.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-title .title-icon{
	width:30px;text-align:center;
}
.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-title.top{
	align-items:flex-start;
}
.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-title .title-icon.pdt9{
	padding-top:9px;
}
.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-title .title-text {
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: -0.6px;
	color: #333;
	margin-left: 10px;
	width:170px;
}

.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-content {
	margin-top: 26px;
}

.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-content .login-type {
	cursor: pointer;
	width: 100%;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	border: 1px solid #777;
}
.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-content .login-type.kakao{background-color:#fee601;border:1px solid #fee601;color:#333;}
.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-content .login-type.naver{background-color:#1ec800;border:1px solid #1ec800;color:#fff;}
.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-content .login-type.naver .type-text{color:#fff !important;}

.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-content .login-type + .login-type {
	margin-top: 10px;
}


.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-content .login-type .type-text {
	margin-left: 12px;
	letter-spacing: -0.48px;
	color: #333;
}

.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-content .login-type:hover {
	border: 1px solid #da281f;
}

.support .support-process .support-auth .login-box .box-item .box-wrap .box-inner .box-content .login-type:hover .type-text {
	font-weight: 500;
}

.support .support-process .support-auth .login-description {
	margin-bottom: 20px;
	line-height: 1.47;
	letter-spacing: -0.45px;
	text-align: left;
	color: #777;
	font-size: 15px;
	margin-top:27px;
}

.support .support-process .support-auth .login-description a {
	color: #da281f;
	font-weight: 500;
	text-decoration: underline;
    text-underline-position: under;
}

.support .support-process .support-auth .login-description span {
	color: #da281f;
	font-weight: 500;
}

.support .support-process .support-auth .login-action {
	margin-top: 40px;
}


.support .support-process .support-auth .auth-info .info-meta {
	padding: 40px;
	border-bottom: 1px solid #D6D6D6;
}

.support .support-process .support-auth .auth-info .info-meta .meta-group {
	display: none;
}

.support .support-process .support-auth .auth-info .info-meta .meta-group.show {
	display: block;
}

.support .support-process .support-auth .auth-info .info-meta .meta-group + .meta-group {
	margin-top: 40px;
}

.support .support-process .support-auth .auth-info .info-meta .meta-group .meta-head {
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
}

.support .support-process .support-auth .auth-info .info-meta .meta-group .meta-body {
	margin-top: 30px;
}

.support .support-process .support-auth .auth-info .info-meta .meta-item {
	display: flex;
	align-items: center;
}

.support .support-process .support-auth .auth-info .info-meta .meta-item + .meta-item {
	margin-top: 30px;
}

.support .support-process .support-auth .auth-info .info-meta .meta-item .meta-label {
	letter-spacing: -0.54px;
	color: #333;
	font-size: 18px;
	width: 86px;
}

.support .support-process .support-auth .auth-info .info-meta .meta-item .meta-content {
	margin-left: 108px;
	letter-spacing: -0.54px;
	color: #333;
	font-size: 18px;
}

.support .support-process .support-auth .auth-info .info-group {
	padding: 40px;
}

.support .support-process .support-auth .auth-info .info-group + .info-group {
	border-top: 1px solid #E0E0E0;
}

.support .support-process .support-auth .auth-info .info-form {
	padding: 40px;
}

.support .support-process .support-auth .auth-info .info-group .info-title {
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.support .support-process .support-auth .auth-info .info-group .info-form {
	padding: 0;
}


.support .support-process .support-auth .auth-info .info-form .eng-name {
	position: relative;
	padding-left: 18px;
	line-height: 1.67;
	letter-spacing: -0.45px;
	color: #888888;
	font-size: 15px;
}

.support .support-process .support-auth .auth-info .info-form .eng-name::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
}

.support .support-process .support-auth .auth-info .info-form .form-row {
	display: flex;
}
.support .support-process .support-auth .auth-info .info-form .form-row:not(:first-child) {
	margin-top: 40px;
}
.support .support-process .support-auth .auth-info .info-form .form-row + .form-row {
	margin-top: 40px;
}

.support .support-process .support-auth .auth-info .info-form .form-row .form-label {
	padding-top: 8px;
	width: 100px;
	margin-right: 96px;
	flex-shrink: 0;
	font-size: 18px;
}

.support .support-process .support-auth .auth-info .info-form .form-label .label-text {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.support .support-process .support-auth .auth-info .info-group .info-form .form-label .label-text {
	width: 135px;
}

.support .support-process .support-auth .auth-info .info-form .form-label .label-text .form-tooltip {
	margin-left: 8px;
}

.support .support-process .support-auth .auth-info .info-form .form-label .required {
	position: absolute;
	background: #da281f;
	right: -12px;
	top: -2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.support .support-process .support-auth .auth-info .info-form .form-post-wrap .form-control .form-group + .form-group {
	margin-top: 10px;
}

.support .support-process .support-auth .auth-info .info-form .form-added {
	margin-top: 24px;
	display: none;
}

.support .support-process .support-auth .auth-info .info-form .form-added.show {
	display: block;
}

.support .support-process .support-auth .auth-info .info-form .form-added .form-added-row {
	display: flex;
	align-items: center;

}

.support .support-process .support-auth .auth-info .info-form .form-added .form-added-row .form-added-label {
	margin-right: 20px;
}

.support .support-process .support-auth .auth-info .info-form .form-added .form-added-row .form-added-label .label-text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #555;
}

.support .support-process .support-auth .auth-info .info-form .form-added .form-added-row .form-added-control {
	display: flex;
	align-items: center;
	gap: 10px;
}

.support .support-process .support-auth .auth-info .info-form .form-added .form-added-row .form-added-control .form-added-item {
}

.support .support-process .support-auth .auth-info .info-form .form-added .form-added-row .form-added-control .form-added-item .form-added-input {
	position: relative;
}

.support .support-process .support-auth .auth-info .info-form .form-added .form-added-row .form-added-control .form-added-item .form-added-input > input {
	width: 150px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #cbcfd2;
	border-radius: 6px;
	padding: 0 14px;
}

.support .support-process .support-auth .auth-info .info-form .form-added .form-added-row .form-added-control .form-added-item:last-child .form-added-input > input {
	padding-right: 40px;
}

.support .support-process .support-auth .auth-info .info-form .form-added .form-added-row .form-added-control .form-added-item .form-added-input .password-eye {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url("/assets/pc/images/common/eye_off.png") center center / contain no-repeat;
	cursor: pointer;
}

.support .support-process .support-auth .auth-info .info-form .form-added .form-added-row .form-added-control .form-added-item .form-added-input.show .password-eye {
	background: url("/assets/pc/images/common/eye_on.png") center center / contain no-repeat;
}

.support .support-process .support-auth .auth-info .info-form .message-item {
	line-height: 1.67;
	letter-spacing: -0.45px;
	color: #777;
	font-size: 15px;
}

.support .support-process .support-auth .auth-info .info-form .message-item strong {
	color: #da281f;
	font-weight: 500;
}

.support .support-process .support-auth .auth-info .info-form .message-item  + .message-item  {
	margin-top: 4px;
}

.support .support-process .support-auth .auth-info .info-agree {
	border-top: 1px solid #D6D6D6;
	padding: 40px;
}

.support .support-process .support-auth .auth-info .info-agree .agree-title {
	line-height: 1.56;
	letter-spacing: -0.54px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
}

.support .support-process .support-auth .auth-info .info-agree .agree-content {
	padding-left: 20px;
}

.support .support-process .support-auth .auth-info .info-agree .agree-row + .agree-row {
	margin-top: 30px;
}

.support .support-process .support-auth .auth-info .info-agree .agree-row .agree-check {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.support .support-process .support-auth .auth-info .info-agree .agree-row .agree-check .agree-control .required {
	color: #da281f;
}

.support .support-process .support-auth .auth-info .info-agree .agree-row .agree-check .form-checkbox label {
	font-size: 18px;
}

.support .support-process .support-auth .auth-info .info-agree .agree-row .agree-check .form-checkbox label b {
	font-weight: 500;
}

.support .support-process .support-auth .auth-info .info-agree .agree-row .agree-check .agree-more a {
	display: block;
	font-size: 16px;
	position: relative;
	color: #777777;
	letter-spacing: -0.48px;
	cursor: pointer;
}

.support .support-process .support-auth .auth-info .info-agree .agree-row .agree-check .agree-more a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #808080;
}

.support .support-process .support-auth .auth-info .info-agree .agree-row .agree-option {
	margin-top: 16px;
	padding-left: 38px;
	display: flex;
	align-items: center;
}

.support .support-process .support-auth .auth-info .info-agree .agree-row .agree-option .agree-option-item + .agree-option-item {
	margin-left: 36px;
}

.support .support-process .support-auth .auth-info .info-agree .agree-content .agree-all {
	padding-top: 30px;
}


.support .support-process .support-auth .auth-info .info-agree .agree-content .agree-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #D6D6D6;
	display: none;
}

.support .support-process .support-auth .auth-info .info-agree .agree-content.open .agree-list {
	display: block;
}

.support .support-process .support-auth .auth-info .info-action {
	padding: 0 40px 40px;
}

.support .support-process .support-pay .pay-tab .tab {
	width: 100%;
}

.support .support-process .support-pay .pay-tab .tab .tab-item {
	max-width: 160px;
	height: 60px;
	background-color: #f5f5f5;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #333;
}

.support .support-process .support-pay .pay-tab .tab .tab-item.active {
	background-color: #7a644f;
	font-weight: 500;
	color: #fff;
}

.support .support-process .support-pay {
	display: flex;
	flex-direction: column;
}

.support .support-process .support-pay .pay-form {

}

.support .support-process .support-pay .pay-action {
	margin-top: 40px;
}

.support .support-process .support-pay .pay-form-tab {
	margin-top: 40px;
	display: none;
	flex-direction: column;
	gap: 40px;
}

.support .support-process .support-pay .pay-form-tab.active {
	display: flex;
}

.support .support-process .support-pay .pay-form-row {
	display: flex;
	align-items: flex-start;
}

.support .support-process .support-pay .pay-form-row .form-control .form-text {
	height: unset;
}

.support .support-process .support-pay .pay-form-row .pay-form-label {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	min-height: 60px;
	width: 190px;
}

.support .support-process .support-pay .pay-form-row .pay-form-label .label-text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.54px;
	color: #555;
}

.support .support-process .support-pay .pay-form-row .pay-form-label .label-text .required {
	color: #d9291d;
}

.support .support-process .support-pay .pay-form-row .pay-form-description {
	position: relative;
}

.support .support-process .support-pay .pay-form-row .pay-form-description .description-txt {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #555;
}

.support .support-process .support-pay .pay-form-row .pay-form-description .description-txt .txt-tit {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}

.support .support-process .support-pay .pay-form-row .pay-form-description .description-btn {
	margin-top: 12px;
}

.support .support-process .support-pay .pay-form-row .pay-form-description .description-txt .txt-name-kr {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.16px;
	color: #555;
}

.support .support-process .support-pay .pay-form-row .pay-form-description .description-txt .txt-en-note {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.63;
	letter-spacing: -0.16px;
	color: #999;
}

.support .support-process .support-pay .pay-form-row .pay-form-card {
	width: 100%;
}

.support .support-process .support-pay .pay-form-row .pay-form-card .form-card {
	display: flex;
	justify-content: flex-start;
}

.support .support-process .support-pay .pay-form-row .pay-form-card .form-card .card-img {
	width: 140px;
}

.support .support-process .support-pay .pay-form-row .pay-form-card .form-card .card-img > img {
	width: 100%;
}

.support .support-process .support-pay .pay-form-row.height-auto .pay-form-label {
	min-height: unset;
}

.support .support-process .support-pay .pay-form-row.height-auto .pay-form-control .form-control .form-group .form-group-item {
	min-height: unset;
}

.support .support-process .support-pay .pay-form-row .pay-form-control {
	width: 100%;
	display: flex;
	gap: 10px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control.direction-column {
	flex-direction: column;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control {
	position: relative;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control.form-width-full {
	width: 100%;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control + .form-control {
	margin-top: 0;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-tab {
	width: 100%;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-tab .tab .tab-item {
	max-width: 160px;
	height: 60px;
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #333;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-tab .tab .tab-item.active {
	font-weight: 400;
	background-color: #7a644f;
	font-weight: 700;
	color: #fff;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-tab + .form-message {
	padding: 0 15px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-tab + .form-message .message-text {
	color: #c61900;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group {
	position: relative;
	z-index: 1;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group:not(:first-child) {
	margin-top: 10px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item {
	height: unset;
	min-height: 54px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-select {
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-select > select {
	height: 60px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-select > select > option {
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-input {
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-input .txt-read {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 6px;
	border: 1px solid #cbcfd2;
	font-size: 16px;
	color: #333;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-input input {
	height: 60px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-input input#calendar:read-only {
	background: inherit;
	color: inherit;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .member-agree-body {
	margin-left: 10px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .member-agree-body .form-control {
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .member-agree-body .form-control .form-checkbox {
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .member-agree-body .form-control .form-checkbox > label {
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .agree-option {
	display: flex;
	align-items: center;
	gap: 42px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item {
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item .form-control {
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item .form-control .form-checkbox {
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item .form-control .form-checkbox > input {
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item .form-control .form-checkbox > label {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.18px;
	color: #888;
	padding-top: 0;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .agree-option .agree-option-item .form-control .form-checkbox > input:checked + label {
	color: #333;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .btn {
	width: 300px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .btn.btn-calendar {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 85px;
	min-width: unset;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-sns-list {
	display: flex;
	align-items: center;
	gap: 70px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-img {
	width: 34px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-img > img {
	width: 100%;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-label {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #555;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-toggle-button {
	position: relative;
	display: inline-flex;
	width: 60px;
	height: 28px;
	background-color: #e1e1e1;
	border: 1px solid #cbcfd2;
	border-radius: 14px;
	transition: background-color 0.15s;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-toggle-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	transition: left 0.15s;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-toggle-button.active {
	background-color: #d9291d;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-group .form-group-item .form-sns-list .form-sns-item .form-sns-toggle-button.active::before {
	left: calc(100% - 24px);
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-buttons {
	display: flex;
	align-items: center;
	width: 100%;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-buttons .tab-item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	margin-right: -1px;
	background-color: #fff;
	border: 1px solid #cbcfd2;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #333;
	cursor: pointer;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-buttons .tab-item.active {
	background-color: #7a644f;
	color: #fff;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-buttons .tab-item:first-child {
	border-radius: 6px 0 0 6px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-buttons .tab-item:last-child {
	border-radius: 0 6px 6px 0;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-radio-button-group {
	display: flex;
	align-items: center;
	width: 100%;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-radio-button-group .form-radio-button {
	border: none;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-radio-button-group .form-radio-button label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	margin-right: -1px;
	background-color: #fff;
	border: 1px solid #cbcfd2;
	border-radius: 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.54px;
	color: #333;
	cursor: pointer;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-radio-button-group .form-radio-button input:checked ~ label {
	background-color: #7a644f;
	color: #fff;
	font-weight: 500;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-radio-button-group .form-radio-button:first-child label {
	border-radius: 6px 0 0 6px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-radio-button-group .form-radio-button:last-child  label{
	border-radius: 0 6px 6px 0;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-buttons {

	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 6px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-buttons .pay-auth-button {
	flex: 1;
	max-width: 300px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	color: #888888;
	letter-spacing: -0.54px;
	font-size: 18px;
	cursor: pointer;
	border-top: 1px solid #cbcfd2;
	border-bottom: 1px solid #cbcfd2;
	border-left: 1px solid #cbcfd2;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-buttons .pay-auth-button.active {
	background: #ffffff;
	border: 2px solid #da281f !important;
	color: #da281f;
	font-weight: 500;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-buttons .pay-auth-button:first-of-type {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;

}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-buttons .pay-auth-button:last-of-type {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-buttons .pay-auth-button + .pay-auth-button:not(.active) {
	border-right: 1px solid #cbcfd2;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-buttons .pay-auth-button.single {
	border-right: 1px solid #cbcfd2;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .select2-container--default .select2-selection--single {
	height: 60px;
	border-radius: 6px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .select2-results__option {
	padding: 12px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control .form-message .message-error {
	font-size: 16px;
	letter-spacing: -0.48px;
}



.support .support-process .support-pay .pay-form-row .pay-form-control .form-control.error .form-message .message-error {
	display: block;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control.error .select2-selection {
	border-color: #da281f;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .form-control.error input {
	border-color: #da281f;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-help .tooltip-content .pay-auth-tip {
	position: relative;
	padding-left: 10px;
	line-height: 1.73;
	letter-spacing: -0.45px;
	color: #333;
	font-size: 15px;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-help .tooltip-content .pay-auth-tip::before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '*';
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-help .tooltip-content .pay-auth-tip.hyphen::before {
	content: '-';
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-help .tooltip-content .pay-auth-tip a {
	position: relative;
	color: #333333;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-help .tooltip-content .pay-auth-tip:first-of-type {
	margin-bottom: 10px;
}


.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-help .tooltip-content .pay-auth-tip a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #81807C;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-help .tooltip-content .pay-auth-tip strong {
	color: #da281f;
	font-weight: 500;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-complete {
	display: none;
    line-height: 1.56;
	letter-spacing: -0.48px;
	color: #333;
	font-weight: 500;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-complete strong {
	color: #da281f;
}

.support .support-process .support-pay .pay-form-row .pay-form-control .pay-auth-complete.show {
	display: block;
}

.support .support-complete .complete-cover {
	padding: 80px 0;
	background: #F6F6F6;
}

.support .support-complete .complete-cover .cover-title {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1.2px;
	text-align: center;
	color: #333;

}

.support .support-complete .complete-cover .cover-description {
	margin-top: 38px;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 20px;
}

.support .support-complete .complete-cover .cover-content {
	margin-top: 60px;
}

.support .support-complete .complete-cover .cover-content .cover-container {
	display: flex;
}

.support .support-complete .complete-cover .cover-content .content-detail {
	flex-grow: 1;
	flex-shrink: 0;
	border-radius: 10px;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	background-color: #fff;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-head {
	padding: 25px 40px;
	border-bottom: 1px solid #E0E0E0;
	letter-spacing: -0.72px;
	color: #333;
	font-size: 24px;
	font-weight: 500;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-body {
	padding: 30px 40px;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-box {
	border-radius: 6px;
	background-color: #f5f5f5;
	padding: 60px 40px;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-box .box-row {
	display: flex;
	align-items: center;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-box .box-row + .box-row {
	margin-top: 40px;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-box .box-row .box-item {
	flex: 1;
	display: flex;
	align-items: center;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-box .box-row .box-item .box-label {
	letter-spacing: -0.6px;
	font-size: 20px;
	color: #333;
	width: 90px;
	margin-right: 40px;
	font-weight: 500;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-box .box-row .box-item .box-content {

	letter-spacing: -0.6px;
	font-size: 20px;
	color: #333;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-box .box-row .box-item .box-content .spon-data {
	display: flex;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-box .box-row .box-item .box-content .spon-data .spon-label {
	padding: 4px 10px;
	border-radius: 16px;
	background-color: #da281f;
	font-size: 14px;
	color: #Ffffff;
	letter-spacing: -0.42px;
	text-align: center;
	font-weight: 500;
	margin-left: 10px;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-help {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-help .help-text .text-list li {
	position: relative;
	padding-left: 10px;
	line-height: 1.67;
	letter-spacing: -0.45px;
	color: #555;
	font-size: 15px;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-help .help-text .text-list li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 4px;
	height: 1px;
	background: #555;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-help .help-text .text-list li strong {
	color: #da281f;
	font-weight: 400;
}

.support .support-complete .complete-cover .cover-content .content-detail .detail-help .help-action .btn {
	padding: 0 20px;
	width: max-content;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
}

.support .support-complete .complete-cover .cover-content .content-card {
	width:316px;
	margin-left: 20px;
	border-radius: 10px;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	background-color: #ffffff;
}

.support .support-complete .complete-cover .cover-content .content-card .card-share {
	padding: 22px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support .support-complete .complete-cover .cover-content .content-card .card-share .share-item {
	cursor: pointer;
	width: 40px;
	height: 40px;
}
.support .support-complete .complete-cover .cover-content .content-card .card-share .share-item img {
	max-width: 100%;
}
.support .support-complete .complete-cover .cover-content .content-card .card-share .share-item + .share-item {
	margin-left: 15px;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box {
	padding: 0 25px;
	height: calc(100% - 84px);
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container {
	background: url('/assets/pc/images/support/complete/bg-result_card-2025.jpg') no-repeat center bottom / 100%;
	width: 266px;
	height: 410px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container .card-logo {
	width: 114px;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container .card-logo img {
	width: 100%;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container .card-date {
	margin-top: 24px;
	line-height: 1.78;
	letter-spacing: -0.6px;
	text-align: center;
	color: #da291c;
	font-size: 20px;
	font-weight: 500;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container .card-text {
	margin-top: 12px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #555;
	font-size: 18px;
	font-weight: 500;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info {
	margin: 66px 18px 0;
	padding: 12px 14px 12px 24px;
	width: 100%;
	background: #ffffff;
	border-radius: 6px;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info .info-item {
	display: flex;
	align-items: center;
	line-height: 1.5;
	letter-spacing: -0.07em;
	text-align: left;
	color: #333;
	font-size: 14px;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info .info-item + .info-item {
	margin-top: 4px;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info .info-item .info-label {
	width: 62px;
	margin-right: 6px;
	flex-shrink: 0;
	letter-spacing: -0.08em;
    color: #da291c;
    font-weight: 500;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info .info-item .info-text {
	width:124px;
	text-align: left;
	flex-grow: 1;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support .support-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info .info-item .info-text-b {
	width:124px;
	text-align: left;
	flex-grow: 1;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support .support-complete .complete-comment {
	background: url("/assets/pc/images/support/complete/bg-comment.png") no-repeat center center / cover;
	padding: 60px 0;
}

.support .support-complete .complete-comment .comment-name {
	letter-spacing: -0.72px;
	color: #000;
	font-size: 24px;
}

.support .support-complete .complete-comment .comment-name b {
	font-weight: 500;
}

.support .support-complete .complete-comment .comment-title {
	margin-top: 16px;
	line-height: 0.78;
	letter-spacing: -0.96px;
	font-weight: 500;
	color: #000;
	font-size: 32px;
}

.support .support-complete .complete-comment .comment-control {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.support .support-complete .complete-comment .comment-control .comment-input {
	flex-grow: 1;
}

.support .support-complete .complete-comment .comment-control .comment-input input {
	border-radius: 6px;
	border: solid 1px #000;
	width: 100%;
	height: 70px;
	padding: 25px 30px;
	font-size: 18px;
	letter-spacing: -0.54px;
}

.support .support-complete .complete-comment .comment-control .comment-button .btn{
	height: 70px;
	line-height: 70px;
	width: 180px;
}

.support .support-complete .complete-comment .comment-agree {
	margin-top: 16px;
	display: flex;
	align-items: center;
}

.support .support-complete .complete-comment .comment-agree .required {
	color: #da281f;
	margin-right: 4px;
}

.support .support-complete .complete-comment .comment-agree .agree-detail {
	margin-left: 20px;
}


.support .support-complete .complete-comment .comment-agree .agree-check label {
	font-size: 18px;
}

.support .support-complete .complete-comment .comment-agree .agree-detail a {
	position: relative;
	letter-spacing: -0.48px;
	color: #777;
	cursor: pointer;
}

.support .support-complete .complete-comment .comment-agree .agree-detail a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #777;
	transform: translateX(-50%);
}

.support .support-complete .complete-anonymous {
	padding: 80px 0;
}

.support .support-complete .complete-anonymous .anonymous-box {
	border: 4px solid  #f3f2ee;
	border-radius: 10px;
	padding: 40px;
	display: flex;
}

.support .support-complete .complete-anonymous .anonymous-box .anonymous-text {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.support .support-complete .complete-anonymous .anonymous-box .anonymous-text .text-title {
	margin-top: 30px;
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 32px;
	font-weight: 500;
}

.support .support-complete .complete-anonymous .anonymous-box .anonymous-text .text-detail {
	margin-top: 28px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
}

.support .support-complete .complete-anonymous .anonymous-box .anonymous-form {
	width: 500px;
	flex-shrink: 0;
}

.support .support-complete .complete-anonymous .anonymous-box .anonymous-form .form-row + .form-row {
	margin-top: 20px;
}

.support .support-complete .complete-anonymous .anonymous-box .anonymous-form .form-action {
	margin-top: 30px;
}

.support .support-complete .complete-anonymous .anonymous-box .anonymous-form .form-action .btn {
	height: 70px;
	line-height: 70px;
}


.support .support-complete .complete-view {
	padding: 80px 0;
}

.support .support-complete .complete-view.bg-anonymous {
	background: #f3f2ee;
}

.support .support-complete .complete-view .view-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.96px;
	color: #333;
	text-align: center;
}

.support .support-complete .complete-view .view-list {
	margin-top: 40px;
	position: relative;

}
.support .support-complete .complete-view .view-list .swiper-container {
	border-radius: 16px;
}

.support .support-complete .complete-view .view-list .view-slide {
	position: relative;
	z-index: 2;
}

.support .support-complete .complete-view .view-list .campaign-item {
	border-radius: 16px;
	border: solid 1px #ddd;
}

.support .support-complete .complete-view .view-list .campaign-item a {
	display: block;
}

.support .support-complete .complete-view .view-list .campaign-item .campaign-image {
	overflow: hidden;
	height: 309px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.support .support-complete .complete-view .view-list .campaign-item .campaign-image img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.support .support-complete .complete-view .view-list .campaign-item .campaign-content {
	padding: 30px 26px;
	background: #ffffff;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

.support .support-complete .complete-view .view-list .campaign-item .campaign-content .campaign-label {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #777;
	font-size: 16px;
}

.support .support-complete .complete-view .view-list .campaign-item .campaign-content .campaign-title {
	margin-top: 16px;
	line-height: 1.5;
	height: 54px;
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.support .support-complete .complete-view .view-navi {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1520px;
	z-index: 1;
	margin: 0 auto;
}

.support .support-complete .complete-view .view-navi .view-navi-item {
	cursor: pointer;
}

.support .support-complete .complete-view .view-navi .view-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.support .support-complete .complete-view .view-navi .view-navi-item.swiper-prev {
	position: absolute;
	top: 50%;
	left: -120px;
	transform: translateY(-50%);
}

.support .support-complete .complete-view .view-navi .view-navi-item.swiper-next {
	position: absolute;
	top: 50%;
	right: -120px;
	transform: translateY(-50%);
}

.support .support-complete .complete-view .view-navi .view-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.support .support-complete .complete-view .view-navi .view-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

.support .support-complete .complete-store {
	background: #fff0f1;
}

.support .support-complete .complete-view .view-list .store-item {
	border-radius: 16px;
	border: solid 1px #ddd;
}

.support .support-complete .complete-view .view-list .store-item a {
	display: block;
}

.support .support-complete .complete-view .view-list .store-item .store-image {
	overflow: hidden;
	height: 309px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.support .support-complete .complete-view .view-list .store-item .store-image img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.support .support-complete .complete-view .view-list .store-item .store-content {
	padding: 30px 26px;
	background: #ffffff;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

.support .support-complete .complete-view .view-list .store-item .store-content .store-price {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #da291c;
	font-weight: 500;
	font-size: 16px;
}

.support .support-complete .complete-view .view-list .store-item .store-content .store-title {
	line-height: 1.5;
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

/*S:202507*/
.support .support-process .support-pay .notification-text {
	margin-top:-40px;
	padding-top:6px;
	font-size:16px;
	font-weight:500;
	color:#DA291C;
}

/*예금주 생년월일 또는 사업자번호영역*/
.support .support-process .support-pay .pay-form-row .bank-owner__auth {
	/*250717 계좌인증 적용으로 CMS 간편인증 적용시 해제*/
	/*height:130px;*/
	/*padding-bottom:40px;*/
}
.support .support-process .support-pay .pay-form-row .form-message .bank-message {
	height:100%;
	padding-top:4px;
	color:#777;
}
.support .support-process .support-pay .pay-form-row .form-message .bank-message [class*="msg-"] {
	display:none;
}
.support .support-process .support-pay .pay-form-row .form-message.success .msg-success {
	display:block!important;
}
.support .support-process .support-pay .pay-form-row .form-message.error .msg-error {
	display:block!important;
}
.form-control .form-group .form-group-item + .bank-auth-button {
	margin-left:10px;
}
.form-control .form-group .bank-auth-button {
	flex:1;
	display:flex;
	align-items:center;
	justify-content:center;
	width:130px;
	height:60px;
	border-radius:6px;
	border:2px solid #7A644F;
	background:#7A644F;
	letter-spacing:-0.54px;
	font-size:18px;
	cursor:pointer;
	color:#fff;
}
.easy-ars-auth-buttons {
	display:flex;
	align-items:center;
	gap:10px;
	width:100%;
}
.easy-ars-auth-buttons .easy-ars-auth-button {
	flex:0 0 295px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:60px;
	border-radius:6px;
	border:2px solid #DA291C;
	background:#fff;
	font-size:18px;
	font-weight:500;
	color:#da291c;
	cursor:pointer;
}
.easy-ars-auth-buttons .easy-ars-auth-button.no-click {
	cursor: auto;
	pointer-events:none;
}
.easy-ars-auth-buttons .easy-ars-auth-button.disabled {
	border-color: #C5C5C5;
	background: #FAFAFA;
	color: #C5C5C5;
	cursor: auto;
	pointer-events:none;
}
.easy-ars-auth-buttons label.easy-ars-auth-button button {
	width:100%;
	height:100%;
	border:0;
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
	cursor:inherit;
}
/*E:202507*/

/* 간편후원 부분 오버라이딩 */
.support .support-easy {
	width: 1100px;
	padding-top: 0 !important;
	background: #f5f5f5;
}

.support .support-easy .easy-cover {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	height: 335px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.support .support-easy .easy-text {
	padding: 40px 0;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.6px;
	text-align: center;
	color: #333;
}

.support .support-easy .easy-content {
	padding: 0 10px 10px;
}

.support .support-process.support-easy .support-box .box-head {
	padding: 24px 30px;
}

.support .support-process.support-easy .support-box .box-body {
	padding: 30px;
}

.support .support-process.support-easy .support-box .box-body.full {
	padding: 0;
}

.support .support-process.support-easy .support-box .box-body .box-space {
	padding: 40px 30px;
}

.support .support-process.support-easy .support-auth .auth-info .info-group {
	padding: 40px 30px;
}

.support .support-process.support-easy .support-auth .auth-info .info-agree {
	padding: 40px 30px;
}

.support .support-process.support-easy .support-container .support-form {
	width: 760px;
}

.support .support-process.support-easy .box-spon .spon-item .form-radio-button-group .form-radio-button input[type=radio] ~ label {
	width: 120px;
	padding: 18px 5px;
}

.support .support-process.support-easy .support-container .support-aside .support-banner .banner-icon {
	display: none;
}

.support .support-process.support-easy .support-pay .pay-form-row .pay-form-control .form-control .form-radio-button-group .form-radio-button label {
	width: 170px;
}

.support .support-process.support-easy .support-auth .auth-info .info-form .form-added .form-added-row {
	flex-direction: column;
	align-items: flex-start;
}

.support .support-process.support-easy .support-auth .auth-info .info-form .form-added .form-added-row .form-added-label {
	margin-bottom: 10px;
	margin-right: 0;
}

.support .support-process.support-easy .support-container .support-aside {
	margin-left: 15px;
}

.support .support-process.support-easy .support-container .support-aside .support-choice .choice-content .content-item .content-label {
	margin-right: 4px;
}

/* emergency 후원 */
.support .support-process.support-emergency .page {
	padding-top: 183px;
}

.support .support-process.support-emergency.support-complete {
	padding-top: 103px !important;
}

/* 마이페이지 진심상점 베스트 선물 */
.mypage-best-gift {
	margin-top: 97px;
}
.mypage-best-gift .title {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.mypage-best-gift .gift-wrap {
	margin-top: 39px;
	display: flex;
}
.mypage-best-gift .gift-wrap .mypage-gift-box {
	position: relative;
}
.mypage-best-gift .gift-wrap .mypage-gift-box:not(:first-child) {
	margin-left: 27px;
}
.mypage-best-gift .gift-wrap .mypage-gift-box .img-wrap {
	display: flex;
	width: 325px;
	height: 325px;
	border-radius: 10px;
	overflow: hidden;
}
.mypage-best-gift .gift-wrap .mypage-gift-box .gift-title {
	padding: 40px 30px;
	position: absolute;
	bottom: 0;
	max-width: 320px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}
.mypage-best-gift .gift-wrap .mypage-gift-box::before {
	position: absolute;
	border-radius: 12px;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 169px;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
	cursor: pointer;
}
/*.mypage-best-gift .gift-wrap .mypage-gift-box .gift-title::after {
	position: absolute;
	content:'';
	background: url("/assets/pc/images/common/right_white.png") no-repeat;
	width: 8px;
	height: 13px;
	background-size: cover;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}*/



/* 간편후원 완료 */
.support .support-easy-complete {
	width: 1100px;
	padding-top: 0 !important;
	background: #f5f5f5;
}

.support .support-easy-complete .easy-cover {
	position: relative;
	width: 100%;
	height: 335px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.support .support-easy-complete .complete-cover {
	padding: 60px 15px;
	background: #F6F6F6;
}

.support .support-easy-complete .complete-cover .cover-title {
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -1.2px;
	text-align: center;
	color: #333;

}

.support .support-easy-complete .complete-cover .cover-description {
	margin-top: 20px;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
	font-size: 18px;
}

.support .support-easy-complete .complete-cover .cover-content {
	margin-top: 60px;
}

.support .support-easy-complete .complete-cover .cover-content .cover-container {
	display: flex;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail {
	flex-grow: 1;
	flex-shrink: 0;
	border-radius: 10px;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	background-color: #fff;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-head {
	padding: 25px 30px;
	border-bottom: 1px solid #E0E0E0;
	letter-spacing: -0.72px;
	color: #333;
	font-size: 24px;
	font-weight: 500;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-body {
	padding: 40px 30px 65px;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-box {
	border-radius: 6px;
	background-color: #f5f5f5;
	padding: 40px 30px;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-box .box-row {
	display: flex;
	align-items: center;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-box .box-row + .box-row {
	margin-top: 30px;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-box .box-row .box-item {
	flex: 1;
	display: flex;
	align-items: center;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-box .box-row .box-item .box-label {
	letter-spacing: -0.6px;
	font-size: 18px;
	color: #333;
	width: 90px;
	margin-right: 30px;
	font-weight: 500;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-box .box-row .box-item .box-content {
	letter-spacing: -0.6px;
	font-size: 18px;
	color: #333;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-box .box-row .box-item .box-content .spon-data {
	display: flex;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-box .box-row .box-item .box-content .spon-data .spon-label {
	padding: 4px 10px;
	border-radius: 16px;
	background-color: #da281f;
	font-size: 14px;
	color: #Ffffff;
	letter-spacing: -0.42px;
	text-align: center;
	font-weight: 500;
	margin-left: 10px;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-help {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-help .help-text .text-list li {
	position: relative;
	padding-left: 10px;
	line-height: 1.67;
	letter-spacing: -0.45px;
	color: #555;
	font-size: 15px;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-help .help-text .text-list li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 4px;
	height: 1px;
	background: #555;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-help .help-text .text-list li strong {
	color: #da281f;
	font-weight: 400;
}

.support .support-easy-complete .complete-cover .cover-content .content-detail .detail-help .help-action .btn {
	padding: 0 10px;
	width: max-content;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
}

.support .support-easy-complete .complete-cover .cover-content .content-card {
	width: 316px;
	margin-left: 20px;
	border-radius: 10px;
	box-shadow: 2.5px 4.3px 8px 0 rgba(91, 85, 80, 0.15);
	background-color: #ffffff;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-share {
	padding: 22px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-share .share-item {
	cursor: pointer;
	width: 40px;
	height: 40px;
}
.support .support-easy-complete .complete-cover .cover-content .content-card .card-share .share-item img {
	max-width: 100%;
}
.support .support-easy-complete .complete-cover .cover-content .content-card .card-share .share-item + .share-item {
	margin-left: 15px;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box {
	padding: 0 25px;
	height: calc(100% - 84px);
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container {
	background: url('/assets/pc/images/support/complete/bg-result_card-2025.jpg') no-repeat center bottom / 100%;
	width:266px;
	height: 410px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container .card-logo {
	width: 114px;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container .card-logo img {
	width: 100%;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container .card-date {
	margin-top: 16px;
	line-height: 1;
	letter-spacing: -0.6px;
	text-align: center;
	color: #da291c;
	font-size: 18px;
	font-weight: 500;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container .card-text {
	margin-top: 12px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: center;
	color: #555;
	font-size: 16px;
	font-weight: 500;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info {
	margin: 66px 18px 0;
    padding: 12px 14px 12px 24px;
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info .info-item {
	display: flex;
    align-items: center;
    line-height: 1.5;
    letter-spacing: -0.07em;
    text-align: left;
    color: #333;
    font-size: 14px;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info .info-item + .info-item {
	margin-top: 4px;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info .info-item .info-label {
	width: 62px;
    margin-right: 6px;
    flex-shrink: 0;
    letter-spacing: -0.08em;
    color: #da291c;
    font-weight: 500;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info .info-item .info-text {
	width: 124px;
    text-align: left;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support .support-easy-complete .complete-cover .cover-content .content-card .card-box .card-container .card-info .info-item .info-text-b {
	width: 124px;
    text-align: left;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support .support-easy-complete .complete-comment {
	background: url("/assets/pc/images/support/complete/bg-comment.png") no-repeat center center / cover;
	padding: 60px 15px;
}

.support .support-easy-complete .complete-comment .comment-name {
	letter-spacing: -0.72px;
	color: #000;
	font-size: 22px;
}

.support .support-easy-complete .complete-comment .comment-name b {
	font-weight: 500;
}

.support .support-easy-complete .complete-comment .comment-title {
	margin-top: 16px;
	line-height: 0.78;
	letter-spacing: -0.96px;
	font-weight: 500;
	color: #000;
	font-size: 28px;
}

.support .support-easy-complete .complete-comment .comment-control {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.support .support-easy-complete .complete-comment .comment-control .comment-input {
	flex-grow: 1;
}

.support .support-easy-complete .complete-comment .comment-control .comment-input input {
	border-radius: 6px;
	border: solid 1px #000;
	width: 100%;
	height: 70px;
	padding: 25px 30px;
	font-size: 18px;
	letter-spacing: -0.54px;
}

.support .support-easy-complete .complete-comment .comment-control .comment-button .btn{
	height: 70px;
	line-height: 70px;
	width: 180px;
}

.support .support-easy-complete .complete-comment .comment-agree {
	margin-top: 16px;
	display: flex;
	align-items: center;
}

.support .support-easy-complete .complete-comment .comment-agree .required {
	color: #da281f;
	margin-right: 4px;
}

.support .support-easy-complete .complete-comment .comment-agree .agree-detail {
	margin-left: 20px;
}


.support .support-easy-complete .complete-comment .comment-agree .agree-check label {
	font-size: 18px;
}

.support .support-easy-complete .complete-comment .comment-agree .agree-detail a {
	position: relative;
	letter-spacing: -0.48px;
	color: #777;
	cursor: pointer;
}

.support .support-easy-complete .complete-comment .comment-agree .agree-detail a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #777;
	transform: translateX(-50%);
}

.support .support-easy-complete .complete-anonymous {
	padding: 60px 15px;
	background: #ffffff;
}

.support .support-easy-complete .complete-anonymous .anonymous-box {
	border: 4px solid  #f3f2ee;
	border-radius: 10px;
	padding: 40px 30px;
	display: flex;
}

.support .support-easy-complete .complete-anonymous .anonymous-box .anonymous-text {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.support .support-easy-complete .complete-anonymous .anonymous-box .anonymous-text .text-title {
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: -0.96px;
	text-align: center;
	color: #333;
	font-size: 28px;
	font-weight: 500;
}

.support .support-easy-complete .complete-anonymous .anonymous-box .anonymous-text .text-detail {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #555;
}

.support .support-easy-complete .complete-anonymous .anonymous-box .anonymous-form {
	width: 500px;
	flex-shrink: 0;
}

.support .support-easy-complete .complete-anonymous .anonymous-box .anonymous-form .form-row + .form-row {
	margin-top: 20px;
}

.support .support-easy-complete .complete-anonymous .anonymous-box .anonymous-form .form-action {
	margin-top: 20px;
}

.support .support-easy-complete .complete-anonymous .anonymous-box .anonymous-form .form-action .btn {
	height: 70px;
	line-height: 70px;
}


.support .support-easy-complete .complete-view {
	padding: 60px 15px;
	background: #ffffff;
}

.support .support-easy-complete .complete-view.bg-anonymous {
	background: #f3f2ee;
}

.support .support-easy-complete .complete-view .view-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.96px;
	color: #333;
	text-align: center;
}

.support .support-easy-complete .complete-view .view-list {
	margin-top: 40px;
	position: relative;
	padding: 0 60px;

}
.support .support-easy-complete .complete-view .view-list .swiper-container {
	border-radius: 16px;
}

.support .support-easy-complete .complete-view .view-list .view-slide {
	position: relative;
	z-index: 2;
}

.support .support-easy-complete .complete-view .view-list .campaign-item {
	border-radius: 16px;
	border: solid 1px #ddd;
}

.support .support-easy-complete .complete-view .view-list .campaign-item a {
	display: block;
}

.support .support-easy-complete .complete-view .view-list .campaign-item .campaign-image {
	overflow: hidden;
	height: 309px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.support .support-easy-complete .complete-view .view-list .campaign-item .campaign-image img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.support .support-easy-complete .complete-view .view-list .campaign-item .campaign-content {
	padding: 30px 26px;
	background: #ffffff;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

.support .support-easy-complete .complete-view .view-list .campaign-item .campaign-content .campaign-label {
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #777;
	font-size: 16px;
}

.support .support-easy-complete .complete-view .view-list .campaign-item .campaign-content .campaign-title {
	margin-top: 16px;
	height: 54px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 700;
	color: #333;

	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.support .support-easy-complete .complete-view .view-navi {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1100px;
	z-index: 1;
	margin: 0 auto;
}

.support .support-easy-complete .complete-view .view-navi .view-navi-item {
	cursor: pointer;
}

.support .support-easy-complete .complete-view .view-navi .view-navi-item span {
	display: block;
	width: 48px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.support .support-easy-complete .complete-view .view-navi .view-navi-item.swiper-prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: scale(0.8) translateY(-50%);
}

.support .support-easy-complete .complete-view .view-navi .view-navi-item.swiper-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: scale(0.8) translateY(-50%);
}

.support .support-easy-complete .complete-view .view-navi .view-navi-item.swiper-prev span {
	background-image: url("/assets/pc/images/common/navi-prev-gray_lg.png");
}

.support .support-easy-complete .complete-view .view-navi .view-navi-item.swiper-next span {
	background-image: url("/assets/pc/images/common/navi-next-gray_lg.png");
}

.support .support-easy-complete .complete-store {
	background: #fff0f1;
}

.support .support-easy-complete .complete-view .view-list .store-item {
	border-radius: 16px;
	border: solid 1px #ddd;
}

.support .support-easy-complete .complete-view .view-list .store-item a {
	display: block;
}

.support .support-easy-complete .complete-view .view-list .store-item .store-image {
	overflow: hidden;
	height: 309px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.support .support-easy-complete .complete-view .view-list .store-item .store-image img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.support .support-easy-complete .complete-view .view-list .store-item .store-content {
	padding: 30px 26px;
	background: #ffffff;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

.support .support-easy-complete .complete-view .view-list .store-item .store-content .store-price {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.54px;
	text-align: left;
	color: #da291c;
	font-weight: 500;
	font-size: 16px;
}

.support .support-easy-complete .complete-view .view-list .store-item .store-content .store-title {
	line-height: 1.5;
	letter-spacing: -0.6px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

/* 에디터 이미지 css 설정 */
img[src *= \/upload\/Editor\/] {
	height: auto !important;
	display: unset;
}

/* 지역 본부 */
.domestic-jibu {
	margin-bottom: 80px;
}
.domestic-jibu .tab-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
	align-items: center;
}

.domestic-jibu .tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
	grid-gap: 0;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.domestic-jibu .tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 119px;
	text-align: center;
	background-color: #fff;
	font-size: 20px;
	cursor: pointer;
	color: #555;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.domestic-jibu .tab:nth-child(3),
.domestic-jibu .tab:nth-child(6) {
	border-right: 0;
}
.domestic-jibu .tab:nth-child(1) {
	border-radius: 8px 0 0 0;
}
.domestic-jibu .tab:nth-child(4) {
	border-radius: 0 0 0 8px;
}

.domestic-jibu .tab.active {
	border: 2px solid #da291c;
	background-color: #fff;
	color: #da291c;
	font-weight: bold;
}

.domestic-jibu .img-wrap img {
	height: auto;
}

.jibu-content-wrap {

}
.jibu-content-wrap .inquiry-wrap {
	text-align: center;
}
.jibu-content-wrap .inquiry-wrap .inquiry-text {
	/*margin: 40px auto 20px;*/
	margin: 0 12px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 33px;
	border: 1px solid #888;
	border-radius: 16px;
	color: #555;
	font-size: 20px;
	text-align: center;
}
.jibu-content-wrap .inquiry-wrap span {
	font-size: 20px;
	color: #555;
	align-content: center;
}
.jibu-content-wrap .inquiry-wrap ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.jibu-content-wrap .inquiry-wrap ul li {
	position: relative;
	display: flex;
	margin: 40px auto 20px;
}
.jibu-content-wrap .inquiry-wrap ul li:not(:first-child)::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 17px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #cbcbcb;
}
.jibu-content-wrap .inquiry-wrap ul li:not(:first-child) {
	padding-left: 42px;
}
.jibu-content-wrap .inquiry-wrap .regional {
	margin-right: 10px;
	align-content: center;
}

.jibu-content-wrap .title {
	margin: 0 0 44px;
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
.jibu-content-wrap .text {
	font-size: 22px;
	line-height: 36px;
	color: #333;
	text-align: center;
}
.jibu-content-wrap .text:not(:first-child) {
	margin-top:	25px;
}
.jibu-content-wrap .text b {}
.jibu-content-wrap .text span {
	color: #da291c;
	font-weight: bold;
}

.board-notice.jibu {}
.board-notice.jibu .title {
	margin: 100px 0 40px;
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
.board-notice.jibu .board-item .board-text .board-label {
	color: #767676;
	font-size: 16px;
}
.board-notice.jibu .board-item.important .board-text .board-label {
	background-color: #da291c;
	padding: 6px 14px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	flex: 0 0 auto;
}
.board-notice.jibu .board-item.important {
	background-color: #f5f5f5;
}
.board-notice.jibu .board-item.important .board-subject {
	color: #da291c;
}

/* 250806 직접입력 관련 추가 */
.support .support-process .support-auth .login-box-v2 {
	display: flex;
	height: 478px;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.support .support-process .support-auth .login-box-v2 .box-item-v2 + .box-item-v2{
    border-left: 1px solid #d2d2d2;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 > div {
	flex: 1;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap {
	padding: 0 30px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 + .box-item-v2 .box-wrap{
    padding: 0 0 0 40px;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap.small {
	padding: 25px 20px;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner {
	width: 100%;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-title {
    margin-top:20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap.clickable {
	cursor: pointer;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-title .title-text {
	font-size: 20px;
    font-weight: 500;
	line-height: 1;
	letter-spacing: -0.6px;
	color: #333;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content {
	margin-top: 60px;
    height:168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 43px;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row1 .login-type {
	cursor: pointer;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row1 .login-type .type-icon {
	width: 60px;
    height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
    background-color:#ffffff;
	border-radius: 50%;
	border: 1px solid #777;
}
.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row1 .login-type.kakao .type-icon{
    background-color:#fee601;
    border:1px solid #fee601;
}
.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row1 .login-type.naver .type-icon{
    background-color:#1ec800;
    border:1px solid #1ec800;
}
/*.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row1 .login-type .type-icon:hover{
    border: 1px solid #da281f;
}*/

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row1 .login-type .type-text {
	margin-top: 10px;
	letter-spacing: -0.48px;
	color: #333;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row2{
    margin-top: 34px;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row2 .login-type.anonymous{
    display: flex;
    justify-content: center;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row2 .login-type.anonymous .type-text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: #333333;
    border:1px solid #cbcfd2;
    border-radius: 6px;
    cursor: pointer;
}

/*.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .box-content .box-content-row2 .login-type.anonymous .type-text:hover{
    border: 1px solid #da281f;
}*/

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .login-description{
    display: block;
	width: max-content;
    margin: 80px auto 0;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #777;
    font-size: 15px;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .login-description a {
    color: #333333;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position:under;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .direct-form{
    margin-top: 28px;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .direct-form .form-row + .form-row{
    margin-top:20px;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .direct-form .form-control .form-input{
    width: 100%;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .direct-form .form-control .form-select{
    width: 100%;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .direct-form .form-control .form-select .select2-container{
    width: 100% !important;
}

.support .support-process .support-auth .login-box-v2 .box-item-v2 .box-wrap .box-inner .direct-form .form-control .form-checkbox.lg input + label{
    padding-left: 34px;
}
