#customer_info2 {
    position: absolute;
    float: left;
    width: 100%;
    height: 50%;
    padding-top: 2%;
    margin-left: 2%;
    top: 56%;
    left: 32%;
}

#preview2 {
    float: left;
    width: 100%;
    /*1400/3000*/
    height: 56%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
}

#preview2 img {
    max-width: 100%;
    max-height: 100%;
}

#order_spec {
    float: left;
    margin-top: 6%;
    width: 32%;
    height: 38%;
    margin-left: -5%;
}

#asm_info {
    width: 100%;
    height: auto;
}

.spec_table {
    border-collapse: collapse;
    width: 100%;
    height: 95%;
    margin-top: 15%;
}

.spec_table thead tr {
    display: table;
    width: 100%;
    font-size: 2vh;
}

.spec_table thead {
    float: left;
    width: 100%;
    margin-bottom: 5%;
    padding-bottom: 2%;
    border-bottom: 1px solid #cbcbcb;
    font-weight: bold;
    color: #7b7b7b;
}

.spec_table tbody {
    display: block;
    width: 100%;
    height: 90%;
}

.spec_table tbody tr {
    display: table;
    width: 100%;
    margin-bottom: 5%;
    font-size: 1.5vh;
    color: #7b7b7b;
}

.spec_table tbody tr .first_td {
    width: 35%;
}

.spec_table tbody tr .center_td {
    width: 45%;
    text-align: center;
}

.spec_table tbody tr .last_td {
    width: 20%;
    text-align: center;
}

#order_box {
    position: relative;
    border-radius: 2vw;
    border: 1px solid #5684da;
    padding: 2%;
    width: 83%;
    height: 57%;
    top: 24%;
    left: 6.3%;
}

#order_box #ment {
    width: 100%;
    height: 28%;
    font-size: 1.9vh;
    color: #5684da;
    text-align: center;
    font-weight: bold;
}

#order_box #order_box_row {
    width: auto;
    float: left;
    margin-top: 1.5%;
}

#order_box .label {
    display: table-cell;
    width: 100%;
    height: 3vh;
    font-size: 1.8vh;
    color: #5684da;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
}

#order_box #method1 {
    width: 100%;
    height: 40%;
    font-size: 1.8vh;
    color: #5f8afd;
    text-align: center;
    display: block;
    margin-left: 12%;
}

#order_box #method2 {
    width: 100%;
    height: 40%;
    font-size: 1.8vh;
    color: #5f8afd;
    text-align: center;
    display: block;
    margin-left: 13%;
}

#order_button {
    float: left;
    margin-left: 2%;
    width: 35%;
    height: 100%;
    position: relative;
    text-align: center;
}

#order_button img {
    width: auto;
    height: 100%;
    margin-left: 6%;
}

#order_button .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2vh;
    color: white;
    width: 80%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    border-radius: 2vw;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 2.5%;
    border: 1px solid #888;
    width: 76%;
    height: 33%;
    margin-top: 45%;
}

.modal-content .modal_title {
    width: 100%;
    height: 15%;
    font-size: 2.6vh;
    color: #5684da;
    text-align: center;
    border-bottom: 1px solid #5684da;
    font-weight: bold;
    padding-top: 2%;
}

.modal-content .message {
    width: 100%;
    height: 75%;
    font-size: 2.2vh;
    color: #7b7b7b;
    text-align: center;
    line-height: 150%;
    position: relative;
}

.modal-content .message p {
    position: absolute;
    width: 100%;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#button_panel {
    width: 80%;
    height: 20%;
    position: absolute;
    bottom: 0%;
    left: 10%;
    text-align: center;
}

#button_panel #button1 {
    display: inline-block;
    width: 60%;
    height: 100%;
    position: relative;
    text-align: center;
}

#button_panel #button1 img {
    width: auto;
    height: 100%;
}

#button_panel #button1 .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vh;
    color: white;
    width: 80%;
}

.custom_btn {
    position: relative;
    margin-left: 0%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
    border: none;
    background-image: url(../images/ko/ui/button_nor.png);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    font-size: 2.2vh;
    color: white;
    text-align: center;
    background-position: center center;
}

.custom_btn:active {
    background-image: url(../images/ko/ui/button_press.png);
}