/* common */
a {
    font-size: inherit;
    color: #222;
}
[class*=" xi-"],[class^=xi-] {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.fixed_header .header_wrap {
    border-bottom: 0 !important;
}
.lnbs {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
.lnbs > ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.lnbs>ul>li {
    color: #222;
    font-family: 'pretendard';
    font-size: 18px;
    padding: 13px 0;
}
li.lnb_on {
    font-weight: bold;
    position: relative;
    border-bottom: 3px solid var(--buyble_blue, #2979FF);
}
.lnbs>ul>li>a {
    color: inherit !important;
}
.body .content {
    padding-top: 0 !important;
    margin-top: 100px !important;
}
.wrap-content {
    width: 1200px;
    background-color: #fff;
    color: #222;
    margin: 0 auto;
    padding: 0 0 70px 0;
    /* overflow: hidden; */
}
.bg {
    position: relative;
}
.bg.ggray {
    background-color: #F6F6F6;
    padding: 20px 0 70px 0;
}
.bg.blue {
    background-color: #EDF3FE;
    padding-bottom: 70px;
    overflow: hidden;
}
.bg > .bg-content {
    width: 1200px;
    margin: 0 auto;
}
.wrap-title {
    margin: 70px 0 20px 0;
    position: relative;
}
.wrap-title .title-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: fit-content;
    position: relative;
}
.wrap-title .title-flex .title-badge {
    background-color: #FFCF26;
    border-radius: 50px;
    padding: 5px 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.wrap-title .info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.wrap-title .info-wrap .title-info {
    width: 50%;
}
.glofing-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
}
.glofing-subtitle {
    font-size: 16px;
    color: #555;
    margin-top: 8px;
    letter-spacing: -0.36px;
    font-weight: normal;
}
.title-link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.42px;
    position: absolute;
    bottom: -5px;
    right: -10px;
    padding: 5px 10px;
}
.title-info {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.title-info.only {
    position: relative;
    text-align: right;
}
.briefing-wrap {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 30px 40px;
    display: flex;
    align-items: stretch;
}
.briefing-wrap > div {
    width: 50%;
}
.briefing-wrap > div:nth-of-type(1) {
    padding-right: 50px;
    position: relative;
    border-right: 1px solid #e1e1e1;
}
.briefing-wrap > div:nth-of-type(2) {
    padding-left: 50px;
}
.briefing-wrap > div > h2 {
    font-size: 20px;
    padding-left: 40px;
    position: relative;
    line-height: 30px;
    margin-bottom: 10px;
}
.briefing-wrap > div > h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background-image: url(../img/ic_pie.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.briefing-wrap > div:nth-of-type(2) > h2::before {
    background-image: url(../img/ic_bar_graph.png);
}
.briefing-wrap > div > p {
    font-size: 16px;
    color: #333;
    letter-spacing: -0.48px;
    line-height: 160%;
}
.news-wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.news-wrap.blue {
    background-color: #EDF3FE;
}
.news-wrap ul {
    width: 50%;
    box-sizing: border-box;
}
.news-wrap ul:nth-of-type(1) {
    padding-right: 30px;
    border-right: 1px solid #e1e1e1;
}
.news-wrap ul:nth-of-type(2) {
    padding-left: 30px;
}
.news-wrap li {
    margin-bottom: 30px;
}
.news-wrap li:last-child {
    margin-bottom: 0;
}
.news-wrap li > .news-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.news-wrap li > .news-desc {
    font-size: 14px;
    color: #333;
    letter-spacing: -0.3px;
    font-weight: 400;
    line-height: 1.4em;
    height: 4.2em;
    margin: 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.news-wrap li > .news-title b, .news-wrap li > .news-desc b {
    font-size: inherit;
    font-weight: inherit;
}
.news-wrap li > span {
    color: #2979ff;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
}
.content-wrap4 {
    display: flex;
    gap: 24px;
}
.thumbnail-insight {
    height: 159px;
    width: 282px;
    position: relative;
    margin-bottom: 13px;
    cursor: pointer;
}
.thumbnail-image {
    height: 159px;
    width: 100%;
    background-size: contain;
    border-radius: 5px;
}
span.insight-category {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #f6f6f6;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
}
.content-insight > h2 {
    overflow: hidden;
    color: #222;
    text-overflow: ellipsis;
    white-space: normal;
    font-family: 'Pretendard';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 46px;
}
.content-insight > h2:hover {
    text-decoration: underline;
}
.content-category {
    margin: 10px 0;
}
.content-category > span {
    background: #4285f41a;
    color: #2979ff;
    padding: 2px 7px;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 700;
    font-size: 14px;
}
.content-writer {
    display: block;
    margin-top: 10px;
}
.content-user-porfile {
    position: relative;
}
.profile-image {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.profile-image > img {
    width: 100%;
}
.profile-nickname {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
}
.wrap-content.flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-top: 70px;
}
.left-lnbs {
    min-width: 180px;
}
.left-lnbs > li {
    border-right: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.left-lnbs > li.active {
    background-color: #EDF3FE;
    border-color: #2979FF;
    border-width: medium;
}
.left-lnbs > li > a {
    display: block;
    padding: 13px 16px;
}
.left-lnbs > li img {
    width: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 18px;
}
.left-lnbs > li.active img {
    -webkit-filter: brightness(0) invert(0.1);
    filter: brightness(0) invert(0.1);
}
.left-lnbs > li span.like-cnt {
    background-color: #FF2E2E;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.24px;
    text-align: center;
    min-width: 22px;
    display: inline-block;
    line-height: 22px;
    vertical-align: bottom;
}
.wrap-content.flex > div {
    width: 100%;
    overflow: hidden;
}
.market-detail-top {
    background-color: transparent;
    padding: 70px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.bg.market-detail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg.currency {
    background-image: url(../img/bg_currency.png);
}
.bg.metals {
    background-image: url(../img/bg_metals.png);
}
.bg.energy {
    background-image: url(../img/bg_energy.png);
}
.bg.industrial {
    background-image: url(../img/bg_industrial.png);
}
.bg.agricultural {
    background-image: url(../img/bg_agricultural.png);
}
.bg.livestock {
    background-image: url(../img/bg_livestock.png);
}
.market-detail-top img {
    width: 60px;
}
.market-detail-top h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1.2px;
}
.market-detail-top p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-top: 17px;
}
.floating-wrap {
    position: absolute;
    top: 485px;
    left: 1200px;
    z-index: 1;
    display: block;
    display: none;
}
.floating-wrap li {
    position: relative;
    height: 54px;
    margin-bottom: 10px;
}
.floating-wrap li button {
    background: transparent;
    cursor: pointer;
}
.floating-wrap li button img {
    width: 54px;
}
.floating-wrap li button[data-type=like] {
    background-image: url(../img/ic_like_circle.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.floating-wrap li button.check[data-type=like] {
    background-image: url(../img/ic_like_full_circle.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.floating-wrap li button#calcBtn:hover ~ .floating-toast {
    opacity: 1;
}
.floating-wrap .floating-toast {
    position: absolute;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.28px;
    border-radius: 10px 10px 0px 10px;
    top: -25px;
    right: 80%;

    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.floating-wrap #btnTop {
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.glofing-popup {
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 1px solid #222;
    padding: 30px;
    position: fixed;
    top: 50px;
    left: 35%;
    min-width: 600px;
    display: none;
    z-index: 9999;
}
.glofing-popup .popup-close-btn {
    background-color: transparent;
    background-image: url(../img/ic_close.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.glofing-popup .glofing-popup-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    display: inline-block;
    cursor: move;
}
.glofing-popup .popup-tabmenu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 20px;
}
.glofing-popup .popup-tabmenu li {
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #666;
    border-bottom: 3px solid #ccc;
    padding: 10px 0;
    cursor: pointer;
}
.glofing-popup .popup-tabmenu li.active {
    color: #2979ff;
    border-color: #2979ff;
}
.glofing-popup .wrap-popup-content {
    position: relative;
}
.glofing-popup .popup-content {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 20px;
    display: grid;
    gap: 20px;
    margin-bottom: 15px;
}
.glofing-popup .popup-content.update {
    transform-origin: bottom;
    transform: scaleY(0);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    left: 0;
    right: 0;
    bottom: -15px;
    position: absolute;
    padding-top: 33px;
    gap: 10px;
    z-index: 1;
}
.glofing-popup .popup-content.update.open {
    transform: scaleY(1);
}
.close-popup-content {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    padding: 12px 10px;
    background: transparent;
    cursor: pointer;
    color: #888;
}
.glofing-popup .popup-content-title {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.popup-content-title > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    /* margin-right: 85px; */
}
.glofing-popup .popup-content-title .icon {
    width: 36px;
}
.glofing-popup .popup-content-title span {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.glofing-popup .popup-content-title p {
    font-size: 24px;
    font-weight: 700;
    color: #222;
}
.glofing-popup .popup-content-title h2 {
    font-size: 20px;
}
.glofing-popup .custom-selectbox-view span {
    color: #2979ff;
}
.glofing-popup .popup-content-info {
    text-align: center;
    line-height: 160%;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.42px;
}
.glofing-popup .popup-content-info b {
    color: #2979ff;
    font-size: inherit;
}
.glofing-popup .popup-content-info span {
    color: #222;
    font-weight: 700;
    font-size: inherit;
}
.glofing-popup select {
    border: 1px solid #CCC;
    background-color: #FFF;
    height: 40px;
    border-radius: 5px;
    padding: 10px 35px 10px 15px;
    box-sizing: border-box;
    width: auto;
    color: #666;
    font-family: 'Pretendard' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
select[data-toggle="category"] {
    background-image: url(../img/ic_angle_down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
input[data-input="market-price"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 15px;
    width: 110px;
    font-size: 14px;
    color: #2979ff;
    font-weight: 600;
    outline: none;
    text-align: right;
}
.glofing-popup.briefing input[data-input="market-price"] {
    width: 50px;
}
input[data-input="market-price-unit"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 15px;
    color: #222;
    font-size: 20px;
    width: 250px;
    text-align: right;
    outline: none;
    font-weight: 600;
}
input[data-input="market-price-res"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 15px;
    color: #2979FF;
    font-size: 24px;
    width: 250px;
    text-align: right;
    outline: none;
    font-weight: 600;
}
.glofing-popup .glofing-input-wrap {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.42px;
    text-align: center;
    display: block;
    margin: 0 auto;

    width: 400px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}
.glofing-popup .glofing-input-wrap span {
    font-size: inherit;
}
.glofing-popup .glofing-input-wrap .quick-calc-btn {
    background: white;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 4px 15px;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    margin: 0 2px;
}
.glofing-popup .glofing-input-wrap input ~ span {
    font-size: 14px;
    color: #333;
}
.glofing-popup .glofing-popup-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.32px;
    background-color: #2979ff;
    padding: 10px 22px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 10px;
}
.glofing-popup .glofing-popup-btn.disabled {
    background-color: #E3E3E3;
    color: #888;
}
.glofing-popup .glofing-popup-btn.simulation {
    margin: 20px auto 0;
}
.popup-alarm-list {
    display: grid;
    gap: 5px;
}
.popup-alarm-list li {
    background-color: #EDF3FE;
    border-radius: 10px;
    padding: 12px 20px;
}
.popup-alarm-list li > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup-alarm-list li > div > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.popup-alarm-list b {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}
.popup-alarm-list button {
    cursor: pointer;
    background: #fff;
    border-radius: 50px;
    color: #222;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.24px;
    padding: 4px 8px;
}
.popup-alarm-info {
    color: #666;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.36px;
    margin-top: 5px;
}
.glofing-popup hr {
    margin: 15px 0 10px 0;
    background-color: #222;
}
.glofing-popup .glofing-phonenum {
    border: 1px solid #ccc;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 10px 15px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
}
.glofing-popup-btm {
    font-size: 12px;
    color: #666;
    letter-spacing: -0.36px;
    text-align: right;
    margin-top: 10px;
}
#simulationWrap {
    transform-origin: top;
    transform: scaleY(0);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    height: 0;
}
#simulationWrap.open {
    height: auto;
    transform: scale(1);
}
#simulationWrap > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.glofing-input-wrap .default-selectbox {
    margin-right: 0;
}
.default-selectbox {
    border: 1px solid #CCC;
    height: 40px;
    border-radius: 5px;
    padding: 10px 35px 10px 15px;
    box-sizing: border-box;
    width: auto;
    margin-right: 10px;
    color: #666;
    font-family: 'Pretendard' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    float: left;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url(./images/angle-down.svg) no-repeat 90% 50%;
    background-size: 12px;
    cursor: pointer;
    position: relative;
}
.default-selectbox span {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}
.default-selectbox ul {
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    top: 120%;
    left: 0;
    background: white;
    transform-origin: top;
    transform: scaleY(0);
    z-index: 1;
    display: none;
    
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.default-selectbox.open ul {
    transform: scaleY(1);
    display: block;
}
.default-selectbox ul li {
    padding: 15px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    text-align: center;
}
.default-selectbox ul li.active {
    color: #222;
}
.simulation-loading {
    height: 100px;
    text-align: center;
}
.simulation-loading i {
    font-size: 50px;
    color: #666;
    margin-top: 20px;
}
.simulation-result-list {
    display: grid;
    gap: 12px;
    display: none;
}
.simulation-result-list li {
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 12px 20px;
}
.simulation-result-list li > b {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.simulation-result-list li > p {
    font-size: 14px;
    color: #333;
    letter-spacing: -0.42px;
    line-height: 1.3;
}
.simulation-result-list li > p .down {
    font-size: 14px;
    color: #4285F4;
}
.simulation-result-list li > p .up {
    font-size: 14px;
    color: #FF2E2E;
}
.glofing-popup.lme {
    min-width: max-content;
    top: 85% !important;
    transform: none;
    position: absolute;
}
.glofing-popup.lme .glofing-popup-container {
    width: min-content;
}
.glofing-popup.lme table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    width: 450px;
}
.glofing-popup.lme table th {
    font-size: 14px;
    font-weight: 700;
    background: #F6f6f6;
    padding: 7px 0;
    border-top: 1px solid #E4E3E3;
    border-bottom: 1px solid #E4E3E3;
}
.glofing-popup.lme table td {
    font-size: 14px;
    padding: 7px 0;
    border-bottom: 1px solid #E4E3E3;
}
.glofing-popup.lme table td:first-of-type {
    font-weight: 700;
}
.glofing-popup.lme h5 {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 700;
}
.glofing-popup.lme p {
    font-size: 14px;
}
.xeicons {
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin: 0 2px;
}
.ico1{background:#E3824B}
.ico2{background:#E1BB34}
.ico3{background:#DE7688}
.ico4{background:#9ABC6A}
.ico5{background:#8A6CE2}
.ico6{background:#6687DC}
.ico7{background:#57B8E1}
.ico8{background:#49B293}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    margin-left: 10px;
} 
/* end common */

/* switch */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2979FF;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2979FF;
}
input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
/* end switch */

/* home */
.glofing-nofity {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.glofing-nofity .title {
    background-color: #FF2E2E;
    color: #fff;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
    padding: 10px 15px;
    white-space: nowrap;
    letter-spacing: -0.48px;
}
.glofing-nofity .slide-notify {
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    padding: 10px 15px;
    overflow: hidden;

    width: 100%;
    
    white-space: nowrap;
}
.glofing-nofity .slide-notify > div {
    font-weight: 500;
    letter-spacing: -0.48px;
    
    /* display: flex;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s; */
}
.glofing-nofity .slide-notify > div > div {
    /* animation: textLoop 30s linear infinite;
    padding-right: 50px; */
}
.glofing-nofity .slide-notify div > a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: normal;
    letter-spacing: 0;
}
.grid-item h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
}
.wrap-title ~ .grid-wrap {
    margin-top: 30px;
}
.grid-wrap {
    display: grid;
    gap: 30px 46px;
    grid-template-columns: calc(50% - 23px) calc(50% - 23px);
}
.grid-list-wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(5, 1fr);
}
.grid-list-wrap .grid-item {
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 15px;
}
.grid-item {
    /* width: 50%; */
    position: relative;
    cursor: pointer;
}
.slide-markets {
    position: static !important;
    padding: 0 1px !important;
}
.grid-item .swiper-slide {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    width: 183px;
    margin-right: 12px;
    box-sizing: border-box;
}
.grid-item.active {
    background-color: #EDF3FE;
    box-shadow: 0 0 0 1px #2979ff inset;
}
.grid-item .swiper-slide.active {
    background-color: #EDF3FE;
    box-shadow: 0 0 0 1px #2979ff inset;
}
.slide-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5px;
}
.slide-item-header > :nth-child(2) {
    width: 100%;
    text-align: left;
    margin-left: 6px;
}
.slide-item-header img {
    width: 24px;
}
.slide-item-header span {
    color: #999;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    margin: -5px;
}
.slide-item-header span.check {
    color: #03DAC5;
}
.slide-item-header .market-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.36px;
}
.slide-item-header .unit-text {
    color: #666;
    font-size: 12px;
    font-weight: 400;
}
.grid-list-wrap .grid-item .slide-item-header {
    margin-bottom: 20px;
}
.grid-item .market-price {
    font-size: 20px;
    font-weight: 700;
}
.market-updown {
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}
.market-updown.up {
    color: #FF2E2E;
}
.market-updown.up::before {
    content: '▲';
    margin-right: 5px;
}
.market-updown.down {
    color: #4285F4;
}
.market-updown.down::before {
    content: '▼';
    margin-right: 5px;
}
.market-updown.same {
    color: #666;
}
.market-updown.same::before {
    content: '-';
    margin-right: 5px;
}
.market-updown.detail {
    font-size: 16px;
    font-weight: 700;
}
.grid-item .market-graph {
    background: transparent;
    margin-top: 15px;
}
.swiper-market-button {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 24px;
    height: 24px;
    background-size: 70%;
    z-index: 2;
    background-color: transparent;
    cursor: pointer;
    padding: 5px;
    box-sizing: content-box;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-market-button.swiper-market-next {
    background-image: url(../img/ic_right_arrow.png);
    left: auto;
    right: -20px;
}
.swiper-market-button.swiper-market-prev {
    background-image: url(../img/ic_left_arrow.png);
}
.custom-selectbox, .custom-selectbox-view {
    position: relative;
    display: inline-block;
}
.custom-selectbox > select {
    display: none;
}
.custom-selectbox > .custom-selectbox-view > span {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 5px 40px 5px 15px;
    background: white;
    font-weight: 700;
    letter-spacing: -0.4px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    min-width: 145px;
}
.custom-selectbox > .custom-selectbox-view > span::after {
    content: '';
    position: absolute;
    background-image: url(../img/ic_arrow_full.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 18px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: x-axis;
    transition: .3s ease;
}
.custom-selectbox > .custom-selectbox-view > span.open:after {
    transform: translateY(-55%) scaleY(-1);
}
.custom-selectbox > .custom-selectbox-view > ul {
    position: absolute;
    border: 1px solid #000;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    top: 110%;
    transition: .3s ease;
    transform-origin: top;
    transform: scaleY(0);
    z-index: 1;
    max-height: 450px;
    overflow-y: auto;
}
.custom-selectbox > .custom-selectbox-view > ul::-webkit-scrollbar {
    width: 5px;
}
.custom-selectbox > .custom-selectbox-view > ul::-webkit-scrollbar-thumb {
    background-color: #999;
}
.custom-selectbox > .custom-selectbox-view > ul::-webkit-scrollbar-track {
    background-color: #e3e3e3;
}
.custom-selectbox > .custom-selectbox-view > ul > li {
    padding: 10px 10px 10px 15px;
    cursor: pointer;
    font-size: 20px;
}
.custom-selectbox > .custom-selectbox-view > ul > li.active {
    font-weight: 700;
}
.custom-selectbox > .custom-selectbox-view > ul > li:nth-of-type(1) {
    border-radius: 10px 10px 0 0;
}
.custom-selectbox > .custom-selectbox-view > ul > li:last-child {
    border-radius: 0 0 10px 10px;
}
.custom-selectbox > .custom-selectbox-view > ul > li:hover {
    background-color: #EDF3FE;
}
.custom-selectbox.open > .custom-selectbox-view > ul {
    transform: scaleY(1);
}
.custom-selectbox ~ iframe {
    margin-top: 20px;
}
/* end home */

/* market list */
.wrap-title.mt-0 {
    margin-top: 0;
}
/* end market list */

/* market detail */
.detail-today-wrap {
    position: relative;
}
.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.flex-wrap > div {
    width: 100%;
    padding: 30px 50px;
    border-radius: 10px;
    background-color: #F6F6F6;
    position: relative;
}
.flex-wrap > div.blue {
    background-color: #EDF3FE;
}
.flex-wrap > div.green {
    background-color: #EBF8F6;
}
.detail-today-wrap .detail-today-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.36px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    /* display: flex;
    gap: 10px;
    align-items: center; */
}
.detail-today-title .btn-alarm {
    margin-left: 10px;
}
.detail-today-wrap .detail-today-price-wrap {
    
}
.detail-today-wrap .detail-today-price {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
}
.detail-today-wrap .detail-today-percent {
    font-size: 16px;
    font-weight: 700;
}
.detail-today-wrap .detail-today-percent.up {
    color: #FF2E2E;
}
.detail-today-wrap .detail-today-percent.down {
    color: #4285F4;
}
.btn-kakao {
    cursor: pointer;
    background: #FFEB3B;
    border-radius: 50px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.28px;
    font-family: Pretendard;
    padding-left: 32px;
    position: relative;
    vertical-align: bottom;
}
.btn-kakao::before {
    content: '';
    position: absolute;
    width: 17px;
    height: 16px;
    background-image: url(../img/ic_kakaotalk.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 10px;
    top: 6px;
}
.btn-kakao-active {
    border-radius: 50px;
    padding: 6px 10px 5px 10px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background-color: #2979FF;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    vertical-align: bottom;
}
.btn-kakao-active i {
    font-weight: inherit;
    margin-right: 3px;
    vertical-align: middle;
}
.btn-alarm-popup {
    position: absolute;
    bottom: 100%;
    left: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 10px 0;
    color: #fff;
    padding: 5px 12px;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.btn-alarm:hover ~ .btn-alarm-popup {
    opacity: 1;
}
.lme-popup-btn {
    margin-left: 20px;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    width: 32px;
    cursor: pointer;
    padding: 3.5px 0;
}
.detail-before-wrap {
    
}
.detail-before-wrap > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-before-wrap .label {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.48px;
}
.detail-before-wrap .price {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 7px;
}
.detail-before-wrap .percent {
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}
.detail-before-wrap .percent.up {
    color: #FF2E2E
}
.detail-before-wrap .percent.down {
    color: #4285F4;
}
.graph-time-wrap {
    margin-top: 30px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.datepicker-wrap {
    display: inline-block;
    color: #666;
}
.datepicker {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 9px 15px;
    display: inline-block;
    width: 110px;
    text-align: center;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.datepicker:focus-visible {
    outline: none;
}
.time-frame-wrap {
    display: flex;
    margin-left: 20px;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
}
.time-frame-btn {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: #666;
    line-height: 38px;
    cursor: pointer;
}
.time-frame-btn.active {
    background: #2979ff;
    color: #fff;
}
.graph-wrap {
    margin: 60px 0;
    height: 500px;
    padding: 0 40px;
}
.graph-wrap canvas {
    width: 100%;
    margin: 0 auto;
}
.detail-table-wrap {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.table-scroll-wrap {
    max-height: 300px;
    overflow-y: scroll;
    position: relative;
}
.table-scroll-wrap::-webkit-scrollbar {
    width: 5px;
}
.table-scroll-wrap::-webkit-scrollbar-thumb {
    background-color: #999;
}
.table-scroll-wrap::-webkit-scrollbar-track {
    background-color: #e3e3e3;
}
.detail-table-wrap table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.detail-table-wrap thead {
    background: #f6f6f6;
}
.detail-table-wrap tbody {

}
.detail-table-wrap th {
    line-height: 47px;
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #e3e3e3;
}
.detail-table-wrap th:last-of-type {
    border-right: none;
}
.detail-table-wrap td {
    line-height: 37px;
    font-size: 14px;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
.detail-table-wrap tr:first-of-type td {
    border-top: none;
}
.detail-table-wrap td:last-of-type {
    border-right: none;
}
.detail-table-wrap td:not(:first-of-type) {
    font-weight: 700;
}
.detail-table-wrap td span {
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}
.detail-table-wrap td span.up {
    color: #FF2E2E;
}
.detail-table-wrap td span.down {
    color: #4285F4;
}
/* end market detail */

/* industry */
.industry-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.08px;
    margin-bottom: 50px;
}
.industry-title ~ .wrap-title:nth-of-type(1) {
    margin-top: 0;
}
.industry-iframe-wrap {
    /* height: 700px; */
    overflow-y: auto;
}
.industry-iframe-wrap iframe:nth-of-type(1) {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
}
.industry-iframe-wrap iframe:nth-of-type(2) {
    width: 100%;
    height: 500px;
}
.industry-iframe-wrap iframe::-webkit-scrollbar {
    width: 5px;
}
.industry-iframe-wrap iframe::-webkit-scrollbar-thumb {
    background-color: #999;
}
.industry-iframe-wrap iframe::-webkit-scrollbar-track {
    background-color: #e3e3e3;
}
.vendor-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 25px;
}
.vendor-item {
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 25px;
    width: calc(25% - 25px);
    cursor: pointer;
}
.vendor-item .vendor-category {
    /* background-color: #E3824B; */
    border-radius: 3px;
    padding: 1px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
}
.vendor-item h3 {
    margin: 12px 0 23px 0;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vendor-item .vendor-items-wrap {
    margin-bottom: 25px;
}
.vendor-item .vendor-items-wrap p {
    color: #2979FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.vendor-item .vendor-tag-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-flow: wrap;
}
.vendor-item .vendor-tag-wrap span {
    background-color: rgba(90, 90, 90, 0.1);
    border-radius: 3px;
    padding: 2px 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.24px;
    display: inline-block;
}
/* end industry */

/* disaster */
.disaster-type-wrap {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 50px;
    margin: 45px 0;
}
.disaster-type-wrap > div {
    display: flex;
    align-items: center;
    gap: 7px;
}
.disaster-type-wrap .disaster-label {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    letter-spacing: -0.48px;
    margin-right: 14px;
}
.disaster-level-btn,
.disaster-event-btn {
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 7px 12px;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.disaster-level-btn.active,
.disaster-event-btn.active {
    background: #EDF3FE;
    border: 1px solid #2979FF;
    color: #2979FF;
}
.disaster-level-btn::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 12px;
    top: 10px;
}
.disaster-level-btn.red::before {
    background: #FF2E2E;
}
.disaster-level-btn.orange::before {
    background: #FD9800;
}
.disaster-level-btn.green::before {
    background-color: #00B031;
}
.disaster-event-btn {
    padding-left: 38px;
}
.disaster-event-btn::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 12px;
    top: 6px;
}
.disaster-event-btn.eq::before {
    background-image: url(../img/ic_earthquake.png);
}
.disaster-event-btn.wf::before {
    background-image: url(../img/ic_burning.png);
}
.disaster-event-btn.dr::before {
    background-image: url(../img/ic_drought.png);
}
.disaster-event-btn.fl::before {
    background-image: url(../img/ic_flood.png);
}
.disaster-event-btn.vo::before {
    background-image: url(../img/ic_volcano.png);
}
.disaster-event-btn.tc::before {
    background-image: url(../img/ic_tornado.png);
}

#map {
    width: 1200px;
    height: 600px;
}
.disaster-grid-wrap {
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.disaster-grid-item {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 16px 20px;
    position: relative;
}
.disaster-grid-item > .grid-mouse {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    cursor: pointer;
}
.disaster-grid-item:nth-of-type(4n) > .map-popup, .disaster-grid-item:nth-of-type(4n - 1) > .map-popup {
    /* right: 105%;
    left: auto; */
}
.disaster-grid-item .flex-wrap {
    justify-content: flex-start;
    gap: 8px;
}
.disaster-grid-item .flex-wrap:nth-of-type(1) {
    margin-bottom: 14px;
}
.disaster-grid-item .level {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    background: #FF2E2E;
    padding: 1px 10px;
    border-radius: 13px;
}
.disaster-grid-item .level.red {
    background: #FF2E2E;
}
.disaster-grid-item .level.orange {
    background: #FD9800;
}
.disaster-grid-item .level.green {
    background: #00B031;
}
.disaster-grid-item .date {
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    font-weight: 400;
}
.disaster-grid-item .event {
    width: 30px;
    padding: 0 5px;
    box-sizing: content-box;
}
.disaster-grid-item .country {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.disaster-grid-wrap ~ button {
    display: block;
    margin: 20px auto;
    background: transparent;
    padding: 20px;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    cursor: pointer;
}
.boardPagination {
    list-style: none;
    padding: 0;
    margin-top: 70px;
    text-align: center;
    display: block;
    font-size: 0;
    position: relative;
}
.boardPagination > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #222;
    text-align: center;
    line-height: 20px;
}
.boardPagination .page_on {
    color: #fff;
    border-radius: 50%;
    background: #222;
}
.boardPagination a, .boardPagination strong {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
    border: 0;
    background-color: transparent;
    color: #555;
}
.boardPagination li.prevEnd, .boardPagination li.nextEnd {
    padding: 0 15px;
    background: #F5F5F5;
    font-size: 14px;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #222;
    text-align: center;
    line-height: 20px;
    vertical-align: bottom;
}
.map-popup {
    display: none;
    position: fixed;
    width: 500px;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 30px;
    top: 100%;
    left: 105%;
    z-index: 599;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}
.map-popup hr {
    background-color: #222;
    margin: 15px 0;
}
.map-popup .map-popup-title {
    position: relative;
}
.map-popup .map-popup-title h2 {
    font-size: 20px;
    margin: 0;
    padding-left: 40px;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.map-popup .map-popup-title span {
    font-size: 12px;
    color: #fff;
    border-radius: 13px;
    padding: 1px 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.map-popup .map-popup-title span.green {
    background-color: #00B031;
}
.map-popup .map-popup-title span.orange {
    background-color: #FD9800;
}
.map-popup .map-popup-title span.red {
    background-color: #FF2E2E;
}
.map-popup .map-popup-title img {
    width: 30px;
    position: absolute;
    top: -5px;
    /* vertical-align: middle;
    padding-bottom: 3px;
    margin-right: 10px; */
}
.map-popup p {
    line-height: 130%;
    text-align: justify;
    color: #222;
    margin: 0 0 15px 0;
    font-size: 14px;
}
.map-popup table {
    color: #222;
    border-collapse: collapse;
    border-bottom: 1px solid #E4E3E3;
    width: 100%;
}
.map-popup table tr {
    border-top: 1px solid #E4E3E3;
    font-size: 14px;
}
.map-popup table th {
    width: 105px;
    font-size: 14px;
    padding: 8px 0;
    background-color: #F6F6F6;
}
.map-popup table td {
    padding: 8px 18px;
    font-size: 14px;
    color: #000;
    line-height: 130%;
}
.filter_reset {
    cursor: pointer;
    background: #FFF;
    padding: 10px 15px;
    color: #666;
    font-family: 'Pretendard' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    float: left;
    margin-left: -45px;
}
.filter_reset:hover {
    color: #2979ff;
}
.gnb > ul > li:first-child > a {
    color: #2979ff;
}
/* end disaster */

/* datepicker */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Pretendard, Spoqa Han Sans Neo, Open Sans, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif !important;
}
.ui-widget.ui-widget-content {
    background: #f9f9f9 !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    padding: 9px 15px;
    width: auto;
}
.ui-widget-header a {
    display: none;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border: 1px solid #ccc;
    font-size: 14px !important;
    padding: 5px;
    border-radius: 5px;
    width: auto !important;
}
.ui-datepicker select.ui-datepicker-month {
    margin-left: 10px !important;
}
.ui-datepicker select.ui-datepicker-year {
    margin-right: 3px !important;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 0 10px 0 !important;
}
.ui-widget-header {
    background: transparent !important;
    border: none !important;
}
.ui-datepicker th {
    padding: 5px !important;
    text-align: center;
    font-weight: 400 !important;
    background: white;
    border: 1px solid #ccc !important;
}
.ui-datepicker th span {
    font-size: 14px;
    color: #666;
    padding: 5px;
}
.ui-datepicker td {
    background-color: white;
    border: 1px solid #ccc !important;
    padding: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0 !important;
    background: #fff !important;
    text-align: center !important;
    font-size: 14px !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 10px !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #666 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #2979ff !important;
    font-weight: 600 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #2979ff !important;
    color: #fff !important;
    padding: 10px !important;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled, .ui-state-disabled span {
    opacity: 1 !important;
    color: #ccc !important;
}
/* datepicker */

/* animation */
@keyframes textLoop {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
}
/* animation */