﻿@charset "utf-8";

.pop-common .btn-box .btn-m {
    padding: 0 13px;
}
/* popup */

.pop-common {
    position: fixed;
    /*display: none;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.pop-login{
    z-index: 1000;
}
.pop-bg-common {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .32);
}

.pop-common .pop-header .pop-close {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    background: url(../static/imgs/common/pop_close.png) no-repeat center center;
    cursor: pointer;
}

.pop-close-btn {
    cursor: pointer;
}

.btn-small {
    cursor: pointer;
}

.pop-close-btn-compare {
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

/*
.cont-text {
    width: 38%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #f83838;
    letter-spacing: -0.05em;
}

.cont-text em {
    font-size: 18px;
}*/
