@charset "utf-8";
/* *******************************************************
 * filename : reset.css
 * description : 태그초기화 CSS
 * date : 20190718
******************************************************** */

html {
	/*
    -ms-overflow-style: none;
	*/
    overflow: auto;
}

* {
    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", Dotum, Arial, sans-serif;
   letter-spacing: -0.2px;
}

acronym,
abbr {
    cursor: help;
}
abbr[title] {
    border-bottom: 1px dotted;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #222;
    font-family: "Pretendard", Dotum, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4rem;
}
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 {
	margin:0;
	padding:0;
	word-break: keep-all;
	word-wrap: break-word;
    border: none;
    vertical-align: baseline;
    /* font-weight: normal; */
    font-family: "Pretendard", Dotum, Arial, sans-serif;
}

img,
embed,
object,
video {
    /*max-width: 100%;*/
}
label,
select,
input,
button {
    margin: 0;
    vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
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;
}
/*body {
	line-height:1;
}*/
ul, li {
	list-style:none;
    list-style-image: none;
}
ol > li {
    list-style: hangul !important;
    line-height: 1.6em;
    margin-left: 24px;
    padding-left: 2px;
	margin-bottom: 10px;
}
ol.num > li {
    list-style: auto !important;
}

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"], select {
    border: 1px solid #c1c1c1;
    height: 34px;
    border-radius: 2px;
	padding:0 8px;
}
textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
	padding:12px;
	font-size:1rem;
}
strong { font-weight:500; }
.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; }
body, table, th, td, input, textarea, button, select {
	font-family:"Pretendard", Dotum, Arial, sans-serif;
	font-size:1rem;
	color:#222;
	font-weight:300;
}
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;
}
button {
	outline:0;
    border: 0;
    cursor: pointer;
}
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::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 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, a {
	cursor:pointer;
}
nav a,
button {
    min-width: 48px;
    min-height: 48px;
}
/* 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;
}

a {
    color: #222;
    /*font-family: "Pretendard", Dotum, Arial, sans-serif;*/
	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 }


/* 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;
    margin-bottom: 2px;
}

.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: 50px;
    line-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0);
    min-width: 150px;
    padding: 0 1.3rem;
    font-size: 1rem;
    font-weight: 500;
	cursor:pointer;
}

.btn_d {
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0);
    min-width: 150px;
    padding: 0 1.3rem;
    font-size: 1.25rem;
    font-weight: 500;
	border-radius: 5px;
	cursor:pointer;
}

.btn_m{
    height: 50px;
    display: inline-block;
    line-height: 50px;
	font-size: 1.1rem;
    font-weight: 500;
    padding: 0 24px;
	border-radius: 3px;
}
.btn_s {
    height: 55px;
    display: inline-block;
    line-height: 50px;
    padding: 0 24px;
}
.btn a, .btn_s a {
	width:100%;
	height:100%;
	display:block;
}
.btn_full {
    color:#fff;
    background: #8b0029;
}
.btn_full a {
    color: #fff;
}
.btn_down {
    background: rgba(159,136,102,0.95);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
}
.btn_down a {
    color: #fff;
}

.btn_normal {
    background: #9E9E9E;
    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; overflow:hidden; }
.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; }
.mc {
	margin: 0 auto;
}
.flex .div2 { float: left; }

.bold {
    font-weight: 600;
}
.point {
    color :#8b0029;
}
.block {
	display:block;
}
.red {
    color: #dd2222;
	
}
.blue {
    color: #2260dd;
	
}
.txt_s {
    font-size: 1.1rem;
}
.txt_l {
    font-size: 1.5rem;
}

u { text-decoration:underline;}
	
.mb_10 {
    margin-bottom: 10px !important;
}
.mb_20 {
    margin-bottom: 20px !important;
}
.mb_30 {
    margin-bottom: 30px !important;
}
.mb_40 {
    margin-bottom: 40px !important;
}
.mb_50 {
    margin-bottom: 50px !important;
}
.mb_60 {
    margin-bottom: 60px !important;
}
.mb_90 {
    margin-bottom: 90px !important;
}
.mt_10 {
    margin-top: 10px !important;
}
.mt_20 {
    margin-top: 20px !important;
}
.mt_30 {
    margin-top: 30px !important;
}
.mt_40 {
    margin-top: 40px !important;
}
.mt_50 {
    margin-top: 50px !important;
}
.mt_60 {
    margin-top: 60px !important;
}
.mt_90 {
    margin-top: 90px !important;
}
.mr_10 {
	margin-right: 10px;
}
.ml_10 {
	margin-left: 10px;
}



/*text */
.inline { display: inline-block; margin-right: 20px; }
.byte { display: inline-block; line-height: 32px; padding: 0 8px; }

#wrap {
	/*-ms-overflow-style: none;*/ /* IE 스크롤바 숨기기 */
}

#wrap::-webkit-scrollbar {
    display:none;
}

/* editor set */
.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 {
	background: transparent !important;
	font-family: "Pretendard", Dotum, Arial, sans-serif !important;
	line-height: 1.3em !important;
	font-size: 1rem !important;
}

.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 {
	background: transparent !important;
	font-family: "Pretendard", Dotum, Arial, sans-serif !important;
	line-height: 1.7em !important;
	/*font-size: 1rem !important;*/
}
.pro_view_wrap .wrap_text ul li {
    font-size: 1rem;
    color: #555;
    letter-spacing: -0.5px;		
    padding: 5px 0 0 10px;
    position: relative;
    /*display: flex;*/
    justify-content: start;
}
.pro_view_wrap .wrap_text ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 17px;
    left: 0;
    background: #9e9e9e;
}
.board_view .contents_info table, .board_view .contents_info tbody, .board_view .contents_info tfoot, .board_view .contents_info thead, .board_view .contents_info tr, .board_view .contents_info th, .board_view .contents_info td {
	border: 1px #ccc solid;
}
.invisible{opacity: 0;}

@media screen and (max-width:1200px) {
	.m_w { min-width:100px; max-width:100px; }
	.txt_l {
    font-size: 1.125rem;
}


}
@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; }	
	
    .block {display:inline;}
    .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;
	}
    .pro_view_wrap .wrap_text span.option_wrap {
        min-width: 80px;
    
    }
}



.depart_search .check_group:nth-child(2) input[disabled] + label, .depart_search .check_group:nth-child(3) input[disabled] + label , .depart_search .check_group:nth-child(4) input[disabled] + label{
    color: #777;
}