﻿/* float:left; 삭제 */
/* 폰트사이즈 px로 변경 */
/* 폰트사이즈 px로 변경 */
/* 버튼에 평상시 쉐도우 제거 오버시 쉐도우 */
/* 추가버튼스타일(원) */
/* svg 비율 1로 출력하기 위한 icon_m icon_m svg  수정 */
/* 버튼크기에 하나 추가됨 h_btn_l */


.info_alert {
	border-left:3px solid #00B8FF;
	padding:20px;
	background-color:#fafafa;
	margin-bottom:20px;
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:14px;
	line-height:1.6;
	color:#333333;
}

/* 버튼 기본 ========================================================================== */

.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.5em;
	background-color: transparent;
	color: #333;
	border:1px solid #e5e5e5;
	outline:none;
	position:relative;
}

.h_form .h_btn_st1 {
    background-color: #00C932 !important;
}

.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:#b2b2b2;
	-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: #999999;
	-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 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 a.none_a_st::-moz-focus-inner,
.h_form2 a.none_a_st::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
.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 a.none_a_st:active,
.h_form2 .none_a_st:active
{
	color: #333;
	border-color: #999999;
}

.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_sm {
	padding: 7px 20px;
	font-size: 14px;
}

.h_form .h_btn_m {
	padding: 9px 15px;
	font-size: 14px;
}


.h_form .h_btn_b {
	padding: 15px 30px;
	font-size: 16px;
}
.h_form .h_btn_bm{
	padding: 7px 20px;
	font-size:16px;
}
.h_form .h_btn_bm2{
	padding: 11px 15px;
	font-size:16px;
}
.h_form .h_btn_bm3{
	padding: 7px 20px;
	font-size: 1.000em;
}

.h_form .h_btn_l {
	padding: 25px 0px;
	width:100%;
	font-size: 17px;
}
.h_form .h_btn_l2{
	padding: 20px 90px;
	font-size:25px;
	font-weight:500;
} 


/* 버튼 크기 ========================================================================== */

/* 버튼 색상 ========================================================================== */

.h_form .h_btn_st1 {
	background-color: #168bdb;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st1:hover, .h_form .h_btn_st1:focus {
	background-color: #0378c8;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st1:active {
	background-color: #0378c8;
	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: #9e9fac;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st2:hover, .h_form .h_btn_st2:focus {
	background-color: #8d8e98;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st2:active {
	background-color: #8d8e98;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st2:disabled {
	background-color:#9e9fac;
	color:#fff;
	border-color:#e5e5e5;
}

.h_form .h_btn_st3
{
	background-color: #343434 !important;
	color: #fff !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st3:hover, .h_form .h_btn_st3:focus
{
	background-color: #4d4b4b !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st3:active
{
	background-color: #4d4b4b !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st3:disabled {
	background-color:transparent;
	color:#fff;
	border-color:#transparent;
}

.h_form .h_btn_st4 {
	background-color: #ffffff;
	color: #8d8d8d;
	border:1px solid #cfcfcf;
}

.h_form .h_btn_st4:hover, .h_form .h_btn_st4:focus {
	background-color: #ffff;
	color: #8d8d8d;
	text-decoration: none;
	border:1px solid #ccc;
}

.h_form .h_btn_st4:active {
	background-color: #fff;
	color: #8d8d8d;
	text-decoration: none;
	border:1px solid #ccc;
}

.h_form .h_btn_st4:disabled {
	background-color:transparent;
	color:#8d8d8d;
	border-color:#e5e5e5;
}

/* 붉은색 */
.h_form .h_btn_st5 {
	background-color: #c31f19;
	color: #fff;
	border:1px solid #c31f19;
}

.h_form .h_btn_st5:hover, .h_form .h_btn_st5:focus {
	background-color: #a3140f;
	color: #fff;
	text-decoration: none;
	border:1px solid #b5120c;
}

.h_form .h_btn_st5:active {
	background-color: #a3140f;
	color: #fff;
	text-decoration: none;
	border:1px solid #b5120c;
}

.h_form .h_btn_st5:disabled {
	background-color:#c31f19;
	color:#fff;
	border-color:#c31f19;
}
/* 주황색 */
.h_form .h_btn_st6 {
	background-color: #d06100;
	color: #fff;
	border:1px solid #d06100;
}

.h_form .h_btn_st6:hover, .h_form .h_btn_st6:focus {
	background-color: #cb6002;
	color: #fff;
	text-decoration: none;
	border:1px solid #ba5b09;
}

.h_form .h_btn_st6:active {
	background-color: #cb6002;
	color: #fff;
	text-decoration: none;
	border:1px solid #ba5b09;
}

.h_form .h_btn_st6:disabled {
	background-color:#d06100;
	color:#fff;
	border-color:#d06100;
}

/* 파란색 */
.h_form .h_btn_st7 {
	background-color: #1588c2;
	color: #fff;
	border:1px solid #1588c2;
}

.h_form .h_btn_st7:hover, .h_form .h_btn_st7:focus {
	background-color: #0178b4;
	color: #fff;
	text-decoration: none;
	border:1px solid #0c73a7;
}

.h_form .h_btn_st7:active {
	background-color: #0178b4;
	color: #fff;
	text-decoration: none;
	border:1px solid #0c73a7;
}

.h_form .h_btn_st7:disabled {
	background-color:#1588c2;
	color:#fff;
	border-color:#1588c2;
}
/* 상아색 */
.h_form .h_btn_st8 {
	background-color: #a1ced4;
	color: #fff;
	border:1px solid #a1ced4;
}

.h_form .h_btn_st8:hover, .h_form .h_btn_st8:focus {
	background-color: #81b9c0;
	color: #fff;
	text-decoration: none;
	border:1px solid #75a6ac;
}

.h_form .h_btn_st8:active {
	background-color: #81b9c0;
	color: #fff;
	text-decoration: none;
	border:1px solid #75a6ac;
}

.h_form .h_btn_st8:disabled {
	background-color:transparent;
	color:#fff;
	border-color:#a1ced4;
}
.h_form .h_btn_st9
{
	background-color: #355b6f !important;
	color: #fff !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st9:hover, .h_form .h_btn_st9:focus
{
	background-color: #6b6b6b !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st9:active
{
	background-color: #6b6b6b !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}
.h_form .h_btn_st9:disabled {
	background-color:transparent;
	color:#fff;
	border:1px solid transparent !important;
}
.h_form .h_btn_st10
{
	background-color: #00c9ca !important;
	color: #fff !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st10:hover, .h_form .h_btn_st10:focus
{
	background-color: #0fb3b4 !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st10:active
{
	background-color: #0fb3b4 !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}
.h_form .h_btn_st10:disabled {
	background-color:transparent;
	color:#fff;
	border:1px solid transparent !important;
}

.h_form .h_btn_st11
{
	background-color: #fff !important;
	color: #ee8b8b !important;
	border:1px solid #ee8b8b !important;
}

.h_form .h_btn_st11:hover, .h_form .h_btn_st11:focus
{
	background-color: #fff !important;
	color: #ed6b8b !important;
	text-decoration: none !important;
	border:1px solid #ed6b8b !important;
}

.h_form .h_btn_st11:active
{
	background-color: #fff !important;
	color: #ed6b8b !important;
	text-decoration: none !important;
	border:1px solid #ed6b8b !important;
}
.h_form .h_btn_st11:disabled {
	background-color:transparent;
	color:#ee8b8b;
	border:1px solid transparent !important;
}

.h_form .h_btn_st12
{
	background-color: #1fa6ef !important;
	color: #fff !important;
	border:1px solid #1fa6ef !important;
}

.h_form .h_btn_st12:hover, .h_form .h_btn_st12:focus
{
	background-color: #1b9adf !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid #1b9adf !important;
}

.h_form .h_btn_st12:active
{
	background-color: #1b9adf !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid #1b9adf !important;
}
.h_form .h_btn_st12:disabled {
	background-color:transparent;
	color:#fff;
	border:1px solid transparent !important;
}

.h_form .h_btn_st13
{
	background-color: #f5f5f5 !important;
	color: #959595 !important;
	border:1px solid #d6d6d6 !important;
}

.h_form .h_btn_st13:hover, .h_form .h_btn_st13:focus
{
	background-color: #e5e5e5 !important;
	color: #8d8d8d !important;
	text-decoration: none !important;
	border:1px solid #cacaca !important;
}

.h_form .h_btn_st13:active
{
	background-color: #e5e5e5 !important;
	color: #8d8d8d !important;
	text-decoration: none !important;
	border:1px solid #cacaca !important;
}
.h_form .h_btn_st13:disabled {
	background-color:transparent;
	color:#959595;
	border:1px solid transparent !important;
}

.h_form .h_btn_st14
{
	background-color: #5c5c5c !important;
	color: #fff !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st14:hover, .h_form .h_btn_st14:focus
{
	background-color: #6b6b6b !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st14:active
{
	background-color: #6b6b6b !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid transparent !important;
}

.h_form .h_btn_st14:disabled {
	background-color:transparent;
	color:#fff;
	border-color:#transparent;
}
.h_form .h_btn_st15
{
	background-color: #fff !important;
	color: #5cb41b !important;
	border:1px solid #5cb41b !important;
}

.h_form .h_btn_st15:hover, .h_form .h_btn_st15:focus
{
	background-color: #fff !important;
	color: #48970e !important;
	text-decoration: none !important;
	border:1px solid #48970e !important;
}

.h_form .h_btn_st15:active
{
	background-color: #fff !important;
	color: #48970e !important;
	text-decoration: none !important;
	border:1px solid #48970e !important;
}

.h_form .h_btn_st15:disabled {
	background-color:transparent;
	color:#5cb41b;
	border-color:#transparent;
}
.h_form .h_btn_st16
{
	background-color: #811b1b !important;
	color: #fff !important;
	border:1px solid #811b1b !important;
}

.h_form .h_btn_st16:hover, .h_form .h_btn_st16:focus
{
	background-color: #730d0d !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid #730d0d !important;
}

.h_form .h_btn_st16:active
{
	background-color: #730d0d !important;
	color: #fff !important;
	text-decoration: none !important;
	border:1px solid #730d0d !important;
}

.h_form .h_btn_st16:disabled {
	background-color:transparent;
	color:#fff;
	border-color:#transparent;
}
/* 버튼 색상 ========================================================================== */



/* 버튼 아이콘 ========================================================================== */

.icon_s {
	padding-left:30px !important;
}

.icon_s svg {
	position:absolute;
	top:7px;
	left:13px;
}
.icon_s_right {
	padding-right:35px !important;
}
.icon_s_right svg {
	position:absolute;
	top:9px;
	right:11px;
}
.icon_sm {
	padding-left:42px !important;
}

.icon_sm svg {
	position:absolute;
	top:6px;
	left:16px;
}
.icon_m {
	padding-left:44px !important;
}

.icon_m svg {
	position:absolute;
	top:10px;
	left:20px;
}

.icon_m_right {
	padding-right:39px !important;
}

.icon_m_right svg {
	position:absolute;
	top:8px;
	right:11px;
}
.icon_b {
	padding-left:53px !important;
}

.icon_b svg {
	position:absolute;
	top:14px;
	left:31px;
}
.icon_bm {
	padding-left:42px !important;
}
.icon_bm_m{
	padding-left:44px !important;
}

.icon_bm svg {
	position:absolute;
	top:7px;
	left:23px;
}
.icon_bm_m svg{
	position:absolute;
	top:6px;
	left:18px;
}

.icon_bm2 {
	padding-left:38px !important;
}

.icon_bm2 svg {
	position:absolute;
	top:11px;
	left:18px;
}


.icon_l {
	padding-left:10px !important;
}

.icon_l svg {
	position:absolute;
	top:25px;
	left:15px;
}

/* 버튼 아이콘 ========================================================================== */



/* 입력폼 기본 ========================================================================== */

.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.5em;
}

.h_form input[type="text"], .h_form input[type="password"], .h_form select:not([multiple]):not([size]) {
	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: #f15544;
}

.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]):not([size]) {
	-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]):not([size])::-ms-expand {
	display: none;
}

.h_form select:not([multiple]):not([size]) 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 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:#00B8FF;
	box-shadow:0 -1px #00B8FF inset;
	border-bottom-color :#00B8FF;
	opacity:1;
	background-color:transparent;
}



.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;
}

/* 입력폼 기본 ========================================================================== */







/* 테이블 기본 ========================================================================== */
.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;
}

/* 테이블 기본 ========================================================================== */


/* 테이블 기본2 ========================================================================== */
.h_form.edit table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
	
}

.h_form.edit table thead{
	border-top: 2px solid #757575;
	border-bottom: 0 none;
	
}

.h_form.edit table th {
	padding: 11px 12px 10px 12px;
	text-align: center;
	vertical-align: bottom;
	font-size: 15px;
	letter-spacing:-1px;
	font-weight: normal;
	color: #757575;
	text-transform: uppercase;
	background-color:rgba(250, 250, 250, 1);
}

.h_form.edit table td {
	padding: 11px 12px 10px 12px;
	vertical-align: top;
}

.h_form.edit table td > :last-child {
	margin-bottom: 0;
}

.h_form.edit table tfoot {
	font-size: 14pxm;
}

.h_form.edit table caption {
	font-size: 14px;
	text-align: left;
	color: #999;
}


.h_form.edit table > tr:not(:first-child),
.h_form.edit table > :not(:first-child) > tr,
.h_form.edit table > :first-child > tr:not(:first-child) {
	border-bottom: 1px solid #e5e5e5;
}

.h_form.edit table > tr:hover,
.h_form.edit table tbody tr:hover {
	background: #ffd;
}

.h_form.edit table > tr.uk-active,
.h_form.edit 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:#f15544 !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: #f15544;
	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: #f15544;
	background-image:url("../theme2/img/check_on.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.h_form .h-radio input[type="radio"]:disabled + span::before {
	background-color:rgba(0,0,0,0.2);
	background-image:url("../theme2/img/radio_on.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
}


.h_form .h-check input[type="checkbox"]:disabled + span::before {
	background-color:rgba(0,0,0,0.2);
	background-image:url("../theme2/img/check_on.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
}

/* 라디오, 체크박스 기본 ========================================================================== */


/* 드롭박스 스타일 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;
}

/* 추가: 로그인버튼 */
.login_btn_icon svg{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -75px;
}
