@charset "UTF-8"; 


.margin-t{
	margin-top:30px;
}


/* 테이블 x축 스크롤(s) */
.container .content article.product-list .product-list-table{
    width:100%;
    overflow-x: scroll;
}
.container .content article.product-list .product-list-table table.table{
    width:100%;
    table-layout: fixed;
}
.container .content article.product-list .product-list-table2 table.table{
    width:100%;
    table-layout: fixed;
}

.container .content div.noEdit{
    width:100%;
    table-layout: fixed;
    overflow-x: scroll;
}
/* 테이블 x축 스크롤(e) */


/* 서브메뉴(s) */
.container .content .sub-lnb{
    width:100%;
    height:100%;
}
.container .content .sub-lnb ul.depth1{
    border:1px solid #c3c3c3;
}
.container .content .sub-lnb ul.depth1>li>a{
    background: #fff url(../images/menu_open.png) 94% 18px no-repeat;
}
/* 서브메뉴(e) */


/* order-inquiry 첨부파일(s) */
.container .content article.attached-file-content .attached-file{
    height:100%;
    min-height: 246px;
    overflow: hidden;
}
.container .content article.attached-file-content .attached-file img{
	width:100%;
	height:100%;
}
/* order-inquiry 첨부파일(e) */

/* 191125(s) 내부팝업(s) */
.popup-wrapper {position:absolute; left:0; top:0; right:0; bottom:0; z-index:999;}
.popup-wrapper.full {position:fixed;}
.popup-wrapper:before {content:""; display:block; width:100%; height:100%; background:#0000006b; opacity:.9; filter:alpha(opacity=90);}


.popup-position{
    position: fixed;
    top:50%; left:50%;
    margin-top:-300px; margin-left:-400px;
    z-index: 99999;
    background: #ffffff;
    border:2px solid #c3c3c3;
}
/* 191125(e) 내부팝업(e) */

.popup-wrapper .list-box{
    width:100%;
    padding:8px 14px;
    height:300px;
    overflow-y: scroll;
    border:1px solid #dfdfdf;
}

.cellEdit .dataTables_wrapper td select {
    width: 100%;
    height: 27px;
    line-height: 27px;
    padding: 2px 10px;
    border: none;
    background: none;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
}
.cellEdit .dataTables_wrapper td select:focus {
    border: 1px solid #c3c3c3;
    background: #fff;
    text-align: left;
}


* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Start 20200302 김윤섭 팝업이미지 슬라이드 효과 추가 */
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prevImg, .nextImg {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.nextImg {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevImg:hover, .nextImg:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Fading animation */
.fadeImg {
  -webkit-animation-name: fadeImg;
  -webkit-animation-duration: 1.5s;
  animation-name: fadeImg;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeImg {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fadeImg {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prevImg, .nextImg,.textImg {font-size: 11px}
}
/* End 20200302 김윤섭 팝업이미지 슬라이드 효과 추가 */


/* 200507(s) 로그인 페이지 디자인 */
.page-container .login-bg{
  width:100%;
  height:100%;
  background-color: #e9e9e9;
/*   background:url(../images/login_logo.png)no-repeat center center fixed; */
/*   background-size: 100% 100%; */
}

.page-container .login-bg h1#loginPg-logo{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -230%);
    width:600px;
    height:138px;
    z-index: 99;
/*     background:url(../images/loginPg-logo.png) center no-repeat; */
    text-indent: -999999px;
}
.page-container .login-bg .content.login-box{
    padding:0;
}
.page-container .login-bg .login-box{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -40%);
    min-width: 600px;
    min-height: 360px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.14);
}
.page-container .login-bg .login-box article.widget .widget-content form{
    width:420px;
    height:auto;
    margin:74px auto;
}
.page-container .login-bg .login-box article.widget .widget-content form input#useridTmp,
.page-container .login-bg .login-box article.widget .widget-content form input#passwdTmp{
    display:block;
    width:100%;
    padding:14px 16px;
    font-size:20px;
    border:1px solid #e9e9e9;
    margin-bottom:10px;
}
.page-container .login-bg .login-box article.widget .widget-content form button#loginBtn{
    display:block;
    margin-top:30px;
    width:100%;
    height:58px;
    background-color:#da1c5a;
    font-size:20px;
    color:#ffffff;
}
/* 200507(e) 로그인 페이지 디자인 */

/* VR360 css(s) 김윤섭 */
#panorama {
	width: 100%;
	height: 100%;
}

#controls {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 2;
}

/* Next & previous buttons */
.prevImg2, .nextImg2 {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	padding: 25px;
	background: rgba(200, 200, 200, 0.0);
	margin-top: -22px;
	color: #333;
	font-weight: bold;
	font-size: 45px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.nextImg2 {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevImg2:hover, .nextImg2:hover {
	background-color: rgba(255, 255, 255, 1);
}

/* VR360 css(e) 김윤섭 */

/*210419(s) 공지사항, 문의하기, 자주하는질문 css 추가*/
#notice-popup{
  background-color: #ffffff;
  position: relative;
}
#notice-popup.active{
  filter: blur(6px);
  pointer-events: none;
  user-select: none;
}
#notice-popup .content{
  padding: 0;
}
#notice-popup #notice-container{
  width:100%;
  padding:0 27px;
  box-sizing: border-box;
  background-color: #ffffff;
}
#notice-popup .notice-head{
  margin:30px 0 7px 0;
}
#notice-popup #notice-container .logo{
  display:inline-block;
  width:92px;
  float:left;
}
#notice-popup #notice-container .logo img{
  width: 100%;
}

#notice-popup ul.notice-list{
  margin: 0px;  
  margin-top:4px;
  margin-left:20px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  float:left;
}
#notice-popup ul.notice-list span.line{
  font-family: MalgunGothic;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color:#c1c0c0;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#notice-popup ul.notice-list li{
  background: #fff;
  display: inline-block;
  padding: 10px 6px;
  cursor: pointer;
  opacity: 0.2;
  font-family: MalgunGothic;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -1.3px;
  text-align: center;
  color: #000000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#notice-popup ul.notice-list li.current{
  opacity: 1;
  font-weight: bold;
  color: #a50034;
}
#notice-popup .search{
  float:right;
  position: relative;
  margin-top:14px;
}
#notice-popup .search label{
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.33;
  letter-spacing: normal;
  color:#000000;
  text-align: right;
}
#notice-popup .search input{
  width: 223px;
  height: 30px;
  margin: 0 0 0 8px;
  padding: 4px 5px 4px 10px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.36px;
  text-align: left;
  color: #1a1a1a;
}
#notice-popup .search input::placeholder{
  color: #1a1a1a;
  opacity: 0.3;
}
#notice-popup .search span.search-btn{
  position: absolute;
  z-index: 2;
  top:50%; right:6px;
  margin-top:-11px;
  width:21px;
  height:22px;
}
#notice-popup .search span.search-btn img{
  width:100%;
}


#notice-popup .notice-contents{
  display: none;
  padding: 0;
}

#notice-popup .notice-contents.current{
  display: inherit;
}
#notice-popup .table-container{
  border:solid 1px #b4b4b4;;
}
#notice-popup table{
  table-layout:fixed;
}
#notice-popup table tr{
  height: 36px;
  border: solid 1px #e8e8e8;
}
#notice-popup table tbody tr{
  cursor: pointer;
}
#notice-popup table tbody tr:hover{
  background-color: #f7f7f7;
}
#notice-popup table tr.top-none{
  border-top:none;
}
#notice-popup table tr.bottom-none{
  border-bottom:none;
}
#notice-popup table tr.left-none{
  border-left:none;
}
#notice-popup table tr.right-none{
  border-right:none;
}
#notice-popup table tr th{
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #a50034;
}
#notice-popup table tr td, table tr th{
  text-align: center;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
#notice-popup table tr td{
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  font-family: MalgunGothic;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #000000;  
}
#notice-popup table tr td span.complete{
  display: inline-block;
  padding:2.3px 6px 2.3px 6px;
  border-radius: 4px;
  border: solid 1px #a50034;
  color:#a50034;
}
#notice-popup table tr td span.wating{
  display: inline-block;
  padding:2.3px 6px 2.3px 6px;
  border-radius: 4px;
  border: solid 1px #b4b4b4;
  color:#b4b4b4;
}
#notice-popup .notice-pagination{
  display: block;
  margin-top:20px;
  text-align: center;
}
#notice-popup .notice-pagination a{
  display: inline-block;
  float: none;
  font-family: MalgunGothic;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #b4b4b4;
  padding:2px 7px;
  margin-top:2px;
}

/* 210524(s) 김윤섭 고객지원 페이징처리 추가 */
#notice-popup .notice-pagination a.previous {
	background: url(../images/page-left-btn.png) center;
	text-indent: -9999px;
	background-repeat : no-repeat;
	background-size: 12px 15px;
	width: 26px;
	height: 20px;

}
#notice-popup .notice-pagination a.next {
	background: url(../images/page-right-btn.png) center;
	text-indent: -9999px;
	background-repeat : no-repeat;
	background-size: 12px 15px;
	width: 26px;
	height: 20px;

}
/* 210524(e) 페이징처리 추가 */

#notice-popup .notice-pagination a.arrow-btn{
  margin-top:0;
}
#notice-popup .notice-pagination a.current{
  font-weight: bold;
  color: #ffffff;
  background-color: #c1c0c0;
}
#notice-popup .write-btn{float: right;}
#notice-popup .write-btn a{
  display:block;
  width:124px;
  height: 35px;
  line-height: 35px;
  border:solid 1px #c1c0c0;
  text-align: center;
  margin-top:-30px;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color:#000000;
}

/*210526(s) 추가*/
#notice-popup .list-btn{float: right; padding-bottom:10px;}
#notice-popup .list-btn a{
  display:block;
  width:124px;
  height: 35px;
  line-height: 35px;
  border:solid 1px #c1c0c0;
  text-align: center;
  margin-top:-30px;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color:#000000;
}
#notice-popup table tr th span.complete{
  display: inline-block;
  padding:2.3px 6px 2.3px 6px;
  border-radius: 4px;
  border: solid 1px #a50034;
  color:#a50034;
}
#notice-popup .post-container table.post-table,
#notice-popup .post-container table.post-table tr,
#notice-popup .post-container table.post-table tr th,
#notice-popup .post-container table.post-table tr td{
  border:none;
  font-family: MalgunGothic;
  font-weight: bold;
  color:#000000;
}
#notice-popup .post-container table.post-table{
  border-top:2px solid #333;
}
#notice-popup .post-container table.post-table tr{
  cursor: auto;
}
#notice-popup .post-container table.post-table tr.post-header{
  height: 40px;
  background-color: #f7f7f7;
  border-bottom:1px solid #d0d0d0;
}
#notice-popup .post-container table.post-table tr.post-header:hover{
  background-color: #f7f7f7;
}
#notice-popup .post-container table.post-table tr.post-header th{
  font-size:13px;
}
#notice-popup .post-container table.post-table tr.post-li{
  height: 20px;
}
#notice-popup .post-container table.post-table tr:hover{
  background-color: #ffffff;
}
#notice-popup .post-container .write-box{
  width:100%;
  padding:40px 0 40px 20px;
}
#notice-popup .post-container table.post-table.answer tr.post-li{
  height: 40px;
}
#notice-popup .post-container .txt-box{
  margin-bottom:40px;
  margin-top:20px;
  height: 100px;
  border-top: 2px solid black;
  padding-top: 20px;
}
#notice-popup .post-container .txt-box textarea{
  width:calc(100% - 124px); float:left;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border:1px solid #d8d8d8;
  border-right: none;
  padding:10px;
  resize: none;
}
#notice-popup .post-container .txt-box a{
  display: block;
  width:124px; float:left;
  line-height: 80px;
  height: 100%;
  text-align: center;
  background-color: #666666;
  color: #ffffff;
}
/*210526(e) 추가*/

.blur-color-bg{
  background-color: #000000;
  width: 100%; height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.blur-color-bg.active{
  visibility: visible;
  opacity: 0.06;
}
.notice-write-box{
  position: fixed;
  top: 45%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 690px;
  padding: 0px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.notice-write-box.active {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.notice-write-box .box-header{
  width:100%;
  height: 33px;
  background-color: #d8d8d8;
  position: relative;
}
.notice-write-box .box-header h2{
  margin:0;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000000;
  padding-left:15px;
}
.notice-write-box .box-header a.write-box-close{
  position: absolute;
  top:0;
  right:0;
  width:33px;
  height:33px;
  background-image: url(../images/write-close-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -99999px;
}

.notice-write-box .box-content{
  padding:0px 29px;
}
.notice-write-box .box-content .title{
  margin-top:29px;
}
.notice-write-box .box-content .title input{
  width:461px;
  height: 30px;
  border:none; border-bottom: 1px solid #b4b4b4;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.notice-write-box .box-content .title input::placeholder{
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.notice-write-box .box-content .title label{
  margin-left:20px;
  margin-right:4px;
}
.notice-write-box .box-content .title select{
  width:124px;
  height: 30px;
  border: solid 1px #d8d8d8;
  border-radius: 0;
}
.notice-write-box .box-content .conts{
  margin-top:21px;
}
/*210526(s) 수정*/
.notice-write-box .box-content .conts textarea{
  resize: none;
  width:100%;
  height: 339px;
  /*height: 450px;*/
  border: solid 1px #d8d8d8;
  border-radius: 0;
  padding:10.5px 14px;
}
/*210526(e) 수정*/
.notice-write-box .box-content .conts textarea::placeholder{
  color:#b4b4b4; 
}


.notice-write-box .box-footer{
  padding:0px 29px 22px 29px;
  margin-top:19px;
}
.notice-write-box .box-footer .flex{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; 
}
.notice-write-box .box-footer .flex input{
  width:124px;
  height: 35px;
  border: solid 1px #c1c0c0;
  text-align: center;
  padding:0 10px;
  box-sizing: border-box;
}
.notice-write-box .box-footer .flex input::placeholder{
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c1c0c0;
}
.notice-write-box .box-footer .flex a.submit{
  display: block;
  width:124px;
  height: 35px;
  line-height: 35px;
  background-color: #a50034;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.notice-write-box .box-footer .flex a.write-box-close{
  display: block;
  width:124px;
  height: 35px;
  line-height: 35px;
  background-color: #808080;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
#notice-popup .tab-container{
  width:100%;
  height: 542px;
  box-sizing: border-box;
  border: solid 1px #b4b4b4;
  overflow-y: scroll;
  overflow-x: unset;
}
#notice-popup ul.faq-list li.qusetion .question-title{
  display:flex;
  flex-wrap: nowrap;
/*   justify-content: space-around;  */
  position: relative;
  cursor: pointer;
  border-bottom: solid 1px #b4b4b4;
}
#notice-popup ul.faq-list li.qusetion .question-title:hover{
  background-color: #f7f7f7;
}
#notice-popup ul.faq-list li.qusetion .question-title span{
  display: block;
  font-family: MalgunGothic;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a50034;
  width:133px;
  height: 44px;
  line-height: 44px;
}
#notice-popup ul.faq-list li.qusetion .question-title .line{
  position: absolute;
  width:1px;
  height: 28px;
  top:50%;
  left:133px;
  margin-top:-14px;
  background-color: #b4b4b4;
  text-indent: -99999px;
}
#notice-popup ul.faq-list li.qusetion .question-title p{
  font-family: MalgunGothic;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #464646;
  width:974px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  padding-left:32px;
  margin:0;
}
#notice-popup ul.faq-list li.qusetion .panel {
  display: none;
  margin-bottom:0;
  border-bottom: solid 1px #b4b4b4;
  padding:20px;
}
#notice-popup ul.faq-list li.qusetion .panel p{
  font-family: MalgunGothic;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #464646;
}
#notice-popup .plus{
  position: absolute;
  top:13px;
  right:26px;
}
#notice-popup .cross {
  background: #c1c0c0;
  height: 18px;
  position: relative;
  width: 1px;
}
#notice-popup .cross:after {
  background: #b4b4b4;
  content: "";
  height: 1px;
  left: -8px;
  position: absolute;
  top: 8px;
  width: 18px;
}



/*210419(e) 공지사항, 문의하기, 자주하는질문 css 추가*/
/*210421(s) 공간설계 아파트평형 찾기 팝업 css 추가*/
#apart-popup{
  background-color: #ffffff;
  position: relative;
}
#apart-popup.active{
  filter: blur(6px);
  pointer-events: none;
  user-select: none;
}
#apart-popup .fl{
  float: left;
}
#apart-popup .fr{
  float: right;
}
#apart-popup.active{
  filter: blur(6px);
  pointer-events: none;
  user-select: none;
}
#apart-popup .content{
  padding: 0;
  /* 20210503(S) */
  overflow: auto;
  /* 20210503(E) */
}
#apart-popup #apart-container{
  width:100%;
  padding:0 20px 20px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
}
#apart-popup .apart-head{
  padding-top:20px;
  padding-bottom:20px;
  vertical-align: middle;
}
#apart-popup .apart-head ul.apart-list,
#apart-popup .apart-head .search-input,
#apart-popup .apart-head .search-select,
#apart-popup .apart-head .search-btn{
  height:35px;
  line-height: 35px;
}
#apart-popup .apart-head ul.apart-list li{
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;  
}
#apart-popup .apart-head ul.apart-list li .check{
  display:block;
  width:14px; height: 14px;
  box-sizing: border-box;
  border:solid 1px #b4b4b4;
  padding:2px;
  background-color: #ffffff;
  border-radius: 50%;
  text-indent: -99999px;
  float:left;
  margin-top:10px;
  margin-right:2px;
  cursor: pointer;
}
#apart-popup .apart-head ul.apart-list li span{
  float:left;
  margin-right:10px;
  cursor: pointer;
}
#apart-popup .apart-head ul.apart-list li .check .checking{
  display: none;
  width:8px; height:8px;
  border-radius: 50%;
  background-color: #a50034;
}
#apart-popup .apart-head ul.apart-list li .check.current .checking{
  display:block;
}
#apart-popup .apart-head .search-input{
  position: relative;
}
#apart-popup .apart-head .search-input label{
  width: 57px;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  margin-right:5px;
}
#apart-popup .apart-head .search-input input{
  width:223px;
  height:30px;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  background-color: #ffffff;
  padding:0 28px 0 10px;
}
#apart-popup .apart-head .search-input input::placeholder{
  opacity: 0.3;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.36px;
  text-align: left;
  color: #1a1a1a;
}
#apart-popup .apart-head .search-input span.search-btn{
  position: absolute;
  top:2px; right:0;
}
#apart-popup .apart-head .search-input span.search-btn a{
  display: block;
  width:30px; height:30px;
  vertical-align: middle;
  text-align: center;
  background-image: url(../images/search-icon-btn.png);
  background-repeat: no-repeat;
  background-size: 21px 22px;
  background-position: center;
}
#apart-popup .apart-head .search-select{
  margin-left:16px;
}
#apart-popup .apart-head .search-select label{
  width: 66px;
  margin: 0 3px 0 0;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
#apart-popup .apart-head .search-select select{
  width: 100px;
  height: 22px;
  margin: 0 6px 0 0;
  padding: 0 0 0 3px;
  border: solid 1px #c1c0c0;
  background-color: #ffffff;
  font-family: MalgunGothic;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
/*   color: #cdcdcd; */
}
#apart-popup .apart-head .search-btn2 a{
  display: block;
  width:125px;
  height:35px;
  line-height: 35px;
  background-color: #a50034;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
#apart-popup .apart-contents{
  display: none;
  padding: 0;
  width:100%;
  height:570px;
  box-sizing: border-box;
  border: solid 1px #b4b4b4;
  overflow: hidden;
}
#apart-popup .apart-contents.current{
  display: inherit;
}
#apart-popup .apart-contents {
  position: relative;
}
#apart-popup .apart-contents .area-position{
  position: absolute;
}
#apart-popup .apart-contents .area-position a{
  position: relative;
}
#apart-popup .apart-contents .area-position a span.area{
  display:inline-block;
  text-align: center;
  min-width: 64px;
  box-sizing: border-box;
  padding:0 4px;
  height: 23px;
  line-height: 23px;
  border-radius: 5px;
  background-color: #a50034;
  font-family: MalgunGothic;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color:#ffffff;
}
#apart-popup .apart-contents {
  position: relative;
}
#apart-popup .apart-contents .area-position-detail{
  position: absolute;
}
#apart-popup .apart-contents .area-position-detail a{
  display:block;
  width:20px; height:26px;
}
#apart-popup .apart-contents .area-position-detail a img{
  width:100%;
}

.triangle-topleft {
  width: 0;
  height: 0;
  border-top: 10px solid #a50034;
  border-right: 10px solid transparent;
  position: absolute;
  left:0; bottom:-10px;
}
#apart-popup .address-list-container{
  padding:10px 20px 20px 20px;
  width:100%;
/*   height: 100%; */
}
#apart-popup .address-list-container h3{
  width: 66px;
  height: 20px;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.73;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin:0;
  margin-bottom:6px;
}
#apart-popup .address-list-container table{
  border-collapse:collapse; border-spacing:0;
  border-bottom: solid 1px #b4b4b4;
}
/* #apart-popup .address-list-container table thead tr{ */
/*   border-top: solid 1px #b4b4b4; */
/*   border-bottom: solid 1px #b4b4b4; */
/*   height: 25px; */
/* } */
#apart-popup .address-list-container table thead tr{
  border-top: solid 1px #b4b4b4;
  border-bottom: solid 1px #b4b4b4;
  height: 25px;
}
#apart-popup .address-list-container table thead th{
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  background-color: #e5e5e5;
}
#apart-popup .address-list-container table td,
#apart-popup .address-list-container table th{
  border-left: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
}
#apart-popup .address-list-container table tbody tr{
  height:25px;
}
#apart-popup .address-list-container table tbody tr:nth-child(add){
  background-color: #ffffff;
}
#apart-popup .address-list-container table tbody tr:nth-child(even){
  background-color: #f5f5f5;
}
#apart-popup .address-list-container table td{
  font-family: MalgunGothic;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
#apart-popup .address-pagination{
  display: block;
  margin-top:16px;
  text-align: center;
}
#apart-popup .address-pagination a{
  display: inline-block;
  float: none;
  font-family: MalgunGothic;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #b4b4b4;
  padding:2px 7px;
  margin-top:2px;
}
#apart-popup .address-pagination a.arrow-btn{
  margin-top:0;
}
#apart-popup .address-pagination a.current{
  font-weight: bold;
  color: #ffffff;
  background-color: #c1c0c0;
}


.apart-search-box{
  position: fixed;
  top: 45%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 458px;
  height: 531px;
  padding: 0px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.apart-search-box.active {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.apart-search-box .box-header{
  width:100%;
  height: 33px;
  background-color: #d8d8d8;
  position: relative;
}
.apart-search-box .box-header h2{
  margin:0;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000000;
  padding-left:15px;
}
.apart-search-box .box-header a.apart-box-close{
  position: absolute;
  top:0;
  right:0;
  width:33px;
  height:33px;
  background-image: url(../images/write-close-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -99999px;
}

.apart-search-box .box-content{
  padding:0px 20px;
}
.apart-search-box .box-content .img-slide{
  width:100%;
  height:255px;
  background-color: #ffffff;
}
.apart-search-box .box-content .detail-table table.table01{
  border-collapse:collapse; border-spacing:0;
  border: solid 1px #dddddd;
}
.apart-search-box .box-content .detail-table table.table01 tr,
.apart-search-box .box-content .detail-table table.table01 td,
.apart-search-box .box-content .detail-table table.table01 th{
  border: solid 1px #dddddd;
}
.apart-search-box .box-content .detail-table table.table01 tr{
  height: 24px;
}
.apart-search-box .box-content .detail-table table.table01 th{
  font-family: MalgunGothic;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.33px;
  text-align: right;
  color: #6a6a6a;
  padding-right:10px;
  background-color: #f5f5f5;
}
.apart-search-box .box-content .detail-table table.table01 td{
  font-family: MalgunGothic;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.33px;
  text-align: left;
  color: #1a1a1a;
  padding-left:8px;
}
.apart-search-box .box-content .detail-table table.table02{
  border-collapse:collapse;border-spacing:0;
  border: solid 1px #dddddd;
}
.apart-search-box .box-content .detail-table table.table02 tr,
.apart-search-box .box-content .detail-table table.table02 td,
.apart-search-box .box-content .detail-table table.table02 th{
  border: solid 1px #dddddd;
}
.apart-search-box .box-content .detail-table table.table02 tr{
  height: 24px;
}
.apart-search-box .box-content .detail-table table.table02 th{
  font-family: MalgunGothic;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.33px;
  text-align: center;
  color: #6a6a6a;
  background-color: #f5f5f5;
}
.apart-search-box .box-content .detail-table table.table02 td{
  font-family: MalgunGothic;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.33px;
  text-align: center;
  color: #1a1a1a;
}
.apart-search-box .box-content .detail-table table.table02.bdt-none,
.apart-search-box .box-content .detail-table table.table02.bdt-none tr.bdt-none, 
.apart-search-box .box-content .detail-table table.table02.bdt-none tr.bdt-none th.bdt-none{
  border-top:none;
}
.apart-search-box .box-footer{
  margin-top:16px;
}
.apart-search-box .box-footer .flex{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; 
}
.apart-search-box .box-footer .flex a.submit{
  display: block;
  width:203px;
  height: 35px;
  line-height: 35px;
  background-color: #a50034;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-left:20px;
}
.apart-search-box .box-footer .flex a.apart-box-close{
  display: block;
  width:203px;
  height: 35px;
  line-height: 35px;
  background-color: #808080;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-right:20px;
}
.apart-search-box .box-content .carousel-container {
    list-style-type: none;
    padding: 0;
    width: 418px;
    height: 100%;
    position: relative;
    z-index: 0;
}

.apart-search-box .box-content .arrow {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    width: 20px;
    height: 38px;
    font-size: 62px;
    text-align: center;
    bottom: 0;
    top: 90px;
    position: absolute;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left:0;
    overflow:hidden;
}

.apart-search-box .box-content .arrow.next {
    left:0px;
}

.apart-search-box .box-content .arrow.back {
    right: 0px;
}
.apart-search-box .box-content .arrow span{
  display: block;
  background-image: url(../images/apart-slide-btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width:40px; height:38px;
}
.apart-search-box .box-content .arrow.next span{
  background-position: 0 0;
}
.apart-search-box .box-content .arrow.back span{
  background-position: -20px 0;
}


.apart-search-box .box-content .carousel-container li:nth-child(1) > .dot {
    margin-left: 44.6%;
}

.apart-search-box .box-content .carousel-container .carousel-content {
    height: 0;
    overflow: hidden;
    line-height: 22px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    list-style-type: none;
    padding: 0;
}
.apart-search-box .box-content .carousel-container .carousel-content img {
    opacity: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 14px;
    margin-left:-34%;
    width: 68%;
    border-radius: 5px;
    transition: 0.2s ease-in;
}

.apart-search-box .box-content .carousel-container .dot {
    float: left;
    cursor: pointer;
    opacity: 1;
    background: #c1c0c0;
    position: relative;
    margin-top: 56%;
    border-radius: 50%;
    z-index: 999;
    margin-right: 8px;
    display: block;
    min-height: 6px;
    padding-left: 6px;
}

.apart-search-box .box-content .carousel-container .dot:hover {
    background: #464646;
}

.apart-search-box .box-content .carousel-container .carousel-toggle {
    display: none;
}

.apart-search-box .box-content .carousel-container .carousel-toggle:checked + .dot,
.apart-search-box .box-content .carousel-container .carousel-toggle.active + .dot {
    background: #464646;
}

.apart-search-box .box-content .carousel-container .carousel-toggle:checked ~ .carousel-content,
.apart-search-box .box-content .carousel-container .carousel-toggle.active ~ .carousel-content {
    height: 100%;
    width: 100%;
}

.apart-search-box .box-content .carousel-container .carousel-toggle:checked ~ .carousel-content img,
.apart-search-box .box-content .carousel-container .carousel-toggle.active ~ .carousel-content img {
    opacity: 1;
}
.address-fail-box{
  position: fixed;
  top: 45%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 367px;
  height: 158px;
  padding: 0px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.address-fail-box.active {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.address-fail-box .box-header{
  width:100%;
  height: 33px;
  background-color: #d8d8d8;
  position: relative;
}
.address-fail-box .box-header h2{
  margin:0;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000000;
  padding-left:15px;
}
.address-fail-box .box-header a.fail-box-close{
  position: absolute;
  top:0;
  right:0;
  width:33px;
  height:33px;
  background-image: url(../images/write-close-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -99999px;
}
.address-fail-box .box-content{
  padding-top:20px;
  padding-left:20px;
  padding-right: 20px;
}
.address-fail-box .box-content .fl{
  float:left;
}
.address-fail-box .box-content div{
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000000;
  line-height: 35px;
}
.address-fail-box .box-content div p{
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000000;
  line-height: 35px;
  margin-left:10px;
}
.address-fail-box .box-content img{
  width:35px;
  height: 35px;
}
.address-fail-box .box-footer{
  margin-top:6px;
}
.address-fail-box .box-footer .flex{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end; 
}
.address-fail-box .box-footer .flex a.address-add{
  display: block;
  width:125px;
  height: 35px;
  box-sizing: border-box;
  border:solid 1px #b4b4b4;
  line-height: 35px;
  background-color: #ffffff;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #464646;
  margin-right: 10px;
}
.address-fail-box .box-footer .flex a.fail-box-close{
  display: block;
  width:125px;
  height: 35px;
  line-height: 35px;
  background-color: #808080;
  font-family: MalgunGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-right:20px;
}
/*210421(e) 공간설계 아파트평형 찾기 팝업 css 추가*/
/*210426(s) 지도 css 동적으로 수정 - .map의 height 값이 커지면 같이 커지도록 구현*/
#apart-popup .apart-head{
  padding-top:18px;
  padding-bottom:18px;
}
#apart-popup .apart-head .search-btn2 a{
  width:115px;
}
#apart-popup .apart-contents{
  min-height:570px;
  height: 100%;
}
#apart-popup #apart-container .map-container{
  height: 100%;
  position:relative;
}
#apart-popup #apart-container .apart-contents .map-container .poi,
#apart-popup #apart-container .apart-contents .map-container .poi-detail{
  position: absolute;
  top:0; left:0;
}
/*210426(e) 지도 css 동적으로 수정 - .map의 height 값이 커지면 같이 커지도록 구현*/
/*210426_1630(s)*/
#apart-popup .apart-head ul.apart-list{
  min-width: 112px;
  padding:0; margin:0;
}
#apart-popup .apart-head table{
  width:calc(100% - 112px);
  min-width: 948px;
  padding:0; margin:0;
}
#apart-popup .apart-head .search-input input{
  width:90%;
}
#apart-popup .apart-head .search-select select{
  width:90%;
}
#apart-popup .apart-head .search-input span.search-btn{
  position: absolute;
  top:4px; right:10%;
}
@media all and (max-width: 1100px){
  #apart-popup .apart-head table{
    float:left;
  }
  #apart-popup .apart-head .search-input label{
    width: 57px;
    font-family: MalgunGothic;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    margin-right:5px;
  }
  #apart-popup .apart-head .search-input input{
    width:223px;
    height:30px;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    background-color: #ffffff;
    padding:0 28px 0 10px;
  }
  #apart-popup .apart-head .search-input input::placeholder{
    opacity: 0.3;
    font-family: MalgunGothic;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.36px;
    text-align: left;
    color: #1a1a1a;
  }
  #apart-popup .apart-head .search-input span.search-btn{
    position: absolute;
    top:4px; right:10%;
  }
  #apart-popup .apart-head .search-input span.search-btn a{
    display: block;
    width:30px; height:30px;
    vertical-align: middle;
    text-align: center;
    background-image: url(../images/search-icon-btn.png);
    background-repeat: no-repeat;
    background-size: 21px 22px;
    background-position: center;
  }
  #apart-popup .apart-head .search-select{
    margin-left:16px;
  }
  #apart-popup .apart-head .search-select label{
    width: 66px;
    margin: 0 3px 0 0;
    font-family: MalgunGothic;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }
  #apart-popup .apart-head .search-select select{
    width: 100px;
    height: 22px;
    margin: 0 6px 0 0;
    padding: 0 0 0 3px;
    border: solid 1px #c1c0c0;
    background-color: #ffffff;
    font-family: MalgunGothic;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #cdcdcd;
  }
  #apart-popup .apart-head .search-btn2 a{
    display: block;
    width:125px;
    height:35px;
    line-height: 35px;
    background-color: #a50034;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-family: MalgunGothic;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
}
/*210426_1630(e)*/

/* 20210526 comment(s) */
.comment .comment-box {
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 20px;
	padding-top: 20px;
}

.comment .comment-box2 {
	padding-top: 20px;
}

.comment .comment-box .comment-content{
	padding: 15px
}

.comment  .comment-file-group {
	position: relative;
	top: 15px;
}

.comment  .comment-file {
	text-decoration: underline;
	margin: 0 5px;
	color: #3166a2;
	cursor: pointer;
}


.comment .comment-box .comment-delete {
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}

.comment-area {
	height: 100px;
	resize: none;
	overflow: auto;
}

/* 20210526 comment(e) */