@charset "euc-kr";

html { overflow-y:scroll; }
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; box-sizing: border-box; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary { display:block; }
audio, canvas, video { display:inline-block; }
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; }
body, table, th, td, input,
textarea, button, select { font-family:"µ¸¿ò", Dotum, Arial, sans-serif; font-size:12px; color:#666; }
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; }
legend { display:none; visibility:hidden; }
caption { display:none; visibility:hidden; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
a { color:#666; text-decoration:none; }
a:active, a:hover, a:focus { text-decoration:none; }
button{ margin:0px; padding:0px; cursor:pointer; border:0px; background:none; }
body.mouse a:focus, 
body.mouse button:focus{ outline:none; }

* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }


/* ¶óµð¿À¹öÆ° */
	input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; } /* ¿ÜÇü °¨Ãß±â */
	input[type="radio"] + label { display: inline-block; position: relative; padding-left: 30px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } 
	input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: -1px; width: 18px; height: 18px; text-align: center; background: #ffffff; border: 1px solid #a7a7a7; border-radius: 100%; } 
	input[type="radio"] + label:active:before, 
	input[type="radio"]:checked + label:active:before { box-shadow: 0 1px 2px rgba(0,0,0,0.0), inset 0px 1px 3px rgba(0,0,0,0.); } 
	input[type="radio"]:checked + label:before { background: #0088de; border-color: #0088de; } 
	input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 4px; left: 5px; width: 10px; height: 10px; background: #0088de; border-radius: 100%; box-shadow: inset 0px 0px 10px rgba(255,255,255,1); }
	input[type="radio"]:disabled + label:before { background: #fafafa; border-color: #eeeeee; box-shadow: 0px 1px 2px rgba(0,0,0,1), inset 0px -15px 10px -12px rgba(0,0,0,1), inset 15px 10px -12px rgba(255,255,255,0.1); }

/* Ã¼Å©¹Ú½º */
	input[type="checkbox"] { display:inline-block; width: 20px; height: 20px; padding: 0; margin: 0; overflow: hidden; clip:rect(0,0,0,0); border: 0; vertical-align:middle; } 
	input[type="checkbox"] + label { display: inline-block; position: relative; padding-left: 5px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } 

	/*
	input[type="checkbox"]{width:1px; height:1px; padding:0; border:0 none; margin:0; position:absolute; left:0; top:0; overflow:hidden; clip:rect(0 0 0 0);}
	label{height:15px; line-height:15px; padding-left:20px; display:inline-block; background:url(http://hcs1105.com/wp/wp-content/themes/hcs1105/images/checkbox1.png) no-repeat 0 0; font-size:15px; vertical-align:middle; cursor:pointer;}
	input[type="checkbox"]:checked + label{background-position: 0 -15px;}
	*/

/* input number È­»ìÇ¥ Á¦°Å */
	input[type="number"]::-webkit-outer-spin-button,
	input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}

	input:focus {outline:none;/*background-color: white !important; border:1px solid #2d2d2d !important;*/}
	textarea:focus {outline:none;/*background-color: white !important; border:1px solid #2d2d2d !important;*/}

/* ¼¿·ºÆ®¹Ú½º */
	select::-ms-expand { display: none;} /* ieÈ­»ìÇ¥È÷µç */
	select	{outline:none;width: 100%; height:40px; padding-left:10px; background: #ffffff url('/images/sel_arr.gif') no-repeat 95% 50%; /* È­»ìÇ¥ ´ëÃ¼ */ border: 1px solid #999; border-radius: 0px; -webkit-appearance: none; /* ¿ÜÇü °¨Ãß±â */ -moz-appearance: none; appearance: none;}
input::-ms-clear, 
select::-ms-expand{ display: none; }

/* inputbox */
	.input_frm {width:100%; height:45px; padding:0 15px; border:1px solid #e1e1e1; color:#00417d; background:#f7f7f7; font-size:13px; text-align:left; transition:all .2s;}
	.input_frm:focus {outline:none; background-color: white !important; border:1px solid #000000 !important; transition:all .2s;}
	.input_frm::placeholder {color: rgba(0,0,0,0.3); font-size:13px;}

	@media all and ( max-width: 650px ){	
		.input_frm { height:40px; padding:0 10px; font-size:13px; }
	}

	.txta_frm { width:100%; height:150px; padding:10px 15px; border:1px solid #e1e1e1; color:#666; background:#fff; font-size:15px; text-align:left; transition:all .2s;}
	.txta_frm:focus {outline:none; background-color: white !important; border:1px solid #000000 !important; transition:all .2s;}
	.txta_frm::placeholder {color: rgba(0,0,0,0.3); font-size:13px;}

	@media all and ( max-width: 650px ){	
		.txta_frm { height:100px; padding:10px; font-size:13px; }
	}

	.input_pup { width:100%; height:45px; padding:0 0; border:1px solid #000; color:#fff; background:#000; text-align:center; font-size:13px; transition:all .2s;}
	.input_pup:hover {outline:none; background-color: var(--main-color); border:1px solid #000000 !important; transition:all .2s;}
	.input_pup::placeholder {color: rgba(0,0,0,0.3); font-size:13px;}

	@media all and ( max-width: 650px ){	
		.input_pup { height:40px; font-size:13px; }
	}


/* *******************
 * description : common.css
******************* */

/* clear */
.clfix:after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.clfix {display: inline-block;}
.clfix {display: block;}
* html .clfix {height: 1%;} /* hides from ie-mac */
.clfix{ zoom:1; } /*for ie 5.5-7*/

.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}

.trans200 {-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s}
.trans300 {-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
.trans400 {-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
.trans500 {-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s}

.text_ellipsis { white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.over-img {overflow:hidden;}
.over-img img {
	-webkit-transition:transform 0.3s;
	-moz-transition:transform 0.3s;
	-o-transition:transform 0.3s;
	-ms-transition:transform 0.3s;
	transition:transform 0.3s
}
a:hover .over-img img {
	-ms-transform: scale(1.1) rotate(0.002deg);
	  -o-transform: scale(1.1) rotate(0.002deg);
	  -moz-transform: scale(1.1) rotate(0.002deg);
	  -webkit-transform: scale(1.1) rotate(0.002deg);
	  transform: scale(1.1) rotate(0.002deg);
}
.over-bg {
	overflow:hidden;
	-webkit-transition:transform 0.3s;
	-moz-transition:transform 0.3s;
	-o-transition:transform 0.3s;
	-ms-transition:transform 0.3s;
	transition:transform 0.3s
}
a:hover .over-bg{
	-ms-transform: scale(1.1) rotate(0.002deg);
	  -o-transform: scale(1.1) rotate(0.002deg);
	  -moz-transform: scale(1.1) rotate(0.002deg);
	  -webkit-transform: scale(1.1) rotate(0.002deg);
	  transform: scale(1.1) rotate(0.002deg);
}

.skip a { position:absolute; text-align:center; width:200px; padding:10px 0; display:block; background:#222; color:#fff; left:-9999px; font-size:16px ; font-weight:500;}
.skip a:hover { z-index:999999; margin-left:-100px; left:50%; }
.skip a:focus { z-index:999999; margin-left:-100px; left:50%; }
.skip a:active { z-index:999999; margin-left:-100px; left:50%; }

.word-effect { overflow:hidden; opacity:0; }
.word-effect.splitting { opacity:1.0; }
.word-effect.splitting .word { line-height:1.1; display:inline-block; }
.word-effect.splitting .char-wrap { display:inline-block; }
.word-effect.splitting .char { display:inline-block; position:relative; /* font-size:inherit; font-family:inherit; font-weight:inherit; */ opacity:0; }

.mbbr{display:none;}
@media all and ( max-width: 1024px ){
	.pcbr{display:none;}
}
@media all and ( max-width: 650px ){	
	.mbbr{display:block;}
}

/* ÆÐµù */
.pd0  {padding:0 !important;}

.pd5  {padding:0.25rem !important;}
.pd10 {padding:0.5rem !important;}
.pd15 {padding:0.75rem !important;}
.pd20 {padding:1rem !important;}
.pd30 {padding:1.5rem !important;}

.pdt0  {padding-top:0 !important;}
.pdt5  {padding-top:0.25rem !important;}
.pdt10 {padding-top:0.5rem !important;}
.pdt15 {padding-top:0.75rem !important;}
.pdt20 {padding-top:1rem !important;}
.pdt30 {padding-top:1.5rem !important;}
.pdt40 {padding-top:2rem !important;}

.pdr5  {padding-right:0.25rem !important;}
.pdr10 {padding-right:0.5rem !important;}
.pdr15 {padding-right:0.75rem !important;}
.pdr20 {padding-right:1rem !important;}
.pdr30 {padding-right:1.5rem !important;}

.pdb5  {padding-bottom:0.25rem !important;}
.pdb10 {padding-bottom:0.5rem !important;}
.pdb15 {padding-bottom:0.75rem !important;}
.pdb20 {padding-bottom:1rem !important;}
.pdb30 {padding-bottom:1.5rem !important;}

.pdl5  {padding-left:0.25rem !important;}
.pdl10 {padding-left:0.5rem !important;}
.pdl15 {padding-left:0.75rem !important;}
.pdl20 {padding-left:1rem !important;}
.pdl30 {padding-left:1.5rem !important;}

/* ¸¶Áø */
.mg0  {margin:0 !important;}
.mg5  {margin:0.25rem !important;}
.mg10 {margin:0.5rem !important;}
.mg15 {margin:0.75rem !important;}
.mg20 {margin:1rem !important;}
.mg30 {margin:1.5rem !important;}

.mgt0  {margin-top:0 !important;}
.mgt5  {margin-top:5px !important;}
.mgt10 {margin-top:10px !important;}
.mgt15 {margin-top:15px !important;}
.mgt20 {margin-top:20px !important;}
.mgt30 {margin-top:30px !important;}
.mgt40 {margin-top:40px !important;}
.mgt50 {margin-top:50px !important;}
.mgt80 {margin-top:80px !important;}

.mgt5n  {margin-top:-0.25rem !important;}
.mgt10n  {margin-top:-0.5rem !important;}

.mgr5  {margin-right:0.25rem !important;}
.mgr10 {margin-right:0.5rem !important;}
.mgr15 {margin-right:0.75rem !important;}
.mgr20 {margin-right:1rem !important;}
.mgr30 {margin-right:1.5rem !important;}

.mgb0  {margin-bottom:0 !important;}
.mgb5  {margin-bottom:5px !important;}
.mgb10 {margin-bottom:10px !important;}
.mgb15 {margin-bottom:15px !important;}
.mgb20 {margin-bottom:20px !important;}
.mgb30 {margin-bottom:30px !important;}
.mgb60 {margin-bottom:60px !important;}

.mgl5  {margin-left:0.25rem !important;}
.mgl10 {margin-left:0.5rem !important;}
.mgl15 {margin-left:0.75rem !important;}
.mgl20 {margin-left:1rem !important;}
.mgl30 {margin-left:1.5rem !important;}

.colorBlue { color:#061460 !important;}
.colorRed { color:#ff0000 !important;}
.colorBlack { color:#000 !important;}
.colorWhite { color:#fff !important;}
.colorPoint { color:#44b8cd !important;}
.colorPoint2 { color:#83a535 !important;}

.txtal { text-align:left !important; }
.txtac { text-align:center !important; }
.txtar { text-align:right !important; }

.txt-effect { white-space:nowrap; }
/*
class="txt-effect word-effect" data-splitting data-css-property="animation" data-speed="0.04" data-speed-delay="0.1"
data-point="fade-up" data-point-delay="1300" data-point-duration="1100"
 */
.animated .txt-effect.splitting .char {
	-webkit-animation: text-active-bottom 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation: text-active-bottom 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes text-active-right {
	from { opacity:0; filter:Alpha(opacity=0); margin-right:15px }
	to { opacity:1.0; filter:Alpha(opacity=100); margin-right:0 }
}

@keyframes text-active-left {
	from { opacity:0; filter:Alpha(opacity=0); margin-left:15px }
	to { opacity:1.0; filter:Alpha(opacity=100); margin-left:0 }
}

@keyframes text-active-bottom {
	from { opacity:0; filter:Alpha(opacity=0); -webkit-transform: translateY(50px); transform: translateY(50px); }
	to { opacity:1.0; filter:Alpha(opacity=100); -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes text-fade-out {
	from { opacity:0;filter:Alpha(opacity=100); }
	to { opacity:1.0;filter:Alpha(opacity=0); }
}

@keyframes text-active-animation {
	from { opacity:0;filter:Alpha(opacity=0); margin-right:15px }
	to { opacity:1.0;filter:Alpha(opacity=100); margin-right:0 }
}

@keyframes image-zoom-out {
	from { transform: scale(1.08,1.08) }
	to { transform: scale(1.0,1.0) }
}

@keyframes upDown {
	0% { opacity: 0.6; transform:  translateY(-5px); }
	50% { opacity: 1; transform: translateY(5px); }
	100% { opacity: 0.6; transform:  translateY(-5px); }
}

/* button */
.amore { margin: 0 0;}
.amore a { display: block; position: relative; max-width:200px; padding: 14px 51px 14px 24px; background:var(--main-color); border-radius: 0px; color: #fff; line-height: 1.2; font-family:Noto Sans KR, sans-serif; font-size:15px; font-weight:500; transition:all .2s;}
.amore a i { position:absolute; right:30px; top:15px; transition:all .2s; }
.amore a:hover, .amore a:focus {background: #323030; transition:all .2s; }
.amore a:hover i { right:20px; transition:all .2s; }

@media screen and (max-width: 900px){
	.amore a { max-width:180px; padding: 10px 21px 10px 24px; font-size:13px; }
	.amore a i { position:absolute; right:30px; top:11px; transition:all .2s; }
}

@media screen and (max-width: 650px; ){

}

.BtnBlue { display:inline-block; max-width:350px; width:100%; margin:5px 0 0 0; }
.BtnBlue a { display: block; position: relative; width:100%; padding: 14px 51px 14px 24px; background:#174c98; border-radius: 50px; color: #fff; line-height: 1.2; font-family:Noto Sans KR, sans-serif; font-size:15px; font-weight:500; text-align:center; transition:all .2s; }
.BtnBlue a i { position:absolute; right:30px; top:15px; transition:all .2s; }
.BtnBlue a:hover, .BtnBlue a:focus { background: #2c2c2c; transition:all .2s; }
.BtnBlue a:hover i { right:20px; transition:all .2s; }


.greenBtn { display:inline-block; max-width:350px; width:100%; margin:25px 0 0 0; text-align:center;}
.greenBtn a { display: inline-block; position: relative; width:100%; padding: 14px 51px 14px 24px; background:#83a535; border-radius: 50px; color: #fff; line-height: 1.2; font-family:Noto Sans KR, sans-serif; font-size:15px; font-weight:500; text-align:center; transition:all .2s; }
.greenBtn a i { position:absolute; right:30px; top:15px; transition:all .2s; }
.greenBtn a:hover, .greenBtn a:focus { background: #2c2c2c; transition:all .2s; }
.greenBtn a:hover i { right:20px; transition:all .2s; }

/* br tag */
.mbbr{display:none;}
@media all and ( max-width: 1024px ){
	.pcbr{display:none;}
}
@media all and ( max-width: 480px ){	
	.mbbr{display:block;}
}

/* table */
.table_info_box { width: 100%; padding:0 0; }
.table_info_box > .tbl_info {min-width:600px;}
.table_info_box > .tbl_info.mw1000 {min-width:1000px !important;}
.table_info_box > .tbl_info.widthfull {min-width:400px !important;}
.tbl_info { width:100%; border-collapse: collapse; border-top: 1px solid #222; position: relative; table-layout: fixed; font-weight:500; font-family:Noto Sans KR, sans-serif; letter-spacing:-0.05em; }
.tbl_info::before{content: ""; width: 3px; height: calc(100% + 3px); background-color: #fff; position: absolute; right: -1px; top: -2px;}
.tbl_info tbody tr:first-of-type td {border-top: none;}
.tbl_info tbody tr:first-of-type th {border-top: none;}
.tbl_info th {border: 1px solid #ddd; border-left: none; background-color: #F7F8FC; padding: 20px 10px; text-align: center; font-size: 18px; font-weight: 500; color: #222;}
.tbl_info td {border: 1px solid #ddd; border-left: none; padding: 20px 20px; text-align: left; font-size: 16px; line-height: 1.6; position: relative;word-break: keep-all;}
.tbl_info th.txtL {text-align: left; padding-left: 20px;}
.tbl_info td.top {vertical-align: top;}
.tbl_info td span.bold {font-weight: 600;}
.tbl_info td.txtdL {text-align: left; padding-left: 20px;}

.tbl_info.lineN tr {border-bottom: 1px solid #ddd;}
.tbl_info.lineN th {border: none;}
.tbl_info.lineN td {border: none;}

@media screen and (max-width: 1260px) {
	.table_info_box { width: 100%;}
	.tbl_info th {padding: 15px 10px; font-size: 15px;}
	.tbl_info td {padding: 15px 10px; font-size: 15px;}
	.tbl_info td.txtdL {padding-left: 10px;}
}

@media screen and (max-width: 650px) {
	.table_info_box { overflow:hidden; overflow-x: auto;}
    .tbl_info { width: 600px;}
	.tbl_info th {padding: 10px 10px; font-size: 14px;}
	.tbl_info td {padding: 10px 10px; font-size: 14px; word-break: break-word;}
}

/* --------- ÆäÀÌÁö Å¸ÀÌÆ² ---------  */
.title_B { font-size: 30px; padding:10px 0; color:#212121; font-weight:700; font-family: 'Pretendard'; letter-spacing:-0.025em; line-height:120%; }
.title_T { font-size: 24px; padding:7px 0; color:#333; font-weight:700; font-family: 'Pretendard'; letter-spacing:-0.025em; line-height:120%; }
.title_S { font-size: 20px; padding:7px 0; color:#333; font-weight:500; font-family: 'Pretendard'; letter-spacing:-0.025em; line-height:120%; }

.desc_B { font-size: 18px; padding:7px 0; color:#737373; font-weight:400; font-family: 'Pretendard'; letter-spacing:-0.025em; line-height:150%; }
.desc_T { font-size: 17px; padding:2px 0; color:#6c6c6c; font-weight:400; font-family: 'Pretendard'; letter-spacing:-0.025em; line-height:150%; }
.desc_S { font-size: 16px; padding:2px 0; color:#6c6c6c; font-weight:500; font-family: 'Pretendard'; letter-spacing:-0.025em; line-height:150%; }
.desc_I { font-size: 17px; padding:20px; color:#6c6c6c; border: 2px dashed #d5d8da; border-top: 1px solid #83a535; margin: 10px 0; font-weight:400; font-family: 'Pretendard'; letter-spacing:-0.05em; line-height:150%; }

.desc_Ul {  }
.desc_Ul li { padding: 5px 0 5px 13px; text-indent: -13px; font-size: 16px; color:#787878; font-weight:500; font-family: 'Pretendard'; letter-spacing:-0.025em; line-height:150%; }
.desc_Ul li.titlez { padding: 10px 0 5px 0px; font-size: 16px; color:rgba(0,0,0,0.7); font-weight:700; }
.desc_Ul li.titlez:before { content: ''; position: relative; top: -1px; display: inline-block; margin-right: 10px; width: 3px; height: 3px; vertical-align: middle; background-color: #fff;  border-radius: 50%; }
.desc_Ul li:before { content: ''; position: relative; top: -1px; display: inline-block; margin-right: 10px; width: 3px; height: 3px; vertical-align: middle; background-color: #363636;  border-radius: 50%; }

.desc_Ulbox { font-size:0; }
.desc_Ulbox li { display:inline-block; padding: 5px 20px 5px 20px; margin:0 5px 5px 0; background:#f7f7f7; border:1px solid #eaeaea; border-radius:3px; font-size: 16px; color:#787878; font-weight:500; font-family:Noto Sans KR, sans-serif; letter-spacing:-0.05em; line-height:150%; }

.midSpace { height:30px; }
.midSpace20 { height:20px; }
.midSpaceline { height:60px; background:url(/images/dot.gif) repeat-x center center; opacity:0.6; }


@media screen and (max-width: 1260px){
	.title_B { font-size: 28px; padding:10px 0; }
	.title_T { font-size: 23px; padding:10px 0; }
	.title_S { font-size: 19px; padding:10px 0; }

	.desc_B { font-size: 17px; padding:10px 0; }
	.desc_T { font-size: 16px; padding:10px 0; }
	.desc_S { font-size: 15px; padding:10px 0; }
	.desc_I { font-size: 17px; padding:15px; }

	.desc_Ul {  }
	.desc_Ul li { padding: 5px 0 5px 10px; text-indent: -10px; font-size: 16px; }
	.desc_Ul li:before { margin-right: 8px; }

	.midSpaceline { height:50px; }
}

@media screen and (max-width: 900px){
	.title_B { font-size: 26px; padding:10px 0; }
	.title_T { font-size: 22px; padding:10px 0; }
	.title_S { font-size: 18px; padding:10px 0; }

	.desc_B { font-size: 16px; padding:10px 0; }
	.desc_T { font-size: 15px; padding:10px 0; }
	.desc_S { font-size: 14px; padding:10px 0; }
	.desc_I { font-size: 16px; padding:15px; }

	.desc_Ul {  }
	.desc_Ul li { padding: 5px 0 5px 10px; text-indent: -10px; font-size: 15px; }
	.desc_Ul li:before { margin-right: 8px; }

	.desc_Ulbox li { padding: 5px 20px 5px 20px; margin:0 5px 5px 0; font-size: 15px; }

	.midSpace { height:30px; }
	.midSpace20 { height:20px; }
	.midSpaceline { height:40px; }
}

@media screen and (max-width: 650px){
	.title_B { font-size: 22px; padding:10px 0; }
	.title_T { font-size: 19px; padding:10px 0; }
	.title_S { font-size: 17px; padding:10px 0; }

	.desc_B { font-size: 15px; padding:10px 0; }
	.desc_T { font-size: 14px; padding:10px 0; }
	.desc_S { font-size: 13px; padding:10px 0; }
	.desc_I { font-size: 15px; padding:10px; }

	.desc_Ul {  }
	.desc_Ul li { padding: 5px 0 5px 10px; text-indent: -10px; font-size: 15px; }
	.desc_Ul li:before { margin-right: 8px; }

	.desc_Ulbox li { padding: 5px 20px 5px 20px; margin:0 5px 5px 0; font-size: 14px; }
	
	.midSpace { height:20px; }
	.midSpace20 { height:10px; }
	.midSpaceline { height:30px; }
}


/* --------- ÆäÀÌÁö ÅÇ¸Þ´º ---------  */
.t_tab2 { padding:0; display:flex; justify-content:space-between; }
.t_tab2 .tab-item { width:49.5%;}
.t_tab2 .tab2 { width:100%; cursor:pointer; line-height:100%; text-align:center; font-family:GmSansM; font-size:15px; padding:14px 0 12px 0; border:1px solid #eaeaea; margin:0 5px 0 0; color:#000; border-radius:3px; transition:all .2s; }
.t_tab2 .tab2:hover { border:1px solid #83a535; color:#000; transition:all .2s;}
.t_tab2 .tab2.on { background:#83a535; border:1px solid #83a535; color:white; transition:all .2s;}

.t_tab3 { padding:0; display:flex; justify-content:space-between; }
.t_tab3 .tab-item { width:33%;}
.t_tab3 .tab3 { width:100%; cursor:pointer; line-height:100%; text-align:center; font-family:GmSansM; font-size:15px; padding:14px 0 12px 0; border:1px solid #eaeaea; margin:0 5px 0 0; color:#000; border-radius:3px; transition:all .2s; }
.t_tab3 .tab3:hover { border:1px solid #83a535; color:#000; transition:all .2s;}
.t_tab3 .tab3.on { background:#83a535; border:1px solid #83a535; color:white; transition:all .2s;}

.t_tab4 { padding:0; text-align:left; border:0px solid red; }
.t_tab4 .tab4 { display:inline-block; width:24%; cursor:pointer; line-height:100%; text-align:center; font-family:GmSansM; font-size:15px; text-transform:uppercase; padding:14px 0 12px 0; border:1px solid #eaeaea; margin:0 5px 0 0; color:#000; border-radius:3px; transition:all .2s; }
.t_tab4 .tab4:hover { border:1px solid #83a535; color:#000; transition:all .2s;}
.t_tab4 .tab4.on { background:#83a535; color:white; transition:all .2s;}

.t_tab5 { padding:0; display:flex; justify-content:space-between; }
.t_tab5 .tab-item { width:20%;}
.t_tab5 .tab5 { width:100%; cursor:pointer; line-height:100%; text-align:center; font-family:GmSansM; font-size:15px; padding:14px 0 12px 0; border:1px solid #eaeaea; margin:0 5px 0 0; color:#000; border-radius:3px; transition:all .2s; }
.t_tab5 .tab5:hover { border:1px solid #83a535; color:#000; transition:all .2s;}
.t_tab5 .tab5.on { background:#83a535; border:1px solid #83a535; color:white; transition:all .2s;}

.t_tab6 { padding:0; border:0px solid red; text-align:left; }
.t_tab6 .tab6 { display:inline-block; text-align:center; width:15.5%; cursor:pointer; line-height:100%; font-family:Noto Sans KR, sans-serif; font-weight:500; font-size:15px; text-transform:uppercase; padding:10px 0 12px 0; border:1px solid #eaeaea; margin:0 5px 0 0; color:#000; border-radius:3px; transition:all .2s; }
.t_tab6 .tab6:hover { border:1px solid #6c5c50; color:#000; transition:all .2s;}
.t_tab6 .tab6.on { background:#3345a3; color:white; transition:all .2s;}

.t_tab7 { padding:0; border:0px solid red; text-align:left; }
.t_tab7 .tab7 { display:inline-block; text-align:center; width:13%; cursor:pointer; line-height:100%; font-family:Noto Sans KR, sans-serif; font-weight:500; font-size:15px; text-transform:uppercase; padding:10px 0 12px 0; border:1px solid #eaeaea; margin:0 5px 0 0; color:#000; border-radius:3px; transition:all .2s; }
.t_tab7 .tab7:hover { border:1px solid #6c5c50; color:#000; transition:all .2s;}
.t_tab7 .tab7.on { background:#3345a3; color:white; transition:all .2s;}

.t_tab8 { padding:0; border:0px solid red; text-align:left; }
.t_tab8 .tab8 { display:inline-block; text-align:center; width:11.5%; cursor:pointer; line-height:100%; font-family:Noto Sans KR, sans-serif; font-weight:500; font-size:15px; text-transform:uppercase; padding:10px 0 12px 0; border:1px solid #eaeaea; margin:0 5px 0 0; color:#000; border-radius:3px; transition:all .2s; }
.t_tab8 .tab8:hover { border:1px solid #6c5c50; color:#000; transition:all .2s;}
.t_tab8 .tab8.on { background:#3345a3; color:white; transition:all .2s;}

@media screen and (max-width: 1260px){
	.t_tab4 .tab4 { width:24%; font-size:15px; padding:12px 0 12px 0; margin:0 5px 0 0; }

	.t_tab8 .tab8 { width:11.5%; font-size:15px; padding:10px 0 12px 0; margin:0 5px 5px 0; }
}

@media screen and (max-width: 900px){
	.t_tab2 .tab2 { font-size:15px; padding:10px 0 10px 0; }
	.t_tab6 .tab6 { width:15.5%; font-size:13px; padding:10px 0 12px 0; margin:0 5px 5px 0; }
	.t_tab7 .tab7 { width:15%; font-size:13px; padding:10px 0 12px 0; margin:0 5px 5px 0; }
	.t_tab8 .tab8 { width:15%; font-size:13px; padding:10px 0 12px 0; margin:0 5px 5px 0; }
}

@media screen and (max-width: 650px){
	.t_tab2 .tab2 { font-size:14px; padding:10px 0 8px 0; }
	.t_tab3 .tab3 { font-size:14px; padding:10px 0 8px 0; }
	.t_tab4 .tab4 { width:48%; font-size:14px; padding:12px 0 12px 0; margin:0 1% 1% 0; }

	.t_tab5 .tab5 { font-size:12px; padding:10px 0 8px 0; }

	.t_tab6 .tab6 { width:31%; cursor:pointer; font-size:13px; padding:10px 0 12px 0; margin:0 5px 5px 0; }
	.t_tab7 .tab7 { width:31%; cursor:pointer; font-size:13px; padding:10px 0 12px 0; margin:0 5px 5px 0; }
	.t_tab8 .tab8 { width:31%; font-size:13px; padding:10px 0 12px 0; margin:0 5px 5px 0; }
}

@media screen and (max-width: 300px){

}

/* ÆË¾÷Ã¢ */
.util_pop						{border:0px solid #9d9d9d;}
.util_pop .box					{height:40px; background:#001d37; border-top-left-radius:5px; line-height:100%; }
.util_pop .box .close			{position:relative; width:100%; height:0px;}
.util_pop .box .close .pos		{position:absolute; top:-10px; right:-10px;color:white; font-size:11px; line-height:100%;}
.util_pop .box .close .pos .btn	{height:30px; width:30px; text-align:center; cursor:pointer; color:white; background:#c70940; font-size:15px; padding-top:7px; border-radius:100%; transition:all .3s; }
.util_pop .box .close .pos .btn:hover { background:#002291; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg); transition:all .3s; }
.util_pop .box .head				{float:left; width:100%; cursor:move;color:white; padding:13px 0px 0px 10px; font-size:11px; text-overflow: ellipsis; white-space: nowrap; text-align:left;}
.util_pop .box .head .sname		{float:left; width:80px; padding:1px 0 0 7px; font-family:Noto Sans KR, sans-serif;  font-weight:500; font-size:12px; opacity:0.7;}
.util_pop .box .head .pname		{float:left; width:auto; padding:1px 10px 0 0; font-family:Noto Sans KR, sans-serif;  font-weight:500; font-size:12px; text-overflow: ellipsis; white-space: nowrap; overflow:hidden;}
.util_pop .box .content			{position:relative;overflow:hidden; background:#ffffff; text-align:left;}
.util_pop .btm			{padding:12px 0px; text-align:center; background:#eeeeee; font-size:11px; line-height:100%; color:rgba(0,0,0,0.7); border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
.util_pop .btm .txt		{padding-top:4px;}

@media screen and (max-width: 650px){
	.util_pop { width:100%; margin:0 0 0 0;  border:0px solid #9d9d9d;}
	.util_pop .box .close .pos		{position:absolute; top:5px; right:10px;color:white; font-size:11px; line-height:100%;}
	.util_pop .box .close .pos .btn	{height:30px; width:30px; text-align:center; cursor:pointer; color:white; background:#c70940; font-size:15px; padding-top:7px; border-radius:20%;}
}
