@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 header
-----------------------------------------------------------
----------------------------------------------------------- */
.header .Logo {
    width: 260px;
}
.header .Logo img {
    height: 36px !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 navbar-nav
-----------------------------------------------------------
----------------------------------------------------------- */
.navbar-nav > li.nav-item-wrap a::before {
    background-image: url(/pd/customize/img/nav_item.svg);
	height: 48px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 preview-area
-----------------------------------------------------------
----------------------------------------------------------- */
.preview-area .design-sub-buton {
    font-weight: normal;
    color: #8d8d8d;
    font-size: 15px;
}

/* 
-----------------------------------------------------------
 preview-key-wrap
----------------------------------------------------------- */
.preview-area-body.preview-key-wrap {
    margin-bottom: 20px;
}
.preview-area-body.preview-key-wrap .preview-btn-wrap {
    width: 124px;
}
.preview-area-body.preview-key-wrap .preview-btn-wrap a.key-copy-btn {
    background: url(/pd/customize/img/icon_copy02.svg) no-repeat center center;
    background-size: 100px auto;
}

/* 
-----------------------------------------------------------
 preview-attention-block
----------------------------------------------------------- */
.preview-attention-block .annotation-area-inner {
    padding: 0 10px;
}
.preview-attention-block .annotation {
    margin-bottom: 30px;
}

/* 
-----------------------------------------------------------
 btn-box-wrap
----------------------------------------------------------- */
.preview-area-body.btn-box-wrap .btn-wrap button {
    margin-bottom: 20px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 swal-button
-----------------------------------------------------------
----------------------------------------------------------- */
.swal-button {
    background-color: #f15e0e;
}
.swal-button:active {
    background-color: #f37734;
}
.swal-button:not([disabled]):hover {
    background-color: #f37734;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 item-area-main
-----------------------------------------------------------
----------------------------------------------------------- */
.item-area-main .item-section.section02 .design-edit-title-inner{
    visibility: hidden;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 modal-text-template
-----------------------------------------------------------
----------------------------------------------------------- */
#modal-text-template input, 
#modal-text-template textarea, 
#modal-text-template select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    *font-size: 100%;
}
#modal-text-template {
	max-width: 700px;
	width: 95vw;
	min-width: 645px;
    position: relative;
    padding: 20px 40px 30px;
}
#modal-text-template  .modal-btn-close {
    position: absolute;
    top: 16px;
    right: 18px;
    z-index: 10;
}
#modal-text-template button:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}

#modal-text-template .jmodal-head {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.08em;
    color: #F15E0E;
    margin-bottom: 25px;
}
#modal-text-template .template-select-wrap ul {
    padding: 0 20px;
}
#modal-text-template .template-select-wrap ul li + li {
    margin-top:20px;
}
#modal-text-template .template-select-wrap ul li label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    font-size: 100%;
    width: 100%;
    line-height: 1.3;
    background-color: #fff;
}
#modal-text-template .template-select-wrap ul li label span.title {
    width: 24%;
    font-weight: bold;
	margin-right: 10px;
}
#modal-text-template .template-select-wrap ul li label span.text {
    flex: 1;
}
#modal-text-template .template-select-wrap ul li label input[type="text"], 
#modal-text-template .template-select-wrap ul li label textarea {
    width: 100%;
    padding: 7px 6px;
}

#modal-text-template .btn-wrap {
    width: 350px;
    margin: 30px auto 0;
    position: relative;
    z-index: 10;
}
#modal-text-template .btn-wrap .btn-design {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border: 0;
    outline: none;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 23px;
    line-height: 1.3;
    padding: 11px 10px 12px;
    width: 100%;
    letter-spacing: 0.05em;
    font-weight: bold;
    box-shadow: rgb(0 0 0 / 0%) 2px 2px 4px, inset rgb(130 39 0 / 17%) 0 0 16px 0px;
	background: #ff3c00;
}
#modal-text-template .check-btn {
    font-size: 13px;
    text-align: center;
    margin: 7px auto -12px;
    width: calc(100% - 60px);
}
#modal-text-template .check-btn label {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
#modal-text-template .check-btn input[type="checkbox"] {
    vertical-align: top;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
	outline: none;
}
#modal-text-template .check-btn label span {
    vertical-align: top;
    margin: 0;
}
#modal-text-template .check-btn input[type=checkbox]:checked+span::before,
#modal-text-template .check-btn input[type=checkbox]:checked+span::after {
	border-color: #F15E0E;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 modal-tutorial
-----------------------------------------------------------
----------------------------------------------------------- */
#modal-tutorial .bx-wrapper {
    border: none!important;
    box-shadow: none;
    background: none;
    margin-bottom: 0;
}

#modal-tutorial .bx-wrapper .bx-pager {
    padding-top: 0;
}
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-prev,
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-next {
    margin-top: 0;
    width: auto;
    height: auto;
    text-indent: 0;
}
#modal-tutorial .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
    margin: 0;
}
#modal-tutorial .bx-wrapper .bx-next {
    right: 0;
}
#modal-tutorial .bx-wrapper .bx-prev {
    left: 0;
}
#modal-tutorial .btn-wrap .btn-design {
    background: #f15e0e;
}
.cardPreview_zure-pop-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
        margin-bottom: 10px;
}
.cardPreview_zure-pop .pop-close {
    position: absolute;
    right: 0;
    margin: 0;
}
.cardPreview_zure-pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 800px;
    height: fit-content;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3.5px 1px rgb(0 0 0 / 10%);
    background: #FFFFFF;
    padding: 10px 15px;
}
.preview-area {
    z-index: 100;
}