@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    min-width:320px;
    height: 100%;
    font-size: 62.5%;
    letter-spacing:-0.5px;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color:#333;
    font-weight: normal;
    font-size: 14px;   /* ie */
    font-size: 1.4rem; /* 14px */
    -webkit-text-size-adjus: none;
    font-family:'NanumSquareNeo', sans-serif, Malgun Gothic, "맑은 고딕", AppleGothic, '돋움', Dotum, sans-serif;
    overflow-x:hidden;
}
ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
button {
    border: 0;
    background: transparent;
    cursor: pointer;
    vertical-align:middle;
}
img {
    border: 0;
    outline: none;
    vertical-align: middle;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    vertical-align:middle;
    transition: all 0.3s;
}
a:hover{
    color:inherit;
}
address, em {
    font-style: normal;
}
b, strong {
    font-weight:900;
}
caption, legend {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -3000px;
    text-indent: -10000px;
}
small {
    font-size: 1.1rem;
}
input {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:0;
}
input:focus,
button:focus,
textarea:focus {
    outline: none;
}
input::-ms-input-placeholder { color: #999; }
input::-webkit-input-placeholder { color: #999; }
input::-moz-placeholder { color: #999; }
textarea::-ms-input-placeholder { color: #999; }
textarea::-webkit-input-placeholder { color: #999; }
textarea::-moz-placeholder { color: #999; }

input, textarea, select, button{
    resize:none;
    font-family:'NanumSquareNeo', sans-serif, Malgun Gothic, "맑은 고딕", AppleGothic, '돋움', Dotum, sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor:pointer;
}
label{display:inline-block}

input{width:100%;height:43px;padding:0 15px;border:1px solid #ebebeb;font-size:14px;font-weight:500;color:#8a8a8a}
select{
    width:100%;
    height:43px;
    padding:0 41px 0 15px;
    background:#fff url(/images/home/seller/ico_arrow_down.png)no-repeat;
    background-size:10px 6px;
    background-position:right 15px top 18px;
    border:1px solid #ebebeb;
    font-size:14px;
    font-weight:500;
    color:#8a8a8a;
}
select::-ms-expand{display:none}
::-moz-selection {background:#CEDFF8; text-shadow:none}
::selection {background:#CEDFF8; text-shadow:none}

.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}


/* 추가 */
.hidden{
    position: absolute;
    text-indent: -9999px;
}
.inner{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
@media only screen and (max-width: 1200px){
    .inner{
        margin: 0 20px;
    }
}
.table{
    width: 100%;
}
.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.enter-pc{
    display: block;
}
.enter-mo{
    display: none;
}
@media only screen and (max-width: 1024px){
    .enter-pc{
        display: none !important;
    }
}
@media only screen and (max-width: 425px){
    .enter-mo{
        display: block !important;
    }
}
.text-center{
    text-align: center !important;
}
.text-left{
    text-align:left !important;
}
.text-black{
    color: #333 !important;
}
.text-gray{
    color: #777 !important;
}
.center-block{
    display: block !important;
    width: 100% !important;
}

.btn{
    display: inline-block;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    border:1px solid transparent;
}
.btn:hover,
.btn:focus,
.btn:active{
    border-color:transparent;
}
.btn-area{
    text-align: center;
}
.btn-xs{
    font-size: 1.2rem;
    min-width:5rem;
    padding:.6rem 1rem .5rem;
}
@media(max-width:768px){
    .btn-xs{
        padding:1rem 1.6rem;
        font-size:1.5rem;
    }
}
.btn-sm{
    font-size: 1.3rem;
    padding: .8rem 1rem;
}
.btn-lg{
    /*width: 19px;*/
    font-size: 1.5rem;
    font-weight: 800;
    padding: 1.9rem 1rem 2rem;
}
.btn-blue{
    color: #fff !important;
    background-color: #3182F6 !important;
    border-color:#3182F6 !important;
}
.btn-outline-blue{
    color: #3182F6 !important;
    border: 1px solid #3182F6 !important;
    background-color: #fff !important;
}
.btn-outline-gray{
    color: #333 !important;
    border-color:#E6E6EA !important;
    background-color: #fff !important;
}

/* popup */
.popup-dialog{
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 2px 8px 16px rgba(0,0,0,.12);
}
.popup-dialog .popup-cont{
    width: 380px;
    height: 218px;
}
.popup-dialog .btn-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #777;
    background: #fff;
}
.popup-dialog .btn-wrap a{
    color: #777;
    font-size: 13px;
    line-height: 1.077;
    padding:15px 20px;
    border: none;
}
.popup-dialog .btn-wrap a + a{
    color: #333;
    margin-left: auto;
}
.popup-dialog .swiper-container-horizontal>.swiper-scrollbar{
    bottom:14px;
    left:0;
    right:0;
    width:20px;
    height:4px;
    margin:0 auto;
    background: #E8E8E8;
}
.popup-dialog .swiper-container-horizontal>.swiper-scrollbar .swiper-scrollbar-drag{
    background: #3182F6;
}
.popup-dialog .swiper-container-horizontal>.popup-pagination{
    z-index: 1;
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: auto;
    line-height: .2;
    transform: translateX(-50%);
}
.popup-dialog .swiper-container-horizontal>.popup-pagination .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    margin: 0 2px;
    border-radius: 50px;
    background: #333;
}
.popup-dialog .swiper-container-horizontal>.popup-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 14px;
    background: #fff;
}
.popup-backdrop{
    display: none;
    z-index: 110;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}
@media screen and (max-width: 640px){
    .popup-dialog{
        z-index: 160;
        overflow-x: auto;
        right: 0;
        border-radius: 15px 15px 0 0;
        box-shadow: unset;
    }
    .popup-dialog .popup-cont{
        width: 100%;
        height: 100%;
    }
    .popup-dialog .btn-wrap{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .popup-dialog .btn-wrap .btn a + a{
        border-left: none;
    }
    .popup-backdrop{
        display: block;
    }
}

/* modal */
.modal-dialog{
    width: 400px;
    margin: 0 auto;
}
.modal.modal-sm .modal-dialog{
    width: 300px;
}
.modal-content{
    overflow: hidden;
    color: #333;
    font-weight: 600;
    border: none;
    border-radius: 12px;
}
.modal-header{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 32px 16px 8px;
    border-bottom: none;
}
.modal-header .btn-close{
    opacity: 1;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    padding: 0;
    background: url(/images/home/common/icon_close_black.svg) no-repeat center;
    background-size: 100% auto;
}
.modal-title{
    font-size:18px;
    font-weight: 800;
}
.modal-body{
    word-break: keep-all;
    font-size: 12px;
    line-height: 1.539;
    padding: 8px 16px 0;
}
.modal-body .txt-box{
    padding-bottom: 6px;
}
.modal-body .txt-box > strong{
    display: block;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 6px;
}
.modal-body .txt-box + .txt-box{
    margin-top: 10px;
}
.modal-body .txt-box p + p{
    margin-top: 6px;
}
.modal-body .list-box{
    padding-left: 6px;
}
.modal-body .list-box li + li{
    margin-top: 2px;
}
.modal-body .guide-box{
    color: #677788;
    font-size: 12px;
    line-height: 1.667;
    padding: 16px 18px;
    margin-top: 12px;
    border-radius: 3px;
    border: 1px solid #E0E4F0;
    background: #F7FAFF;
}
.modal-body .guide-box li + li{
    padding-top: 6px;
}
.modal-body .guide-box li:nth-last-child(2):not(:nth-child(-n+2)){
    margin-top: 10px;
}
.modal-body .guide-box li strong{
    display: block;
    font-size: 12px;
    line-height: 1.539;
    font-weight: 800;
    margin-bottom: 2px;
}
.modal-body .guide-box li small{
    color:#ff4e59;
    font-size: 12px;
}
.modal-body .service-box{
    color: #677788;
    font-size: 12px;
    line-height: 1.667;
    padding: 14px 18px;
    margin: 8px auto 12px;
    border-radius: 3px;
    border: 1px solid #E0E4F0;
    background: #F7FAFF;
}
.modal-body .service-box li + li{
    padding-top: 2px;
}
.modal-footer{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 16px;
    border-top: none;
}
.modal-footer > *{
    margin: 0;
}
.modal-footer .btn{
    font-size: 14px;
    line-height: 1.572;
    padding: 10px 12px;
}
.modal-footer .btn.btn-blue{
    font-weight: 800;
}
.modal textarea.form-control{
    font-size: 14px;
    padding: 15px;
    border-radius: 6px;
}
.modal textarea.form-control::placeholder{
    color: #ccc;
}
.modal .modal-alert{
    color: #949494;
    text-align: left;
    font-size: 12px;
    letter-spacing: -.05rem;
    margin-top: 8px;
}
.modal .modal-alert span{
    padding-left: 16px;
    background-image: url("data:image/svg+xml;utf-8,%0A%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.146 4.7002V3.55762H7.38086V4.7002H6.146ZM6.146 10V5.33301H7.38086V10H6.146Z' fill='%23949494'/%3E%3Ccircle cx='6.5' cy='6.5' r='6' stroke='%23949494'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 13px auto;
}
@media screen and (max-width: 425px){
    .modal .modal-dialog{
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}
/*무료입점하기 모달*/
#modal-entry-join .modal-body small{
    position:relative;
    top:-8px;
    font-size:11px;
}
#modal-entry-join .modal-body .service-box{
    margin:0 0 16px;
}
#modal-entry-join .modal-body hr{
    width:94%;
    margin:12px auto;
    border-color:#E0E4F0;
    opacity:1;
}
#modal-entry-join .modal-body .btn-join-box{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:0 12px 0 16px;
    text-align:left;
}
#modal-entry-join .modal-body .btn-join-box p{
    margin-top:4px;
}
#modal-entry-join .modal-body .btn-join-box .btn{
    width:132px;
    padding:8px 0 7px;
    font-size:12px;
    font-weight:800;
}
@media screen and (max-width: 575px){
    #modal-entry-join .modal-body .service-box {
        margin:0 8px 16px;
    }
    #modal-entry-join .modal-body hr{
        margin:18px auto 12px;
    }
    #modal-entry-join .modal-body .btn-join-box{
        flex-direction:column;
        padding:0 8px;
    }
    #modal-entry-join .modal-body .btn-join-box p{
        text-align:center;
    }
    #modal-entry-join .modal-body .btn-join-box .btn{
        width:100%;
        padding:10px 0 9px;
        margin-top:8px;
        font-size:13px;
    }
}

/*loading*/
.loading-wrap{
    position:fixed;
    top:0;
    right:0;
    left:0;
    display:none;
    height:100vh;
    text-align:center;
    background:rgba(255,255,255,.8);
    z-index:1001;
}
.loading-wrap strong{
    display:block;
    color:#333;
    font-size:13px;
    font-weight:800;
}
.spinner-wrap{
    display:inline-block;
    width:40px;
    height:40px;
    margin:42vh auto 10px;
    border:7px solid #3182F6;
    border-right-color:transparent;
    border-radius:50%;
    animation:spinner-border .56s linear infinite;
}
@keyframes spinner-border{
    to{
        transform:rotate(360deg);
    }
}
