/* 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;
	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:#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 .h_icon_over svg {}
.h_form .h_icon_over:hover , .h_icon_over a:hover , .h_icon_over button:focus , .h_icon_over a:focus  { background:#FFFFFF; color:#397dff; border:1px solid #397dff; }
.h_form .h_icon_over:hover svg, .h_icon_over a:hover svg, .h_icon_over button:focus svg, .h_icon_over a:focus svg { color:#397dff; }
.h_form .h_icon_over:active svg, .h_icon_over a:active svg { color:#397dff; transition: 0.1s ease-in-out;}
/* 추가:마우스 오버시 아이콘 색상 변경 */


/* 버튼 크기 ========================================================================== */

.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_b1 {
	width:100%;
	padding: 19px 25px;
	font-size: 22px;
}

.h_form .h_btn_b2 {
	width:100%;
	padding: 22px 3px;
	font-size: 18px;
}



.h_form .h_btn_b3 {
	padding: 20px 25px;
	font-size: 16px;
}


/* 버튼 크기 ========================================================================== */

/* 버튼 색상 ========================================================================== */

.h_form .h_btn_st1 {
	background-color: #00b8ff;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st1:hover, .h_form .h_btn_st1:focus {
	background-color: #009eff;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st1:active {
	background-color: #009eff;
	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: #0070ff;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st3:hover, .h_form .h_btn_st3:focus {
	background-color: #1359b1;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st3:active {
	background-color: #1359b1;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st3:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}

.h_form .h_btn_st4 {
	background-color: #8537a6;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st4:hover, .h_form .h_btn_st4:focus {
	background-color: #975bb0;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st4:active {
	background-color: #975bb0;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st4:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}


.h_form .h_btn_st5 {
	background-color: #404c63;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st5:hover, .h_form .h_btn_st5:focus {
	background-color: #616978;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st5:active {
	background-color: #616978;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st5:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}


.h_form .h_btn_st6 {
	background-color: #008eed;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st6:hover, .h_form .h_btn_st5:focus {
	background-color: #007ed2;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st6:active {
	background-color: #007ed2;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st6:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}


.h_form .h_btn_st7 {
	background-color: #38b9c6;
	color: #fff;
	border:1px solid transparent;
}

.h_form .h_btn_st7:hover, .h_form .h_btn_st5:focus {
	background-color: #029eae;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st7:active {
	background-color: #029eae;
	color: #fff;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st7:disabled {
	background-color:transparent;
	color:#999;
	border-color:#e5e5e5;
}


.h_form .h_btn_st8 {
	background-color: #f7f7f7;
	color: #333;
	border:1px solid #c2c2c2;
}

.h_form .h_btn_st8:hover, .h_form .h_btn_st5:focus {
	background-color: #e7e7e7;
	color: #151515;
	text-decoration: none;
	border:1px solid #b2b2b2;
}

.h_form .h_btn_st8:active {
	background-color: #e7e7e7;
	color: #151515;
	text-decoration: none;
	border:1px solid transparent;
}

.h_form .h_btn_st8:disabled {
	background-color:transparent;
	color:#333;
	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_r {
	padding-right:44px !important;
}

.icon_r svg {
	position:absolute;
	top:12px;
	right:15px;
}

.icon_b1 {
	padding-left:60px !important;
}

.icon_b1 svg {
	position:absolute;
	top:14px;
	left:53px;
}

.icon_b2 {
	padding-left:25px !important;
}

.icon_b2 svg {
	position:absolute;
	top:22px;
	left:15px;
}

.icon_b3 {
	padding-left:50px !important;
}

.icon_b3 svg {
	position:absolute;
	top:18px;
	left:25px;
}


/* 버튼 아이콘 ========================================================================== */



/* 입력폼 기본 ========================================================================== */

.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]):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: #00b8ff;
}

.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 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:#00b8ff !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"] ,.h_form .h-radio2 input[type="radio"] {
	vertical-align:text-top;
	position: absolute;
	z-index: -1;
	opacity: 0;
	cursor:pointer;
}


.h_form .h-check span,.h_form .h-radio span, .h_form .h-radio2 span {
	vertical-align:text-top;
	line-height:1;
	cursor:pointer;
}


.h_form .h-check, .h_form .h-radio, , .h_form .h-radio2 {
	margin-left:20px;
	cursor:pointer;
	cursor:pointer;
}


.h_form .h-check:first-child, .h_form .h-radio:first-child, .h_form .h-radio2:first-child {
	margin-left:0px !important;
}


.h_form .h-radio input[type="radio"] + span::before, .h_form .h-radio2 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;
	vertical-align: text-top;
	background-color:rgba(0,0,0,0.05);
	border:1px solid rgba(0,0,0,0.05);
	vertical-align:middle;
	transition: 0.4s ease-in-out;
	transition-property: background-color, background-image,background-repeat, border;
}

.h_form .h-radio2 input[type="radio"] + span::before{
	content:' ';
	display:inline-block;
	width:22px;
	height:19px;
	margin-right:5px;
	margin-top:1px;
	vertical-align: text-top;
	transition: 0.4s ease-in-out;
	transition-property: background-color, background-image,background-repeat, border;
	cursor:pointer
}

.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-check2 input[type="checkbox"] + span::before{
	border-radius: 0.3em;
}


.h_form .h-radio input[type="radio"]:checked + span::before {
	background-color: #00b8ff;
	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: #00b8ff;
	background-image:url("../theme2/img/check_on.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.h_form .h-check input[type="checkbox"]:checked + span::before {
	background-color: #00b8ff;
	background-image:url("../theme2/img/check_on.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.h_form .h-radio2 input[type="radio"]+ span::before {
	background-color: transparent;
	background-image:url("../theme2/img/check_off2.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:0 none
}

.h_form .h-radio2 input[type="radio"]:checked:disabled + span::before {
	background-image:url("../theme2/img/check_off3.png");
}

.h_form .h-radio2 input[type="radio"]:checked + span::before {
	    background-color: transparent;
	background-image:url("../theme2/img/check_on2.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;
}

