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

/*.DUBU_Board_m170313001001 {
	padding:30px;
}*/


/* Board_Main:Start */
.DUBU_Board_m170313001001 .board_main {
	overflow: hidden;
}

.DUBU_Board_m170313001001 .board_main .board_main_header {
	overflow: hidden;
	/*height:38px;
	border-bottom: 1px solid #d9e0e2;*/
}

.DUBU_Board_m170313001001 .board_main .tit_board_main {
	overflow: hidden;
	padding: 9px 0;
	border-bottom: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .board_main .tit_board_main h3 {
	display: inline-block;
	float: left;
	font-size: 20px;
	color: #000;
}

.DUBU_Board_m170313001001 .board_main .tit_content {
	color: #747474;
	font-size: 15px;
}

.DUBU_Board_m170313001001 .board_main .btn_more {
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	background: url(../images/more00.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -5000px;
	border: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .board_main .tab_box {
	position: relative;
	overflow: hidden;
}

.DUBU_Board_m170313001001 .board_main .tab_inner {
	overflow: hidden;
	height: 40px;
	/*border-bottom: 1px solid #d9e0e2;*/
}

.DUBU_Board_m170313001001 .board_main .tab_info {
	/*position: absolute;*/
	/*width: 100% !important;*/
	height: 40px;
	white-space: nowrap;
	border-bottom: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .board_main .tab_list {
	display: inline-block;
	float: left;
	padding: 2px 20px;
	margin-left: -1px;
	border: solid 1px #d9e0e2;
	border-top: 3px solid #d9e0e2;
	height: 40px;
	text-align: center;
	vertical-align: top;
	background-color: transparent;
}

.DUBU_Board_m170313001001 .board_main .tab_list:first-of-type {
	margin-left: 0;
}

.DUBU_Board_m170313001001 .board_main .tab_list.activet:first-of-type {
	margin-left: -1px;
}

.DUBU_Board_m170313001001 .board_main .tab_list a {
	line-height: 30px;
	color: #999;
	font-size: 15px;
	font-weight: 700;
	vertical-align: middle;
}

.DUBU_Board_m170313001001 .board_main .tab_list:hover a.link_tab_list {
	color: inherit;
}

.DUBU_Board_m170313001001 .board_main .tab_list.active {
	background-color: transparent !important;
	/* background-color: #747474; */
	color: #000;
	border-bottom: 1px solid #fff !important;
	border-left: 1px solid #d9e0e2 !important;
	border-right: 1px solid #d9e0e2 !important;
	/*border-top: 3px solid #6aa3a2;*/
	border-style: solid;
}

.DUBU_Board_m170313001001 .board_main .tab_list.active a.link_tab_list {
	color: #333333;
}

.DUBU_Board_m170313001001 .board_main .tab_list.active .link_more {
	background: url(../images/btn_link_more_pension_on.png);
	background-repeat: no-repeat;
}

.DUBU_Board_m170313001001 .board_main .tab_list.active a.link_more.point_board_more {
	background-color: transparent;
}

.DUBU_Board_m170313001001 .board_main .link_more {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -5000px;
	background: url(../images/btn_link_more_pension.png);
	background-repeat: no-repeat;
}

.DUBU_Board_m170313001001 .board_main .btn_tab_prev,
.DUBU_Board_m170313001001 .board_main .btn_tab_next {
	display: inline-block;
	position: absolute;
	top: 5px;
	width: 20px;
	height: 20px;
	border: solid 1px #b4b4b4;
	background-color: #fff;
	background-image: url(../images/webzine_main_arrow.png);
	background-repeat: no-repeat;
	vertical-align: top;
	text-indent: -5000px;
}

.DUBU_Board_m170313001001 .board_main .btn_tab_prev {
	right: 19px;
	background-position: 5px 50%;
}

.DUBU_Board_m170313001001 .board_main .btn_tab_next {
	right: 0;
	background-position: -12px 50%;
}

.DUBU_Board_m170313001001 .board_main_content {
	overflow: hidden;
	clear: both;
}

.DUBU_Board_m170313001001 .board_main_content thead {
	display: none;
}

.DUBU_Board_m170313001001 .board_main table.tab_content {
	display: none;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.DUBU_Board_m170313001001 .board_main table.tab_content.active {
	display: table;
}

.DUBU_Board_m170313001001 .board_main table.tab_content tr {
	border-bottom: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .board_main table.tab_content td {
	overflow: hidden;
	padding: 20px 0;
	height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.DUBU_Board_m170313001001 .board_main .col_ahead,
.DUBU_Board_m170313001001 .board_main .col_subject,
.DUBU_Board_m170313001001 .board_main .col_name,
.DUBU_Board_m170313001001 .board_main .col_good,
.DUBU_Board_m170313001001 .board_main .col_date,
.DUBU_Board_m170313001001 .board_main .col_hit {
	color: #747474;
}

.DUBU_Board_m170313001001 .board_main .col_ahead {
	width: 10%;
}

.DUBU_Board_m170313001001 .board_main .col_subject {
	width: 45%;
}

.DUBU_Board_m170313001001 .board_main .col_name {
	width: 10%;
}

.DUBU_Board_m170313001001 .board_main .col_date {
	width: 10%;
}

.DUBU_Board_m170313001001 .board_main .col_hit {
	width: 10%;
}

.DUBU_Board_m170313001001 .board_main table.tab_content td.col_proceeding {
	width: 15%;
	text-align: center;
}

.DUBU_Board_m170313001001 .board_main table.tab_content td .ico_proceeding {
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	text-align: center;
}

.DUBU_Board_m170313001001 .board_main table.tab_content td .proceeding_0 {
	background-color: #fcc829;
}

.DUBU_Board_m170313001001 .board_main table.tab_content td .proceeding_1 {
	background-color: #f5f6fa;
	color: #989898 !important;
}

.DUBU_Board_m170313001001 .board_main table.tab_content td .proceeding_2 {
	background-color: #5bcad5;
}

.DUBU_Board_m170313001001 .board_main table.tab_content td .proceeding_3 {
	background-color: #fb6e61;
}

.DUBU_Board_m170313001001 .board_main table.tab_content td .proceeding_4 {
	background-color: #7e7e7e;
}

.DUBU_Board_m170313001001 .board_main .txt_subject:hover>a,
.DUBU_Board_m170313001001 .board_main .txt_subject:hover>.tit_content {
	text-decoration: underline;
}

.DUBU_Board_m170313001001 .board_main .msg_nocontent {
	border-bottom: solid 1px #d9e0e2;
	color: #B4B4B4;
	text-align: center;
	font-size: 15px;
}


/* list icon : start */
.DUBU_Board_m170313001001 .board_main .ico_comm {
	vertical-align: middle;
	display: inline-block;
	text-indent: -9999px;
	background: url(../images/ico_subject00.png);
	background-repeat: no-repeat;
}

.DUBU_Board_m170313001001 .board_main .ico_replys {
	margin-right: 5px;
	width: 10px;
	height: 10px;
	background-position: -2px -120px;
}

.DUBU_Board_m170313001001 .board_main .ico_mobile {
	margin-right: 5px;
	width: 12px;
	height: 18px;
	background-position: -5px -30px;
}

.DUBU_Board_m170313001001 .board_main .ico_lock {
	margin-right: 5px;
	width: 12px;
	height: 16px;
	background-position: -3px -140px;
}

.DUBU_Board_m170313001001 .board_main .txt_comment {
	margin-left: 5px;
	width: 15px;
	height: 14px;
	background-position: -4px -68px;
}

.DUBU_Board_m170313001001 .board_main .ico_file {
	margin-left: 5px;
	width: 15px;
	height: 14px;
	background-position: -2px 0;
}

.DUBU_Board_m170313001001 .board_main .ico_new {
	margin-left: 5px;
	width: 18px;
	height: 16px;
	background-position: 0 -107px;
}

/* list icon : end */
.DUBU_Board_m170313001001 .board_main .txt_good,
.DUBU_Board_m170313001001 .board_main .txt_hit {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.DUBU_Board_m170313001001 .board_main .ico_good,
.DUBU_Board_m170313001001 .board_main .ico_hit {
	display: inline-block;
	margin-right: 2px;
	background: url(../images/ico_txt_group.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

.DUBU_Board_m170313001001 .board_main .ico_good {
	width: 15px;
	height: 15px;
	background-position: 0px -17px;
}

.DUBU_Board_m170313001001 .board_main .ico_hit {
	width: 17px;
	height: 15px;
	background-position: 0px -38px;
}


/* Template Basic Option:Start */
/*.DUBU_Board_m170313001001 .board_main .col_ahead,*/
/*.DUBU_Board_m170313001001 .board_main .col_name,*/
/*.DUBU_Board_m170313001001 .board_main .col_good,*/
/*.DUBU_Board_m170313001001 .board_main .col_hit {*/
/*	display:none;*/
/*}*/
/* Template Basic Option:End */
.DUBU_Board_m170313001001 .ctn02 .tit_board_main {
	display: block;
}

.DUBU_Board_m170313001001 .ctn02 .tab_box {
	display: none;
}

/* Board_Main:End */


/* gallery */
.DUBU_Board_m170313001001 .gallery_main {
	overflow: hidden;
}

.DUBU_Board_m170313001001 .gallery_main .gallery_main_header:first-child {
	overflow: hidden;
	height: 42px;
}

.DUBU_Board_m170313001001 .gallery_main .tit_gallery_main {
	position: relative;
}

.DUBU_Board_m170313001001 .gallery_main .tit_gallery_main h3 {
	font-size: 20px;
	display: block;
	float: left;
	color: #000;
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .gallery_main .btn_more {
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	background: url(../images/more00.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -5000px;
	border: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .gallery_main .tab_box {
	position: relative;
	overflow: hidden;
}

.DUBU_Board_m170313001001 .gallery_main .tab_inner {
	overflow: hidden;
	height: 40px;
	border-bottom: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .gallery_main .tab_info {
	/*position: absolute;*/
	/*width: 100% !important;*/
	white-space: nowrap;
}

.DUBU_Board_m170313001001 .gallery_main .tab_list {
	display: inline-block;
	float: left;
	padding: 2px 20px;
	margin-left: -1px;
	border: solid 1px #d9e0e2;
	border-top: 3px solid #d9e0e2;
	height: 40px;
	text-align: center;
	vertical-align: top;
}

.DUBU_Board_m170313001001 .gallery_main .tab_list:first-of-type {
	margin-left: 0;
}

.DUBU_Board_m170313001001 .gallery_main .tab_list a {
	line-height: 30px;
	color: #999;
	font-size: 15px;
	font-weight: 700;
	vertical-align: middle;
}

.DUBU_Board_m170313001001 .gallery_main .tab_list.active {
	/* background-color: #747474; */
	color: #000 !important;
	border-bottom: 1px solid #fff !important;
	border-left: 1px solid #d9e0e2 !important;
	border-right: 1px solid #d9e0e2 !important;
	/*border-top: 3px solid #6aa3a2;*/
	background-color: transparent !important;
}

.DUBU_Board_m170313001001 .gallery_main .tab_box .tab_list.active a.link_tab_list {
	color: #333;
}

.gallery_main .tab_box .tab_list.active a.link_tab_list {
	color: inherit;
}

.gallery_main .tab_box .tab_list:hover a.link_tab_list {
	color: inherit;
}

.DUBU_Board_m170313001001 .gallery_main .tab_list.active .link_more {
	background: url(../images/btn_link_more_pension_on.png);
	background-repeat: no-repeat;
	background-color: transparent !important;
}

.DUBU_Board_m170313001001 .gallery_main .link_more {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -5000px;
	background: url(../images/btn_link_more_pension.png);
	background-repeat: no-repeat;
}

.DUBU_Board_m170313001001 .gallery_main .btn_tab_prev,
.DUBU_Board_m170313001001 .gallery_main .btn_tab_next {
	display: inline-block;
	position: absolute;
	top: 5px;
	width: 20px;
	height: 20px;
	border: solid 1px #b4b4b4;
	background-color: #fff;
	background-image: url(../images/webzine_main_arrow.png);
	background-repeat: no-repeat;
	vertical-align: top;
	text-indent: -5000px;
}

.DUBU_Board_m170313001001 .gallery_main .btn_tab_prev {
	right: 19px;
	background-position: 5px 50%;
}

.DUBU_Board_m170313001001 .gallery_main .btn_tab_next {
	right: 0;
	background-position: -12px 50%;
}

.DUBU_Board_m170313001001 .gallery_main .gallery_main_content {
	overflow: hidden;
	position: relative;
	clear: both;
}

.DUBU_Board_m170313001001 .gallery_main .tab_content {
	display: none;
}

.DUBU_Board_m170313001001 .gallery_main .tab_content.active {
	display: block;
}

.DUBU_Board_m170313001001 .gallery_main .gallery_main_group {
	overflow: hidden;
	float: left;
	width: 50%;
	text-align: center;
	padding: 20px 0;
}

.DUBU_Board_m170313001001 .gallery_main .gallery_main_article {
	overflow: hidden;
	position: relative;
	min-height: 90px;
	/*max-height:109px;*/
}

.DUBU_Board_m170313001001 .gallery_main .gallery_main_inner {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.DUBU_Board_m170313001001 .gallery_main .thumb_area {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
	background-color: #fff;
	font-size: 0;
	/*word-spacing:0px;
    border: 1px solid #ededed;*/
}

.DUBU_Board_m170313001001 .gallery_main .thumb_img {
	width: 100%;
	margin: -50% 0;
	height: auto;
	/*min-height:109px;*/
	vertical-align: middle;
}

.DUBU_Board_m170313001001 .gallery_main .thumb_align_height .thumb_img {
	height: 100%;
	margin: 0;
}

.DUBU_Board_m170313001001 .gallery_main .thumb_area:before {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 100%;
	/*margin-left:-4px;*/
	vertical-align: middle;
	content: '';
}

.DUBU_Board_m170313001001 .gallery_main .thumb_align_height .thumb_area:before {
	display: none;
}

.DUBU_Board_m170313001001 .gallery_main .thumb_area:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: ' ';
}

.DUBU_Board_m170313001001 .gallery_main_group:hover .thumb_area:after {
	content: " ";
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.DUBU_Board_m170313001001 .gallery_main .thumb_area .movie:after {
	display: block;
	content: url(../images/btn_movie1.png);
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .7;
}

.DUBU_Board_m170313001001 .gallery_main .wrap_gallery_contents {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #2d2d2d;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
}

.DUBU_Board_m170313001001 .gallery_main .gallery_contents {
	overflow: hidden;
	position: relative;
	height: 100%;
	padding: 20px 15px 10px 15px;
	text-align: left;
	background-color: #fff;
}

.DUBU_Board_m170313001001 .gallery_main .txt_subject,
.DUBU_Board_m170313001001 .gallery_main .txt_date {
	display: block;
	clear: both;
}

.DUBU_Board_m170313001001 .gallery_main .txt_subject {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*.DUBU_Board_m170313001001 .gallery_main .txt_subject a {*/
/*display:inline-block;*/
/*overflow:hidden;*/
/*width:100%;*/
/*white-space:nowrap;*/
/*text-overflow:ellipsis;*/
/*font-weight:bold;*/
/*color:#ea5939;*/
/*}*/
.DUBU_Board_m170313001001 .gallery_main .txt_subject a,
.DUBU_Board_m170313001001 .gallery_main .tit_content {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	font-size: 15px;
	/*color: #6aa3a2;*/
	font-weight: 700;
	line-height: 20px;
}

.DUBU_Board_m170313001001 .gallery_main .txt_subject a:hover {
	text-decoration: underline;
}

.txt_num {}

.txt_ahead {
	color: #999;
}

.DUBU_Board_m170313001001 .gallery_main .txt_contents a,
.DUBU_Board_m170313001001 .gallery_main .txt_date {
	/*color:#c3c2c2;*/
	color: #666;
}

.DUBU_Board_m170313001001 .gallery_main .txt_contents {}

.DUBU_Board_m170313001001 .gallery_main .txt_contents a {
	/*display:inline-block;
	overflow:hidden;
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:1.2;
	min-height:18px;
    vertical-align:top;*/
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	margin-top: 10px;
	font-size: 13px;
}

.DUBU_Board_m170313001001 .gallery_main .txt_contents a:hover {
	text-decoration: underline;
}

.DUBU_Board_m170313001001 .gallery_main .txt_name {
	display: inline-block;
	margin-top: 10px;
	color: #666;
	font-size: 13px;
}

.DUBU_Board_m170313001001 .gallery_main .txt_contents br {
	display: none;
}

.DUBU_Board_m170313001001 .gallery_main .txt_date {
	margin-top: 10px;
	float: right;
	font-size: 13px;
}

.DUBU_Board_m170313001001 .gallery_main .txt_group {
	display: inline-block;
	width: 100%;
	padding: 20px 10px 10px;
	text-align: right;
	margin-top: 10px;
	border-top: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .gallery_main .txt_cmt,
.DUBU_Board_m170313001001 .gallery_main .txt_good,
.DUBU_Board_m170313001001 .gallery_main .txt_hit {
	display: inline-block;
	vertical-align: top;
}

.DUBU_Board_m170313001001 .gallery_main .txt_cmt,
.DUBU_Board_m170313001001 .gallery_main .txt_good {
	margin-right: 15px;
}

.DUBU_Board_m170313001001 .gallery_main .ico_cmt,
.DUBU_Board_m170313001001 .gallery_main .ico_good,
.DUBU_Board_m170313001001 .gallery_main .ico_hit {
	display: inline-block;
	margin-right: 5px;
	background: url(../images/ico_txt_group.png);
	background-repeat: no-repeat;
	line-height: 1;
	font-size: 0;
	vertical-align: top;
}

.DUBU_Board_m170313001001 .gallery_main .ico_cmt {
	background: url(../images/board_galley_commend.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 10px;
	vertical-align: middle;
}

.DUBU_Board_m170313001001 .gallery_main .ico_good {
	background: url(../images/board_galley_good.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 10px;
	vertical-align: middle;
}

.DUBU_Board_m170313001001 .gallery_main .ico_hit {
	background: url(../images/board_galley_hit.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 12px;
	vertical-align: middle;
	background-position: 0px 2px;
}

.DUBU_Board_m170313001001 .gallery_main .msg_nocontent {
	clear: both;
	padding: 13px 0;
	border-bottom: solid 1px #d9e0e2;
	color: #B4B4B4;
	text-align: center;
	font-size: 15px;
}


/***** Gallery_Thumbnail:Start *****/
.DUBU_Board_m170313001001 .gallery-lg-1 .gallery_main_group {
	width: 100%;
}

.DUBU_Board_m170313001001 .gallery-lg-2 .gallery_main_group {
	width: 50%;
}

.DUBU_Board_m170313001001 .gallery-lg-3 .gallery_main_group {
	width: 33.33333333333333%;
}

.DUBU_Board_m170313001001 .gallery-lg-4 .gallery_main_group {
	width: 25%;
}

.DUBU_Board_m170313001001 .gallery-lg-5 .gallery_main_group {
	width: 20%;
}

.DUBU_Board_m170313001001 .gallery-lg-6 .gallery_main_group {
	width: 16.66666666666667%;
}

.DUBU_Board_m170313001001 .gallery-lg-7 .gallery_main_group {
	width: 14.28571428571429%;
}

.DUBU_Board_m170313001001 .gallery-lg-8 .gallery_main_group {
	width: 12.5%;
}

.DUBU_Board_m170313001001 .gallery-lg-9 .gallery_main_group {
	width: 11.11111111111111%;
}

.DUBU_Board_m170313001001 .gallery-lg-10 .gallery_main_group {
	width: 10%;
}

.DUBU_Board_m170313001001 .gallery-lg-11 .gallery_main_group {
	width: 9.090909090909091%;
}

.DUBU_Board_m170313001001 .gallery-lg-12 .gallery_main_group {
	width: 8.333333333333333%;
}

.DUBU_Board_m170313001001 .gallery-lg-13 .gallery_main_group {
	width: 7.692307692307692%;
}

/***** Gallery_Thumbnail:End *****/
.DUBU_Board_m170313001001 .gallery_main .wrap_gallery_contents {
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.DUBU_Board_m170313001001 .gallery_main_group:hover .wrap_gallery_contents {
	visibility: visible;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/*.DUBU_Board_m170313001001  .gallery_main_group:hover .wrap_gallery_contents .txt_subject a {*/
/*text-decoration:underline;*/
/*}*/
.DUBU_Board_m170313001001 .gallery_main_group:hover .wrap_gallery_contents .txt_subject a,
.DUBU_Board_m170313001001 .gallery_main_group:hover .wrap_gallery_contents .tit_content {
	/*text-decoration:underline;*/
}

.DUBU_Board_m170313001001 .gallery_contents {
	top: 30%;
}

/* webzine */
.DUBU_Board_m170313001001 .webzine_main img {
	max-width: 100%;
}

.DUBU_Board_m170313001001 .webzine_main {
	position: relative;
}

.DUBU_Board_m170313001001 .webzine_main_header {}

.DUBU_Board_m170313001001 .webzine_main_content {}

.DUBU_Board_m170313001001 .webzine_main_content .tab_content {
	display: none;
}

.DUBU_Board_m170313001001 .webzine_main_content .tab_content.active {
	display: block;
}

.DUBU_Board_m170313001001 .webzine_main_bottom {}

/* Webzine_Main_Header:Start */
/* title */
.DUBU_Board_m170313001001 .webzine_main .tit_webzine_main {
	position: relative;
}

.DUBU_Board_m170313001001 .webzine_main .tit_webzine_main h3 {
	font-size: 20px;
	color: #192229;
	padding: 9px 0;
	border-bottom: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .webzine_main .btn_more {
	position: absolute;
	top: 40%;
	right: 0;
	margin-top: -6px;
	font-size: 0;
}

.DUBU_Board_m170313001001 .webzine_main .ico_more {
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	background: url(../images/more00.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -5000px;
	border: 1px solid #d9e0e2;
}


/* tab */
.DUBU_Board_m170313001001 .webzine_main .tab_box {
	overflow: hidden;
	position: relative;
	/*margin:10px 0;*/
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_inner {
	overflow: hidden;
	height: 40px;
	border-bottom: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_info {
	position: absolute;
	font-size: 0;
	width: 100% !important;
}

.DUBU_Board_m170313001001 .tab_box .tab_list {
	display: inline-block;
	/*float:left;*/
	padding: 2px 20px;
	margin-left: -1px;
	border-color: #d9e0e2;
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	height: 40px;
	text-align: center;
	vertical-align: top;
	background-color: transparent;
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_list:first-of-type {
	margin-left: 0;
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_list.activet:first-of-type {
	margin-left: -1px;
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_list a {
	line-height: 30px;
	color: #999;
	font-size: 15px;
	font-weight: 700;
	vertical-align: middle;
}

.webzine_main .tab_box .tab_list:hover a.link_tab_list {
	/*color: inherit;*/
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_list.active {
	background-color: transparent !important;
	/* background-color: #747474; */
	color: #000;
	border-bottom: 1px solid #d9e0e2 !important;
	border-left: 1px solid #d9e0e2 !important;
	border-right: 1px solid #d9e0e2 !important;
	/*border-top: 3px solid #6aa3a2;*/
	border-style: solid;
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_list.active a {
	color: #333;
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .link_more {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -5000px;
	background: url(../images/btn_link_more_pension.png);
	background-repeat: no-repeat;
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_list.active .link_more {
	background: url(../images/btn_link_more_pension_on.png);
	background-repeat: no-repeat;
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .btn_tab_prev,
.DUBU_Board_m170313001001 .webzine_main .tab_box .btn_tab_next {
	display: inline-block;
	position: absolute;
	top: 5px;
	width: 20px;
	height: 20px;
	border: solid 1px #b4b4b4;
	background-color: #fff;
	background-image: url(../images/webzine_main_arrow.png);
	background-repeat: no-repeat;
	vertical-align: top;
	text-indent: -5000px;
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .btn_tab_prev {
	right: 19px;
	background-position: 5px 50%;
}

.DUBU_Board_m170313001001 .webzine_main .tab_box .btn_tab_next {
	right: 0;
	background-position: -12px 50%;
}

/* Webzine_Main_Header:End */


/* Webzine_Main_Content:Start */
.DUBU_Board_m170313001001 .webzine_main .webzine_list li {
	padding: 20px 0;
	border-bottom: solid 1px #d9e0e2;
}

.DUBU_Board_m170313001001 .webzine_main .box_post {
	display: inline-block;
	width: 100%;
}

.DUBU_Board_m170313001001 .webzine_main .box_post::before {
	content: "";
	display: block;
	clear: both;
}

.DUBU_Board_m170313001001 .webzine_main .thumb_area {
	display: inline-block;
	float: left;
	width: 180px;
	height: 130px;
	margin: 0 15px 10px 0;
	position: relative;
}

.DUBU_Board_m170313001001 .webzine_main_content.tab_info_content .box_post .box_subject {
	/*color: #666;*/
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	width: calc(100% - 195px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	/*
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 40px;
    line-height: 20px;*/
}

.webzine_main_content.tab_info_content .box_post .box_subject {
	color: #666;
}

.DUBU_Board_m170313001001 .webzine_main_content.tab_info_content .box_post .box_subject .txt_comment {
	color: #6aa3a2;
}

.DUBU_Board_m170313001001 .webzine_main .thumb_area.movie:after {
	display: block;
	content: url(../images/btn_webzin_movie.png);
	position: absolute;
	left: 50%;
	top: 20px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .7;
}

.DUBU_Board_m170313001001 .webzine_main .thumb_area.thumb_right {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.DUBU_Board_m170313001001 .webzine_main .thumb_area img {
	width: 100%;
	height: 100%;
}

/*.DUBU_Board_m170313001001 .webzine_main .box_subject {*/
/*display:block;*/
/*overflow:hidden;*/
/*position:relative;*/
/*margin-bottom:10px;*/
/*font-weight:bold;*/
/*font-size:17px;*/
/*color:#333;*/
/*white-space:nowrap;*/
/*text-overflow:ellipsis;*/
/*vertical-align:middle;*/
/*}*/
.DUBU_Board_m170313001001 .webzine_main .tit_content {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.DUBU_Board_m170313001001 .webzine_main .ico_comm.ico_comm {
	display: inline-block;
	background: url(../images/ico_subject00.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	vertical-align: middle;
}

.DUBU_Board_m170313001001 .webzine_main .ico_comm.ico_replys {
	width: 16px;
	height: 16px;
	background-position: -2px -68px;
}

.DUBU_Board_m170313001001 .webzine_main .ico_comm.ico_mobile {
	width: 16px;
	height: 20px;
	background-position: -4px -30px;
}

.DUBU_Board_m170313001001 .webzine_main .ico_comm.ico_lock {
	width: 16px;
	height: 16px;
	background-position: -2px -140px;
}

.DUBU_Board_m170313001001 .webzine_main .ico_comm.txt_comment {}

.DUBU_Board_m170313001001 .webzine_main .ico_comm.ico_file {
	width: 15px;
	height: 19px;
	background-position: -2px 2px;
}

.DUBU_Board_m170313001001 .webzine_main .ico_comm.ico_new {
	width: 18px;
	height: 19px;
	background-position: 0 -106px;
}

.DUBU_Board_m170313001001 .webzine_main .box_content {
	display: block;
}

.DUBU_Board_m170313001001 .webzine_main .txt_ctn {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	max-height: 60px;
	font-size: 13px;
	line-height: 20px;
	color: #6f6f6f;
	margin-top: 20px;
}

.DUBU_Board_m170313001001 .webzine_main .txt_group {
	overflow: hidden;
	margin-top: 10px;
	clear: both;
	visibility: visible;
	color: #666;
	font-size: 13px;
	display: inline-block;
}

.DUBU_Board_m170313001001 .webzine_main .txt_name {
	float: left;
	margin-right: 10px;
}

.DUBU_Board_m170313001001 .webzine_main .txt_name:before {
	content: "작성자";
	color: #6aa3a2;
	margin-right: 5px;
}

.DUBU_Board_m170313001001 .webzine_main .txt_date {
	float: left;
}

.DUBU_Board_m170313001001 .webzine_main .txt_date:before {
	content: "작성일";
	color: #6aa3a2;
	margin-right: 5px;
}

.DUBU_Board_m170313001001 .webzine_main .txt_good {
	margin-left: 10px;
	margin-right: 15px;
}

.DUBU_Board_m170313001001 .webzine_main .txt_hit {
	float: right;
}

.DUBU_Board_m170313001001 .webzine_main .ico_name {
	/*display:inline-block;
	width:14px;
	height:12px;
	margin:-1px 3px 1px 0;
	background:url(../images/ico_txt_group.png);
	background-repeat: no-repeat;
	background-position: 0 -67px;
	vertical-align:middle;*/
}

.DUBU_Board_m170313001001 .webzine_main .ico_good {
	display: inline-block;
	width: 14px;
	height: 12px;
	margin: -1px 3px 1px 0;
	background: url(../images/board_galley_good.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: center;
}

.DUBU_Board_m170313001001 .webzine_main .ico_hit {
	display: inline-block;
	width: 18px;
	height: 12px;
	margin: -1px 3px 1px 0;
	background: url(../images/board_galley_hit.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: center;
}

/* Webzine_Main_Content:End */


/***** Common:Start *****/
.DUBU_Board_m170313001001 .inquiry_main_content .tab_content {
	display: none;
}

.DUBU_Board_m170313001001 .inquiry_main_content .tab_content.active {
	display: block;
}

.DUBU_Board_m170313001001 .inquiry_main_write .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;
}

.DUBU_Board_m170313001001 .inquiry_main_write .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;
}

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

.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox input {
	xdisplay: none;
	width: 0;
	visibility: hidden;
}

.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox.active {
	background-position: 0 0;
}

.DUBU_Board_m170313001001 .inquiry_main_write .txt_placeholder {
	display: none;
	position: absolute;
	top: 17px;
	left: 22px;
	color: #a9a9a9;
}

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

.DUBU_Board_m170313001001 .inquiry_main_write input.form_error:focus {
	/*border:solid 1px #3b3b3b;*/
}

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

.DUBU_Board_m170313001001 .inquiry_main_write span.form_error {
	display: inline-block;
	padding-top: 5px;
	color: #ff5d5d;
}

.DUBU_Board_m170313001001 .inquiry_main_write .req_validator {
	display: inline-block;
	display: none;
}

/***** Common:End *****/


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

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

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

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

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

.DUBU_Board_m170313001001 .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: 1px solid #d9e0e2;
	border-radius: 3px;
}

.DUBU_Board_m170313001001 .selectBox-options li {
	height: 40px;
	width: 100%;
}

.DUBU_Board_m170313001001 .selectBox-options LI A {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	text-align: left;
	font-size: 14px;
	color: #999;
}

.DUBU_Board_m170313001001 .selectBox-options li.selectBox-hover a,
.DUBU_Board_m170313001001 .selectBox-options li.selectBox-selected a {
	background-color: #e5ebed;
	color: #333;
}

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


/***** Board_Write_Contents:Start *****/
.admin_design_wrap .DUBU_Board_m170313001001 .inquiry_main_write .dubueditor_content {
	border: 1px solid #a9a9a9
}

.DUBU_Board_m170313001001 .inquiry_main_write .inquiry_main_header {
	position: relative;
}

.DUBU_Board_m170313001001 .inquiry_main_write .inquiry_main_header .tit_write_main h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	padding-right: 20px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .inquiry_main_header .btn_more {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
}

.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form {
	display: table;
	width: 100%;
	border-top: 1px solid #333;
}

.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form .txt_placeholder {}

.DUBU_Board_m170313001001 .inquiry_main_write .board_title h1 {
	font-size: 18px;
	color: #4b4b4b;
}

.DUBU_Board_m170313001001 .inquiry_main_write .board_title p {
	display: none;
}

.DUBU_Board_m170313001001 .inquiry_main_write h4 {
	position: relative;
	padding: 15px 0;
	font-size: 14px;
	color: #4b4b4b;
}

.DUBU_Board_m170313001001 .inquiry_main_write h4 span {
	float: right;
	font-size: 12px;
	color: #ff5d5d;
}

.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form {}

.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form .txt_ahead {
	color: #333;
}

.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dl {
	display: table-row;
}

.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dt {
	display: table-cell;
	width: 20%;
	padding: 16px 0 14px 27px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	background-color: #f0f6f8;
	clear: both;
	vertical-align: middle;
	border-bottom: solid 1px #d9e0e2;
	border-right: 1px solid #d9e0e2;
}

.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dt span {
	color: #ff5d5d;
	margin-right: 5px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dd {
	display: table-cell;
	position: relative;
	width: 80%;
	padding: 9px 27px;
	border-bottom: solid 1px #d9e0e2;
	background-color: #fff;
}

.DUBU_Board_m170313001001 .inquiry_main_write .tf_comm {
	height: 40px;
	width: 380px;
	border: 1px solid #d9e0e2;
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
	color: #999;
	border-radius: 3px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .selectBox-dropdown {
	height: 40px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .opt_ahead.selectBox-dropdown {
	width: 380px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .selectBox-dropdown .selectBox-label {
	padding: 11px 0;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_subject .tf_comm {
	width: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .tf_comm:focus {}

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

.DUBU_Board_m170313001001 .inquiry_main_write .notice_reply {
	margin: 10px 0 5px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox {
	display: inline-block;
	width: auto;
	height: 15px;
	margin-right: 25px;
	padding-left: 18px;
	background: url(../images/btn_cb_bg3.png);
	background-repeat: no-repeat;
	background-position: 0 -15px;
	line-height: 13px;
	vertical-align: middle;
	color: #333;
	cursor: pointer;
}

.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox span {
	vertical-align: middle;
}

.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox.inp_reply_email,
.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox.inp_reply_sms {
	margin-left: 15px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox.inp_secret {
	margin-bottom: 5px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox.inp_secret .DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox.active {
	background-position: 0 0;
}

.DUBU_Board_m170313001001 .inquiry_main_write .txt_s_title {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .txt_help {
	font-weight: bold;
	color: #646464;
}

.DUBU_Board_m170313001001 .inquiry_main_write .helptxt {
	color: #646464;
}


/*.DUBU_Board_m170313001001 .inquiry_main_write .txt_help:before,*/
.DUBU_Board_m170313001001 .inquiry_main_write .helptxt:before {
	display: inline-block;
	content: '※';
	margin-right: 5px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .element_info {
	margin-top: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .element_cell {
	display: inline-block;
	vertical-align: middle;
}

.DUBU_Board_m170313001001 .inquiry_main_write .txt_s_title+.element_cell {}

.DUBU_Board_m170313001001 .inquiry_main_write .element_list {
	display: inline-block;
	position: relative;
}

.DUBU_Board_m170313001001 .inquiry_main_write .col_proceeding {
	width: 100px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .col_proceeding .ico_proceeding {
	display: block;
	width: 100%;
	padding: 1px 0;
	text-align: center;
	color: #fff;
}

.DUBU_Board_m170313001001 .inquiry_main_write .proceeding_new {
	background-color: #fcc829;
}

.DUBU_Board_m170313001001 .inquiry_main_write .proceeding_pre {
	background-color: #f5f6fa;
	color: #989898 !important;
}

.DUBU_Board_m170313001001 .inquiry_main_write .proceeding_step {
	background-color: #5bcad5;
}

.DUBU_Board_m170313001001 .inquiry_main_write .proceeding_step2 {
	background-color: #fb6e61;
}

.DUBU_Board_m170313001001 .inquiry_main_write .proceeding_finish {
	background-color: #7e7e7e;
}

/* box_name */


/* email */
.DUBU_Board_m170313001001 .inquiry_main_write .email span.form_error {
	xdisplay: none !important;
}

.DUBU_Board_m170313001001 .inquiry_main_write .email .element_cell {
	width: 100%;
}

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

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

.DUBU_Board_m170313001001 .inquiry_main_write .email .txt_s_title+.element_cell,
.DUBU_Board_m170313001001 .inquiry_main_write .email .stitle+.element_cell {
	/*width:80%;*/
}

.DUBU_Board_m170313001001 .inquiry_main_write .email .tf_comm {
	width: 30%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .email .tf_domain {
	width: 30%;
	margin-left: 1%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .email .email_at {
	display: inline-block;
	width: 5%;
	margin: 0 -3px;
	text-align: center;
	color: #646464;
}

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

.DUBU_Board_m170313001001 .inquiry_main_write .email .txt_help,
.DUBU_Board_m170313001001 .inquiry_main_write .email .helptxt {
	display: block;
	margin-top: 10px;
}


/* number */
.DUBU_Board_m170313001001 .inquiry_main_write .number .element_cell {
	width: 50%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .number .txt_s_title+.element_cell {}

.DUBU_Board_m170313001001 .inquiry_main_write .number .element_list {
	width: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .number .tf_comm {
	width: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .number .txt_help,
.DUBU_Board_m170313001001 .inquiry_main_write .number .helptxt {
	margin-left: 10px;
}


/* address */
.DUBU_Board_m170313001001 .inquiry_main_write .address {}

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

.DUBU_Board_m170313001001 .inquiry_main_write .address .element_cell {
	width: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .address .element_list {
	width: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .address .tf_zip_code {
	width: 70px;
}

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

.DUBU_Board_m170313001001 .inquiry_main_write .address .btn_zip_code {
	margin-left: 10px;
	padding: 0 10px;
	background-color: #415464;
	border-radius: 3px;
	line-height: 28px;
	color: #fff;
	height: 40px;
}

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

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

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

.DUBU_Board_m170313001001 .inquiry_main_write .address .txt_help,
.DUBU_Board_m170313001001 .inquiry_main_write .address .helptxt {
	display: block;
	margin-top: 10px;
}


/* url */
.DUBU_Board_m170313001001 .inquiry_main_write .url .element_cell {
	width: 70%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .url .txt_s_title+.element_cell {}

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

.DUBU_Board_m170313001001 .inquiry_main_write .url .element_cell .element_list:first-child {
	margin-top: 0;
}

.DUBU_Board_m170313001001 .inquiry_main_write .url .tf_comm {
	width: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .url .txt_help,
.DUBU_Board_m170313001001 .inquiry_main_write .url .helptxt {
	display: block;
	margin-top: 10px;
}


/* text */
.DUBU_Board_m170313001001 .inquiry_main_write .text .element_cell {}

.DUBU_Board_m170313001001 .inquiry_main_write .text .txt_s_title+.element_cell {}

.DUBU_Board_m170313001001 .inquiry_main_write .text .element_list+div {
	height: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .text .element_list+div.element_list {
	height: auto;
	margin-top: 10px
}

.DUBU_Board_m170313001001 .inquiry_main_write .text .tf_comm {
	margin-right: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .text .tf_comm.shot {
	width: 100px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .text .tf_comm.middle {
	width: 200px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .text .tf_comm.long {
	width: 300px;
}

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


/* number */
.DUBU_Board_m170313001001 .inquiry_main_write .time .element_cell {}

.DUBU_Board_m170313001001 .inquiry_main_write .time .txt_s_title+.element_cell {}

.DUBU_Board_m170313001001 .inquiry_main_write .time .tf_comm {}

.DUBU_Board_m170313001001 .inquiry_main_write .time .email_at {}

.DUBU_Board_m170313001001 .inquiry_main_write .time .selectBox {
	width: 170px;
	margin-right: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .time .txt_help,
.DUBU_Board_m170313001001 .inquiry_main_write .time .helptxt {}


/* box_subject */
/*.DUBU_Board_m170313001001 .inquiry_main_write .box_subject .tf_comm{*/
/*width:100%;*/
/*}*/
/* tit_content */
.DUBU_Board_m170313001001 .inquiry_main_write .tit_content .tf_comm {
	width: 100%;
}


/* rdobox */
.DUBU_Board_m170313001001 .inquiry_main_write .radio {}

.DUBU_Board_m170313001001 .inquiry_main_write .radio .design_rdobox {
	display: inline-block;
	width: auto;
	height: 16px;
	margin: 0 25px 5px 0;
	padding-left: 25px;
	background: url(../images/radiobtn_off.png);
	background-repeat: no-repeat;
	color: #666;
	line-height: 11px;
	vertical-align: middle;
	cursor: pointer;
}

.DUBU_Board_m170313001001 .inquiry_main_write .radio .design_rdobox span {
	vertical-align: middle;
}

.DUBU_Board_m170313001001 .inquiry_main_write .radio .design_rdobox+div {
	height: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .radio .design_rdobox.active {
	background: url(../images/radiobtn_on.png);
	background-repeat: no-repeat;
}

.DUBU_Board_m170313001001 .inquiry_main_write .radio label input {
	xdisplay: none;
	width: 0;
	visibility: hidden;
}


/* chkbox */
.DUBU_Board_m170313001001 .inquiry_main_write .chkbox {}

.DUBU_Board_m170313001001 .inquiry_main_write .chkbox .design_checkbox {
	margin: 0 25px 5px 0;
	padding-left: 25px;
	color: #666;
}

.DUBU_Board_m170313001001 .inquiry_main_write .chkbox .design_checkbox+div {
	height: 10px;
}


/* select */
.DUBU_Board_m170313001001 .inquiry_main_write .select {}

.DUBU_Board_m170313001001 .inquiry_main_write .select .selectBox {
	margin-right: 10px;
}


/* date */
.DUBU_Board_m170313001001 .inquiry_main_write .date {}

.DUBU_Board_m170313001001 .inquiry_main_write .date .date_option {
	position: relative;
	display: inline-block;
	padding-right: 40px;
	width: 100%;
}

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

.DUBU_Board_m170313001001 .inquiry_main_write .date .txt_help,
.DUBU_Board_m170313001001 .inquiry_main_write .date .helptxt {
	margin-left: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .date .date_select {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-image: url(../images/list3.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999em;
}

.box_datepic {
	width: 320px;
	background-color: #fff;
	border: 1px solid #ddd;
	z-index: 1000;
	padding: 10px;
}

.box_datepic .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;
	background-color: #6aa3a2;
	color: #fff;
	margin: -10px;
	margin-bottom: 0;
}

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

.box_datepic .btn_datepic {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 27px;
	margin-top: -8px;
	background-image: url(../images/ico_datepic_booking.png);
	background-position: -58px -30px;
	background-repeat: no-repeat;
}

.box_datepic .btn_datepic.prev_month {
	left: 0;
	background-position: -26px -33px;
}

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

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

.box_datepic .tbl_pic_month colgroup {
	display: none;
}

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

.box_datepic .tbl_pic_month th {
	padding: 15px 0;
	font-weight: 900;
	font-size: 13px;
}

.box_datepic .tbl_pic_month th:first-child {
	color: #f06767;
}

.box_datepic .tbl_pic_month th:last-child {
	color: #669900;
}

.box_datepic .tbl_pic_month td {
	padding: 4px;
	border: 1px solid #d9e0e2;
}

.box_datepic .tbl_pic_month td a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 400;
	color: #333;
}

.box_datepic .tbl_pic_month td.selected a {
	background-color: #035d67;
	color: #fff;
}

.box_datepic .tbl_pic_month td a:hover {
	background-color: #035d67;
	color: #fff;
	cursor: pointer;
}

.box_datepic .tbl_pic_month tr td:first-child a,
.box_datepic .tbl_pic_month tr td:last-child a {}

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

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


/* box_contents */
.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .element_cell {
	width: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .txt_s_title+.element_cell {
	width: 90%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .element_list {
	width: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .txt_help .DUBU_Board_m170313001001 .inquiry_main_write .box_contents .helptxt {
	display: block;
	margin-top: 10px;
}

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

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

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .mobile_photo {
	display: none;
	overflow: hidden;
	margin-top: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .mobile_photo li {
	float: left;
	width: 50%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .mobile_photo li:first-child {
	width: 49%;
	margin-right: 1%;
}

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

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .mobile_photo li:first-child button {
	background-color: #525252;
}

.DUBU_Board_m170313001001 .inquiry_main_write .dubueditor iframe {
	width: 100% !important;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents #dubueditor,
.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .dubueditor_content {
	display: block;
	width: 100%;
	height: 337px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .dubueditor {
	margin: 14px 0 19px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents #tf_contents {
	xdisplay: block;
	width: 100%;
	height: 337px;
	padding: 16px;
	border: solid 1px #d9e0e2;
	color: #000;
	clear: both;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .list_thumb_img {
	overflow: hidden;
}

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

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

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .thumb_img img {
	max-width: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .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/s150319001001/images/check_inactive.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	text-indent: -5000px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .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;
}

.DUBU_Board_m170313001001 .inquiry_main_write .textarea .element_info {
	width: 100%;
}

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

.DUBU_Board_m170313001001 .inquiry_main_write .textarea .element_cell {
	width: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .textarea .element_list {
	width: 100%;
}

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

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


/* box_file */
.DUBU_Board_m170313001001 .inquiry_main_write .box_file .txt_help,
.DUBU_Board_m170313001001 .inquiry_main_write .box_file .helptxt {
	margin-left: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_file p {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_file .btn_file_add {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	/*background-color: #415464;*/
	background-image: url(../images/plus_more.png);
	background-repeat: no-repeat;
	background-position: 60% center;
}

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

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

.DUBU_Board_m170313001001 .inquiry_main_write .box_file .list_file a {
	color: #666;
	font-weight: 700;
	line-height: 20px;
	font-size: 13px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_file .txt_file_size {
	display: inline-block;
	padding-top: 1px;
	margin: 0 15px 0 10px;
	color: #999;
	line-height: 20px;
	vertical-align: middle;
	font-size: 10px;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_file .list_file .btn_delete {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 0;
	background: url(../images/del.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}


/* box_recaptcha */
.DUBU_Board_m170313001001 .inquiry_main_write .box_recaptcha dd {
	position: initial;
}

.DUBU_Board_m170313001001 .inquiry_main_write #recaptcha_image {
	display: inline-block;
	width: 302px;
	height: 59px;
	background-color: #ffffff;
}

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

.DUBU_Board_m170313001001 .inquiry_main_write .box_btn_autostop .btn_comm {
	display: block;
	height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	border: solid 1px #3e3e3e;
	font-size: 10px;
	color: #fff;
	background-color: #2d2d2d;
}

.DUBU_Board_m170313001001 .inquiry_main_write .btn_write_refresh {
	display: block;
	margin-bottom: 9px;
}

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

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

.DUBU_Board_m170313001001 .inquiry_main_write .recaptcha_only_if_audio {
	display: none;
}

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

.DUBU_Board_m170313001001 .inquiry_main_write .box_msg span {
	display: block;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_msg span:before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 13px;
	margin-right: 10px;
	background: url(../images/img_inquiry.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}

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

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

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

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


/* box_agrees */
.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox.inp_agrees {
	width: auto;
	padding-left: 20px;
	vertical-align: middle;
}

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

.DUBU_Board_m170313001001 .inquiry_main_write .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 */
.DUBU_Board_m170313001001 .inquiry_main_write .box_btn {
	margin-top: 15px;
	text-align: center;
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_btn .btn_comm {
	height: 40px;
	padding: 0 40px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.DUBU_Board_m170313001001 .inquiry_main_write .btn_apply {
	margin-right: 12px;
	background-color: #6aa3a2;
}

.DUBU_Board_m170313001001 .inquiry_main_write .btn_cancel {
	background-color: #98a4af;
}

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


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

.DUBU_Board_m170313001001 .inquiry_main_write .layer_finish .layer_finish_content {
	width: 320px;
	height: 240px;
	padding-left: 39px;
	padding-right: 39px;
	background-color: #141414;
	text-align: center;
}

.DUBU_Board_m170313001001 .inquiry_main_write .layer_finish h4 {
	padding: 24px 39px;
	margin: 0 -39px;
	background-color: #850505;
	font-size: 18px;
	color: #fff;
	text-align: left;
}

.DUBU_Board_m170313001001 .inquiry_main_write .layer_finish p {
	margin: 22px 0 11px 0;
	text-align: left;
	color: #6f6f6f;
}

.DUBU_Board_m170313001001 .inquiry_main_write .tf_pwd {
	xwidth: 100%;
}

.DUBU_Board_m170313001001 .inquiry_main_write .layer_finish .btn_comm {
	height: 37px;
	padding-left: 19px;
	padding-right: 19px;
	margin-top: 24px;
	border: solid 1px #353535;
	font-size: 14px;
	font-weight: bold;
}

.DUBU_Board_m170313001001 .inquiry_main_write .btn_layer_apply {
	margin-right: 10px;
	color: #e8e8e8;
	background-color: #262525;
}

.DUBU_Board_m170313001001 .inquiry_main_write .btn_layer_cancel {
	color: #696969;
	background-color: #151515;
}

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


/* 개인정보 수집 및 이용 동의 */
.DUBU_Board_m170313001001 .box_agrees .person_info {
	text-align: center;
}

.DUBU_Board_m170313001001 .box_agrees .hidden {
	display: none;
}

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

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

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

.DUBU_Board_m170313001001 .box_agrees .person_info dd .tbl_tit div {
	display: table-cell;
	padding: 15px 0;
	font-size: 13px;
	font-weight: bold;
	/*color:#6aa3a2;*/
}

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

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

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

.DUBU_Board_m170313001001 .inquiry_main_write .box_agrees .pc_hidden {
	display: none
}

.DUBU_Board_m170313001001 .inquiry_main_write .box_agrees .mo_hidden {
	display: block;
	padding: 0;
	border: 1px solid #c1c1c1;
	width: 100%;
	margin: 15px 0;
}

.DUBU_Board_m170313001001 .box_agrees .m10 {
	margin-top: 10px;
}


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

	/***** Gallery_Thumbnail:Start *****/
	.DUBU_Board_m170313001001 .gallery-sm-1 .gallery_main_group {
		width: 100%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-2 .gallery_main_group {
		width: 50%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-3 .gallery_main_group {
		width: 33.33333333333333%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-4 .gallery_main_group {
		width: 25%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-5 .gallery_main_group {
		width: 20%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-6 .gallery_main_group {
		width: 16.66666666666667%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-7 .gallery_main_group {
		width: 14.28571428571429%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-8 .gallery_main_group {
		width: 12.5%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-9 .gallery_main_group {
		width: 11.11111111111111%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-10 .gallery_main_group {
		width: 10%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-11 .gallery_main_group {
		width: 9.090909090909091%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-12 .gallery_main_group {
		width: 8.333333333333333%;
	}

	.DUBU_Board_m170313001001 .gallery-sm-13 .gallery_main_group {
		width: 7.692307692307692%;
	}

	/***** Gallery_Thumbnail:End *****/
	.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dt {
		padding-left: 15px;
	}

	.DUBU_Board_m170313001001 .gallery_main .txt_group {
		margin-top: 15px;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .time .selectBox {
		width: 160px;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .box_file .btn_file_add {
		background-position: 58% center;
	}
}

/* Tablet:End */


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

	/*	.ctn_app {*/
	/*		padding:30px !important;*/
	/*	}*/
	.DUBU_Board_m170313001001 .board_main .tab_box,
	.DUBU_Board_m170313001001 .gallery_main .tab_box {
		padding-right: 0;
	}

	.DUBU_Board_m170313001001 .board_main .tab_inner,
	.DUBU_Board_m170313001001 .gallery_main .tab_inner {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		border-bottom: 1px solid #d9e0e2;
	}

	.DUBU_Board_m170313001001 .board_main .btn_tab_prev,
	.DUBU_Board_m170313001001 .board_main .btn_tab_next,
	.DUBU_Board_m170313001001 .gallery_main .btn_tab_prev,
	.DUBU_Board_m170313001001 .gallery_main .btn_tab_next {
		display: none;
	}

	/*** 탭메뉴 모바일 스와이프 ***/
	.DUBU_Board_m170313001001 .board_main .tab_info,
	.DUBU_Board_m170313001001 .gallery_main .tab_info {
		width: 100% !important;
		overflow-y: hidden !important;
		white-space: nowrap;
		font-size: 0;
		overflow-x: scroll !important;
		height: auto;
	}

	.DUBU_Board_m170313001001 .tab_box .tab_list {
		float: none;
	}

	/***** Gallery_Thumbnail:Start *****/
	.DUBU_Board_m170313001001 .gallery-xs-1 .gallery_main_group {
		width: 100%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-2 .gallery_main_group {
		width: 50%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-3 .gallery_main_group {
		width: 33.33333333333333%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-4 .gallery_main_group {
		width: 25%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-5 .gallery_main_group {
		width: 20%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-6 .gallery_main_group {
		width: 16.66666666666667%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-7 .gallery_main_group {
		width: 14.28571428571429%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-8 .gallery_main_group {
		width: 12.5%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-9 .gallery_main_group {
		width: 11.11111111111111%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-10 .gallery_main_group {
		width: 10%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-11 .gallery_main_group {
		width: 9.090909090909091%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-12 .gallery_main_group {
		width: 8.333333333333333%;
	}

	.DUBU_Board_m170313001001 .gallery-xs-13 .gallery_main_group {
		width: 7.692307692307692%;
	}


	/***** Gallery_Thumbnail:End *****/
	.DUBU_Board_m170313001001 .gallery_main .tit_gallery_main {
		padding-left: 0;
		padding-right: 0;
	}

	.DUBU_Board_m170313001001 .gallery_main .tab_info {
		margin-left: 0;
		margin-right: 0;
	}

	.gallery_main .gallery_contents {
		display: none;
	}


	/*Mobile_content 수정 */
	.gallery_main .gallery_contents {
		display: block;
	}

	.DUBU_Board_m170313001001 .gallery_main .wrap_gallery_contents {
		position: relative;
		visibility: visible;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		min-height: 105px;
		background-color: #fff;
	}

	.DUBU_Board_m170313001001 .gallery_main .thumb_area:after {
		/*display:none*/
		;
	}

	.DUBU_Board_m170313001001 .gallery_main .gallery_contents {
		/*margin-top:-1px;
        background-color:#fff;
        border:1px solid #f1f1f1;*/
	}

	/*.DUBU_Board_m170313001001 .gallery_main .txt_subject a {*/
	/*display:block;*/
	/*margin-bottom:3px;*/
	/*font-size:14px;*/
	/*color:#545454;*/
	/*}*/
	.DUBU_Board_m170313001001 .gallery_main .txt_subject a,
	.DUBU_Board_m170313001001 .gallery_main .tit_content {}

	.DUBU_Board_m170313001001 .gallery_main .txt_contents a {
		height: 15px;
	}

	.DUBU_Board_m170313001001 .gallery_main .txt_name {}

	.DUBU_Board_m170313001001 .gallery_main .txt_contents a,
	.DUBU_Board_m170313001001 .gallery_main .txt_date,
	.DUBU_Board_m170313001001 .gallery_main .txt_name {
		color: #999;
	}

	/*.DUBU_Board_m170313001001 .gallery_main_group:hover .wrap_gallery_contents .txt_subject a {*/
	/*text-decoration:none;*/
	/*}*/
	.DUBU_Board_m170313001001 .gallery_main_group:hover .wrap_gallery_contents .tit_content {
		text-decoration: none;
	}

	.DUBU_Board_m170313001001 .gallery_main .txt_group {
		padding: 15px 0 0;
		margin-top: 5px;
	}

	.DUBU_Board_m170313001001 .gallery_main .txt_date {
		/*position:absolute;
		bottom:12px;
		right:10px;*/
	}

	.DUBU_Board_m170313001001 .gallery_main .gallery_main_inner {
		margin-bottom: 20px;
	}


	/* webzine */
	.DUBU_Board_m170313001001 .webzine_main .tab_box {
		padding-right: 0;
	}

	.DUBU_Board_m170313001001 .webzine_main .tab_inner {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.DUBU_Board_m170313001001 .webzine_main .tab_box .btn_tab_prev,
	.DUBU_Board_m170313001001 .webzine_main .tab_box .btn_tab_next {
		display: none;
	}

	/*탭 영역 1개빼고 전부 없어지면서 보더값도 전부 사라지는 시안 20170705 */
	/*.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_info li{
		display: none;
	}
	.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_info li:first-child{
		display: block;
	}
	.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_list.active .link_more{
		background: none;
	}
	.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_list.active{
		border: none;
	}
	.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_inner{
		border: none;
	}
	.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_list.active a{
		font-size: 20px;
	}*/
	/*탭 영역 1개빼고 전부 없어지면서 보더값도 전부 사라지는 시안 종료이긴한데..탭형인지 일반인지 확인필요 */
	.board_write_main .opt_ahead {
		width: 100%;
	}

	.DUBU_Board_m170313001001 .webzine_main .thumb_area {
		width: 140px;
		height: 130px;
	}

	.DUBU_Board_m170313001001 .webzine_main_content.tab_info_content .box_post .box_subject {
		width: calc(100% - 155px);
	}

	/***** Common:Start *****/
	.DUBU_Board_m170313001001 .inquiry_main_write .tf_comm {
		width: 100%;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .txt_placeholder {
		left: 26px;
	}

	/***** Common:End *****/


	/***** Board_Write_Contents:Start *****/
	.DUBU_Board_m170313001001 .inquiry_main_write h4 {
		font-size: 16px;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form h3 span {
		bottom: 0;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form,
	.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dl {
		display: block;
		background-color: #f0f6f8;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form {
		padding-bottom: 70px;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dt {
		display: block;
		width: auto;
		padding: 10px 10px 0 10px;
		background: none !important;
		font-size: 16px;
		border: none;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox.inp_reply_email,
	.DUBU_Board_m170313001001 .inquiry_main_write .design_checkbox.inp_reply_sms {
		margin-left: 0;
		margin-top: 5px;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dd {
		display: block;
		width: 100%;
		padding: 9px 10px;
		border: none;
		background-color: #f0f6f8;
		/*border-bottom:dotted 1px #464646;*/
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dl:first-child dd {
		/*border-bottom:dotted 1px #464646;*/
		border: none;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dl:last-child dd {
		border-bottom: none;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .box_contents dt,
	.DUBU_Board_m170313001001 .inquiry_main_write .box_file dt,
	.DUBU_Board_m170313001001 .inquiry_main_write .box_recaptcha dt,
	.DUBU_Board_m170313001001 .inquiry_main_write .box_agrees dt {
		display: none;
	}

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

	.DUBU_Board_m170313001001 .inquiry_main_write .txt_help,
	.DUBU_Board_m170313001001 .inquiry_main_write .helptxt {}

	.DUBU_Board_m170313001001 .inquiry_main_write .txt_help:before,
	.DUBU_Board_m170313001001 .inquiry_main_write .helptxt:before {}

	.DUBU_Board_m170313001001 .inquiry_main_write .element_info {}

	.DUBU_Board_m170313001001 .inquiry_main_write .element_cell {
		width: 100% !important;
	}

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

	.DUBU_Board_m170313001001 .inquiry_main_write .element_list {
		width: 100%;
	}

	/* email */
	.DUBU_Board_m170313001001 .inquiry_main_write .email {}

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

	.DUBU_Board_m170313001001 .inquiry_main_write .email .selectBox {
		margin-bottom: 10px;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .email .email_at {
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}

	/* number */
	.DUBU_Board_m170313001001 .inquiry_main_write .number .element_list {
		width: 100%;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .number .tf_comm {
		width: 100%;
	}

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

	.DUBU_Board_m170313001001 .inquiry_main_write .number .txt_help,
	.DUBU_Board_m170313001001 .inquiry_main_write .number .helptxt {
		margin: 0;
	}

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

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

	/* url */
	.DUBU_Board_m170313001001 .inquiry_main_write .url dd {}

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

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

	.DUBU_Board_m170313001001 .inquiry_main_write .url .tf_comm {
		width: 80%;
	}

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

	/* box_text */
	.DUBU_Board_m170313001001 .inquiry_main_write .text .element_list {
		width: 100%;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .text {}

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

	.DUBU_Board_m170313001001 .inquiry_main_write .text .txt_unit {}

	.DUBU_Board_m170313001001 .inquiry_main_write .text .txt_help,
	.DUBU_Board_m170313001001 .inquiry_main_write .text .helptxt {
		display: block;
		margin-top: 10px;
	}

	/* box_rdobox */
	.DUBU_Board_m170313001001 .inquiry_main_write .radio .txt_help,
	.DUBU_Board_m170313001001 .inquiry_main_write .radio .helptxt {
		display: block;
		margin-top: 10px;
	}
	
	/* box_chkbox */
	.DUBU_Board_m170313001001 .inquiry_main_write .chkbox .txt_help,
	.DUBU_Board_m170313001001 .inquiry_main_write .chkbox .helptxt {
		display: block;
		margin-top: 10px;
	}

	/* select */
	.DUBU_Board_m170313001001 .inquiry_main_write .select {}

	.DUBU_Board_m170313001001 .inquiry_main_write .select .selectBox {
		width: 100%;
		margin-right: 0;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .select .txt_help,
	.DUBU_Board_m170313001001 .inquiry_main_write .select .helptxt {
		display: block;
		margin-top: 10px;
	}

	/* box_date */
	.DUBU_Board_m170313001001 .inquiry_main_write .date .txt_help,
	.DUBU_Board_m170313001001 .inquiry_main_write .date .helptxt {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}

	/* box_time */
	.DUBU_Board_m170313001001 .inquiry_main_write .time .element_list {
		width: 100%;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .time .selectBox {
		width: 32% !important;
		margin-right: 2px;
		padding-right: 23px;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .time .txt_help,
	.DUBU_Board_m170313001001 .inquiry_main_write .time .helptxt {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}

	/* box_subject */


	/* tit_content */
	.DUBU_Board_m170313001001 .inquiry_main_write .box_select,
	.DUBU_Board_m170313001001 .inquiry_main_write .opt_ahead.selectBox-dropdown,
	.DUBU_Board_m170313001001 .inquiry_main_write .wrap_subject {
		width: 100%;
	}

	/*.DUBU_Board_m170313001001 .inquiry_main_write .box_subject .txt_placeholder {*/
	/*top:17px;*/
	/*}*/
	.DUBU_Board_m170313001001 .inquiry_main_write .tit_content .txt_placeholder {
		top: 17px;
	}

	/* box_contents */
	.DUBU_Board_m170313001001 .inquiry_main_write .box_contents dd {
		overflow: hidden;
	}

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

	.DUBU_Board_m170313001001 .inquiry_main_write .box_contents .mobile_photo {
		display: block;
	}

	/* box_file */
	.DUBU_Board_m170313001001 .inquiry_main_write .box_file .btn_file_add {
		background-position: 62% center;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .box_file .txt_help,
	.DUBU_Board_m170313001001 .inquiry_main_write .box_file .helptxt {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}

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

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

	.DUBU_Board_m170313001001 .inquiry_main_write .box_btn_autostop .btn_comm {
		float: left;
		width: 49%;
		vertical-align: top;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .btn_write_refresh {
		margin-right: 1%;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .box_msg {
		margin-left: 0;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .box_inp_autostop {
		margin-top: 8px;
	}

	/***** Board_Write_Contents:End *****/
	.board_write_contents .frm_write {
		position: relative;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .box_btn {
		margin-top: 25px;
		margin-bottom: 0;
		position: absolute;
		bottom: 20px;
		width: 100%;
		padding: 0 10px;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .box_btn .btn_comm {
		width: 48%;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .btn_apply {
		margin-right: 1%;
	}

	/* 개인 정보 수집 동의 비즈니스 1 */
	.DUBU_Board_m170313001001 .box_agrees .person_info {
		padding: 15px 0;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .box_agrees .pc_hidden {
		display: block;
		padding: 0;
		border: 1px solid #c1c1c1 !important;
		background-color: #fff;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .box_agrees .mo_hidden {
		display: none;
	}

	.DUBU_Board_m170313001001 .box_agrees .w25p {
		width: 25%;
	}

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

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

	.DUBU_Board_m170313001001 .box_agrees .person_info dd .tbl_tit.bg_blue div.txt_left {
		font-weight: 700;
	}

	.DUBU_Board_m170313001001 .box_agrees .person_info dd .tbl_tit div {
		padding: 10px 15px;
		text-align: left;
		font-size: 12px;
	}

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

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

	.DUBU_Board_m170313001001 .box_agrees .bg_blue {
		background: #e5ebed;
	}

	.DUBU_Booking_m170313001001 .booking_type_01 .box_booking_gallery {
		/*height: 490PX;*/
	}
}

/* Mobile:End */


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

	.DUBU_Board_m170313001001 .gallery_main .txt_cmt,
	.DUBU_Board_m170313001001 .gallery_main .txt_good {
		margin-right: 10px;
	}

	/* box_file */
	.DUBU_Board_m170313001001 .inquiry_main_write .box_file .btn_file_add {
		background-position: 64% center;
	}
}

@media screen and (max-width:400px) {
	.DUBU_Board_m170313001001 .webzine_main .thumb_area {
		width: 100%;
	}

	.DUBU_Board_m170313001001 .webzine_main_content.tab_info_content .box_post .box_subject {
		width: 100%;
	}

	.DUBU_Board_m170313001001 .webzine_main .tab_box .tab_list {
		padding: 0 10px;
	}

	.DUBU_Board_m170313001001 .inquiry_main_write .inquiry_main_header .tit_write_main h3 {
		font-size: 18px;
	}

	.DUBU_Board_m170313001001 .webzine_main .txt_ctn {
		margin-top: 10px;
	}
}

/* Mobile:End */


/*991-1200 gallery_main good. cmt */
@media screen and (min-width: 991px) and (max-width: 1200px) {

	.DUBU_Board_m170313001001 .gallery_main .txt_cmt,
	.DUBU_Board_m170313001001 .gallery_main .txt_good {
		margin-right: 10px;
	}
}

/***** Mediaquery:End *****/
@media all and (-webkit-min-device-pixel-ratio: 2) {

	.DUBU_Board_m170313001001 .board_main .link_more,
	.DUBU_Board_m170313001001 .gallery_main .link_more {
		background: url(../images/btn_link_more@2x.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 17px 17px;
	}

	.DUBU_Board_m170313001001 .board_main .ico_comm {
		background: url(../images/ico_subject00@2x.png);
		background-repeat: no-repeat;
		background-size: 20px 155px;
	}

	.DUBU_Board_m170313001001 .board_main .ico_replys {
		background-position: -2px -70px;
		height: 14px;
		width: 16px;
	}

	.DUBU_Board_m170313001001 .board_main .ico_mobile {
		background-position: -4px -29px;
		height: 20px;
		width: 13px;
	}

	.DUBU_Board_m170313001001 .board_main .ico_lock {
		background-position: -2px -140px;
		width: 12px;
		height: 20px;
	}

	.DUBU_Board_m170313001001 .board_main .ico_file {
		background-position: -2px 3px;
		height: 20px;
	}

	.DUBU_Board_m170313001001 .board_main .ico_new {
		background-position: 0 -91px;
	}

	.DUBU_Board_m170313001001 .board_main .btn_more,
	.DUBU_Board_m170313001001 .gallery_main .btn_more {
		background: url(../images/app_more@2x.png) no-repeat 50% 50%;
		background-size: 12px 12px;
	}

	.DUBU_Board_m170313001001 .gallery_main .ico_cmt .selectBox-dropdown .selectBox-arrow {
		background: url(../images/select_arrow@2x.png) 50% center no-repeat;
		background-size: 9px 5px;
	}

	.DUBU_Board_m170313001001 .gallery_main .btn_search {
		background: #fff url(../images/search_btn@2x.png) center center no-repeat;
		background-size: 16px 17px;
	}

	.DUBU_Board_m170313001001 .gallery_main .design_checkbox {
		background: url(../images/check_inactive_big@2x.png) 0 0 no-repeat;
		background-size: 24px 24px;
	}

	.DUBU_Board_m170313001001 .gallery_main .design_checkbox.active {
		background: url(../images/check_active_big@2x.png) 0 0 no-repeat;
		background-size: 24px 24px;
	}

	.DUBU_Board_m170313001001 .gallery_main .ico_cmt,
	.DUBU_Board_m170313001001 .gallery_main .ico_good,
	.DUBU_Board_m170313001001 .gallery_main .ico_hit {
		position: relative;
		background: url(../images/board_ico1@2x.png) no-repeat;
		background-size: 50px 110px;
	}

	.DUBU_Board_m170313001001 .gallery_main .ico_cmt {
		background-position: -17px -18px;
		width: 16px;
	}

	.DUBU_Board_m170313001001 .gallery_main .ico_good {
		background-position: -15px -75px;
	}

	.DUBU_Board_m170313001001 .gallery_main .ico_hit {
		background-position: -15px -46px;
	}

	.DUBU_Board_m170313001001 .webzine_main .ico_more {}

	.DUBU_Board_m170313001001 .webzine_main .tab_box .link_more {}

	.DUBU_Board_m170313001001 .webzine_main .ico_comm {}

	.DUBU_Board_m170313001001 .webzine_main .ico_name,
	.DUBU_Board_m170313001001 .webzine_main .ico_good,
	.DUBU_Board_m170313001001 .webzine_main .ico_hit {}
}

/* 행 3~4 col-md-4,col-md-5*/
@media screen and (min-width: 992px) {

	div.col-md-4 .DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dt,
	div.col-md-5 .DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dt {
		width: 25%;
		padding: 15px 5px 15px 5px;
		font-size: 12px;
	}

	div.col-md-4 .DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dd,
	div.col-md-5 .DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dd {
		width: auto;
		padding: 9px 5px;
	}

	div.col-md-4 .DUBU_Board_m170313001001 .inquiry_main_write .time .selectBox,
	div.col-md-5 .DUBU_Board_m170313001001 .inquiry_main_write .time .selectBox {
		min-width: initial;
		padding: 0 25px 0 10px;
		margin: 0 0 0 5px;
	}

	div.col-md-4 .DUBU_Board_m170313001001 .inquiry_main_write .address .btn_zip_code,
	div.col-md-5 .DUBU_Board_m170313001001 .inquiry_main_write .address .btn_zip_code {
		width: 100%;
		margin: 10px 0 0 0;
	}

	div.col-md-4 .DUBU_Board_m170313001001 .inquiry_main_write .email .email_at,
	div.col-md-5 .DUBU_Board_m170313001001 .inquiry_main_write .email .email_at {
		margin: 0 5px;
	}

	div.col-md-4 .DUBU_Board_m170313001001 .inquiry_main_write .email .selectBox,
	div.col-md-5 .DUBU_Board_m170313001001 .inquiry_main_write .email .selectBox {
		width: 100%;
		margin: 10px 0 0 0;
	}

	div.col-md-4 .DUBU_Board_m170313001001 .inquiry_main_write .helptxt,
	div.col-md-5 .DUBU_Board_m170313001001 .inquiry_main_write .helptxt {
		display: block;
		margin-top: 5px;
	}
}

/* 행 6 col-sm-6 */
@media screen and (min-width: 768px) and (max-width: 991px) {
	div.col-sm-6 .DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dt {
		width: 25%;
		padding: 15px 0 15px 10px;
		font-size: 12px;
	}

	div.col-sm-6 .DUBU_Board_m170313001001 .inquiry_main_write .board_write_form dd {
		width: auto;
		padding: 9px 5px;
	}

	div.col-sm-6 .DUBU_Board_m170313001001 .inquiry_main_write .time .selectBox {
		min-width: initial;
		padding: 0 25px 0 10px;
		margin: 0 0 0 5px;
	}

	div.col-sm-6 .DUBU_Board_m170313001001 .inquiry_main_write .address .btn_zip_code {
		width: 100%;
		margin: 10px 0 0 0;
	}

	div.col-sm-6 .DUBU_Board_m170313001001 .inquiry_main_write .email .email_at {
		margin: 0 5px;
	}

	div.col-sm-6 .DUBU_Board_m170313001001 .inquiry_main_write .email .selectBox {
		width: 100%;
		margin: 10px 0 0 0;
	}

	div.col-sm-6 .DUBU_Board_m170313001001 .inquiry_main_write .helptxt {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}
}