@charset "utf-8";
/* CSS Document */
/******************************
	아파트뱅크 서비스 팝업 CSS 
******************************/

/**** Reset ****/
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "IBMPlexSansKR_R";
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body, h1, h2, h3,  h4, p, figure, blockquote, dl, dd {
  margin-block-end: 0;
}

ul[role='list'], ol[role='list'], li {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration: none;
}
img, picture {
  max-width: 100%;
  display:inline-block;
}
input, button, textarea, select {
  font: inherit;
}
.mgT0	{margin-top:0px;margin-bottom:10px !important;}
.mgT5	{margin-top:5px !important;}
.mgT10	{margin-top:10px !important;}
.mgT20	{margin-top:20px !important;}
.mgT30	{margin-top:30px !important;}
.mgT40	{margin-top:40px !important;}
.mgT50	{margin-top:50px !important;}
.mgB5	{margin-bottom:5px !important;}
.mgB10	{margin-bottom:10px !important;}
.mgB15	{margin-bottom: 11px !important;}
.mgB20	{margin-bottom:20px !important;}
.mgB30	{margin-bottom:30px !important;}
.mgB40	{margin-bottom:40px !important;}
.mgB50	{margin-bottom:50px !important;}
.mgL5	{margin-left:5px !important;}
.mgL10	{margin-left:10px !important;}
.mgL15	{margin-left:15px !important;}
.mgL20	{margin-left:20px !important;}
.mgL30	{margin-left:30px !important;}
.mgL40	{margin-left:40px !important;}
.mgL50	{margin-left:50px !important;}
.mgR5	{margin-right:5px !important;}
.mgR10	{margin-right:10px !important;}
.mgR15	{margin-right:15px !important;}
.mgR20	{margin-right:20px !important;}
.mgR30	{margin-right:30px !important;}
.mgR40	{margin-right:40px !important;}
.mgR50	{margin-right:50px !important;}
.mgLAuto {margin-left: auto !important;}
.mgRAuto {margin-right: auto !important;}

/****************************************
		레이어(모달)팝업
*****************************************/
.modal-fixed-pop-wrapper {display: none; overflow-y: scroll; overflow-x: hidden; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 9999; background: #000; background: rgba(0,0,0,0.8);}
.modal-fixed-pop-inner {position: absolute; display: table; width: 100%; height: 100%; text-align: center;}
.modal-box {position: relative; display: table-cell; vertical-align: middle;}
.modal-loading {position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; z-index: 10000;}
.modal-inner-content {text-align: left;}
.modal-close-btn {
    position: absolute;
    width: fit-content;
    right: 10px;
    top: 0px;
    font-size: 50px;
    cursor: pointer;
    line-height: 1;
    font-weight: 100;
    color: #fff;
    z-index: 1000;
}
.modal-content {background-color: #fff;position: relative;margin: 8px auto;}
.modal-cont-tit {position: relative;height: 30px;box-sizing: border-box;padding: 8px 12px;color: #777;text-align: left;}

/****************************************
			새창 팝업 공통 
****************************************/
.service-popup {width: max-content; min-width: 100%; min-height: 100vh; height: 100%;}
.service-popup .cont-2w {/* display: grid; */grid-template-columns: 1fr 1fr;gap: 16px;}

/****************************************
	241206. 전표증빙 팝업 (새창 팝업)
****************************************/
.service-popup-01.bg-mint {
	background-image: linear-gradient(to right top, #d8ffde, #dbffe5, #dfffec, #e4fff1, #eafff6);
}
.service-popup-01 .popup-cont{
	margin: auto;
	padding: 30px 16px 20px;
	position: relative;
	z-index: 10;
	max-width: 680px;
	box-sizing: border-box;
}
.service-popup-01::after {
    content: '';
    height: 900px;
    width: 100%;
    display: inline-block;
    position: fixed;
    background-image: url(images/popup_241205/service_popup_bg.png);
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}

.service-popup-01 .popup-title {text-align: center;}
.service-popup-01 .popup-title p {
	font-size: 16px;
	font-weight: bold;
	color:  #fff;
	padding: 6px 70px 6px 40px;
	border-radius: 50px;
	background-color: #0C7B7E;
	width: fit-content;
	margin: 0 auto 20px;
	position: relative;
	letter-spacing: 0.5px;
}

.service-popup-01 .popup-title p::after {
	content: '';
	width: 60px;
	height: 48px;
	background-image: url(images/popup_241205/service_popup_img01.png);
	display: inline-block;
	position: absolute;
	right: -9px;
	top: -7px;
	background-size: contain;
	background-repeat: no-repeat;
}
.service-popup-01 :is(.list01, .list02) {
	background-color: #ffffffb9;
	backdrop-filter: blur(4px);
	padding: 24px 24px 12px;
	text-align: center;
	box-shadow: 0 4px 10px 0 rgb(50 70 71 / 23%);
}

li.list01 {} 
.service-popup-01 :is(.list01, .list02)>p {
	font-size: 16px;
	color: #626262;
	font-weight:  400;
	margin-top: 12px;
	letter-spacing: -0.5px;
	text-align: left;
}
.service-popup-01 ul {
	text-align: left;
	margin-top: 16px;
}
.service-popup-01 ul li {
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: 600;
	color: #222;
}
.service-popup-01 ul li .sub-text{
	font-size: 13px;
	color: #333;
	font-weight: 300;
	margin-top: 4px;
}
.service-popup-01 .list01 {
	/* border-top: 3px solid #0C7B7E; */
}
.service-popup-01 .list02 {
	/* border-top: 3px solid #0C607E; */
}
.service-popup-01 .list01 .list-cont li>div{
	display: grid;
	grid-template-columns: 1fr 20fr;
}
.service-popup-01 ul li .chk-icon {
	display: inline-block;
	background-color: #718a8c;
	color: #fff;
	width: 16px;
	height: 16px;
	font-size: 12px;
	border-radius: 40px;
	text-align: center;
	line-height: 16px;
	position: relative;
	top: 5px;
}
.service-popup-01 ul li .count-label {
	background-color: #718A8C;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	margin-right: 8px;
	border-radius: 4px;
}
.service-popup-01 .list02 .list-cont li>div{
	display: flex;
	align-items: flex-start;
	letter-spacing: -0.5px;
}
.service-popup-01 .list-cont {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-popup-01 .mgT25 {margin-top: 25px;}
.service-popup-01 :is(.list01, .list02) button {
	height: 50px;
	padding: 6px 40px;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	width: 100%;
	border-radius: 4px;
	font-weight: 600;
	transition: 0.3s;
}
.service-popup-01 .tooltip-wrap button {
	background-color: #0c7b7e;
	font-size: 18px;
	color: #fff;
}
.service-popup-01 .tooltip-wrap button:hover{
	background-color: #119ca0;
}
.service-popup-01 .list02 button {
	background-color: #0C607E;
	color: #fff;
	font-size: 18px;
}
.service-popup-01 .list02 button:hover {
	background-color: #13546b;
}
.service-popup-01 .modal-img {
    text-align: center;
}
.service-popup-01 .modal-img img {
	max-height: 76vh;
}
.info-data {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}
.info-number {
	color: #1f272b;
	font-size: 16px;
	margin-top: -4px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}
.service-popup-01 .modal-content {
	max-width: 540px;
	padding: 12px;
}
.service-popup-01 .slide-arrow {
	font-size: 40px;
	color: #fff;
	opacity: 0.7;
	position: absolute;
    top: 50%;
	cursor: pointer;
	transition: 0.2s;
}
.service-popup-01 .slide-arrow:hover {
	opacity: 1;
}
.service-popup-01 .slide-arrow.left {
	left: -50px;
}
.service-popup-01 .slide-arrow.right {
	right: -50px;
}

.footer-cookie {
    position: fixed;
    background: #f9f9f9;
    bottom: 0;
    width: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
	z-index: 1000;
}
.footer-cookie label {
	font-size: 12px;
	color: #555;
	cursor: pointer;
}
.footer-cookie input {
	cursor: pointer;
}
.footer-cookie input:checked + label {
	color:  #111;
}
.bold {
	font-weight: bold;
}


/****************************************
			FONTS
****************************************/

/* IBMPlexSansKR-regular - korean */
@font-face {
    font-family: 'IBMPlexSansKR_R';
    font-style: normal;
    font-weight: 400;
    src: local('IBMPlexSansKR_R'),
	url('font/IBMPlexSansKR-Regular.eot') , /* IE9 Compat Modes */
	url('font/IBMPlexSansKR-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/IBMPlexSansKR-Regular.woff') format('woff'), /* Modern Browsers */
	url('font/IBMPlexSansKR-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('font/IBMPlexSansKR-Regular.otf') format('otf') /* Safari, Android, iOS */
 /* Safari, Android, iOS */
}


/****************************************
	250409. 이체기능 화면
****************************************/
.service-popup-02.bg-yellow {
	background: rgb(255,224,117);
background: linear-gradient(180deg, rgba(255,224,117,1) 0%, rgba(255,201,94,1) 100%);
}
.service-popup-02 .popup-cont{
	margin: auto;
	padding: 30px 12px 20px;
	position: relative;
	z-index: 10;
	max-width: 750px;
	box-sizing: border-box;
	overflow: hidden;
}

.service-popup-02 .popup-cont h2 {
	text-align: center;
	position: relative;
	z-index: 100;
}
.service-popup-02 .popup-cont::before {
    content: '';
    display: inline-block;
    width: 700px;
    height: 700px;
    background-color: #ffffff28;
    position: absolute;
    border-radius: 500px;
    left: -280px;
    mix-blend-mode: color-dodge;
    z-index: 0;
}
.service-popup-02 .popup-cont::after {
    content: '';
    display: inline-block;
    width: 500px;
    height: 500px;
    background-color: #ffffff28;
    position: absolute;
    border-radius: 500px;
    right: -200px;
	top: 140px;
    mix-blend-mode: color-dodge;
    z-index: 0;
}

.service-popup-02 .content-box {
	position: relative;
	z-index: 100;
	margin-top: 24px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 52px 16px 24px;
	border-radius: 8px;
	position: relative;
	text-align: center;
}
.service-popup-02 .content-box::before {
	content: '';
	background-image: url(images/popup_250409/service_popup_sub_title.png);
	background-repeat: no-repeat;
	background-position:  center center;
	display: inline-block;
	width: 230px;
	height: 40px;
	position: absolute;
	top: -16px;
	left: 5%;
	background-color: #402e0a;
	border-radius: 40px;
	box-shadow: 0px 2px 6px 1px rgba(155, 118, 83, 0.5);
}
.service-popup-02 .content-box .btn-box {
	text-align: center;
	margin-top: 16px
}
.service-popup-02 .content-box .btn-box a {
	margin: 0 8px
}
.service-popup-02 .content-box .btn-box a:hover {
	mix-blend-mode: luminosity;
}
.service-popup-02 .footer-box {
	text-align: center;
	padding: 16px;
}