@charset "utf-8";

/*body {
    background:#eee;;
    color: #fff;
    -webkit-text-size-adjust: none;
}*/

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #999;
}

.f_red {
	color: #e01814;
}


/* 타이틀영역 */

hgroup {
	background: #eee;
	padding: 10px;
	/*box-shadow: 0 -2px 0 #d50501 inset;
    border-bottom: 1px #9d0300 solid; */
	position: relative;
}

.new_wrap {
	background: #eee;
	padding: 15px;
}


/* 9.22 */

.new_wrap_tp02 {
	background: #e6e6e6;
}

.alert-kobes {
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid transparent;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .3);
}

.alert-warning-kobes {
	color: #928c5c;
	background-color: #fffef0;
	border-color: #faebcc;
}

.alert-warning-kobes .close {
	filter: alpha(opacity=50);
	opacity: .5;
}

.new_wrap h2 {
	color: #000;
	font-size: 1.5em;
	margin-top: 30px;
	font-weight: bold;
}

.new_tit_wrap {
	background: #ffffff;
	box-shadow: 0 1px 2px #555;
	width: 100%;
}

.new_tit_wrap h2 {
	padding: 10px;
	color: #000;
	font-size: 1.5em;
	margin-top: 30px;
	font-weight: bold;
}

h1 {
	color: #000;
	font-size: 1.5em;
	margin-top: 30px;
	font-weight: bold;
}

hgroup span {
	color: #555;
	font-size: 95%;
	position: absolute;
	top: 10px;
	left: 10px;
}

.vi-part {
	background: #eee;
	position: relative;
	margin-bottom: 5px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
}

.vi-part2 {
	background: #fff!important;
	position: relative;
	/*margin-bottom: 5px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,.2);*/
}

.exam {
	position: absolute;
	top: 10px;
	right: 10px;
}

.f-gray {
	font-size: 90%;
	color: #535353;
}

.vi-part dl {
	line-height: 1.5em;
}

.vi-part dt {
	color: #555;
	font-size: 115%;
	padding-bottom: 10px;
}

.vi-part dd {
	color: #666666;
}

.myButton-white-kobes {
	width: 50%;
}

.vi-part .post-wrap {
	padding: 10px;
}

.vi-part .post-wrap ul {
	border: 1px #bbb dashed;
	position: relative;
}


/* 추가 border color */

.vi-part .post-wrap ul.blue {
	border: 1px #023ad1 dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.green {
	border: 1px #259f00 dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.red {
	border: 1px #eb0500 dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.orange {
	border: 1px #ff9300 dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.pink {
	border: 1px #ff25cd dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.sky {
	border: 1px #29c9f8 dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.mint {
	border: 1px #00aad3 dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.purple {
	border: 1px #be0092 dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.brown {
	border: 1px #863c0d dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.yellow {
	border: 1px #ffeb00 dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.navy {
	border: 1px #1c1793 dashed;
	position: relative;
	background: #fafafa;
}

.vi-part .post-wrap ul.post-p {
	border: 1px #bbb dashed;
	background: #fff;
	/*padding: 10px;*/
	margin-bottom: 20px;
}

.vi-part .post-wrap li {
	text-align: center;
	color: #555;
	padding: 5px;
}

.vi-part .post-wrap .explain {
	position: absolute;
	bottom: 3px;
	right: 3px;
}

.vi-part .post-wrap li.tit {
	color: #000;
	font-weight: 700;
	font-size: 110%;
	padding: 10px;
}

.vi-part .post-wrap .btn_spc {
	padding: 10px;
}

.vi-part .post-wrap li .img {
	width: 100%;
	display: block;
}

.in-repair-tit {
	font-size: 110%;
	color: #474b50;
	padding: 10px 0 0 10px;
	font-weight: 600;
}


/* 9.23 */

.choice-type ul {
	float: left;
	width: 100%;
}

.choice-type:after {
	clear: both;
	content: "";
	display: block;
}

.choice-type li {
	width: 100%;
	float: left;
	border-bottom: 1px #ccc dashed;
	color: #333;
	position: relative;
	height: 45px;
	font-weight: 800;
}

.choice-type li span {
	position: absolute;
	top: 7px;
	right: 0;
}

.choice-type li label {
	padding-top: 10px;
}

.choice-type li:last-child {
	height: 45px;
	border-bottom: none;
}


/* boot */

.btn-post-repair {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-post-repair:focus,
.btn-post-repair.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-post-repair:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-post-repair:active,
.btn-post-repair.active,
.open > .dropdown-toggle.btn-post-repair {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-post-repair:active:hover,
.btn-post-repair.active:hover,
.open > .dropdown-toggle.btn-post-repair:hover,
.btn-post-repair:active:focus,
.btn-post-repair.active:focus,
.open > .dropdown-toggle.btn-post-repair:focus,
.btn-post-repair:active.focus,
.btn-post-repair.active.focus,
.open > .dropdown-toggle.btn-post-repair.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-post-repair:active,
.btn-post-repair.active,
.open > .dropdown-toggle.btn-post-repair {
	background-image: none;
}

.btn-post-repair.disabled,
.btn-post-repair[disabled],
fieldset[disabled] .btn-post-repair,
.btn-post-repair.disabled:hover,
.btn-post-repair[disabled]:hover,
fieldset[disabled] .btn-post-repair:hover,
.btn-post-repair.disabled:focus,
.btn-post-repair[disabled]:focus,
fieldset[disabled] .btn-post-repair:focus,
.btn-post-repair.disabled.focus,
.btn-post-repair[disabled].focus,
fieldset[disabled] .btn-post-repair.focus,
.btn-post-repair.disabled:active,
.btn-post-repair[disabled]:active,
fieldset[disabled] .btn-post-repair:active,
.btn-post-repair.disabled.active,
.btn-post-repair[disabled].active,
fieldset[disabled] .btn-post-repair.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-post-repair .badge {
	color: #d9534f;
	background-color: #fff;
}

.form-control-post {
	display: block;
	width: 100%;
	height: 29px;
	/*padding: 5px;*/
	color: #555;
	border: none;
	vertical-align: top;
	font-size: 100%;
	text-align: center;
	resize: none;
	overflow: hidden;
}

.fix-keyword {
	color: #d82e2e;
	margin: 15px 0;
	text-align: center;
}

.vi-part aside {
	background: #ffffff;
	border-bottom: 1px #bebebe solid;
	padding: 10px;
}

.vi-part aside.no-p {
	background: #ffffff;
	border-bottom: 1px #bebebe solid;
	padding: 10px 0;
}

.vi-part aside.no-border {
	background: #ffffff;
	padding: 10px 0;
	border-bottom: none;
}

.vi-part aside.pw-no-border {
	background: #ffffff;
	padding: 10px;
	border-bottom: none;
}

.vi-part .tp02 {
	background: #eee;
	border-top: none;
	border-bottom: none;
	padding: 10px;
}

.vi-part aside .choice-color {
	width: 90%;
	margin: 0 auto;
}

.vi-part aside .choice-color:after {
	clear: both;
	display: block;
	content: "";
}

.vi-part aside .choice-color dt {
	color: #333;
	font-weight: bold;
	width: 70px;
	float: left;
	vertical-align: top;
}

.vi-part aside .choice-color dd {
	float: left;
}

.vi-part aside .choice-color dd .pallet {
	width: 100%;
}

.vi-part aside .choice-color dd .pallet:after {
	clear: both;
	content: "";
	display: block;
}

.vi-part aside .choice-color dd .pallet li {
	margin: 2px;
	padding: 2px;
	width: 35px;
	height: 35px;
	float: left;
	position: relative;
}

.vi-part aside .choice-color dd .pallet li .color-choice {
	width: 39px;
	height: 39px;
	z-index: 50;
	border: 2px #000 solid;
	position: absolute;
	top: -2px;
	left: -2px;
	background: none;
}

.vi-part aside h3 {
	color: #000;
	vertical-align: middle;
	font-size: 1.3em;
	font-weight: 700;
}

.vi-part .f_detail {
	display: block;
	color: #666;
	line-height: 1.5em;
	font-size: 11px;
	margin-top: 10px;
}

.vi-btn {
	cursor: pointer;
}

.picker {
	cursor: pointer;
	margin: 2px;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	float: left;
}


/* 9.24 */

.circle-color {
	width: 100%;
}

.circle-color:after {
	clear: both;
	display: block;
	content: "";
}

.circle-color li {
	float: left;
}

.circle-color .preview {
	color: #197b30;
	float: right;
	padding: 10px;
	font-weight: 800;
}

.circle-color .choice {
	color: #ffffff;
	text-align: center;
	padding: 5px;
	font-size: 1.5em
}

.b-red {
	background: #ee0000;
}

.b-orange {
	background: #ffa200;
}

.b-green {
	background: #197b30;
}

.b-blue {
	background: #005be4;
}

.b-black {
	background: #000000;
}

dl.add-word {
	width: 100%;
	/*border-bottom: 1px #ccc dashed;*/
	padding: 10px 0;
}

dl.add-word-last {
	width: 100%;
	border-bottom: none;
	padding: 10px 0 0 0;
}

dl.add-word dt {
	position: relative;
}

dl.add-word dt .word-num {
	text-align: right;
	font-size: 80%;
	position: absolute;
	top: 5px;
	right: 10px;
}

dl.add-word .success {
	color: #5cb85c;
}


/*
.portal {
    width: 100%;
    margin: 20px 0;
    }
.portal:after { clear: both; display: block; content: "";}
.portal .p-site {
    float: left;
    width: 25%;
    display: inline-block;
    color: #333;
    font-weight: bold;
}

.portal .loginfo {
    float: right;
    margin-right: 7px;
}
.portal .static {
    float: right;
}
*/

.id-check {
	width: 100%;
	float: left;
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.id-check-last {
	width: 100%;
	float: left;
	padding-bottom: 0;
}

.id-check:after,
.id-check-last:after {
	clear: both;
	display: block;
	content: "";
}

.id-check li,
.id-check-last li {
	float: left;
	display: inline-block;
}

.id-check .portal-icon,
.id-check-last .portal-icon {
	float: left;
	width: 13%;
	margin: 0 3%;
}

.id-check img,
.id-check-last img {
	width: 80%;
	display: block;
}

.id-check .id-ok,
.id-check-last .id-ok {
	color: #333;
	width: 36%;
	padding: 10px 0;
}

.id-check .id-no,
.id-check-last .id-no {
	color: #999;
	width: 36%;
	padding: 10px 0;
	cursor: pointer;
}

.id-check .chk-id,
.id-check-last .chk-id {
	color: #555;
	width: 20%;
	padding: 10px 0;
	text-align: right;
}

.id-check .onoff,
.id-check-last .onoff {
	width: 15%;
	float: right;
	padding-top: 7px;
	margin-right: 3%;
}

.id-check .blog_login_onoff,
.id-check-last .blog_login_onoff {
	width: 15%;
	float: right;
	padding-top: 7px;
	margin-right: 3%;
}


/* 9.21 추가 */

.confirm {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.confirm:after {
	clear: both;
	display: block;
	content: "";
}

.confirm li {
	float: left;
	width: 30%;
	margin-right: 1%;
}

.confirm li:last-child {
	float: right;
}

.form-control-confirm {
	display: block;
	width: 100%;
	height: 29px;
	padding: 5px;
	color: #555;
	border: none;
	vertical-align: top;
	font-size: 100%;
	text-align: center;
	resize: none;
	overflow: hidden;
	border: 1px #ccc solid;
}

.form-control-confirm:focus {
	border-color: #137acc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control-confirm[disabled],
.form-control-confirm[readonly],
fieldset[disabled] .form-control-confirm {
	background-color: #eee;
	opacity: 1;
}

.push-on {
	width: 100%;
	float: left;
}

.push-on:after {
	clear: both;
	display: block;
	content: "";
}

.push-on li {
	float: left;
	color: #333;
	font-size: 115%;
	font-weight: 700;
}

.push-on li img {
	width: 100%;
	display: block;
}

.push-on .btn-on {
	float: right;
	width: 15%;
	cursor: pointer;
}

.push-on .wr-url {
	float: right;
	width: 75%;
}

.push-day-alram {
	width: 100%;
	float: left;
}

.push-day-alram:after {
	clear: both;
	content: "";
	display: block;
}

.push-day-alram dt {
	width: 15%;
	float: left;
	display: inline-block;
	margin-right: 2%;
}

.push-day-alram dt label {
	background: #333;
	color: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	opacity: .3;
}

.push-day-alram .check {
	opacity: .8;
}

.push-day-alram dd {
	width: 28%;
	float: left;
	display: inline-block;
	margin-right: 5%;
	height: 50px;
}

.f-dark {
	color: #666;
}

.f-dark a {
	color: #666;
}

.tbl-st02-center {
	text-align: center;
}

.tbl-st02-center th {
	text-align: center;
}

.tbl-st02-center .a-left {
	text-align: left;
}

.tbl-st02-center tr:last-child {
	border-bottom: 1px #ccc solid;
}

.new-alram-txt {
	color: #333;
	font-weight: 600;
}

.inside-tbl {
	width: 100%;
}

.inside-tbl li {
	float: left;
}

.inside-tbl:after {
	clear: both;
	display: block;
	content: "";
}

.inside-tbl li.push-date {
	color: #777;
	font-size: 85%;
	letter-spacing: -1px;
}

.inside-tbl li.keyword {
	width: 25%;
	display: inline-block;
	color: #000;
	text-align: center;
}

.inside-tbl li.sort {
	width: 45%;
	text-align: right;
	float: right;
	display: inline-block;
}

.push-date {
	color: #777;
	font-size: 85%;
}

.badge-vi-36 {
	display: inline-block;
	min-width: 7px;
	padding: 2px 5px;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	line-height: 13px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #bcbcbc;
	border-radius: 10px;
}

.badge-vi-54 {
	display: inline-block;
	min-width: 7px;
	padding: 2px 5px;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	line-height: 15px !important;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #7c7c7c;
	border-radius: 10px;
}

.badge-vi-72 {
	display: inline-block;
	min-width: 7px;
	padding: 2px 5px;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	line-height: 13px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #4d4d4d;
	border-radius: 10px;
}

.badge-vi-99 {
	display: inline-block;
	min-width: 7px;
	padding: 2px 5px;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	line-height: 13px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #4d4d4d;
	border-radius: 10px;
}

.badge-vi:empty {
	display: none;
}

.send-success {
	width: 18px;
	height: 18px;
	border-radius: 18px;
	color: #fff;
	text-align: center;
	background-color: #5cb85c;
	line-height: 18px !important;
	/*top: 2px !important;*/
	font-size: smaller;
	position: absolute !important;
	top: 10px !important;
	right: 10px;
}

.send-failed {
	width: 18px;
	height: 18px;
	border-radius: 18px;
	color: #fff;
	text-align: center;
	background-color: #d9534f;
	line-height: 19px !important;
	/*top: 2px !important;*/
	font-size: smaller;
	position: absolute !important;
	top: 10px !important;
	right: 10px;
}

.push-tbl {
	line-height: 2em !important;
}

.ok-txt {
	line-height: 2em !important;
	position: relative;
	padding-right: 10px !important;
}

.conts-99 dl {
	border-radius: 5px;
	background: #aeaeae;
	padding: 5px;
}

.conts-99 dt {
	font-weight: 900;
	margin-top: 15px;
	color: #000;
	text-decoration: underline;
	font-size: 90%;
}

.conts-99 dt:first-child {
	margin-top: 5px;
}

.conts-99 dd {
	color: #555;
	font-size: 90%;
}

.thema-category {
	margin-bottom: 10px;
	margin-top: 10px;
}

.thema-category .cate-txt {
	font-size: 115%;
	font-weight: 700;
	margin-right: 10px;
	display: inline-block;
}

.thema-category .location {
	color: #888;
	display: inline-block;
}

.thema-category .count-num {
	text-align: right;
	display: inline-block;
	float: right;
	font-weight: 700;
	color: #888;
}

.tab-wrap {
	padding: 3px 10px 7px 10px;
}

.nav-kobes {
	width: 100%;
	float: left;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.nav-kobes:after {
	clear: both;
	display: block;
	content: "";
}

.nav-kobes li {
	float: left;
	width: 50%;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	background: #ffffff;
	font-weight: 800;
	font-size: 115%;
}

.nav-kobes li a {
	color: #666;
}

.nav-kobes .active {
	background: #eb0500;
}

.nav-kobes .active a {
	color: #fff;
}

.nav-kobes li:first-child {
	border-radius: 5px 0 0 5px;
}

.nav-kobes li:last-child {
	border-radius: 0 5px 5px 0;
}

.pay-type01 {
	color: #555;
	padding-bottom: 10px;
}

.pay-type02 {
	color: #555;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px #ccc dashed;
}

.pay-type03 {
	color: #555;
}

.listing-tp {
	list-style-type: disc;
	padding-left: 15px;
}

.listing-tp li {
	padding: 3px;
	color: #777;
}

.listing-tp li label {
	margin-right: 10px;
	color: #333;
}

.f-point {
	color: #eb0500;
	font-weight: 800;
}

.paytype-txt {
	font-weight: 700;
	margin-bottom: 10px;
	color: #333;
	font-size: 115%;
}


/*.reservation {
    width: 100%;
    }
.reservation:after { clear: both; display: block; content: "";}
.reservation .tit-name {
    float: left;
    width: 30%;
    display: inline-block;
    color: #333;
    font-weight: bold;
}
.reservation .static {
    float: right;
}*/


/*ul.push-day  {
    height: 50px;
    width: 300px;
    margin: 10px auto 0;
}
ul.push-day:after { clear: both; display: block; content: "";}

ul.push-day li {
    float: left;
    background: #dcdcdc;
    width: 37px;
    padding: 5px;
    height: 37px;
    margin-right: 5px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    box-shadow: 1px 1px 1px #8d8d8d inset;
    position: relative;
}
ul.push-day li:last-child {
    margin-right: 0;
}
ul.push-day li span {
    position: absolute;
    top: -20px;
    left: 13px;
}


ul.push-day li label {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: #fff;
    color: #333;
    padding-top: 3px;
    display: inline-block;
    cursor: pointer;
}
ul.push-day li label.choice {
    background: #eb0500;
background: -moz-linear-gradient(top,  #eb0500 0%, #bd0400 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb0500), color-stop(100%,#bd0400));
background: -webkit-linear-gradient(top,  #eb0500 0%,#bd0400 100%);
background: -o-linear-gradient(top,  #eb0500 0%,#bd0400 100%);
background: -ms-linear-gradient(top,  #eb0500 0%,#bd0400 100%);
background: linear-gradient(to bottom,  #eb0500 0%,#bd0400 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0500', endColorstr='#bd0400',GradientType=0 );
    color: #fff;
    border: 1px #b50300 solid;
}*/


/*
ul.push-day li label:hover {
    background: #eb0500;
background: -moz-linear-gradient(top,  #eb0500 0%, #bd0400 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb0500), color-stop(100%,#bd0400));
background: -webkit-linear-gradient(top,  #eb0500 0%,#bd0400 100%);
background: -o-linear-gradient(top,  #eb0500 0%,#bd0400 100%);
background: -ms-linear-gradient(top,  #eb0500 0%,#bd0400 100%);
background: linear-gradient(to bottom,  #eb0500 0%,#bd0400 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0500', endColorstr='#bd0400',GradientType=0 );
    color: #fff;
    border: 1px #b50300 solid;
}

.category-choice {
    width: 100%;
    margin: 20px 0;
}
.category-choice:after { clear: both; display: block; content: "";}
.category-choice .p_site {
    float: left;
    width: 25%;
    display: inline-block;
    color: #555;
}
.category-choice .choice_cate {
    float: left;
    width: 35%;
    display: inline-block;
    color: #555;
}
.category-choice .adurl {
    float: left;
    width: 27%;
    padding-left: 3%;
    display: inline-block;
    color: #555;
}
.category-choice .choice {
    width: 60%;
    float: right;
}
*/


/* 09.23 */

.post-category {
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
}

.post-category:after,
.post-category-last:after {
	clear: both;
	display: block;
	content: "";
}

.post-category li,
.post-category-last li {
	float: left;
	display: inline-block;
}

.post-category .portal-site,
.post-category-last .portal-site {
	width: 13%;
	margin: 0 3%;
	display: inline-block;
}

.post-category .portal-site img,
.post-category-last .portal-site img {
	width: 80%;
	display: block;
}

.post-category .choice,
.post-category-last .choice {
	width: 60%;
	float: right;
	margin-right: 3%;
	margin-left: 18%;
	height: 43px;
}

.post-category .save-cate-txt .post-category-last .save-cate-txt {
	width: 34%;
	color: #555;
}

.post-category .choiced,
.post-category-last .choiced {
	width: 60%;
	float: right;
	margin-right: 3%;
}

.post-category-last {
	width: 100%;
	float: left;
	padding-bottom: 0;
}

.category-choice {
	margin: 20px 0;
}

.category-choice li {
	margin-top: 10px;
}

.under-btn-wrap {
	background: #ffffff;
	text-align: center;
	padding: 15px 0;
}

.under-btn-wrap-new {
	background: #ffffff;
	text-align: center;
	width: 80%;
	margin: 15px auto;
}

.match-basic {
	/*width: 95%;
    margin-left: 5%;*/
}

.match-basic dt label {
	padding-left: 10px;
}

.match-basic dd {
	/*border-bottom: 1px #ccc dashed;*/
	/*margin-bottom: 10px;*/
	/*padding-bottom: 10px;*/
	text-align: justify;
}

.match-basic dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.match-basic dd li {
	padding: 5px 0;
}

.form-control-static-kobes {
	min-height: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	font-weight: 700;
	color: #333;
	font-size: 13px;
}

.form-control-static-kobes2 {
	min-height: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	font-weight: 500;
	color: #555;
	font-size: 11px;
	width: 31%;
	display: inline-block;
}

.form-inline-kobes {
	padding: 5px 0;
	/*border-bottom: 1px #ccc dashed;*/
}

.b-border {
	border-bottom: 1px #ccc dashed;
	padding-bottom: 10px;
}

.form-inline-kobes .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	width: 100%;
}

.form-inline-kobes .form-group2 {
	display: inline-block;
	margin: 10px 0 5px;
	vertical-align: middle;
	width: 100%;
}

.form-inline-kobes .form-control {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
}

.form-inline-kobes .form-control2 {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.form-inline-kobes .count {
	display: inline-block;
	width: 15%;
	text-align: right;
	font-weight: 800;
	color: #333;
	font-size: 11px;
}

.w-key {
	width: 100%;
}

.w-key:after {
	clear: both;
	display: block;
	content: "";
}

.w-key li {
	margin-bottom: 5px;
	vertical-align: middle;
}

.w-key li:after {
	clear: both;
	display: block;
	content: "";
}

.w-key li label {
	width: 35%;
	vertical-align: middle;
	padding-top: 5px;
	float: left;
}

.w-key li input {
	width: 55%;
	float: right;
}

.keyword-form {
	width: 100%;
	margin-bottom: 20px;
}

.keyword-form:after {
	clear: both;
	display: block;
	content: "";
}

.keyword-form .key-num {
	width: 35%;
	float: left;
	margin-top: 7px;
	display: inline-block;
	color: #555;
}

.keyword-form .key-word {
	width: 50%;
	float: right;
}

.btn_wrap {
	background: #eee;
	padding: 20px;
	text-align: center;
	border-top: 1px #dddddd solid;
	margin-top: 20px;
	box-shadow: 1px 1px 1px #fff inset;
}

.btn_wrap ul:after {
	clear: both;
	display: block;
	content: "";
}

.btn_wrap ul {
	width: 80%;
	margin: 0 auto;
}

.btn_wrap li {
	float: left;
	width: 50%;
	font-size: 6px;
}

.btn_wrap3 {
	background: #eee;
	padding: 20px;
	text-align: center;
	border-top: 1px #dddddd solid;
	margin-top: 20px;
	box-shadow: 1px 1px 1px #fff inset;
}

.btn_wrap3 ul:after {
	clear: both;
	display: block;
	content: "";
}

.btn_wrap3 ul {
	width: 90%;
	margin: 0 auto;
}

.btn_wrap3 li {
	font-size: 80%;
	float: left;
	width: 33%;
}

.add-adword {
	padding: 20px 0;
	border-bottom: 1px #d0d0d0 dashed;
	border-top: 1px #fff dashed;
}

.add-adword:first-child {
	border-top: none;
}

.add-adword:last-child {
	border-bottom: none;
}

.push {
	margin-top: 20px;
}

.push:after {
	clear: both;
	display: block;
	content: "";
}

ul.keyword-choice {}

ul.keyword-choice:after {
	clear: both;
	display: block;
	content: "";
}

ul.keyword-choice li.choice {
	width: 70%;
	float: left;
}

ul.keyword-choice li.btn_serch {
	width: 30%;
	float: right;
	text-align: center;
}

.progress-wrap {
	margin: 20px auto;
	width: 90%;
	background-color: #ffffff;
	border: 1px #ddd solid;
}

.apply {
	width: 80%;
	margin: 0 auto;
}

.apply:after {
	clear: both;
	display: block;
	content: "";
}

.apply li {
	float: left;
	width: 50%;
	color: #333;
	font-size: 90%;
	vertical-align: text-bottom;
}


/* 화이트 버튼 */

.myButton-white {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-size: 11px;
	padding: 5px 0;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
	width: 80px;
}

.myButton-white:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
	background-color: #f6f6f6;
}

.myButton-white a.out {
	color: #999;
}

.myButton-white a.in {
	color: #333;
}

.myButton-white:active {
	position: relative;
	top: 1px;
}


/* 레드 버튼 */

.myButton-red {
	-moz-box-shadow: inset 0px 1px 0px 0px #e64643;
	-webkit-box-shadow: inset 0px 1px 0px 0px #e64643;
	box-shadow: inset 0px 1px 0px 0px #e64643;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e01814), color-stop(1, #ce0100));
	background: -moz-linear-gradient(top, #e01814 5%, #ce0100 100%);
	background: -webkit-linear-gradient(top, #e01814 5%, #ce0100 100%);
	background: -o-linear-gradient(top, #e01814 5%, #ce0100 100%);
	background: -ms-linear-gradient(top, #e01814 5%, #ce0100 100%);
	background: linear-gradient(to bottom, #e01814 5%, #ce0100 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d50b07', endColorstr='#ce0100', GradientType=0);
	background-color: #d50b07;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b80400;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0;
	width: 50%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #b23e35;
}

.myButton-red:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #d50b07));
	background: -moz-linear-gradient(top, #ce0100 5%, #d50b07 100%);
	background: -webkit-linear-gradient(top, #ce0100 5%, #d50b07 100%);
	background: -o-linear-gradient(top, #ce0100 5%, #d50b07 100%);
	background: -ms-linear-gradient(top, #ce0100 5%, #d50b07 100%);
	background: linear-gradient(to bottom, #ce0100 5%, #d50b07 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#d50b07', GradientType=0);
	background-color: #ce0100;
	color: #fcdcdc;
}

.myButton-red:active {
	position: relative;
	top: 1px;
}


/* 검정버튼 */

.myButton-black {
	background: #45484d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#333', GradientType=0);
	/* IE6-9 */
	background-color: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0;
	width: 50%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000;
}

.myButton-black:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
	background-color: #f6f6f6;
}

.myButton-black a.out {
	color: #999;
}

.myButton-black a.in {
	color: #333;
}

.myButton-black:active {
	position: relative;
	top: 1px;
}


/* 재검색버튼 */

.myButton-refresh {
	background: #45484d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff', GradientType=0);
	/* IE6-9 */
	background-color: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000;
	display: inline-block;
	cursor: pointer;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0;
	width: 50%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000;
}

.myButton-refresh:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
	background-color: #f6f6f6;
}

.myButton-refresh a.out {
	color: #999;
}

.myButton-refresh a.in {
	color: #333;
}

.myButton-refresh:active {
	position: relative;
	top: 1px;
}


/* 1002- 레이어창 */

.modal-header-post {
	color: #ffffff;
	background: #ec3537;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px #b31919 solid;
	height: 34px;
	font-weight: 800;
	font-size: 120%;
}

.modal-header-post h4 {
	padding: 10px 0 0 10px;
	font-weight: 700;
}

.modal-header-post .btn-group {
	float: right;
}

.modal-header-post .btn-group .btn {
	border-radius: 0;
}

.modal-header-post .btn-group .btn:last-child {
	border-top-right-radius: 5px;
}

.modal-header-post .btn-group .btn-vi {
	color: #ffffff;
	background: #d12728;
	border-color: #b31919;
	border-bottom: 0;
}

.modal-header-post .btn-group .btn-vi2 {
	color: #ffffff;
	background: #ec3537;
	border-color: #b31919;
	border-left: 1px #ff5353 solid;
	border-right: 1px #ff5353 solid;
	border-bottom: 0;
}

.modal-body-post {
	color: #000000;
	padding: 30px 20px;
}

.modal-footer-post {
	padding: 15px;
	text-align: center;
	border-top: 1px #ededed solid;
}

.modal-footer-post2 {
	padding: 5px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	border-top: 1px #ededed solid;
	background: #ffffff;
	margin-bottom: 5px;
}

.modal-shadow {
	box-shadow: 2px 5px 5px 5px rgba(0, 0, 0, .2);
}

.modal-body-shadow {
	background: #ffffff;
	box-shadow: 2px 5px 5px 5px rgba(0, 0, 0, .2);
}

.preview-btn-post {
	font-size: 13px;
	font-weight: 700;
}


/* 20160203 99도씨 컨텐츠 신청 */

.conts99 {
	color: #666;
	background: #eee!important;
	border-top: 1px #ccc solid;
}

.conts99 .detail-txt {
	margin-bottom: 15px;
}

.vi-part aside.no-border2 {
	background: #ffffff;
	padding: 10px;
	border-bottom: none;
}

.add-conts99 dl {
	margin: 10px 0;
}

.add-conts99 dl:after {
	clear: both;
	display: block;
	content: "";
}

.add-conts99 dt {
	font-size: 100%;
}

.add-conts99 dd {
	margin-bottom: 20px;
}

.add-conts99 dd:last-child {
	margin-bottom: 0;
	text-align: center;
}

.btn-group-add {
	position: relative;
	margin: 15px 0;
}

.btn-group-add:after {
	clear: both;
	display: block;
	content: "";
}

.btn-group-add li {
	float: left;
	margin-right: 5px;
}



.btn-group-add li .size {
	position: absolute;
	top: 5px;
	right: 0;
}

.btn-group-add li span.num_size{position:relative; }




/* UI Object */

.fixed_img_col ul {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	*zoom: 1
}

.fixed_img_col ul:after {
	display: block;
	clear: both;
	content: ""
}

.fixed_img_col li {
	overflow: hidden;
	float: left;
	position: relative;
	top: 1px;
	width: 50%;
	border-bottom: 1px solid #eee;
}

.fixed_img_col .edit-btn {
	position: relative;
	padding: 3px 0 0 0;
}

.fixed_img_col .edit-btn span {
	position: absolute;
	top: 0;
	right: 10%;
	display: block;
	width: 23px;
	height: 23px;
	background: #f2a042;
	border-radius: 23px;
	color: #fff;
	padding: 5px;
}

.fixed_img_col .thumb {
	display: block;
	overflow: hidden;
	position: relative;
	width: 90%;
	background: #eee;
	color: #666;
	line-height: 120px;
	text-align: center;
	white-space: nowrap;
	border: 1px #ccc solid;
}

.fixed_img_col .thumb img {
	display: block;
	width: 100%;
}

.fixed_img_col a {
	display: block;
	width: 85%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-decoration: none;
	cursor: pointer;
}


/* //UI Object */

.nav-tabs-99 {
	border-bottom: 1px solid #ddd;
}

.nav-tabs-99 > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs-99 > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0;
}

.nav-tabs-99 > li > a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs-99 > li.active > a,
.nav-tabs-99 > li.active > a:hover,
.nav-tabs-99 > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	font-weight: 900;
}


/* 김현수 추가 */

table.pw_down {
	color: #666;
	width: 100%
}

table.pw_down th {
	vertical-align: middle;
	padding: 5px;
	text-align: center
}

table.pw_down td {
	padding: 5px;
	text-align: center
}

table.pw_down td.f_red {
	color: #ff0000;
}

table.pw_down td.f_blue {
	color: #0060ff;
}

.r {
	text-align: right;
}

.pw_st1 {
	background: #f5f5f5;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2
}

.pw_st2 {
	background: #fff;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2
}

.f_line {
	border-top: 1px solid #a2a2a2;
}

table.pw_down2 {
	color: #393939;
	width: 100%
}

table.pw_down2 td {}

table.pw_down2 td.pd-r {
	padding-right: 10px
}

table.pw_down2 td.pd-t {
	padding-top: 10px
}

table.pw_down2 th {
	padding: 0 0 0 5px
}

table.pw_down2 .f_blue {
	color: #0060ff;
	padding: 5px 0
}

table.pw_down2 .f_red {
	color: #ff0000;
	padding: 5px 0
}

table.pw_down2 .r_box {
	border-radius: 10px;
	border: 1px solid #0060ff;
	padding: 2px 8px;
	color: #0060ff
}

table.pw_down2 .r_box2 {
	border-radius: 10px;
	border: 1px solid #ff0000;
	padding: 2px 8px;
	color: #ff0000
}

table.pw_down2 .b_line {
	border-bottom: 1px solid #a1a1a1
}

table.pw_down2 .first {
	padding-top: 10px
}

table.pw_down2 .end {
	padding-bottom: 10px
}

table.pw_down2 .line_bg {
	background: url(../images/line_bg.png) no-repeat right;
}

table.pw_down2 .f_gray {
	color: #787878
}


/* layer popup */

.pop_layer_st01 {
	width: 70%;
	border: 1px #9d9b9b solid;
	background-color: #ffffff;
}

.pop_layer_st01 .tit_space {
	position: relative;
	padding: 9px;
	background-color: #373a3c;
	border-bottom: 2px #f42020 solid;
}

.pop_layer_st01 .tit_space span {
	font-family: 'Nanum Gothic', "나눔", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
	background: url(//img.kobes.co.kr/service/main/manager/ico_siteadd.png) no-repeat left;
}

.pop_layer_st01 .tit_space .btn_close {
	position: absolute;
	top: 9px;
	right: 9px;
}

.pop_layer_st01 .in_tbl {
	padding: 10px;
}


/*
---------------------------------- 테이블 스타일 13/ 01 확장형  */

table.tp13,
.table.tp13 th,
table.tp13 td {
	border: 0;
}

table.tp13 {
	width: 100%;
	padding: 0;
	border-bottom: 1px #e3e3e3 solid;
	font-family: Tahoma;
	font-size: 11px;
	color: #545454;
}

table.tp13 td {
	border-top: 1px #e2e2e2 solid;
	padding: 8px 15px;
	text-align: center
}

table.tp13 tbody th {
	background-color: #f6f6f6;
	border-top: 1px #e2e2e2 solid;
	padding-left: 7px;
}


/* 파컨운영내역수정 2016.03.14 */

.pwc-sum {
	width: 100%;
	margin-bottom: 15px;
}

.pwc-sum dt {
	font-size: 1.3em;
	color: #000;
	border-bottom: 1px #d1d1d1 solid;
	margin-bottom: 10px;
	position: relative;
}

.pwc-sum dt span {
	position: absolute;
	right: 0;
	color: crimson;
}

.pwc-sum dd {
	position: relative;
	line-height: 1.5em;
}

.pwc-sum dd span {
	color: #555;
	position: absolute;
	right: 0;
	font-weight: 800;
}

.pwc-btn-wrap ul {
	float: left;
}

.pwc-btn-wrap:after {
	clear: both;
	content: "";
	display: block;
}

.pwc-btn-wrap li {
	float: left;
	margin-right: 1%;
	width: 19%!important;
	display: inline-block;
	padding: 5px 0;
	border-radius: 3px;
	text-align: center;
}

.pwc-btn-wrap li:last-child {
	margin-right: 0;
}

.pwc-list {
	width: 100%;
	border: 1px #ccc solid;
	margin: 20px 0 0 0;
	position: relative;
	padding: 15px;
}

.pwc-list dt {
	position: absolute;
	background: #fff;
	top: -10px;
	left: 10px;
	font-size: 95%;
	padding: 0 10px;
}

.pwc-list dt span {
	border-radius: 17px;
	height: 21px;
	padding: 2px 5px;
}

.pwc-list dt .blue {
	border: 1px #001dff solid;
	color: #001dff;
}

.pwc-list dt .red {
	border: 1px crimson solid;
	color: crimson;
	margin-right: 10px;
}

.pwc-list dt .orange {
	border: 1px darkorange solid;
	color: darkorange;
}

.pwc-list dt .green {
	border: 1px forestgreen solid;
	color: forestgreen;
}

.pwc-list dd {
	margin: 5px 0;
	position: relative;
	color: black;
}

.pwc-list .orange {
	color: darkorange!important;
}

.pwc-list .blue {
	color: #001dff!important;
}

.pwc-list .green {
	color: forestgreen!important;
}

.pwc-list .gray {
	color: #666!important;
}

.pwc-list dd.total {
	font-size: 110%;
	color: #000;
	font-weight: 800;
	margin-bottom: 10px;
}

.pwc-list dd.total span {
	font-size: 120%;
	color: crimson;
	font-weight: 700;
	position: absolute;
	right: 0;
}

.pwc-list dd.total2 {
	font-size: 110%;
	color: #000;
	font-weight: 800;
	padding-top: 15px;
	border-top: 1px #eee solid;
	margin-bottom: 10px;
}

.pwc-list dd.total2 span {
	font-size: 120%;
	color: crimson;
	font-weight: 700;
	position: absolute;
	right: 0;
}

.pwc-list dd.total3 {
	padding-top: 15px;
	border-top: 1px #eee solid;
}

.pwc-list dd ul {
	width: 100%;
}

.pwc-list dd ul li {
	line-height: 1.7em;
	background: url(//img.kobes.co.kr/app/ico_dot.png) no-repeat 0 50%;
	background-size: 2px;
	padding-left: 10px;
	position: relative;
}

.pwc-list dd ul li:last-child {
	border-top: 1px #ccc solid;
	padding-top: 7px;
	background: none;
	color: #000;
}

.pwc-list dd ul li .symbol {
	color: #333;
	font-weight: 800;
	font-size: 1.3em;
	padding: 3px 15px
}

.pwc-list dd ul li .price {
	position: absolute;
	right: 0;
	color: #333;
}

.f-blue {
	color: #001dff!important;
}

/* boot-strap-확장수정 */
.btn-pwc-dg {
	color: #fff;
	background-color: #555;
	border-color: #444;
}

.btn-pwc-dg:focus,
.btn-pwc-dg.focus {
	color: #fff;
	background-color: #333;
	border-color: #222;
}

.btn-pwc-dg:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-pwc-dg:active {
	color: #fff;
	background-color: #333;
	border-color: #222;
}

.btn-pwc-dg:active:hover,
.btn-pwc-dg:active:focus,
{
	color: #fff;
	background-color: #333;
	border-color: #222;
}

.btn-pwc-dg:active,
.btn-pwc-dg.active,
.open > .dropdown-toggle.btn-pwc-dg {
	background-image: none;
}

.btn-pwc-lg {
	color: #333;
	background-color: #d1d1d1;
	border-color: #bababa;
}

.btn-pwc-lg:focus,
.btn-pwc-lg.focus {
	color: #000;
	background-color: #c7c7c7;
	border-color: #b5b5b5;
}

.btn-pwc-lg:hover {
	color: #000;
	background-color: #c7c7c7;
	border-color: #b5b5b5;
}

.btn-pwc-lg:active {
	color: #000;
	background-color: #c7c7c7;
	border-color: #b5b5b5;
}

.btn-pwc-lg:active:hover,
.btn-pwc-lg:active:focus {
	color: #000;
	background-color: #c7c7c7;
	border-color: #b5b5b5;
}

.btn-pwc-lg:active,
.btn-pwc-lg.active,
.open > .dropdown-toggle.btn-pwc-lg {
	background-image: none;
}

/* boot-strap-확장수정 */

/* neighbor */
dt.neighbor {
	position: relative;
	width: 100%;
	padding-bottom: 15px;
}

dt.neighbor span {
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	padding-top: 2px;
	margin-right: 3%;
}

dt.neighbor span img {
	width: 100%;
}

td.n-tbl {
	width: 15%;
}

td.n-tbl img {
	width: 100%;
}

/* layer popup */
.n-window {
	width: 100%;
	border: 1px #9d9b9b solid;
	background-color: #ffffff;
	margin: 0 auto;
}

.go-kobes {
	width: 100%;
}

.go-kobes img {
	width: 100%;
	display: block;
}

.header_t2 {
	position: relative;
	height: 46px;
	border-bottom: 1px solid #cfcfcf;
	background: #f7f7f7;
}

.header_t2 .btn-ok {
	position: absolute;
	right: 10px;
	top: 15px;
	background: url(../images/ico_check.png) no-repeat;
	background-size: contain;
	width: 17px;
	height: 13px;
}

.header_t2 .btn-cancle {
	position: absolute;
	left: 10px;
	top: 15px;
	color: #555;
	background: url(../images/ico_x.png) no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
}

.header_t2 .tit_h2 {
	text-align: center;
	color: #000;
	line-height: 47px;
	font-size: 120%;
	font-weight: 800;
}

/* 20160407 */
.n-date-search {}

.vi-input_period {
	width: 34%;
	text-align: center;
	border-radius: 3px;
	border: solid 1px #ddd;
	height: 32px;
}

.vi-part .n-btn-date {
	width: 90%;
	margin: 0 auto 15px;
}

.vi-part .n-btn-date:after {
	clear: both;
	display: block;
	content: "";
}

.vi-part .n-btn-date li {
	float: left;
	margin-right: 1%;
	width: 19%;
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px #cdced3 solid;
	text-align: center;
	display: inline-block;
	padding: 5px 0;
	border-radius: 3px;
}

.vi-part .n-btn-date .on-data {
	background: rgb(142, 142, 142);
	/* Old browsers */
	background: -webkit-linear-gradient(top, rgba(142, 142, 142, 1) 0%, rgba(109, 109, 109, 1) 50%, rgba(109, 109, 109, 1) 51%, rgba(142, 142, 142, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	border: 1px #808080 solid;
	color: #ffffff;
	font-weight: 800;
}

.vi-part .n-btn-date li:last-child {
	margin-right: 0;
}

.pos16-list {
	margin: 20px auto;
	width: 93%;
}

.pos16-list:after {
	clear: both;
	display: block;
	content: "";
}

.pos16-list dt {
	width: 40%;
	border-bottom: 1px #ccc solid;
	float: left;
	height: 40px;
	padding: 5px 0 5px 15px;
	margin-bottom: 10px;
	color: #333;
	font-size: 1.1em;
	background: url(../images/ico_cost.png) no-repeat 0 40%;
	background-size: 8px;
}

.pos16-list dd {
	margin-bottom: 10px;
	float: right;
	width: 60%;
	border-bottom: 1px #ccc solid;
	height: 40px;
	font-weight: 800;
	padding: 5px 0;
	font-size: 1.3em;
	text-align: right;
	color: crimson;
}

.pos16-list dd .won {
	font-size: .8em;
	color: #555;
	font-weight: 300;
}

/* 20161123 */
.keyword-add-list {
	background: #eeeeee;
	padding: 10px;
	border-radius: 5px;
}

.keyword-add-list ul li {
	position: relative;
	padding: 7px 0;
	border-bottom: 1px #cccccc dotted;
}

.keyword-add-list ul li:last-child {
	border-bottom: none;
}

.keyword-add-list ul li label {
	width: 20px;
	color: #000000;
}

.keyword-add-list ul li span {
	position: absolute;
	right: 0;
}

.keyword-add-list ul li label {
	float:right;
	display:inline-block;
	font-weight:normal;
	color:#666666;
}

.keyword-add-list ul li label.usr_kwd1 {
	width:50px;
}

.keyword-add-list ul li label.usr_kwd2 {
	width:55px;
	margin-right:30px;
}

.keyword-add-list ul li label input {
	vertical-align:text-bottom;
}

.keyword-list-item {
	width:100%;
	background: transparent;
	border : none;
}

/* 170913 추가 */
.logo_used{border-bottom:1px solid #eee; padding:10px 0}
.logo_used:after{clear:both; content:""; display:block}
.logo_used li{float:left; width:50%; border-right:1px solid #dedede; text-align:center;  color:#838383; }
.logo_used li:last-child{width:50%; border:none}
.logo_used li label{font-weight:normal}

.border-no{border-bottom:none}

.img-group-add:after{clear:both; content:""; display:block}
.img-group-add li{float:left; color:#000; font-weight:600 }
.img-group-add li:last-child{float:right;  }
.img-group-add li:last-child img{margin-left:8px; }

.pagelst {
	text-align: center;
	margin: 40px 0;
}

.pagelst li {
	display: inline-block;
	margin-right: 8px; color:#c8c8c8;
}

.img_title{margin:24px 0 -15px 10px}
.img_title li{text-align:center; color:#979797}
.img_title li:first-child{margin-bottom:1.8rem; text-align:left}
.img_title li{text-align:center; width:84%; margin:0 auto}
.img_title li img{width:100%}

.offerer:after{clear:both; content:""; display:block}
.offerer li{float:left; color:#979797}
.offerer li:first-child{width:20%; color:#666; font-weight:600; padding-top:0.2rem}
.offerer li:last-child{width:calc(100% - 20%); line-height:22px;}
.offerer li:last-child input{width:100%; vertical-align:bottom}
.offerer li input{border:1px solid #c8c8c8; padding-left:0.2rem;  vertical-align:bottom; border-radius:4px;}

.offer_btn{background:#d9534f; text-align:center; padding:5px 0; color:#fff; border-radius:0.4rem; border:1px solid #d43f3a}

.add-txt{ margin-top:5px;}
.add-txt:after{clear:both; content:""; display:block}

.add-txt ul{margin-bottom:1rem}
.add-txt li{display:inline-block}
.add-txt ul li:first-child{margin-right:1.5rem; color:#000; font-weight:600; }
.add-txt ul li{margin-right:10px;color:#666}
.add-txt ul li:last-child{font-size:0.7rem; display:block; margin-top:0.2rem}
.add-txt ul li label{font-weight:normal}

.btn_group{float:left; margin-right:20px}
.btn_group:after{clear:both; content:""; display:block}
#controls:after{clear:both; content:""; display:block}


.used_btn li{border:1px solid #dddddd; text-align:center; padding:5px 0; color:#959595; }
.used_btn:after{clear:both; content:""; display:block}
.used_btn li img{vertical-align:middle;}
.used_btn li.on{color:#d65652; font-weight:600}
.used_btn li:first-child{margin-bottom:8px;}