
.mobile-only{display:none !important;}
body{background:#fff;margin:0;padding:0;font-size:0;}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]),textarea{height:50px;padding:0 20px;border-radius:6px;border:1px solid #878787;}
textarea{min-height:100px;padding:20px;}
select{position:relative;height:50px;padding:0 20px;padding-right:40px;border-radius:6px;border:1px solid #878787;}


/*____________________________ Layout ____________________________*/
#page-wrapper{position:relative;width:100%;margin:0;padding:0;font-size:16px;font-weight:400;color:#090909;}
#page-wrapper:after{display:block;visibility:hidden;clear:both;content:""}
#wrapper{position:relative;/*z-index:9;*/width:100%;margin:0;}
#wrapper:after{display:block;visibility:hidden;clear:both;content:""}
.container{position:relative;width:100%;max-width:1180px;min-width:900px;margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;}
.container:after{display:block;visibility:hidden;clear:both;content:""}
@media screen and (max-width:1330px){
	.container{padding-left:30px;padding-right:30px;}
}



/*____________ header ____________*/
#header{display:flex;position:absolute;top:0;left:0;z-index:50;width:100%;height:81px;background:#fff;border-bottom:1px solid rgba(0,0,0,0.1);}
#header .headerContainer{width:100%;height:100%;max-width:1180px;min-width:900px;margin:0 auto;display:flex;align-items:center;transition:all .15s ease-in-out;}
@media screen and (max-width:1330px){
	.headerContainer{padding-left:30px;padding-right:30px;}
}
#header .header-top{position:relative;display:inline-flex;align-items:center;}
#header .header-top .top-logo{font-size:0;display:block;width:154px;height:45px;background:url('../img/logo.png') no-repeat;}
#header .inner{margin-left:auto;min-width:50%;display:inline-flex;align-items:center;}
#header .nav ul{display:inline-flex;align-items:center;font-size:16px;font-weight:400;}
#header .nav ul li{margin-left:40px;}
#header .member{background:#0019FF;border-radius:3px;margin-left:60px;}
#header .member a{position:relative;display:inline-flex;align-items:center;height:40px;padding:0 15px;font-size:14px;color:#fff;transition:all .2s ease-in-out;}
#header .member a + a:before{content:'';width:1px;height:calc(100% - 24px);position:absolute;top:12px;left:0;background:rgba(255,255,255,0.8);}
#header .member a:hover{background:rgba(255,255,255,0.2);}
#header.scroll-fixed{position:fixed;top:-81px;}
.headerSpace{height:81px;}


/*____________ header ____________*/
footer{position:relative;display:block;width:100%;text-align:center;background:#181724;color:#fff;padding:70px 0 100px 0;font-size:14px;font-weight:400;}
footer a{transition:all .2s ease-in-out;}
footer a:hover{text-decoration:underline}
footer .footer-logo{font-size:0;display:inline-block;width:184px;height:54px;background:url('../img/footer-logo.png') no-repeat;}
footer .footer-top{margin-top:40px;}
footer .footer-top a + a{margin-left:50px;}
footer .footer-body{line-height:2em;margin-top:20px;}
footer .footer-body span:not(:first-child):before{content:'';display:inline-block;width:2px;height:12px;background:rgba(255,255,255,0.7);margin-left:10px;margin-right:10px;}
footer .footer-body div:not(:first-child){margin-top:20px;}


/*____________________________ common ____________________________*/
.text-shadow{text-shadow:0 5px 6px rgba(0,0,0,0.16);}
section{position:relative;width:100%;}

.bottomSpace{display:block;height:130px;}

.bl-title{}
.bl-title{font-size:26px;font-weight:600;margin-bottom:30px;}
.bl-title sub{display:inline-block;font-size:16px;font-weight:400;margin-left:20px;}


.empty-img{position:relative;display:block;width:100%;background:#ededed;overflow:hidden;transition:all .3s ease-in-out;}
.empty-img:before{content:'';font-size:0;height:0;margin:0;width:100%;display:block;}
.empty-img.land:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('../img/empty-img-land.png') no-repeat center / 90px auto;}
.empty-img.building:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('../img/empty-img-building.png') no-repeat center / 90px auto;}


.gall-list{margin-top:70px;}
.gall-list ul.swiper-wrapper{flex-wrap:wrap;}
.gall-list ul li{position:relative;width:calc(25% - 14px);margin-bottom:25px;box-shadow:0 6px 8px rgba(0,0,0,0.1);border-radius:4px;overflow:hidden;}
.gall-list ul li.sold-out{cursor:pointer;}
.gall-list ul li.sold-out:before{content:'판매 완료된\a상품입니다.';white-space:pre;font-size:19px;font-weight:400;color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;z-index:6;background:rgba(0,0,0,0.5);
	display:flex;align-items:center;justify-content:center;text-align:center;padding-bottom:60px;}
.gall-list ul li:not(:nth-child(4n)){margin-right:18px;}
.gall-list .gall-thumb{position:relative;background-size:cover;border-radius:4px;overflow:hidden;}
.gall-list .gall-thumb a{display: block;overflow:hidden;width:281px;height: 187px;position:relative}
.gall-list .gall-thumb a:before{content:'';position:absolute;bottom:0;left:0;z-index:1;width:100%;height:50px;background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);}
.gall-list .gall-thumb a img{transition:all .3s ease-in-out;}
.gall-list .gall-thumb a:hover img{transform:scale(1.07);}
.gall-list .gall-thumb .empty-img:before{padding-top:66.5%;}
.gall-list .gall-thumb .label-date{position:absolute;top:10px;left:10px;z-index:3;display:inline-flex;align-items:center;justify-content:center;height:22px;border-radius:3px;background:#1D1D1D;color:#fff;font-size:12px;padding:0 8px;}
.gall-list .gall-thumb .label-state{position:absolute;top:10px;right:10px;z-index:3;display:inline-flex;align-items:center;justify-content:center;height:22px;border-radius:3px;background:#FF4600;color:#fff;font-size:12px;padding:0 5px;min-width:42px;}
.gall-list .gall-thumb .label-state.hot{background:#FF0066;}
.gall-list .gall-thumb .img-info{position:absolute;bottom:10px;left:10px;z-index:3;color:#fff;font-size:14px;}
.gall-list .gall-thumb .item-like{position:absolute;bottom:10px;right:10px;z-index:3;width:27px;height:27px;border-radius:50%;background:#fff;color:#959595;cursor:pointer;transition:all 0.2s cubic-bezier(0.5,0,0,1.25);
	display:inline-flex;align-items:center;justify-content:center;}
.gall-list .gall-thumb .item-like:before{content:'\e9bb';font-family:'intaefont';font-size:15px;margin-top:2px;}
.gall-list .gall-thumb .item-like.on{color:#FF0066;animation:like 0.3s 0s 1 alternate;}
@keyframes like {0% {transform:scale(1)}40% {transform:scale(1.2)}100% {transform:scale(1)}}
.gall-list .gall-info{}
.gall-list .gall-info > div{padding:10px 12px;}
.gall-list .gall-info .price{font-size:20px;font-weight:600;color:#0019FF}
.gall-list .gall-info .unit{margin-left:auto;font-size:16px;}
.gall-list .gall-info .addr{padding:15px 12px;font-size:14px;background:#F8F8F8;display:block;overflow :hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-text-overflow:ellipsis;}











/*____________________________ #main ____________________________*/
#main-top{position:relative;background:url('../img/main-top-bg.png') no-repeat top center / cover;width:100%;height:666px;color:#fff;display:flex;align-items:center;}
#main-top:after{display:block;visibility:hidden;clear:both;content:""}
#main-top .container{display:flex;align-items:center;justify-content:center;flex-direction:column;}
#main-top .copy{text-align:center;font-size:20px;font-weight:400;text-shadow:0 3px 6px rgba(0,0,0,0.6);margin-bottom:40px;}
#main-top .copy h2{font-size:33px;font-weight:500;margin-bottom:20px;}
#main-top form{width:100%;}
#main-top .search-form{position:relative;font-size:18px;width:100%;max-width:906px;margin:0 auto;}
#main-top .search-form input.inp-search{height:73px !important;width:100%;border:0 !important;padding-left:30px !important;padding-right:90px !important;box-shadow:0 6px 8px rgba(0,0,0,0.15);}
#main-top .search-form .button{position:absolute;top:4px;right:5px;display:inline-flex;align-items:center;justify-content:center;width:65px;height:65px;border-radius:4px;font-size:0;}
#main-top .search-form .button:before{content:'\e94b';font-family:'intaefont';font-size:22px;}


#main-bl01{}

#main-bl02{margin-top:70px;}
.main-banner{height:711px;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;background:url('../img/main-banner.png') center / cover;}
.main-banner .title{font-size:33px;font-weight:500;margin-bottom:30px;}
.main-banner .sub-title{height:47px;border-radius:30px;font-size:20px;font-weight:400;background:#0019FF;padding:0 30px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:50px;}
.main-banner .txt-box{width:100%;max-width:810px;padding:25px 20px 50px 20px;border-radius:4px;font-size:16px;line-height:2.2em;text-align:center;background:linear-gradient(45deg, rgba(24,23,37,0.8) 0%, rgba(23,23,23,0.8) 100%);}
.main-banner .txt-box .subject{font-size:26px;border-bottom:1px solid rgba(255,255,255,0.8);padding-bottom:20px;margin-bottom:25px;}


#main-bl03{margin-top:50px;}
#main-bl03 ul{display:flex;flex-wrap:wrap;}
#main-bl03 ul li{width:calc(50% - 10px);border-radius:4px;overflow:hidden;}
#main-bl03 ul li:nth-child(2n){margin-left:20px;}
#main-bl03 ul li .info{position:relative;height:78px;background:#434D68;color:#fff;font-size:26px;display:flex;align-items:center;padding:0 30px;}
#main-bl03 ul li .info .total{font-size:16px;font-weight:400;margin-left:10px;}
#main-bl03 ul li .info .more{position:absolute;top:0;right:0;height:100%;padding:0 25px;min-width:150px;background:#1C85E8;color:#fff;font-size:16px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
#main-bl03 ul li .info .more:after{content:'\e919';font-family:'intaefont';font-size:16px;margin-left:25px;}
#main-bl03 ul li .info .more:hover{background:#186AE6}


#main-bl04{margin-top:70px;}
#main-bl04 .container{padding-top:70px;border-top:1px solid rgba(0,0,0,0.8);}
#main-bl04 ul{}
#main-bl04 ul li{height:67px;display:flex;align-items:center;border:1px solid #E1E1E1;transition:all .2s ease-in-out;}
#main-bl04 ul li:hover{background:rgba(71,78,103,0.02);}
#main-bl04 ul li:not(:first-child){border-top:0;}
#main-bl04 ul li .subject{font-size:18px;font-weight:500;padding:0 20px 0 35px;}
#main-bl04 ul li .subject:hover{text-decoration:underline}
#main-bl04 ul li .source{margin-left:auto;width:170px;text-align:center;font-size:16px;padding:0 15px;}
#main-bl04 ul li .date{width:180px;text-align:center;font-size:16px;padding:0 15px;}



#main-bl05{margin-top:70px;padding:80px 20px;background:#2E3B5E;color:#fff;font-size:20px;font-weight:300;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;}
#main-bl05 .title{font-size:33px;font-weight:600;margin-bottom:15px;}
#main-bl05 .sub-title{line-height:1.6em;margin-bottom:55px;}
#main-bl05 form{width:100%;}
#main-bl05 .subscribe-form{width:100%;display:flex;align-items:center;justify-content:center;}
#main-bl05 .subscribe-form .inp{width:100%;max-width:615px;height:73px;padding:0 35px;font-size:18px;border-radius:4px;}
#main-bl05 .subscribe-form .button{margin-left:10px;display:inline-flex;align-items:center;justify-content:center;width:163px;height:73px;border-radius:4px;background:#FF0066;color:#fff;font-size:18px;font-weight:600;}


#main-bl05 + #company-bl03{margin-top:50px;margin-bottom:50px}


#main-bl06{}
#main-bl06 .container{display:flex;align-items:center;justify-content:center;padding-top:50px;padding-bottom:50px;}
#main-bl06 .container a{flex:1;font-size:26px;font-weight:500;height:120px;text-align:center;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
#main-bl06 .container a:not(:first-child){border-left:1px solid #707070}
#main-bl06 .container a:hover{color:#0019FF;}








#wrapper.fixed + #footer{display:none;}

/*____________________________ #subpage ____________________________*/
#subpage{}
#subpage .bl-title{font-size:30px;font-weight:600;margin-bottom:30px;margin-top:100px}
#subpage .sub-tabs{height:53px;width:100%;max-width:436px;margin:60px auto 40px auto;border:2px solid #E1E1E1;border-radius:40px;overflow:hidden;padding:1px;background:#fff;display:flex;align-items:center;justify-content:center;}
#subpage .sub-tabs a{flex:1;font-size:22px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;text-align:center;border-radius:30px;}
#subpage .sub-tabs a.active{background:#0019FF;color:#fff;height:100%;}
#subpage .search-form{position:relative;font-size:18px;width:100%;max-width:906px;margin:0 auto;margin-bottom:90px;}
#subpage .search-form input.inp-search{height:73px !important;width:100%;border:1px solid rgba(0,0,0,0.15) !important;padding-left:30px !important;padding-right:90px !important;box-shadow:0 6px 8px rgba(0,0,0,0.1);}
#subpage .search-form .button{position:absolute;top:4px;right:5px;display:inline-flex;align-items:center;justify-content:center;width:65px;height:65px;border-radius:4px;font-size:0;}
#subpage .search-form .button:before{content:'\e94b';font-family:'intaefont';font-size:22px;}

#subpage .sub-banner{width:800px;height:238px;margin:80px auto;font-size:24px;color:#fff;background:url('../img/sub-banner.png') no-repeat center / cover;}
#subpage .sub-banner .inner{height:100%;padding:10px 60px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;}
#subpage .sub-banner .inner .color-blue{color:#4AA7FF}
#subpage .sub-banner .inner .login{margin-top:20px;width:310px;height:64px;border-radius:4px;background:#1C85E8;color:#fff;font-size:20px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
#subpage .sub-banner .inner .login:hover{background:#59A8F2;}

#subpage .sub-top{height:327px;color:#fff;display:flex;align-items:center;justify-content:center;background:url('../img/sub-top01.png') no-repeat center / cover}
#subpage .sub-top .title{font-size:36px;font-weight:600;}


	#company_intro{padding:50px;display:flex;align-items:center;justify-content:center;background:#F9F9F9}
	#company_intro .company-logo{width:500px;text-align:center;}
	#company_intro .text{font-size:16px;padding:20px 40px;border-left:1px solid #D5D5D5}

	#company-bl01{}
	#company-bl01 ul{display:flex;flex-wrap:wrap;margin-top:60px;}
	#company-bl01 ul li{width:calc(33.33% - 24px)}
	#company-bl01 ul li:not(:nth-child(3n)){margin-right:35px;}
	#company-bl01 ul li .thumb{position:relative;}
	#company-bl01 ul li .thumb img{border-radius:4px;}
	#company-bl01 ul li [class*='icon']:before{content:'';font-family:'newfont';color:#fff;width:92px;height:92px;background:#1C85E8;border:5px solid #fff;border-radius:50%;position:absolute;top:-40px;left:50%;margin-left:-46px;
		display:inline-flex;align-items:center;justify-content:center;}
	#company-bl01 ul li .icon-search:before{content:'\e377';font-size:34px;}
	#company-bl01 ul li .icon-forsale:before{content:'\e05f';font-size:40px;}
	#company-bl01 ul li .icon-land:before{content:'\e41e';font-size:42px;}
	#company-bl01 ul li .con{text-align:center;padding:15px 20px 20px 20px;font-size:14px;background:#fff;border-radius:4px;border:1px solid rgba(0,0,0,0.1);box-shadow:0 3px 6px rgba(0,0,0,0.09);margin-top:5px;}
	#company-bl01 ul li .con .title{font-size:18px;font-weight:600;margin-bottom:10px;}


	.table-caption{display:flex;align-items:center;margin-bottom:15px;}
	.table-caption.tright{justify-content:flex-end;}
	.table-caption .bootstrap-select .dropdown-toggle{height:37px;color:#111111;font-size:15px;font-weight:500;min-width:100px;border-radius:2px;border:1px solid #C1C1C1}
	.table-caption .bootstrap-select .dropdown-toggle .caret:before{color:#111111;}
	.table-caption .bootstrap-select .dropdown-menu{font-size:14px;}
	.table-caption > * + *{margin-left:10px;}
	.table-caption .input-wrap{position:relative;}
	.table-caption .input-wrap button.search{font-size:0;position:absolute;top:0;right:0;z-index:3;width:40px;height:100%;background:transparent;display:inline-flex;align-items:center;justify-content:center;}
	.table-caption .input-wrap button.search:before{content:'\e377';font-family:'newfont';font-size:16px;}
	.table-caption input[type='text']{height:37px !important;min-width:220px;font-size:14px;border-radius:2px !important;border:1px solid #C1C1C1 !important;padding:0 50px 0 12px !important;}

	.flex-table{}
	.flex-table li{border-top:1px solid #E4E4E4;padding:12px 0;font-size:15px;font-weight:400;color:#181724;display:flex;align-items:center;transition:all .2s ease-in-out;}
	.flex-table li.head span{text-align:center;font-size:16px;}
	.flex-table li.head{border-top:2px solid #E4E4E4}
	.flex-table li.head.filled{background:#434D68;color:#fff;border-top:0;padding:16px 0;}
	.flex-table li.head .state{width:132px;}
	.flex-table li:not(.head):hover{background:rgba(71,78,103,0.015);}
	.flex-table li:last-child{border-bottom:1px solid #E4E4E4;}
	.flex-table li .no{width:125px;text-align:center;}
	.flex-table li .thumb img{border-radius:4px;margin-right:10px;}
	.flex-table li .subject{flex:1;font-weight:500;}	
	.flex-table li a:hover{text-decoration:underline}
	.flex-table li .writer{width:125px;text-align:center;}
	.flex-table li:not(.head) .state{width:102px;height:44px;border-radius:4px;background:#FF0066;color:#fff;display:inline-flex;align-items:center;justify-content:center;margin:0 15px;}
	.flex-table li .source{width:125px;text-align:center;}	
	.flex-table li .date{width:182px;text-align:center;}

	.table-pagination{display:flex;align-items:center;justify-content:center;margin-top:35px;}
	.table-pagination > * + *{margin-left:10px;}
	.table-pagination .first, .table-pagination .prev, .table-pagination .next, .table-pagination .last{width:33px;height:33px;border:1px solid rgba(0,0,0,0.15);display:inline-flex;align-items:center;justify-content:center;}
	.table-pagination .first:before, .table-pagination .prev:before, .table-pagination .next:before, .table-pagination .last:before{content:'';font-family:'newfont';font-size:12px;padding-bottom:2px;}
	.table-pagination .first:before{content:'\e016\e016';letter-spacing:-0.4em;margin-left:-0.25em;}
	.table-pagination .prev:before{content:'\e016';}
	.table-pagination .next:before{content:'\e017';}
	.table-pagination .last:before{content:'\e017\e017';letter-spacing:-0.4em;margin-left:-0.25em;}
	.table-pagination a{padding:0 6px;color:#505050;transition:all .2s ease-in-out;}
	.table-pagination a:hover, .table-pagination .active{color:#0019FF}
	.table-pagination .first:hover, .table-pagination .prev:hover, .table-pagination .next:hover, .table-pagination .last:hover{border-color:#0019FF}
	.table-pagination .active{font-weight:600;}


	#company-bl03 ul{display:flex;align-items:center;justify-content:space-between;}

	.map{position:relative;}
	.map .map-inner{position:relative;height:47px;font-size:16px;background:#0475F4;color:#fff;display:inline-flex;align-items:center;justify-content:center;border-radius:40px;padding:0px 20px 0 4px;margin-top:-50px;margin-left:-22px;}
	.map .map-inner:before{content:'';display:block;width:0;height:0;border-right:7px solid transparent;border-left:7px solid transparent;border-top:7px solid #0475F4;border-bottom:7px solid transparent;position:absolute;bottom:-12px;left:16px;}
	.map .map-inner .icon{}
	.map .map-inner .icon:before{content:'\e482';font-family:'newfont';font-size:25px;padding-top:2px;width:39px;height:39px;border-radius:50%;background:#fff;color:#0475F4;margin-right:10px;display:inline-flex;align-items:center;justify-content:center;}
	.map-info{font-size:15px;margin-top:15px;}




	.toggle-qna{}
	.toggle-qna li{border-top:1px solid #E4E4E4;transition:all .2s ease-in-out;}
	.toggle-qna li:last-child{border-bottom:1px solid #E4E4E4;}
	.toggle-qna li .qnaSubject{padding:13px 30px;font-size:16px;display:flex;align-items:center;cursor:pointer}
	.toggle-qna li .qnaContainer{padding:13px 30px;font-size:15px;background:rgba(0,0,0,0.02);display:none;}
	.toggle-qna li .qnaSubject:after{content:'\e336';font-family:'newfont';font-size:20px;margin-left:auto;transition:all 0.3s cubic-bezier(0.5,0,0,1.25);}
	.toggle-qna li.open .qnaSubject:after{transform:rotate(-45deg);color:#0475F4;}
	.toggle-qna li:hover .qnaSubject:after{color:#0475F4;}
	.toggle-qna li.open, .toggle-qna li.open + li{border-color:#9F9F9F;}


	.form-list{}
	.form-list li{display:flex;align-items:center;}
	.form-list li:not(:first-child){margin-top:15px;}
	.form-list li > *{flex:1}
	.form-list li > * + *{margin-left:15px;}
	.form-list li input{height:45px !important;font-size:16px;border-radius:3px !important;border:1px solid #878787 !important;}
	.form-list li textarea{min-height:160px;border-radius:3px !important;border:1px solid #878787 !important;}
	.form-list + .btnSet{margin-top:40px;text-align:center;}
	.btnSet .submit{min-width:270px;height:64px;background:#0019FF;color:#fff;font-size:20px;font-weight:500;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
	.btnSet .submit:hover{background:#0014C9;}






#viewpage{position:relative;padding-top:100px;}
#viewpage .loaction{font-size:14px;color:#878787;display:flex;align-items:center;margin-bottom:15px;}
#viewpage .loaction span:not(:first-child):before{content:'\e931';font-family:'intaefont';font-size:10px;margin:0 7px;opacity:0.8}



#viewpage .view-title{font-size:30px;font-weight:600;display:flex;align-items:flex-end;align-items:center;margin-bottom:25px;}
#viewpage .view-item-set{margin-left:auto;font-size:16px;font-weight:400;}

#viewpage .view-item-set .item-share{cursor:pointer;}
#viewpage .view-item-set .item-share:before{content:'\e9c8';font-family:'intaefont';font-size:13px;width:27px;height:27px;border-radius:50%;background:#181724;color:#fff;transition:all 0.2s cubic-bezier(0.5,0,0,1.25);
	display:inline-flex;align-items:center;justify-content:center;margin-right:10px;}
#viewpage .view-item-set .item-like{margin-left:25px;cursor:pointer;}
#viewpage .view-item-set .item-like:before{content:'\e9bb';font-family:'intaefont';font-size:13px;width:27px;height:27px;padding-top:2px;border-radius:50%;background:#D5D5D5;color:#fff;transition:all 0.2s cubic-bezier(0.5,0,0,1.25);
	display:inline-flex;align-items:center;justify-content:center;margin-right:10px;}
#viewpage .view-item-set .item-like.on:before{background:#FF0066;animation:like 0.3s 0s 1 alternate;}

#viewpage .view-item-set .btn_print{margin-left:25px;background:transparent;font-size:14px;font-weight:600;border:0;display:inline-flex;align-items:center;}
#viewpage .view-item-set .btn_print:before{content:'\e363';font-family:'newfont';font-size:14px;font-weight:normal;width:27px;height:27px;background:transparent;color:#fff;padding-top:2px;background:#34B366;border-radius:50%;
	display:inline-flex;align-items:center;justify-content:center;margin-right:10px;}


#viewpage .view-item-set .btn{font-size:17px;font-weight:500;background:#0019FF;color:#fff;padding:0 25px 0 5px;border-radius:30px;height:41px;display:inline-flex;align-items:center;margin-left:25px;transition:all .2s ease-in-out;}
#viewpage .view-item-set .btn:hover{background:#0014CE;}
#viewpage .view-item-set .btn .price{background:#fff;color:#0019FF;font-size:17px;height:33px;padding:0 25px;border-radius:40px;display:inline-flex;align-items:center;margin-right:15px;}

#viewpage .view-top{display:flex;align-items:flex-end;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,0.7);}
#viewpage .view-top .view-item-set span{margin-left:15px;}
#viewpage .view-top .subject{flex:1;font-size:28px;font-weight:500;} 
#viewpage .view-top .subject .source{display:block;font-size:19px;font-weight:500;color:rgba(71,78,103,0.8);margin-bottom:10px;}
#viewpage .view-top .date{color:#787878}
#viewpage .btnSet{margin-top:80px;text-align:center;}
#viewpage .btnSet .btn-list{height:50px;font-size:17px;font-weight:400;background:#fff;border:1px solid rgba(0,0,0,0.7);padding:0 20px;min-width:120px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;}
#viewpage .view-top + .fileSet{margin-top:-25px;}
#viewpage .fileSet{margin-bottom:25px;}
#viewpage .fileSet li{padding:10px;font-size:15px;font-weight:400;border-bottom:1px solid rgba(0,0,0,0.3);}
#viewpage .fileSet li:last-child{border-bottom:1px solid rgba(0,0,0,0.7);}
#viewpage .fileSet li:before{content:'\e967';font-family:'intaefont';font-size:14px;margin-right:10px;}
#viewpage .fileSet li a:hover{text-decoration:underline}
#viewpage .fileSet li .file-info{color:rgba(0,0,0,0.6);margin-left:0.5em}

#viewpage .viewContainer{}
	.viewContainer .photoContainer{display:flex;justify-content: space-between;}
	.viewContainer .photoContainer .empty-img:before{padding-top:100%;}
	.viewContainer .photoContainer .empty-img.land:after{background-size:128px auto;}
	.viewContainer .photoContainer .empty-img.building:after{background-size:128px auto;}

	.viewContainer .photoContainer .sec01{width:49%}
	.viewContainer .photoContainer .sec01 a{position:relative;display:block;overflow: hidden;height:485px;}
	.viewContainer .photoContainer .sec02{/*flex:1;max-width:570px;*/width:49%}
	.viewContainer .photoContainer .sec02 .map{width:100%!important;}
	.viewContainer .photoContainer .sec02 .thumb-list{display:flex;align-items:center;margin-top:20px;}
	.viewContainer .photoContainer .sec02 .thumb-list li{position:relative;width:33%;}
	.viewContainer .photoContainer .sec02 .thumb-list li:not(:first-child){margin-left:20px;}
	.viewContainer .photoContainer .sec02 .thumb-list li .empty-img.land:after{background-size:70px auto;}
	.viewContainer .photoContainer .sec02 .thumb-list li .empty-img.building:after{background-size:70px auto;}
	.viewContainer .photoContainer a{position:relative;display:block;}
	.viewContainer .photoContainer img{width:100%!important;}
	.viewContainer .photoContainer a:before{content:'More +';font-size:14px;color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);transition:all .2s ease-in-out;
	display:inline-flex;align-items:center;justify-content:center;opacity:0;}
	.viewContainer .photoContainer a:hover:before{opacity:1;}


	.viewContainer .infobox{display:flex;align-items:center;padding:30px 0;border:1px solid rgba(0,0,0,0.2);margin-top:20px;}	
	.viewContainer .infobox .item{flex:1;text-align:center;font-size:20px;font-weight:600;padding:15px 10px;}
	.viewContainer .infobox .item:not(:first-child){border-left:1px solid rgba(0,0,0,0.15);}
	.viewContainer .infobox .item label{display:block;text-align:center;font-size:16px;font-weight:400;margin-bottom:10px;}
	.viewContainer .infobox .item.flex2{flex:2;}
	.viewContainer .content{font-size:17px;margin-top:30px;}
	.viewContainer .content .con-title{font-size:26px;font-weight:600;margin-top:25px;margin-bottom:10px;}	
	.viewContainer .videoContainer{margin-top:50px;text-align:center;}
	.viewContainer .videoContainer .video{max-width:800px;}
	.viewContainer .view-bottom{display:flex;margin-top:120px;}
	.viewContainer .view-bottom .boxContainer{position:relative;flex:1;font-size:16px;padding:40px 30px 30px 30px;border:1px solid #181724;border-radius:2px;}
	.viewContainer .view-bottom .boxContainer:not(:first-child){margin-left:20px;}
	.viewContainer .view-bottom .boxContainer.flex{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}
	.viewContainer .view-bottom .boxContainer:nth-child(1):before{content:'\e0c5';font-family:'newfont';font-size:28px;width:54px;height:54px;border-radius:50%;background:#434D68;color:#fff;display:inline-flex;align-items:center;justify-content:center;
		position:absolute;top:-27px;left:50%;margin-left:-27px;}
		.viewContainer .view-bottom .boxContainer:nth-child(2):before{content:'\e16b';font-family:'newfont';font-size:28px;width:54px;height:54px;border-radius:50%;background:#434D68;color:#fff;display:inline-flex;align-items:center;justify-content:center;
		position:absolute;top:-27px;left:50%;margin-left:-27px;}
	.viewContainer .view-bottom .article-title{font-size:26px;font-weight:600;text-align:center;margin-bottom:25px;}
	.viewContainer .view-bottom .article-title sub{display:block;font-size:16px;font-weight:400;}

	.viewContainer .view-bottom .btnSet{margin-top:15px;}
	.viewContainer .view-bottom .btnSet .submit{width:100%;background:#1C85E8}
	.viewContainer .view-bottom .btnSet .submit:hover{background:#0766C1}

	.viewContainer .view-bottom .btnContract{font-size:20px;background:#0019FF;color:#fff;padding:0 25px;min-width:345px;border-radius:40px;height:64px;display:inline-flex;align-items:center;justify-content:center;margin-top:45px;transition:all .2s ease-in-out;}
	.viewContainer .view-bottom .btnContract:hover{background:#0114BF;}



#viewpage .viewContainer .map{}
#viewpage .viewContainer .map .map-inner{height:32px;font-size:13px;padding:0px 15px 0 4px;margin-top:-37px;margin-left:-19px;}
#viewpage .viewContainer .map .map-inner:before{border-right:5px solid transparent;border-left:5px solid transparent;border-top:5px solid #0475F4;border-bottom:5px solid transparent;bottom:-10px;left:15px;}
#viewpage .viewContainer .map .map-inner .icon:before{font-size:18px;padding-top:2px;width:25px;height:25px;margin-right:7px;}








#login-wrapper{position:fixed;top:81px;left:0;width:100%;height:calc(100% - 81px);overflow-y:auto;}
#login-wrapper .loginContainer{position:relative;z-index:5;width:100%;padding:80px 60px;}
#login-wrapper .loginContainer .inner{position:relative;z-index:5;width:100%;max-width:560px;margin:0 auto;background:rgba(255,255,255,0.95);padding:40px;border-radius:4px;text-align:center;box-shadow:0 12px 15px rgba(0,0,0,0.25);}
#login-wrapper .loginContainer .login-form{margin-top:50px;}
#login-wrapper .loginContainer .login-form input{width:100%;height:61px;border:1px solid #D5D5D5}
#login-wrapper .loginContainer .login-form input + input{margin-top:10px;}
#login-wrapper .loginContainer .login-form div.flex{margin-top:15px;display:flex;align-items:center;}
#login-wrapper .loginContainer .login-form .checkbox-wrap{}
#login-wrapper .loginContainer .login-form .right{margin-left:auto;display:inline-flex;align-items:center;}
#login-wrapper .loginContainer .login-form .right a:not(:first-child):before{content:'';display:inline-block;width:1px;height:12px;margin:0 10px;background:rgba(0,0,0,0.6);}
#login-wrapper .loginContainer .login-form .btn-login{margin-top:20px;margin-bottom:25px;width:100%;height:64px;border-radius:4px;background:#0019FF;color:#fff;font-size:20px;font-weight:600;box-shadow:0 4px 7px rgba(0,0,0,0.2);
	display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
#login-wrapper .loginContainer .login-form .btn-login:hover{background:#0015D8;}
#login-wrapper .loginContainer .login-form .btn-login + p{margin-top:40px;font-size:16px;text-align:center;}
#login-wrapper .loginContainer .login-form .btn-sns{display:flex;align-items:center;justify-content:center;width:100%;height:65px;font-size:20px;color:#fff;border-radius:6px;transition:all .2s ease-in-out;}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-naver{background:#00CE02}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-kakao{background:#FEE500;color:#262626}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-facebook{background:#445D97}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-google{background:#fff;color:#262626;border:2px solid #CCCCCC;}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-naver:hover{background:#00A802}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-kakao:hover{background:#F5D400;}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-facebook:hover{background:#31477B}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-google:hover{border-color:#858585;}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-naver:before{content:'';display:inline-block;width:30px;height:27px;background:url('../img/sns01.png') no-repeat center / 100%;margin-right:15px;}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-kakao:before{content:'';display:inline-block;width:34px;height:32px;background:url('../img/sns02.png') no-repeat center / 100%;margin-right:15px;}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-facebook:before{content:'';display:inline-block;width:20px;height:38px;background:url('../img/sns03.png') no-repeat center / 100%;margin-right:15px;}
#login-wrapper .loginContainer .login-form .btn-sns.login-sns-google:before{content:'';display:inline-block;width:32px;height:33px;background:url('../img/sns04.png') no-repeat center / 100%;margin-right:15px;}
#login-wrapper .loginContainer .login-form .btn-sns{margin-top:10px}
#login-wrapper .loginContainer .login-form .btn-sns + p{margin-top:20px;}
#login-wrapper .loginContainer .login-form .btn-join{margin-top:20px;width:100%;height:64px;border-radius:4px;background:#1C85E8;color:#fff;font-size:20px;font-weight:600;box-shadow:0 4px 7px rgba(0,0,0,0.2);
	display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
#login-wrapper .loginContainer .login-form .btn-join:hover{background:#066AC9;}
#login-wrapper .login-bg-wrap{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;}
#login-wrapper .login-bg-wrap .swiper-container{width:100%;height:100%;}
#login-wrapper .login-bg-wrap .swiper-slide{position:relative;width:100%;height:100%;transition:all .5s ease-in-out;}
#login-wrapper .login-bg-wrap .swiper-slide .visual-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;}
#login-wrapper .login-bg-wrap .swiper-slide-active .visual-img{
	-webkit-animation-name:zoom;
	-webkit-animation-duration:110s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-name:zoom;
	-moz-animation-duration:110s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
	animation-name:zoom;
	animation-duration:110s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
}
@keyframes zoom{0%{transform:scale(1);}50%{transform:scale(1.3);}100%{transform:scale(1);}}
@-webkit-keyframes zoom{0%{-webkit-transform:scale(1);}50%{-webkit-transform:scale(1.3);}100% {-webkit-transform:scale(1);}}
@-moz-keyframes zoom{0% {-moz-transform:scale(1);}50% {-moz-transform:scale(1.3);}100% {-moz-transform:scale(1);}}



#join-wrapper{position:fixed;top:81px;left:0;width:100%;height:calc(100% - 81px);display:flex;align-items:center;justify-content:center;}
#join-wrapper .joinContainer{position:relative;z-index:5;width:100%;max-width:560px;background:rgba(255,255,255,0.95);padding:40px;border-radius:4px;border:1px solid #D5D5D5}
#join-wrapper .joinContainer .title{font-size:26px;margin-bottom:15px;margin-top:-10px;}
#join-wrapper .joinContainer .join-form{margin-top:20px;}
#join-wrapper .joinContainer .join-form .txtbox{min-height:2em;max-height:8em;padding:10px;font-size:14px;border:1px solid rgba(0,0,0,0.2);overflow-y:auto;margin-top:20px;margin-bottom:10px;}
#join-wrapper .joinContainer .btn-next{margin-top:40px;width:100%;height:64px;border-radius:4px;background:#878787;color:#fff;font-size:20px;font-weight:600;box-shadow:0 4px 7px rgba(0,0,0,0.2);
	display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
#join-wrapper .joinContainer .btn-next.active{background:#0019FF;}
#join-wrapper .joinContainer .btn-next.active:hover{background:#0015D8;}
#join-wrapper .joinContainer .btn-submit{margin-top:40px;width:100%;height:64px;border-radius:4px;background:#0019FF;color:#fff;font-size:20px;font-weight:600;box-shadow:0 4px 7px rgba(0,0,0,0.2);
	display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
#join-wrapper .joinContainer .btn-next.active:hover{background:#0015D8;}
#join-wrapper .joinContainer .join-form ul{}
#join-wrapper .joinContainer .join-form ul + ul{margin-top:25px;padding-top:25px;border-top:1px solid rgba(0,0,0,0.3);}
#join-wrapper .joinContainer .join-form ul li:not(:first-child){margin-top:15px;}
#join-wrapper .joinContainer .join-form ul li label{display:block;margin-bottom:5px;}
#join-wrapper .joinContainer .join-form input{width:100%;height:58px;border:1px solid #D5D5D5}
#join-wrapper .joinContainer .join-form .flex input{flex:1;}
#join-wrapper .joinContainer .join-form .flex input + .btnCheck{margin-left:10px;height:58px;padding:0 15px;border-radius:4px;background:#1C85E8;color:#fff;font-size:17px;font-weight:500;
	display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
#join-wrapper .joinContainer .join-form .flex input + .btnCheck:hover{background:#066AC9;}
#join-wrapper .joinContainer .join-form .help-msg{font-size:14px;color:#BC0000;margin-top:5px;}





.photoSlide{position:relative;width:100%;max-width:857px;margin:0 auto;}
.photoSlide .swiper-container{width:100%;overflow:hidden}
.photoSlide .gallView{position:relative;}
.photoSlide .gallThumb{margin-top:15px;}
.swiper-container{position:relative;width:100%;}
.swiper-container ul{position:relative;}
.swiper-container li{width:100%;}
.swiper-container li img{max-width:100%;}
.gallThumb .swiper-slide{position:relative;cursor:pointer;width:auto;transition:all .2s ease-in-out;}
.gallThumb .swiper-slide:hover, .gallThumb .swiper-slide-thumb-active{opacity:1;}
.gallThumb .swiper-slide:after{content:'';position:absolute;bottom:0px;left:0;z-index:3;display:block;width:100%;height:0;background:#0019FF;transition:all 0.3s cubic-bezier(0.5,0,0,1.25);}
.gallThumb .swiper-slide-thumb-active:after{height:5px;}

	.swiper-pagination-fraction{position:absolute;top:20px;left:20px;z-index:13;width:74px;height:43px;border-radius:4px;color:#fff;background:rgba(0,0,0,0.7);font-size:15px;font-weight:400;display:inline-flex;align-items:center;justify-content:center;}
	.swiper-pagination .swiper-pagination-current{margin-right:5px;}
	.swiper-pagination .swiper-pagination-total{margin-left:5px;opacity:0.8}

	.swiper-prev, .swiper-next{cursor:pointer;position:absolute;top:50%;z-index:30;margin-top:-28px;}
	.swiper-prev{left:-110px}
	.swiper-next{right:-110px}
	.swiper-prev:before, .swiper-next:before{content:'';display:block;font-family:'intaefont';font-size:18px;font-size:normal;color:#fff;transition:all .1s ease-in-out;z-index:11;width:56px;height:56px;background:rgba(0,0,0,0.5);border-radius:50%;
		display:inline-flex;align-items:center;justify-content:center;}
	.swiper-prev:before{content:'\e918'}
	.swiper-next:before{content:'\e919'}
	.swiper-prev:hover:before, .swiper-next:hover:before{background:#000;transform:scale(1.1);}





#mypage{background:#FAFBFD;overflow:hidden;}
.mypage-top{background:#2E3B5E;color:#fff;padding:35px 20px;}
.mypage-top .container{display:flex;align-items:center;}
.mypage-top .container .user-info{display:flex;align-items:center;font-size:30px;font-weight:600;}
.mypage-top .container .user-info .user-thumb{border-radius:50%;display:block;width:94px;height:94px;background-size:cover;margin-right:20px;}
.mypage-top .container .btnSet{margin-left:auto}
.mypage-top .container .btnSet li:not(:first-child){margin-top:10px;}
.mypage-top .container .btnSet li a{width:232px;height:54px;border-radius:3px;color:#fff;background:#1C85E8;font-size:20px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
.mypage-top .container .btnSet li a:hover{background:#0967BF;}


#mypage #contract{margin-top:80px;}
#mypage #contract .flex-table li{font-size:17px;}
#mypage #contract .flex-table li .no{width:155px;}

#mypage #product{margin-top:80px;}
#mypage #product .infoBox{background:#fff;padding:30px;border:1px solid #C4C4C4}
#mypage #product .infoBox + .infoBox{margin-top:30px}
#mypage #product .infoBox .flexCenter{height:140px;font-size:30px;color:#878787;display:flex;align-items:center;justify-content:center;}




#frm-warranty{margin-top:50px;}
#frm-warranty .title{font-size:20px;font-weight:500;margin-top:40px;margin-bottom:20px;}
#frm-warranty .wbox{background:#fff;border:1px solid rgba(0,0,0,0.1);border-radius:6px;padding:30px;}
#frm-warranty .personal-info{}
#frm-warranty .personal-info .row{display:flex;align-items:center;}
#frm-warranty .personal-info .row:not(:first-child){margin-top:10px;}
#frm-warranty .personal-info .row label{min-width:140px;}
#frm-warranty .personal-info input{border-radius:3px;height:40px;}
#frm-warranty .personal-info .help-block{font-size:13px;}

#frm-warranty .check-container{}
#frm-warranty .check-container .row{display:flex;align-items:center;align-items:stretch;border-top:1px solid rgba(0,0,0,0.1);min-height:40px;}
#frm-warranty .check-container .row:last-child{border-bottom:1px solid rgba(0,0,0,0.1);}
#frm-warranty .check-container .row span{display:flex;align-items:center;}
#frm-warranty .check-container .row span:not(.con), #frm-warranty .check-container .row.header span{justify-content:center;}
#frm-warranty .check-container .row.header + .row{border-top:0;}
#frm-warranty .check-container .row.header{background:rgba(0,0,0,0.1);border:1px solid rgba(0,0,0,0.1);min-height:30px;}
#frm-warranty .check-container .row.header span{text-align:center;}
#frm-warranty .check-container .row:not(.header) > *{padding:10px;border-left:1px solid rgba(0,0,0,0.1);}
#frm-warranty .check-container .row:not(.header) > *:last-child{border-right:1px solid rgba(0,0,0,0.1);}
#frm-warranty .check-container .row .num{min-width:100px;text-align:center;}
#frm-warranty .check-container .row .con{flex:1;padding-left:15px;}
#frm-warranty .check-container .row .chk-wrap{padding:0;width:220px;display:inline-flex;align-items:center;align-items:stretch;text-align:left;}
#frm-warranty .check-container .row .chk{font-size:14px;width:50%;text-align:center;padding:10px;}
#frm-warranty .check-container .row:not(.header) .chk:not(:first-child){border-left:1px solid rgba(0,0,0,0.1);}
#frm-warranty .check-container .radio-wrap{display:flex;align-items:center;}
#frm-warranty .check-container .radio-wrap .txt{margin-left:10px;}
#frm-warranty .check-container .radio-wrap input[type="radio"] + span:before{font-size:16px;border-radius:2px;margin:0;color:rgba(0,0,0,0);padding-top:1px;}
#frm-warranty .check-container .radio-wrap input[type="radio"]:hover + span:before{color:rgba(0,0,0,0.4);background:rgba(0,0,0,0.06);}
#frm-warranty .check-container .radio-wrap input[type="radio"]:checked + span:before{color:#fff;background:#0019FF;border:0;}






/*─────────────── LAYER POPUP ───────────────*/
*{transition:filter;}
.mfp-bg.my-mfp-popup{background:rgba(0,0,0,0.8);}
.mfp-wrap{overflow-y:auto;}
.mfp-wrap:not(.my-mfp-popup) ~ *:not(.datepicker-container){filter:blur(3px);}
.mfp-wrap:not(.my-mfp-view) .mfp-container{padding:0 15px;}
.mfp-wrap.my-mfp-view .mfp-container{padding:0;}
.mfp-wrap.my-mfp-view .mfp-container .layerPopup{margin:0 auto;background:#fff;padding-bottom:80px;}
.mfp-wrap.my-mfp-view button.mfp-close:before{color:#000;}
.mfp-wrap .mfp-content{position:relative;margin:0;width:auto;max-width:100%;}
button.mfp-close{position:fixed;right:5px;top:10px;z-index:999;text-align:center;font-size:0px;transition:all .2s ease-in-out;}
button.mfp-close:before{content:'\e007';font-family:'newfont';font-size:27px;color:#fff;font-weight:normal;width:54px;height:54px;display:flex;align-items:center;justify-content:center;}
button.mfp-close:hover, .button.mfp-close:focus{opacity:1;}
.mfp-wrap.mfp-close-btn-in button.mfp-close{position:absolute;top:0;right:0;opacity:0.9;}
.mfp-wrap.mfp-close-btn-in button.mfp-close:before{content:'\4c';font-size:15px;color:#fff;padding-bottom:0.1em;width:54px;height:54px;display:flex;align-items:center;justify-content:center;}
.mfp-wrap.mfp-close-btn-in button.mfp-close:hover, .mfp-wrap.mfp-close-btn-in .button.mfp-close:focus{opacity:1;}

.layerPopup{color:#1b1b1b;margin:60px auto;width:auto;min-width:350px;}
.layerPopup .popcon-wrapper{position:relative;width:100%;background:#fff;border-radius:4px;padding:35px 35px 40px 35px;font-size:16px;font-weight:400;font-family:'Spoqa Han Sans Neo', 'Noto Sans KR', sans-serif;
	display:flex;justify-content:center;flex-direction:column;min-height:175px;}
.layerPopup #pop-header{position:relative;font-size:20px;font-weight:500;margin-bottom:10px;}

.layerPopup .btnSet{position:absolute;bottom:-54px;left:0;width:100%;z-index:10;display:flex;}
.layerPopup .btnSet [class*='btn']{flex:1;height:58px;font-size:17px;font-weight:400;background:#0019FF;display:inline-flex;align-items:center;justify-content:center;}
.layerPopup .btnSet [class*='btn']:first-child{border-bottom-left-radius:4px;}
.layerPopup .btnSet [class*='btn']:last-child{border-bottom-right-radius:4px;}
.layerPopup .btnSet .btnOk{background:#0019FF;color:#fff;}
.layerPopup .btnSet .btnCancel{flex:1;background:#434D68;color:#fff;}


#pop-password-check{min-width:584px}
.layerPopup .password-form{font-size:17px;margin-top:20px;}
.layerPopup .password-form ul{}
.layerPopup .password-form ul + ul{margin-top:25px;padding-top:25px;border-top:1px solid rgba(0,0,0,0.3);}
.layerPopup .password-form ul li:not(:first-child){margin-top:15px;}
.layerPopup .password-form ul li label{font-size:0.9em;display:block;margin-bottom:5px;}
.layerPopup .password-form input{width:100%;height:61px !important;border:1px solid #D5D5D5;border-radius:4px !important;}
.layerPopup .password-form .btnSubmit{margin-top:50px;background:#0019FF;width:100%;height:61px;padding:0 15px;border-radius:4px;color:#fff;font-size:17px;font-weight:600;
	display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
.layerPopup .password-form .btnSubmit:hover{background:#0013BF;}




/* 스크립트 없이 레이어 팝업 */
.layer-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;padding:150px 60px;overflow-y:auto;}
.layer-popup .pop-wraper{position:relative;z-index:5;width:100%;min-height:100%;display:flex;align-items:center;justify-content:center;}
.layer-popup .pop-closer{position:fixed;top:15px;right:15px;z-index:5;opacity:0.9;}
.layer-popup .pop-closer:before{content:'\e007';font-family:'newfont';font-size:27px;color:#fff;font-weight:normal;width:54px;height:54px;display:flex;align-items:center;justify-content:center;}
.layer-popup .pop-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:3;background:rgba(0,0,0,0.6);}
.layer-popup .popContainer{position:relative;z-index:6;background:#fff;border-radius:4px;padding:35px 35px 40px 35px;font-size:16px;font-weight:400;font-family:'Spoqa Han Sans Neo', 'Noto Sans KR', sans-serif;
	display:flex;justify-content:center;flex-direction:column;min-height:175px;}
.layer-popup #pop-header{position:relative;font-size:20px;font-weight:500;margin-bottom:10px;}

.layer-popup .btnSet{position:absolute;bottom:-54px;left:0;width:100%;z-index:10;display:flex;}
.layer-popup .btnSet [class*='btn']{flex:1;height:58px;font-size:17px;font-weight:400;background:#0019FF;display:inline-flex;align-items:center;justify-content:center;}
.layer-popup .btnSet [class*='btn']:first-child{border-bottom-left-radius:4px;}
.layer-popup .btnSet [class*='btn']:last-child{border-bottom-right-radius:4px;}
.layer-popup .btnSet .btnOk{background:#0019FF;color:#fff;}
.layer-popup .btnSet .btnCancel{flex:1;background:#434D68;color:#fff;}



.layer-popup .password-form{font-size:17px;margin-top:20px;}
.layer-popup .password-form ul{}
.layer-popup .password-form ul + ul{margin-top:25px;padding-top:25px;border-top:1px solid rgba(0,0,0,0.3);}
.layer-popup .password-form ul li:not(:first-child){margin-top:15px;}
.layer-popup .password-form ul li label{font-size:0.9em;display:block;margin-bottom:5px;}
.layer-popup .password-form input{width:100%;height:61px !important;border:1px solid #D5D5D5;border-radius:4px !important;}
.layer-popup .password-form .btnSubmit{margin-top:50px;background:#0019FF;width:100%;height:61px;padding:0 15px;border-radius:4px;color:#fff;font-size:17px;font-weight:600;
	display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;}
.layer-popup .password-form .btnSubmit:hover{background:#0013BF;}