/*fonts*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/*@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-jp-dynamic-subset.min.css");*/

/* Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

/* Noto Sans KR (본고딕 한국어) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

/* M PLUS 1p (가나용) */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');


body, select, textarea, input {
   font-family: 
  'Pretendard',
  "Inter",                          /* 라틴 (Rasmus Andersson) */
  "Noto Sans CJK KR", "Noto Sans KR", /* 한글 + 한자 (Adobe/산돌) */
  "M PLUS 1p",                      /* 일본어 가나 */
  sans-serif; 
}

#wrapper {
  min-width: 1440px;
}

/*
.main {
   font-family: "Pretendard", sans-serif;
}
*/
/*min-width: 1760px;*/
  /*min-width: 1440px;*/
  /*padding: 0 80px;*/
.header-wrap {
  position: relative;
  z-index: 2;
}

.header-wrap.header-fixed {
    position: fixed;
    top: 0;
    z-index: 1111;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.3s;
    /*min-width: 1440px;*/
}
.header-wrap.header-fixed {
    z-index: 97;
}

.header-wrap .header-inner {
  max-width: 1760px;
  min-height: 98px;
  margin: 0 auto ;
  background: transparent;
  display: flex;
  align-items: center;
  /*position: relative;*/
  padding: 0 40px;
}

/* 상단 GNB 컨테이너 */
.header-wrap {}

/* 로고 */
.header-wrap .logo {
  margin-right: 137px;
}
.header-wrap .logo a{
  display: block;
}
/*width: 178px;height: 42px;*/
.header-wrap .logo img {
  width: 161px;
  height: 38px;
}

/* 우측 메뉴 (로그인, 회원가입) */
.util-menu {
  display: flex;
  gap: 64px;
  font-size: 14px;
  margin-left: auto;
}

.util-menu .li {

}

.util-menu .li.util-a {
  display: flex;
  align-items: center;
  gap: 0px;
}
.util-menu .li.util-a a:first-child {
  padding-left: 0;
  width: 49px;
  text-align: right;
}
.util-menu .li.util-a a:last-child::after {
  display: none;
  
}
.util-menu .li.util-a a:last-child {
  padding-right: 0;
  width: 50px;
}
.util-menu .li.util-a a {
  display: block;
  position: relative;
  padding: 0 12px 0 12px;
}
.util-menu .li.util-a a::after {
  opacity: 0.2;
  background: #111;
  position: absolute;
  top:3px; right: 0;;
  content: '';
  clear: both;
  display: block;
  width: 1px;
  height: 10px;
 }
.util-menu a {
  color: #111;
  font-size: 14px;
  text-decoration: none;
}

.util-menu a:hover {
  color: #111;
}
/*개빌버전 재수정*/
.util-menu ul.li.util-a li {
  padding: 0 12px 0 12px;
} 
.util-menu ul.li.util-a li a{
  white-space: nowrap;
} 
.util-menu ul.li.util-a li a{
  display: block;
} 
.util-menu ul.li.util-a a:last-child {
  width: auto;
}
.util-menu ul.li.util-a a:first-child {
  width: auto;
}
.util-menu ul.li.util-a li {
  position: relative;
}
.util-menu ul.li.util-a li::after {
  content: '';
  clear: both;
  display: block;
  opacity: 0.2;
  background: #111;
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 10px;
}
.util-menu ul.li.util-a li:last-child::after {
  background: none;
  padding-right: 0;
}
.btn-sitemap {
  width: 36px;
  height: 36px;
}
/* GNB 메뉴 */
.gnb {
  font-size: 16px;
  background-color: transparent;
  display: flex;
  
}

.gnb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gnb > ul.depth1 {
  display: flex;
  /*gap: 48px; 1차 버전*/
  gap: 64px;
}

.gnb > ul.depth1 > li {
  /*position: relative;*/
}
.gnb > ul.depth1 > li.dep1 {
  /*width: 148px; 1차 버전*/
}

.gnb > ul.depth1 > li > a {
  color: #111;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%; /* 20px */
  /*width: 148px;height: 20px;*/
  
  /*padding: 36px 0 34px;*/
  position: relative;
}
.gnb > ul.depth1 > li > a.cur + .depth2 {
  display: block;
}
.gnb > ul.depth1 > li > a span {
  position: relative;
  display: inline-block;
  /*
  line-height: 88px; 1차
  line-height: 120px;
  */
  /*line-height: 98px;*/
  padding: 36px 0 34px;
  line-height: 28px;
  white-space: nowrap;
}
.gnb > ul.depth1 > li > a span::after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  bottom: -1px;
  left:0;
  width: 100%;
  background-color: #F15C22;
}
.gnb > ul.depth1 > li > a:hover span::after {
  height: 4px;
}

.gnb > ul.depth1 > li > a.act  span::after {
   height: 4px;
}

.gnb a {
  display: block;
  padding: 0px 0;
  text-decoration: none;
  color: #000;
}

/*color: #e35b18;*/
.gnb > ul.depth1 > li:hover > a {
  
}
  /*margin-left: -243px;*/
.gnb .depth2-item-inner {
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  /*min-height: 324px;*/
  /*background-color: #222;*/
  background-color: #fff;
  display: none;
}
/*position: absolute;*/
.gnb .depth2 {
  
  position: relative;
  left:50%;
  transform: translateX(-50%);
  width: 1548px;
  display: inline-flex;
  padding: 48px 0px 80px 0px;
  align-items: flex-start;
  gap: 64px;
  margin-left: -113px;
  background-color: #fff;
  /*display: none;*/
}
.gnb .depth2 .dep2-inner {
  display: inline-flex;
  align-items: flex-start;
  gap: 0px;
}
.gnb .depth2 .dep2-inner > .imgs {
  width: 296px;
  height: 196px;
  font-family:'SangSangTitleB';
  color: #464646;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.gnb .depth2 .dep2-inner > .imgs .dep2Title {
  padding-top: 12px;
}
.gnb .depth2 .dep2-inner > .imgs .img {
  width: 296px;
  height: 196px;
  overflow: hidden;
  background: transparent;
  border-radius: 6px;
}
.gnb .depth2 .dep2-inner > .imgs img {
  width: 296px;
  height: 196px;
}
.gnb .depth2 .dep2 {
  display: flex;
  max-width: 376px;
  /* width: 296px;*/
  width: 294px;
  /*height: 56px;*/
  padding: 16px 40px;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #DDD;

  color: #464646;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}
.gnb .depth2 .dep2 .dep2-menu {
  flex: 1;
  display: flex;

}
.gnb .depth2 .dep2 .icon-arr {
  width: 24px;
  height: 24px;
  display: inline-flex;
  flex-shrink: 0;
}
.gnb .depth2 .dep2 .icon-arr {}
.gnb .depth2 ul.dep2-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gnb .depth2 ul.dep2-ul li {
  position: relative;
}

.gnb .depth2 > li,
.gnb .depth3 > li {
}

.gnb .depth3 {
  display: flex;
  flex-direction: column;
  padding: 16px 40px 0 40px;
  gap: 20px;
}
.gnb .depth3 li > a.dep3 {
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  -webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;
  position: relative;
}
.gnb .depth3 li > a.dep3::before {

}
.gnb .depth3 li > a.dep3:hover {
  margin-left: 10px;
  padding-left: 10px;
  color: #F15C22;
}

.gnb .depth3 li > a.dep3::before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  border-radius: 100%;
  /*
  width: 5px;
  height: 5px;
  background-color: #464646;
  */
}

.gnb .depth3 li a.dep3:hover::before {
  width: 5px;
  height: 5px;
  background-color: #F15C22;
}

/*활성화  .depth2*/
.gnb li.active > .depth2,
.gnb li.active > .depth3 {
  display: block;
}
/*활성화  .depth2*/
.gnb li.active > .depth2-item-inner {
  display: block;
  border-top: 1px solid #DDD;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.3);
}
.gnb li.active > .depth2-item-inner .depth2 {
  display: block;
}


.gnb .depth2 .dep2:hover {
  background: #F15C22;
  border: 1px solid #F15C22;
  color: #fff;
}
.gnb .depth2 .dep2 .icon-arr {
  background: url('/rs/images/common/img-depth2-arr.png');
}
.gnb .depth2 .dep2:hover .icon-arr {
  background: url('/rs/images/common/img-depth2-arr-on.png');
}

.gnb .depth2 .dep2 .icon-arr.icon-arr-none {
  background: none;
}
.gnb .depth2 .dep2:hover .icon-arr.icon-arr-none {
  background: none;
}
/*
.gnb .depth2 a.dep2:hover
.gnb .depth3 a.dep3:hover {

}
*/

.util-a {
  
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}



#popup_wrap .pop_inner .pop_tit .close {
  background: url('https://www.ktngwelfare.org/rs/images/common/pop_close.png') no-repeat;
}

/*footer*/
#footer {
  background:#252525 url('/rs/images/common/bg-footer.png') no-repeat;
  padding: 70px 0px 100px;
}
.footer-inner{
  max-width: 1440px;
  margin: 0 auto;
  font-family: 'Pretendard', sans-serif;
}
.footer-top-line {
  border-bottom: 1px solid #333;
}
.footer-top {
  max-width: 1440px;
  margin: 0 auto;
  font-family: 'Pretendard', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding-bottom: 40px;*/
  padding: 0 40px 40px 40px;
}
.footer-top h2 {
  color: #EDEDED;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px;
}
.footer-top p {
  color: #878787;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
footer .btn-subscribe {
  background: transparent;
  display: inline-flex;
  padding: 18px 36px;
  justify-content: center;
  align-items: center;
  
  border-radius: 999px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  color: #D9D9D9;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
footer .footer-btns {
  background: transparent;
  display: inline-flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  
  border-radius: 999px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  color: #D9D9D9;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

footer .footer-inner {
  padding: 0 40px;
}
footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 99px;
}
footer .footer-links {
  color: #EDEDED;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%; 
  letter-spacing: -0.32px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
footer .footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 24px;
}
footer .footer-links a:first-child {
  margin-left: 0;
}
footer .footer-links span {
  width: 1px;
  height: 12px;
  background: #333;
}
footer .footer-info {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
footer .footer-right {
    display: flex;
    gap: 40px;
}
footer .btn-contact {
  background: transparent;
  display: inline-flex;
  padding: 18px 36px;
  justify-content: center;
  align-items: center;
  
  border-radius: 999px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  color: #D9D9D9;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.family-site {
    position: relative;
}
footer .family-site select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    appearance: none;
}
footer .family-site select option {
    color: #000;
}

/*패밀리사이트*/
footer .familysite-box {
  display: inline-flex;
  position: relative;
  width: 204px;
}
footer .familysite-box .btn_family{
	position:absolute; 
	right:0px; 
	bottom:1px;
	background: url('/rs/images/common/img-famSite.png') no-repeat right 12px;
  background-size: 24px 24px;
	display:flex;
  align-items: center;
	text-align: left;
	padding:12px 0 12px;
	font-family: 'Pretendard', sans-serif;
 
  width: 204px;
  height: 24px;
	border-bottom:1px solid #D9D9D9;

	color: #D9D9D9;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
}


footer .familysite-box.on .btn_family{
	background: url('/rs/images/common/img-famSite-close.png') no-repeat right 12px;
  background-size: 24px 24px;
}

footer .familysite-box ul{
	display:none;
	position:absolute;
	bottom:50px;
	right:3px;
	
	/*background:#202020;*/
  padding: 13px 52px 4px 0px;
	z-index:11;
	border: 0px solid #525252;
	border-bottom:none;
	border-radius:5px 5px 0 0;
  min-width: 149px;

  /*display: flex;*/
  width: 156px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  /*gap: 12px;*/
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

footer .familysite-box ul li{
	display:block;
	float:none;
	padding-right:0;
	padding-bottom:12px;
}
footer .familysite-box ul li:last-child{
	padding-bottom: 0px;
}

footer .familysite-box ul li:after{
	display:none;
}
/*font-family:'SangSangBodyL';*/
footer .familysite-box ul li a{
	position:relative;
	display:block;
	
  font-family: 'Pretendard', sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 600;
  line-height: normal
} 
/*
footer .familysite-box ul li:last-child a:after{
	position: absolute;left: 0;bottom: -12px;
	content:'';
	height:2px;
	width:130px;
	background:#2f2f2f;
}
*/

/*플로팅*/
.quick-menu {
  position: fixed;
  right: 100px;
  bottom: 100px;
  /*transform: translateY(-50%);*/
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 1000;
  font-family: "Pretendard", sans-serif;
}

.quick-menu .btn_floating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  flex-direction: column;
}
.quick-menu a.btn_floating .icon {
  width: 36px;
  height: 36px;
  display: block;
  margin-bottom: 4px;
}
.quick-menu button.btn_floating .icon {
  width: 16px;
  height: 16px;
  display: block;
  margin-bottom: 6px;
}

.quick-menu a.btn_floating span{
  display: flex;
}
/*251230*/
.btn-lightOrg {
  background-color: #F25D22;
}
.btn-green {
  background-color: #8FC940; 
}
.btn-brightOrange {
  background-color: #F7941D;
}
/*//251230*/

.btn-top {
  background-color: #333; /* 검정색 */
}



/*사이트 맵*/

/* POPUP */
#popup_wrap{
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
#popup_wrap .pop_inner{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	width: 1200px;
	background:#fff;
	box-sizing: border-box;
}
#popup_wrap .pop_inner .pop_tit{
	position: relative;
	padding: 24px 0 20px;
	background:#f6500f;
	vertical-align: top;
    letter-spacing: -0.25px;
    line-height: 1.5;
}
#popup_wrap .pop_inner .pop_tit h2{
	text-align:center;
	font-family:'SangSangBodyM';
	font-size:30px;
	color:#fff;
}
#popup_wrap .pop_inner .pop_tit .close{
	position:absolute;
	right:24px;
	top:30px;
	width:28px;
  height:28px;
  background:url('/rs/images/common/pop_close.png') no-repeat;
  border:none;
	cursor:pointer;
}

.site_popup_wrap .pop_inner .pop_conts{
    padding: 50px 50px 40px;
}
.site_popup_wrap .pop_inner .pop_conts ul li{
	float:left;
	width:25%;
}
.site_popup_wrap .pop_inner .pop_conts ul li dl{
	height:270px;
}
.site_popup_wrap .pop_inner .pop_conts ul li dl dt{
	padding-bottom:20px;
	line-height: 32px;
	font-family:'SangSangBodyM';
	font-size:24px;
	color:#000;
	letter-spacing: -0.25px;
}
.site_popup_wrap .pop_inner .pop_conts ul li dl dd{
	line-height: 36px;
}
.site_popup_wrap .pop_inner .pop_conts ul li dl dd a{
	font-family:'SangSangBodyL';
	font-size:18px;
	color:#333;
    vertical-align: top;
    letter-spacing: -0.25px;
    line-height: 1.5;
}
#popup_wrap .dim{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}




/*서브 뉴스레터*/
.content_new_inner {
  margin: 0 auto;
  width: 1280px;
  min-width: 1280px;
  display: flex;
}
.content_new_inner .h3 {
  color: #111;
  font-family: 'SangSangTitleB', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px dashed #D9D9D9;;
}

/* 기존 클래스 차용 */
#container.renewal.new_container {
  max-width: 100%;
  min-height: 100%;
  min-width: 1280px;
  margin: 0px auto;

  padding-top: 100px;
}

#container.renewal.new_container #content {
  overflow: hidden;
  width: auto;
  min-width: auto;
  clear: both;
}
.content_inner #lnb_wrap.renewal.new_lnb{
  padding-top: 0;
  /*width: 246px;*/
  width: 320px;
  height: 100px;
}
#container.renewal.new_container #content .content_inner {
  margin: 0 auto;
  width: 1280px;
  min-width: 1280px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  padding-top: 0;
}

.content_inner .content_wrapper.renewal.new_content_wrapper {
  margin-left: auto;
  padding: 0;
  width: auto;
}

/*
.content_inner .content_wrapper.renewal.new_content_wrapper {
  margin-left: 74px;
}
*/
.content_new_inner .page_tit {
  width: 100%;
  padding-bottom: 30px;
  line-height: initial;
  font-family: 'SangSangTitleB';
  font-size: 48px;
  color: #000;
  border-bottom: 1px dashed #d4d8de;
  box-sizing: border-box;
}

.new_lnb .h3 {
  color: #111;
  font-family:'SangSangTitleB', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
}


.content_inner .content_wrapper.renewal.new_content_wrapper .breadcrumb_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content_inner .content_wrapper.renewal.new_content_wrapper .breadcrumb_wrap .bc_list > li > p {
  padding-right: 18px;
  margin-right: 14px;
  font-size: 14px;
  color: #868f96;
  background: url(https://www.ktngwelfare.org/rs/imgs/renew/icon_navi_arrow.png) no-repeat right center / 12px 8px;
  /*background: url(../imgs/renew/icon_navi_arrow.png) no-repeat right center / 12px 8px;*/
  cursor: pointer;
}
.content_inner .content_wrapper.renewal.new_content_wrapper .breadcrumb_wrap .bc_list > li > p.nonebg {
  padding-right: 0;
  background: none;
}

.content_inner .content_wrapper.renewal.new_content_wrapper .page_content {
  padding: 80px 0 200px;
  width: 960px;
}

.content_wrapper .h4 {
  color: #333;
  font-family: 'Pretendard', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 0;
}
/* form */
.form-conts {
  width: 640px;
}
.form-conts .li + .li {
   margin-top: 48px;
}
.form-conts .form-lable {
  padding: 16px 0;
}
.form-conts .form-lable.first {
  padding: 19px 0;
}
.form-conts .form-lable + .form-lable {
 
}
.form-lable {
  font-family: 'Pretendard', sans-serif;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 32px;
}
.form-lable input[type="radio"],.form-lable  input[type="checkbox"] {position:absolute;z-index:1;width:0;height:0;opacity:0;}
.form-lable input[type="radio"] + label,
.form-lable input[type="checkbox"] + label {display:inline-block;position:relative;z-index:1;min-height:24px;padding-left:34px;font-size:20px;color: #333;line-height: normal;cursor:pointer;vertical-align:middle;}
.form-lable input[type="radio"] + label *,
.form-lable input[type="checkbox"] + label * {line-height:24px;}
.form-lable input[type="radio"]:first-child + label,
.form-lable input[type="checkbox"]:first-child + label {margin-left:0;}
.form-lable input[type="radio"] + label span{display:inline-block;position:absolute;top:1px;left:0;width:24px;height:24px;vertical-align:middle;background:url('/rs/images/form/btn_radio_off.png') no-repeat;background-size:contain;cursor:pointer; }/*transition: all .3s;*/
.form-lable input[type="checkbox"] + label span{display:inline-block;position:absolute;top:0;left:0;width:24px;height:24px;vertical-align:middle;background:url('/rs/images/form/btn_chk_off.png') no-repeat;background-size:contain;cursor:pointer; }/*transition: all .3s;*/
.form-lable input[type="radio"]:checked + label span {background:url('/rs/images/form/btn_radio_on.png') no-repeat; background-size:contain;}
.form-lable input[type="radio"]:disabled + label span {background:url('/rs/images/form/btn_radio_off.png') no-repeat; background-size:contain;}
.form-lable input[type="checkbox"] + label span {background:url('/rs/images/form/btn_chk_off.png') no-repeat; background-size:contain; }
.form-lable input[type="checkbox"]:checked + label span {background:url('/rs/images/form/btn_chk_on.png') no-repeat; background-size:contain;}
.form-lable input[type="checkbox"]:disabled + label span {background:url('/rs/images/form/btn_chk_off.png') no-repeat; background-size:contain;}

.form-lable label .line {
  border-bottom: 1px solid #111;
}
.content_inner .content_wrapper.renewal .page_content input, .content_inner .content_wrapper.renewal .page_content select {
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
}

.form-lable input[type="text"] ,.form-lable input[type="email"] {
  width: 100%;
  color: #111;
  font-family: 'Pretendard', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding: 18px 20px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 6px;
}
/* Vendor prefix(브라우저 업체별 접두어) */
.form-lable .input::-webkit-input-placeholder{
  color: #999;
}
.form-lable .input::-ms-input-placeholder{
  color: #999;
}
.form-lable .input::-moz-placeholder{
  color: #999;
}

/* COMMON */

.a-view {
  color: #666;
  font-family: 'Pretendard', sans-serif; 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; 
  display: block;
}

.li.line-x {
  border-top:1px solid #D9D9D9;    
}
.info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.info-box .form-lable {
  padding: 0px 0 0 0; 
}
.li .info-box .form-lable label {
  color: #111;
}
.btn-application { 
  display: block;
  padding: 22px 0px;
  text-align: center;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  */
  border-radius: 8px;
  border: 1.5px solid #F25D22;
  max-width: 203px;

  color: #F25D22;
  font-family: 'Pretendard', sans-serif; 
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 102px auto 0;
}
.btn-application:hover {
  background-color: #F25D22;
  color: #fff;
}

/*서브 수정 251030*/
.ul-flex {
  display: flex;
  gap: 9px;
  position: relative;
}
/* font-family: 'SUIT';*/
.ul-dl {
 font-family: 'Pretendard';
  color: #000000;
  font-weight: 400;
  margin: 60px 0 31px;
  display: flex;
  position: relative;
  padding-left:28px;
  
}
.ul-dl .li {
  position: relative;
}
.ul-dl .li::after {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #cfd4da;;
}
.ul-dl .li {
 width: 216px;
}
.ul-dl .li .t1 {
  display: flex;
  align-items: center;

}
.ul-dl .li:last-child {
  width: 182px;
}
.ul-dl .li:last-child .dt {
  border-right: 1px solid #cfd4da;;
}
.ul-dl .dt {
  font-size: 20px;
  height: 36px;
  font-weight: 500;
}
.ul-dl .dt span {
  position: relative;
  z-index: 1;
  padding-right: 18px;
}
.ul-dl .dt i {
  font-style: normal;
  display: block;
  position: absolute;
  right:0;
  top:50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #f0ae2e;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  z-index: -1;
}
.ul-dl .dd {
  font-size: 16px;
  margin-top: 11px;
}

.ul-dl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 49px;
    width: 642px;
    height: 1px;
    background: #cfd4da;
}




/* login layer 나의 후원내역 바로가기 클래스 수정 예정 251111*/
/*
.login_layer2{display: none; overflow: hidden;width: 450px;top: 30%;left: 50%;margin-left: -202px;height:340px;background-color: #fff;border: 3px solid #8ec63f;position:absolute; z-index:105;}
.login_layer2 h2{height: 60px; padding-left: 20px; background: #8ec63f; line-height: 60px; color: #fff; font-size: 20px; font-family:NanumGothicBold, NanumGothic, sans-serif;;}
.login_layer2 fieldset{background: #fff; }
.login_layer2 fieldset:after{content: ''; display: block; clear: both;}
.login_layer2 fieldset label{overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;}
.login_layer2 fieldset dl{float: left;border-top: 3px solid #999;border-bottom:3px solid #999;margin-bottom: 20px;}
.login_layer2 fieldset dl dt{float: left; background:#f7f5ef;clear: left; width: 90px; height: 31px; color: #333; font-size: 13px; font-family:NanumGothicBold, NanumGothic, sans-serif; line-height: 31px;background: #f7f5ef;padding: 5px 20px;
text-align: center;}
.login_layer2 fieldset dl dd{float: left;padding: 5px 6px 5px 8px;text-align: center;border-bottom:1px solid #ccc}
.login_layer2 fieldset dl dd.clearBr{border:none}
.login_layer2 fieldset dl dd input{width: 226px; height: 29px; padding: 0 0 0 10px; border: 1px solid #ccc; line-height: 29px;}
.login_layer2 fieldset dl dt:first-child, .login_layer2 fieldset dl dd:first-child{border-bottom: 1px solid #ccc;}
.login_layer2 fieldset > div{clear: left; width: 410px; padding: 20px 0 0 0; margin: 0 auto; border-top: 1px solid #d9d9d9;}
.login_layer2 fieldset > div a{float: left; width: 199px; height: 30px; background: #666; color: #fff; text-align: center; line-height: 30px;}
.login_layer2 fieldset > div a:first-child{margin-right: 10px; background: #aaa;}
.login_layer2 .green_tab{padding:30px 0 0 0;width: 385px;margin:0 auto;}
.login_layer2 .radiowrap{text-align:left;padding-bottom:8px;}
.login_layer2 .radiowrap input[type=radio]{margin-right:3px}
.login_layer2 .radiowrap label{margin-right:5px}
.userdonationcont{display:none;width: 384px;margin: 0 auto;padding-top: 20px;text-align: center;}
.login_layer2 fieldset dl dd input#jumin, .login_layer2 fieldset dl dd input#jumin2{width:101px !important;}
.login_layer2 fieldset dl dd input#ceo1, .login_layer2 fieldset dl dd input#ceo2, .login_layer2 fieldset dl dd input#ceo3{width:59px !important}
*/
.login_layer2_fixed{display: none; overflow: hidden;width: 450px;top: 50%;left: 50%;margin-left:0px;height:340px;background-color: #fff;border: 3px solid #8ec63f;position:fixed; z-index:105; transform: translate(-50%, -50%);}
.login_layer2_fixed h2{height: 60px; padding-left: 20px; background: #8ec63f; line-height: 60px; color: #fff; font-size: 20px; font-family:NanumGothicBold, NanumGothic, sans-serif;;}
.login_layer2_fixed fieldset{background: #fff; }
.login_layer2_fixed fieldset:after{content: ''; display: block; clear: both;}
.login_layer2_fixed fieldset label{overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;}
.login_layer2_fixed fieldset dl{float: left;border-top: 3px solid #999;border-bottom:3px solid #999;margin-bottom: 20px;}
.login_layer2_fixed fieldset dl dt{float: left; background:#f7f5ef;clear: left; width: 90px; height: 31px; color: #333; font-size: 13px; font-family:NanumGothicBold, NanumGothic, sans-serif; line-height: 31px;background: #f7f5ef;padding: 5px 20px;
text-align: center;}
.login_layer2_fixed fieldset dl dd{float: left;padding: 5px 6px 5px 8px;text-align: center;border-bottom:1px solid #ccc}
.login_layer2_fixed fieldset dl dd.clearBr{border:none}
.login_layer2_fixed fieldset dl dd input{width: 226px; height: 29px; padding: 0 0 0 10px; border: 1px solid #ccc; line-height: 29px;}
.login_layer2_fixed fieldset dl dt:first-child, .login_layer2_fixed fieldset dl dd:first-child{border-bottom: 1px solid #ccc;}
.login_layer2_fixed fieldset > div{clear: left; width: 410px; padding: 20px 0 0 0; margin: 0 auto; border-top: 1px solid #d9d9d9;}
.login_layer2_fixed fieldset > div a{float: left; width: 199px; height: 30px; background: #666; color: #fff; text-align: center; line-height: 30px;}
.login_layer2_fixed fieldset > div a:first-child{margin-right: 10px; background: #aaa;}
.login_layer2_fixed .green_tab{padding:30px 0 0 0;width: 385px;margin:0 auto;}
.login_layer2_fixed .radiowrap{text-align:left;padding-bottom:8px;}
/* 20141202 추가 */
.login_layer2_fixed .radiowrap input[type=radio]{margin-right:3px}
.login_layer2_fixed .radiowrap label{margin-right:5px}
/* 20141202 수정 */
.login_layer2_fixed fieldset dl dd input#jumin, .login_layer2_fixed fieldset dl dd input#jumin2{width:101px !important;}
.login_layer2_fixed fieldset dl dd input#ceo1, .login_layer2_fixed fieldset dl dd input#ceo2, .login_layer2_fixed fieldset dl dd input#ceo3{width:59px !important}

/* 기존 소스와 충동 없이 수정*/
.login_layer2 {
  top: 50%;left: 50%;margin-left:0px;
  width: 100%;
  height:100%;
  position:fixed; transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0;
}

.login_layer2._fixed{
  top: 50%;left: 50%;margin-left:0px;
  width: 100%;
  height:100%;
  position:fixed; transform: translate(-50%, -50%);
  background-color: transparent;
}

.login_layer2._fixed:after {
  content: '';
  clear: both;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.login_layer2:after {
  content: '';
  clear: both;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.login_layer2 .modal-inner {
  width: 100%;
  height: 100%;
  display: block !important;
}

.login_layer2 .modal-inner {
  overflow: hidden;
  position: absolute;
  width: 450px;
  top: 30%;
  left: 50%;
  margin-left: -202px;
  height: 340px;
  background-color: #fff;
  border: 3px solid #8ec63f;
  position: absolute;
  z-index: 105;
}

.login_layer2._fixed .modal-inner {
  overflow: hidden;
  position: absolute;
  width: 450px;
  top: 30%;
  left: 50%;
  margin-left: -202px;
  height: 340px;
  background-color: #fff;
  border: 3px solid #8ec63f;
  position: absolute;
  z-index: 105;
}

/*협동동아리 신청하기*/
.enter_form table td > span.checkImg input[type=text].circleAppWidth {
  width:105px;
}

/*발룬메이트*/
/* .enter_form .tbl_personal_info1 td.checkbox input {
  width: auto;height: 17px;
} */
/* td.checkInp ul {
  display: flex;
  align-items: center;
  height:25px;
} */
td.checkInp li{
  position:relative;float:left;height:25px;margin-top:0px;margin-left:15px;padding-left:0px;
  /* float: none; */
  /* margin-top: 5px; */
}/*padding-left:18*/
td.checkInp .ml0{margin-left:0;}
td.checkInp li:first-child{margin-left:0; padding-left: 0;}
td.checkInp li {
  display: flex;
  align-items: center;
  height:25px;
}
td.checkInp li.on{background-position:0 -23px;}
td.checkInp li input[type=radio]{position:absolute;top:0;left:0;width:13px;height:13px;cursor:pointer;border:none}
td.checkInp li input[type=checkbox] {width: auto;height: 17px;}
td.checkInp li label{display:block;float:left;cursor:pointer;padding-left:5px;}/* padding-top: 5px;*/
td.checkInp li span{display:block;float:left;padding-left:4px;}
td.checkInp li span.pr{padding-right:6px;}
td.checkInp li.first{margin-left:0;clear:both;}
td.checkInp .ipt_etc{display:block;float:left;width:182px;margin:-4px 0 0 5px;}
td.checkInp .ipt_etc1{display:block;float:left;width:63px;margin:-4px 0 0 5px;}
td.checkInp .ipt_etc2{display:block;float:left;width:292px;margin:-4px 0 0 5px;}
td.checkInp .ipt_etc3{display:block;float:left;width:192px;margin:-4px 0 0 5px;}
td.checkInp .ipt_num{display:block;float:left;width:28px;margin:-4px 0 0 5px;}
td.checkInp ul:after{content:'';display:block;clear:both;}
td.checkInp.circle li{padding-left:16px;}
td.checkInp.circle li.on{background-position:0 -21px;}
/*개인정보 및 민감정보의 수집 ·이용 등에 대한 동의*/
.indent-li {
  padding-left: 10px;
  position: relative;
}
.indent-li i{
  position: absolute;
  top:0;
  left:0;
}
.enter_form table td.radio li input[type=radio] {

}
.enter_form table td.radio .inpt-abs li input[type=radio] {
  top: 2px;
}
.radio-vt-mm  li input[type=radio] {
  position: relative;
  top: -1px;
}


/*후원 팝업2*/
.popup_fixed {
  position:fixed; 
  width: 100%;
  height:100%;
  left: 0;
  top: 0;
  right:0;
  bottom: 0;
  z-index: 105;
  display: none;
}
.popup_fixed * {
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.popup_fixed:after {
  content: '';
  clear: both;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.popup_fixed img {
  display: block;
  width: 100%;
  line-height: 0;
  vertical-align: middle;
}
.popup_fixed .modal-inner .modal-body,
.popup_fixed .modal-inner .modal-body .modal-contents,
.bgbox {
  font-size: 0;
  line-height: 0;
}
.modal-body > img {
  display: block;
  margin: 0;
  padding: 0;
}
.bgbox img {
  display: block;
  margin: 0;
  padding: 0;
}
.popup_fixed .modal-inner {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 0px;
  border: 0px solid #ff7941;
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
}
.popup_fixed .modal-inner .modal-body {
  position: relative;
  background-color: #ff7941;
  font-size: 0;
}
.popup_fixed .modal-inner .modal-body img {
  display:block;
}

.popup_fixed .modal-inner .modal-body .modal-contents {
  background: url('../images/common/img-Alert-PC_03.jpg');
  background-position: top center;
  background-size: 100% auto;
}
.popup_fixed .modal-inner .btn_close {
  position: absolute;
  right: 30px;
  top: 24px;
  width: 40px;
  height: 40px;
}
.popup_fixed .modal-inner .head {
  position: relative;
  display: flex;
  min-height: 40px;
  padding: 24px 30px;
  background-color: #ff7941;
}
.popup_fixed .modal-inner .head h2 {
  color: #FFF;
  font-family:'SangSangTitleB';
  font-size: 32px;
  font-weight: 400;
  line-height: 40px; 
  letter-spacing: -0.64px;
}
.popup_fixed .modal-inner .modal-body .modal-contents .textWrap {
  padding: 0 70px;
  font-family: 'Pretendard', sans-serif;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.3px;
}
.popup_fixed p {
  margin: 0;
}
.popup_fixed .textWrap p:last-child {
  margin-bottom: 0;
}
.popup_fixed .modal-inner .modal-body .modal-contents .textWrap .text1 + .text1 {
  margin-top: 16px;
}
.popup_fixed .modal-inner .modal-body .modal-contents .textWrap .fb600 {
  font-weight: 600;
}
.popup_fixed .modal-inner .modal-body .bgbox {
  font-size: 0;
}
.popup_fixed .modal-inner .modal-body .bgbox img {
  position: relative;
  top:-1px;
}

/*mypage 기부금 영수정 버튼 260129 my_result*/
.content_inner .content_wrapper.renewal .page_content .page_txt .enter_form.my_result .btn_gray1 {
  position: relative;
  padding: 9px 40px 9px 20px;
  font-weight: 500;
  font-size: 15px;
  color: #f15c22;
  background: transparent;
  border: 1px solid #f15c22;
  border-radius: 6px;
  box-sizing: border-box;
}
.content_inner .content_wrapper.renewal .page_content .page_txt .enter_form.my_result .btn_gray1::after {
  content: ">";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 15px;
  color: #f15c22;
}
/* // mypage 기부금 영수정 버튼  260108*/

/*260129_협력동아리_물품신청*/
.enter_form .tbl_pizza2 .menu a {
    width: 61px;
    height: 25px;
    padding: 0 !important;
    line-height: 25px !important;
}
.enter_form .tbl_pizza2 .menu a#menuAddBtn {
	width: 61px;
	height: 25px;
	padding: 0 !important;
  line-height: 25px !important;
}
/*260224*/
.content_inner .content_wrapper.renewal .page_content .page_txt .center_wrap .area > ul > li.gyeonggi {
  position: relative;
}
.content_inner .content_wrapper.renewal .page_content .page_txt .center_wrap .area > ul > li.gyeonggi:last-child p {
 padding-right: 67px;
 background: none;
}
.content_inner .content_wrapper.renewal .page_content .page_txt .center_wrap .area > ul li > ul.gyeonggi-ul{
  position: absolute;
  left:123px;
  padding: 0;
}
.content_inner .content_wrapper.renewal .page_content .page_txt .center_wrap .area > ul li > ul.gyeonggi-ul li:first-child {
  width: 84px;
}
.content_inner .content_wrapper.renewal .page_content .page_txt .center_wrap .area > ul li > ul.gyeonggi-ul li:nth-child(2) {
  width: 112px;
}