.container_title{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1400px) and (min-width: 768px) {
    .container_title{
        font-size: 40px;
    }
}

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

/* 메인배너 */
.main_banner{
    width: 100%;
    height: 600px;
}

.main_banner_place{
    position: relative;
    overflow: hidden;
}

#main_slide1 .main_banner{
    background: url("/img/common/pc-banner01.png") center center no-repeat;
    background-color: rgb(240, 235, 229);
}

#main_slide1 .main_banner .main_content{
    position: absolute;
    top: 36%;
    left: 19%;
}

#main_slide1 .main_banner .main_content > .title{
    font-size: 30px;
    font-weight: bold;
    color: #7e3092;
    margin-bottom: 20px;
}

#main_slide1 .main_banner .main_content > .content{
    font-size: 50px;
    color: #000;
}

#main_slide1 .main_banner .point_01{
    font-weight: bold;
}

#main_slide2 .main_banner{
    background: url("/img/common/pc-banner02.png") center center no-repeat;
    background-color: rgb(240, 235, 229);
}

#main_slide2 .main_banner .main_content{
    position: absolute;
    top: 36%;
    left: 19%;
}

#main_slide2 .main_banner .main_content > .title{
    /*font-size: 50px;*/
    /*color: #000;*/
    /*margin-bottom: 24px;*/
    font-size: 30px;
    font-weight: bold;
    color: #7e3092;
    margin-bottom: 20px;
}

#main_slide2 .main_banner .main_content > .content{
    /*font-size: 22px;*/
    /*color: rgb(141, 138, 134);*/
    font-size: 50px;
    color: #000;
}

#main_slide2 .main_banner .point_01{
    font-weight: bold;
}

ul.pager {display:block;position:absolute;bottom:40px;right:50%;z-index:100;padding:0;list-style:none;margin-right:-20px;}
ul.pager:after {display:block;content:"";clear:both;}
ul.pager li {display:block;float:left;margin-left:10px;}
ul.pager li:first-child {margin:0;}
ul.pager li a {display:block;width:10px;height:10px;background-color: #666;border-radius: 5px;opacity:.5;text-indent: -9999px}
ul.pager li a.active{width:40px;width:20px;opacity: 1;}
ul.pager .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #000;margin-right: 12px;}
ul.pager .swiper-pagination-bullet-active{width: 24px;height: 10px;border-radius: 5px;background-color: #666;}

@media (max-width: 1400px) and (min-width: 768px) {
    .controls_wrap{
        display: none;
    }

    #main_slide1 .main_banner .main_content{
        left: 5%;
    }

    #main_slide2 .main_banner .main_content{
        left: 5%;
    }
}

@media (max-width: 768px) {
    #main_slide1 .main_banner{
        background: url("/img/common/mo-banner01.png") center center no-repeat;
        background-size: cover;
    }

    #main_slide1 .main_banner .main_content{
        top: 40px;
        left: 20px;
    }

    #main_slide1 .main_banner .main_content > .title{
        font-size: 14px;
    }

    #main_slide1 .main_banner .main_content > .content{
        font-size: 32px;
    }

    #main_slide2 .main_banner{
        background: url("/img/common/mo-banner02.png") center center no-repeat;
        background-size: cover;
    }

    #main_slide2 .main_banner .main_content{
        top: 40px;
        left: 20px;
        margin-right: 35px;
    }

    #main_slide2 .main_banner .main_content > .title{
        font-size: 14px;
    }

    #main_slide2 .main_banner .main_content > .content{
        font-size: 32px;
    }
}
/* 메인배너 */

/* 메인배너를 제외한 슬라이드 css */
.slide_box{
    padding: 100px 0 120px;
}

.slide_box > .slide_button_menu{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.slide_box > .slide_button_menu > div{
    width: auto;
    height: 48px;
    border-radius: 45px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 20px;
}

.slide_box > .slide_button_menu > div:first-child{
    margin-right: 20px;
}

.slide_box .slide_btn{
    position: absolute;
    width: 100%;
    top: 40%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
}

.slide_box .slide_btn > div:first-child{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
    background: url("/img/common/prev.png");
}

.slide_box .slide_btn > div:not(.swiper-button-disabled):first-child:hover{
    background: url("/img/common/pc-arrow-white-l-hover.png");
}

.slide_box .slide_btn > div:last-child{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
    background: url("/img/common/next.png");
}

.slide_box .slide_btn > div:not(.swiper-button-disabled):last-child:last-child:hover{
    background: url("/img/common/pc-arrow-white-r-hover.png");
}

.slide_box .slide_btn > .swiper-button-disabled{
    opacity: 0.5;
}

.slide_box .slide_pagination{
    display: flex;
    justify-content: center;
}

.slide_box .slide_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    opacity: .2;
    margin-right: 12px;
}
.slide_box .slide_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 24px;
    border-radius: 5px;
}

.slide_box.type_01{
    background-color: #1b6b41;
}

.slide_box.type_01 > .container_title{
    color: #fff;
}

.slide_box.type_01 > .slide_button_menu > div{
    color: #fff;
    border: solid 1px #fff;
}

.slide_box.type_01 > .slide_button_menu > div:not(.on):hover{
    background-color: rgba(0,0,0,0.1);
}

.slide_box.type_01 > .slide_button_menu > .on{
    color: #000;
    background-color: #f5e01d;
    border: none;
}

.slide_box.type_02{
    background-color: #f5f2ee;
}

.slide_box.type_02 > .title{
    color: #000;
}

.slide_box.type_02 > .slide_button_menu > div{
    color: #174e31;
    border: solid 1px #174e31;
}

.slide_box.type_02 > .slide_button_menu > div:not(.on):hover{
    background-color: rgba(0,0,0,0.1);
}

.slide_box.type_02 > .slide_button_menu > .on{
    color: #fff;
    background-color: #174e31;
    border: none;
}

.slide_box.type_02 .slide_btn > div:first-child{
    background: url("/img/common/prev_black.png");
}

.slide_box.type_02 .slide_btn > div:not(.swiper-button-disabled):first-child:hover{
    background: url("/img/common/pc-arrow-gray-l-hover.png");
}

.slide_box.type_02 .slide_btn > div:last-child{
    background: url("/img/common/next_black.png");
}

.slide_box.type_02 .slide_btn > div:not(.swiper-button-disabled):last-child:hover{
    background: url("/img/common/pc-arrow-gray-r-hover.png");
}

.slide_box.type_01 .slide_pagination .swiper-pagination-bullet{
    background: #fff;
}

.slide_box.type_02 .slide_pagination .swiper-pagination-bullet {
    background: #666;
}

.slide_content{
    width: 1376px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1400px) and (min-width: 768px) {
    .slide_box{
        padding: 80px 0 100px;
    }

    .slide_box > .slide_button_menu > div{
        height: 42px;
        font-size: 18px;
    }

    .slide_content{
        width: 768px;
    }

    .slide_box .slide_btn{
        display: none;
    }
}

@media (max-width: 768px) {
    .slide_box{
        padding: 50px 0 60px;
    }

    .container_title{
        font-size: 32px;
        line-height: 1.19;
        margin-bottom: 20px;
    }

    .slide_box > .slide_button_menu{
        margin-bottom: 40px ;
    }

    .slide_box > .slide_button_menu > div{
        height: 38px;
        font-size: 16px;
    }

    .slide_box > .slide_button_menu > div:first-child{
        margin-right: 8px;
    }

    .slide_content{
        width: 100%;
        padding-left: 20px;
    }

    .slide_box .slide_btn{
        display: none;
    }
}
/* 메인배너를 제외한 슬라이드 css */

/* 상자종류 */
.slide_content {
    display: none;
}

.slide_content.visible {
    display: block;
}

.box_type_slide_place{
    width: 1194px;
    margin: 0 auto 40px;
}

.box_type_slide > .img_box{
    width: 100%;
    height: 280px;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
}

.box_type_slide > .content_box{
    width: 100%;
    height: 168px;
    background-color: #ece5db;
    border-radius: 0 0 12px 12px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box_type_slide > .content_box > .title{
    font-size: 22px;
    font-weight: bold;
    color: #855515;
    margin-bottom: 12px;
    text-align: center;
}

.box_type_slide > .content_box > .content{
    font-size: 16px;
    color: #855515;
    text-align: center;
    letter-spacing: -0.8px;
}

@media (max-width: 1400px) and (min-width: 768px) {
    .box_type_slide_place{
        width: 700px;
    }
}

@media (max-width: 768px) {
    .box_type_slide_place{
        width: 100%;
    }
}
/* 상자종류 */

/* 단상자 */
.single_box_slide_place{
    width: 1194px;
    margin: 0 auto 40px;
}

.single_box_slide > .img_box{
    width: 100%;
    height: 280px;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
}

.single_box_slide > .content_box{
    width: 100%;
    height: 69px;
    background-color: #ece5db;
    border-radius: 0 0 12px 12px;
    padding: 20px 0;
}

.single_box_slide > .content_box > .title{
    font-size: 22px;
    font-weight: bold;
    color: #855515;
    text-align: center;
}

.single_box_slide > .content_box > .content {
    font-size: 16px;
    color: #855515;
    text-align: center;
}

@media (max-width: 1400px) and (min-width: 768px) {
    .single_box_slide_place{
        width: 700px;
    }
}

@media (max-width: 768px) {
    .single_box_slide_place{
        width: 100%;
    }
}
/* 단상자 */

/* 골라내기 */
.pick_slide_place{
    width: 1194px;
    margin: 0 auto 40px;
}

.pick_slide{
    display: flex;
}

.pick_slide > .img_box{
    width: 593px;
    background-color: #fff;
    border-radius: 12px 0 0 12px;
    padding: 50px;
}

.pick_slide > .img_box > img{
    width: 493px;
    height: 312px;
}

.pick_slide > .content_box{
    width: 601px;
    background-color: #f5f5f5;
    border-radius: 0 12px 12px 0;
    padding: 50px;
}

.pick_slide > .content_box > .title{
    font-size: 32px;
    font-weight: bold;
    color: #464646;
    margin-bottom: 18px;
}

.pick_slide > .content_box > .content{
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: -0.66px;
    color: #666;
}

.pick_slide > .content_box > .content > div{
    margin-top: 18px;
}

.pick_slide > .content_box > .content > div > span{
    font-weight: bold;
}

@media (max-width: 1400px){
    .pick_slide_place{
        width: 700px;
    }

    .pick_slide{
        display: flex;
        flex-direction: column;
    }

    .pick_slide > .img_box{
        border-radius: 12px 12px 0 0;
        width: 550px;
    }

    .pick_slide > .img_box > img{
        width: 457px;
        height: auto;
    }

    .pick_slide > .content_box{
        border-radius: 0 0 12px 12px;
        width: 550px;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .pick_slide > .content_box > .title{
        font-size: 30px;
    }

    .pick_slide > .content_box > .content{
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #pick .container_title{
        margin-bottom: 30px;
    }

    .pick_slide_place{
        width: 100%;
    }

    .pick_slide > .img_box{
        width: 100%;
        padding: 20px;
    }

    .pick_slide > .img_box > img{
        width: 100%;
    }

    .pick_slide > .content_box{
        width: 100%;
        height: 196px;
        padding: 20px;
    }

    .pick_slide > .content_box > .title{
        font-size: 20px;
        margin-bottom: 12px;
    }

    .pick_slide > .content_box > .content{
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: -0.42px;
    }

    .pick_slide > .content_box > .content > div{
        margin-top: 12px;
    }
}
/* 골라내기 */

/* 제작방법 */
.produce_process{
    background-color: #f5f2ee;
    padding: 100px 0 120px;
}

.produce_process > .process_content{
    display: flex;
    justify-content: center;
}

.produce_process > .process_content.mobile{
    display: none;
}

.produce_menu{
    background-color: #ece8e3;
    padding: 109px 0;
    display: flex;
    justify-content: center;
}

.produce_menu > .produce_menu_content{
    width: 283px;
    height: 283px;
    border-radius: 12px;
    padding: 104px 0;
}

.produce_menu > .produce_menu_content:nth-child(1){
    background: url("/img/common/pc-process-bg01.png");
}

.produce_menu > .produce_menu_content:nth-child(2){
    background: url("/img/common/pc-process-bg02.png");
}

.produce_menu > .produce_menu_content:nth-child(3){
    background: url("/img/common/pc-process-bg03.png");
}

.produce_menu > .produce_menu_content:nth-child(4){
    background: url("/img/common/pc-process-bg04.png");
}

.produce_menu > .produce_menu_content:not(:last-child){
    margin-right: 20px;
}

.produce_menu > .produce_menu_content > .title{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 19px;
}

.produce_menu > .produce_menu_content > .produce_link{
    width: 125px;
    height: 39px;
    border-radius: 28px;
    background-color: #25b956;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.produce_menu > .produce_menu_content > .produce_link:hover{
    background-color: #0D9439;
}

@media (max-width: 1400px) and (min-width: 768px){
    .produce_process{
        padding: 80px 0 100px;
    }

    .produce_process > .process_content{
        zoom: 0.75;
    }

    .produce_menu{
        display: grid;
        grid-template-columns: 283px 283px;
        grid-gap: 20px;
        padding: 80px;
    }
}
@media (max-width: 768px) {
    .produce_process{
        padding: 50px 32px;
    }

    .produce_process > .process_content.pc{
        display: none;
    }

    .produce_process > .process_content.mobile{
        display: flex;
    }

    .produce_process > .process_content.mobile .process_step{
        width: 200px;
        padding: 31px 0;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #000;
        margin-left: 8px;
    }

    .produce_process > .process_content.mobile .process_step:not(:last-child){
        border-bottom: 1px solid rgb(220, 218, 214);
    }

    .produce_process > .process_content.mobile .process_step > div{
        font-size: 12px;
        font-weight: normal;
        color: rgb(67, 66, 65);
    }

    .produce_process > .container_title{
        margin-bottom: 40px;
    }

    .produce_menu{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 50px 20px;
    }

    .produce_menu > .produce_menu_content{
        width: 100%;
        height: 160px;
        padding: 44px 0 33px;
    }

    .produce_menu > .produce_menu_content:not(:last-child){
        margin: 0 0 20px;
    }

    .produce_menu > .produce_menu_content > .title{
        margin-bottom: 12px;
    }

    .produce_menu > .produce_menu_content:nth-child(1){
        background: url("/img/common/mo-process-bg01.png") center;
        background-size: cover;
    }

    .produce_menu > .produce_menu_content:nth-child(2){
        background: url("/img/common/mo-process-bg02.png") center;
        background-size: cover;
    }

    .produce_menu > .produce_menu_content:nth-child(3){
        background: url("/img/common/mo-process-bg03.png") center;
        background-size: cover;
    }

    .produce_menu > .produce_menu_content:nth-child(4){
        background: url("/img/common/mo-process-bg04.png") center;
        background-size: cover;
    }
}
/* 제작방법 */

/* 고객지원 */
.user_support{
    padding: 100px 0 107px;
    background-color: #1b6b41;
}

.user_support > .container_title{
    color: #fff;
}

.user_support > .content{
    display: flex;
    justify-content: center;
}

.user_support > .content > .user_support_content{
    width: 587px;
    height: 467px;
}

.user_support > .content > .user_support_content:last-child{
    margin-left: 20px;
}

.user_support > .content > .user_support_content > .user_support_title{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.user_support > .content > .user_support_content > .user_support_box{
    width: 587px;
    height: 400px;
    background-color: #fff;
    border-radius: 12px;
    padding: 32px 24px;
}

.user_support > .content > .user_support_content > .user_support_box > .top_place{
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    letter-spacing: -0.56px;
}

.user_support > .content > .user_support_content > .user_support_box > .top_place > .point_01{
    font-weight: bold;
    letter-spacing: -0.56px;
}

.user_support > .content > .user_support_content > .user_support_box > .top_place > .point_02{
    font-size: 22px;
    color: #666;
}

.user_support > .content > .user_support_content > .user_support_box > .kakao_link{
    width: 181px;
    height: 37px;
    border-radius: 24px;
    background-color: #fae300;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.user_support > .content > .user_support_content > .user_support_box > .kakao_link > img{
    margin-right: 2px;
}

.user_support > .content > .user_support_content > .user_support_box > .bottom_place{
    font-size: 16px;
    color: #000;
    margin-top: 32px;
    line-height: 1.7;
}

.user_support > .content > .user_support_content > .user_support_box > .calendar_content:last-child{
    margin-top: 24px;
}

.user_support > .content > .user_support_content > .user_support_box > .calendar_content > .title{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.calendar_content table, .calendar_content table td{
    font-size: 16px;
    color: #666;
    border: 1px solid #bcbcbc;
    border-collapse: collapse;
}

.calendar_content table{
    width: 100%;
}

.calendar_content td{
    padding: 6px 16px;
}

@media (max-width: 1400px){
    .user_support{
        padding: 80px 0 87px;
    }

    .user_support > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .user_support > .content > .user_support_content{
        margin: 0 !important;
    }

    .user_support > .content > .user_support_content:first-child{
        margin-bottom: 30px !important;
    }

    .user_support > .content > .user_support_content > .user_support_title{
        font-size: 32px;
    }
}

@media (max-width: 768px){
    .user_support{
        padding:  50px 0 60px;
    }

    .user_support > .container_title{
        margin-bottom: 40px;
    }

    .user_support > .content{
        padding: 0 20px;
    }

    .user_support > .content > .user_support_content{
        width: 100%;
        height: auto;
        margin: 0 !important;
    }

    .user_support > .content > .user_support_content:first-child{
        margin-bottom: 30px !important;
    }

    .user_support > .content > .user_support_content > .user_support_title{
        text-align: center;
        font-size: 20px;
    }

    .user_support > .content > .user_support_content > .user_support_box{
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .user_support > .content > .user_support_content > .user_support_box > .top_place{
        font-size: 14px;
    }

    .user_support > .content > .user_support_content > .user_support_box > .top_place > .point_02{
        font-size: 12px;
        letter-spacing: -0.48px;
    }

    .user_support > .content > .user_support_content > .user_support_box > .kakao_link{
        margin-top: 12px;
    }

    .user_support > .content > .user_support_content > .user_support_box > .bottom_place{
        margin-top: 20px;
        font-size: 12px;
    }

    .user_support > .content > .user_support_content > .user_support_box > .calendar_content > .title{
        font-size: 14px;
        margin-bottom: 8px;
    }

    .calendar_content table, .calendar_content table td{
        font-size: 12px;
    }
}
/* 고객지원 */

/* 문의하기 */
.inquiry{
    padding: 100px 0;
    background: url("/img/common/pc-sub-img-04.png")center center no-repeat;
    background-size: 1920px 100%;
}

.inquiry > .inquiry_title{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 52px;
    display: flex;
    justify-content: center;
}

.inquiry .inquiry_table{
    width: 762px;
    margin: -16px auto;
    border-spacing: 16px;
    border-collapse: separate;
}

.inquiry .inquiry_table input, .inquiry .inquiry_table textarea, .inquiry .inquiry_table select{
    width: 100%;
    padding: 13px 10px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

.inquiry .inquiry_table input::placeholder, .inquiry .inquiry_table textarea::placeholder{
    color: rgb(178, 178, 178);
}

.inquiry .inquiry_table select option{

}

.inquiry_table textarea{
    resize: none;
    height: 197px;
}

.inquiry .agree{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.inquiry .agree > input[type=checkbox]{
    width: 21px;
    height: 21px;
    margin-right: 4px;
}

.inquiry .agree > div{
    font-size: 16px;
    color: #fff;
}

.inquiry .agree > div > a{
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

.inquiry .send_place{
    display: flex;
    justify-content: center;
    margin-top: 53px;
}

.inquiry .send_btn{
    width: 300px;
    height: 60px;
    border-radius: 30px;
    background-color: #1b6b41;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.inquiry .send_btn:hover{
    background-color: #08542C;
}

.mo_view{
    display: none;
}

@media (max-width: 1400px) and (min-width: 768px) {
    .inquiry .inquiry_table{
        width: 680px;
    }
}

@media (max-width: 768px){
    .inquiry{
        padding: 50px 0 80px;
    }

    .inquiry > .inquiry_title{
        font-size: 32px;
        margin-bottom: 20px;
    }

    .inquiry .inquiry_table{
        width: 100%;
    }

    .mo_view{
        display: block;
    }
}
/* 문의하기 */

/* 제작방법 모달창 */
.produce_process_modal{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #707070;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.produce_process_modal > .modal_container.mobile{
    display: none;
}

.produce_process_modal > .modal_container{
    width: 1376px;
    position: relative;
}

.produce_process_modal > .modal_container > .modal_slide{
    width: 1194px;
    height: 724px;
    margin: 0 auto;
    position: relative;
}

.modal_close{
    position: absolute;
    right: 28px;
    top: 28px;
    z-index: 100;
    cursor: pointer;
}

.produce_process_modal > .modal_container .modal_content{
    background-color: #fff;
    border-radius: 12px;
}

.produce_process_modal > .modal_container .modal_content .modal_title{
    font-size: 50px;
    font-weight: bold;
    color: #000;
}

.produce_process_modal > .modal_container .slide_pagination{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.produce_process_modal > .modal_container .slide_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    opacity: .2;
    margin-right: 12px;
    background-color: #fff;
}
.produce_process_modal > .modal_container .slide_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 24px;
    border-radius: 5px;
}

.produce_process_modal > .modal_container .slide_btn{
    position: absolute;
    width: 100%;
    top: 40%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
}

.produce_process_modal > .modal_container .slide_btn > div:first-child{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
    background: url("/img/common/prev.png");
}

.produce_process_modal > .modal_container .slide_btn > div:last-child{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
    background: url("/img/common/next.png");
}

/*.produce_process_modal > .modal_container .slide_btn > div:not(.swiper-button-disabled):first-child:hover{*/
/*    background: url("/img/common/pc-arrow-white-l-hover.png");*/
/*}*/
/*.produce_process_modal > .modal_container .slide_btn > div:not(.swiper-button-disabled):last-child:last-child:hover{*/
/*    background: url("/img/common/pc-arrow-white-r-hover.png");*/
/*}*/

.produce_process_modal > .modal_container .slide_btn > .swiper-button-disabled{
    opacity: 0.5;
}

#print_method{
    padding: 100px 59px;
}

#print_method > .modal_title{
    text-align: center;
    margin-bottom: 60px;
}

#print_method > .print_method_category{
    display: flex;
    justify-content: space-between;
}

#print_method > .print_method_category > .print_method_content{
    width: 254px;
}

#print_method > .print_method_category > .print_method_content > img{
    width: 254px;
    height: 254px;
    transform: scale(1.2);
    margin-bottom: 20px;
}

#print_method > .print_method_category > .print_method_content > .title{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
}

#print_method > .print_method_category > .print_method_content > .content{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-align: center;
    white-space:nowrap;
}

#post_processing{
    padding: 100px 60px;
}

#post_processing > .modal_title{
    text-align: center;
    margin-bottom: 70px;
}
#post_processing > .post_processing_category{
    display: flex;
    justify-content: space-between;
}

#post_processing > .post_processing_category > .post_processing_content{
    width: 345px;
}

#post_processing > .post_processing_category > .post_processing_content > .title{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 8px;
}

#post_processing > .post_processing_category > .post_processing_content > .content{
    font-size: 16px;
    text-align: center;
    color: #000;
}

#coating{
    background: url("/img/common/pc-coating.png") bottom center no-repeat;
    background-color: #fff;
    position: relative;
}

#coating > .coating_info{
    position: absolute;
    top: 210px;
    right: 63px;
}

#coating > .coating_info > .modal_title{
    margin-bottom: 16px;
}

#coating > .coating_info > .content{
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: -0.66px;
    color: #000;
    margin-bottom: 44px;
}

#coating > .coating_info > .content > span{
    font-weight: bold;
}

#size{
    background: url("/img/common/pc-size.png") bottom center no-repeat;
    background-color: #fff;
    position: relative;
}

#size > .size_info{
    position: absolute;
    top: 280px;
    left: 101px;
}

#size > .size_info > .modal_title{
    margin-bottom: 16px;
}

#size > .size_info > .content{
    font-size: 22px;
    color: #000;
    margin-bottom: 44px;
}

@media (max-width: 1400px) {
    .produce_process_modal > .modal_container.pc{
        display: none;
    }

    .produce_process_modal > .modal_container.mobile{
        display: block;
        width: 320px;
    }

    .produce_process_modal > .modal_container.mobile .modal_content{
        width: 100%;
        height: 610px;
        background-color: #fff;
    }

    .produce_process_modal > .modal_container.mobile .modal_content > .title{
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        color: #000;
        margin-top: 40px;
    }

    .produce_process_modal > .modal_container.mobile .modal_content > .content{
        margin-top: 12px;
        height: 404px;
        position: relative;
    }

    .produce_process_modal > .modal_container.mobile .modal_content > .modal_close_mobile{
        margin: 32px auto 0;
        width: 281px;
        height: 60px;
        border-radius: 12px;
        background-color: #1b6b41;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .produce_process_modal > .modal_container.mobile .modal_content .slide_pagination{
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .produce_process_modal > .modal_container.mobile .modal_content .slide_pagination > .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 8px 0 0;
        background-color: #000;
    }

    .produce_process_modal > .modal_container.mobile .modal_content .slide_pagination > .swiper-pagination-bullet-active{
        width: 24px;
        height: 10px;
        border-radius: 5px;
        margin: 0 8px 0 0;
        background-color: #666;
    }

    .print_method_slide{
        width: 100%;
        height: 374px;
        padding-left: 20px;
    }

    .print_method_slide_content{
        border-radius: 12px;
        border: solid 1px #b2b2b2;
        display: flex;
        flex-direction: column;
    }

    .print_method_slide_content > .content_box{
        height: 100%;
        background-color: #f3f3f3;
        border-radius: 0 0 12px 12px;
    }

    .print_method_slide_content > .content_box > .title{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #000;
        margin-top: 36px;
    }

    .print_method_slide_content > .content_box > .content{
        font-size: 14px;
        letter-spacing: -0.7px;
        text-align: center;
        color: #000;
        margin-top: 8px;
    }

    #coating_mobile > .content > .content_box{
        padding: 0 20px;
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: -0.7px;
        color: #000;
        text-align: center;
    }

    #coating_mobile > .content > .content_box > span{
        font-weight: bold;
    }

    #coating_mobile > .content > .img_box{
        margin-top: 24px;
    }

    #size_mobile > .content > .content_box{
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: -0.7px;
        text-align: center;
        color: #000;
    }

    #size_mobile > .content > .img_box{
        margin-top: 80px;
    }

    .post_processing_slide{
        width: 100%;
        height: 374px;
        padding-left: 20px;
    }

    .post_processing_slide_content{
        border-radius: 12px;
        border: solid 1px #b2b2b2;
        display: flex;
        flex-direction: column;
    }

    .post_processing_slide_content > .content_box{
        height: 100%;
        background-color: #f3f3f3;
        border-radius: 0 0 12px 12px;
    }

    .post_processing_slide_content > .content_box > .title{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #000;
        margin-top: 60px;
    }

    .post_processing_slide_content > .content_box > .content{
        font-size: 14px;
        letter-spacing: -0.7px;
        text-align: center;
        color: #000;
        margin-top: 8px;
    }
}
/* 제작방법 모달창 */
