@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 { font-family:'Pretendard'; 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:#000; background:#f7f7f7; font-size:16px; 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:15px;}

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

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

	.txta_frm { width:100%; height:150px; padding:10px 15px; line-height:1.5; 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; }
		.txta_frm2 { height:100px; padding:10px; font-size:13px; }
	}

	.input_pup { width:100%; height:45px; padding:0 0; border:1px solid #000; color:#fff !important; cursor:pointer; background:#000; text-align:center; font-size:14px; font-weight:700; 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; }
	}


/* common */
body, table, th, td, button, select, input, textarea {
	font-family:'Noto Sans KR', "³ª´®°íµñ", "Nanum Gothic","µ¸¿ò", Dotum, Arial, sans-serif;
	color:#666;
	-webkit-text-size-adjust:none;
	word-break:keep-all;
}

:root{
	font-size:16px;
	--main-color: #052850;
	--latest-color: #052850;
	--board-color: #052850;
}

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
/* ¿ÜºÎ css import : ÀÍ½ºÀü¿ë */
	@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
	@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
	@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
	@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
	@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
	@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

@font-face { font-family: 'Bebas Neue'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/bebasneue/v2/JTUSjIg69CK48gW7PXooxW0.woff) format('woff'); }
@font-face {font-family: 'GmSansL'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'GmSansM'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'GmSansB'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal;}

@font-face { font-family: 'yg-jalnan'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff'); font-weight: normal; font-style: normal; }

/* Pretendard */ 
@font-face { font-family: 'Pretendard'; src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Pretendard'; src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Pretendard'; src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'Pretendard'; src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff'); font-weight: 700; font-style: normal; }

@font-face {
    font-family: 'SCD';
    font-weight: 100;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCD';
    font-weight: 200;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCD';
    font-weight: 300;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCD';
    font-weight: 400;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCD';
    font-weight: 500;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCD';
    font-weight: 600;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCD';
    font-weight: 700;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCD';
    font-weight: 800;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCD';
    font-weight: 900;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCD';
    font-weight: 900;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff) format('woff');
    font-display: swap;
}

/* ÆäÀÌÁö skip css */
.cntskip_set			{position:relative; top:0; left:0; width:100%; text-align:center; border:0px solid red;}
.cntskip_set ol.skip_pos {display:inline-block; font-size:0;  letter-spacing:-0.05em; margin-top:30px; }
.cntskip_set ol.skip_pos li		{display:inline-block; vertical-align:middle; font-size:11px;}
.cntskip_set ol.skip_pos li a		{display:block; padding:7px; font-family:µ¸¿ò;}
.cntskip_set ol.skip_pos li a.pg_al			{border:1px solid transparent; color:#000000;}
.cntskip_set ol.skip_pos li a.pg_al:hover	{color:#ef386c; }
.cntskip_set ol.skip_pos li a.pg_al:after	{content: "ÀÌÀü";}
.cntskip_set ol.skip_pos li a.pg_al_not			{border:1px solid transparent; color:#dddddd; cursor:default;}
.cntskip_set ol.skip_pos li a.pg_al_not:after	{content: "ÀÌÀü";}
.cntskip_set ol.skip_pos li a.all_l			{border:1px solid transparent; color:#000000;}
.cntskip_set ol.skip_pos li a.all_l:hover	{color:#ef386c; }
.cntskip_set ol.skip_pos li a.all_l:after	{content: "Ã³À½";}
.cntskip_set ol.skip_pos li a.pg_ar			{border:1px solid transparent; color:#000000;}
.cntskip_set ol.skip_pos li a.pg_ar:hover	{color:#ef386c; }
.cntskip_set ol.skip_pos li a.pg_ar:after	{content: "´ÙÀ½";}
.cntskip_set ol.skip_pos li a.pg_ar_not			{border:1px solid transparent; color:#dddddd; cursor:default;}
.cntskip_set ol.skip_pos li a.pg_ar_not:after	{content: "´ÙÀ½";}
.cntskip_set ol.skip_pos li a.all_r			{border:1px solid transparent; color:#000000;}
.cntskip_set ol.skip_pos li a.all_r:hover	{color:#ef386c; }
.cntskip_set ol.skip_pos li a.all_r:after	{content: "¸¶Áö¸·";}
.cntskip_set ol.skip_pos li.pps_hset			{margin:0px 15px;}
.cntskip_hset			{margin:0px 15px;}
ol.skippage_no		{line-height:160%;}
ol.skippage_no li		{display:inline-block; vertical-align:middle;}
ol.skippage_no li.now	{color:#ef386c; padding:10px 15px; font-size:13px; font-family:tahoma;border:1px solid #e6e6e6; background:white;}
ol.skippage_no li a		{display:block; color:#898989; padding:7px 10px; font-size:13px; font-family:tahoma !important;border:1px solid transparent; background:transparent !important;}
ol.skippage_no li a:hover	{color:#ef386c; }

@media screen and (max-width : 1260px){
	.cntskip_set ol.skip_pos			{margin-top:10px; }
}

@media screen and (max-width : 900px){
	.cntskip_set ol.skip_pos			{margin-top:10px; }
}

@media screen and (max-width : 650px){
	.cntskip_set ol.skip_pos			{margin-top:15px; }
	.cntskip_hset .skippage_no			{display:none;}
}


/* *******************
 * common.css
******************* */
:root{
	font-size:16px;
	--main-color: #052850;
	--latest-color: #052850;
	--board-color: #052850;
}

.view_vod		{ position:relative; top:0px; left:0; width:100%; padding-bottom:56.25%; padding-left:0; }
.view_vod iframe { position:absolute; width:100% !important; height:100% !important; left:0; }

/* 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}

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

.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 image-out {
	from { transform: scale(1.0,1.0) }
	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); }
}

@keyframes leftmid {
	0% { opacity: 0.1; transform: scale(0.9,0.9); }
	100% { opacity:1; transform: scale(1.0,1.0); }
}

@keyframes wheelloof {
	0% { top: 8px; opacity:0; }
	65% { top: 24px; opacity:1;}
	100% { top: 8px; opacity:0; }
}
/* 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: center; 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_Ul_info {  }
.desc_Ul_info li { padding: 5px 0 5px 13px; text-indent: -7px; font-size: 16px; color:#787878; font-weight:500; font-family: 'Pretendard'; letter-spacing:-0.025em; line-height:130%; }
.desc_Ul_info li:before { content: '¡Ø'; color:var(--main-color); position: relative; top: -2px; display: inline-block; margin-right: 5px; vertical-align: middle; }


.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: 18px; color:#787878; font-weight:500; font-family: 'Pretendard'; letter-spacing:-0.05em; line-height:150%; }

.midSpace { height:30px; }
.midSpace10 { height:10px; }
.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:7px 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:7px 0; }
	.title_T { font-size: 22px; padding:7px 0; }
	.title_S { font-size: 18px; padding:7px 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:7px 0; }
	.title_T { font-size: 19px; padding:7px 0; }
	.title_S { font-size: 17px; padding:7px 0; }

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

	.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){

}


/* 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; }


/* ¾à°ü/°³ÀÎÁ¤º¸ */
.default_outline { }
.rule_box { width:100%; font-size:13px; line-height:180%; color:#949494; font-family:Noto Sans KR, sans-serif; font-weight:500; }
.rule_box p.infoTxt { width:100%; font-size:13px; line-height:180%; color:#949494; border:1px solid #e4e4e4; background:#eee; padding:15px; }
.rule_box h2 { font-size:18px; line-height:280%; font-family:Noto Sans KR, sans-serif; font-weight:500; color:black; padding:5px 0;}
.rule_box p { width:100%; font-size:14px; color:#8e8e8e;}

.rule_list { width:100%; border-top:3px solid #333; margin-top:20px; }
.rule_list table { width: 100%; border-collapse:collapse; }
.rule_list table caption {height:0;}
.rule_list table th {border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 12px 0; background: #f2f2f2; color: #333; font-size: 15px; font-weight: 400; text-align: center;}
.rule_list table th:last-child {border-right: 0;}
.rule_list table td {border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 12px 7px; font-size: 14px; color: #555; text-align: center;}
.rule_list table td:last-child {border-right: 0;}

@media screen and (max-width: 900px){
	.rule_box {font-size:12px; line-height:170%;}
	.rule_box h2 {font-size:15px;}
	.rule_box p {font-size:13px;}
	.rule_list table th {padding: 12px 0; font-size: 13px;}
	.rule_list table td {padding: 12px 7px; font-size: 12px; }
}

@media screen and (max-width: 650px){
	.rule_box {font-size:11px; line-height:160%;}
	.rule_box h2 {font-size:13px;}
	.rule_box p {font-size:12px;}
	.rule_list table th {padding: 10px 0; font-size: 12px;}
	.rule_list table td {padding: 10px 5px; font-size: 11px; }
}


.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}
