@charset "UTF-8";

html, body {
	overflow-x: hidden;
	overflow-y: auto;
}

.style-unsei-article {

}
.style-unsei {
    padding-bottom: 100px;
}
.style-unsei-list {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    gap: 20px;
}
.style-unsei-list .style-unsei-item {
    display: flex;
}
.style-unsei-list .style-unsei-item a {
    display: flex;
    gap: 16px;
}
.style-unsei-list .style-unsei-thumbnail {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 163px;
    height: 122px;
    overflow: hidden;
    border-radius: 8px;
}
.style-unsei-list .style-unsei-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style-unsei-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.style-unsei-content .style-unsei-type {
    font-size: 12px;
    color: #6e727c;
    display: flex;
    gap: 4px;
    align-items: center;
}
.style-unsei-content .style-unsei-title {
    font-size: 16px;
    color: #2A2A2A;
    font-weight: 500;
}
.style-unsei-content .style-unsei-info {
    font-size: 14px;
    color: #868B94;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}
.style-unsei-content .style-unsei-info span {
    display: flex;
	color: #6e727c;
    align-items: center;
    gap: 3px;
    position: relative;
}
.style-unsei-content .style-unsei-info span:before {
    position: absolute;
    top: 50%;
    right: -5px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #ADB1BA;
    content: "";
    transform: translateY(-50%);
}
.style-unsei-content .style-unsei-info span:last-child {
    margin-right: 0;
}
.style-unsei-content .style-unsei-info span:last-child:before {
    display: none;
}
.style-unsei-content .style-unsei-info span svg {
    margin-top: -3px;
}
.style-unsei-content .style-unsei-price {
    font-size: 14px;
    color: #2A2A2A;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}
.style-unsei-content .style-unsei-price svg{
	margin-top:-2px;
}

.style-unsei-modal-dialog {
    width: 353px;
    padding: 0 !important;
}
.style-unsei-modal-dialog .modal-content {
    padding: 26px 20px;
    position: relative;
    border-radius: 20px;
}
.style-unsei-modal-dialog .style-unsei-choice-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background:none;
    border: none;
    padding: 0;
}
.style-unsei-alert-title {
    font-weight: 600;
    color: #2A2A2A;
    font-size: 21px;
    margin-bottom: 4px;
    text-align: center;
}
.style-unsei-alert-subtitle {
	font-weight: 500;
	color: #2A2A2A;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}
.style-unsei-alert-subtitle.no_coin {
	color: #FF4990;
}

.style-unsei-alert-panel{
	background: #F7F8FA;
	border-radius: 16px;
	display:flex;
	justify-content:space-around;
	align-items:center;
	padding:20px 0;
}

.panel-left,
.panel-right{
	text-align:center;
	line-height:1.2;
	font-size:14px;
	font-weight:400;
	color:#6A6A6A;
}

.panel-left span,
.panel-right span{
	display:block;
	margin-top:8px;
	font-size:19px;
	font-weight:600;
	color:#2A2A2A;
}

.panel-right span{
	color:#FF4990;
}

.style-unsei-alert-text {
    font-weight: 400;
    color: #7A7E85;
    font-size: 16px;
    margin-bottom: 4px;
    text-align: center;
}
.style-unsei-alert-coin {
    font-weight: 500;
    color: #FF4990;
    font-size: 16px;
    text-align: center;
}
.style-unsei-choice-title {
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.style-unsei-choice-list {
    margin: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 350px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.style-unsei-choice-list::-webkit-scrollbar {
    display: none;
}
.unsei-choice-item {
    display: flex;
    align-items: center;
}

.unsei-choice-item-empty {
	color: #AAA;
	font-size: 14px;
	justify-content: center;
	width:100%;
	text-align: center;
}

.unsei-choice-item .unsei-choice-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.unsei-choice-item .user-name {
    font-weight: 500;
    color: #2A2A2A;
    font-size: 15px;
    align-items: center;
    display: flex;
    gap: 8px;
}
.unsei-choice-item .style-unsei-choice-button {
    margin-left: auto;
    height: 30px;
    width: 40px;
    background: #F2F3F6;
    font-weight: 600;
    color: #2A2A2A;
    font-size: 12px;
    border: none;
    border-radius: 4px;
}
.unsei-choice-item .style-unsei-menu-button {
	margin-left: 2px;
	height: 24px;
	width: 11px;
	background: #FFF;
	border: none;
}

.unsei-choice-item .delete-tooltip {
	position: absolute;
	top: 36px;
	right: 8px;
	z-index: 20;

	width: 89px;
	height:48px;
	padding: 14px 20px;
	text-align: center;

	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);

	font-size: 14px;
	font-weight: 400;
	color: #2A2A2A;
}

.unsei-choice-item .user-info, .style-unsei-user-button .user-info {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #7A7E85;
    font-size: 14px;
}
.unsei-choice-item .user-info span, .style-unsei-user-button .user-info span {
    color: #7A7E85;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    align-items: center;

}
.unsei-choice-item .user-info span:before, .style-unsei-user-button .user-info span:before {
    position: absolute;
    top: 50%;
    right: -6px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #ADB1BA;
    content: "";
    transform: translateY(-50%);
}
.unsei-choice-item .user-info span:last-child, .style-unsei-user-button .user-info span:last-child {
    margin-right: 0;
}
.unsei-choice-item .user-info span:last-child:before, .style-unsei-user-button .user-info span:last-child:before {
    display: none;
}
.style-unsei-footer-full {
    margin-top: 26px;
}
.style-unsei-footer {
    margin-top: 26px;
    display: flex;
    gap: 7px;
    align-items: center;
}

#dialog_coin_pay_confirm .style-unsei-footer {
	margin-top: 20px;
	display: flex;
	gap: 7px;
	align-items: center;
}

.style-unsei-footer button {
    font-size: 15px;
    font-weight: 600;
    height: 47px;
    border-radius: 8px;
}
.style-button-pink {
    background: #FF4990;
    border: 1px solid #FF4990;
    border-radius: 6px;
    gap: 3px;
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
}
.style-button-pink.pink_dialog {
	font-size: 15px;
	font-weight: 700;
}
.style-button-pink.add_button {
	font-size: 15px;
	font-weight: 600;
	gap: 5px;
}
.style-unsei-footer .style-button-gray {
    background: #F3F4F6;
    color: #2A2A2A;
	border:1px solid #F3F4F6 !important;
}
.style-layout-header .style-header-titleArea.style-header-titleArea-fullwide {
    width: calc(100% - 16px - 16px);
}

.style-unsei {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 38px;
}
.unsei-gap24 {
    gap: 24px;
}
.unsei-gap24 .style-unsei-btitle {
    margin-bottom: 0;
}
.style-unsei-btitle {
    font-size: 24px;
    color: #2A2A2A;
    font-weight: 600;
    margin-bottom: -14px;
}
.style-unsei-article-title {
    font-size: 14px;
    color: #2A2A2A;
    font-weight: 700;
    margin-bottom: 14px;
}
.style-unsei-article-title02 {
    font-size: 16px;
    color: #2A2A2A;
    font-weight: 700;
    margin-bottom: 14px;
}
.style-unsei-article-title02 span {
    font-size: 15px;
    font-weight: 400;
}
.style-unsei-sbox {
    display: flex;
    gap: 14px;
    flex-direction: column;
}
.style-unsei-sbox .style-unsei-article-stit {
    color: #2A2A2A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.style-unsei-sbox .length {
    color: #868B94;
    font-size: 13px;
    font-weight: 400;
    margin-top: 6px;
    text-align: right;
}
.style-unsei-article .style-form-input {
    border: 1px solid #D1D3D8;
    height: 48px;
}
.style-unsei-article .style-form-input::placeholder {
    color: #ADB1BA;
    font-size: 16px;
}
.style-unsei-article-button {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
.style-unsei-article-button .style-button-block {
    height: 32px;
    padding: 0 12px;
    align-items: center;
    font-size: 14px;
    color: #2A2A2A;
    font-weight: 400;
}
.style-unsei-article-button .style-button-block-active {
    color: #fff;
    background: #383A41;
}
.style-unsei-form {
    margin-top: 14px;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 9px;
}
.style-unsei-form .style-form-input {
    border-radius: 6px;
    border: 1px solid #D1D3D8;
    height: 48px;
    font-size: 16px;
    padding: 13px 16px;
}
.style-unsei-form span {
    margin-left: auto;
    color: #868B94;
    font-size: 13px;
    font-weight: 400;
}
.style-fixed-bottom-content .style-button-gray02 {
    background: #F2F3F6;
    color: #2A2A2A !important;
    border: 1px solid #F2F3F6;
	font-size:17px !important;
}
.style-unsei-article .style-form-check {
    margin-top: 6px;
    padding-left: 25px;
}
.style-unsei-article .style-form-check-input {
    background: url(../images/icons/checkbox_bk_off.svg) no-repeat 50% 50%;
}
.style-unsei-article .style-form-check-input:checked[type='checkbox']  {
    background: url(../images/icons/checkbox_bk_on.svg) no-repeat 50% 50%;
}
.style-unsei-grayBox {
    border-radius: 4px;
    background: #F2F3F6;
    padding: 16px;
    margin-top: 14px;
	margin-bottom:20px;
}
.style-unsei-grayBox strong {
    font-size: 14px;
    color: #2A2A2A;
    font-weight: 700;
    margin-bottom: 2px;
}
.style-unsei-grayBox .style-markerList {
    font-size: 14px;
}
.style-unsei-grayBox .style-markerList li:last-child {
    margin-bottom: 0;
}
.style-fixed-bottom-content.double {
    display: flex;
    gap: 8px;
}
.style-fixed-bottom-content .style-button-gray.style-button-large, .style-fixed-bottom-content .style-button-pink.style-button-large {
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    border-radius: 6px;
}
.style-check-choice-title {
    font-size: 20px;
    color: #2A2A2A;
    font-weight: 600;
    line-height: 150%;
}
.style-check-choice-text {
    color: #7A7E85;
    font-size: 15px;
    font-weight: 400;
}
.style-unsei-check-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.style-unsei-check-list li {
    color: #2A2A2A;
    font-weight: 500;
    font-size: 15px;
}
.style-unsei-check-list li span {
    color: #7A7E85;
    font-weight: 400;
    width: 126px;
    display: inline-block;
}
.style-unsei-alert-title-left {
    color: #2A2A2A;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: -6px;
}
.style-header-button.pd0 {
    padding: 0;
}
.style-unsei-progress {
    position: fixed;
    width: calc(100% - 32px);
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 360px;
    text-align: center;
}
.style-unsei-progress-title {
    font-size: 22px;
    font-weight: 600;
    color: #2A2A2A;
}
.style-unsei-progress-bar {
    margin: 30px 0;
    width: 100%;
    border-radius: 50px;
    background: #F7F8FA;
    height: 26px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.style-unsei-progress-bar .count {
    position: absolute;
    font-weight: 700;
    font-size: 16px;
    color: #2A2A2A;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    text-align: center;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style-unsei-progress-bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    background: linear-gradient(90deg, #FFAF8D 0%, #FF498F 100%), linear-gradient(90deg, #FFC87A 0%, #FF7CAC 100%);
    z-index: 1;
}
.style-unsei-progress-text {
    font-size: 16px;
    font-weight: 400;
    color: #2A2A2A;
    display: flex;
    gap: 10px;
    flex-direction: column;
    line-height: normal;
}
.style-unsei-fix-progress {
    position: fixed;
    bottom: 30px;
    left: 16px;
    width: 140px;
    text-align: center;
    z-index: 10;
}
.style-unsei-fix-progress .style-unsei-progress-bar {
    margin: 0;
	margin-bottom:4px;
}
.style-unsei-fix-progress .style-unsei-progress-bar .count {
    font-size: 13px;
}
@media (min-width: 720px) {
    .style-unsei-fix-progress {
        left: 50%;
        margin-left: -344px;
    }
}
.style-unsei-article-feedback {
    font-size: 13px;
    color: #E22F26;
    font-weight: 400;
    display: flex;
    gap: 4px;
    align-items: center;
    margin: -8px 0 14px;
}
.style-choice-user-button {
    background: #F2F3F6;
    border-radius: 6px;
    height: 38px;
    align-items: center;
    display: flex;
    gap: 3px;
    font-size: 14px;
    color: #2A2A2A;
    border: none;
    width: 100%;
    justify-content: center;
    font-weight: 700;
}
.style-choice-user-button svg {
    margin-top: -2px;
}
.style-unsei-user-button {
    padding: 13px 16px;
    border: 1px solid #D1D3D8;
    border-radius: 6px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: -2px;
}
.style-unsei-user-button .user-name {
    font-size: 16px;
    color: #2A2A2A;
    font-weight: 500;
    text-align: left;
    margin-bottom: 3px;
}
.style-unsei-user-button svg {
    margin-left: auto;
}

/*결과*/
.style-unsei-result-top {
    background: #F7F8FA;
    padding: 30px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-direction: column;
}
.style-unsei-result-top-bg {
    background: url("/static/images/unsei_result_top_bg.png") no-repeat center;
    background-size: cover;
    padding: 40px 32px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}
.result-top-tilte {
    display: flex;
    width: 100%;
    font-weight: 600;
    font-size: 21px;
    color: #2A2A2A;
    justify-content: center;
}
.result-top-text {
    display: flex;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    justify-content: center;
    line-height: 140%;
    text-align: center;
}
.result-top-tag {
    display: flex;
    gap: 6px;
    flex-direction: column;
}
.result-top-score {
    display: flex;
    width: 100%;
    font-weight: 600;
    font-size: 70px;
    color: #fff;
    justify-content: center;
    line-height: normal;;
    text-align: center;
}
.result-top-tag div {
    display: flex;
    gap: 7px;
    justify-content: center;
    flex-wrap: wrap;
}
.result-top-tag span {
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    font-size: 14px;
    font-weight: 400;
    color: #2A2A2A;
}
.style-unsei-result-people {

}
.style-unsei-result-people .title {
    background-color: #FFD9FB ;
    color: #2A2A2A;
    font-weight: 500;
    font-size: 18px;
    height: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.unsei-result-people {
    background: #F7F8FA;
    padding: 30px 16px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.result-people-tag {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.result-people-tag-tilte {
    font-weight: 600;
    font-size: 20px;
    color: #2A2A2A;
}
.result-people-tag div {
    display: flex;
    gap: 7px;
    justify-content: center;
}
.result-people-tag span {
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    font-size: 14px;
    font-weight: 400;
    color: #2A2A2A;
}
.style-unsei-result-table {
    /*padding-bottom: 30px;*/
}
.result-bg-tilte {
    /*background-color: #FF70A1;*/
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    height: 41px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;

	background: linear-gradient(
			90deg,
			#FFAF8D 0%,
			#FF498F 100%
	);

}
.unsei-result-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    text-align: center;
}
.unsei-result-table .column-header td {
    height: 39px;
    color: #393A40;
    font-size: 14px;
    font-weight: 400;
}
.unsei-result-table .result-table-cell {
    height: 55px;
    border: 2px solid #fff;
}

.style-unsei-result-table.saju-table .result-table-cell {
	height: 96px;
	border: 2px solid #fff;

}

.style-unsei-result-table.saju-table .result-table-cell.result-table-cell-sm {
	height: auto;
	box-shadow: inset 0 -1px 0 #F2F3F6;
}

.style-unsei-result-table.saju-table .result-table-cell.result-table-cell-sm.last {
	height: auto;
	box-shadow: none;
}


.result-table-cell.bg-gray {
	background-color: #F2F3F6;
}


/*
오행	클래스
木 (목)	bg-green
火 (화)	bg-pink
土 (토)	bg-yellow
金 (금)	bg-purple
水 (수)	bg-blue
 */
.result-table-cell.bg-pink {
    background-color: #FECACA;
}
.result-table-cell.bg-blue {
    background-color: #BAE6FD;
}
.result-table-cell.bg-purple {
    background-color: #E5E7EB;
}
.result-table-cell.bg-yellow {
    background-color: #FEF08A;
}
.result-table-cell.bg-green {
    background-color: #BBF7D0;
}
.unsei-result-table .result-table-cell:nth-child(1) {
    border-left: none;
}
.unsei-result-table .result-table-cell:nth-child(4) {
    border-right: none;
}
.result-table-cell span {
    display: block;
    line-height: normal;
}
.result-table-cell .bigtxt {
    font-size: 29px;
    font-weight: 700;
    color: #444;
}
.result-table-cell .btxt {
    font-size: 12px;
    font-weight: 400;
    color: #2A2A2A;
    margin: 5px 0;
}
.style-unsei-dating-result-table .result-table-cell .bigtxt {
    font-size: 18px;
    font-weight: 700;
    display: inline;
}
.style-unsei-dating-result-table .result-table-cell .btxt {
    font-size: 12px;
    font-weight: 400;
    display: inline;
}
.result-table-cell .stxt {
    font-size: 12px;
    font-weight: 300;
    color: #2A2A2A;
}
.result-table-cell-sm {
    padding: 6px 4px;
    text-align: center;
    vertical-align: middle;
}
.unsei-result-table .result-table-cell-sm {
    height: auto;
}
.result-table-cell-sm .stxt {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    color: #444;
}
.result-table-cell-sm .stxt.txt-strong {
    /*color: #15803d;*/
    font-weight: 300;
}
.unsei-result-table_sub {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    text-align: center;
}
.unsei-result-table_sub .column-header td {
    height: 40px;
    color: #393A40;
    font-size: 14px;
    font-weight: 400;
}
.unsei-result-table_sub .result-table-cell {
    border: 2px solid #fff;
}
.unsei-result-table .content-row td {
    padding: 18px 0;
    color: #2A2A2A;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #F2F3F6;
    vertical-align: top;
}
.unsei-result-table .content-row td span {
    display: block;
    margin-bottom: 3px;
}
.unsei-result-table .content-row td span:last-child {
    margin-bottom: 0;
}
.unsei-explanation-accordion {
    padding: 0;
}
.style-explanation-item {
    border: 0 !important;
}
.style-explanation-button {
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: none !important;
    font-size: 17px;
    font-weight: 600;
    color: #2A2A2A !important;
    background-color: #fff !important;
    padding: 20px 16px;
    border-top: 1px solid var(--color-gray-200);
}
.style-explanation-button:after {
    display: none;
}
.style-explanation-arw-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-left: auto;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}
.style-explanation-button.collapsed .style-explanation-arw-icon {
    transform: rotate(0deg);
}
.style-explanation-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    object-fit: contain;
}
.style-explanation-body {
    padding: 0 16px 23px 16px;
    background-color: #fff;
}
.style-explanation-answer {
    overflow: unset;
    white-space: pre-wrap;
    font-size: 17px;
    color: #2A2A2A;
    line-height: 160%;
    font-weight: 400;
}
.unsei-result-share {
    position: fixed;
    right: 16px;
    bottom: 16px;
    padding: 0;
    background: none;
    border: none;
    z-index: 100;
}
@media all and (min-width: 720px) {
    .unsei-result-share { right: calc(50% - var(--layout-max-width-half) + 16px); }
}

/* ─── 무료운세 플로우 ─────────────────────────────── */
.style-unsei-loadPage {
	position: fixed;
	width: calc(100% - 32px);
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 360px;
	text-align: center;
}
.style-unsei-loadPage-title {
	font-size: 22px;
	font-weight: 600;
	color: #2A2A2A;
	line-height: 150%;
	margin-bottom: 66px;
	min-height: 66px
}

/* 사주/궁합 지역 로딩 오버레이: 1↔2줄 전환 시 레이아웃 흔들림 방지 */
#progress-overlay .style-unsei-loadPage-title {
	min-height: 66px;
}

.style-unsei-loadPage-title.mb30 {
	margin-bottom: 30px;
}
.style-unsei-loadPage-title02 {
	font-size: 22px;
	font-weight: 600;
	color: #2A2A2A;
	margin-top:60px;
	margin-bottom: 16px;
}
.style-unsei-loadPage-character {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.style-unsei-loadPage-character img {
	max-width: 263px;
	width: 100%;
}
.style-unsei-loadPage-choice {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}
.dating-choice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	background: #FFF;
	border-radius: 12px;
	border: none;
	text-decoration: none;
	color: #2A2A2A;
	cursor: pointer;
	border:1px solid #D1D3D8;
}
.dating-choice .txtBox { text-align: left; }
.dating-choice .tit { font-size: 16px; font-weight:500;color: #2a2a2a; margin-bottom: 3px; }
.dating-choice .txt { font-size: 14px; font-weight: 400; color: #7A7E85; }
.style-unsei-dating-article {
    padding: 20px 16px 0;
}
.style-unsei-dating-btitle {
	font-size: 20px;
	font-weight: 700;
	color: #2A2A2A;
	margin-bottom: 4px;
}
.style-unsei-dating-btext {
	font-size: 15px;
	color: #999;
	margin-bottom: 14px;
}
.dating-result {
    background: #F7F8FA;
    /*padding-bottom: 56px;*/
}
.style-unsei-dating-result-top {
    display: flex;
    padding: 35px 26px 24px 26px;
    background: linear-gradient(110deg, #FFD2E2 0%, #FFFAE0 100%), linear-gradient(110deg, #FFF5BF 0%, #F8D7FA 100%);
    flex-direction: column;
    justify-content: center;
	gap:7px;
}
.style-unsei-dating-result-top .result-top-stxt {
    color: #4D5159;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
}
.style-unsei-dating-result-top .result-top-tilte {
    color: #2A2A2A;
    font-size: 21px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    justify-content: start;
}
.style-unsei-dating-result-top .result-top-score {
    color: #2A2A2A;
    font-size: 41px;
    font-weight: 400;
    display: flex;
    gap: 6px;
    align-items: baseline;
    line-height: normal;
    justify-content: start;
    text-align: left;
    margin: 8px 0 0 0;
}
.style-unsei-dating-result-top .result-top-tag div {
	justify-content: start;
	font-size:12px;
	font-weight: 500;
	line-height: 140%;
}



.style-unsei-dating-result-top.gunghap_top {
	display: flex;
	padding: 34px 56px 24px 56px;
	background: linear-gradient(135deg,#ec4899,#f97316);
	flex-direction: column;
	justify-content: center;
	/*margin-top:-45px;*/
	padding-top:39px;
}
.style-unsei-dating-result-top.gunghap_top .result-top-stxt {
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 140%;
	text-align: center;
}
.style-unsei-dating-result-top.gunghap_top .result-top-tilte {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	text-align: center;
	justify-content: center;

}
.style-unsei-dating-result-top.gunghap_top .result-top-score {
	color: #FFF;
	font-size: 70px;
	font-weight: 700;
	display: flex;
	gap: 6px;
	align-items: baseline;
	line-height: normal;
	justify-content: center;
	text-align: center;
	margin: -4px 0 6px 0;

}



.style-unsei-dating-result-top .result-top-score span {
    color: #4D5159;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 2px;
}
.style-unsei-dating-result-progress {
    display: flex;
    padding: 26px 16px;
    background: #fff;
}
.style-unsei-dating-result-progress ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.style-unsei-dating-result-progress ul li {
    display: flex;
    gap: 16px;
    align-items: center;
}
.style-unsei-dating-result-progress .progress-txt {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.style-unsei-dating-result-progress .progress-txt .icon {
    font-size: 18px;
    font-weight: 600;
}
.style-unsei-dating-result-progress .progress-txt .txt {
    font-size: 14px;
    font-weight: 500;
    color: #2A2A2A;
}
.style-unsei-dating-result-progress .progress-bars {
    background: #F2F3F6;
    height: 9px;
    flex: 1;
    width: 100%;
    border-radius: 9px;
    position: relative;
    overflow: hidden;
}
.style-unsei-dating-result-progress .progress-bars .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 9px;
    border-radius: 9px;
    z-index: 1;
    transition: width 0.6s ease;
}
.style-unsei-dating-result-progress .progress-bars.pink .bar   { background: linear-gradient(90deg, #FF498F 0%, #FFA4C7 100%); }
.style-unsei-dating-result-progress .progress-bars.orange .bar { background: linear-gradient(90deg, #FF8D12 0%, #FFC98E 100%); }
.style-unsei-dating-result-progress .progress-bars.yellow .bar { background: linear-gradient(90deg, #FFCA00 0%, #FFE996 100%); }
.style-unsei-dating-result-progress .progress-bars.green .bar  { background: linear-gradient(90deg, #00D794 0%, #7EFFD7 100%); }
.style-unsei-dating-result-progress .progress-bars.purple .bar { background: linear-gradient(90deg, #AF8BFF 0%, #DED0FF 100%); }
.style-unsei-dating-result-progress .progress-bar-count {
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    flex-shrink: 0;
}
.style-unsei-dating-result-table {
    padding-bottom: 30px;
    background: #fff;
}
.style-unsei-dating-explanation {
    background: #fff;
}
.style-unsei-dating-explanation .unsei-explanation-accordion {
    padding: 0;
}
.style-unsei-dating-explanation .style-explanation-button {
    padding: 20px 16px;
    background: linear-gradient(110deg, #FFEFEF 0%, #FFFBEB 100%), linear-gradient(110deg, #FFE6E6 0%, #FFECD1 100%);
    border-top: 1px solid #EAEBEE;
    font-size: 17px;
    font-weight: 600;
}
.style-unsei-dating-explanation .style-explanation-button .icon {
    font-size: 18px;
    font-weight: 600;
}
.style-unsei-dating-explanation .style-explanation-body {
    padding: 23px 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
}
.style-unsei-dating-extra {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: center;
}
.style-unsei-dating-extra .extra-title {
    font-size: 11px;
    color: #ec4899;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}
.style-unsei-dating-extra .extra-sub {
    font-size: 11px;
    color: #999;
    margin-bottom: 4px;
}
.style-unsei-dating-extra .extra-name {
    font-size: 14px;
    font-weight: 800;
    color: #ec4899;
    margin-bottom: 4px;
}
.style-unsei-dating-extra .extra-reason {
    font-size: 11.5px;
    color: #666;
    line-height: 1.5;
}
.style-unsei-dating-lucky {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
}
.style-unsei-dating-lucky .lucky-card {
    background: #fff;
    border-radius: 12px;
    padding: 14px 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.style-unsei-dating-lucky .lucky-label {
    font-size: 10px;
    color: #999;
    margin-bottom: 3px;
}
.style-unsei-dating-lucky .lucky-value {
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

/* ─── 결과 텍스트 박스 (추천 메뉴 / 장소 / 컬러 / 숫자) ─── */
.result-textBox-wrap {
    background: #fff;
}
.result-textBox-wrap .result-textBox {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 23px 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    color: #2A2A2A;
}
.result-textBox-wrap .result-textBox .subtit {
    font-weight: 600;
}
.svgGap {
    display: flex;
    gap: 12px;
    align-content: center;
}

/* ─── 일별 운세 그래프 ─── */
.daily-graph-card {
    background: #fff;
    padding:10px 20px 26px 20px;

}
.daily-graph-header {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}
.daily-graph-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}
.daily-graph-header_sub{
	margin-top:-5px;
}
.daily-graph-sub {
    font-size: 15px;
	font-weight: 400;
    color: #7A7E85;
    margin-top: 1px;
}
.daily-graph-labels {
    display: flex;
    padding: 2px 4px 0;
}



.daily-graph-label {
    flex: 1;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #bbb;
	width:20%;
}

.daily-graph-label.l1{
	text-align: left;

}

.daily-graph-label.l2{
	margin-left:-6%;
}

.daily-graph-label.today {
    font-weight: 800;
    color: #ff6b9d;
	margin-left:6%;
}

.daily-graph-label.r2{
	text-align: right;
	padding-right:6px;
}

.daily-graph-label.r1{
	text-align: right;
}

@keyframes dgBubble {
    from { opacity: 0; transform: scale(0.5) translateY(8px); }
    to   { opacity: 1; transform: scale(1)   translateY(0); }
}

/* ─── 복명태 꿀팁 섹션 ─── */
.bok-section {
    padding: 10px 20px 26px;
    display: flex;
    flex-direction: column;
    gap: 16px;
	background:#FFF;
}
.bok-section-title {
    font-size: 17px;
    font-weight: 700;
	line-height:140%;
    color: #2A2A2A;
    text-align: left;
    margin-bottom: 2px;
}

/* 컬러 + 숫자 미니 카드 행 */
.bok-row {
    display: flex;
    gap: 10px;
}
.bok-mini-card {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    padding: 14px 10px;
	border:1px solid #DCDEE3;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.05);*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.bok-mini-label {
    font-size: 13px;
	font-weight: 600;
    color: #868B94;
}
.bok-mini-color {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #2A2A2A;
}
.bok-color-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
}
.bok-mini-number {
    font-size: 22px;
    font-weight: 900;
    color: #000;
}

/* 아이템 / 장소 / 음식 풀카드 */
.bok-full-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
	border:1px solid #DCDEE3;
	/*box-shadow: 0 2px 8px rgba(0,0,0,0.05);*/
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bok-full-label {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}
.bok-full-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
}
.bok-full-reason {
    font-size: 16px;
	font-weight: 400;
    color: #2A2A2A;
    line-height: 150%;
    margin-top: 2px;
}

/* ─── 사주로 보는 나 ──────────────────────────────── */
.my-saju-cont {
    display: flex;
    padding: 23px 16px 26px;
    flex-direction: column;
    gap: 13px;
}
.my-saju-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.my-saju-box {
    display: flex;
    flex-direction: column;
    padding: 18px 16px;
    align-items: flex-start;
    gap: 6px;
    border-radius: 12px;
}
.my-saju-box .title {
    display: flex;
    gap: 3px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
.my-saju-box .dot {
    position: relative;
    padding-left: 5px;
}
.my-saju-box .dot:before {
    position: absolute;
    width: 2px;
    height: 2px;
    content: "";
    border-radius: 50%;
    top: 50%;
    left: 0;
}
.my-saju-box .radius {
    display: flex;
    align-items: center;
    height: 19px;
    border-radius: 20px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 600;
}
.my-saju-box .text {
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.my-saju-box.green {
    border: 1px solid #D0F4DD;
    background: #ECFEF3;
}
.my-saju-box.green .title { color: #00A63D; }
.my-saju-box.green .title .dot:before { background: #00A63D; }
.my-saju-box.green .title .radius { background: #D4FDE4; }
.my-saju-box.orange {
    border: 1px solid #FFE6C3;
    background: #FFF5EA;
}
.my-saju-box.orange .title { color: #FB5D0F; }
.my-saju-box.orange .title .dot:before { background: #FB5D0F; }
.my-saju-box.orange .title .radius { background: #FFE5CA; }
.my-saju-box.blue {
    border: 1px solid #D7EBFF;
    background: #EDF6FF;
}
.my-saju-box.blue .title { color: #1744D5; }
.my-saju-box.blue .title .dot:before { background: #1744D5; }
.my-saju-box.blue .title .radius { background: #D7EBFF; }
.my-saju-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 5px;
}
.my-saju-tag span {
    border-radius: 20px;
    border: 1px solid #FFCDD5;
    background: #FFF2F2;
    padding: 6px 13px;
    color: #393A40;
    font-size: 15px;
    font-weight: 400;
}
/* ─── 사주로 보는 나 끝 ────────────────────────────── */

/* ─── 공유 툴팁 ─────────────────────────────────────── */
.share-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: transparent;
}
.share-tooltip {
    position: fixed;
    bottom: 88px;
    right: 16px;
    width: 262px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.16);
    z-index: 1201;
    padding: 18px 16px 14px;
    animation: shareTooltipIn 0.22s cubic-bezier(0.34,1.4,0.64,1) both;
}
@keyframes shareTooltipIn {
    from { opacity:0; transform: translateY(12px) scale(0.97); }
    to   { opacity:1; transform: translateY(0)    scale(1); }
}
.share-tooltip-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.share-tooltip-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #2A2A2A;
}

.share-tooltip-title svg {
	margin-top:-1px;
}

.share-tooltip-title svg path{
	fill:#2A2A2A;
}

.share-tooltip-close {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #aaa;
    display: flex;
    align-items: center;
}
.share-tooltip-url {
    background: #F7F8FA;
    border-radius: 10px;
    padding: 11px 12px;
    font-size: 12px;
    color: #555;
    word-break: break-all;
    line-height: 1.5;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}
.share-btn-copy {
    width: 100%;
	height:38px;
    padding: 8px;
    border: 1px solid #FF4990;
    background: #fff;
    color: #FF4990;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 8px;
    transition: background 0.15s, color 0.15s;
}
.share-btn-copy svg {
	width:15px;
}

.share-btn-copy.copied {
    background: #FF4990;
    color: #fff;
    border-color: #FF4990;
}
.share-btn-app {
    width: 100%;
	height:38px;
	padding: 8px;
    background: #FF4990;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}
.share-btn-delete {
    width: 100%;
    background: none;
    border: none;
    padding: 6px 0 2px;
    color: #999;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.share-btn-delete:hover { color: #e8344e; }
@media all and (min-width: 720px) {
    .share-tooltip { right: calc(50% - var(--layout-max-width-half) + 16px); }
}
/* ─── 공유 툴팁 끝 ─────────────────────────────────── */















