/*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{
  
} 
.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;
}

.btn-notice {
  background-color: #8cc63f; /* 녹색 */
}

.btn-donate {
  background-color: #f7931e; /* 주황색 */
}

.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;
}