@charset "UTF-8";

.market_price {
    padding-top: 80px;
    background: #F2F4F6;
}
.market_price h2 {
    font-size: 32px;
    font-weight: 600;
}
.market_price .con01 {
    position: relative;
    height: 885px;
    padding: 128px 0;
    background: #F2F4F6;
}
.market_price .con01 .skeleton_loading {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    margin: 0 auto;
    padding: 128px 0;
    width: 1128px;
    height: 100%;
}
.market_price .con01 .skeleton_loading > .space_between {
    margin-bottom: 32px;
    height: 45px;
}
.market_price .con01 .skeleton_loading > .space_between .skeleton:first-child {
    width: 428px;
    height: 100%;
}
.market_price .con01 .skeleton_loading > .space_between .skeleton:last-child {
    width: 101px;
    height: 100%;
}
.market_price .con01 .skeleton_loading > div:last-child {
    display: flex;
    justify-content: space-between;
    height: 552px;
}
.market_price .con01 .skeleton_loading > div:last-child > .skeleton {
    width: 552px;
    height: 552px;
}
.market_price .con01 .skeleton_loading > div:last-child ul li.skeleton {
    margin-top: 32px;
    width: 552px;
    height: 132px;
}
.market_price .con01 .skeleton_loading > div:last-child ul li.skeleton:first-child {
    margin-top: 0;
    width: 552px;
    height: 224px;
}
.market_price .con01 .top {
    position: relative;
    margin-bottom: 32px;
}
.market_price .con01 .top .title {
    display: flex;
    align-items: flex-end;
}
.market_price .con01 .top .title > span {
    display: block;
    margin: 0 12px 8px 16px;
    width: 62px;
    height: 30px;
    line-height: 30px;
    border-radius: 22.5px;
    color: var(--White-0, #FFF);
    background: #F00;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.market_price .con01 .top .title > p {
    margin-bottom: 5px;
    color: var(--Gray-600, #727272);
    font-size: 20px;
}
.market_price .con01 .top .title > p:last-of-type {
    margin: 0 0 5px 8px;
    display: inline-block;
}
.market_price .con01 .top .title > svg {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}
.market_price .con01 .top .radio_box {
    display: flex;
    padding: 6px;
    width: 102px;
    height: 44px;
    border-radius: 9px;
    background: var(--Gray-100, #DDD);
}
.market_price .con01 .top .radio_box input {
    display: none;
}
.market_price .con01 .top .radio_box label {
    display: block;
    width: 44px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: transparent;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.market_price .con01 .top .radio_box label:last-of-type {
    line-height: 28px;
}
.market_price .con01 .top .radio_box input[type=radio]:checked + label {
    background: var(--White-0, #FFF);
}
.market_price .con01 .biz_price_box {
    display: flex;
    justify-content: space-between;
    height: 552px;
}
.market_price .con01 .biz_price_box ul {
    width: 552px;
}
.market_price .con01 .biz_price_box ul li {
    position: relative;
    padding: 0 32px;
    width: 100%;
    height: 132px;
    border-radius: 12px;
    background: #F9FAFB;
    font-weight: 600;
    transition: width 0.3s ease;
}
.market_price .con01 .biz_price_box ul li:first-child {
    height: 224px;
}
.market_price .con01 .biz_price_box ul li:not(:last-child) {
    margin-bottom: 32px;
}
.market_price .con01 .biz_price_box ul li.on {
    background: var(--White-0, #FFF);
}
.market_price .con01 .biz_price_box ul li:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.market_price .con01 .biz_price_box ul li .area {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.market_price .con01 .biz_price_box ul li:first-child .area {
    padding-top: 4px;
    height: 126px;
}
.market_price .con01 .biz_price_box ul li:first-child .area.premium {
    padding-top: 0;
    border-top: 1px solid var(--Gray-100, #DDD);
    height: 98px;
}
.market_price .con01 .biz_price_box ul li .area > * {
    display: flex;
    align-items: center;
}
.market_price .con01 .biz_price_box ul li .area > p {
    font-size: 24px;
}
.market_price .con01 .biz_price_box ul li .area > p img {
    margin-right: 12px;
    width: 30px;
}
.market_price .con01 .biz_price_box ul li .area .profit,
.market_price .con01 .biz_price_box ul li .area.premium > p {
    padding-top: 0;
    font-size: 20px;
}
.market_price .con01 .biz_price_box ul li .area.premium > p img {
    width: 28px;
}
.market_price .con01 .biz_price_box ul li .area > div > p {
    margin-left: 8px;
    margin-right: 6px;
    font-size: 32px;
}
.market_price .con01 .biz_price_box ul li .area.premium > div > p {
    font-size: 24px;
}
.market_price .con01 .biz_price_box ul li .area span {
    padding-top: 6px;
    color: var(--Gray-500, #868686);
    font-size: 20px;
}
.market_price .con01 .biz_price_box ul li .area.premium .profit,
.market_price .con01 .biz_price_box ul li .area.premium span {
    font-size: 16px;
}
.market_price .con01 .biz_price_box > .chart_box .text_area .profit::before,
.market_price .con01 .biz_price_box ul li .area .profit::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 3px;
    width: 16px;
    height: 12px;
    background: url("../img/profit_icon.png") no-repeat center / contain;
}
.market_price .con01 .biz_price_box > .chart_box .text_area .profit.up::before,
.market_price .con01 .biz_price_box ul li .area .profit.up::before {
    top: -2px;
    background: url("../img/profit_up_icon.png") no-repeat center / contain;
}
.market_price .con01 .biz_price_box > .chart_box .text_area .profit.down::before,
.market_price .con01 .biz_price_box ul li .area .profit.down::before {
    background: url("../img/profit_down_icon.png") no-repeat center / contain;
}
.market_price .con01 .biz_price_box ul li .area.premium .profit::before {
    margin-right: 2px;
    width: 12px;
    height: 9px;
}
.market_price .con01 .biz_price_box > .chart_box {
    position: relative;
    display: none;
    justify-content: space-between;
    flex-direction: column;
    width: 552px;
    height: 552px;
    border-radius: 12px;
    background: var(--White-0, #FFF);
}
.market_price .con01 .biz_price_box > .chart_box.on {
    display: flex;
}
.market_price .con01 .biz_price_box > .chart_box .text_area {
    padding: 40px 40px 0;
    font-weight: 600;
}
.market_price .con01 .biz_price_box > .chart_box .text_area > p {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 32px;
}
.market_price .con01 .biz_price_box > .chart_box .text_area > p img {
    margin-right: 8px;
    width: 32px;
}
.market_price .con01 .biz_price_box > .chart_box .text_area > p .num {
    margin-left: 8px;
    padding-top: 3px;
    color: var(--Gray-400, #9B9B9B);
    font-size: 24px;
    font-weight: 500;
}
.market_price .con01 .biz_price_box > .chart_box .text_area > div {
    display: flex;
    align-items: baseline;
    font-size: 40px;
}
.market_price .con01 .biz_price_box > .chart_box .text_area > div span {
    margin-left: 8px;
    color: var(--Gray-500, #868686);
    font-size: 24px;
}
.market_price .con01 .biz_price_box > .chart_box .text_area .profit {
    font-size: 32px;
}
.market_price .con01 .biz_price_box > .chart_box .text_area .profit::before {
    top: -1px;
    margin-right: 8px;
    width: 24px;
    height: 18px;
}
.market_price .con01 .biz_price_box > .chart_box .text_area .profit.up::before{
    top: -3px;
}
.market_price .con01 .biz_price_box > .four_nine_chart_box .premium_badge {
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
}
.market_price .con01 .biz_price_box > .four_nine_chart_box .premium_badge button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    width: 100px;
    height: 32px;
    border-radius: 8px;
    background: var(--Blue-Gray-200, #E2E8F0);
    color: var(--Gray-700, #5E5E5E);
    font-size: 20px;
    font-weight: 700;
}
.market_price .con01 .biz_price_box > .four_nine_chart_box .premium_badge button:hover {
    background: var(--Blue-Gray-300, #CBD5E1);
}
.market_price .con01 .biz_price_box > .four_nine_chart_box .premium_badge button img {
    margin-right: 4px;
    width: 24px;
}
.market_price .con01 .biz_price_box > .four_nine_chart_box .premium_badge .desc {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 64px;
    border-radius: 10px;
    background: rgba(148, 163, 184, 0.70);
    color: var(--White-0, #FFF);
    font-size: 14px;
    font-weight: 600;
    transition: opacity 0.3s;
}
.market_price .con01 .biz_price_box > .four_nine_chart_box .premium_badge button:hover + .desc {
    visibility: visible;
    opacity: 1;
}
.market_price .con01 .biz_price_box > .chart_box .chart_area {
    padding: 0 32px 36px;
}
.market_price .con02 {
    padding: 80px 0;
    height: 702px;
    background: var(--White-0, #FFF);
}
.market_price .con02 .skeleton_loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: var(--White-0, #FFF);
}
.market_price .con02 .skeleton_loading .skeleton {
    background-color: #F8F8F8;
    -webkit-animation: skeleton-gradient02 1.8s infinite ease-in-out;
    animation: skeleton-gradient02 1.8s infinite ease-in-out;
}
.market_price .con02 .title {
    position: relative;
    margin-bottom: 48px;
    height: 45px;
}
.market_price .con02 .title .skeleton_loading .skeleton {
    width: 360px;
    height: 100%;
}
.market_price .con02 .bottom {
    display: flex;
}
.market_price .con02 .bottom > div:first-child {
    position: relative;
    display: flex;
    width: 768px;
    height: 449px;
}
.market_price .con02 .bottom > div:first-child .skeleton_loading {
    display: flex;
}
.market_price .con02 .bottom > div:first-child .skeleton_loading .skeleton {
    margin-right: 24px;
    width: 360px;
    height: 100%;
}
.market_price .con02 table {
    margin-right: 24px;
    width: 360px;
    height: 100%;
}
.market_price .con02 table thead tr {
    border-bottom: 1px solid var(--Gray-50, #F3F3F3);
}
.market_price .con02 table thead tr th {
    padding: 0 24px 16px 20px;
    text-align: left;
    color: var(--Gray-700, #5E5E5E);
    font-weight: 700;
}
.market_price .con02 table thead tr th:last-child {
    padding: 0 20px 16px 0;
}
.market_price .con02 table tbody tr {
    height: 51px;
    background: var(--White-0, #FFF);
}
.market_price .con02 table tbody tr:not(.padding):hover td {
    background: var(--Gray-50, #F3F3F3);
}
.market_price .con02 table tbody tr td {
    padding: 14px 24px 14px 20px;
    width: 192px;
    border-radius: 8px 0 0 8px;
}
.market_price .con02 table tbody tr td:last-child {
    padding: 14px 20px 14px 0;
    width: 168px;
    font-weight: 600;
    color: var(--Blue-600, #070099);
    border-radius: 0 8px 8px 0;
}
.market_price .con02 .simple_calc_box {
    position: relative;
    width: 360px;
    height: 302px;
}
.market_price .con02 .simple_calc_box .skeleton_loading .skeleton {
    width: 100%;
    height: 100%;
}
.market_price .con02 .simple_calc_box > .simple_calc {
    padding: 36px 32px;
    width: 360px;
    height: 302px;
    font-weight: 600;
    border-radius: 12px;
    border: 1px solid var(--Gray-100, #DDD);
    box-sizing: border-box;
}
.market_price .con02 .simple_calc_box h3 {
    font-size: 20px;
}
.market_price .con02 .simple_calc_box > div:last-child > p {
    margin: 10px 0 20px;
    color: var(--Gray-600, #727272);
}
.market_price .con02 .simple_calc_box .input_box {
    position: relative;
    margin-bottom: 16px;
}
.market_price .con03 .calc_box .input_box input,
.market_price .con02 .simple_calc_box .input_box input {
    padding-right: 54px;
    font-weight: 600;
}
.market_price .con03 .calc_box .input_box span,
.market_price .con02 .simple_calc_box .input_box span {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.market_price .con02 .simple_calc_box > div:last-child > .form_control {
    display: flex;
    justify-content: space-between;
    padding: 18px 14px;
    background: var(--White-100, #F8F8F8);
}
.market_price .con02 .simple_calc_box > div:last-child > .form_control p {
    color: var(--Blue-600, #070099);
}
.market_price .con03 {
    padding: 80px 0;
    height: 616px;
    background: var(--Blue-Gray-100, #F1F5F9);
}
.market_price .con03 .calc_box {
    position: relative;
    margin: 32px 0 48px;
    padding: 64px 96px 48px;
    border-radius: 12px;
    background: var(--White-0, #FFF);
    box-shadow: 0 0 15px 0 #CCD4DF;
    font-weight: 600;
}
.market_price .con03 .calc_box::before {
    content: "";
    position: absolute;
    top: -114px;
    right: 0;
    display: block;
    margin-right: 4px;
    width: 256px;
    height: 114px;
    background: url("../img/calculator.png") no-repeat center / 256px 114px;
}
.market_price .con03 .calc_box h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}
.market_price .con03 .calc_box .input_box {
    position: relative;
    margin-bottom: 40px;
}
.market_price .con03 .calc_box > p {
    color: var(--Gray-400, #9B9B9B);
    font-size: 24px;
    text-align: center;
}
.market_price .con03 .calc_box > .result {
    display: none;
    color: var(--Gray-900, #222);
}
.market_price .con03 .calc_box > .result span {
    color: var(--Blue-500, #3029CC);
}
.market_price .con03 .inner > button {
    margin: 0 auto;
    width: 358px;
    height: 56px;
}
.market_price .con04 {
    padding: 80px 0 128px;
    height: 597px;
    background: var(--White-0, #FFF);
}
.market_price .con04 h2 {
    margin-bottom: 22px;
}
.market_price .con04 .news_swiper {
    margin: 0 auto;
    padding: 10px;
    width: 1148px;
    overflow: hidden;
}
.market_price .con04 .news_swiper .swiper-wrapper {
    margin-bottom: 40px;
}
.market_price .con04 .news_swiper .swiper-slide a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    width: 360px;
    height: 264px;
    border-radius: 12px;
    background: var(--White-0, #FFF);
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.20);
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}
.market_price .con04 .news_swiper .swiper-slide a:hover {
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.32);
}
.market_price .con04 .news_swiper .swiper-slide a > div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    word-break: break-all;
}
.market_price .con04 .news_swiper .swiper-slide a > p {
    color: var(--Gray-300, #B0B0B0);
    font-size: 20px;
}
.market_price .con04 .news_swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.market_price .con04 .news_swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 6px;
    width: 48px;
    height: 8px;
    border-radius: 6px;
    background: var(--Gray-50, #F3F3F3);
    opacity: 1;
}
.market_price .con04 .news_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--Blue-600, #070099);
}

@-webkit-keyframes skeleton-gradient02 {
    0% {
        background-color: #F8F8F8;
    }
    50% {
        background-color: rgba(248, 248, 248, 0.50);
    }
    100% {
        background-color: #F8F8F8;
    }
}
@keyframes skeleton-gradient02 {
    0% {
        background-color: #F8F8F8;
    }
    50% {
        background-color: rgba(248, 248, 248, 0.50);
    }
    100% {
        background-color: #F8F8F8;
    }
}