/* common-! v_2205 */
@charset "utf-8";



/* Buttons
--------------------------------------------------------------------------------------- */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="number"],
button {
    border: 0;
    background: transparent;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
}

.btn {
    display: inline-block;
    height: 50px;
    list-style: 50px;
    min-width: 150px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #E6E6E6;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition: all .3s ease-out;
}

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

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input[type="number"],
    button,
    .btn {
        width: 100%;
    }

}

input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="number"]:focus,
button:focus,
.btn:focus {
    outline: none !important;
    transition: all .3s ease-out;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled, input[type="reset"]:disabled,
input[type="button"].disabled, input[type="button"]:disabled,
input[type="number"].disabled, input[type="number"]:disabled,
button.disabled, button:disabled,
.btn.disabled, .btn:disabled {
    pointer-events: none;
}


/* normal button design */
.btn.submit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    line-height: 80px;
    width: 180px;
    color: #707070;
    border-color: #A17C01;
    border-width: 2px;
    font-size: 20px;
    font-weight: 400;
    gap: 5px;
}

.btn.submit img {
    margin-right: 5px;
}

.btn.submit:hover,
.btn.submit:active,
.btn.submit:focus {
    box-shadow: 0 4px 10px 0 rgba(46, 46, 107, 0.2);
}

.btn.submit:disabled,
.icon_btn.submit:disabled {
    background: #DBDFEB;
}


/* Input text & textarea
--------------------------------------------------------------------------------------- */
input[type=text], input[type=date], input[type=number], input[type=password] {
    border: 1px solid #E6E6E6;
    min-width: 150px;
    height: 40px;
    padding: 0 15px;
}

select {
    min-width: 150px;
    height: 32px;
    padding: 0 10px;
    border-color: #707070;
}
select#printType:after {
    position: absolute;
    content: "";
    display:block;
    width: 16px;
    height: 14px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    /* UI Properties */
    background: #707070 0% 0% no-repeat padding-box;
    opacity: 1;
}
/* box align
--------------------------------------------------------------------------------------- */
.f_cover {
    overflow: hidden;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.clear {
    clear: both;
}


/* font align
--------------------------------------------------------------------------------------- */
.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.t_center {
    text-align: center;
}


/* etc
--------------------------------------------------------------------------------------- */
::selection {
    background: rgb(236 181 0 / 70%);
    color: #FFF;
}


/* common
--------------------------------------------------------------------------------------- */

body {
    font-size: 16px;
    line-height: 150%;
}

.wrap {
    max-width: 1870px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

header {
    padding-top: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: calc(100% - 460px);
    min-height: 105px;
    flex-wrap: wrap;
}

.openModal header{
    width:100%;
}

header ul{
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    font-size: 15px;
}

header ul li a:before{
    content: " / ";
    display: inline-block;
    margin-right: 5px;
}
header ul li:first-child a:before{
    display: none;
}

footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 13px;
    color: #C2C1C1;
    line-height: 140%;
}
.content{
    width: calc(100% - 195px);
}


.price_sum_title {
    width: 40%;
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
}

.price_sum_detail {
    width: 60%;
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
}

.num_count {
    display: flex;
}

.num_count > * {
    width: 50px;
    min-width: 50px !important;
    height: 50px !important;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    background: #fff;
    font-size: 0.92em;
    text-align: center;
}

.num_count input {
    border-left: 0;
    border-right: 0;
    font-weight: 500;
}

.num_count button {
    font-size: 22px;
    font-weight: 500;
    color: #707070;
}

.upload {
    position: relative;
    width: 100%;
}

#fileselect {
    display: block;
    position: absolute;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
    border: 0;
    outline: 0;
    bottom: 20px;
    right: 20px;
}

#fileselect:hover:after {
    box-shadow: 0 4px 10px 0 rgba(46, 46, 107, 0.2);
}

#fileselect:after {
    transition: 200ms all ease;
    background: #FFF;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '찾아보기';
}

#filedrag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 50px 0px;
    cursor: default;
    background: #F1F1F1;
}

#filedrag.hover {
    color: #455EEE;
    border-color: #455EEE;
}

#filedrag.hover:before {
    color: #98A3E5;
}

#filedrag img {
    margin-right: 20px;
}

#filedrag span:nth-child(2) {
    margin-left: 20px;
}

#filedrag b {
    display: block;
    font-size: 20px;
}

.red {
    color: #FF0000;
}

.blue {
    color: #0033FF;
}

.green {
    color: #07DB00;
}

table, td, th {
    border: 1px solid #808080;
}


/* layout
--------------------------------------------------------------------------------------- */
.main {
    display: flex;
    position: relative;
}

.file {
    width: calc(100% - 460px);
}

.file__add {

}

.file__list {
    border: 1px solid #E6E6E6;
    height: 679px;
    overflow: auto;
}

.file__list > ul > li {
    padding: 15px;
    border-bottom: 1px solid #E6E6E6;
}

.file__list_top {
    display: flex;
    justify-content: space-between;
}

.file__list_top_txt {
    font-size: 20px;
    font-weight: 600;
}

.file__list_top_btn {
    font-size: 0;
    width: 28px;
    height: 28px;
}

.file__list_content {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    flex-wrap: nowrap;
}

.file__list_content_input {
    display: flex;
    align-items: center;
}

.file__list_content_input ul li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.file__list_content_input ul li span {
    font-weight: 500;
    font-size: 20px;
    padding: 0 20px;
}

.file__list_content_input_scale {
    display: flex;
    align-items: center;
}

.file__list_content_input_scale input {
    min-width: 75px;
    width: 75px;
}

.file__list_content_input_scale:before {
    content: "";
    width: 10px;
    height: 110px;
    display: block;
    border: 1px solid #707070;
    border-left: none;
    margin: 0 10px;
}

.file__list_content_price,
.file__list_content_price_count {
    display: flex;
    align-items: center;
}

.file__list_content_price .price_txt {
    font-size: 24px;
    padding: 15px 1vw;
    color: #372A00;
}

.file__list_content_price .price_txt:nth-child(1){
    font-size:22px;
}

.file__list_content_price .num_count {
    padding: 15px 1vw;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

/*info*/
.info {
    width: 460px;
    min-height: 800px;
    background: #ECB500;
    padding: 15px 20px;
}

.info__option h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.info__option_txt {
    /* display: flex; */
    margin-bottom: 5px;
}

.info__option_txt div {
    padding: 10px 0;
    font-size: 18px;
}
.info__option_txt div.info__option_type{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.info__price ul {
    padding-bottom: 10px;
    /* margin: 10px 0; */
    border-bottom: 2px solid #A17C01;
}

.info__price_list li,
.info__price_sum {
    display: flex;
    text-align: right;
}

.info__price_sum * {
    font-size: 35px;
    font-weight: 600;
}

.info__price_btn {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    gap: 12px;
}

.info__price_txt {
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    /* margin-top: 35px; */
}
.leftBanners{
    padding-top: 105px;
    display: flex;
    flex-direction: column;
}
.banner_kakao {
    margin-bottom: 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index:9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1280px;
    width: 80vw;
    max-height: 1000px;
    height: 85vh;
    background: #fff;
    border: 1px solid #707070;
    padding: 15px 30px;
    overflow: auto;
}

.modal_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.modal_header_btn {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.modal_content h2 {
    font-size: 50px;
    font-weight: 500;
    padding: 30px 0;
}

.modal_content_table {
    width: 100%;
    overflow: auto;
}

.modal_content_table table {
    width: 100%;
    color: #464646;
}

.modal_content_table table th {
    text-align: center;
    padding: 5px;
    font-weight: 400;
}

.modal_content_table table td {
    padding: 5px 10px;
}

.modal_content_table table li {
    text-align: left;
    list-style: disc;
    margin-left: 30px;
}

.modal_content_table table .border {
    border: 2px solid;
}

.modal_content_table .btn_wrap {
    margin: auto;
    text-align: center;
    padding: 30px 0 50px;
}

.modal_content_table .btn_wrap .btn {
    height: 30px;
    min-width: 100px;
    margin: 0 5px;
}

.modal_content_table .btn_wrap .btn:first-child {
    background: #464646;
    color: #FFF;
}

.modal_content_table .btn_wrap .btn:last-child {
    background: #BDBDBD;
}

.printTypeBox {
    position: relative;
    width:auto;
    height:auto;
}
.printTypeBox i.printTypeIcon {
    position: absolute;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 7px solid transparent;
    border-top: 14px solid #707070;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;    
}


@media all and (max-width: 1590px) {
    .leftBanners {display:none}
    .wrap {padding: 0 10px;display: block;}
    .main, header, footer {
        max-width:100%;
    }
    header{
        width: 100%;
    }
    .content{
        width: 100%;
    }
    .num_count > * {
        width: 36px;
        min-width: 36px !important;
        height: 36px !important;
        font-size:14px;
    }
    .file__list_content_price .price_txt {
        font-size:22px;
        padding: 15px 6px;
    }
    .file__list_content_price .price_txt:nth-child(1){
        font-size:20px;
    }
    .file__list_content_input_scale input{
        min-width:65px;
        width:65px;
    }
    
}

@media all and (max-width: 1680px) {
    
}
@media all and (min-width: 1421px) {
    .info {
        display:flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .printTypeBox i.printTypeIcon {
        bottom: 1px;
    }
    
}
@media all and (min-width: 1421px) and (max-width: 1600px) {
    .file__list_content {
        justify-content: space-between;
    }

    .file__list_content_price_count {
        display: block;
        text-align: center;
        border-left: 1px solid #EEEEEE;
        border-right: 1px solid #eaeaea;
    }

    .file__list_content_price .num_count {
        border: none;
    }
}

@media all and (max-width: 1420px) {
    .printTypeBox i.printTypeIcon {
        top: 10px;
    }

    .main {
        display: block;
    }

    .file {
        width: 100%;
        min-height: auto;
    }

    .file__list {
        height: auto;
        min-height: 395px;
    }

    .file__list_content {
        justify-content: flex-start;
    }

    .info {
        width: 100%;
        min-height: auto;
        display: flex;
        gap: 90px;
        padding: 10px 20px 15px;
    }
    .info_right_wrapper,
    .info__option{
        width: 50%;
    }
    .info__option_txt{
        flex-direction: column;
    }
    .info__option_type{
        display: flex;
        gap: 20px;
    }
    .info__option_txt div.info__option_type{
        justify-content: inherit;
    }
    .info__option_txt div{
        padding: 10px 0 0 0;
    }
    .info__price ul{
        border-top: none;
    }
    .price_sum_title{
        text-align: left;
    }
    .info__price_btn{justify-content: flex-end;}
    .btn.submit{
        width: 45%;
    }

}

@media all and (max-width: 1024px) {
    .file__list_content_price {
        border-top: 1px solid #eaeaea;
        margin-top: 30px;
        width: 100%;
        justify-content: flex-end;
        padding-top: 20px;
    }

    .file__list_content_price .num_count {
        border: none;
    }

    .file__list_content {
        flex-wrap: wrap;
    }

    #filedrag {
        height: 200px;
        padding: 20px 0 80px;
    }

    input[type=file] {
        left: 50%;
        margin: 0;
        margin-left: -75px;
    }

}

@media all and (max-width: 650px) {
    #filedrag {
        height: 240px;
        display: block;
        text-align: center;
    }

    input[type=file] {
        left: 50%;
        margin: 0;
        margin-left: -75px;
    }

}
@media all and (max-width: 480px) {

    body {
        font-size: 13px;
    }

}
.file__list_content_input_scale input {padding:0 10px}
.suffix-mm input[type=text] {
    min-width: inherit;
    max-width: 110px;
    padding: 0 10px;
    font-size:14px;
}
.suffix-mm, .suffix-percent {position:relative}
.suffix-mm:after {content:'mm';position:absolute;top:10px;right:0.5rem;}
.suffix-percent:after {content:'%';position:absolute;top:0.5rem;right:0.5rem;}


.tabs{
    /* padding: 1rem; */
    background: #DDEFEF;
    width: 100%;
    margin-bottom: 1rem;
}
.tabs ul li{
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    color: #336B6B;
    padding: 1rem;
}

.tabs ul li:focus,
.tabs ul li.active{
    background-color: #336B6B;
    height: 100%;
}
.tabs ul li button {
    color:#336B6B;
}
.tabs ul li.active:focus button,
.tabs ul li.active button {
    color:#fff;
}



.form table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.form table thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
.form table tbody th,
.form table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}

.form table tfoot td {
    background-color: #77b7b7;
    border: solid 1px #77b7b7;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}

.modal form.form button[type=submit],
.form table button {
    background-color:#336B6B;
    color:#fff;
}

.tabPrintType textarea {width:100%;}
.termsWrap textarea {width:100%;border-radius:5px;padding:1rem;line-height:20px;resize: none;overflow-y:auto;overflow-x:hidden;min-height:50vh;white-space: pre-wrap;word-wrap: break-word;}



@media print {
    html, body { print-color-adjust:exact;-webkit-print-color-adjust:exact; width: 210mm; height: 297mm; font-size: 10pt;}
    table { page-break-inside:auto;width:100%;height:100%;margin:0;padding:0; }
    tr    { page-break-inside:avoid; page-break-after:auto;}
    thead { display:table-header-group; }
    tfoot { display:table-footer-group; }

    input {border:0;}
    /* Hide Calendar Icon In Chrome */
    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }
    .modal {
        transform: translate(0, 0);
        max-width: inherit;
        width: 100vw;
        max-height: inherit;
        position:relative;
        left:0;
        right:0;
        top:0;
        bottom:0;
        width:100%;
        height:100%;        
    }

    .printHidden,
    .wrap,
    button {
        display: none !important;
    }
}


.info__option_type_img{
    width: 256px;
    height: 192px;
    display: block;
    background-size: contain !important;
    background-position: center !important;
    background-color: #fff;
    background-repeat: no-repeat !important;    
    /* background-image: url(https://placeimg.com/300/300/people); */
}
@media all and (min-width:880px) and (max-width: 990px) {
    .btn.submit {font-size:16px;}
}
@media all and (max-width: 880px) {
    .info {flex-direction: column;gap: 40px;}
    .info_right_wrapper, .info__option {width:100%;}
    .info_right_wrapper ,
    .info__option_txt div{flex-direction: column;} 
    .printTypeBox select {width:100%;}
    .btn.submit{
        width: 50%;
    }
}

