@charset "utf-8";
* {
    box-sizing: border-box;
    /*border: 1px solid #b0b0b0;*/
}
body {
    /*background-color: #F6F7F9;*/
}
.container {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    background-color: #F6F7F9;
}
section {
    margin: 0 15px;
}
header {
    background-color: #fff;
    padding: 10px 20px;
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EAEEF3;
    padding: 20px;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.20);
    font-size: 12px;
    font-weight: 500;
}
.mb-appbar {
    margin-bottom: 15px;
}
.mb-content {
    margin-bottom: 10px;
}
.mb-inner {
    margin-bottom: 10px;
}

section {
    background-color: transparent;
}
section.banner {
    background-color: transparent;
}
section.border-round, .border-round {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.head-logo {
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
}
.head-logo .img-head {
    height: 37px;
}

header.app-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background: #6C6AC9;
    line-height: 1;
}
.title-appbar {
    color: #FFF;
    font-family: Spoqa Han Sans Neo;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
}
.app-bar .arrow-left ,
.app-bar .button-right {
    width: 69px;
    position: relative;
}
.arrow-left .icon-left {
    display: inline-block;
    background-image: url("https://amasiacdn.com/miri/luck/icon_left.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    /*margin-bottom: 2px;*/
}

.change-profile {
    border-radius: 4px;
    border: 1px solid #FFF;
    padding: 5px;

    color: #FFF;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.22px;

    display: flex;
    align-items: center;
    gap: 3px;
}
.change-profile:before {
    content: '';
    display: inline-block;
    background-image: url("https://amasiacdn.com/miri/luck/icon_profile.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.title-navigation {
    color: #1A202C;
    font-family: Spoqa Han Sans Neo;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 20px;
}
.title-navigation .icon-navi {
    display: inline-block;
    background-image: url("https://amasiacdn.com/miri/luck/icon_navi.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 2px;
}

.title-sub {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 25px 0;
}

.color-logo {
    color: var(--primaintxt);
}
.color-black {
    color: #000;
}
.chart-wrap {
    background-color: transparent;
    width: 100%;
    min-height: 50px;
    margin: 20px auto;
}
/*.profile-banner {*/
/*    background-image: url("/asset/img/banner_bg.png");*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/

/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.profile-banner {*/
/*    background-image: url(https://amasiacdn.com/miri/luck/banner_bg.png);*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.profile-banner .banner-head {*/
/*    position: relative;*/
/*    height: 200px;*/
/*    flex: 2;*/
/*}*/
/*.profile-text-back {*/
/*    background-image: url("https://amasiacdn.com/miri/luck/banner_back.png");*/
/*    background-size: auto 180px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: left bottom;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.profile-text {*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 35px;*/
/*    left: 25px;*/
/*}*/
/*.banner-head p {*/
/*    margin: 0 0 5px;*/
/*    text-align: center;*/
/*    color: #3B3B3B;*/
/*    font-family: Spoqa Han Sans Neo;*/
/*    font-size: 10px;*/
/*    font-weight: 400;*/
/*    line-height: 1;*/
/*    letter-spacing: -0.2px;*/
/*}*/
/*.img-cloud {*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    left: 115px;*/
/*    width: 80px;*/
/*}*/
/*.banner-head .img-title {width: 70px;margin-bottom: 5px;}*/
/*.profile-banner .banner-tail {*/
/*    flex: 1;*/
/*    padding: 10px 0;*/
/*}*/
/*.profile-hash li {*/
/*    color: #6C6AC9;*/
/*    font-family: Spoqa Han Sans Neo;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    letter-spacing: -0.26px;*/
/*    white-space: nowrap;*/
/*}*/

.profile-banner .image-box {
    max-width: 100%;
}

.button-down {
    display: inline-block;
    text-align: center;
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid #6C6AC9;
    background: #FFF;

    color: #1A202C;
    font-family: Spoqa Han Sans Neo;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -1px;
}

.match-banner {
    position: relative;
}
.match-banner .image-box {
    max-width: 100%;
}
.match-banner .banner-body {
    position: absolute;
    width: 100%;
    top: 0;
}
.match-banner .box-tail {
    padding: 0 45px;
}
.banner-body .match-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 5% 7%;;
    border-radius: 10px;
}
.banner-body .match-box .box-body .body-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: #90A3BF;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.6px;
}
.banner-body .match-box .box-body .body-text .body-symbol {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #506DAF;
    background-color: #FFF;
    margin: 5px auto;
}
.body-text .name {
    display: inline-block;
    font-size: 12px;
}
.banner-body .match-box .box-wrap {
    flex: 2;
}
.banner-body .match-box .box-wrap.center-text {
    text-align: center;
    flex: 1;
    padding-top: 15px;
}
.banner-body .match-box .box-wrap.center-text .match-text {
    color: #1A202C;
    font-family: Spoqa Han Sans Neo;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.7px;
    white-space: nowrap;
}
.banner-body .match-box .box-wrap.center-text .match-text .title-unit {
    color: #388BD7;
    font-size: 14px;
    font-weight: 500;
}
.box-wrap .image-icon {
    display: block;
    width: 48px;
    background-color: #ebe7f5;
    border-radius: 50%;
    margin: 0 auto;
    padding: 8%;
}

.progress-title {
    color: #1A202C;
    font-family: Spoqa Han Sans Neo;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -1px;
}
.progress-title .title-unit {
    font-size: 12px;
}
.progress-title.purple .title-unit {
    color: #4139CD;
}
.progress-title.blue .title-unit {
    color: #018D8D;
}
.progress-bar {
    height: 10px;
    position: relative;
    background: #E4E4E4;
    border-radius: 26px;
    overflow: hidden;
}
.progress-bar span {
    display: block;
    height: 100%;
}
.progress-bar span.progress {
    border-radius: 26px;
    animation: progressBar 3s ease-in-out;
    animation-fill-mode:both;
}
.progress-bar .progress {
    background-color: #5CCAEF;
}
.progress-bar.purple .progress {
    background-color: #CAC7FD;
}
.progress-bar.blue .progress {
    background-color: #3A8BD6;
}

@keyframes progressBar {
    0% { width: 0; }
    100% { width: 100%; }
}

.title-head .head-main {display: block;}

.title-head .head-main {
    color: #90A3BF;
    font-family: Spoqa Han Sans Neo;
    font-size: 13px;
    font-weight: 400;
}
.title-arrow {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}
.title-section {
    color: rgba(26, 32, 44, 0.20);
    font-family: Spoqa Han Sans Neo;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 20px;
}

.title-main {
    color: #1A202C;
    font-family: Spoqa Han Sans Neo;
    font-size: 16px;
    font-weight: 700;
    height: 24px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.title-time {
    color: #90A3BF;
    font-family: Spoqa Han Sans Neo;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.24px;
}
.title-main .title-time {
    display: inline-block;
    border-radius: 6px;
    border: 1px solid rgba(53, 99, 233, 0.20);
    background: rgba(53, 99, 233, 0.00);
    padding: 5px 8px;

    color: #5757D7;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    margin-left: 12px;
}

.title-main .icon-heart {
    display: inline-block;
    background-image: url("https://amasiacdn.com/miri/luck/icon_heart.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-left: 6px;
    margin-bottom: 2px;
}

.title-content {
    color: #333;
    font-family: Spoqa Han Sans Neo;
    font-size: 18px;
    font-weight: 500;
}
.body-content {
    color: #303038;
    font-family: Spoqa Han Sans Neo;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.match-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    gap: 15px;
    border-radius: 10px;
}
.section-celeb .match-box {
    width: 70%;
    margin: 0 auto;
}
.match-box .box-item {
    flex: 1;
}
.box-title {
    color: #1A202C;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.box-title .icon-match {
    display: inline-block;
    background-image: url("https://amasiacdn.com/miri/luck/icon_match.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 6px;
    margin-bottom: 2px;
}
.box-item .box-body {
    display: flex;
    padding: 20px 5px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 20px;
    border: 1px solid #DCE5F1;
    background: #EFF2F6;
}
.box-item .body-text {
    color: #8CA2C0;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: 0.5px;
}
.body-text .date, .body-text .time {
    font-size: 12px;
}
.body-text span {
    display: block;
    white-space: nowrap;
}
.box-item .box-body .body-symbol {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    width: 85px;
    height: 85px;
}
.box-item.myself .box-body .body-symbol.s01 {
    background-color: #F56565;
}
.box-item.myself .box-body .body-symbol.s01:before {
    content: '火';
}
.box-item.myself .box-body .body-symbol.s02 {
    background-color: #000;
}
.box-item.myself .box-body .body-symbol.s02:before {
    content: '水';
}
.box-item.myself .box-body .body-symbol.s03 {
    background-color: #4299E1;
}
.box-item.myself .box-body .body-symbol.s03:before {
    content: '木';
}
.box-item.myself .box-body .body-symbol.s04 {
    background-color: #B3B3B3;
}
.box-item.myself .box-body .body-symbol.s04:before {
    content: '金';
}
.box-item.myself .box-body .body-symbol.s05 {
    background-color: #ECC94B;
}
.box-item.myself .box-body .body-symbol.s05:before {
    content: '土';
}

.box-item.opponent .box-body .body-symbol {
    background-color: #00B5D8;
}
.box-item .box-foot {
    height: 2.5rem;
    margin: 0 auto;
    background-image: url("https://amasiacdn.com/miri/luck/icon_match_box.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.form-desc.list-disc {
    list-style: disc;
}
.form-desc.list-disc li {
    margin-left: 12px;
}

.action-share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}
.action-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    padding: 15px 0;
}
.action-item.copy {
    background-color: #8295D7;
}
.action-item.share {
    background-color: #6195E2;
}
.icon-text {
    color: #FFF;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.24px;
}
.icon-copy {
    display: inline-block;
    background-image: url("https://amasiacdn.com/miri/luck/icon_save.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 1px;
    margin-bottom: 1px;
}
.icon-share {
    display: inline-block;
    background-image: url("https://amasiacdn.com/miri/luck/icon_share.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.luck-today .box-card {
    display: grid;
    gap: 10px 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, minmax(50px, auto));
}
.card-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.luck-today .box-card .card-item {
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    flex-direction: column;
    padding: 10px 0;
}

.luck-today .box-card .card-item .image-wrap {
    width: 30px; height: 30px;
}

.luck-year .box-card {
    display: grid;
    gap: 10px 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, minmax(50px, auto));
}
.luck-year .box-card .card-item {
    border: 0;
    flex-direction: column;

    border-radius: 0px 0px 8px 8px;
    background: #FFF;
    /*box-shadow: 0px 4px 16px 0px rgba(34, 34, 34, 0.04);*/
}
.luck-year .box-card .card-item .image-wrap {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.luck-year .box-card .card-item .card-title {
    color: #1A202C;
    font-family: Spoqa Han Sans Neo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
}
.luck-year .box-card .card-item .card-body {
    color: #878787;
    font-family: Spoqa Han Sans Neo;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.match-result {
    border-radius: 10px;
    border: 1px solid #D3EEFF;
    background: #EDF8FF;
    text-align: center;
    padding: 20px 0;
}
.title-match {
    color: #1A202C;
    font-family: Spoqa Han Sans Neo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1px;
}
.subtitle-match {
    color: #00A3FF;
    font-family: Spoqa Han Sans Neo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.photo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.photo-box .profile {
    position: relative;
    /*border-radius: 50%;*/
    /*border: 4px solid #82D2FF;*/
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-image {
    border-radius: 50%;
    border: 0;
    width: 106px;
    height: 106px;
    z-index: 2;

    filter: blur(2px);
    -webkit-filter: blur(2px);

    background-size: cover;
    background-repeat: no-repeat;
}
.filter-box {
    border-radius: 50%;
    border: 4px solid #82D2FF;
    width: 110px;
    height: 110px;
    background: transparent;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.profile-inner {
    width: 55px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 50%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #FFF;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
}

/*.photo-box {*/
/*}*/
/*.section-match .box-card {*/
/*    display: grid;*/
/*    gap: 10px 10px;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    grid-template-rows: repeat(1, minmax(100px, auto));*/
/*}*/
/*.section-match.opponent .box-card {*/
/*    display: grid;*/
/*    gap: 10px 10px;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*    grid-template-rows: repeat(1, minmax(100px, auto));*/
/*}*/

.section-match .box-card {
    display: flex;
    gap: 10px;
}
.section-match .box-card .card-item {
    flex: 1;
    display: flex;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #DCE5F1;
    background-color: #FFF;
}
.section-match .box-card .card-item .score {
    display: inline-block;
    color: #CC63A8;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    /*height: 50px;*/
}
.section-match .box-card .card-item .text {
    display: inline-block;
    color: #8CA2C0;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.48px;
}
.card-item .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.card-item.saju .icon {
    background-image: url("https://amasiacdn.com/miri/luck/icon_saju.png");
}
.card-item.star .icon {
    background-image: url("https://amasiacdn.com/miri/luck/icon_star.png");
}
.card-item.twelve .icon {
    background-image: url("https://amasiacdn.com/miri/luck/icon_twelve.png");
}

/* MODAL */
.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto 0; /* 15% from the top and centered */
    padding: 35px 15px 15px;
    border: 1px solid #888;
    width: 90%;
    max-width: 400px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.close {
    position: absolute;
    right: 8px;
    top: 1px;
    color: #aaa;
    font-size: 18px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-title {
    color: #1A202C;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.32px;
}
.modal-body {
    color: #90A3BF;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;

    padding: 10px 0;
}
.modal-button {
    width: 100%;
}
.modal-content .form-button {
    display: block;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-family: Spoqa Han Sans Neo;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
}
.modal .text-button {
    display: block;
    color: #FFF;
    background-color: transparent;
    text-align: center;
    margin: 15px auto 0;
    font-family: Spoqa Han Sans Neo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    text-decoration-line: underline;
}
/* MODAL */

.divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    margin: 20px auto 25px;
}
.search-hash {
    display: flex;
    /*justify-content: space-around;*/
    gap: 6px;
}
.search-hash li {
    display: inline-block;
    border-radius: 6px;
    background: #E7F6FF;
    padding: 4px 6px;
    color: #5757FA;
    font-family: Spoqa Han Sans Neo;
    font-size: 10px;
    font-weight: 400;
}

/* FORM */
input, textarea, select {
    outline: none;
    border: none;
}
button { outline: none; }
.input-select {
    border: unset;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}
input::placeholder, textarea::placeholder {
    /*color:#c5c8ce;*/
    color: #90A3BF;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.form-wrap {padding: 10px 0;font-size: var(--text-size);}
.form-wrap.form-radio {
    padding: 10px 0 0;
    margin-bottom: 10px;
    /*border-bottom: solid 1px var(--text-input-inactive-color);*/
}
.form-wrap .form-desc {
    color: #90A3BF;
    font-family: Spoqa Han Sans Neo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
}
/*.form-wrap .form-desc {*/
/*    color: #626262;*/
/*    font-size: 9px;*/
/*    font-weight: 400;*/
/*    line-height: 1.7;*/
/*    padding-left: 10px;*/
/*}*/
/*.form-desc li:before {*/
/*    content: "∙";*/
/*    margin-right: 3px;*/
/*    font-size: 10px;*/
/*    font-weight: 600;*/
/*}*/
.form-wrap.form-action {
    padding: 10px 0;
}
input[type=checkbox], input[type=radio] {
    margin: 8px 5px 8px 0px;
}
.input-text, .input_textarea, .input-select {
    width: 100%;
    font-size: var(--text-size);
    /*padding:7px;*/
    /*border-bottom: solid 1px var(--text-input-inactive-color);*/
    outline: 0;
    padding: 8px 16px;
    border-radius: 10px;
    background-color: #F6F7F9;
}

.input_textarea {border-radius: 5px;min-height:200px;}
.input-radio-label {margin-right: 15px;}
.form-wrap .input-label {
    display: block;
    padding: 8px 0 12px;

    color: #1A202C;
    font-family: Spoqa Han Sans Neo;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
}
.form-button {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--gray90);
    background-color: transparent;
    border-radius: 12px;
}
.form-button.active {
    /*background-color: var(--primain);*/
    border-radius: 8px;
    background-color: #343379;
    color: #FFF;
    font-family: Spoqa Han Sans Neo;
    padding: 15px 0;
}
.form-button.text {
    color: rgba(0, 0, 0, 0.20);
    background-color: transparent;
}
.form-button.outline {
    border: solid 1px var(--gray80);
}

.input-text.search {
    border-radius: 10px;
    border: 1px solid #E2E9F2;
    background: #FFF;
    background: url("https://amasiacdn.com/miri/luck/icon_search.png") no-repeat scroll 7px 7px;
    background-image: url("https://amasiacdn.com/miri/luck/icon_search.png");
    background-position: 7px 15px;
    background-size: 16px 16px;
    background-repeat: no-repeat;

    padding: 15px 60px 15px 30px;
    line-height: 16px;
}
.form-wrap.search {
    position: relative;
}
.form-button.search {
    width: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    background: #343379;

    color: #FFF;
    font-family: Spoqa Han Sans Neo;
    font-size: 12px;

    position: absolute;
    top: 18px;
    right: 10px;
}
/* FORM */

.icon-down {
    display: inline-block;
    background-image: url("https://amasiacdn.com/miri/luck/icon_down.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.search-result .result-head {
    display: flex;
    justify-content: space-between;
}
.result-head .head-title {
    display: flex;
    align-items: center;
    color: #1A202C;
    font-family: Spoqa Han Sans Neo;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
}
.result-head .head-title .count {
    color: #5757D7;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0.22px;
    margin-left: 11px;
}
.result-body .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin: 13px 0;
}
.result-body .item-profile {
    color: #303038;
    font-family: Spoqa Han Sans Neo;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    flex: 1;
    padding-left: 12px;
}
.tti {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.t01 {
    background-image: url("https://amasiacdn.com/miri/luck/t01.png");
}
.t02 {
    background-image: url("https://amasiacdn.com/miri/luck/t02.png");
}
.t03 {
    background-image: url("https://amasiacdn.com/miri/luck/t03.png");
}
.t04 {
    background-image: url("https://amasiacdn.com/miri/luck/t04.png");
}
.t05 {
    background-image: url("https://amasiacdn.com/miri/luck/t05.png");
}
.t06 {
    background-image: url("https://amasiacdn.com/miri/luck/t06.png");
}
.t07 {
    background-image: url("https://amasiacdn.com/miri/luck/t07.png");
}
.t08 {
    background-image: url("https://amasiacdn.com/miri/luck/t08.png");
}
.t09 {
    background-image: url("https://amasiacdn.com/miri/luck/t09.png");
}
.t10 {
    background-image: url("https://amasiacdn.com/miri/luck/t10.png");
}
.t11 {
    background-image: url("https://amasiacdn.com/miri/luck/t11.png");
}
.t12 {
    background-image: url("https://amasiacdn.com/miri/luck/t12.png");
}


.item-symbol {
    width: 60px;
    height: 60px;
    background-image: url("https://amasiacdn.com/miri/luck/t_border.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
}
.result-body .item-profile .name {
    font-size: 14px;
    margin-right: 3px;
}
.result-body .item-profile .job {
    color: #6C6AC9;
    margin-right: 5px;
}
.result-body .item-button .match-button {
    width: 70px;
    height: 25px;
    border-radius: 4px;
    background: #6C6AC9;

    color: #FFF;
    font-family: Spoqa Han Sans Neo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
}

.luck-info-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
}
.item-o-box {
    flex: 1;
    border-radius: 12px;
    background: #F9F9FB;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.item-o-box.blue {
    background-color: #DAEFFF;
}
.item-o-box.red {
    background-color: #FFEDED;
}
.item-o-box .item-text {
    color: #5B5D6B;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.16px;
}
.item-o-box .item-img img {
    width: 24px;
    height: 24px;
}

.mb-20 {
    margin-bottom: 20px;
}
.text-center {
    text-align: center;
}
.py-40 {
    padding-left: 40px;
}
.w-80p {
    width: 80%;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 4px;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: rgb(92, 202, 239);
    width: 25px;
    border-radius: 6px;
}

.owl-carousel{
    position: relative;
}

.owl-dots{
    position: absolute;
    bottom:10px;
    left:43%;
    right:43%;
}