@charset "UTF-8";

/* ---------------------------------------------------------------------------------------------------------------------
 dialog ( alert, confirm, select )
--------------------------------------------------------------------------------------------------------------------- */

.c-dialog {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    max-height: 100%;
    background-color: #fff;
    color: #222;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.c-dialog.is-active {
    opacity: 1;
}

.c-dialog__body {
    position: relative;
    display: table;
    width: 100%;
    min-height: 105px;
    padding: 32px 20px;
    line-height: 1.433333;
    text-align: center;
}

.c-dialog__message {
    display: table-cell;
    vertical-align: middle;
}

.c-dialog__foot {
    display: -webkit-box;
    display: flex;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.c-dialog__button {
    -webkit-box-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    line-height: 50px;
}

.c-dialog--alert,
.c-dialog--confirm {
    width: 260px;
    font-size: 15px;
    text-align: center;
}

.c-dialog--select {
    width: 280px;
}

.c-dialog--select .c-dialog__body {
    min-height: 0;
    padding: 0;
}

/* ---------------------------------------------------------------------------------------------------------------------
 Zoom
--------------------------------------------------------------------------------------------------------------------- */
.ly-zoom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0;
}

.ly-zoom.is-active {
    opacity: 1;
}

.ly-zoom__body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 90%;
    max-height: 90%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ly-zoom__img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ly-zoom__close {
    position: absolute;
    top: 25px;
    right: 0;
    padding: 15px 18px;
    line-height: 1;
}

/* ---------------------------------------------------------------------------------------------------------------------
 Modal ( half )
--------------------------------------------------------------------------------------------------------------------- */
/* 모달 팝업 */
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    width: 280px;
    max-height: 80%;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.modal__width__310 {
	width: 310px;
}

.modal.is-active {
    opacity: 1;
}

.modal__title {
    padding: 33px 20px 20px;
    font-family: SECGCWM,sans-serif;
    font-size: 17px;
    line-height: 1.294117;
    text-align: center;
}

.modal__body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px 35px;
    font-size: 13px;
    line-height: 1.461538;
}

.modal__close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    line-height: 1;
}

.modal__foot {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.modal__button {
    -webkit-box-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
}

/* [Modal] 공통 */
.modal__subtitle {
    display: block;
    margin: 24px 0 4px;
    font-size: 15px;
    font-family: SECGCWM,sans-serif;
}

.modal__subtitle:first-child {
    margin-top: 7px;
}

.modal__text {
    margin-bottom: 15px;
    font-size: 13px;
    color: #888;
    text-align: center;
}

.modal__textarea {
    height: 120px;
}

.modal-list {
    margin-top: 26px;
    padding: 18px 15px 16px;
    background-color: #f4f4f4;
}

.modal-list__title {
    margin: 20px 0 12px;
    font-size: 15px;
    font-family: SECGCWM,sans-serif;
}

.modal-list__title:first-child {
    margin-top: 0;
}

.modal-list__item {
    position: relative;
    margin-top: 2px;
    padding-left: 7px;
    font-size: 13px;
    color: #888;
}

.modal-list__item:after {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #888;
    content: "";
}

.modal-list__item:first-child {
    margin-top: 0;
}

.modal-list__number {
    color: #222;
}

.modal-table table {
    width: auto;
    min-width: 100%;
    max-width: none;
    border-top: 1px solid #e3e3e3;
}

.modal-table th {
    padding-top: 10px;
    font-weight: normal;
    font-size: 13px;
    color: #888;
    text-align: left;
    vertical-align: top;
}

.modal-table td {
    padding-top: 10px;
    font-size: 13px;
}

.modal-table tr:first-child th,
.modal-table tr:first-child td {
    padding-top: 14px;
}

.selection-all {
    margin: 10px 0 20px;
}

.selection-list {
    padding-top: 5px;
    border-top: 1px solid #e3e3e3;
}

.selection-list__item {
    margin-top: 15px;
}

/* [Modal] 회원가입 - 신규매장정보 - 중복매장확인 */
.overlap-store {
}

.overlap-store__info {
    padding-top: 5px;
    color: #888;
}

.overlap-store .c-search-result {
    padding-top: 20px;
}

.overlap-store .c-search-result__info {
    padding: 0 0 10px;
}

.overlap-store .mod-address {
    padding-left: 0;
    padding-right: 0;
}

/* [Modal] 마이페이지 - 경험치 - 나의순위 , 매장관리 - 실적관리 - 매장순위 */
.ranking-date {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    color: #888;
    text-align: center;
}

.ranking-top {
    padding-top: 4px;
    border-top: 1px solid #e3e3e3;
}

.ranking-top__item {
    position: relative;
    margin-top: 14px;
    padding: 0 60px 0 23px;
}

.ranking-top__number {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    font-size: 11px;
    text-align: center;
    color: #888;
    line-height: 18px;
}

.ranking-top__name {
    display: block;
    font-size: 13px;
    color: #888;
    line-height: 18px;
}

.ranking-top__name--high {
    font-family: SECGCWM,sans-serif;
    color: #222;
}

.ranking-top__exp {
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
}

.ranking-top__name--high + .ranking-top__exp {
    font-family: SECGCWM,sans-serif;
    color: #222;
}

.ranking-my {
    padding: 16px 18px 16px;
    background-color: #f4f4f4;
    text-align: center;
}

.ranking-my__number {
    display: block;
    font-size: 13px;
    font-family: SECGCWM,sans-serif;
    color: #009cff;
}

.ranking-my__emphasis {
    font-size: 17px;
}

.ranking-my__name {
    display: block;
    margin-top: 7px;
    font-size: 13px;
}

.ranking-my__exp {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    font-family: SECGCWM,sans-serif;
}

/* [Modal] 매장관리 - 진열현황 - 바코드 촬영방법 안내 */
.barcode-image {
    display: block;
    margin-top: 20px;
}

.barcode-image img {
    max-width: 100%;
}

/* [Modal] 매장관리 - 진열현황 - 진열단말 */
.display-detail__list {
    padding-top: 5px;
    border-top: 1px solid #e3e3e3;
}

.display-detail__item {
    position: relative;
    margin-top: 15px;
    font-size: 13px;
    line-height: 25px;
}

.display-detail__delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 25px;
    border: 1px solid #e3e3e3;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
}

.display-detail__delete2 {
    top: 0;
    right: 0;
    width: 42px;
    height: 25px;
    border: 1px solid #e3e3e3;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
}
/* [Modal] 제품지식 - 제품지식컨테스트 일시정지 */
.exam-pause {
    margin-top: 7px;
    text-align: center;
}

.exam-pause__timer {
    font-family: SECGCWM,sans-serif;
    font-size: 15px;
    color: #222;
}

.exam-pause__label {
    margin-right: 6px;
}

.exam-pause__label .o-icon {
    top: 2px;
}

.exam-pause__remain {
    color: #009cff;
}

.exam-pause__text {
    margin-top: 20px;
    color: #888;
}

.exam-pause__method {
    color: #222;
}

/* [Modal] 마이페이지 - 서비스설정 - 회원탈퇴 */
.withdraw-check {
    margin-top: 15px;
}

/* [Modal] 마이페이지 - 나의레벨 - 나의순위 */
.my-ranking th, .my-ranking td {
    color: #009cff;
}

/* [Modal] 매장관리 - 실적관리 - 추천실적 */
.result-date {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    color: #888;
    text-align: center;
}

.result-list {
    margin-top: 19px;
    border-top: 1px solid #e3e3e3
}

.result-list__item {
    margin-top: 10px;
    font-size: 13px;
}

.result-list__item--top {
    font-family: SECGCWM,sans-serif;
    color: #009cff;
}

.result-list__label {
    float: left;
}

.result-list__number {
    float: right;
}

.result-list__item:after {
    content: "";
    display: block;
    clear: both;
}
