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

/* board_title:Start */
input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.board_page .btn_comm {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #5983bd;
    border-radius: 3px;
}

.board_page .btn_apply:hover {
    color: #5983bd;
}

.board_page .box_btn .btn_comm.btn_apply:hover {
    color: #fff;
}

.board_page .tf_comm {
    height: 30px;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    line-height: 30px;
}

.board_page .board_write_header {
    display: none;
}

.board_page .board_title {
    padding: 100px 0 30px 3%;
    text-align: left;
    background: url(../images/title_line.png) center bottom no-repeat;
}

.board_page .board_title h1 {
    font-size: 38px;
}

.board_page .board_title p {
    margin-top: 10px;
    font-size: 20px;
    color: #7b7b7b;
}

.board_page .board_read_contents {
    margin-bottom: 20px;
}

/* board_title:End */
/* board_write_main :start */
.board_page .board_write_main {
    border-top: 1px solid #8F8F8F;
    border-bottom: 1px solid #8F8F8F;
}

.board_page .board_write_main dd .txt_placeholder {
    display: none;
}

.board_page .board_write_main span.form_error {
    font-size: 12px;
    color: #ff5d5d;
    margin: 5px;
}

.board_page .tf_comm.form_error {
    border: 1px solid #ff5d5d;
    margin: 0;
}

.board_page .board_write_main {
    width: 100%;
}

.board_page .board_write_main dl {
    padding: 20px 24px;
    border-bottom: 1px solid #EFEFEF;
    color: #434343;
}

.board_page .board_write_main,
.board_page .board_write_main dd {
    display: inline-block;
}

.board_page .board_write_main dt {
    display: inline-block;
    width: 15%;
    color: #434343;
    font-weight: bold;
}

.board_page .board_write_main dd {
    width: 84%;
    vertical-align: middle;
    position: relative;
}

.board_page .box_name input.tf_name,
.board_page .box_pwd input.tf_pwd {
    width: 30%;
}

.board_page .box_email input.tf_email,
.board_page .box_phone input.tf_phone,
.board_page .box_homepage input.tf_homepage {
    width: 50%;
}

.board_page .box_homepage input.tf_homepage {
    padding-left: 45px;
}

.board_page .txt_protocol {
    position: absolute;
    top: 5px;
    left: 5px;
}

.board_page .box_subject input.tf_subject {
    width: 100%;
    display: inline-block;
}

.board_page .wrap_subject {
    width: 80%;
    display: inline-block;
}

.board_page .board_write_main .wrap_subject .form_error {
    display: block;
    margin-left: 0;
}

/* box_select :start */
.board_page .box_subject .box_select {
    display: inline-block;
    vertical-align: top;
}

.board_page .opt_ahead,
.board_page .opt_search_type {
    width: 110px;
    margin-right: 10px;
}

.board_page .selectBox-dropdown {
    border-color: #E1E1E1;
}

.board_page .selectBox-dropdown:focus,
.board_page .selectBox-dropdown:focus .selectBox-arrow {
    border-color: #E1E1E1;
}

.board_page .selectBox-dropdown .selectBox-label {
    height: 28px;
    border-color: #E1E1E1;
}

.board_page .selectBox-dropdown .selectBox-arrow {
    width: 20px;
    height: 100%;
    background: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    border-left: none;
    background-color: transparent !important;
}


/* Options */
.board_page .selectBox-options li {
    height: 30px;
    width: 100%;
}

.board_page .selectBox-options LI A {
    line-height: 2;
    height: 30px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
}

.board_page .selectBox-options LI.selectBox-selected A {
    background-color: #F4F4F4;
}

.board_page .selectBox-dropdown-menu {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-color: #E1E1E1;
}

/* box_select :start */
/*.tf_contents {*/
/*	width:100%;*/
/*	height:350px;*/
/*	border:1px solid #E1E1E1;*/
/*	margin-top:10px;*/
/*}*/
#dubueditor {
    width: 100%;
    height: 350px;
    border: 1px solid #E1E1E1;
}

.board_page .box_tag {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    text-align: right;
}

.board_page .box_tag .txt_tag {
    display: inline-block;
    width: 15%;
    text-align: left;
}

.board_page .box_contents input.tf_tag {
    display: inline-block;
    width: 84%;
    height: 30px;
    background-color: #f4f4f4;
    -moz-box-shadow: 0 0px 3px rgba(225, 225, 225, 1) inset;
    -webkit-box-shadow: 0 0px 3px rgba(225, 225, 225, 1) inset;
    box-shadow: 0 0px 5px rgba(225, 225, 225, 1) inset;
}

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

.board_page .btn_file_add {
    width: 35%;
    height: 30px;
    margin-bottom: 10px;
}

.board_page .list_file li a {
    color: #3a96d2;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
}

.board_page .list_file li .txt_file_size {
    margin-left: 5px;
    font-size: 11px;
    color: #b1b1b1;
    font-weight: normal;
    display: inline-block;
}

.board_page .btn_delete {
    vertical-align: middle;
    display: inline-block;
    border-radius: 0;
    margin-left: 10px;
    width: 11px;
    height: 11px;
    text-indent: -5000px;
    background: url(../images/ico_thumd_delete.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}


/* recaptcha :start */
/*.tit_recaptcha,*/
/*.tit_agrees {*/
/*	text-indent:-5000px;*/
/*}*/
.board_page .box_txt_autostop img,
#tf_join_autostop {
    display: inline-block;
    float: left;
}

.board_page .box_btn_autostop {
    /*    display:inline-block;*/
    /*    margin-left:9px;*/
    /*    padding-top:3px;*/
    /*    vertical-align:top;*/
}

.board_page .btn_write_refresh,
.board_page .btn_write_listen {
    /*    display:block;*/
    display: inline-block;
    /*    width:54px;*/
    width: 49%;
    height: 24px;
    font-size: 10px;
}

.board_page .btn_write_refresh {}

.board_page .btn_write_listen {
    /*    margin-top:5px;*/
}

.board_page .box_inp_autostop {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 9px;
}

#recaptcha_response_field {
    width: 300px;
    display: block;
    position: relative;
    padding-left: 5px;
    margin-bottom: 5px;
}

#recaptcha_image {
    width: 300px;
    display: inline-block;
}

#recaptcha_audio_play_again {
    display: inline-block;
    margin-bottom: 10px;
    color: #797979;
    text-decoration: underline;
}

#recaptcha_audio_download {
    color: #fff;
    text-decoration: underline;
}

.board_page .box_inp_autostop .txt_placeholder {
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 12px;
    color: #8f8f8f;
}

.board_page .box_msg .msg_same {
    color: #1cb351;
    display: none;
}

.board_page .box_msg .msg_different {
    color: #ff5d5d;
    display: none;
}

/* recaptcha :end */


/* 2016.06.03 수정 */
.board_page .design_checkbox {
    display: inline-block;
    /*width:100%;*/
    width: auto;
    height: 16px;
    background: url(../images/check_inactive.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    /*	position:absolute;*/
    /*	z-index:10;*/
    /*	top: 6px;*/
}

.board_page .design_checkbox input {
    width: 0;
}

.board_page .design_checkbox.active {
    background: url(../images/check_active.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.board_page .design_checkbox span {
    margin-left: 20px;
}

.board_page .box_agrees .design_checkbox {
    top: 0;
}


/* 2016.02.25 수정 S */
input,
textarea {
    -webkit-border-radius: 0;
    -webkit-appearance: normal\9;
}

.board_page .design_checkbox {
    display: inline-block\9;
    width: 100%\9;
    height: 30px\9;
    background: transparent\9;
    /*	position:absolute;*/
    /*	z-index:10;*/
    /*	top: 6px;*/
}

.board_page .design_checkbox input {
    width: 13px\9;
}

.board_page .design_checkbox.active {
    background: transparent\9;
}

.board_page .design_checkbox span {
    margin-left: 0px\9;
}

/* 2016.02.25 수정 E */
/*.board_page .design_checkbox.inp_notify_email {
	width:130px;
	height:20px;
	margin-left:10px;
}*/
.board_page .design_checkbox.inp_reply_email,
.board_page .design_checkbox.inp_comment_email {
    width: 80px;
    height: 20px;
    margin-left: 10px;
}

/* loadmore :start */
.board_page .loadmore {
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    background: #000 url(../images/loading2.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

/* loadmore :end */


/* img_add : start */
.board_page .box_img_add {
    display: block;
    margin-top: 20px;
}

.board_page .btn_img_add {
    width: 80px;
    height: 30px;
    background-color: #FAD1CD;
    color: #FC6E62;
    margin-left: 15%;
}

.board_page .btn_camera {
    width: 80px;
    height: 30px;
    background-color: #FAD1CD;
    color: #FC6E62;
    margin-left: 10px;
}

#tf_contents {
    display: block;
    width: 100%;
    height: 337px;
    padding: 16px;
    /*    margin-top:14px;*/
    margin-bottom: 19px;
    border: 1px solid #E1E1E1;
    /*    color:#fff;*/
    /*    background-color:#000;*/
    clear: both;
}

.board_page .box_img_add ul li {
    display: inline-block;
    margin: 0 3px 10px 0;
}

.board_page .box_img_add ul li:last-child {
    margin-right: 0;
}

.board_page .thumb_img {
    display: block;
    width: 77px;
    height: 77px;
    overflow: hidden;
    position: relative;
}

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

.board_page .btn_img_delete {
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    border-radius: 0;
}

/* img_add : end */

.board_page .mo_img_add {
    display: none;
}

.board_page .agree_trust {
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #E1E1E1;
    /*margin-top:26px;*/
    -webkit-overflow-scrolling: touch;
}

.board_page .box_btn {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

.board_page .btn_apply {
    width: 100px;
    height: 35px;
    font-size: 16px;
}

.board_page .btn_cancel {
    margin-left: 10px;
    width: 100px;
    height: 35px;
    font-size: 16px;
    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 {
    display: inline-block;
    width: 35%;
    padding: 6px;
    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;
}


/***** 문의형게시판 항목 추가 */
/* 2016.06.03 수정 */
.board_page .element_box {
    /*display:inline-block;*/
    display: block;
    margin-top: 10px;
}

/*checkbox*/
.board_page .design_checkbox {
    margin-right: 25px;
    vertical-align: middle;
}

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

/* radio */
.board_page .radio {}

.board_page .radio .design_rdobox {
    display: inline-block;
    width: auto;
    height: 16px;
    /*margin:10px 25px 0 0;*/
    margin: 0 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;
}


/*소제목*/
.board_page .txt_s_title {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    /*color:#5983Bd;*/
}


/*도움말*/
.board_page .helptxt {
    color: #646464;
    margin-left: 10px;
}

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

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


/* 2016.06.03 수정 */
.board_page .element_info {
    /*display:inline-block;*/
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    xwidth: 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 {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}


/* 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;
}


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

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

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

.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 {}

.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 {}


/* textarea */
.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;
}


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


/* 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;
}

.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 *****/


/* 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 {
    margin-left: 10px;
}

.board_page .date .date_select {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: 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: 1000;
}

.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;
    font-size: 15px;
    color: #434343;
    line-height: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.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 tr 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;
}

.board_page .box_period .element_cell {
    display: inline-block;
}

.end_datetime {
    display: inline-block;
    padding: 10px 0;
    margin-top: 5px;
}


/* 스위치 추가 */
.switch {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    /*margin:1px 0; 2017.01.31 ìˆ˜ì •*/
    vertical-align: middle;
    width: 150px;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch>span {
    display: block;
    background-color: #cecece;
    border: 1px solid #cecece;
    -webkit-transition: background-color .35s;
    transition: background-color .35s;
    border-radius: 32px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.switch>span>span {
    display: block;
    /*padding:6px 0 7px 0; 2017.01.31 ìˆ˜ì •*/
    padding: 7px 0 8px 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.switch .handle {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    padding: 0;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.switch .handle i {
    position: absolute;
    left: 5px;
    top: 8px;
    bottom: 8px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 24px;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .05);
    box-shadow: 1px 0 3px rgba(0, 0, 0, .05);
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.switch .on {
    position: absolute;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    padding-left: 10px;
    padding-right: 30px;
}

.switch .off {
    text-align: center;
    padding-left: 25px;
    padding-right: 10px;
}

.switch input:checked+span {
    background-color: #5983bd;
    border-color: #5983bd;
}

.switch input:checked+span .off {
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch input:checked+span .on {
    opacity: 1;
    filter: alpha(opacity=1);
}

.switch input:checked+span .handle {
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -o-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
}

.switch input:checked+span .handle i {
    width: 18px;
    top: 8px;
    bottom: 8px;
    border: none;
    left: 0;
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, .1);
    box-shadow: -2px 0 3px rgba(0, 0, 0, .1);
}

.switch_block {
    display: block;
}

.date_option_box {
    display: block;
}

.box_period .date_option {
    display: inline-block;
    position: relative;
    margin-top: 5px;
}

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

.board_page .box_period .selectBox {
    width: 110px;
}


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

.board_page .box_agrees .person_info {
    text-align: center;
    border: 1px solid #d4d4d4;
    padding: 0px 0;
}

.board_page .box_agrees .person_info dd {
    width: 100%;
}

.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 .person_info .pc_hidden {
    display: none;
}

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

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

.bg_blue {
    background: #f2f7fe;
}


/*추가수정내용*/
.element_box.chkbox .element_cell>div,
.element_box.radio .element_cell>div,
.element_box.text .element_cell>div {
    margin-bottom: 10px;
}

.element_box.chkbox .element_cell>div:last-child,
.element_box.radio .element_cell>div:last-child,
.element_box.text .element_cell>div.element_list:last-child {
    margin-bottom: 0;
}

.member_page dl .tf_comm.tf_textbox.short {
    width: 100px;
}

.member_page dl .tf_comm.tf_textbox.middle {
    width: 200px;
}

.member_page dl .tf_comm.tf_textbox.long {
    width: 300px;
}

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

.element_cell .selectBox-dropdown {
    width: 100%;
}

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

.board_page .design_checkbox {
    margin-right: 25px;
    vertical-align: middle;
}


/***** 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) {

    .board_page .opt_ahead,
    .board_page .opt_search_type {
        width: 105px;
        margin-right: 10px;
    }

    .board_page .wrap_subject {
        width: 75%;
    }
}

/* Tablet:End */


/* Mobile:Start */
@media screen and (max-width:767px) {
    .board_page .board_write_header {
        margin: 20px 0;
    }

    .board_page .board_title p {
        font-size: 15px;
    }

    .board_page .board_write_main dl {
        padding: 15px 5px;
    }

    .board_page .board_write_main dt {
        width: 20%;
    }

    .board_page .board_write_main dd {
        width: 78%;
    }

    .board_page .box_name input.tf_name,
    .board_page .box_pwd input.tf_pwd,
    .board_page .box_email input.tf_email,
    .board_page .box_phone input.tf_phone,
    .board_page .box_homepage input.tf_homepage,
    .board_page .box_subject input.tf_subject,
    .board_page .box_subject .box_select {
        width: 100%;
    }

    .board_page .opt_ahead,
    .opt_search_type {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .board_page .box_recaptcha dt,
    .board_page .box_contents dt,
    .board_page .box_file dt,
    .board_page .box_tag .tit_tag {
        display: none;
    }

    .board_page .box_recaptcha dd,
    .board_page .box_agrees dd,
    .board_page .box_contents dd,
    .board_page .box_file dd,
    .board_page .btn_file_add,
    .board_page .wrap_subject {
        width: 100%;
    }

    .board_page .design_checkbox.inp_reply_email,
    .board_page .design_checkbox.inp_comment_email {
        margin-top: 10px;
        margin-left: 0;
    }

    .board_page .box_tag .txt_tag {
        width: 20%;
    }

    .board_page .box_contents input.tf_tag {
        width: 78%;
    }

    /* mo_img_add : start
	.board_page .box_img_add {
		display:none;
	} */
    .board_page .mo_img_add {
        display: block;
        margin-top: 20px;
    }

    .board_page .mo_img_add ul li {
        display: inline-block;
        margin: 0 3px 10px 0;
    }

    .board_page .mo_img_add ul li:last-child {
        margin-right: 0;
    }

    .board_page .thumb_img {
        display: block;
        width: 65px;
        height: 65px;
        overflow: hidden;
    }

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

    .board_page .btn_img_delete {
        width: 100%;
        height: 30px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #E1E1E1;
        color: #333;
        font-size: 12px;
        font-weight: normal;
        border-radius: 0;
    }

    /* mo_img_add : end */
    #recaptcha_image,
    #recaptcha_response_field {
        /*		width:70%;*/
        width: 99%;
    }

    .board_page .box_btn {
        text-align: center;
    }

    .board_page .btn_apply,
    .board_page .btn_cancel {
        width: 48%;
        margin-left: 0;
    }

    .board_page .btn_img_add {
        margin-left: 30%;
    }

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

    .board_page .agree_trust {
        margin-top: 0;
    }

    /***** 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;
        border-bottom: 0;
    }

    .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 {
        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-bottom: 10px;
    }

    .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 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-top: 10px;
    }

    /* 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: 32% !important;
        margin-right: 2px;
        padding-right: 50px;
    }

    .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;
        clear: both;
        padding-top: 9px;
    }

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

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

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

    .w25p {
        width: 25%;
    }

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

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

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

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

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

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

    .board_page .txt_protocol {
        top: 15px;
        left: 20px;
    }
}

/* Mobile:End */


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

/* Mobile:End */


/* Retina Image:Start */
@media all and (-webkit-min-device-pixel-ratio: 2) {
    .board_page .selectBox-dropdown .selectBox-arrow {
        background: url(../images/select_arrow@2x.png) 50% center no-repeat;
        background-size: 9px 5px;
    }

    .board_page .design_checkbox {
        background: url(../images/check_inactive@2x.png) 0 0 no-repeat;
        background-size: 16px 16px;
    }

    .board_page .design_checkbox.active {
        background: url(../images/check_active@2x.png) 0 0 no-repeat;
        background-size: 16px 16px;
    }

    .board_page .btn_delete {
        background: url(../images/ico_thumd_delete@2x.png) 0 0 no-repeat;
        background-size: 11px 11px;
    }
}

/* Retina Image:End */

/***** Mediaquery:End *****/

/*필수 추가 항목*/
.essential {
    float: right;
    color: #ff4a4a;
    font-size: 12px;
}

.essential_mark {
    color: #ff4a4a;
    font-size: 12px;
    margin-right: 5px;
}
