html, body, a, button {font-family: "WantedSans"; font-weight: 400;}
.img_box img {width:100%;}
.pink {color:#F05871;}
.bg_pink {background-color: #FFF8FA;}
.green {color:#00AF68;}
.gradient {background: linear-gradient(180deg, #FFF 20%, #FFE3E9 100%);}
.container section {
	max-width: 2560px;
	margin:0 auto;
	width:100%;
}
header {
	position: fixed;
	z-index: 10;
	top:0;
	left: 0;
	width:100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .inner_1280 {
	height: 100%;;
}
header .gnb_list {
	display: flex;
	gap:32px;
	height: 100%;
}
header .gnb_list a {
	padding:12px;
	color:#404040;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
header.fixed {
	background-color: #F8B2BE;
}
header.fixed .gnb_list a {
	color:#fff;
}
section .inner {
	padding:180px 0 100px;
}
section .inner .inner_title {
	font-size: 52px;
	text-align: center;
	margin-bottom: 48px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color:#262626;
}
section .inner .inner_title img {
	position: absolute;
	top:-20px;
	left:-60px;
}
section .inner .inner_title img:last-child {
	right:-60px;
	left: auto;
}
section .inner .sub_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 125%;
	color:#525252;
	margin-bottom: 48px;
	text-align: center;
}
section .inner .sub_title.mb8 {
	margin-bottom: 8px;
}
section .inner .sub_title_desc {
	font-size: 20px;
	color:#525252;
	text-align: center;
}
section .inner .card_list {
	margin-top: 48px;
	display: flex;
	flex-wrap:wrap;
	gap:12px;
}
section .inner .card_list .card_item {
	width:calc((100% / 2) - 12px);
	padding:32px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap:20px;
}
section .inner .card_list .card_item:nth-child(1) {
	background-color: #FAFAFA;
}
section .inner .card_list .card_item:nth-child(2) {
	background-color: #FFF8FA;
}
section .inner .card_list .card_item:nth-child(3) {
	background-color: #F3FFFA;
}
section .inner .card_list .card_item:nth-child(4) {
	background-color: #FAFAFA;
}
section .inner .card_list .img_box {
	width:100px;
}
section .inner .card_list .card_item .num {
	width: 60px;
	min-height: 40px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	border-radius: 999px;
	font-size: 20px;
	font-weight: 600;
	background-color: #F05871;
}
section .inner .card_list .title {
	display: flex;
	align-items: center;
	gap:12px;
}
section .inner .card_list .title p {
	font-size: 24px;
	font-weight: 600;
	color:#171717;
}
section .inner .card_list .desc p {
	font-size: 16px;
	color:#171717;
	line-height: 150%;
	letter-spacing: -0.32px;
	font-weight: 400;
}
section .inner .card_list .sm_desc {
	font-size: 12px;
	font-weight: 400;
	color:#737373;
	line-height: 125%;
}
section .top {
	vertical-align: super;
	font-size: 10px;
	color:#737373;
	margin-left: 3px;
	font-weight: 400;
}
section .top.fs14 {
	font-size: 14px;
}
section .top.fs20 {
	font-size: 24px;
}
section .top.bold {
	font-weight: 700;
}
section .top.fff {
	color:#fff;
}
section .terms {
	text-align: center;
	margin-top: 48px;
	font-size: 12px;
	font-weight: 400;
	line-height: 125%;
	color:#A3A3A3;
}
section .inner .info_flex {
	display: flex;
	gap:12px;
}
section .inner .info_flex .item {
	padding:40px;
	display: flex;
	flex-direction: column;
	gap:36px;
	border-radius: 12px;
	background: var(--Base-White, #FFF);
	box-shadow: 0 8px 20px -3px rgba(240, 88, 113, 0.30);
	width:calc(50% - 6px)
}
section .inner .info_flex .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
}
section .inner .info_flex .title .flex_title {
	font-weight: 700;
	font-size: 28px;
	color:#262626;
}
section .inner .info_flex .title .left {
	display: flex;
	align-items: center;
}
section .inner .info_flex .title .radius_txt {
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	border-radius: 999px;
}
section .inner .info_flex .title .radius_txt.pink {
	color:#F05871;
	background-color: #FEEEF1;	
}
section .inner .info_flex .title .radius_txt.green {
	background-color: #E6F7F0;
	color:#00AF68;
}
section .inner .info_flex .prd_summury .list {
	display: flex;
	align-items: center;
	gap:8px;
	padding:0 20px;
}
section .inner .info_flex .prd_summury .list .left {
	flex-shrink: 0;
}
section .inner .info_flex .prd_summury .right h4 {
	font-size: 20px;
	font-weight: 600;
	color:#404040;
	line-height: 125%;
}
section .inner .info_flex .prd_summury .right p {
	font-size: 12px;
	font-weight: 400;
	line-height: 125%; 
	color:#404040;
	margin-top: 8px;
}
section .inner .info_flex .prd_box {
	border-radius: 8px;
	background:#FAFAFA;
	padding:20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:20px;
	flex:1;
}
section .inner .info_flex .prd_box img {
	max-width: 332px;
	margin:0 auto;
	width: 100%;
}
section .inner .info_flex .prd_box .grd_txt {
	background: linear-gradient(90deg, #F65FCB 0%, #D50004 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.96px;
}
section .inner .info_flex .prd_box .grd_txt.green {
	background: linear-gradient(90deg, #5FF6B8 0%, #006039 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section .inner .info_flex .prd_box .txt_box {
	margin-top: 20px;
}
section .inner .info_flex .prd_box .txt_box p:first-child {
	color:  #006039;
}
section .inner .info_flex .prd_box .txt_box p {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 125%; 
	letter-spacing: -0.96px;
}
section .inner .info_flex .prd_box .txt_box p + p {
	margin-top: 20px;
} 
section .inner .graph_wrap {
	display: flex;
	gap:39px;
	position: relative;
}
section .inner .graph_wrap .img_box {
	flex:1;
	border-radius: 16px;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.11);
}
section .inner .graph_wrap .arrow {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
section .inner .graph_txt {
	margin-top: 48px;
	text-align: center;
}
section .inner .graph_txt .title {
	font-size: 40px;
	font-weight: 700;
}
section .inner .graph_txt .desc {
	font-size: 24px;
	color:#525252;
	margin-top: 24px;
}
section .inner .step_list {
	padding:0 60px;
}
section .inner .step_list .step_item {
	padding:16px 0;
	display: flex;
	align-items: center;
	gap:32px;
}
section .inner .step_list .step_item:not(:last-child) {
	border-bottom: 1px solid #737373;
}
section .inner .step_list .step_item .stroke_txt {
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #F05871;
	font-size: 52px;
	font-weight: 700;
	line-height: 125%;
	color:transparent;
}
section .inner .step_list .step_item .stroke_txt.bk {
	-webkit-text-stroke-color: #404040;
}
section .inner .step_list .step_item .day p {
	font-size: 24px;
	font-weight: 700;
	line-height: 125%; /* 30px */
	letter-spacing: -0.96px;
	color:#404040;
}
section .inner .step_list .step_txt .step {
	font-size: 20px;
	font-weight: 600;
	line-height: 125%; 
	color:#525252;
}
section .inner .step_list .step_txt .txt {
	margin-top: 8px;
	color:#404040;
	font-size: 28px;
	font-weight: 600;
}
section .inner .noti_banner {
	margin:48px auto;
	display: flex;
	max-width: 900px;
	padding: 16px 40px;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background:  #F05871;
	color:#fff;
	font-size: 24px;
	font-weight: 600;
}
section .inner .chat_wrap {
	display: flex;
	flex-direction: column;
	gap:55px;
}
section .inner .chat_wrap .q_box {
	align-self: baseline;
}
section .inner .chat_wrap .q_box .chat {
	border-radius: 20px 20px 20px 0;
	background: #FFF;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.12);
	font-size: 24px;
	font-weight: 600;
	line-height: 125%;
	text-align: left;
	color:#404040;
	padding: 20px;
}
section .inner .chat_wrap .a_box {
	text-align: right;
	display: flex;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
}
section .inner .chat_wrap .a_box .chat {
	border-radius: 20px 20px 0 20px;
	background: #FEEEF1;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.12);
	font-size: 24px;
	font-weight: 600;
	line-height: 125%;
	text-align: left;
	color:#404040;
	max-width: 752px;
	padding: 20px;
}
section .inner .chat_wrap .a_box .chat + .chat {
	margin-top: 20px;
}
.arc_item + .arc_item {
	margin-top: 48px;
}
.arc_wrap .arc_item {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid  #A3A3A3;
	background: #FFF;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.arc_wrap .arc_item .arc_open {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FAFAFA;
	padding:28px;
}
.arc_wrap .arc_item .arc_open .txt {
	display: flex;
	align-items: center;
}
.arc_wrap .arc_item .arc_open .title {
	font-size: 28px;
	font-weight: 600;
	line-height: 125%;
	color:#262626;
}
.arc_wrap .arc_item .type {
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	color:#FAFAFA;
	border-radius: 50%;
	background:#00AF68;
	font-weight: 600;
	margin-right: 16px;
}
.arc_wrap .arc_item .type.q {
	background-color: #F05871;
}
.arc_wrap .arc_item .arc_con {
	padding:28px;
	display: flex;
}
.arc_wrap .arc_item .arc_con .main_txt {
	margin-top: 3px;
	font-size: 24px;
	font-weight: 600;
	line-height: 125%;
	color:#525252;
}
.arc_wrap .arc_item .weekly_list .list {
	margin-top: 38px;
}
.arc_wrap .arc_item .weekly_list .txt_list {
	margin-bottom: 12px;
}
.arc_wrap .arc_item .weekly_list .step {
	border-radius: 999px;
	background: #F05871;
	height: 32px;
	justify-content: center;
	align-items: center;
	width:87px;
	display: flex;
	margin-bottom: 12px;
	color:#fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.48px;
}
.arc_wrap .arc_item .weekly_list .txt_list li p {
	padding-left: 15px;
	position: relative;
	color:#525252;
	font-size: 20px;
	font-weight: 600;
	line-height: 125%;
}
.arc_wrap .arc_item .weekly_list .txt_list li p::before {
	content: '';
	width:6px;
	height: 6px;
	background-color: #525252;
	position: absolute;
	left:0;
	top:8px;
	border-radius: 50%;
}
.arc_wrap .arc_item .weekly_list .noti_txt {
	font-size: 16px;
}
.arc_wrap .arc_item .weekly_list .desc_set + .desc_set {
	margin-top: 16px;
}
.arc_wrap .arc_item .weekly_list .desc_set .noti_txt.bold {
	font-weight: 600;
} 
.arc_wrap .arc_item .weekly_list .desc_set .noti_desc_txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	color:#525252;
	margin:10px 0;
}
.arc_wrap .arc_item .weekly_list .desc_set .noti_desc_txt.sm {
	font-size: 12px;
}
.sm_section {
	padding:100px 0;
}
.sm_section.banner_wrap {
	padding:180px 0 100px;
	background-image: url(../img/banner_bg_pc.png);
	background-position: center;
	background-size: cover;
}
.sm_section .sm_title {
	font-size: 52px;
	font-weight: 700;
	line-height: 125%;
	color:#262626;
	text-align: center;
}
.sm_section.banner_wrap .sm_title {
	color:#fff;
}
.sm_section .card_wrap {
	display: flex;
	gap:24px;
	max-width: 1200px;
	width:100%;
	flex-wrap:wrap;
	margin:48px auto 0 ;
}
.sm_section .card_wrap .item {
	flex:1;
	height: 238px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.60);
	display: flex;
	flex-direction: column;
	gap:12px;
	align-items: center;
	justify-content: center;
}
.sm_section .card_wrap .item img {
	width:80px;
	height: 80px;
}
.sm_section .card_wrap .item p {
	font-size: 20px;
	font-weight: 600;
	line-height: 125%; 
	color:#fff;
	text-align: center;
}
.sm_section .noti_box {
	border-radius: 12px;
	background: var(--Base-White, #FFF);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	max-width: 1000px;
	padding: 28px;
	margin:48px auto 0;
}
.sm_section .noti_box ul li + li {
	margin-top: 32px;
}
.sm_section .noti_box ul li {
	display: flex;
	gap:24px;
	align-items: flex-start;
}
.sm_section .noti_box ul li .txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	color:#404040;
}
.sm_section .noti_box .dot_txt .dot_item {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}
.sm_section .noti_box .dot_txt .dot_item::before {
	content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #404040;
}
.sm_section.fact_wrap {
	background-color:#FEEEF1;
}
.sm_section.fact_wrap .info_item {
	display: flex;
	max-width: 1052px;
	margin:48px auto 0;
	flex-direction: column;
	gap:24px;
}
.sm_section.fact_wrap .info_item  .info_box {
	padding: 40px 32px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 2px 10px 0 rgba(255, 112, 112, 0.20);
	display: flex;
	gap:32px;
	align-items: center;
}
.sm_section.fact_wrap .info_item  .info_box .q_txt {
	display: flex;
	gap:10px;
	align-items: center;
}
.sm_section.fact_wrap .info_item  .info_box .q_txt .type {
	display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    color: #FAFAFA;
    border-radius: 50%;
    background: #F05871;
    font-weight: 600;
	flex-shrink: 0;
}
.sm_section.fact_wrap .info_item  .info_box .q_txt .type_title {
	font-size: 24px;
	color:#404040;
	font-weight: 700;
	line-height: 125%; /* 30px */
	letter-spacing: -0.96px;
}
.sm_section.fact_wrap .info_item  .info_box .a_txt {
	display: flex;
	flex-direction: column;
	gap:12px;
	margin-top: 12px;
}
.sm_section.fact_wrap .info_item  .info_box .a_txt p {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	color:#525252;
}
.sm_section.fact_wrap .info_item  .info_box .noti_desc {
	font-size: 12px;
	font-weight: 400;
	line-height: 125%;
	color:#A3A3A3;
}
.sm_section.detail_wrap {
	background-image: url(../img/detail_bg_pc.png);
	background-position: center;
	background-size: cover;
}
.sm_section.detail_wrap .cta_btn {
	width:310px;
	margin:48px auto;
}
.sm_section.detail_wrap .cta_btn a {
	display: flex;
	padding: 24px 32px;
	align-items: center;
	gap: 12px;
	justify-content: center;
	border-radius: 12px;
	border: 2px solid var(--Primary-Pink500, #F05871);
}
.sm_section.detail_wrap .cta_btn a .on_img {
	display: none;
}
.sm_section.detail_wrap .cta_btn a span {
	font-size: 24px;
	font-weight: 600;
	line-height: 125%;
	color:#F05871;
}
.sm_section.detail_wrap .cta_btn a:hover {
	background-color: #F05871;
}
.sm_section.detail_wrap .cta_btn a:hover .on_img {
	display: block;
}
.sm_section.detail_wrap .cta_btn a:hover .off_img {
	display: none;
}
.sm_section.detail_wrap .cta_btn a:hover span {
	color:#fff;
}
.sm_section.detail_wrap .mw1000 {
	max-width: 1000px;
	margin:0 auto;
}
footer {background-color:#E5E5E5; padding:100px 0;}
footer .inner_container {width:100%;max-width:1200px;padding:0px 5px;margin:auto;}
footer .inner_container > .content > .content_container00 {text-align:left;max-width:800px; font-size: 12px; color:#525252;}
footer .inner_container > .content > .content_container01 {text-align:left;max-width:800px;line-height:28px; color:#525252;}
footer .table {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
footer .table .left {
	display: flex;
	gap:16px;
}
footer .table .left div {
	color:#262626;
	font-size: 16px;
	font-weight: 500;
}
.line-1 {
    width: 100%;
    height: 1px;
}
.line-gray2 {
    background-color: #525252;
	margin:48px 0;
}
.fsize17 {
    font-size: 17px;
}
.fsize14 {
    font-size: 14px;
}

@media screen and (max-width:1440px) {
	header .gnb_list {
		display: flex;
		gap:10px;
		height: 100%;
	}
	header .gnb_list a {
		padding:12px 0px;
	}
	section .inner {
		padding:180px 24px 100px;
	}
	section .inner .card_list .card_item {
		width: calc((100% / 2) - 6px);
	}
	section .inner .inner_title img {
		left:-40px;
	}
	section .inner .inner_title img:last-child {
		right:-40px;
	}
	section .inner .inner_title p {
		width: 90%;
		max-width: 726px;
	}
	.sm_section {
		padding:100px 24px;
	}
	.sm_section.banner_wrap {
		padding:180px 24px 100px;
	}
	.sm_section .card_wrap .item p {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	section .inner {
		padding:100px 24px 100px;
	}
	section .inner .inner_title {
		font-size: 32px;
		display: block;
	}
	section .inner .inner_title img {
		position: absolute;
		left:-30px;
		width:32px;
		height: 24px;
		top:-30px;
	}
	section .inner .inner_title img:last-child {
		right:-30px;
		left: auto;
		top:-24px;
	}
	section .inner .inner_title p {
		font-size: 40px;
		display: inline;
		width:auto;
	}
	section .inner .sub_title {
		font-size: 24px;
	}
	section .inner .sub_title_desc {
		font-size: 20px;
		color:#525252;
		text-align: center;
	}
	section .inner .card_list {
		margin-top: 48px;
		display: flex;
		flex-wrap:wrap;
		gap:12px;
	}
	section .inner .card_list .card_item {
		width:100%;
		gap:12px;
	}
	section .inner .card_list .title {
		flex-direction: column;
		align-items: flex-start;
	}
	section .terms {
		font-size: 10px;
	}
	section .inner .info_flex {
		display: flex;
		gap:10px;
		flex-direction: column;
	}
	section .inner .info_flex .item {
		width:100%;
		padding:40px 20px;
	}
	section .inner .info_flex .title {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap:6px;
	}
	section .inner .info_flex .title .flex_title {
		font-size: 20px;
	}

	section .inner .info_flex .prd_summury .list {
		display: flex;
		align-items: center;
		gap:8px;
		padding:0;
	}
	section .inner .info_flex .prd_summury .right h4 {
		font-size: 20px;
		font-weight: 600;
		color:#404040;
		line-height: 125%;
	}
	section .inner .info_flex .prd_summury .right p {
		font-size: 12px;
		font-weight: 400;
		line-height: 125%; 
		color:#404040;
		margin-top: 8px;
	}
	section .inner .info_flex .prd_box img {
		max-width: none;
		margin:0 auto;
		width: 100%;
	}
	section .inner .info_flex .prd_box .grd_txt {
		font-size: 16px;
	}
	section .inner .info_flex .prd_box .txt_box p {
		font-size: 20px;
	}
	section .inner .info_flex .prd_box .txt_box p + p {
		margin-top: 10px;
	}
	section .inner .graph_wrap {
		flex-direction: column;
	}
	section .inner .graph_wrap .arrow {
		transform: translate(-50%, -50%) rotate(90deg);
		width:60px;
		height: 60px;
	}
	section .inner .graph_txt {
		margin-top: 48px;
		text-align: center;
	}
	section .inner .graph_txt .title {
		font-size: 20px;
	}
	section .inner .graph_txt .desc {
		font-size: 16px;
	}
	section .inner .step_list {
		padding:0px;
	}
	section .inner .step_list .step_item {
		padding:16px 0;
		display: flex;
		align-items: center;
		gap:32px;
		justify-content: center;
		flex-direction: column;
	}
	section .inner .step_list .step_item .day p {
		font-size: 24px;
		font-weight: 700;
		line-height: 125%; /* 30px */
		letter-spacing: -0.96px;
		color:#404040;
	}
	section .inner .step_list .step_txt .step {
		font-size: 20px;
		text-align: center;
	}
	section .inner .step_list .step_txt .txt {
		font-size: 20px;
		text-align: center;
	}
	section .inner .noti_banner {
		font-size: 20px;
	}
	section .inner .chat_wrap .q_box .chat {
		font-size: 16px;
	}
	section .inner .chat_wrap .a_box .chat {
		font-size: 16px;
	}
	.arc_wrap .arc_item .arc_open {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #FAFAFA;
		padding:28px;
	}
	.arc_wrap .arc_item .arc_open .txt {
		display: flex;
		align-items: center;
	}
	.arc_wrap .arc_item .arc_open .title {
		font-size: 16px;
	}
	.arc_wrap .arc_item .type {
		flex-shrink: 0;
	}
	.arc_wrap .arc_item .arc_con .main_txt {
		font-size: 16px;
	}
	.arc_wrap .arc_item .weekly_list .list {
		margin-top: 38px;
	}
	.arc_wrap .arc_item .weekly_list .txt_list {
		margin-bottom: 12px;
	}
	.arc_wrap .arc_item .weekly_list .txt_list li p {
		font-size: 14px;
	}
	.arc_wrap .arc_item .weekly_list .txt_list li p::before {
		content: '';
		width:6px;
		height: 6px;
		background-color: #525252;
		position: absolute;
		left:0;
		top:8px;
		border-radius: 50%;
	}
	.arc_wrap .arc_item .weekly_list .noti_txt {
		font-size: 14px;
	}
	.arc_wrap .arc_item .weekly_list .desc_set + .desc_set {
		margin-top: 16px;
	}
	.arc_wrap .arc_item .weekly_list .desc_set .noti_txt.bold {
		font-weight: 600;
	} 
	.arc_wrap .arc_item .weekly_list .desc_set .noti_desc_txt {
		font-size: 14px;
	}
	.arc_wrap .arc_item .weekly_list .desc_set .noti_desc_txt.sm {
		font-size: 12px;
	}
	.sm_section {
		padding:100px 24px;
	}
	.sm_section.banner_wrap {
		padding:100px 24px 100px;
		background-image: url(../img/banner_bg_m.png);
	}
	.sm_section .sm_title {
		font-size: 32px;
	}
	.sm_section .card_wrap {
		display: flex;
		gap:24px;
		flex-direction: column;
		margin:48px auto 0 ;
	}
	.sm_section .card_wrap .item {
		height: auto;
		padding:48px 0;
	}
	.sm_section.fact_wrap .info_item {
		display: flex;
		max-width: 1052px;
		margin:48px auto 0;
		flex-direction: column;
		gap:24px;
	}
	.sm_section.fact_wrap .info_item  .info_box {
		padding: 40px 32px;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0 2px 10px 0 rgba(255, 112, 112, 0.20);
		display: flex;
		gap:32px;
		align-items: flex-start;
		flex-direction: column;
	}
	.sm_section.fact_wrap .info_item  .info_box .q_txt {
		display: flex;
		gap:10px;
		align-items: center;
	}
	.sm_section.fact_wrap .info_item  .info_box .q_txt .type {
		display: flex;
		width: 32px;
		height: 32px;
		justify-content: center;
		align-items: center;
		color: #FAFAFA;
		border-radius: 50%;
		background: #F05871;
		font-weight: 600;
	}
	.sm_section.fact_wrap .info_item  .info_box .q_txt .type_title {
		font-size: 24px;
		color:#404040;
		font-weight: 700;
		line-height: 125%; /* 30px */
		letter-spacing: -0.96px;
	}
	.sm_section.fact_wrap .info_item  .info_box .a_txt {
		display: flex;
		flex-direction: column;
		gap:12px;
		margin-top: 12px;
	}
	.sm_section.fact_wrap .info_item  .info_box .a_txt p {
		font-size: 16px;
		font-weight: 500;
		line-height: 150%; /* 24px */
		letter-spacing: -0.32px;
		color:#525252;
	}
	.sm_section.fact_wrap .info_item  .info_box .noti_desc {
		font-size: 12px;
		font-weight: 400;
		line-height: 125%;
		color:#A3A3A3;
	}
	.sm_section.detail_wrap {
		background-image: url(../img/detail_bg_m.png);
	}
	footer {background-color:#E5E5E5; padding:100px 24px;}
	footer .inner_container > .content > .content_container00 {font-size: 14px;}
	footer .table {
		display: flex;
		align-items: flex-start;
		margin-top: 20px;
		flex-direction: column;
		gap:20px;
	}
	footer .table .left {
		display: flex;
		gap:16px;
		flex-direction: column;
	}
	footer .table .left div {
		color:#262626;
		font-size: 16px;
		font-weight: 500;
	}
	.line-1 {
		width: 100%;
		height: 1px;
	}
	.line-gray2 {
		background-color: #525252;
		margin:48px 0;
	}
	.fsize17 {
		font-size: 17px;
	}
	.fsize14 {
		font-size: 14px;
	}
	section .top.fs14 {
		font-size: 14px;
	}
	section .top.fs20 {
		font-size: 14px;
	}
}