/* common */
body, table, th, td, button, select, input, textarea {
	font-family:'Pretendard', "나눔고딕", "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
	color:#666;
	-webkit-text-size-adjust:none;
	word-break:keep-all;
}

/* 페이지 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
******************* */
.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; }

/* 패딩 */
.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;}
.mgb40 {margin-bottom:40px !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:#ffea00 !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; }

@media screen and (max-width : 900px){
	.mgt0  {margin-top:0 !important;}
	.mgt5  {margin-top:5px !important;}
	.mgt10 {margin-top:5px !important;}
	.mgt15 {margin-top:10px !important;}
	.mgt20 {margin-top:15px !important;}
	.mgt30 {margin-top:25px !important;}
	.mgt40 {margin-top:30px !important;}
	.mgt50 {margin-top:40px !important;}
	.mgt80 {margin-top:60px !important;}

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

@media screen and (max-width : 650px){
	.mgt0  {margin-top:0 !important;}
	.mgt5  {margin-top:5px !important;}
	.mgt10 {margin-top:5px !important;}
	.mgt15 {margin-top:10px !important;}
	.mgt20 {margin-top:15px !important;}
	.mgt30 {margin-top:15px !important;}
	.mgt40 {margin-top:30px !important;}
	.mgt50 {margin-top:30px !important;}
	.mgt80 {margin-top:50px !important;}


	.mgb0  {margin-bottom:0 !important;}
	.mgb5  {margin-bottom:0px !important;}
	.mgb10 {margin-bottom:0px !important;}
	.mgb15 {margin-bottom:10px !important;}
	.mgb20 {margin-bottom:10px !important;}
	.mgb30 {margin-bottom:20px !important;}
	.mgb40 {margin-bottom:25px !important;}
	.mgb60 {margin-bottom:40px !important;}
}


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

/* 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; overflow:hidden; overflow-x: auto; }
.table_info_box > .tbl_info {min-width:100%;}
.table_info_box > .tbl_info.mw600 {min-width:600px !important;}
.table_info_box > .tbl_info.mw800 {min-width:800px !important;}
.table_info_box > .tbl_info.mw1000 {min-width:1000px !important;}
.table_info_box > .tbl_info.mw1200 {min-width:1200px !important;}
.table_info_box > .tbl_info.widthfull {min-width:100px !important;}
.tbl_info { width:100%; border-collapse: collapse; border-top: 1px solid #222; position: relative; table-layout: fixed; font-weight:500; font-family:Pretendard, 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; font-family:Pretendard, sans-serif; border-left: none; background-color: #F7F8FC; padding: 20px 10px; text-align: center; font-size: 18px; font-weight: 500; color: #222;}
.tbl_info th i { color:#ff0000; font-size: 16px; }
.tbl_info th span { font-size: 16px; color:#ed7005; }
.tbl_info td {border: 1px solid #ddd; border-left: none; font-family:Pretendard, sans-serif; padding: 20px 20px; text-align: center; font-size: 16px; line-height: 1.6; position: relative;word-break: keep-all; vertical-align:middle; }
.tbl_info th.txtL {text-align: left; padding-left: 20px;}
.tbl_info td.top {vertical-align: top;}
.tbl_info td span { display:inline-block; border:1px solid rgba(0,0,0,0.1); background:#f7f7f7; font-size:12px; padding:2px 5px; }
.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: 1360px) {
	.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;}*/
	.table_info_box { width: 100%; }
    .tbl_info { min-width: 100%; width: 100%; }
	.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: 19px; 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; margin:0 !important; text-indent: -13px; font-size: 18px; color:#787878; font-weight:500; font-family: 'Pretendard'; letter-spacing:-0.025em; line-height:150%; }
.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 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_info {  }
.desc_Ul_info li { padding: 5px 0 5px 13px; text-indent: -7px; font-size: 18px; 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%; }


.midSpace10 { margin-top:10px; }
.midSpace20 { height:20px; }
.midSpace30 { height:30px; }
.midSpace40 { height:40px; }
.midSpace50 { height:50px; }
.midSpace60 { height:60px; }
.midSpace70 { height:70px; }
.midSpace80 { height:80px; }

.midSpaceline { display:block; height:60px; background:url(/images/dot.gif) repeat-x center center; opacity:0.6; border:0px solid red; width:100%; }


@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; }
	.midSpace10 { height:5px; }
	.midSpace20 { height:15px; }
	.midSpace30 { height:25px; }
	.midSpace40 { height:35px; }
	.midSpace50 { height:45px; }
	.midSpace60 { height:55px; }
	.midSpace70 { height:65px; }
	.midSpace80 { height:75px; }
	.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; }
	.midSpace10 { height:5px; }
	.midSpace20 { height:10px; }
	.midSpace30 { height:20px; }
	.midSpace40 { height:30px; }
	.midSpace50 { height:40px; }
	.midSpace60 { height:50px; }
	.midSpace70 { height:60px; }
	.midSpace80 { height:70px; }
	.midSpaceline { height:30px; }
}

.box_st_flow { position:relative; width:100%; padding:20px 20px 10px 10px; border: 1px dashed #d5d8da; border-top:1px solid #004a80; margin-top:10px; }
.box_st_flow .flow-item { font-size:17px; font-weight:500; color:#333; line-height:180%; text-align:center;}
.box_st_flow .flow-item span { display:inline-block; width:auto; background:#f7f7f7; border-radius:4px; border:1px solid #eaeaea; padding:5px 30px; white-space:nowrap; text-align:center; margin-bottom:10px; }
.box_st_flow .flow-item span.bugBg1 { background:#44b8cd; color:#fff; }
.box_st_flow .flow-item i { padding:0 5px; color:#999; }
.box_st_flow .flow-item i.xi-arrow-down { display:none; }

@media screen and (max-width: 1360px){
	.box_st_flow { padding:20px 30px 10px 20px; margin-top:10px; }
	.box_st_flow .flow-item { font-size:15px; }
	.box_st_flow .flow-item span { padding:5px 20px; margin-bottom:10px; }
	.box_st_flow .flow-item i { padding:0 5px; }
}

@media screen and (max-width: 650px){
	.box_st_flow { padding:20px 20px 20px 20px; margin-top:5px; }
	.box_st_flow .flow-item { font-size:16px; }
	.box_st_flow .flow-item span { width:100%; padding:5px 20px; margin-bottom:0; }
	.box_st_flow .flow-item i { padding:0 5px; }
	.box_st_flow .flow-item i.xi-long-arrow-right { display:none; }
	.box_st_flow .flow-item i.xi-arrow-down { display:block; text-align:center; width:100%; padding:5px 0; }
}

/* --------- 페이지 탭메뉴 ---------  */
.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; text-align:left; }
.amore a { display: inline-block; position: relative; width:200px; text-align:center; padding: 14px 0 14px 0; background: #ff7311; border-radius: 3px; color: #fff; line-height: 1.2; font-family:var(--neo); font-size:16px; font-weight:700; transition:all .2s;}
.amore a i { display:none; position:absolute; right:10px; 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 { 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:250px; width:100%; margin:25px 0 0 0; text-align:center;}
.greenBtn a { display: inline-block; position: relative; width:100%; padding: 14px 0 14px 0; background:var(--main-color); border-radius: 5px; 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; }


.m-greenBtn { position:relative; max-width:250px; width:100%; margin:0 0 35px 0; text-align:center;}
.m-greenBtn a { display: inline-block; position: relative; width:100%; padding: 14px 51px 14px 24px; background: linear-gradient(316deg, #15d3d2 0%, #1fd77b 100%); 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; }
.m-greenBtn a i { position:absolute; right:30px; top:15px; transition:all .2s; }
.m-greenBtn a:hover, .m-greenBtn a:focus { background: #2c2c2c; transition:all .2s; }
.m-greenBtn a:hover i { right:20px; transition:all .2s; }

@media screen and (max-width: 1360px){
	.m-greenBtn { max-width:250px; margin:0 0 25px 0; }
	.m-greenBtn a { padding: 10px 51px 10px 24px; }
	.m-greenBtn a i { right:30px; top:11px; }
	.m-greenBtn a:hover i { right:20px; transition:all .2s; }
}
@media screen and (max-width: 900px){
	.m-greenBtn { max-width:250px; margin:0 0 25px 0; }
	.m-greenBtn a { padding: 10px 51px 10px 24px; }
	.m-greenBtn a i { right:30px; top:11px; }
	.m-greenBtn a:hover i { right:20px; transition:all .2s; }
}
@media screen and (max-width: 650px){
	.m-greenBtn { max-width:220px; margin:0 0 25px 0; }
	.m-greenBtn a { padding: 7px 41px 8px 14px; font-size:14px; }
	.m-greenBtn a i { right:20px; top:8px; }
	.m-greenBtn a:hover i { right:10px; 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}
