@charset "utf-8";

.vouchermobile-content .slide-inner {
	background: var(--background-light);
    border-radius: 20px;
    padding-left: 54px;
    gap: 53px;
}
.vouchermobile-content .slide-inner h3 {
	color: var(--text-default);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.96px;
}
.vouchermobile-content .slide-inner .sub-info {
	margin-top: 8px;
    color: var(--text-default);
    line-height: 1.5;
    letter-spacing: -0.64px;
    white-space: nowrap;
}
.vouchermobile-content .slide-inner .sub-info span {
	font-weight: 600;
}
.vouchermobile-content .slide-inner .btn-box {
	margin-top: 36px;
	gap: 12px;
}
.vouchermobile-content .slide-inner .btn-box a {
	background: var(--background-white);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 8px 0;
    width: 130px;
    text-align: center;
    color: var(--text-default);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.64px;
}
.vouchermobile-content .slide-paginator {
	position: unset;
}
.vouchermobile-content .slide-paginator button {
	top: 50%;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid var(--border-light);
    width: 32px;
    height: 32px;
    background: url('https://image.cultureland.co.kr/upload/web/etc/20260513_pc_arrow_down_gray.svg') no-repeat;
    background-position: center center;
    background-color: var(--background-white);
}
.vouchermobile-content  .slide-paginator button.prev {
	left: -16px;
	transform: translateY(-50%) rotate(90deg);
}
.vouchermobile-content  .slide-paginator button.next {
	right: -16px;
	transform: translateY(-50%) rotate(-90deg);
}
.vouchermobile-content .tab-change ul {
	padding: 0;
	border-top: 1px solid var(--border-light);
	border-bottom: 1px solid var(--border-light);
}
.vouchermobile-content .tab-change li {
	flex: 1;
	text-align: center;
    border-right: 1px solid var(--border-light);
}
.vouchermobile-content .tab-change li:last-child {
	border-right: none;
}
.vouchermobile-content .tab-change li.active {
	background: var(--brand-primary-red);
}
.vouchermobile-content .tab-change li button {
	font-size: 16px;
	line-height: 1.5;
    letter-spacing: -0.64px;
    color: var(--text-sub);
    padding: 16px 0;
    width: 100%;
}
.vouchermobile-content .tab-change li.active button {
	color: var(--text-white);
    font-weight: 600;
}
.vouchermobile-content .guide-list-outer .article {
	display: none;
}
.vouchermobile-content .guide-list-outer .article.active {
	display: block;
}
.vouchermobile-content .article .title,
.smartMunsang-content .article .title {
	position: relative;
    color: var(--text-default);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.86px;
    padding: 0 0 0 12px;
}
.vouchermobile-content .article .title::after,
.smartMunsang-content .article .title::after {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    border-radius: 99px;
    background: var(--brand-primary-red);
}
.vouchermobile-content .article .list,
.smartMunsang-content .article .list {
	padding: 32px 0;
	background-image: url(../images/layout/pattern-dotted.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}
.vouchermobile-content .article .list:last-child,
.smartMunsang-content .article .list:last-child {
	padding-bottom: 0;
	background: none;
}
.vouchermobile-content .article .list h5,
.smartMunsang-content .article .list h5 {
	color: var(--text-default);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.72px;
    gap: 4px;
}
.vouchermobile-content .article .bottom-padding-box,
.smartMunsang-content .article .bottom-padding-box {
	padding-left: 16px;
	margin-top: 8px;
}
.vouchermobile-content .article .mini-sub-info,
.smartMunsang-content .article .mini-sub-info {
	line-height: 1.5;
    letter-spacing: -0.64px;
}
.smartMunsang-content .article .mini-sub-info span {
	font-weight: 600;
}
.vouchermobile-content .article .tip-bage {
	margin-top: 24px;
    background: var(--brand-secondary-mint);
    border-radius: 99px;
    width: 38px;
    height: 21px;
    color: var(--text-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.56px;
}
.vouchermobile-content .article .tip-info {
	margin-top: 8px;
    line-height: 1.5;
    letter-spacing: -0.64px;
}
.vouchermobile-content .article .tip-step-box {
	margin-top: 16px;
	gap: 8px;
}
.vouchermobile-content .article .tip-step-box .item {
	gap: 8px;
}
.vouchermobile-content .article .tip-step-box .item p {
	font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.56px;
}
.vouchermobile-content .article .check-bage {
    background: var(--brand-secondary-mint);
    border-radius: 99px;
    width: 64px;
    height: 21px;
    color: var(--text-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.56px;
    margin-bottom: 8px;
}
.vouchermobile-content .article .noti-box h6,
.smartMunsang-content .article .noti-box h6 {
	color: var(--text-sub);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.64px;
}
.vouchermobile-content .article .noti-box ul,
.smartMunsang-content .article .noti-box ul {
	margin-top: 12px;
}
.vouchermobile-content .article .noti-box li,
.smartMunsang-content .article .noti-box li {
	display: flex;
    gap: 6px;
    padding-left: 6px;
    color: var(--text-sub);
    line-height: 1.5;
    letter-spacing: -0.64px;
}
.smartMunsang-content .article1 {
	background: var(--background-light);
    border-radius: 20px;
    height: 360px;
    padding: 0 37px 0 54px;
}
.smartMunsang-content .article1 h3 {
    color: var(--text-default);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.96px;
}
.smartMunsang-content .article1 .sub-info {
    margin-top: 8px;
    color: var(--text-default);
    line-height: 1.5;
    letter-spacing: -0.64px;
}
.smartMunsang-content .article1 .sub-info span {
	font-weight: 600;
}
.smartMunsang-content .article2 {
	margin-top: 60px;
}
.smartMunsang-content .gray-box {
	background: var(--background-light);
    border-radius: 12px;
    padding: 32px 0;
    width: 580px;
    height: 152px;
    gap: 16px;
    margin-top: 0;
}
.smartMunsang-content .gray-box p:first-child {
	font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.64px;
    text-align: center;
}
.smartMunsang-content .gray-box p:last-child {
	line-height: 1.5;
    letter-spacing: -0.64px;
}
.smartMunsang-content .gray-box a,
.smartMunsang-content .list a {
	color: #0081dc;
    text-decoration: underline;
    font-weight: 600;
}
.smartMunsang-content .radio-dummy-box {
	border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 16px;
}
.smartMunsang-content .radio-dummy-box ul {
	grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 12px;
}
.smartMunsang-content .radio-dummy-box li {
	gap: 7px;
	padding: 4px 8px;
}
.smartMunsang-content .radio-dummy-box .circle {
	width: 18px;
    height: 18px;
    border: 4px solid #dcd8dc;
    border-radius: 18px;
}
.smartMunsang-content .radio-dummy-box .circle.active {
	border-color: var(--brand-primary-red);
}
.smartMunsang-content .radio-dummy-box p {
	color: var(--text-default);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.56px;
}
.smartMunsang-content .select-dummy-box {
	gap: 16px;
}
.smartMunsang-content .select-dummy-box .left {
	color: var(--text-default);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.56px;
    padding-top: 11px;
}
.smartMunsang-content .select-dummy-box .parent {
	padding: 4px 12px 4px 16px;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    width: 120px;
    height: 40px;
}
.smartMunsang-content .select-dummy-box .parent p {
	color: var(--text-default);
    line-height: 1.5;
    letter-spacing: -0.64px;
}
.smartMunsang-content .select-dummy-box ul {
	border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    margin-top: 8px;
}
.smartMunsang-content .select-dummy-box li {
	padding: 8px 12px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.64px;
}
.smartMunsang-content .select-dummy-box li.active {
	background: rgba(218, 70, 52, 0.05);
	color: var(--text-default);
}
.smartMunsang-content .input-dummy-box ul {
	gap: 8px;
}
.smartMunsang-content .input-dummy-box li {
	border: 1px solid var(--border-light);
    border-radius: 8px;
    width: 108px;
    height: 50px;
    padding: 0 16px;
    color: var(--text-default);
    letter-spacing: -0.64px;
}
