@import url('/inc/external/selectbox/jquery.selectBox.css');
/*Add css for Reward point*/
@import url("./reward_point.css");

/***** Common:Start *****/
.board_page .btn_comm {
    display: inline-block;
    height: 33px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
	background-color: #5983bd;
}

.board_page .tf_comm {
    height: 33px;
    padding: 0 16px;
    border: solid 1px #3b3b3b;
    border-radius: 3px;
    line-height: 33px;
    color: #fff;
    background-color: #2d2d2d;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.14);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.board_page .tf_comm:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
}

.board_page .design_checkbox {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-top: -3px;
    background: url(../images/btn_cb_bg3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}

.board_page .design_checkbox input {
    xdisplay: none;
    width: 0;
    visibility: hidden;
    opacity: 0;
}

.board_page .design_checkbox.active {
    background-position: 0 -13px;
}

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

.board_page input#tf_subject + .txt_placeholder {
    top: 8px;
    left: 15px;
}

.board_page .box_subject .txt_placeholder {
    top: 7px;
    left: 15px;
}

.board_page .txt_placeholder {
    position: absolute;
    top: 17px;
    left: 42px;
    color: #646464;
}

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

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

.board_page textarea.form_error {
    border: solid 1px #ff5d5d;
}

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

.req_validator {
    display: block;
}


/***** Common:End *****/
#dubueditor {
    width: 100%;
    height: 350px;
    xborder: 1px solid #E1E1E1;
    xoverflow: hidden;
}

.dubueditor #tf_contents {
    display: block;
    width: 100%;
    height: 337px;
    padding: 16px;
    xborder: solid 1px #3b3b3b;
    color: #000;
    clear: both;
}


/***** Select:Start *****/
.selectBox {
    margin-right: 7px;
    padding: 0 60px 0 16px;
    background-color: #fff;
    border: none;
    color: #444;
    line-height: 16px;
    /*수정*/
    width: auto;
}


/* 2016.06.03 추가 */
.element_list a.opt_time {
    width: auto;
}

.selectBox-dropdown {
    border: solid 1px #e1e1e1;
    border-radius: 2px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #e1e1e1 !important;
}

.selectBox-dropdown .selectBox-label {
    padding: 7px 0 5px;
    color: #444;
}

.selectBox-dropdown .selectBox-arrow {
    background: url(../images/join_icon_arrow2.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    border-left: none;
}

.board_page .selectBox-dropdown .selectBox-arrow.point_bg {
    background-color: transparent;
}

.selectBox-dropdown-menu {
    border: solid 1px #e1e1e1;
    background: #fff;
}

.selectBox-options li a {
    padding: 3px 0 3px 10px;
    font-size: 12px;
    color: #444;
}

.selectBox-options li a:hover {
    background: #f4f4f4;
}

.selectBox-options li.selectBox-selected a {
    background: none;
}

/***** Select:End *****/


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

.board_title p {
    margin: 8px 0;
    color: #7c7c7c;
}

/***** Board_Write_Header:End *****/


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

.board_page .board_write_main h4 {
    position: relative;
    margin-bottom: 25px;
    margin-left: 15px;
    font-size: 15px;
    color: #434343;
    min-height: 1px;
    height: auto;
}

.board_page .board_write_main h4 span {
    position: absolute;
    bottom: -5px;
    right: 0;
    font-size: 12px;
    color: #ff5d5d;
}

/* 2016.06.03 수정 */
.board_page .board_write_form {
    display: table;
    width: 100%;
    border-top: 1px solid #8f8f8f;
}

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

.board_page .board_write_main dt {
    display: table-cell;
    width: 20%;
    padding: 16px 0 14px 27px;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    color: #434343;
    font-weight: bold;
    clear: both;
    vertical-align: middle;
}

.board_page .board_write_main dt span {
    color: #ff5d5d;
    margin-right: 5px;
}

.board_page .board_write_main dd {
    display: table-cell;
    position: relative;
    width: 80%;
    padding: 9px 27px;
    border-bottom: 1px solid #efefef;
}

.board_page .board_write_main dd .txt_help {
    xmargin: 0 0 10px;
    font-weight: bold;
}

.board_page .tf_comm {
    height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    color: #444;
}

.board_page .tf_comm:focus {
    border: 1px solid #ff5d5d;
    box-shadow: none;
}

.board_page .txt_required {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #ff5d5d;
}

.board_page .notice_reply {
    margin: 10px 0;
}

.board_page .design_checkbox {
    display: inline-block;
    width: auto;
    height: 15px;
    margin-top: 10px;
    margin-right: 25px;
    padding-left: 25px;
    background: url(../images/btn_cb_bg3.png);
    background-repeat: no-repeat;
    background-position: 0 -15px;
    line-height: 16px;
    vertical-align: middle;
}

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

.board_page .design_checkbox.active {
    background-position: 0 0;
}

.board_page .txt_s_title {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #5983Bd;
}

.board_page .helptxt {
    display: block;
    color: #646464;
    margin: 10px 0;
}

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

/* 2016. 06.03 수정*/
.board_page .element_box {
    /*display:inline-block;*/
    display: block;
    margin-top: 10px;
}

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

.board_page .element_box.text .element_list {
    display: inline-block;
}

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

/* 2016. 06.03 수정*/
.board_page .element_info {
    /*display:inline-block;*/
    display: block;
    margin-right: 10px;
    width: 100%;
}

.board_page .email .element_info {
    display: block;
}

/* 2016.06.03 수정 */
.board_page .element_cell {
    /*display:inline-block;*/
    display: block;
    vertical-align: middle;
}

.board_page .txt_s_title+.element_cell {}

.board_page .element_list {
    position: relative;
}


/* box_name */
.board_page .box_subject .wrap_subject {
    position: relative;
}


/* email */
span.form_error {
    display: inline-block;
    color: #ff5d5d;
}

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

.board_page .email .element_list {
    width: 100%;
    margin-top: 10px;
}

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

.board_page .email .txt_s_title+.element_cell {
    width: 80%;
}

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

.board_page .email .tf_domain {}

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

.board_page .email .email_at {
    display: inline-block;
    width: 8%;
    margin: 0 -3px;
    text-align: center;
}

.board_page .email .selectBox {
    width: 25%;
    padding-right: 30px;
    margin-right: -3px;
}

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


/* number */
.board_page .number .element_cell {}

.board_page .number .txt_s_title+.element_cell {}

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

.board_page .number .helptxt {
    margin-left: 10px;
}


/* address */
.board_page .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: 70px;
}

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

.board_page .address .btn_zip_code {
    margin-left: 10px;
    padding: 0 10px;
    background-color: #5983bd;
    border: 1px solid #5983bd;
    border-radius: 3px;
    line-height: 28px;
    color: #fff;
}

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

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

.board_page .address .tf_address:first-child {
    width: 49%;
    margin-right: 1%;
}

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


/* number */
.board_page .url .element_info {
    display: block;
}

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


/* 2016.06.03 수정 */
.board_page .url .element_cell {
    /*width:70%;*/
    width: 100%;
}

.board_page .url .txt_s_title+.element_cell {}

.board_page .url .element_list {
    width: 100%;
    margin-top: 10px;
}

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

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

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


/* text */
.board_page .text .element_cell {
    margin-top: 10px;
}

.board_page .text .txt_s_title+.element_cell {}

.board_page .text .tf_comm {
    margin-right: 10px;
    xmargin-top: 10px;
}

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

.board_page .text .tf_comm.short {
    width: 100px;
}

.board_page .text .tf_comm.middle {
    width: 200px;
}

.board_page .text .tf_comm.long {
    width: 300px;
}

.board_page .text .txt_unit {
    margin-right: 10px;
    color: #646464;
}


/* number */
.board_page .time .element_cell {}

.board_page .time .txt_s_title+.element_cell {}

.board_page .time .tf_comm {}

.board_page .time .email_at {}

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

.board_page .time .helptxt {}


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


/* radio */
.board_page .radio {}

.board_page .radio .design_rdobox {
    display: inline-block;
    width: auto;
    height: 16px;
    /*margin:10px 25px 0 0;*/
    margin: 10px 25px 0 0;
    padding-left: 25px;
    background: url(../images/rdo_bg2.png);
    background-repeat: no-repeat;
    background-position: 0 -21px;
    color: #8b8b8b;
    line-height: 14px;
}

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

.board_page .radio .design_rdobox.active {
    background-position: 0 -1px;
}

.board_page .radio label input {
    xdisplay: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
}


/* chkbox */
.board_page .chkbox {}

.board_page .chkbox .design_rdobox {
    margin: 0 25px 0 0;
    padding-left: 25px;
    color: #8b8b8b;
}


/* date */
.board_page .date {}

.board_page .date .date_option {
    position: relative;
    display: inline-block;
    padding-right: 35px;
}

.board_page .date .tf_date {
    line-height: 30px;
}

.board_page .date .helptxt {}

.board_page .date .date_select {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/img_inquiry2.png);
    background-repeat: no-repeat;
    background-position: 0 -35px;
    text-indent: -999em;
}

.box_datepic {
    width: 241px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    z-index: 3000;
}

.box_datepic.show {
    display: block;
}

.box_datepic .pic_mm_yy {
    position: relative;
    height: 43px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
}

.box_datepic .pic_mm_yy span {
    display: inline-block;
    padding: 0 12px;
    font-size: 15px;
    color: #434343;
    line-height: 43px;
}

.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: 70px;
    background-position: 0 20px;
}

.box_datepic .btn_datepic.next_month {
    right: 70px;
    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 {
    text-align: center;
    color: #5a5a5a;
}

.box_datepic .tbl_pic_month th {
    padding: 5px 0 7px;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    font-size: 10px;
}

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

.box_datepic .tbl_pic_month td a {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #434343;
}

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

.box_datepic .tbl_pic_month tr td:last-child a {
    color: #5983bd;
}

.box_datepic .tbl_pic_month td.selected a {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dedede;
    color: #606060 !important;
}

.box_datepic .tbl_pic_month td a:hover,
.box_datepic .tbl_pic_month tr td:first-child a:hover, 
.box_datepic .tbl_pic_month tr td.hol a:hover,
.box_datepic .tbl_pic_month tr td:last-child a:hover{
    color: #fff;
}

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


/* 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;
    color: #797979;
    vertical-align: top;
    line-height: 1;
}

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

.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;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.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;
    width: 100%;
    height: 337px;
    padding: 16px;
    border: solid 1px #3b3b3b;
    color: #fff;
    background-color: #000;
    clear: both;
}

.board_page .list_thumb_img {
    overflow: hidden;
}

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

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

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

.board_page .loadmore {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 85px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(/inc/application/dubu_board/skin/t150320001001/images/check_inactive.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -5000px;
}

.board_page .btn_img_delete {
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    border-radius: 0;
    vertical-align: top;
    text-align: center;
    color: 3434343;
}

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

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

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

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

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

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


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

.board_page .box_file p {
    font-size: 11px;
    color: #8f8f8f;
}

.board_page .box_file .btn_file_add {
    height: 30px;
    padding: 0 25px;
    margin-top: 13px;
    background-color: #5983bd;
    color: #fff;
    line-height: 30px;
}

.board_page .box_file .list_file {
    margin-top: 10px;
}

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

.board_page .box_file .list_file a {
    color: #3a96d2;
}

.board_page .box_file .txt_file_size {
    display: inline-block;
    padding-top: 1px;
    margin: 0 15px 0 10px;
    color: #494949;
    line-height: 1;
    vertical-align: middle;
}

.board_page .box_file .list_file .btn_delete {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: url(/inc/application/dubu_board/skin/t150320001001/images/ico_delete.png);
    background-repeat: no-repeat;
    text-indent: -5000px;
}


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

.board_page #recaptcha_image {
    display: inline-block;
    width: 215px !important;
    height: 64px !important;
    background-color: #ffffff;
    border: 1px solid #b5b5b5;
    vertical-align: top;
}

.board_page #recaptcha_image img {
    display: block;
    width: 213px !important;
    height: 62px !important;
}

.board_page .box_btn_autostop {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.board_page .box_btn_autostop .btn_comm {
    display: block;
    height: 30px;
    padding: 0 20px;
    font-size: 12px;
    color: #fff;
    background-color: #5983bd;
    line-height: 30px;
}

.board_page .btn_write_refresh {
    margin-bottom: 4px;
}

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

.board_page .box_inp_autostop .txt_placeholder {
    top: 9px;
    left: 16px;
}

.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 {
    display: inline-block;
    content: '';
    width: 12px;
    height: 13px;
    margin-right: 10px;
    background: url(../images/img_inquiry.png) no-repeat 0 0;
    background-repeat: no-repeat;
    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 .design_checkbox.inp_agrees {
    width: auto;
    padding-left: 20px;
    vertical-align: middle;
}

.board_page .inp_agrees span {
    display: inline-block;
    color: #434343;
    line-height: 1;
    font-size: 13px;
}

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


/* box_btn */
.board_page .box_btn {
    margin-top: 20px;
    margin-bottom: 80px;
    text-align: right;
}

.board_page .box_btn .btn_comm {
    height: auto;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}

.board_page .btn_apply {
    margin-right: 10px;
    background-color: #5983bd;
}

.board_page .btn_cancel {
    background-color: #8f8f8f;
}

.board_page .box_btn .btn_comm.btn_cancel {
    background-color: #8f8f8f;
}

.board_page .box_btn .btn_comm.btn_cancel:hover {
    background-color: #8f8f8f;
}

.board_page .btn_load_file_ie8 {
    margin-top: 13px;
    background-color: #5983bd;
    color: #fff;
    display: inline-block;
    padding: 6px 25px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
}

.board_page .btn_load_file_ie8 .inp_file_ie8 {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 32px;
    cursor: pointer;
}

/***** Board_Write_Contents:End *****/


/***** layer_finish:Start *****/
.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;
    background-color: #fff;
    border: 1px solid #8f8f8f;
    border-width: 1px 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
    text-align: center;
}

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

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

.board_page .tf_pwd {}

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

.board_page .btn_layer_apply {
    margin-right: 10px;
    background-color: #5983bd;
}

.board_page .btn_layer_cancel {
    background-color: #7e7e7e;
}

/***** layer_finish:End *****/


/* 개인정보 */
.hidden {
    display: none;
}

.board_page .person_info {
    text-align: center;
    border: 1px solid #d4d4d4;
    padding: 0px 0;
    display: block !important;
    margin-top: 15px;
}

.board_page .person_info dd {
    padding: 0;
}

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

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

.box_agrees .person_info dd .tbl_txt .txt_left {
    text-align: left;
}

.box_agrees .person_info dd .tbl_tit div {
    display: table-cell;
    padding: 15px 0;
    font-size: 13px;
    font-weight: bold;
    color: #3365a9;
}

.box_agrees .person_info dd .tbl_txt div {
    display: table-cell;
    padding: 15px;
    font-size: 12px;
    color: #434343;
    border-top: 1px solid #c1c1c1;
    line-height: 1.7em;
}

.board_page .w15p {
    width: 15%;
    font-weight: bold;
}

.board_page .w27p {
    width: 27%;
    border-left: 1px solid #c1c1c1;
}

.board_page .box_agrees .pc_hidden {
    display: none;
}

.board_page .box_agrees .mo_hidden {
    display: block;
    width: 100%;
}

.person_txt {
    margin: 10px 0 20px 0;
    font-size: 12px;
}

.bg_blue {
    background: #f2f7fe;
}

.element_box.radio .element_cell>div {
    margin-bottom: 10px;
}

.element_box.select {
    margin-top: 10px;
}

.element_box.select:first-child {
    margin-top: 0;
}

.element_box.chkbox .element_cell>div,
.element_box.radio .element_cell>div,
.element_box.text .element_cell>div.element_list {
    margin-bottom: 10px;
}

.element_box.select .selectBox-dropdown {
    width: 100%;
}

/***** Mediaquery:Start *****/


/* Large Desktop:Start */
@media screen and (min-width:1200px) {}

/* Large Desktop:End */
/* Desktop:Start */
@media screen and (min-width:992px) and (max-width:1199px) {}

/* Desktop:End */


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

/* Tablet:End */


/* Mobile:Start */
@media screen and (max-width:767px) {

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

    .board_page .tf_comm {
        width: 100%;
    }

    .board_page .txt_placeholder {
        left: 26px;
    }

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

    .board_page .address .btn_zip_code {
        width: 100%;
        border-radius: 0;
        margin: 10px 0 0;
        padding: 0;
    }

    /***** Common:End *****/
    /***** Board_Write_Contents:Start *****/
    .board_page .board_write_main h4 span {
        bottom: 0;
    }

    .board_page .board_write_main,
    .board_page .board_write_main dl {
        display: block;
    }

    .board_page .board_write_main dt {
        display: block;
        width: auto;
        padding: 10px 10px 0 10px;
        background: none !important;
        border: 0;
    }

    .board_page .board_write_main dd {
        display: block;
        width: 100%;
        padding: 9px 10px;
        border-top: none;
        border-bottom: dotted 1px #464646;
    }

    .board_page .board_write_main dl:first-child dd {
        border-bottom: dotted 1px #464646;
    }

    .board_page .board_write_main dl:last-child dd {
        border-bottom: none;
    }

    .board_page .box_file dt,
    .board_page .box_recaptcha dt,
    .board_page .box_agrees dt {
        display: none;
    }

    .board_page .box_contents dt {
        display: block;
    }

    .board_page .txt_s_title {
        display: block;
        margin-bottom: 5px;
    }

    .board_page .helptxt {}

    .board_page .helptxt:before {}

    .board_page .element_info {}

    .board_page .element_cell {
        width: 100% !important;
    }

    .board_page .txt_s_title+.element_cell {
        width: 100% !important;
    }

    .board_page .element_list {
        width: 100%;
    }

    /* email */
    .board_page .email {}

    .board_page .email .opt_email {}

    .board_page .email .tf_comm,
    .board_page .email .selectBox {
        width: 100%;
        margin: 0;
    }

    .board_page .email .tf_domain.domain_active {
        width: 100%;
    }

    .board_page .email .selectBox {}

    .board_page .email .email_at {
        width: 7%;
        margin: 10px 0;
        text-align: center;
    }

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

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

    .board_page .number .helptxt {
        margin: 0;
    }

    /* address */
    .board_page .address .tf_address {
        width: 100% !important;
    }

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

    /* url */
    .board_page .url dd {}

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

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

    .board_page .url .tf_comm {
        width: 80%;
    }

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

    /* box_text */
    .board_page .text {}

    .board_page .text .tf_comm {
        width: 80% !important;
    }

    .board_page .text .txt_unit {}

    .board_page .text .helptxt {
        display: block;
        margin: 0;
    }

    /* box_radio */
    .board_page .radio .helptxt {
        display: block;
        margin-top: 10px;
    }

    /* box_chkbox */
    .board_page .chkbox .helptxt {
        display: block;
        margin-top: 10px;
    }

    /* box_date */
    .board_page .date .helptxt {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }

    /* box_time */
    .board_page .time .selectBox {
        width: 31% !important;
        /*margin:0 1%;*/
        padding: 0 10px;
    }

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


    /* box_subject */
    .board_page .box_select,
    .board_page .opt_ahead.selectBox-dropdown,
    .board_page .wrap_subject {
        width: 100%;
    }

    .board_page .box_subject .txt_placeholder {
        top:17px;
    }


    /* 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%;
        padding: 0;
        margin-bottom: 14px;
    }

    .board_page .short_text .mobile_photo {
        display: block;
    }

    /* box_file */
    .board_page .box_file .btn_file_add {
        width: 100%;
        padding: 0;
        background-position: 38% 10px;
    }

    .board_page .box_file .helptxt {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }

    /* box_recaptcha */
    .board_page #recaptcha_image {
        width: 100%;
    }

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

    .board_page .box_btn_autostop .btn_comm {
        float: left;
        width: 49%;
        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: 8px;
    }

    /***** Board_Write_Contents:End *****/
    .board_page .box_btn {
        margin-top: 25px;
        margin-bottom: 0;
    }

    /* 개인정보 */
    .board_page .person_info .pc_hidden {
        display: block;
        padding: 0;
    }

    .board_page .person_info .mo_hidden {
        display: none;
    }

    .w25p {
        width: 25%;
    }

    .w75p {
        width: 75%;
        border-left: 1px solid #c1c1c1;
    }

    .box_agrees .person_info dd .tbl_tit div.txt_left {
        font-size: 12px;
        color: #434343;
        text-align: left;
    }

    .box_agrees .person_info dd .tbl_tit div {
        padding: 10px;
        text-align: left;
    }

    .box_agrees .person_info dd .tbl_tit {
        border-top: 1px solid #c1c1c1;
    }

    .box_agrees .person_info dd .tbl_tit:first-child {
        border-top: 0;
    }

    .board_page .person_info {
        padding: 0px 0;
    }

    .board_page .board_write_form {
        display: block;
    }

    .board_page .element_box.text .element_list {
        margin-bottom: 10px
    }
}

/* Mobile:End */



/* Mobile:Start */
@media screen and (max-width:500px) {
    /***** Board_Write_Contents:Start *****/
    /***** Board_Write_Contents:End *****/
}

/* Mobile:End */


/* Retina Image:Start */
@media all and (-webkit-min-device-pixel-ratio: 2) {}

/* Retina Image:End */
/***** Mediaquery:End *****/
