/* °øÅë */
.product_page_top_title {
    border: none;
    padding-bottom: 0;
}
/* »ùÇÃ Ä«Æ® ¸®½ºÆ® */
.sample_card_td {
    position: relative;
    z-index:3;
    padding-right: 10px;
}
.sample_card_td:last-child {
    padding-right: 0;
}
.sample_pick_del_btn {
    position: absolute;
    top: 0;
    right: 0;
}
.sample_cnt_exceed_notify {
    color: #ff7473;
    font-family: 'Spoqa Han Sans';
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.warning_circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #ff7473;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-right: 5px;
}
.sample_banner_img_wrapper {
    margin-top: 70px;
}
.sample_order_cat_title {
    font-family: 'Pretendard';
    font-weight: 200;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.sample_cart_wrapper {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    width: 1000px;
    border: 1px solid #777777;
    padding: 30px 20px;
}
.more_btn_wrapper {
    text-align: center;
}
.sample_continue_btn {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    color: #666666;
    /* color: #1b2631; */
    font-size: 14px;
    font-weight: normal;
    font-family: 'Spoqa Han Sans';
    display: inline-block;
    padding-left: 70px;
    padding-right: 70px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #1b2631;
    cursor: pointer;
    margin: auto;
    margin-top: 25px;
    line-height: 47px;
    text-align: center;
}
.sample_continue_btn > span {
    color: #a0a0a0;
    font-size: 12px;
    margin-right: 7px;
}
.sample_order_cnt_wrapper {
    display: flex;
    align-items: center;
    margin-left: 0;
}
.sample_order_cnt_wrapper > div {
    color: #ff7473;
    font-family: 'Spoqa Han Sans';
    font-size: 12px;
    font-weight: 300;
}
.sample_order_more_btn {
    background-color: #fff6f4;
    border: 1px solid #ffcfcb;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 15px;
    padding: 3px 24px 3px 15px;
    position: relative;
    z-index: -1;
}
.sample_order_more_btn.on {
    z-index: 0;
}
.triangle_mark {
    color: #ff7473;
    font-family: 'Spoqa Han Sans';
    font-size: 12px;
    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%);
}
.sample_order_form_row {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #dddddd;
}
.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: 120px;
    color: #777777;
    font-size: 11px;
    background-color : #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: bold;
    text-align: right;
}
.sample_order_form_row .sample_order_form_body {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    flex: 1;
}
.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: 30px;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    color: #777777;
    padding: 5px 10px;
}
.sample_order_form_body input::placeholder {
    color: #999999;
}
.sample_order_form_area {
    border-top: 1px solid #777777;
}
/* ¹Þ´ÂºÐ */
.sample_order_body_send > input {
    width: 300px;
}
/* ÈÞ´ëÆù */
.sample_order_body_hand {
    display: flex;
    align-items: center;
}
#hand_text {
    margin-left: 0;
}
#hand_field {
    display: flex;
    margin-left: 0;
}
.tel_box {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
     display: flex;
}
.tel_box > li:last-child {
    margin-right: 10px;
}
.tel_box > li {
    width: calc(285px / 3 - 5px);
    margin-left: 0;
    margin-right: 15px;
    position: relative;
}

.tel_box > li:before {
    content: '';
    width: 5px;
    height: 1px;
    background-color: #777777;
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateX(-50%);
}
.tel_box > li:first-child:before {
    display: none;
}
.tel_box input, .tel_box select {
    width: 100%;
    color: #777777;
    font-size: 11px;
    padding: 5px;
}
#hand_act_btn {
    height: 30px;
    border: 1px solid #dddddd;
    color: #777777;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 7px;
    padding-right: 7px;
     margin-left: 0px;
}

/* ÀüÈ­¹øÈ£ */
.sample_order_body_tel {
    display: flex;
    align-items: center;
}
.tel_null_wrapper {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    height: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    color: #777777;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 0;
}
.tel_null_wrapper input[type=checkbox] {
    margin: 0;
    margin-right: 3px;
}
.tel_null_wrapper > span {
    color: #777777;
    font-size: 11px;
    padding-top: 1px;
}
/* ÀÌ¸ÞÀÏ */
.sample_order_form_body.sample_order_body_mail {
    display: flex;
    align-items: center;
}
.sample_order_body_mail > div {
    width: calc(300px / 2 - 15px);
    margin-right: 30px;
    font-family: ''
}
.sample_order_body_mail input, .sample_order_body_mail select {
    width: 100%;
    color: #777777;
    font-family: 'Spoqa Han Sans';
}
.sample_order_body_mail > div:first-child {
    position: relative;
    margin-left: 0;
}
.sample_order_body_mail > div:first-child:before {
    content: '@';
    color: #777777;
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
}
.sample_order_body_mail > div:last-child {
    margin-right: 0;
    margin-left: 0;
}
.email_form_wrapper {
    height: 30px;
    position: relative;
}
.sample_order_body_mail #eml2_self_cancel {
    height: 18px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
#memo.sample_order_memo {
    width: 100%;
    height: 80px;
    color: #777777;
    border: 1px solid #bbbbbb;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
}
/* ¿¹½ÄÀÏ */
.date_notice {
    color: #ff7473;
    font-family: 'Spoqa Han Sans';
    font-size: 12px;
    font-weight: 300;
}
.sample_order_form_body_wed > select {
    width: calc(285px / 3 - 5px);
    margin-right: 11px;
}
.sample_order_form_body_wed > select:last-child {
    margin-right: 0;
}
/* ÁÖ¼Ò */
.sample_order_form_row input.zip_number, .sample_order_form_row #addr1, .sample_order_form_row #addr2 {
    width: 300px;
}
/* ¹è¼Û¾È³» */
.sample_order_guide_aera {
    border-top: 1px solid #777777;
}
.sample_order_guide_aera div, .sample_order_guide_aera span {

} 
.sample_order_cnt, #tac_cost_txt, #tac_cost_txt > span, .sample_order_body_cs {
    font-family: 'Spoqa Han Sans';
    font-weight: 400;
    font-size: 13px;
}
.sample_order_body_cnt, #sample_card_cnt, .sample_order_body_deliver, .sample_order_body_cs {
    display: flex;
    align-items: center;
    color: #777777;
}
#sample_card_cnt {
    margin-left: 3px;
    margin-right: 3px;
}
/* »ùÇÃ½ÅÃ» ¹öÆ° */
.order_sample_btn_wrapper {
    cursor: pointer;
    position: relative;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
#sample_btn {
    width: 400px;
    height: 50px;
    background-color: #1b2631;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}
/* °³ÀÎÁ¤º¸ º¸È£ ¾Ë¸² */
.privacy_policy_notice_row {
    color: #55a488;
    font-size: 11px;
    font-weight: bold;
    line-height: 32px;
}
