@charset "utf-8";


@font-face {
	font-family:'NotoSansKr';
	font-style:normal;
	font-weight:300;
	src:url('../fonts/NotoSansCJKkr-Light.woff');
}
@font-face {
	font-family:'NotoSansKr';
	font-style:normal;
	font-weight:400;
	src:url('../fonts/NotoSansCJKkr-Regular.woff2');
}
@font-face {
	font-family:'NotoSansKr';
	font-style:normal;
	font-weight:500;
	src:url('../fonts/NotoSansCJKkr-Medium.woff2');
}
@font-face {
	font-family:'NotoSansKr';
	font-style:normal;
	font-weight:600;
	src:url('../fonts/NotoSansCJKkr-Bold.woff2');
}

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

html,body{
	font-family:'NanumSquare', sans-serif;
	margin: 0;
	font-weight: 400;
}

#contents{
	max-width: 1200px;
	margin:0 auto 60px auto;
}
ul,ol,dl,li,dt,dd{
	list-style:none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
p{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color:#000;
}
img{
	max-width: 100%;
	width: auto;
}
table{
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	table-layout:fixed;
	word-break:break-all;
}
caption, legend {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Skip Navigation */
#skipToContent{position:relative;width:100%;overflow:hidden;margin:0 auto;z-index:1000}
#skipToContent a{display:block;height:1px;margin-top:-2px;overflow:hidden;text-align:center;font-size:0;line-height:0;background:#333}
#skipToContent a:active,#skipToContent a:focus{height:40px;padding:7px 0;font-size:16px;line-height:40px;font-weight:800;color:#fff;z-index:10000;}
#skipToContent a:active:after,#skipToContent a:focus:after{content:'';display:block;width:100%;box-sizing: border-box;height: 100%;position:absolute;left:0;top:0;border:4px solid red;}

input[type=text]{
	border:1px solid #CECECE;
	height:32px;
	width: 100%;
    text-indent: 10px;
}
.input-form.textarea {
  position: relative;
}
.input-form.radiogroup{
	display: inline-flex;
	align-items: baseline;
}

/* cklist-write(2025.10.30 최상원 추가) */
.cklist-write { clear:both; width:100%; color:#353535; border-top:1px solid #2183ab; border-bottom:1px solid #d7d7d7; line-height:normal; margin-bottom:15px; }
.cklist-write thead th { text-align:center; font-weight:600; border:1px solid #d7d7d7; padding:11px 0; color:#2e91b5; vertical-align:middle;background:#e5f0f4; font-size:16px; }
.cklist-write th { text-align:left; font-weight:600; border:1px solid #d7d7d7; padding:11px 10px; color:#000; vertical-align:middle;background:#f7f7f7; font-size:16px; }
.cklist-write td { text-align:left; padding:11px 11px; letter-spacing:0;  border:1px solid #d7d7d7;  vertical-align:middle; font-size:16px; }
.cklist-write td.sky { background:#F4FFFF; }
.cklist-write .l_line { border-left:#ddd solid 1px; }
.cklist-write input.w_txt { border:1px solid #cecece; height:28px; padding:0 5px;font-size:15px; z-index:10000;}
.cklist-write input.w_txt.s10 { border:1px solid #cecece; height:28px; padding:0 5px;width:70px; font-size:15px;}
.cklist-write textarea.w_txt { border:1px solid #cecece; height:150px;width:92%;padding:5px 5px; font-family:Dotum, Helvetica, AppleGothic, Sans-serif; font-size:15px; }
.cklist-write textarea.w_txt2 { border:1px solid #cecece; height:100px;width:92%;padding:5px 5px; font-family:Dotum, Helvetica, AppleGothic, Sans-serif; font-size:15px; }
.cklist-write select { border:1px solid #cecece; height:28px; padding:0 0 0 0; font-size:16px;background:#fff;color:#666; }
.cklist-write select option:disabled { color: #ddd;}
.cklist-write input, .cklist-write select, .cklist-write img { vertical-align:middle; color:#666;  }
.cklist-write .selecth { width:auto;font-size:16px; height:28px; border:#abadb3 solid 1px; }

.cklist-write .con_in { width:auto; line-height:1.6em; }
.cklist-write .con_in img { width:100%; margin-bottom:15px; }
.cklist-write .first { border-top:1px solid #83a0da !important; }
.cklist-write .cont {font-size: 12px;font-weight:normal;}

.cklist-write td table [scope="row"]{background: #f7f7f7;color: #000;font-weight: 600;}

.tarea-holder {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #888;
  font-size: 14px;
  cursor: text;
}
/* 2025.10.30 최상원 추가 */
.select {
	height:20px;
	line-height:20px;
	border:#e1e1e1 solid 1px;
	color:#707070;
	font-size:13px;
}
textarea {
  width: 100%;
  min-height: 120px;
  padding: 8px 10px;
  box-sizing: border-box;
  border:1px solid #CECECE;
  resize: none;
}
.flex{
	display: flex;
  align-items: center;
  gap: 10px;
}
.wrap{
	flex-wrap: wrap;
	gap:5px;
}
.top{
	height: 46px;
	background: #2E2E2E;
	display: flex;
	justify-content: flex-end;
  align-items: center;
}
.top ul{
	display: flex;
	gap: 12px;
	padding:0 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  justify-content: flex-end;
}
.top a{
	font-size:12px;
	color:#fff;
}
.logo{
	background: url(../img/common/logo_micegg.svg) center center no-repeat;
	width: 287px;
  height: 47px;
  display: block;
	position: absolute;
  top: 50px;
  left: 50px;
}
.visual{
	height: 681px;
	background: url(../img/common/micegg_visual.jpg) center center no-repeat;
	text-align: center;
}
.vs-wrap{
	max-width: 1200px;
	margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vs-wrap h1{
	color:#fff;
	font-size:42px;
  margin-top: 200px;
}
.util {
	display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 42px 0 0 0;
}
.util a{
	color:#fff;
	font-size: 14px;
  display: flex;
  height: 38px;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.util li:first-child a:after{
	content:'';
	display: block;
	width: 1px;
	height: 26px;
	background-color: #666;
	position: absolute;
	right:0;
}
.gnb{
  margin-top: auto;
}
.gnb ul{
	display: flex;
	width: 100%;
  justify-content: space-between;
}
.gnb li{
	width: 100%;
}
.gnb li a{
	height: 80px;
	border-top:2px solid rgba(255, 255, 255, 0.3);
	font-size: 18px;
	color:#D7D7D7;
	display: flex;
  align-items: center;
  justify-content: center;
	position: relative;
}
.gnb li.active a{
	color:#fff;
}
.gnb li a:before {
  display: inline-flex;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 0.3rem;
  background-color: #fff;
  transition: 0.4s ease-in-out;
}
.gnb li a:hover{
	color:#fff;
}
.gnb li a:hover:before,
.gnb li.active a:before {
  width: 100%;
}
.box{
	border:1px solid #E5E7EB;
	border-radius: 12px;
	padding:30px 25px;
}
.box ul li{
	font-size: 16px;
}
.box.b-line{
	border-left:6px solid #1F3A7A;
	font-size: 16px;
	font-weight:300;
  padding: 12px 18px;
}
.box.b-line dt{
	font-weight: 600;
}
#contents > section{
	margin-top:60px;
}
#contents h2{
	margin-bottom:60px;
	font-size:32px;
	color:#0F172A;
	text-align: center;
}
#contents .tab-content h2{
	margin:58px 28px 28px 0;
	font-size:32px;
	color:#0F172A;
	text-align: left;
}
h3{
	font-size: 24px;
	text-align: left;
	margin-bottom:20px;
}
h4{
	color:#0F172A;
	font-size:20px;
	display: flex;
	align-items: center;
  gap: 10px;
	font-weight: 500;
	margin-bottom: 20px;
  position: relative;
  padding: 0 0 0 15px;
}
h4:before{
  content: '';
  width: 4px;
  height: 20px;
	background: #242E83;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}
h5{
	font-size: 16px;
}
.breadcrumb{
	height: 60px;
	border-bottom: 1px solid #F5F5F5;
	background-color: #EEEEEE;
}
.breadcrumb ul{
	max-width: 1200px;
	display: flex;
  margin: 0 auto;
}
.breadcrumb ul a{
	font-size:14px;
	display: flex;
	height: 60px;
}
.breadcrumb ul li.home a{
	width: 60px;
	background: #003D9A url(../img/common/brq-home.svg) center center no-repeat;
}
.breadcrumb ul a.lnb-anchor{
	background: url(../img/common/arrow-gray.svg) right center no-repeat;
	align-items: center;
  padding: 0 60px 0 30px;
}
.breadcrumb ul a.lnb-anchor{
	min-width: 240px;
}
.breadcrumb ul li{
	position: relative;
}
.open .lnb-pop{
	display: block;
}
.lnb-pop{
	display: none;
	background: #fff;
  border: 1px solid #ddd;
  position: absolute;
  width: 100%;
}
.lnb-pop ul{
	display: flex;
	flex-direction: column;
}
.lnb-pop ul li{
	position: relative;
}
.lnb-pop ul a{
	display: flex;
	font-size: 14px;
  height: 60px;
	align-items: center;
  padding: 0 0 0 31px;
}
main{
	overflow-x: hidden;
  width: 100%;
}
.choice-box{
	display: flex;
	justify-content: space-between;
  gap: 12px;
}
.choice-box > div{
	display: flex;
	height: 180px;
	border:1px solid #E5E7EB;
	border-radius: 10px;
	background-color: #FAFAFB;
  width: 100%;
	padding:30px;
	color:#2C2C2E;
	font-size: 20px;
}
.choice-box > div:hover{
    border:2px solid #003d60;
}
.choice-box > div > p{
	width: 100%;
	font-weight: 500;
}
.choice-box > div .btn{
	margin-top:auto;
}
.choice-box > div:hover .btn{
border:1px solid #003d60;
}
.all-menu-pop{
	display: none;
  position: absolute;
  width: 342px;
  height: auto;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  top: 99px;
  border: 1px solid #3d3f50;
	padding: 10px;
}
.all-menu-pop.active{
	display: block;
}
.all-menu-pop li{
	width: 100%;
	padding: 10px 0;
}
.all-menu-pop li a{
	display: flex;
	padding: 0 0 0 20px;
  color: #fff;
}
.all-menu{
	position: relative;
  background:transparent;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  position: relative;
	cursor:pointer;
}
.all-menu a{display: block; height: 2px; width: 22px;padding: 0;background: #fff; position: absolute; top: 50%; margin-top: -1px; left: 50%; margin-left: -11px; transition: all 0.5s;}
.all-menu a:before{content:'';display: block;height: 100%;width: 100%;background: #fff;position: absolute;top: -7px;transform: rotate(0deg);transition: all 0.5s;}
.all-menu a:after{content:'';display: block;height: 100%;width: 100%;background: #fff;position: absolute;top: 7px;transform: rotate(0deg);transition: all 0.5s;}

.all-menu.active a{background: transparent;}
.all-menu.active a:before{transform: rotate(135deg); top: 0;}
.all-menu.active a:after{transform: rotate(-135deg);top: 0;}

.btn-group{
	display: flex;
	gap:12px;
}
.btn{
	display: flex;
	border:1px solid #ddd;
	align-items: center;
  justify-content: center;
	padding: 0 20px;
	background-color: #fff;
}
.btn.big{
  height: 70px;
  border: 1px solid #1F3A7A;
  background: #fff;    
	border-radius:70px;
	min-width: 277px;
	font-size: 18px;
}
.btn.blue{
	background: #242E83;
	color:#fff;
}
.btn.small{
  height: 48px;
  min-width: 118px;
  font-size: 16px;
  color: #1F3A7A;
	border-radius: 48px;
}
.btn.sq{
	background-color: #737373;
	color:#fff;
	display: inline-flex;
	padding:2px 10px;
	font-size: 14px;
	height: 30px;
	margin:0 10px;
}
.cancel{
	text-decoration: line-through;
	color:#555;
}
.txt.t-type1{
	font-size: 15px;
	color:#454A53;
}
/* 2025.10.30 최상원 추가시작 */
.agree_txt {
	width:100%;
	text-align: center;
}
.agree_check {
	margin:15px 0;
	width:100%;
	text-align: center;
}
.w_txt {
	border:1px solid #efefef;
	height:30px;
	font-size:14px;
	line-height:24px;
	padding-left:10px;
	vertical-align:middle;
} 
.flud{
	width: auto!important;
}
.w-100{
	width: 100%!important;
}
.w-min{
	width: 50px!important;
}
.w-80{
	width: 80%!important;
}
.w-10{
	width: 10%!important;
}
.w-20{
	width: 20%!important;
}
.w-30{
	width: 30%!important;
}
.w-40{
	width: 40%!important;
}
.w-50{
	width: 50%!important;
}
.mt-10{
	margin-top:10px!important;
}
.mt-20{
	margin-top:20px!important;
}
.mt-30{
	margin-top:30px!important;
}
.mt-40{
	margin-top:40px!important;
}
.mt-50{
	margin-top:50px!important;
}
.mb-20{
	margin-bottom:20px!important;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
strong {
	font-weight:bold;
}
/* 2025.10.30 최상원 추가끝 */
.footer{
	background-color: #363A40;
}
.footer-wrap{
	max-width: 1200px;
	margin:0 auto;
	font-size:12px;
	color:#BEBEBE;
	padding:35px 20px;
  align-items: flex-end;
}
.footercont-wrap{
	display: flex;
  gap: 4px;
  flex-wrap: wrap;
	align-items: flex-end;
}
.etc-logo{
	margin-left: auto;
}
.footer-info{
	line-height: 1.8;
}
.footer-info ul{
	display: flex;
	gap:10px;
}
.footer-info ul a{
	color:#BEBEBE;
	font-size:14px;
}
.footer-info address{
	font-style: normal;
}
.etc-logo a{
	width: 72px;
  display: block;
}
.both{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.both .checklist-wrap{
	width: 49%;
	margin-bottom: 0;
}
.checklist-wrap{
	margin-bottom: 50px;
}
.cklist-header{
	display: flex;
	gap: 10px;
	align-items: center;
  margin-bottom: 20px;
}
.cklist-header .ck-title{
	font-size:27px;
}
.cklist-header .ck-title span{
	font-size:15px;
}
.cklist-header > p{
	font-size:15px;
}
.ck-essem{
	font-size: 13px;
	color: #008AB5;
	border:1px solid #008AB5;
  padding: 2px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
	height: 16px;
}
.cklist-table table{
	border-top:1px solid #008DB6;
}
.cklist-table thead th{
	border-bottom: 1px solid #E5E5E5;
	height:40px;
	font-size: 16.5px;
	background-color: #F5F5F5;
}
.cklist-table tbody th{
	border: 1px solid #E5E5E5;
	border-top:none;
	background-color: #F5F5F5;
  font-size: 16.5px;
	height: 48px;
}
.cklist-table td{
	color:#353535;
	font-size:16px;
	border:1px solid #E5E5E5;
	border-top:none;
	border-left:none;
	height: 34px;
	padding: 5px 15px;
	line-height: 1.5;
}
.cklist-table td .ck-form{
	width: 100%;
	text-align: center;
}
.cklist-table tr td:last-child{
	border-right:none;
}
.checklist-wrap ul,
.checklist-wrap + ul{
	line-height: 1.5;
}
.cklist-agree-form{
	text-align: center;
  padding: 21px 0;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.cklist-agree-form > p{
	margin-bottom: 15px;
}
.bottom-btns{
	display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.bottom-btns > button{
  font-size: 16px;
  color: #fff;
  background: #ddd;
  padding: 0 25px;
  height: 40px;
}
.bottom-btns > button.gray{
	background-color: #5C5C5C;
}
.bottom-btns > button.dgray{
	background-color: #444444;
}
/* 2025.10.30 최상원 추가시작 */
.btnblock {
	position:relative;
	width:100%;
	display:inline-block;
	margin:0 0 15px 0;
	text-align:center;
	font-size:13px;
}
.btnblock .left {
	float:left;
	padding-left:3px;
}
.btnblock .left span {
	margin-right:0;
}
.btnblock .left > button{
  font-size: 16px;
  color: #fff;
  background: #ddd;
  padding: 0 25px;
  height: 40px;
}
.btnblock .left > button.gray{
	background-color: #5C5C5C;
}
.btnblock .left > button.dgray{
	background-color: #444444;
}
.btnblock .right {
	float:right;
	padding-right:3px;
}
.btnblock .right span {
	margin-left:0;
}
.btnblock .right > button{
  font-size: 16px;
  color: #fff;
  background: #ddd;
  padding: 0 25px;
  height: 40px;
}
.btnblock .right > button.gray{
	background-color: #5C5C5C;
}
.btnblock .right > button.dgray{
	background-color: #444444;
}
.btnblock img{
	margin-bottom:0 !important;
}
.btnblock .select {
	width:auto;
	font-size:12px;
	height:22px;
	border:#abadb3 solid 1px;
}
/*layerPop*/
.layerPop{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10000;
}
.layerPop .behindBg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
}
.layerPop .popup_in{
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	padding:50px;
	background:#fff
}
.layerPop .popup_in .bbsPhoto .photo_img img{
	text-align: center;
	max-width: 570px !important;
}
.layerPop .popup_in ul{
	position:relative;
	width:570px;
}
.layerPop .popup_in ul .photo{
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
.layerPop .popup_in ul .photo img{
	max-width:400px;
}
.layerPop .popup_in ul .tit {
	font-size:15px;
	line-height:22px;
	color:#777;
	word-wrap:break-word;
}
.layerPop .popup_in ul .date {
	font-size:15px;
	margin:20px 0 0;
	padding-bottom:20px;
	color:#999;
	padding-left:25px;
	background:url('../img/main/section1_icon1.gif') no-repeat;display:block;
}
.layerPop .popup_in ul .btn{
	text-align:center;
	margin-top:10px;
}
.layerPop .close{
	position:absolute;
	right:0;
	top:0;
}
.layerPop .close1{
	position:absolute;
	right:-90px;
	top:-50px;
}
.layerPop .popup_in .con{
	position:relative;
	width:570px;
}
/* 2025.10.30 최상원 추가끝 */
.list-btn{
  background: linear-gradient(180deg, rgba(0, 173, 238, 0.8) 0%, rgba(0, 120, 165, 1) 100%);
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #D9EEF7;
  height: 30px;
  padding: 0 17px;
  line-height: 1;
	display: flex;
	margin: 0 auto;
	align-items: center;
}
.list-down{
	background: url(../img/common/ico-flopy.svg) center center no-repeat;
  width: 33px;
  height: 33px;
  margin: 0 auto;
  display: flex;
}
.sm-tit{
	font-size: 12px;
	color:#555555;
	display: block;
}
.pen{
	background-color: #1FA0DC;
	color: #fff;
  display: inline;
}
.iblock{
	display: inline-block;
}
.step{
	margin-bottom: 50px;
}
.step ol{
	display: flex;
	gap: 24px;
}
.step ol a{
	display: flex;
	flex-direction: column;
	width: 372px;
}
.step ol a .st{
	height: 60px;
	background-color: #616263;
	font-size:18px;
	display: flex;
	justify-content: center;
  color: #fff;
	align-items: center;
}
.step ol a .st-tit{
	height: 70px;
	background-color: #AFAFAF;
	font-size:16px;
	padding-top:20px;
  color: #000;
  display: flex;
  justify-content: center;
}
.step ol li.on a .st{
	background-color: #154188;
}
.step ol li.on a .st-tit{
	background-color: #205EC5;
	color:#fff
}
.btn-group ul{
	display: flex;
	gap:10px;
}
.btn-group .btn{
	height: 40px;
	background: #666;
	color:#fff;
	padding:10px 20px;
	font-size: 16px;
}
.btn-group .btn.blue:hover{
background:#003d60;
}
.btn-group .btn.active{
	background: #003d60;
	text-decoration: underline;
}
.desk-wrap ul{
	display: flex;
	gap: 20px;
  flex-wrap: wrap;
}
.desk-wrap li{
	background-color: #F9FAFB;
	border:1px solid #E5E7EB;
	border-radius: 12px;
	padding:16px 17px;
  width: calc(50% - 46px);
}
.desk-wrap li strong{
	font-size: 16.5px;
	display: block;
	margin-bottom: 5px;
}
.desk-wrap li span{
	display: block;
	color:#767676;
}
.date-range{
	display: flex;
  align-items: center;
  gap: 10px;
}
.date-cont{
	background: url(../img/common/ico-calendar.svg) right center no-repeat;
  padding: 0 35px 0 0;
	cursor: pointer;
}
.inner-table{
	display: flex;
	border-top:1px solid #2183AB;
}
.inner-th{
	background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
	font-weight: 600;
	font-size: 16.5px;
	width: 20%;
	text-align: center;
	padding: 10px;
}
.inner-td{
	padding: 10px;
}
.adr-col-3{
	display: flex;
	gap: 10px;
	margin-bottom: 5px;
}
.btn-adr{
  background-color: #737373;
  color: #fff;
  display: inline-flex;
  padding: 2px 25px;
  font-size: 14px;
  height: 35px;
  margin: 0 10px;
  align-items: center;
}
/* .cklist-card{
	border: 1px solid #E5E7EB;
  border-radius: 12px;
}
.card-item + .card-item {
  border-top: 1px solid #E5E7EB;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
	background-color: #EEF2FF;
  font-size: 16px;
  color:#0F172A;
  font-weight: 600;
  height: 34px;
}
.card-content {
	display: block;
  padding: 0;
  background: #fff;
} */
.cklist-accordion{
	border: 1px solid #E5E7EB;
  border-radius: 12px;
}
.agr-form{
	font-size: 16.5px;
}
.accordion {
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  max-width: 400px;
  margin: 20px auto;
  font-family: sans-serif;
}
.accordion-item + .accordion-item {
  border-top: 1px solid #E5E7EB;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  background: #f9f9f9;
  font-size: 16px;
  color:#0F172A;
  font-weight: 600;
  height: 34px;
  background: #F9FAFB;
}
.toggle-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.accordion-content {
  display: none;
  padding: 0;
  background: #fff;
}
.accordion-item.active .accordion-header {
  background-color: #EEF2FF;
}
.accordion-item.active .accordion-content {
  display: block;
}
.accordion-item .toggle-btn:before{
	/* content:'+'; */
	content:'열림';
  display: inline-block;
color:#003D60;
    font-weight: 400;
    font-size: 14px;
}
.accordion-item.active .toggle-btn:before {
  /* content:'-'; */
  content:'닫힘';
  transform: scaleX(1);
}
.accordion-item .toggle-btn:after{
	content:'▼';
	display: inline-block;
font-size: 12px;
    color:#1c6d9b;
    margin-left: 5px;
}
.accordion-item.active .toggle-btn:after{
	transform: rotateX(180deg);
}
.info{
	font-family: 'NotoSansKr', sans-serif;
	font-weight: 300;
	font-size: 15px;
}
.info-tab-type1{
	display: flex;
  justify-content: center;
      margin-bottom: 70px;
}
.info-tab-type1 ul{
    display: flex;
    position: relative;
    border: 1px solid #C1C9CE;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 10px;
    height: 150px;
        overflow: hidden;
}
.info-tab-type1 ul li .btn{
	color:#6D6E74;
	display: flex;
	    height: 150px;
	font-size: 17px;
	background: #fff;
	border:none;
padding: 0;
    width: 290px;
  border-radius: 0;
      flex-direction: column;
}
.info-tab-type1 ul li.active .btn{
	color:#fff;	
	background-color: #303030;
	font-weight: 500;
	z-index:2;
}
.info-tab-type1 ul li .btn:before{
	content:'';
	display: block;
	width: auto;
	height: 50px;
	    width: 100%;
	margin: 0 0 6px 0;
}
.info-tab-type1 ul li:nth-child(1) .btn:before{
	background: url(../img/tab_logo_01.png) center center no-repeat;
}
.info-tab-type1 ul li:nth-child(2) .btn:before{
	background: url(../img/tab_logo_02.png) center center no-repeat;
}
.info-tab-type1 ul li:nth-child(1).active .btn:before{
	background: url(../img/tab_logo_01_on.png) center center no-repeat;
}
.info-tab-type1 ul li:nth-child(2).active .btn:before{
	background: url(../img/tab_logo_02_on.png) center center no-repeat;
}
.info-tab-type2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-tab-type2 ul{
display: inline-flex;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
	    border: 1px solid #C1C9CE;
}
.info-tab-type2 ul:after{
	content:none;
}
.info-tab-type2 ul li .btn{
color: #686A6B;
    border: none;
    border-bottom: none;
    display: flex;
    height: 64px;
    width: 312px;
    font-size: 22px;
    border-radius: 0;
    background: #fff;
    position: relative;
    z-index: 0;
}
.info-tab-type2 ul li.active .btn{
color: #fff;
    font-weight: 500;
    border: none;
    border-bottom: none;
    z-index: 2;
    background: #003D60;
}
.info-tab-type2 .btn-group .btn {
    color: rgba(90, 158, 52, 1);
    background: #e4f2dc url(../img/ico-down-green.png) 20px center no-repeat;
    border: none;
    height: 45px;
    padding: 10px 20px 10px 47px;
}
.info-tab-type3 ul{
	display: flex;
	position: relative;
	gap: 20px;
	border-bottom: 1px solid #C1C9CE;
}
.info-tab-type3 ul li .btn{
color: #3C3C3C;
    display: flex;
    height: 48px;
    font-size: 18px;
    border: none;
    border-radius: 0;
    background: #fff;
    position: relative;
    padding: 0;
}
.info-tab-type3 ul li.active .btn{
color: #003D60;
    background-color: transparent;
    font-weight: 600;
	border-bottom: 2px solid #003D60;
}
.info-top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.info-top dt{
	font-size:20px;
	color:#1F3A7A;
	font-weight:600;
  display: flex;
  flex-basis: 100%;
	margin-bottom: 12px;
}
.info-top dd{
  font-size: 14px;
  color: #1F3A7A;
	font-weight:600;
  height: 38px;
  background-color: #EEF2FF;
  margin-right: 10px;
  flex: 1;
  min-width: fit-content;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.info-table{
	border:1px solid #E5E7EB;
	border-radius: 12px;
}
.info-table th{
	height: 47px;
	background-color: #F9FAFB;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}
.info-table th:first-child{
	border-radius: 12px 0 0 0;
}
.info-table th:last-child{
	border-radius: 0 12px 0 0;
}
.info-table td{
	height: 47px;
	background-color: #fff;
	font-size: 16px;
  vertical-align: top;
  font-weight: 300;
  padding: 10px;
	border-top:1px solid #E5E7EB;
}
.info-table tr:nth-child(even) td{
	background-color: #FCFCFD;
}
.info-table tr:last-child td:first-child{
	border-radius: 0 0 12px 0;
}
.info-table tr:last-child td:last-child{
	border-radius: 0 0 12px 12px;
}
.accordion-content .info-table:not(.outline){
	border:none;
}
.accordion-content .info-table > *{
	border-radius: 0;
}
.dot li{
	position: relative;
  padding: 0 0 0 12px;
}
.dot li:before{
	content: '·';
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: -2px;
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.bg1{
	background-color: #F9FAFB;
}
.info h4:before{
  top: 5px;
}
.process{

}
.process li{	
	color: #1F2937;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  display: flex;
  gap: 10px;
  margin: 0 0 10px 0;
  width: calc(100% - 15px);
  height: 55px;
  align-items: center;
  padding: 0 0 0 15px;
}
.process li > span{
  width: 28px;
  height: 28px;
  color: #fff;
  border-radius: 50%;
  background: #1F3A7A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
.process li > strong{
	
}
.gy{
	color:#6B7280;
}
.red{
	color:#FC1E02;
}
.blue{
	color:#1F3A7A;
}
.green{
	color: #149C4F;
}
@media (max-width: 1023px) {
  .top {
    display: none;
  }
	.logo {
		width: 135px;
		height: 22px;
		background-size: cover;
		top: 32px;
		left: 20px;
	}
	.util {
		margin: 24px 20px 0 0;
	}
	.util li:not(.all-menu){
		display: none;
	}
	.visual {
  	height: 400px;
		background-size: auto 100%;
	}
	.gnb {
		padding: 0 16px;
	}
	.gnb li a{
		font-size: 16px;
		word-break: keep-all;
	}
	.all-menu-pop {
		background: rgb(17 19 39 / 90%);
		top: 78px;
		width: calc(100% - 40px);
		padding: 20px;
	}
	.vs-wrap h1 {
		font-size: 28px;
		margin-top: 92px;
	}
	#contents > section {
		margin-top: 34px;
		padding: 0 24px;
	}
	#contents h2 {
		margin-bottom: 30px;
		font-size: 24px;
		text-align: left;
	}
	.choice-box {
		flex-direction: column;
	}
	.choice-box > div {
    width: auto;
    height: auto;
    padding: 18px 20px;
    font-size: 16px;
		justify-content: space-between;
    align-items: center;
	}
	.choice-box > div > p {
   	width: 60%;
	}
	.choice-box > div .btn {
    margin-top: 0;
	}
	.box {
		border: none;
		padding: 0;
	}
	.info .box {
		border: 1px solid #E5E7EB;
		border-radius: 12px;
		padding: 30px 25px;
	}
	.btn-group {
		flex-direction: column;
	}
	.btn.big{
		height: 50px;
		min-width: auto;
	}
	.btn.small{
		height: 44px;
		min-width: auto;
	}
	.footercont-wrap {
		flex-direction: column;
    text-align: center;
		align-items: center;
	}
	.footer-info {
		letter-spacing: -1px;
	}
	.footer-info ul {
		justify-content: center;
	}
	.footer-info ul a {
		font-size: 12px;
	}
	.etc-logo {
		margin: 23px auto 0 auto;
	}
	.breadcrumb{
		display: none;
	}
	.step ol{
		gap: 10px;
	}
	.step ol li{
		width: 33%;
	}
	.step ol a{
		width: 100%;
	}
	.step ol a .st-tit{
		font-size: 15px;
		padding:20px 5px;
	}
	.cklist-header .ck-title {
		font-size: 24px;
	}
	.cklist-table td .ck-form {
		/* width: auto; */
		/* margin: 0 auto; */
		display: flex	;
		align-items: center;
		justify-content: center;
	}
	.ck-form {
		display: flex	;
		align-items: center;
		justify-content: center;
	}
	.x-scroll{
		overflow-x: auto;
		position: relative;
		width: calc(100% + 24px);
	}	
	.x-scroll > div{
		width: 860px;
	}
	.x-scroll.sm > div{
		width: 480px;
	}
	.both {
   	display: block;
	}
	.both .checklist-wrap {
		width: 100%;
	}
	.both .checklist-wrap + .checklist-wrap {
		margin:50px 0 10px 0;
	}
	.bottom-btns {
		justify-content: center;
	}
	.bottom-btns > button{
		font-size: 15px;
		padding:0 15px;
	}
	.btn-group ul {
		flex-direction: column;
	}
	.desk-wrap ul {
		gap:16px;
	}
	.desk-wrap li {
		width: 100%;
	}
	.info-tab-type1 ul {
    justify-content: space-between;
		padding: 0 6px;
		gap: 0;
		height: 82px;
		width: 100%;
    justify-content: space-between;
	}
	.info-tab-type1 ul li .btn,
	.info-tab-type1 ul li.active .btn{
    font-size: 15px;
    display: block;
    padding: 12px 18px;
    font-weight: 400;
    height: 70px;
	}
	.info-tab-type1 ul li .btn span{
		display: block;
	}
	.info-top {
		gap: 10px;
	}
	.info-top dd {
    padding: 5px 30px;
    height: auto;
    justify-content: flex-start;
	}
	.info-tab-type2 ul li.active .btn {
   	font-size: 15px;
	}
	.info-tab-type3 ul {
		flex-wrap: wrap;
	}
	.gy{
		font-size: 14px;
	}
	.box.b-line {
		border-left: 6px solid #1F3A7A;
		font-size: 16px;
		font-weight: 300;
		padding: 12px 18px;
	}
	#contents .tab-content h2 {
    font-size: 24px;
	}
	.process li {
		gap: 10px;
		margin: 0 0 10px 0;
		width: auto;
		height: auto;
		align-items: center;
		padding: 12px 15px;
	}
	.process li > span {
   	/* flex-basis: auto; */
   	flex-shrink: 0;
	}
	.info-tab-type1 {
		margin-bottom: 30px;
	}
	.info-tab-type1 ul {
        height: 150px;
		padding:0;
	}
	.info-tab-type1 ul li .btn, .info-tab-type1 ul li.active .btn {
        font-size: 14px;
        display: block;
        padding: 12px 18px;
        font-weight: 400;
        height: 150px;
        width: 100%;
    }
	.info-tab-type1 ul li:nth-child(1) .btn:before {
		background: url(../img/tab_logo_01.png) center center no-repeat;
		background-size: cover;
	}
	.info-tab-type1 ul li:nth-child(1).active .btn:before {
		background: url(../img/tab_logo_01_on.png) center center no-repeat;
		background-size: 100%;
	}
	.info-tab-type1 ul li:nth-child(2) .btn:before {
		background: url(../img/tab_logo_02.png) center center no-repeat;
		background-size: 100%;
	}
	.info-tab-type1 ul li:nth-child(2).active .btn:before{
		background: url(../img/tab_logo_02_on.png) center center no-repeat;
		background-size: 100%;
	}
	
    .info-tab-type1 ul li .btn span {
        display: inline;
        font-size: 14px;
    }
	.info-tab-type2 ul li .btn{
		width: 100%;
		        font-size: 15px;
	}
	.info-tab-type2 ul{
		width: 100%;
	}
	.info-tab-type2 ul li{
		width: 50%;
	}
	.info-tab-type2 {
    	display: block;
	}
	.info-tab-type2 .btn-group .btn {
		margin: 20px 0 0 0;
	}
}

/* 250716 웹 접근성 심사로 추가 */
.visually-hidden { 
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dep-menu li.on a {
  font-weight: bold;
  border-left: 4px solid #004f9e;
  padding-left: 10px;
  position: relative;
}

.step_box ul li.active {
  border: 3px solid #154188; 
  border-radius: 6px;
  box-shadow: 0 0 0 4px rgba(21, 65, 136, 0.2);
  background: repeating-linear-gradient(
    45deg,
    #e6f0ff,
    #e6f0ff 12px,
    #d0e3ff 12px,
    #d0e3ff 24px
  ); 
}

.step_box ul li.active .step_icon::before {
  content: "▶";
  display: inline-block;
  margin-right: 4px;
  color: #fff;
  font-weight: bold;
}

.tab_m li.m_on a,
.tab_m li[aria-current="page"] a {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

input:focus, button:focus {
  outline: 3px solid #000 !important;
}

/* 오늘 날짜 강조 */
.ui-datepicker-today a {
	background: #e0f3ff !important;
	border: 2px solid #007acc !important;
	font-weight: bold;
	position: relative;
}

.ui-datepicker-today a::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 12px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #205ec5;
}

/* 선택된 날짜 강조 */
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default.ui-state-active {
  background: #154188 !important;
  color: #fff !important;
  border: 2px solid #0c2c64 !important;
  font-weight: bold !important;
}