@import url("/inc/external/selectbox/jquery.selectBox.css");
@import url("./common.css");
@import url("./reward_point.css");


.w15p { width: 15%; }
.w27p { width: 27%; }

/* board_write_header */
.board_page .board_write_header {
    display: none;
}

/* board_write_contents */
.board_page .board_write_contents {
    position: relative;
}

/* board_write_main */
.board_page .board_write_main .information_memo {
    margin-bottom: 30px;
}

.board_page .board_write_main h4 {
    position: relative;
    height: auto;
    min-height: 1px;
    margin: 15px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #282830;
}

.board_page .board_write_main h4 span {
    position: absolute;
    right: 0;
    font-size: 12px;
    line-height: 18px;
    color: #ef5757;
}

/* board_write_form */
.board_page .board_write_form {
    display: table;
    width: 100%;
    border-top: 1px solid #333;
}

.board_page .board_write_main dl {
    display: table-row;
}

.board_page .board_write_main dt {
    display: table-cell;
    clear: both;
    width: 15%;
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #d5d9df;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    vertical-align: middle;
}

.board_page .board_write_main dd {
    display: table-cell;
    position: relative;
    width: 85%;
    padding: 10px 0;
    border-bottom: 1px solid #d5d9df;
    font-size: 0;
    vertical-align: middle;
}

.board_page .board_write_main .essential_mark {
    margin-right: 3px;
    color: #ef5757;
}

.board_page .tf_comm {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #d5d9df;
    background-color: #fff;
    font-weight: 400;
    line-height: 40px;
    color: #666;
    box-shadow: none;
}

.board_page .tf_comm:focus {
    box-shadow: none;
}

.board_page .txt_placeholder {
    position: absolute;
    top: 21px;
    left: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #ccc;
}

.board_page input:focus ~ .txt_placeholder {
    display: none;
}

/* form_error */
.board_page span.form_error {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #ef5757;
}

.board_page .box_email .tf_comm.form_error,
.board_page .box_phone .tf_comm.form_error {
    margin-bottom: 24px;
}

.board_page .box_email span.form_error,
.board_page .box_phone span.form_error {
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: 0;
    padding: 0;
}

.board_page input.form_error:focus {
    border: solid 1px #ef5757;
}

.board_page textarea.form_error,
.dubueditor #tf_contents.form_error {
    border: solid 1px #ef5757;
}

.board_page input.form_error {
    border: solid 1px #ef5757;
}

/* box_name */ /* box_pwd */
.board_page .box_name .tf_comm,
.board_page .box_pwd .tf_comm {
    width: 50%;
}

/* box_email */ /* box_phone */
.board_page .box_email .tf_comm,
.board_page .box_phone .tf_comm {
    width: 79%;
}

.board_page .inp_reply_email,
.board_page .inp_reply_sms {
    margin: 10px 0 0 15px;
    vertical-align: top;
}

/* box_subject */
.board_page .opt_ahead {
    min-width: 230px;
}

.board_page .inp_secret {
    margin-bottom: 2px;
}

.board_page .wrap_subject {
    position: relative;
}

.board_page .wrap_subject .txt_placeholder {
    top: 11px;
    left: 15px;
}

/* box_file */
.board_page .box_file .helptxt {
    margin-left: 10px;
}

.board_page .box_file p {
    font-size: 12px;
    color: #666;
}

.board_page .box_file .btn_file_add {
    width: 100%;
    margin-top: 10px;
}

.board_page .box_file .list_file li {
    margin: 7px 0 0;
}

.board_page .box_file .list_file a {
    font-weight: 400;
    font-size: 12px;
    color: #999;
}

.board_page .box_file .txt_file_size {
    display: inline-block;
    margin: 0 10px 0 5px;
    padding-top: 1px;
    font-size: 12px;
    color: #ccc;
    vertical-align: top;
}

.board_page .box_file .list_file .btn_delete {
    display: inline-block;
    width: 21px;
    height: 20px;
    border: 1px solid #d5d9df;
    border-radius: 3px;
    background: #fff url(/inc/template/u200921001001/images/coffee_kit.png) no-repeat -6px -102px;
    text-indent: -999999px;
}

/* box_recaptcha */
.board_page .box_recaptcha dd {
    position: initial;
}

.board_page #recaptcha_image {
    display: inline-block;
    overflow: hidden;
    width: 79% !important;
    height: 90px !important;
    margin-bottom: 8px;
    border: 1px solid #d5d9df;
    border-radius: 3px;
    background-color: #fff;
    vertical-align: top;
}

.board_page #recaptcha_image img {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin-top: -29px;
    margin-left: -150px;
}

.board_page .box_btn_autostop {
    display: inline-block;
    float: right;
    width: 19%;
    vertical-align: top;
}

.board_page .box_btn_autostop .btn_comm {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #b4b9c1;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}

.board_page .btn_comm.btn_write_listen {
    margin-top: 10px;
    border: 1px solid #d5d9df;
    background-color: #fff;
    color: #666;
}

.board_page .box_inp_autostop {
    position: relative;
    margin-top: 2px;
}

.board_page .box_inp_autostop .txt_placeholder {
    top: 11px;
    left: 15px;
}

.board_page .recaptcha_only_if_audio {
    display: none;
}

.board_page .box_msg {
    display: none;
    margin-top: 10px;
}

.board_page .box_msg span {
    display: block;
}

.board_page .box_msg span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 13px;
    margin-right: 10px;
    vertical-align: middle;
}

.board_page .box_msg .msg_same {
    background-position: -40px 0;
    color: #64dc35;
}

.board_page .box_msg .msg_different {
    background-position: -40px -30px;
    color: #ff5d5d;
}

.board_page .box_msg .msg_same::before {
    background-position: -40px 0;
}

.board_page .box_msg .msg_different::before {
    background-position: -40px -30px;
}

/* box_agrees */
.board_page .agree_trust {
    overflow-y: scroll;
    height: 120px;
    margin-top: 12px;
    padding: 16px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    color: #8f8f8f;
    -webkit-overflow-scrolling: touch;
}

.board_page .box_agrees .person_info {
    display: block;
    margin-top: 5px;
    padding: 0px 0;
    border: 1px solid #d5d9df;
    text-align: center;
}

.board_page .person_info dd {
    display: table;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    border-collapse: collapse;
}

.board_page .person_info .tbl_tit {
    display: table-row;
    width: 100%;
}

.board_page .person_info .tbl_tit div {
    display: table-cell;
    padding: 12px 0;
    text-align: center;
}

.board_page .person_info .tbl_txt {
    display: table-row;
    width: 100%;
}

.board_page .person_info .tbl_txt div {
    display: table-cell;
    padding: 12px;
    border-top: 1px solid #d5d9df;
    line-height: 1.7em;
    color: #666;
    text-align: left;
}

.board_page .person_info .tbl_txt div:first-child {
    color: #000;
    text-align: center;
}

.board_page .person_info dd > div > div + div {
    border-left: 1px solid #d5d9df;
}

.board_page .person_txt {
    margin: 10px 0 0;
    font-size: 12px;
    color: #666;
}

/* Added Items */
.board_page .element_box {
    display: block;
    vertical-align: top;
}

.board_page .element_box + .element_box {
    margin-top: 10px;
}

.board_page .element_info {
    display: block;
}

.board_page .element_info + .element_info {
    margin-top: 10px;
}

.board_page .element_cell {
    display: block;
    vertical-align: top;
}

.board_page .element_list {
    display: block;
    position: relative;
}

.board_page .element_list + .element_list {
    margin-top: 10px;
}

.board_page .txt_s_title {
    display: block;
    padding-bottom: 7px;
    font-weight: 400;
    font-size: 12px;
}

.board_page .element_info .txt_s_title:empty {
    padding: 0;
}

.board_page .element_box + .element_box .txt_s_title,
.board_page .element_info + .element_info .txt_s_title {
    padding-top: 10px;
}

.board_page .helptxt {
    display: block;
    clear: both;
    padding: 7px 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #666;
}

.board_page .helptxt::before {
    content: '※';
    display: inline-block;
    margin-right: 5px;
}

.board_page .txt_help {
    display: block;
    position: relative;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 12px;
    color: #333;
}

/* text */
.board_page .text {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 20px;
}

.board_page .text + .text {
    margin-top: 0;
}

.board_page .text .element_info {
    overflow: hidden;
}

.board_page .text .txt_s_title {
    float: left;
    margin-right: 10px;
    line-height: 40px;
}

.board_page .text .element_cell {
    float: left;
    overflow: hidden;
}

.board_page .text .element_list {
    float: left;
}

.board_page .text .element_cell > div:not(.element_list) {
    clear: both;
}

.board_page .text .element_cell > div:not(.element_list) + .element_list {
    margin-top: 10px;
}

.board_page .text .short {
    width: 70px;
}

.board_page .text .middle {
    width: 150px;
}

.board_page .text .long {
    width: 200px;
}

.board_page .text .txt_unit {
    margin-left: 3px;
    font-size: 12px;
    color: #999;
    vertical-align: middle;
}

/* textarea */
.board_page .textarea .element_list {
    display: none;
}

.board_page .textarea .element_cell {
    width: 100%;
}

.board_page .textarea .element_list {
    width: 100%;
}

.board_page textarea {
    width: 100%;
    min-height: 200px;
    border: 1px solid #e1e1e1;
    resize: none;
}

.board_page .textarea .helptxt {
    display: block;
}

/* box_img_add */
.board_page .list_thumb_img {
    overflow: hidden;
}

.board_page .list_thumb_img li {
    float: left;
    position: relative;
    margin: 10px 10px 0 0;
}

.board_page .list_thumb_img li:hover::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
}

.board_page .list_thumb_img li:hover .btn_img_delete {
    opacity: 1;
}

.board_page .thumb_img {
    display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
    border: solid 1px #d9e0e2;
    background-color: #f2f2f2;
    text-align: center;
    vertical-align: middle;
}

.board_page .thumb_img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.board_page .btn_img_delete {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 15px;
    height: 15px;
    vertical-align: top;
    text-indent: -999999px;
    opacity: 1;
}

.board_page .btn_img_delete::before {
    content: '×';
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    font: 500 23px/1 'sans-serif';
    color: #fff;
    text-align: left;
    text-indent: 0;
}

/* chkbox */
.chkbox .design_checkbox {
    margin-right: 10px;
}

/* select */
.board_page .select .req_select > select,
.board_page .select .req_select > a {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* date */
.board_page .date .element_list {
    width: 100%;
    margin-right: 0;
}

.board_page .date .date_option {
    display: inline-block;
    position: relative;
}

.board_page .tf_date {
    width: 230px;
    padding: 0 55px 0 15px;
    color: #999;
}

.board_page .date_select {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    height: 38px;
    padding: 12px 14px;
    color: #fff;
    text-align: center;
    text-indent: -999999px;
}

.board_page .date_select::after {
    content: '';
    display: block;
    float: left;
    width: 13px;
    height: 15px;
    background-image: url(/inc/template/u200921001001/images/coffee_kit.png);
    background-repeat: no-repeat;
    background-position: -140px -50px;
}

/* datepic */
.box_datepic {
    overflow: hidden;
    z-index: 1000;
    width: 230px;
    padding: 0 5px 5px;
    border: 1px solid #d5d9df;
    border-radius: 3px;
    background-color: #fff;
}

.box_datepic.show {
    display: block;
}

.box_datepic .pic_mm_yy {
    position: relative;
    height: auto;
    padding: 15px 0;
    background-color: transparent;
    text-align: center;
}

.box_datepic .pic_mm_yy span {
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #999;
}

.box_datepic .btn_datepic {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-top: -10px;
    background: url(../images/img_inquiry3.png);
    background-position: 0 0;
}

.box_datepic .btn_datepic.prev_month {
    left: 60px;
    background-position: 0 20px;
}

.box_datepic .btn_datepic.next_month {
    right: 60px;
    background-position: 20px 20px;
}

.box_datepic .btn_datepic.prev_year {
    background-position: 0 0;
    left: 4px;
}

.box_datepic .btn_datepic.next_year {
    background-position: 20px 0px;
    right: 4px;
}

.box_datepic .tbl_pic_month {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.box_datepic .tbl_pic_month th,
.box_datepic .tbl_pic_month td {
    color: #5a5a5a;
    text-align: center;
}

.box_datepic .tbl_pic_month th {
    padding: 0 0 10px;
    font-weight: 400;
    font-size: 9px;
    color: #666;
}

.box_datepic .tbl_pic_month td {
    padding: 0 0 7px 0;
    cursor: pointer;
}

.box_datepic .tbl_pic_month td a {
    display: block;
    width: 17px;
    margin: 0 auto;
    border-radius: 3px;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    color: #666;
}

.box_datepic .tbl_pic_month td:last-child a {
    color: #2196f3;
}

.box_datepic .tbl_pic_month td:first-child a,
.box_datepic .tbl_pic_month td.hol a {
    color: #ef5757;
}

.box_datepic .tbl_pic_month td.selected a {
    font-weight: 400;
    color: #fff;
}

.box_datepic .tbl_pic_month td a.now_day {
    border-bottom: 1px solid #dadada;
}

.box_datepic .tbl_pic_month td.prev_m {
    opacity: 0;
}

.box_datepic .tbl_pic_month td a:hover {
    color: #fff;
}

/* time */
.board_page .time .element_list {
    width: 100%;
    margin-right: 0;
}

.board_page .time .opt_time {
    margin-right: 10px;
}

.board_page .opt_time > a,
.board_page .opt_time > select {
    width: 100%;
    min-width: 0;
    margin: 0;
}

/* number */
.board_page .number .tf_comm {
    width: 200px;
}

/* url */
.board_page .url .txt_protocol {
    display: none;
}

.board_page .url .element_cell {
    width: 100%;
}

.board_page .url .element_list {
    width: 100%;
}

/* email */
.board_page .email .element_cell {
    width: 100%;
    margin-top: 5px;
}

.board_page .email .element_list {
    width: 100%;
}

.board_page .email .element_cell .element_list:first-child {
    margin-top: 0;
}

.board_page .email .tf_comm {
    width: 30%;
}

.board_page .email .tf_domain.domain_active {
    width: 28%;
    height: 30px;
    opacity: 1;
}

.board_page .email .email_at {
    display: inline-block;
    width: 5%;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.board_page .email .selectBox {
    margin-left: 5px;
}

.board_page .email .opt_email > select,
.board_page .email .opt_email > a {
    width: 100%;
    min-width: auto;
    margin: 0;
    padding: 0;
}

.board_page .email .helptxt {
    display: inline-block;
}

/* address */
.board_page .address .element_info {
    width: 100%;
}

.board_page .address .txt_s_title {
    margin-bottom: 10px;
}

.board_page .address .element_cell {
    width: 100%;
}

.board_page .address .element_list {
    width: 100%;
}

.board_page .address .tf_zip_code {
    width: 227px;
}

.board_page .address .num_hyphen {
    display: inline-block;
    margin: 0 5px;
}

.board_page .address .btn_zip_code {
    width: 130px;
    height: 40px;
    margin-left: 15px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.board_page .address .address_txt {
    overflow: hidden;
    margin-top: 10px;
}

.board_page .address .tf_address {
    float: left;
    width: 50%;
}

.board_page .address .user_address1,
.board_page .address .user_road_address1 {
    width: 49%;
    margin-right: 1%;
}

.board_page .address .helptxt {
    display: block;
    margin-top: 10px;
}

/* box_btn */
.board_page .box_btn {
    margin-top: 30px;
    font-size: 0;
    text-align: center;
}

.board_page .box_btn .btn_comm {
    width: 140px;
    margin: 0 5px;
}

/* inp_files, inp_imgs */
.board_page .inp_files,
.board_page .inp_imgs {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* layer_finish */
.board_page .layer_finish {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.board_page .layer_finish .layer_finish_content {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    padding: 30px 20px;
    border: 1px solid #8f8f8f;
    border-width: 1px 0;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
}

.board_page .layer_finish h4 {
    font-size: 18px;
    color: #282830;
    text-align: left;
}

.board_page .layer_finish p {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 18px;
    color: #444;
    text-align: left;
}

.board_page .layer_finish .btn_comm {
    height: 35px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

/* short_text */
.board_page .short_text .element_cell {
    width: 100%;
}

.board_page .short_text .txt_s_title + .element_cell {
    width: 90%;
}

.board_page .short_text .element_list {
    width: 100%;
}

.board_page .short_text .helptxt {
    display: block;
    margin-top: 10px;
}

.board_page .short_text .inp_secret span {
    display: inline-block;
    line-height: 1;
    color: #797979;
    vertical-align: top;
}

.board_page .short_text .inp_reply_email span,
.board_page .short_text .inp_comment_email span {
    display: inline-block;
    line-height: 1;
    color: #797979;
    vertical-align: top;
}

.board_page .short_text .mobile_photo {
    display: none;
    overflow: hidden;
    margin-top: 10px;
}

.board_page .short_text .mobile_photo li {
    float: left;
    width: 50%;
}

.board_page .short_text .mobile_photo li:first-child {
    width: 49%;
    margin-right: 1%;
}

.board_page .short_text .mobile_photo li button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #6f6f6f;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.board_page .short_text .mobile_photo li:first-child button {
    background-color: #525252;
}

.board_page .short_text #dubueditor {
    height: 200px;
}

.board_page .short_text .dubueditor {
    margin: 14px 0 19px;
    border: 1px solid red;
}

.board_page .short_text #tf_contents {
    display: block;
    clear: both;
    width: 100%;
    height: 337px;
    padding: 16px;
    border: solid 1px #3b3b3b;
    background-color: #000;
    color: #fff;
}

/* req_validator */
.req_validator {
    display: block;
}


/***** media_queries start *****/
@media screen and (min-width: 768px) {
    .pc_hidden { display: none !important; }

    /* text */
    .board_page .text .txt_s_title,
    .board_page .text + .element_box .txt_s_title,
    .board_page .text .element_info + .element_info .txt_s_title {
        padding: 0;
    }

    .board_page .text .element_list + .element_list {
        margin-top: 0;
        margin-left: 12px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {}

@media screen and (max-width: 991px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    .mo_hidden { display: none !important; }

    /* board_write_contents */
    /* board_write_main */
    .board_page .board_write_main {
        display: block;
        margin-bottom: 10px;
    }

    .board_page .board_write_main h4 {
        margin: 0 0 15px;
    }

    /* board_write_form */
    .board_page .board_write_form {
        display: block;
    }

    .board_page .board_write_main dl {
        display: block;
    }

    .board_page .board_write_main dt {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        border: 0;
    }

    .board_page .board_write_main dd {
        display: block;
        width: 100%;
    }

    /* box_name */ /* box_pwd */ /* box_email */ /* box_phone */
    .board_page .box_name .tf_comm,
    .board_page .box_pwd .tf_comm,
    .board_page .box_email .tf_comm,
    .board_page .box_phone .tf_comm {
        width: 100%;
    }

    .board_page .inp_reply_email,
    .board_page .inp_reply_sms {
        margin: 5px 0 0;
    }

    /* box_subject */
    .board_page .opt_ahead {
        width: 100%;
    }

    .board_page .opt_ahead > select,
    .board_page .opt_ahead > a {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* box_recaptcha */
    .board_page #recaptcha_response_field {
        margin-top: 10px;
    }

    .board_page #recaptcha_image {
        width: 100% !important;
        margin-bottom: 0;
    }

    .board_page .box_btn_autostop {
        width: 100%;
        margin-left: 0;
    }

    .board_page .box_btn_autostop {
        float: none;
    }

    .board_page .box_btn_autostop .btn_comm {
        float: left;
        margin: 10px 5px 0 0;
        vertical-align: top;
    }

    .board_page .btn_write_refresh {
        margin-right: 1%;
    }

    .board_page .box_msg {
        margin-left: 0;
    }

    .board_page .box_inp_autostop {
        margin-top: 0px;
    }

    /* box_agrees */
    .board_page .person_info {
        border: none;
        padding: 0px 0;
    }

    .board_page .person_info dd {
        display: table;
        width: 100%;
    }

    .board_page .person_info .tbl_tit + .tbl_tit {
        border-top: 1px solid #d5d9df;
    }

    .board_page .person_info .tbl_tit div {
        padding: 10px;
        color: #666;
        text-align: left;
    }

    .board_page .person_info .tbl_tit:first-child {
        background-color: #f6f4f0;
    }

    .board_page .person_info .tbl_tit:first-child div {
        color: #000;
    }

    .board_page .person_info .tbl_tit > div:first-child {
        color: #000;
    }

    .board_page .person_info dd > div > div + div {
        border: 0;
    }

    /* Added Items */
    .board_page .element_cell {
        width: 100%;
    }

    .board_page .element_list {
        width: 100%;
    }

    /* text */
    .board_page .text {
        width: 100%;
    }

    .board_page div.element_box.text {
        margin: 0;
    }

    .board_page .text.element_box + .text {
        margin-top: 10px;
    }

    .board_page .text .element_info {
        width: 100%;
    }

    .board_page .text .element_info + .element_info {
        margin-top: 10px;
    }

    .board_page .text .txt_s_title {
        line-height: normal;
    }

    .board_page .text .element_list {
        display: table;
    }

    .board_page .text .tf_comm {
        display: table-cell;
        width: 100%;
    }

    .board_page .text .txt_unit {
        display: table-cell;
        width: 1%;
        margin: 0;
        padding-left: 4px;
        white-space: nowrap;
    }

    /* select */
    .board_page .select .req_select {
        width: 100%;
    }

    /* date */
    .board_page .date .date_option {
        width: 100%;
    }

    .board_page .date .tf_date {
        width: 100%;
    }

    .board_page .date_select {
        width: 30px;
        padding-left: 9px;
        padding-right: 9px;
    }

    /* time */
    .board_page .time .opt_time {
        position: relative;
        width: 32%;
        min-width: 0;
        margin: 0;
    }

    .board_page .time .req_time_time,
    .board_page .time .req_time_min {
        margin-right: 2%;
    }

    .board_page .time .opt_time > select,
    .board_page .time .opt_time > a {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* number */
    .board_page .number .tf_comm {
        width: 100%;
    }

    .board_page .number .num_hyphen {
        display: block;
        margin: 5px 0;
        text-align: center;
    }

    /* url */
    .board_page .url .homepage_info {
        display: block;
        position: relative;
        padding-left: 55px;
    }

    .board_page .url dd .homepage_info:first-child {
        margin-bottom: 10px;
    }

    /* email */
    .board_page .email .tf_email {
        width: calc(55% - 71px);
    }

    .board_page .email .tf_domain {
        width: calc(45% - 71px);
    }

    .board_page .email .email_at {
        width: 16px;
        font-size: 10px;
    }

    .board_page .email .opt_email {
        width: 120px;
        margin: 0 0 0 6px;
    }

    .board_page .email .tf_comm {
        margin: 0;
        padding: 0 6px;
    }

    .opt_email .selectBox-dropdown .selectBox-label {
        padding: 0 40px 0 6px;
    }

    /* address */
    .board_page .address .tf_zip_code {
        width: 100px;
    }

    .board_page .address .btn_zip_code {
        width: 92px;
        margin-left: 10px;
    }

    .board_page .address .tf_address {
        width: 100%;
    }

    .board_page .address .tf_address:first-child {
        margin: 0 0 10px 0;
    }

    /* box_btn */
    .board_page .box_btn {
        margin-top: 10px;
        font-size: 0;
        text-align: center;
    }

    .board_page .box_btn::after {
        content: '';
        display: block;
        clear: both;
    }

    .board_page .box_btn .btn_comm {
        width: 45%;
        max-width: 140px;
        margin: 0 5px;
    }

    .board_page .btn_apply {
        float: none;
    }

    .board_page .btn_cancel {
        float: none;
    }

    /* short_text */
    .board_page .short_text dd {
        overflow: hidden;
    }

    .board_page .short_text .btn_img_add,
    .board_page .short_text .btn_camera {
        display: inline-block;
        width: 48%;
        margin-bottom: 14px;
        padding: 0;
    }

    .board_page .short_text .mobile_photo {
        display: block;
    }
}
/***** media_queries end *****/
