.tbl1 > tbody > tr > th {
    border-color: #dddddd;
    padding-left: 0;
}
select, input[type=tel], input[type=text], input[type=password] {
    background-color: #ffffff;
}
textarea[name=memo].sample_textarea {
    width: 100%;
    height: 60px;
    background-color: #f7f7f7;
    border: none;
    color: #777777;
    margin-top: 3px;
}

/* °øÅë */
.sample_order_all_wrapper {}
.sample_order_form_area, .sample_order_guide_aera {
    border: 1px solid #dddddd;
    border-bottom: none;
    margin-left: 15px;
    margin-right: 15px;
}
.sample_order_form_row {
    display: flex;
    border-bottom: 1px solid #dddddd;
}
.sample_order_cat_title {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative;
    text-align: left;
}
.sample_order_cat_title.first_title {
    padding-top: 35px;
}
.sample_order_cat_title > span {
    color: var(--basicFontColor);
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    position: relative;
}
.sample_order_cat_title > span:before {
    content: '';
    width: 2px;
    height: 19px;
    background-color: var(--basicFontColor);
    position: absolute;
    top: 0;
    left: 0;
}
.sample_continue_wrapper {
    padding: 30px 15px;
}
.sample_order_form_row:first-of-type {
    border-top: 1px solid #1b2631;
}
.sample_order_form_row > li {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.sample_order_form_row .sample_order_form_head {
    width: 80px;
    background-color : #f9f7f7;
    border-right: 1px solid #dddddd;
    color: #777777;
    font-size: var(--bodyFontSize);
    padding-left: 10px;
    padding-top: 14px;
    padding-bottom: 10px;
}
.sample_order_form_row .sample_order_form_body {
    width: 100%;
    padding: 5px 10px;
}

.sample_order_form_body input, .sample_order_form_body select {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    height: 35px;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #777777;
    font-size: var(--bodyFontSize);
    padding: 5px 10px;
}
.sample_order_form_body input[name=unm] {
    width: 100%;
}
.sample_order_form_body input::placeholder {
    color: #999999;
}
.hand_inputs .sample_order_hand_input {
    width: calc(100% / 3 - 5px);
    margin-left: 7px;
}
.sample_continue_btn {
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #1b2631;
    color: #666666;
    margin-right: 6px;
}
.sample_continue_btn > span {
    color: #a0a0a0;
    font-size: var(--bodyFontSize);
    margin-right: 7px;
}
/* ÈÞ´ëÆù */
.hand_inputs .sample_order_hand_input:first-child {
    margin-left: 0;
}
.hand_inputs .btn_b41#act_hand_btn {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    width: 100%;
    height: 34px;
    border: 1px solid #dddddd;
    color: #777777;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    
}
#hand_num {
    padding-left: 3px;
}
/* ¿¹½ÄÀÏ */
.sample_wday_wrapper > select {
    width: calc(100% / 3 - 5px);
    margin-left: 4px;
}
.sample_wday_wrapper > select:first-child {
    width: calc(100% / 3 - 5px);
    margin-left: 0;
}
/* ¹è¼ÛÁÖ¼Ò */

/* ¹è¼Û¾È³» */
.sample_order_guide_aera .sample_order_form_head {
    padding-top: 15px;
    padding-bottom: 5px;
}
.sample_order_guide_aera .sample_order_form_body {
    padding-top: 15px;
    padding-bottom: 12px;
}
.sample_order_guide_aera .sample_order_body_cnt {
    padding-top: 8px;
    padding-bottom: 8px;
}
.sample_order_cnt_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sample_order_cnt_wrapper> div {
    color: #ff7473;
    font-family: 'Pretendard';
    font-size: var(--bodyFontSize);
    font-weight: 300;
    letter-spacing: -0.7px;
}
.sample_order_more_btn {
    background-color: #fff6f4;
    border: 1px solid #ffcfcb;
    border-radius: 3px;
    margin-left: 5px;
    padding: 3px 17px 3px 8px;
    position: relative;
    z-index: -1;
}
.sample_order_more_btn.on {
    z-index: 0;
}
.triangle_mark {
    color: #ff7473;
    font-family: 'Pretendard';
    font-size: var(--bodyFontSize);
    position: relative;
}
.triangle_mark:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    border-left: 5px solid #ff7473;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
#tac_cost_txt {
    font-size: var(--bodyFontSize);
}
.sample_order_body_cs, .sample_order_body_cs > a {
    font-size: var(--bodyFontSize);
}
/* »ùÇÃ½ÅÃ»ÇÏ±â */
#sample_btn {
    background-color: #1b2631;
    border: 1px solid #1b2631;
    border-radius: 0;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
}
/* ·ÎµùÁß */
.loading_anim_dual {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.loading_anim_dual:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 5px solid #aaa;
    border-color: #aaa transparent #aaa transparent;
    animation: loading_anim_dual 1.2s linear infinite;
}
@keyframes loading_anim_dual {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* °³ÀÎÁ¤º¸ º¸È£ ¾Ë¸² */
.privacy_policy_notice_row {
    color: #55a488;
    line-height: 18px;
    padding: 9px;
}

