@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-touch-callout: none;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    /*letter-spacing: -0.2px;*/
}
html {
    overflow: auto;
}
html,
body {
    height: 100%;
    color: #222;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
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, textarea, input, 
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 {
	word-break: keep-all;
	word-wrap: break-word;
    border: 0;
    vertical-align: baseline;
}
acronym,
abbr {
    cursor: help;
}
abbr[title] {
    border-bottom: 1px dotted;
}
img,
embed,
object,
video {
    max-width: 100%;
}
label,
select,
input,
button {
    vertical-align: middle;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, main {
	display:block;
}
audio[controls], canvas, video {
    display:inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
audio, canvas, img, video {
	vertical-align:middle;
}
ul, li {
	list-style:none;
    list-style-image: 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;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
input, select, textarea {
    margin: 0;
	line-height:1.2;
	vertical-align:middle;
}
select {
    height: 22px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1;
}
input[type="text"], input[type="password"], input[type="number"], input[type="email"], select {
    border: 1px solid #ccc;
    height: 34px;
    border-radius: 2px;
	padding:0 8px;
}
textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
	padding:12px;
	font-size:1rem;
}
strong { font-weight:600; }
input[type="file"] { font-size: 0.875rem; }
body, table, th, td, input,
textarea, button, select {
	font-size:1rem;
	color:#333;
	/*font-weight:normal;*/
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    opacity: 1;
}
.form-control:focus {
    outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
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, a {
	cursor:pointer;
}
nav a,
button {
    /*min-width: 36px;
    min-height: 36px;*/
}
/* For Screen Reader */
legend, caption {
	display:none;
	visibility:hidden;
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
p {
	/*line-height:1.5em;*/
	word-break: keep-all;
}
a {
    color: #222;
	text-decoration:none;
}
a:active, a:hover, a:focus {
	text-decoration:none;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

button{
	margin:0px;
	padding:0px;
	cursor:pointer;
	border:0px;
	background:none;
}

em { font-style: italic !important }

.check_v input[type="checkbox"] + label {display:inline-block; background: url(../images/common/checkbox.png) left no-repeat; cursor: pointer;margin-left: 10px;}
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: 0.875rem; }

.txt-xs {font-size: 0.75rem;/* 12px */}
.txt-sm {font-size: 0.875rem;/* 14px */}
.txt-md {font-size: 1rem;/* 16px */}
.txt-lg {font-size:1.125rem;/* 18px */}
.txt-xl {font-size: 1.25rem;/* 20px */}
.txt-2xl {font-size: 1.5rem;/* 24px */}
.txt-3xl {font-size: 1.75rem;/* 28px */}
.txt-4xl {font-size: 2rem;/* 32px */}
.txt-5xl {font-size: 3rem;/* 48px */}
.txt-6xl {font-size: 3.75em;/* 60px */}

.blue { color: #19459d; font-weight: 600;}
.blue a { color: #19459d;}
.red { color: #ff0000; font-weight: 600;}
.point {color: #ff7936;  font-weight: 600;}
.join_point { color: #ff0000;}
.align_c {text-align: center;}
.align_r {text-align: right;}
.align_l {text-align: left;}
.flex {display: flex;    align-items: center;}
.flex.align_c {justify-content: center;}
.flex.align_r {justify-content: flex-end;}
.flex > .btn_met {margin-right: 5px;}
.fl { float: left;}
.fr { float: right;}
.cursor {cursor: pointer;}
.bold {font-weight: 600;}
.img_wrap { width: 100%;margin: 1rem auto;text-align: center;background: #fff;}
.img_wrap.bgno { background: none;}
.img_wrap img { width: 100%; max-width: fit-content;}
.img_01 {text-align: center;}


/* ---------------------- margin setting -----------------------*/
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_5 {
    margin-bottom: 0.313rem !important;
}
.mb_10 {
    margin-bottom: 0.625rem !important;
}
.mb_20 {
    margin-bottom: 1.25rem !important;
}
.mb_30 {
    margin-bottom: 1.875rem !important;
}
.mb_40 {
    margin-bottom: 2.5rem !important;
}
.mb_60 {
    margin-bottom: 3.75rem !important;
}
.mb_90 {
    margin-bottom: 5.625rem !important;
}
.mt_0 {
    margin-top: 0 !important;
}
.mt_5 {
    margin-top: 0.313rem !important;
}
.mt_10 {
    margin-top: 0.625rem !important;
}
.mt_20 {
    margin-top: 20px !important;
}
.mt_30 {
    margin-top: 1.875rem !important;
}
.mt_40 {
    margin-top: 2.5rem !important;
}
.mt_50 {
    margin-top: 3.125rem !important;
}
.mt_60 {
    margin-top: 3.75rem !important;
}
.mt_90 {
    margin-top: 5.625rem !important;
}
.mg_auto {
    margin: 0 auto;
}

/* input custom */
.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;
    margin-bottom: 2px;
}

.date_group:last-child {
    margin-right: 0;
}
.date_group .year {
    padding: 0 8px;
}
.i_sup { 
	min-width: 100px; 
}
.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; 
}
@media screen and (max-width:1024px) {
    .check_v input[type="checkbox"] + label {background: url(../images/common/checkbox.png) left top no-repeat; }
    input[type="checkbox"] + label { background: url(../images/common/checkbox.png) left top no-repeat;}
    .check_v input[type="checkbox"] + label {display:inline-block; background: url(../images/common/checkbox.png) left top no-repeat; cursor: pointer;margin-left: 10px;}

    input[type="checkbox"]:checked + label {background:url(../images/common/checkbox_checked.png) left top no-repeat; }

    input[type="radio"] + label { background: url(../images/common/radio.png) left top no-repeat; }
    input[type="radio"]:checked + label {background:url(../images/common/radio_checked.png) left top no-repeat; }
    .check_group.align_r { text-align: left;}
    .scroll_wrap { overflow-x:scroll; }
    .table_block colgroup { display: none;}

}
@media screen and (max-width:840px) {
    .scroll_wrap { overflow-x:scroll; }
    .table_block colgroup { display: none;}
    /*.table_inblock colgroup { display: inherit;}*/
    .flex {justify-content: center;}
}
@media screen and (max-width:640px) {
	input[type="text"], input[type="password"], select { height: 32px; font-size:13px; }
	input[type="file"] { font-size: 0.875rem; max-width:160px; }
	textarea { font-size:0.875rem; }
	.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: 40px; line-height: 40px; min-width: 90px; font-size: 1rem; }	
	.btn_s { height: 32px; line-height:32px; font-size:0.938rem; }
	.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; }
    .flex .div2 { width: 50%; }
    .flex .div2 select, .flex .div2 input { width: 99%; }
	
	.contents .con_box .faq_list dd .list_cont span,
	.contents .con_box .faq_list dd .list_cont p,
	.contents .con_box .faq_list dd .list_cont ul,
	.contents .con_box .faq_list dd .list_cont ul li {
		line-height: 1.3em !important;
		font-size: 0.875rem !important;
	}

	/* editor set */
	.pro_view_wrap .wrap_text span,
	.pro_view_wrap .wrap_text p,
	.pro_view_wrap .wrap_text ul,
	.pro_view_wrap .wrap_text ul li {
		line-height: 1.55em !important;
		font-size: 0.875rem !important;
	}

	.pro_view_wrap .wrap_text ul li {
		font-size: 0.875rem;
		color: #555;
		letter-spacing: -0.5px;		
		padding: 5px 0 0 10px;
		position: relative;
	}
	.pro_view_wrap .wrap_text ul li:before {
		content: '';
		width: 4px;
		height: 4px;
		position: absolute;
		top: 13px;
		left: 0;
		background: #9e9e9e;
	}
}