@charset "utf-8";
/* *******************************************************
 * filename : reset.css
 * description : 태그초기화 CSS
 * date : 20190718
******************************************************** */

html {
	/*
    -ms-overflow-style: none;
	*/
    overflow: auto;
}
/*
html::-webkit-scrollbar {
    display:none;
}
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	word-break: keep-all;
	word-wrap: break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
audio, canvas, video {
    display:inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
audio, canvas, img, video {
	vertical-align:middle;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img, fieldset {
	border:0;
	/*max-width: 100%;
	max-height: 100%;*/
	vertical-align: middle;
}
input, select, textarea {
	line-height:1.2;
	vertical-align:middle;
}
input[type="text"],input[type="password"],select {
    border: 1px solid #c1c1c1;
    height: 34px;
    border-radius: 2px;
	padding:0 4px;
}
textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
	padding:12px;
	font-size:14px;
}
input[type="checkbox"] { visibility:hidden; position:absolute; }
input[type="checkbox"] + label { display:inline-block; padding-left:25px; background: url(../images/common/checkbox.png) left no-repeat; cursor: pointer; }
input[type="checkbox"]:checked + label {background:url(../images/common/checkbox_checked.png) left no-repeat; }
input[type="radio"] { visibility:hidden; position:absolute; }
input[type="radio"] + label { display:inline-block; padding-left:25px; background: url(../images/common/radio.png) left no-repeat; cursor: pointer; }
input[type="radio"]:checked + label {background:url(../images/common/radio_checked.png) left no-repeat; }
input[type="file"] { font-size: 14px; }
body, table, th, td, input,
textarea, button, select {
	font-family:poppins, "Noto Sans KR", Dotum, Arial, sans-serif;
	font-size:15px;
	color:#222;
	font-weight:300;
}
button {
	outline:0;
}
button, select {
	text-transform:none;
}
button, input {
	line-height:normal;
}
textarea {
	resize:vertical;
	overflow:auto;
}
address, caption, cite, code,
dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
label {
	cursor:pointer;
}
/* For Screen Reader */
legend {
	display:none;
	visibility:hidden;
}
/* For Screen Reader */
caption {
	display:none;
	visibility:hidden;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
p {
	line-height:1.5em;
}
a {
	color:#222;
	text-decoration:none;
}
a:active, a:hover, a:focus {
	text-decoration:none;
}
a:hover {
	/*color:#333;*/
}
button{
	margin:0px;
	padding:0px;
	cursor:pointer;
	border:0px;
	background:none;
}


/* input custom */
.input_d {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #ddd;
    color: #666;
}

.radio_group {
    line-height: 1.6em;
    display: inline-block;
    margin-right: 20px;
}

.line_group {
    width: 100%;
    margin-bottom: 6px;
	overflow:hidden;
}

.line_group:last-child {
    margin-bottom: 0;
}
.date_group {
    margin-right: 8px;
}

.date_group:last-child {
    margin-right: 0;
}
.date_group .year {
    padding: 0 8px;
}

.i_sup_div {
    width: 49%;
    margin-right: 0.5%;
}

.i_sup_year {
    width: 70px;
}

.i_sup_wd {
    width: 100%;
}
.i_sup_ph {
	width: 80px;
}
.i_sup_md { 
	min-width: 200px; 
}

.ph_solt {
    padding: 0 2px;
    line-height: 32px;
}
.input_max {
	max-width: 150px;
}


/* button */
.btn {
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(255, 255, 255, 0);
    min-width: 150px;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 500;
	cursor:pointer;
}

.btn_s {
    height: 48px;
    display: inline-block;
    line-height: 48px;
    padding: 0 24px;
}
.btn a, .btn_s a {
	width:100%;
	height:100%;
	display:block;
}
.btn_full {
    color:#fff;
    background: #8b0029;
}

.btn_normal {
    background: #9E9E9E;
    color: #fff;
}
.btn_full a {
    color: #fff;
}
.btn_preview {
    color: #fff;
	background:#666;
}
.btn_preview a {
	color:#fff;
}
.btn_list {
    color: #fff;
    background: #7a0018;
}

.btn_list a {
    color: #fff;
}

.btn_sm {
    width: 72px;
    height: 32px;
    border-radius: 2px;
    color: #fff;
	border:none;
	display:inline-block;
	line-height:32px;
	text-align:center;
}
.delete { 
    background: #555;
	color:#fff;
}
.btn_ss {
    height: 32px;
    display: inline-block;
    line-height: 32px;
    padding: 0 24px;
}
.btn_line {
    text-indent: 0;
    margin-top: 8px;
}
.flex { /*display:flex;*/ }
.fr { float: right; }
.fl { float: left; }

.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }

.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }

.align_c { text-align: center !important;  }
.align_r { text-align: right !important;  }
.align_l { text-align: left !important;  }
.pc_hidden { display:none; }


/*text */
.inline { display: inline-block; margin-right: 20px; }
.byte { display: inline-block; line-height: 32px; padding: 0 8px; }
.bd { font-weight: bold; }
.point { color: #dc040e; }
.pt { font-weight: 500; }

#wrap {
	-ms-overflow-style: none; /* IE 스크롤바 숨기기 */
}

#wrap::-webkit-scrollbar {
    display:none;
}
@media screen and (max-width:1200px) {
	.m_w { min-width:100px; max-width:100px; }
}
@media screen and (max-width:640px) {
	input[type="text"], input[type="password"], select { height: 32px; font-size:13px; }
	input[type="file"] { font-size: 13px; max-width:160px; }
	textarea { font-size:13px; }
	.i_sup_ph { width: 29%; }
	.i_sup_md { max-width:80px; min-width:100%; }
	.ph_solt { width: 3%; display: inline-block; }	
	
	.scroll_wrap { overflow-x:scroll; }
	
	.btn { height: 48px; line-height: 48px; min-width: 90px; font-size: 14px; }	
	.btn_s { height: 32px; line-height:32px; font-size:13px; }
	.flex { display:block; -webkit-justify-content: center; justify-content: center;	-webkit-align-items: center; align-items: center; overflow:hidden;}

	.pc_hidden { display:block; }
	.m_hidden { display:none; }
	.m_flex_line { display: block; }
	.m_flex_line .m_line_group { margin-bottom: 3px; display: block; }	
	
	.flex .date_group { margin-right: 0; margin-bottom: 4px; }
	.flex .date_group:last-child { margin-bottom: 0; }
}