@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: #6643e6;
}

.board_page .tf_comm {
    height: 33px;
    padding: 0 15px;
    border: solid 1px #3b3b3b;
    border-radius: 3px;
    line-height: 33px;
    color: #fff;
    background-color: #2d2d2d;
}

.board_page .design_checkbox {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 20px;
    background: url(../images/btn_board_icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}

.board_page .design_checkbox input {
    width: 0;
    visibility: hidden;
    opacity: 0;
}

.board_page .design_checkbox.active {
    background-position: 0 -13px;
}

.board_page .box_subject .design_checkbox {
    margin-left: 0;
    margin-bottom: 5px;
}

.board_page .inp_secret {
    margin-bottom: 3px;
}

.board_page .inp_secret+.wrap_subject .txt_placeholder {
    top: 11px;
    left: 15px;
}

.board_page input#tf_subject+.txt_placeholder {
    top: 11px;
    left: 15px;
}

.board_page .txt_placeholder {
    position: absolute;
    top: 21px;
    left: 15px;
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
}

.board_page input.form_error:focus~.txt_placeholder {
    display: none;
}

.board_page input.form_error:focus {
    border: solid 1px #ef5757;
}

.board_page textarea.form_error {
    border: solid 1px #ef5757;
}

.board_page input.form_error {
    border: solid 1px #ef5757;
}

.req_validator {
    display: block;
}

/***** Common:End *****/
#dubueditor {
    width: 100%;
    height: 350px;
    border: 1px solid #d9e0e2;
    border-radius: 3px;
    overflow: hidden;
}

.dubueditor #tf_contents {
    display: block;
    width: 100%;
    height: 337px;
    padding: 16px;
    border: solid 1px #d5d9df;
    border-radius: 0 0 3px 3px;
    color: #000;
    clear: both;
}

.dubueditor div.dubueditor_top {
    border: 1px solid #d5d9df;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

#dubueditor .dubueditor_editor_button_container {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .5);
}

/***** Select:Start *****/
.selectBox {
    margin-right: 7px;
    padding: 0 60px 0 15px;
    background-color: #fff;
    border: none;
    color: #999;
    line-height: 16px;
    width: 230px !important;
}


/* 2016.06.03 추가 */
.element_list a.opt_time {
    width: auto;
}

.element_list div.opt_time {
    width: 31%;
    margin-right: 10px;
}

.element_list div.opt_time .selectBox {
    width: 100% !important;
}

.board_page .board_write_main dd .opt_ahead {
    width: 225px;
    height: 40px;
}

div.opt_ahead #opt_ahead {
    width: 230px !important;
}

.selectBox-dropdown {
    border: solid 1px #d5d9df;
    border-radius: 3px;
}

div.opt_ahead .selectBox,
div.select_row_1513304182812 a.selectBox,
div.select_row_1513304182812 select {
    width: 230px !important;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #e1e1e1 !important;
}

.selectBox-dropdown .selectBox-label {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 38px;
    color: #999;
}

.selectBox-dropdown .selectBox-arrow {
    width: 40px;
    height: 100%;
    background: url(../images/scrollDown.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    border-left: none;
    background-color: #6643e6;
}

.board_page .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background-image: url(../images/scrollTop.png);
    background-repeat: no-repeat;
    background-position: 50% center;
}

.selectBox-dropdown-menu {
    margin-top: 2px;
    border: 1px solid #d9e0e2;
    border-radius: 3px;
    box-shadow: none;
}

.selectBox-options li a {
    line-height: 39px;
    height: 39px;
    color: #999;
    padding: 0 15px;
    text-align: left;
    font-size: 12px;
}

.selectBox-options li a:hover {
    background-color: #fff;
}

.selectBox-options li.selectBox-selected a {
    background: #fff;
}

/***** 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 {}

.board_page .board_write_main .information_memo {
    margin-bottom: 30px;
}

.board_page .board_write_main h4 {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #333;
    min-height: 1px;
    height: auto;
    margin: 15px 0;
}

.board_page .board_write_main h4 span {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #ef5757;
    line-height: 18px;
}

/* 2016.06.03 수정 */
.board_page .board_write_form {
    display: table;
    width: 100%;
    border-top: 1px solid #333333;
}

.board_page .board_write_main dl {
    display: table-row;
}

.board_page .board_write_main dt {
    display: table-cell;
    width: 15%;
    padding: 10px 0;
    border-bottom: 1px solid #d9e0e2;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    font-weight: 500;
    clear: both;
    padding-right: 40px;
    vertical-align: middle;
}

.board_page .board_write_main dt span {
    left: 28px;
    color: #ef5757;
    margin-right: 3px;
}

.board_page .board_write_main dd {
    display: table-cell;
    position: relative;
    width: 85%;
    padding: 10px 0;
    border-bottom: 1px solid #d9e0e2;
    vertical-align: middle;
}

.board_page .board_write_main dd .txt_help {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    margin-bottom: 7px;
}

.board_page .tf_comm {
    width: 79%;
    height: 40px;
    border: 1px solid #d5d9df;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none;
    color: #666;
    font-weight: 400;
}

.board_page .tf_comm.tf_email,
.board_page dl.box_phone .tf_comm {
    margin-right: 5px;
}

.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;
    padding-left: 20px;
    margin: 3px 45px 3px 0;
    background: url(../images/unchecked.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    color: #666;
}

.board_page .design_checkbox:hover {
    background: url(../images/hover.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.board_page .element_cell .element_list:first-child .design_checkbox {
    margin-top: 0;
}

.board_page .design_checkbox.active {
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.board_page .txt_s_title {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #6643e6;
    margin-bottom: 7px;
}

.board_page .helptxt {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    padding: 7px 0 0;
}

.board_page .helptxt:before {
    display: inline-block;
    content: '※';
    margin-right: 5px;
}

.board_page .element_box {
    display: block;
}

.board_page .element_box.textarea {
    display: block;
}

.board_page .element_box.time .element_list {
    margin-right: 0;
    width: 100%;
}

.board_page .element_box.textarea .element_list {
    display: none;
}

.board_page .element_info {
    display: block;
    margin-right: 10px;
    width: 100%;
}

.board_page .email .element_info {
    display: block;
}

.board_page .element_cell {
    display: block;
    vertical-align: middle;
}

.board_page .element_list {
    display: inline-block;
    position: relative;
}


/* box_name */
.board_page .box_subject .wrap_subject {
    position: relative;
}


/* email */
span.form_error {
    display: inline-block;
    color: #ef5757;
    padding-left: 10px;
    margin-top: 5px;
}

.box_subject span.form_error {
    padding-left: 0;
}

.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 .txt_s_title+.element_cell {
    width: 80%;
}

.board_page .email .tf_comm {
    width: 33%;
}

.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 .tf_comm {
    width: 200px;
}

/* 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 {
    width: auto;
    height: 40px;
    margin-left: 5px;
    padding: 0 10px;
    background-color: #6643e6;
    border-radius: 3px;
    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 .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;
}

.board_page .url .element_cell {
    width: 100%;
}

.board_page .url .element_list {
    width: 100%;
    margin-top: 5px;
}

.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: 5px;
}


/* text */

.board_page .text .tf_comm {
    margin-right: 10px;
}

.board_page .text .element_cell .element_list:first-child .tf_comm {
    margin-top: 0;
}

.board_page .text .tf_comm.short {
    width: 230px;
}

.board_page .text .tf_comm.middle {
    width: 200px;
}

.board_page .text .tf_comm.long {
    width: 300px;
}

.board_page .text .txt_unit {
    color: #999;
    font-size: 12px;
}


/* number */
.board_page .time .selectBox {
    margin-right: 10px;
    width: 31% !important;
}

/* box_subject */
.board_page .box_subject .tf_comm {
    width: 100%;
}


/* radio */
.board_page .radio .design_rdobox {
    display: inline-block;
    width: auto;
    height: 15px;
    padding-left: 20px;
    margin-right: 45px;
    margin-top: 3px;
    margin-bottom: 3px;
    background: url(../images/radio_unchecked.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #666;
    line-height: 1;
}

.board_page .radio .design_rdobox:hover {
    background: url(../images/radio_hover.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.board_page .element_cell .element_list:first-child .design_rdobox {
    margin-top: 0;
}

.board_page .radio .design_rdobox.active {
    background: url(../images/radio_check.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.board_page .radio label input {
    visibility: hidden;
    opacity: 0;
    width: 0;
}


/* chkbox */
.board_page .chkbox {
    margin: 0;
}

.board_page .chkbox .design_rdobox {
    margin: 0 25px 0 0;
    padding-left: 25px;
    color: #8b8b8b;
}


/* date */
.board_page .date,
.board_page .time {
    margin: 0;
}

.board_page .date .date_option {
    position: relative;
    display: inline-block;
}

.board_page .date .tf_date {
    width: 230px;
    line-height: 30px;
    color: #999;
}

.board_page .date .date_select {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 0 3px 3px 0;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999em;
}

.box_datepic {
    width: 230px;
    background-color: #fff;
    border: 1px solid #d5d9df;
    border-radius: 3px;
    z-index: 1000;
    overflow: hidden;
    padding: 0 5px 5px;
}

.box_datepic.show {
    display: block;
}

.box_datepic .pic_mm_yy {
    position: relative;
    background-color: transparent;
    padding: 15px 0;
    text-align: center;
    height: auto;
}

.box_datepic .pic_mm_yy span {
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
}

.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 {
    text-align: center;
    color: #5a5a5a;
}

.box_datepic .tbl_pic_month th {
    padding: 0 0 10px;
    font-weight: 400;
    font-size: 9px;
    color: #666666;
}

.box_datepic .tbl_pic_month td {
    padding: 0 0 7px 0;
    cursor: pointer;
}

.box_datepic .tbl_pic_month td a {
    display: block;
    width: 17px;
    height: 17px;
    font-size: 10px;
    font-weight: 400;
    color: #666;
    margin: 0 auto;
}

.box_datepic .tbl_pic_month tr td:first-child a,
.box_datepic .tbl_pic_month td.hol a {
    color: #ef5757;
}

.box_datepic .tbl_pic_month tr td:last-child a {
    color: #2196f3;
}

.box_datepic .tbl_pic_month td.selected a,
.box_datepic .tbl_pic_month td a:hover {
    color: #fff !important;
    font-weight: 400;
    border-radius: 3px;
}

.box_datepic .tbl_pic_month td a.now_day {
    border-bottom: 1px solid #dadada;
}

.box_datepic .tbl_pic_month td.prev_m {
    opacity: 0;
}


/* 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;
}

#dubueditor .dubueditor_editor {
    border: 0 !important;
}

#dubueditor .editor {
    border: 0 !important;
}

.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: 10px 10px 0 0;
}

.board_page .list_thumb_img li:hover .thumb_img {
    border: 2px solid #6643e6;
}

.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 {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.board_page .loadmore {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 85px;
    text-indent: -5000px;
}

.board_page .btn_img_delete {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/ico_btn_delete.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #6643e6;
    vertical-align: top;
    text-indent: -9999em;
    border-radius: 0;
    opacity: 1;
}

.board_page .textarea .element_info {
    width: 100%;
}

.board_page .textarea .element_cell {
    width: 100%;
}

.board_page .textarea .element_list {
    width: 100%;
}

.board_page .textarea textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    min-height: 200px;
    resize: none;
}

.board_page .textarea .helptxt {
    display: block;
}

.board_page .select .element_cell {
    margin-right: 10px;
}

/* 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%;
    height: 40px;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.board_page .box_file .list_file li {
    margin: 7px 0 0;
}

.board_page .box_file .list_file a {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.board_page .box_file .txt_file_size {
    display: inline-block;
    padding-top: 1px;
    margin: 0 10px 0 5px;
    color: #cccccc;
    font-size: 12px;
    vertical-align: top;
}

.board_page .box_file .list_file .btn_delete {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: url(../images/design_kitIcon.png);
    background-repeat: no-repeat;
    background-position: -76px -130px;
    text-indent: -5000px;
}


/* box_recaptcha */
.board_page .box_recaptcha dd {
    position: initial;
}

.board_page #recaptcha_image {
    display: inline-block;
    width: 79% !important;
    height: 90px !important;
    background-color: #ffffff;
    border: 1px solid #d5d9df;
    border-radius: 3px;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 8px;
}

.board_page #recaptcha_image img {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -29px;
}

.board_page .box_btn_autostop {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 19%;
}

.board_page .box_btn_autostop .btn_comm {
    display: block;
    height: 40px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background-color: #b4b9c1;
    line-height: 30px;
}

.board_page .btn_comm.btn_write_listen {
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #d5d9df;
    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 {
    display: inline-block;
    content: '';
    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 .design_checkbox.inp_agrees {
    width: auto;
    font-size: 12px;
    color: #666;
    padding-left: 20px;
    margin: 0;
    vertical-align: middle;
}

.board_page .inp_agrees span {
    display: inline-block;
    color: #666;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
}

.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: 30px;
    text-align: center;
}

.board_page .box_btn .btn_comm {
    width: 140px;
    height: 40px;
    margin: 0 5px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.board_page .box_btn .btn_comm.btn_cancel {
    background-color: #b4b9c1;
}

.board_page .btn_cancel {
    background-color: #b4b9c1;
}

.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 .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 #d5d9df;
    padding: 0px 0;
    display: block !important;
    margin-top: 5px;
}

.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;
    color: #666;
}

.box_agrees .person_info dd .tbl_tit div {
    display: table-cell;
    padding: 12px 0;
    font-size: 12px;
    font-weight: 400;
    color: #6643e6;
}

.box_agrees .person_info dd .tbl_txt div {
    display: table-cell;
    padding: 12px;
    font-size: 12px;
    color: #000;
    border-top: 1px solid #d5d9df;
    line-height: 1.7em;
}

.board_page .w15p {
    width: 15%;
}

.board_page .w27p {
    width: 27%;
    border-left: 1px solid #d5d9df;
}

.board_page .box_agrees .pc_hidden {
    display: none;
}

.board_page .box_agrees .mo_hidden {
    display: block;
    width: 100%;
}

.person_txt {
    margin: 10px 0 0;
    font-size: 12px;
    color: #666;
}

.board_page .person_info .mo_hidden {
    border-bottom: 0;
}

.bg_blue {
    background: #f6f4f0;
}

/***** 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 *****/
    #sub_contents {
        margin-bottom: -27px;
    }

    .board_page .board_write_main h4 {
        margin: 0 0 15px;
    }

    .board_page .tf_comm {
        width: 100% !important;
    }

    .board_page #recaptcha_response_field {
        margin-top: 10px;
    }

    .board_page .box_inp_autostop .txt_placeholder {
        top: 21px;
    }

    .board_page .element_box {
        margin: 0;
    }

    .board_page .address .btn_zip_code {
        width: 100%;
        margin: 10px 0 0 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 {
        border-bottom: 1px solid #d5d9df;
        margin-bottom: 10px;
    }

    .board_page .person_info {
        border: none;
    }

    .board_page .board_write_main dt {
        display: block;
        width: auto;
        padding: 10px 0 0;
        background: none !important;
        border: 0;
    }

    .board_page .board_write_main dt span {
        left: 28px;
    }

    .board_page .board_write_main dd {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-top: none;
    }

    .board_page .board_write_main div.opt_time dd .selectBox {
        width: 100% !important;
    }

    .board_page .board_write_main dd .opt_ahead {
        width: 100% !important;
    }

    .board_page .board_write_main dd .opt_ahead a {
        width: 100% !important;
    }

    div.opt_ahead #opt_ahead {
        width: 100% !important;
    }

    .board_page .board_write_main dl:last-child dd {
        border-bottom: none;
    }

    .board_page .txt_s_title {
        display: block;
        margin-bottom: 5px;
    }

    .board_page .element_cell {
        width: 100% !important;
    }

    .board_page .element_cell div {
        width: 100%;
    }

    .board_page .element_box .selectBox-dropdown {
        width: 100%;
        margin-right: 0;
    }

    .board_page .element_box .selectBox-dropdown {
        margin-bottom: 0;
        width: 100% !important;
    }

    div.select_row_1513304182812 select {
        width: 100% !important;
    }

    .board_page .txt_s_title+.element_cell {
        width: 100% !important;
    }

    .board_page .element_list {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .board_page .element_box.time .element_list:last-child {
        margin-bottom: 0;
    }

    .board_page .date .date_option {
        width: 100%;
    }

    .board_page .box_email .design_checkbox,
    .board_page .box_phone .design_checkbox {
        margin-left: 0;
        margin-top: 5px;
    }

    /* email */
    .board_page .email .opt_email {
        display: block !important;
    }

    .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 {
        margin-top: 3px;
    }

    .board_page .email .email_at {
        width: 100%;
        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 .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 .tf_comm {
        width: 100% !important;
    }

    .board_page .text .helptxt {
        display: block;
    }

    /* box_radio */
    .board_page .radio .helptxt {
        display: block;
    }

    /* box_chkbox */
    .board_page .design_checkbox.inp_agrees {
        margin: 0 0 7px 0
    }

    .board_page .chkbox .helptxt {
        display: block;
    }

    /* box_date */
    .board_page .date .helptxt {
        display: block;
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 0;
    }

    .board_page .date .tf_date {
        width: 100%;
    }

    /* box_time */
    .board_page .element_cell .opt_time {
        width: 49% !important;
    }

    .board_page .element_cell select.opt_time {
        width: 100% !important;
    }

    .board_page .time .selectBox {
        padding-right: 50px;
    }

    .board_page .time .element_list div.opt_time:nth-child(1) {
        margin-right: 2%;
        float: left;
    }

    .board_page .time .element_list div.opt_time:nth-child(2) {
        margin-right: 0;
        float: right;
    }

    .board_page .time .element_list div.opt_time:nth-child(3) {
        width: 100% !important;
        ;
        margin-bottom: 0;
    }

    .board_page .time .element_list div.opt_time:nth-child(3) .selectBox {
        margin-top: 5px;
    }

    .board_page .time .selectBox:nth-child(2) {
        float: left;
    }

    .board_page .time .selectBox:nth-child(4) {
        float: right;
    }

    .board_page .time .selectBox:nth-child(6) {
        width: 100% !important;
        margin-top: 5px;
        float: none;
    }

    .board_page .time .helptxt {
        display: block;
    }

    /* 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% !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;
        vertical-align: top;
        margin: 10px 5px 0 0;
    }

    .board_page .btn_write_refresh {
        margin-right: 1%;
    }

    .board_page .box_msg {
        margin-left: 0;
    }

    .board_page .box_inp_autostop {
        margin-top: 0px;
    }

    /***** Board_Write_Contents:End *****/
    .board_page .box_btn {
        font-size: 0;
        margin-top: 10px;
        text-align: center;
    }

    .board_page .box_btn:after {
        content: '';
        display: block;
        clear: both;
    }

    .board_page .box_btn .btn_comm {
        width: 45%;
        margin: 0 5px;
    }

    .board_page .btn_apply {
        float: none;
    }

    .board_page .btn_cancel {
        float: none;
    }

    /* 개인정보 */
    .board_page .person_info .pc_hidden {
        display: block;
        padding: 0;
    }

    .board_page .person_info .mo_hidden {
        display: none;
    }

    .w25p {
        width: 25%;
    }

    .w75p {
        width: 75%;
    }

    .box_agrees .person_info dd .tbl_tit div.txt_left {
        color: #666;
        text-align: left;
    }

    .box_agrees .person_info dd .bg_blue div.txt_left {
        color: #000;
    }

    .box_agrees .person_info dd .tbl_tit div {
        padding: 10px;
        text-align: left;
    }

    .box_agrees .person_info dd .tbl_tit {
        border-bottom: 1px solid #d5d9df;
    }

    .box_agrees .person_info dd .tbl_tit:first-child {
        border-top: 1px solid #d5d9df;
        border-bottom: 1px solid #d5d9df;
    }

    .board_page .person_info {
        padding: 0px 0;
    }

    .board_page .board_write_form {
        display: block;
    }

    span.form_error {
        padding-left: 0;
    }
}

/* 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 *****/
