body {
    background-color: #F2EBE5;
}

.blind {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.create_cont {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 0;

}

.create_cont .highlight {
    color: var(--main-color);
}

.create_cont .inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.create_cont .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.create_cont .sub_title {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.create_cont .edk_input {
    --input-border-color: var(--sub-color);
    border-radius: 4px;
    background-color: #fff;
}

.create_cont .img_upload_wrap {
    width: 100%;
    aspect-ratio: 1/1;
}

.create_cont .img_upload_wrap .img_cont {
    width: 100%;
    height: 100%;
    position: relative;
}

.create_cont .img_upload_wrap .img_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    background-color: #D7CFC9;
    border-radius: 2px;
    overflow: hidden;
    border-width: 1px;
    border-color: #3B2E2A;
}

.create_cont .img_upload_wrap .img_wrap.empty {
    border-style: dashed;
    font-size: 16px;
    font-weight: 400;
    color: var(--sub-color);
}

.create_cont .img_upload_wrap .img_wrap.empty .icon_box {
    max-width: 43px;
    display: flex;
}

.create_cont .img_upload_wrap .img_wrap.on_img {
    border-style: solid;
}

.create_cont .img_upload_wrap .img_wrap.on_img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.create_cont .img_upload_wrap .remove_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    padding: 9px;
}

.create_cont .img_upload_wrap .remove_btn img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.create_cont .select_area {
    padding: 24px;
    border: 1px solid var(--sub-color);
    border-radius: 16px;
    background-color: rgba(59, 46, 42, 0.15);
    box-shadow: 3px 3px 0px 0px #BCB5B0;
}

.select_area .sub_title {
    margin-bottom: 30px;
}

.select_area .input_flex_area {
    gap: 8px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.select_area .input_flex_area>div {
    width: calc((100% - 8px)/2);
}

.select_area .input_flex_area p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.upload_wrap .example_area {
    border: 1px solid var(--sub-color);
    border-radius: 16px;
    box-shadow: 3px 3px 0px 0px #BCB5B0;
    overflow: hidden;
    padding-bottom: 24px;
    background-color: #F8F8F8;
}

.example_area .title {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    background-color: var(--sub-color);
    margin-bottom: 24px;
}

.example_area .sub_title_wrap {
    margin-bottom: 30px;
}

.example_area .sub_title_wrap .sub_title:not(:last-child) {
    margin-bottom: 4px;
}

.example_area .sub_title strong {
    font-weight: 700;
}

.example_area .sub_title.highlight {
    font-size: 16px;
}

.example_area .img_wrap {
    padding: 0 24px;
    display: flex;
}

#canvas {
    width: 100%;
    aspect-ratio: 1/0.92;
}

.toolbar_wrap {
    /* display: flex; */
    display: none;
    width: calc(100% - 60px);
    /* left: 30px; */
    /* bottom: -30px; */
    margin: 0 auto;
    /* transform: translateY(calc(-100% - 30px)); */
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid var(--sub-color);
    overflow: hidden;
}

.btn_toolbar {
    display: flex;
    width: 20%;
    height: 58px;
    padding: 0px 18px;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    /* 더블탭 줌 방지 */
    touch-action: manipulation;
}

.btn_toolbar:not(:last-child) {
    border-right: 1px solid var(--sub-color);
}

.btn_toolbar img {
    max-width: 40px;
    aspect-ratio: 1/1;
}

.stk_cont {
    position: relative;
}

.stk_wrap.swiper {
    width: calc(100% - 112px);
    margin: 30px 52px 30px 60px;
    aspect-ratio: 1/0.498;
}


.stk_wrap .swiper-slide {
    display: flex;
    background-color: transparent;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.stk_cont .swiper-button-next,
.stk_cont .swiper-button-prev {
    background: url(https://kr.object.iwinv.kr/pepero/file/icon_arrow_circle.png) no-repeat center/contain;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    margin-top: 0;
}

.stk_cont .swiper-button-prev {
    transform: rotate(180deg) translateY(50%);
    left: 30px;
}

.stk_cont .swiper-button-next {
    right: 30px;
}

.canvas_wrap .title,
.canvas_wrap .sub_title {
    margin-bottom: 30px;
}

.canvas_wrap .btn_default.full {
    margin: 0 30px;
    width: calc(100% - 60px);
}

.info_wrap .inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    --input-title-size: 16px;
    --input-icon-size: 24px;
    --input-padding-x: 24px;
}

.info_wrap .input_area {
    position: relative;
}

.input_area .icon_wrap {
    display: flex;
    width: 69px;
    position: absolute;
    right: 0;
    top: -26px;
    z-index: 5;
}

.input_area .input_title {
    margin-bottom: 12px;
}

.input_area .edk_input_wrap:not(:last-of-type) {
    margin-bottom: 16px;
}

.input_area .input_checkbox_wrap:not(:last-child) {
    margin-bottom: 12px;
}

.input_area .edk_WAI.checkbox+label:before {
    --input-font-size: 24px;
    top: -2px;
}

.info_wrap .btn_terms {
    color: #5E5E5E;
}

.info_wrap .notice_box {
    background-color: #D7CFC9;
    border-radius: 6px;
    padding: 20px 12px;
}

.notice_box .notice_list {
    list-style: disc;
    font-size: 16px;
    padding-left: 19px;
}

/* 팝업 */
.popup_container.popup_terms .popup_center {
    background-color: #F2EBE5;
}

.popup_terms .title {
    max-width: 234px;
    margin: 0 auto 30px;
}

.popup_terms .btn_default.full {
    margin-top: 30px;

}

@media screen and (max-width:767px) {

    .stk_cont .swiper-button-next,
    .stk_cont .swiper-button-prev {
        width: 20px;
        height: 20px;
    }
}