/* float:left; 삭제 */
/* 폰트사이즈 px로 변경 */
/* 폰트사이즈 px로 변경 */
/* 버튼에 평상시 쉐도우 제거 오버시 쉐도우 */
/* 추가버튼스타일(원) */
/* svg 비율 1로 출력하기 위한 icon_m icon_m svg  수정 */
/* 버튼크기에 하나 추가됨 h_btn_l */




/* 버튼 기본 ========================================================================== */

.h_form button, .h_form a, .h_form input[type="button"]{
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 12px 20px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
	border-radius:0.2em;
	background-color: transparent;
	color: #333;
	border:1px solid #e5e5e5;
	outline:none;
	position:relative;
}


.h_form button::-moz-focus-inner, .h_form a::-moz-focus-inner, .h_form input[type="button"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.h_form button:hover, .h_form a:hover, .h_form input[type="button"]:hover, .h_form button:focus, .h_form a:focus,  .h_form input[type="button"]:focus {
	text-decoration: none;
	background-color: transparent;
	color: #333;
	border-color: #07b0b4;
	-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.05);
}


.h_form button:active, .h_form a:active, .h_form input[type="button"]:active {
	background-color: transparent;
	color: #333;
	border-color:  #07b0b4;
	-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.05);

}

.h_form button:not(:disabled), .h_form a:not(:disabled), .h_form input[type="button"]:not(:disabled) {
	cursor:pointer;
}

.h_form button:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}
.h_form button.none_a_st,
.h_form a.none_a_st,
.h_form2 a.none_a_st
{
	margin: 0;
	overflow: visible;
	font: inherit;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px;
	vertical-align: middle;
	font-size: inherit;
	line-height: inherit;
	text-align: left;
	text-decoration: none;
	transition: none;
	transition-property:none;
	border-radius:0px;
	-webkit-box-shadow:none;
	box-shadow:none;
	color: #333;
	border:none;
	outline:none;
	float:left;
	position:relative;
	background-color:transparent;
}

.h_form button.none_a_st::-moz-focus-inner,
.h_form a.none_a_st::-moz-focus-inner,
.h_form2 a.none_a_st::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
.h_form button.none_a_st:hover, .h_form button.none_a_st:focus,
.h_form a.none_a_st:hover, .h_form a.none_a_st:focus,
.h_form2 a.none_a_st:hover, .h_form2 a.none_a_st:focus
{
	text-decoration: none;
	color: #333;
	border-color:#b2b2b2;
}

.h_form button.none_a_st:active,
.h_form a.none_a_st:active,
.h_form2 .none_a_st:active
{
	color: #333;
	border-color: #999999;
}
.h_form button.none_a_st:not(:disabled),
.h_form a.none_a_st:not(:disabled),
.h_form2 a.none_a_st:not(:disabled)
{
	cursor:pointer;
}


/* 버튼 기본 ========================================================================== */


/* 추가:마우스 오버시 아이콘 색상 변경 실제 솔루션에 반영이 잘 되지 않아 사용안함*/
.h_form .h_icon_over svg { color:#bdbdbd; }
.h_form .h_icon_over:hover svg { color:#333333; }
.h_form .h_icon_over:focus svg { color:#333333; }
.h_form .h_icon_over:active svg { color:#333333; }
/* 추가:마우스 오버시 아이콘 색상 변경 */



/* 버튼 크기 ========================================================================== */

.h_form .h_btn_s {
	padding: 9px 15px;
	font-size: 12px;
}
.h_form .h_btn_b {
	padding: 15px 30px;
	font-size: 16px;
}

.h_form .h_btn_l {
	padding: 26px 0px;
	width:100%;
	font-size: 17px;
}


/* 버튼 크기 ========================================================================== */

/* 버튼 색상 ========================================================================== */

.h_form .h_btn_st1 {
	background-color: #07b0b4;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st1:hover, .h_form .h_btn_st1:focus {
	background-color: #07b0b4;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st1:active {
	background-color:  #07b0b4;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st1:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}


.h_form .h_btn_st2 {
	background-color: #acb8c9;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st2:hover, .h_form .h_btn_st2:focus {
	background-color: #95a3b8;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st2:active {
	background-color: #95a3b8;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st2:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}

.h_form .h_btn_st3 {
	background-color: #ffffff;
	color: #333;
	border:1px solid #f0f0f0;
}

.h_form .h_btn_st3:hover, .h_form .h_btn_st3:focus {
	background-color: #fcfcfc;
	color: #333;
	text-decoration: none;
	border:1px solid #f0f0f0;
}

.h_form .h_btn_st3:active {
	background-color: #fcfcfc;
	color: #cbcbcb;
	text-decoration: none;
	border:1px solid #f0f0f0;
}

.h_form .h_btn_st3:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}



.h_form .h_btn_st4
{
	background-color: #ff9b00 !important;
	color: #fff !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st4:hover, .h_form .h_btn_st4:focus
{
	background-color: #f09302 !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st4:active
{
	background-color: #f09302 !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st4:disabled
{
	background-color:transparent !important;
	color:#999 !important;
	border-color:#e5e5e5 !important;
}





.h_form .h_btn_st5
{
	background-color: #c40055 !important;
	color: #fff !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st5:hover, .h_form .h_btn_st5:focus
{
	background-color: #f24503 !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st5:active
{
	background-color: #f24503 !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st5:disabled
{
	background-color:transparent !important;
	color:#999 !important;
	border-color:#e5e5e5 !important;
}

.h_form .h_btn_st6
{
	background-color: #59a913 !important;
	color: #fff !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st6:hover, .h_form .h_btn_st6:focus
{
	background-color: #509a0f !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st6:active
{
	background-color: #509a0f !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st6:disabled
{
	background-color:transparent !important;
	color:#999 !important;
	border-color:#e5e5e5 !important;
}


.h_form .h_btn_st7
{
	background-color: #6b6b6b !important;
	color: #fff !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st7:hover, .h_form .h_btn_st7:focus
{
	background-color: #6b6b6b !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st7:active
{
	background-color: #6b6b6b !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st7:disabled
{
	background-color:transparent !important;
	color:#999 !important;
	border-color:#e5e5e5 !important;
}



 /* 추가 상세페이지품절버튼 */

.h_form .h_btn_st9 {
	background-color: #d50000;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st9:hover, .h_form .h_btn_st9:focus {
	background-color: #c10404;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st9:active {
	background-color: #c10404;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st9:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}

/* 오픈마켓C타입 기본색상 */

.h_form .h_btn_st10 {
	background-color: #f43142;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st10:hover, .h_form .h_btn_st10:focus {
	background-color: #da2131;
	color: #fff;
	text-decoration: none;
	border:1px solid #f43142;
}

.h_form .h_btn_st10:active {
	background-color: #da2131;
	color: #fff;
	text-decoration: none;
	border:1px solid #f43142;
}

.h_form .h_btn_st10:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}

/* 버튼 색상 ========================================================================== */



/* 버튼 아이콘 ========================================================================== */

.icon_s {
	padding-left:30px !important;
}

.icon_s svg {
	position:absolute;
	top:9px;
	left:16px;
}

.icon_m {
	padding-left:44px !important;
}

.icon_m svg {
	position:absolute;
	top:10px;
	left:20px;
}

.icon_b {
	padding-left:53px !important;
}

.icon_b svg {
	position:absolute;
	top:14px;
	left:31px;
}

.icon_l {
	padding-left:10px !important;
}

.icon_l svg {
	position:absolute;
	top:25px;
	left:15px;
}
.icon_m_right {
	padding-right:44px !important;
}
.icon_m_right svg {
	position:absolute;
	top:10px;
	right:10px;
}

/* 버튼 아이콘 ========================================================================== */



/* 입력폼 기본 ========================================================================== */

.h_form input[type="text"], .h_form input[type="password"], .h_form select, .h_form textarea {
	box-sizing: border-box;
	margin: 0;
	font: inherit;
}

.h_form input[type="text"], .h_form input[type="password"] {
	overflow: visible;
}

.h_form input[type="text"]::-moz-placeholder, .h_form input[type="password"]::-moz-placeholder, .h_textarea text::-moz-placeholder {
	opacity: 1;
}

.h_form input[type="text"], .h_form input[type="password"], .h_form textarea {
	-webkit-appearance: none;
}

.h_form input[type="text"], .h_form input[type="password"], .h_form select, .h_form textarea {
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px;
	background: #fff;
	color: #666;
	border: 1px solid #e5e5e5;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
	border-radius: 0.3em;
}

.h_form input[type="text"], .h_form input[type="password"], .h_form select:not([multiple]) {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
}


.h_form input[type="text"]:focus, .h_form input[type="password"]:focus, .h_form select:focus, .h_form textarea:focus {
	outline: none;
	background-color: #fff;
	color: #666;
	border-color:  #07b0b4;
}

.h_form input[type="text"]:disabled, .h_form input[type="password"]:disabled, .h_form select:disabled, .h_form textarea:disabled {
	background-color: #f8f8f8;
	color: #999;
	border-color: #e5e5e5;
}

.h_form input[type="text"]::-ms-input-placeholder, .h_form input[type="password"]::-ms-input-placeholder, .h_form textarea::-ms-input-placeholder {
	color: #999 !important;
}
.h_form input[type="text"]::placeholder, .h_form input[type="password"]::placeholder, .h_form textarea::placeholder {
	color: #999;
}

.h_form select {
	text-transform: none;
}

.h_form select optgroup {
	font: inherit;
	font-weight: bold;
}


.h_form select:not(select) {
	line-height: 38px;
}

/*.h_form select[multiple], .h_form select[size] {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}*/

.h_form textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

.h_form select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url("../theme2/img/select_arrow.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.h_form select:not([multiple])::-ms-expand {
	display: none;
}

.h_form select:not([multiple]) option {
	color: #444;
}


.h_form textarea{
	overflow: auto;
}





.h_form input[type="range"] {
	box-sizing: border-box;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	-webkit-appearance: none;
	background: transparent;
	padding: 0;
}

.h_form input[type="range"]:focus {
	outline: none;
}
.h_form input[type="range"]::-moz-focus-outer {
	border: none;
}

.h_form input[type="range"]::-ms-track {
	height: 20px;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.h_form input[type="range"]:not(:disabled)::-webkit-slider-thumb {
	cursor: pointer;
}
.h_form input[type="range"]:not(:disabled)::-moz-range-thumb {
	cursor: pointer;
}
.h_form input[type="range"]:not(:disabled)::-ms-thumb {
	cursor: pointer;
}



.h_form input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: -8px;
	height: 20px;
	width: 20px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
}

.h_form input[type="range"]::-moz-range-thumb {
	height: 20px;
	width: 20px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
}

.h_form input[type="range"]::-ms-thumb {
	height: 20px;
	width: 20px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
	margin-top: 0;
}

.h_form input[type="range"]::-ms-tooltip {
	display: none;
}

.h_form input[type="range"]::-webkit-slider-runnable-track {
	height: 5px;
	background: #ebebeb;
	border-radius: 500px;
}

.h_form input[type="range"]:focus::-webkit-slider-runnable-track,
.h_form input[type="range"]:active::-webkit-slider-runnable-track {
	background: rgba(0, 184, 255, 1);
}

.h_form input[type="range"]::-moz-range-track {
	height: 5px;
	background: #ebebeb;
	border-radius: 500px;
}

.h_form input[type="range"]:focus::-moz-range-track {
	background: rgba(0, 184, 255, 1);
}

.h_form input[type="range"]::-ms-fill-lower,
.h_form input[type="range"]::-ms-fill-upper {
	height: 5px;
	background: #ebebeb;
	border-radius: 500px;
}

.h_form input[type="range"]:focus::-ms-fill-lower,
.h_form input[type="range"]:focus::-ms-fill-upper {
	background: rgba(0, 184, 255, 1);
}


/* 입력폼 기본 ========================================================================== */







/* 테이블 기본 ========================================================================== */
.h_form table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
	
}

.h_form table thead{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	
}

.h_form table th {
	padding: 16px 12px;
	text-align: center;
	vertical-align: bottom;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	background-color:rgba(250, 250, 250, 1);
}

.h_form table td {
	padding: 16px 12px;
	vertical-align: top;
}

.h_form table td > :last-child {
	margin-bottom: 0;
}

.h_form table tfoot {
	font-size: 14pxm;
}

.h_form table caption {
	font-size: 14px;
	text-align: left;
	color: #999;
}


.h_form table > tr:not(:first-child),
.h_form table > :not(:first-child) > tr,
.h_form table > :first-child > tr:not(:first-child) {
	border-bottom: 1px solid #e5e5e5;
}

.h_form table > tr:hover,
.h_form table tbody tr:hover {
	background: #ffd;
}

.h_form table > tr.uk-active,
.h_form table tbody tr.uk-active {
	background: #ffd;
}

.h_form table tbody tr {
	transition: background-color 0.1s linear;
}

/* 테이블 기본 ========================================================================== */







/* 스위치 기본1 ========================================================================== */

.h_form .h-switch {
	position: relative;
	display: inline-block;
	height: 23px;
	width: 45px;
	vertical-align:middle;
}

.h_form .h-switch input {
	display:none !important;
}


.h_form .h-switch .h-switch-slider {
	background-color: rgba(0,0,0,0.22);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 500px;
	bottom: 0;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: .2s;
}

.h_form .h-switch .h-switch-slider:before {
	content: '';
	background-color: #fff;
	position: absolute;
	width: 19px;
	height: 19px;
	left: 2px;
	bottom: 2px;
	border-radius: 1em;
	transition-property: transform, border;
	transition-duration: .2s;
}

.h_form .h-switch input:checked + .h-switch-slider {
	background-color: #07b0b4 !important;
}


.h_form .h-switch input:checked + .h-switch-slider:before {
	transform: translateX(22px);
}

/* 스위치 기본1 ========================================================================== */

/* 스위치 스타일 ========================================================================== */

.h_form .h-switch .h-switch-slider.uk-switch-b:before {
	transform: scale(1.5);
	border:1px solid rgba(0,0,0,0.1);
}

.h_form .h-switch input:checked + .h-switch-slider.uk-switch-b:before {
	transform: translateX(22px) scale(1.5);
}

.h_form .h-switch .h-switch-slider.uk-switch-s:before {
	transform: scale(0.8);
}
.h_form .h-switch input:checked + .h-switch-slider.uk-switch-s:before {
	transform: translateX(22px) scale(0.8);
}

/* 스위치 스타일 ========================================================================== */


/* 스위치 기본2 ========================================================================== */

.h_form .h-switch-st2 {
	height: 12px !important;
	width: 40px !important;
}


.h_form .h-switch-st2 .h-switch-slider:before {
	width: 22px !important;
	height: 22px !important;
	left: 0px !important;
	bottom: -5px !important;
	border:1px solid rgba(0,0,0,0.1) !important;
}


.h_form .h-switch-st2 input:checked + .h-switch-slider:before {
	transform: translateX(20px) !important;
}

/* 스위치 기본2 ========================================================================== */




/* 라디오, 체크박스 기본 ========================================================================== */

.h_form input[type="radio"], .h_form input[type="checkbox"] {
	box-sizing: border-box;
	margin: 0;
	font: inherit;
}


.h_form .h-check input[type="checkbox"], .h_form .h-radio input[type="radio"] {
	vertical-align:text-top;
	position: absolute;
	z-index: -1;
	opacity: 0;
}


.h_form .h-check span,.h_form .h-radio span {
	vertical-align:text-top;
	line-height:1;
}


.h_form .h-check, .h_form .h-radio {
	margin-left:20px;
	cursor:pointer;
}


.h_form .h-check:first-child, .h_form .h-radio:first-child {
	margin-left:0px !important;
}


.h_form .h-radio input[type="radio"] + span::before, .h_form .h-check input[type="checkbox"] + span::before {
	content:' ';
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:5px;
	margin-top:1px;
	vertical-align: text-top;
	background-color:rgba(0,0,0,0.05);
	border:1px solid rgba(0,0,0,0.05);
	transition: 0.4s ease-in-out;
	transition-property: background-color, background-image,background-repeat, border;
}

.h_form .h-radio input[type="radio"] + span::before{
	border-radius: 50%;
}

.h_form .h-check input[type="checkbox"] + span::before{
	border-radius: 0.3em;
}


.h_form .h-radio input[type="radio"]:checked + span::before {
	background-color:  #07b0b4;
	background-image:url("../theme2/img/radio_on.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.h_form .h-check input[type="checkbox"]:checked + span::before {
	background-color: rgba(1,176,180,1);
	background-image:url("../theme2/img/check_on.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.h_form input[type="file"]
{
	width:100%;
	border:1px solid #e5e5e5;
	padding:8px 0;
	border-left:none;
	border-right:none;
	border-top:none;
	font-size:14px;
	color:#000000;
	background-color:transparent !important;
	line-height:1.4;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:none;
	border-radius:0 !important;
	-webkit-transition: border-color ease-in-out .25s, -webkit-box-shadow ease-in-out .25s;
	-o-transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
	transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
	float:none;
}

.h_form input[type="file"]:focus
{
	outline: none;
	color: #666;
	border-color:#f37320;
	box-shadow:0 -1px #f37320 inset;
	border-bottom-color :#f37320;
	opacity:1;
	background-color:transparent;
}

.h_form input[type="range"] {
	box-sizing: border-box;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	-webkit-appearance: none;
	background: transparent;
	padding: 0;
}

.h_form input[type="range"]:focus {
	outline: none;
}
.h_form input[type="range"]::-moz-focus-outer {
	border: none;
}

.h_form input[type="range"]::-ms-track {
	height: 20px;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.h_form input[type="range"]:not(:disabled)::-webkit-slider-thumb {
	cursor: pointer;
}
.h_form input[type="range"]:not(:disabled)::-moz-range-thumb {
	cursor: pointer;
}
.h_form input[type="range"]:not(:disabled)::-ms-thumb {
	cursor: pointer;
}



.h_form input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: -8px;
	height: 20px;
	width: 20px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
}

.h_form input[type="range"]::-moz-range-thumb {
	height: 20px;
	width: 20px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
}

.h_form input[type="range"]::-ms-thumb {
	height: 20px;
	width: 20px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
	margin-top: 0;
}

.h_form input[type="range"]::-ms-tooltip {
	display: none;
}

.h_form input[type="range"]::-webkit-slider-runnable-track {
	height: 5px;
	background: #ebebeb;
	border-radius: 500px;
}

.h_form input[type="range"]:focus::-webkit-slider-runnable-track,
.h_form input[type="range"]:active::-webkit-slider-runnable-track {
	background: rgba(0, 184, 255, 1);
}

.h_form input[type="range"]::-moz-range-track {
	height: 5px;
	background: #ebebeb;
	border-radius: 500px;
}

.h_form input[type="range"]:focus::-moz-range-track {
	background: rgba(0, 184, 255, 1);
}

.h_form input[type="range"]::-ms-fill-lower,
.h_form input[type="range"]::-ms-fill-upper {
	height: 5px;
	background: #ebebeb;
	border-radius: 500px;
}

.h_form input[type="range"]:focus::-ms-fill-lower,
.h_form input[type="range"]:focus::-ms-fill-upper {
	background: rgba(0, 184, 255, 1);
}

.h_form input[type="file"]:read-only:focus
{
	box-shadow:0 -1px #ff0000 inset !important;
}

.h_form input[type="file"]:-moz-read-only:focus
{
	box-shadow:0 -1px #ff0000 inset !important;
}

.h_form input[type="file"]:-ms-read-only:focus
{
	box-shadow:0 -1px #ff0000 inset !important;
}
/* 라디오, 체크박스 기본 ========================================================================== */


/* 드롭박스 스타일 1 ========================================================================== */
.drop_box_st1 {
	position:relative;
	background-color:#ffffff;
	color:#212121;
	border-radius:2px;
	-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);
	border:1px solid rgba(0, 0, 0, 0.05);
}
/* 드롭박스 스타일 1 ========================================================================== */



/* 추가: 버튼스타일(모서리가 완전히 둥근)(상세 첨부파일) */

.h_form .h_btn_r {
	border-radius:3em;
}


/* 추가: 버튼스타일(원:아이콘만 있는형태)(상세 공유,크게,작게, 댓글수정삭제채택) */

.h_form .h_btn_circle {
	height:34px;
	width:34px;
	border-radius:3em;
	padding:0px;
}

.h_form .h_btn_circle svg {
	position:relative;
	margin-top:7px;
}

.h_form .h_btn_circle_s {
	height:30px;
	width:30px;
	border-radius:3em;
	padding:0px;
}

.h_form .h_btn_circle_s svg {
	position:relative;
	margin-top:5px;
}



/* 추가: 버튼스타일(스퀘어:아이콘만 있는형태)(등록수정 달력버튼) */

.h_form .h_btn_square  {
	height:40px;
	width:40px;
	padding:0px;
}

.h_form .h_btn_square svg {
	position:relative;
	margin-top:9px;
}


/* 추가: 버튼스타일(와이드,모바일댓글쓰기) */
.icon_m_100p { padding-left:40px !important; }
.icon_m_100p svg { 
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -40px;
}

.h_form .slide_cd_input {
	width:80px;
	float:left;
}

.h_form .color_cd_input {
	width:180px;
	float:left;
	position:relative;
	display:inline-flex;
}

.h_form .color_cd_input input[type="text"]{
	width:180px;
	float:left;
}

.h_form .slide_cd_input_full {
	width:100%;
}

.h_form .slide_cd_bar {
	padding-top:18px;
	margin-left:95px;
}

.h_form .slide_cd_bar_full {
	padding-top:10px;
	padding-right:10px;
}



.h_form .color_cd_bar{
	margin-left:10px;
	position: relative;
	height:40px;
	display:inline-flex;
	vertical-align: middle;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	cursor:pointer;
	float:left;
}

.h_form .color_cd_circle {
	width:25px;
	height:25px;
	border-radius:50%;
	border:1px solid rgba(0,0,0,0.10);
}

.h_form .color_cd_circle_transparent {
	background-image:linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef) !important;
	background-position: 0 0,5px 5px !important;
	background-size: 10px 10px !important;
	background-color:transparent !important;
}


/* RGBA ìƒ‰ìƒì„ íƒ ìŠ¤íƒ€ì¼*/
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	font-weight: normal;
	color: #454545;
}

.h_form .color_cd_check {
	font-size:14px;
	line-height:1;
	color:#212121;
	position: relative;
	height: 40px;
	display: inline-flex;
	vertical-align: middle;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	float:left;
	padding-left:10px;
	padding-top:3px;
}

.h_form .color_cd_circle_wrap{
	margin-left:10px;
	margin-top:8px;
	position: relative;
	height:25px;
	width:25px;
	display:inline-flex;
	vertical-align: middle;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	cursor:pointer;
	float:left;
}

.h_form .color_cd_circle_bg{
	background-image: linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef) !important;
	background-position: 0 0,5px 5px !important;
	background-size: 10px 10px !important;
	background-color:#ffffff;
	content:"";
	display: inline-block;
	width:25px;
	height:25px;
	border-radius: 50%;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border:1px solid rgba(0,0,0,0.10);
}

.h_form .color_cd_circle_sel{
	display: inline-block;
	width:25px;
	height:25px;
	border-radius: 50%;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border:1px solid rgba(0,0,0,0.10);
	line-height:1.1;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: default;
	border-radius:500px;
	background: #fff;
	border:1px solid #cccccc;
	margin-top: -3px;
	-ms-touch-action: none;
	touch-action: none;
	cursor:pointer;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-color:#07b0b4;
	border-radius:500px !important;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height:6px;
	border-radius:500px !important;
	background-color:#ebebeb !important;
	border:none !important;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-horizontal.ui-widget-content {
	font-weight: normal;
	color: #2b2b2b;
	background-color:#18c1c5;
	border:1px solid #07b0b4;
}
.ui-slider-horizontal.ui-widget-content .ui-state-hover,
.ui-slider-horizontal.ui-widget-content .ui-state-hover a,
.ui-slider-horizontal.ui-widget-content .ui-state-hover a:hover,
.ui-slider-horizontal.ui-widget-content .ui-state-hover a:link,
.ui-slider-horizontal.ui-widget-content .ui-state-hover a:visited,
.ui-slider-horizontal.ui-widget-content .ui-state-focus a,
.ui-slider-horizontal.ui-widget-content .ui-state-focus a:hover,
.ui-slider-horizontal.ui-widget-content .ui-state-focus a:link,
.ui-slider-horizontal.ui-widget-content .ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
	background-color:#18c1c5;
	border:1px solid #07b0b4;
}
.ui-slider-horizontal.ui-widget-content .ui-state-active {
	font-weight: normal;
	background-color:#18c1c5;
	border:1px solid #07b0b4;
	
}

