@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');  
body {
   margin:0;
}

.balloon {
    display: inline-block;
    position: relative;
    background: #163c6d;
    height: 50px;
    width: 100px;
    margin: 0 auto 10px;
	border: 2px solid #ffffff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

}


.balloon_2 {
    display: inline-block;
    position: relative;
    background: #fece08;
    height: 40px;
    width: 60px;
    margin: 0 auto 10px;
	border: 2px solid #ffffff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

}

.balloon:after {
    content: '';
    position: absolute;
    border-top: 10px solid #163c6d;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -9px;
    left: 5px;
}



.speech-bubble {
	position: relative;
	background: #4486dd;
	border-radius: .4em;
	height: 45px;
    width: 70px;
	border: 1px solid #ffffff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;

}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	
	/*border: 10px solid transparent;*/
	border: 10px solid transparent;;
	border-top-color: #4486dd;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -10px;
	
	
	
	
	
	
}
a { text-decoration:none !important }
a:hover { text-decoration:none !important }



/*상단고정 레이어*/

#layer_fixed
        {
            height:55px;
            width:100%;
            color: #fece08;
            font-size:16px;
		
            position:fixed;
            z-index:999;
            top:0px;
            left:0px;
           
            background-color:#ffffff;
        }



/*오른쪽 고정 레이어*/

#layer_fixed_right_01
        {
           
            width:100%;
            color: #ffffff;
            font-size:12px;
			
            position:fixed;
            z-index:999;
            top:55px;
            left:0px;
        
            background-color:#8ab4e9;
        }
		
#layer_fixed_right_02
        {
            height:100px;
            width:150px;
            color: #235290;
            font-size:12px;
			
            position:fixed;
            z-index:999;
            top:265px;
            left:20px;
            -webkit-box-shadow: 0 1px 2px 0 #777;
            box-shadow: 3px 3px 7px #d5d6d7;
            background-color:#ffffff;
			
			border: 1px solid #ffffff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
        }
		
		
#layer_fixed_right_03
        {
            height:100px;
            width:150px;
            color: #235290;
            font-size:12px;
			
            position:fixed;
            z-index:999;
            top:265px;
            left:190px;
            -webkit-box-shadow: 0 1px 2px 0 #777;
            box-shadow: 3px 3px 7px #d5d6d7;
            background-color:#ffffff;
			
			border: 1px solid #ffffff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
        }
		
		#layer_fixed_right_04
        {
            height:100px;
            width:320px;
            color: #235290;
            font-size:12px;
			
            position:fixed;
            z-index:999;
            top:375px;
            left:20px;
            -webkit-box-shadow: 0 1px 2px 0 #777;
            box-shadow: 3px 3px 7px #fcfcfd;
            background-color:#fcfcfd;
			
			border: 1px solid #ffffff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
        }


		#layer_fixed_right_05
        {
            height:50px;
            width:320px;
            color: #235290;
            font-size:12px;
			
            position:fixed;
            z-index:999;
            top:485px;
            left:20px;
            -webkit-box-shadow: 0 1px 2px 0 #777;
            box-shadow: 3px 3px 7px #d5d6d7;
            background-color:#ffffff;
			
			border: 1px solid #ffffff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
        }
		
		
				#layer_fixed_right_06
        {
            height:123px;
            width:100%;
            color: #235290;
            font-size:12px;
			
            position:fixed;
            z-index:999;
            top:560px;
            left:0px;
            -webkit-box-shadow: 0 1px 2px 0 #777;
            box-shadow: 3px 3px 7px #fcfcfd;
            background-color:#f1f1f2;
			
	
        }

	
		@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v13/PbykFmXiEBPT4ITbgNA5Cgm203Tq4JJWq209pU0DPdWuqxJFA4GNDCBYtw.0.woff2)
    format("woff2");
}

body{
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 300;
}


     #autoMaker{
            padding : 10px;
            position: absolute; 
			width: 94%;
			padding: 10px 12px;
            height: auto; background: #f0f0f0;
            /*margin-top: 10px; cursor:pointer;*/
			margin:0 auto;
			font-size: 12px;
			
        }
        #autoMaker > div{
            border : 1px solid #e6e6e6;
            /*margin-top : 3px;*/
			margin:0 auto;
			padding: 10px 11px;
			border-radius: 8px;
        }
        #autoMaker > div:hover{
            background : #fbfcfe;
			margin:0 auto;
        }	


.search {
  position: relative;
  width: 90%;
  height: 30px;
  
   border-radius: 1px;
   margin:0 auto;
}


.text{	
  width: 98%;
  height: 50px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 10px 10px 10px 12px;
  font-size: 14px;
}

.checkbox {
	
	width:17px; height: 17px;
	font-size:14px;
	font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}

/*
input {
	
  width: 98%;
  height: 50px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 10px 10px 10px 12px;
  font-size: 14px;
}
*/

.img_1 {
  position : absolute;
  width: 20px;
  top: 18px;
  right: 18px;
  margin: 0;
  
}	
/*
input[type=button], input[type=submit], input[type=reset] {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
*/
.btn {
    /* 필수적으로 입력해 주어야 하는 속성 */
    vertical-align: middle; /* Input 과 타 요소들의 텍스트 높이를 동일하게 세로 정렬한다 */
    display: inline-block; /* a나 span 태그의 경우 inline-block 요소처리 */
    line-height: 1;
    cursor: pointer; /* input type에 따라 커서의 모양이 다르다. */
    
    /* 패딩은 Input과 다른 태그들이 달라야 한다 */
    padding: 16px 20px;

    /* 디자인 요소들 */
    transition: all 0.3s;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.0);
    text-shadow: 0 -1px 0 rgba(0,0,0,.0);
    border-radius: 3px;
    font-size:15px;
	font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
	color: #ffffff;
    text-transform: uppercase;
	background: #e08226;

    /* 요소마다 border 의 색상을 다르게 주기 위해서 속성들을 따로 기입한다 */
    border-style: solid;
    border-width: 0px;
}


input.btn {
    /* Input은 다른 태그들과 패딩값이 다르게 입력된다. top + 1, bottom -1 을 해준다. */
    padding: 9px 12px 7px;
}

.btn_1 {
    /* 필수적으로 입력해 주어야 하는 속성 */
    vertical-align: middle; /* Input 과 타 요소들의 텍스트 높이를 동일하게 세로 정렬한다 */
    display: inline-block; /* a나 span 태그의 경우 inline-block 요소처리 */
    line-height: 1;
    cursor: pointer; /* input type에 따라 커서의 모양이 다르다. */
    
    /* 패딩은 Input과 다른 태그들이 달라야 한다 */
    padding: 16px 20px;

    /* 디자인 요소들 */
    transition: all 0.3s;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.0);
    text-shadow: 0 -1px 0 rgba(0,0,0,.0);
    border-radius: 3px;
    font-size:14px;
	font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
	color: #ffffff;
    text-transform: uppercase;
	background: #4e81ee;

    /* 요소마다 border 의 색상을 다르게 주기 위해서 속성들을 따로 기입한다 */
    border-style: solid;
    border-width: 0px;
}


.btn_2 {
    /* 필수적으로 입력해 주어야 하는 속성 */
    vertical-align: middle; /* Input 과 타 요소들의 텍스트 높이를 동일하게 세로 정렬한다 */
    display: inline-block; /* a나 span 태그의 경우 inline-block 요소처리 */
    line-height: 1;
    cursor: pointer; /* input type에 따라 커서의 모양이 다르다. */
    
    /* 패딩은 Input과 다른 태그들이 달라야 한다 */
    padding: 5px 7px;

    /* 디자인 요소들 */
    transition: all 0.3s;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.0);
    text-shadow: 0 -1px 0 rgba(0,0,0,.0);
    border-radius: 3px;
    font-size:11px;
	font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
	color: #ffffff;
    text-transform: uppercase;
	background: #4e81ee;

    /* 요소마다 border 의 색상을 다르게 주기 위해서 속성들을 따로 기입한다 */
    border-style: solid;
    border-width: 0px;
}



input {
  width: 98%;
  height: 50px;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  padding: 10px 10px 10px 12px;
  font-size: 14px;
}

.input_1 {
  width: 98%;
  height: 10px;
  border: 1px solid #f2f3f5;
  border-radius: 2px;
  padding: 10px 10px 10px 12px;
  font-size: 14px;
}

.input_2 {
  width: 40%;
  height: 50px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 10px 10px 10px 12px;
  font-size: 14px;
}

.textarea_1 {
			width: 98%;
			height: 80px;
			padding: 10px 10px 10px 12px;
			box-sizing: border-box;
			border: solid 1px #f0f0f0;
			border-radius: 5px;
			font-size: 16px;
			resize: both;
		}

.img_1 {
  position : absolute;
  width: 20px;
  top: 18px;
  right: 18px;
  margin: 0;
  
}	

/*구글font 두께 100;300;400;500;700;900*/  


.font_12_100{
	font-size:12px;
	font-weight: 100;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_12_300{
	font-size:12px;
	font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}

.font_12_400{
	font-size:12px;
	font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_12_500{
	font-size:12px;
	font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_12_700{
	font-size:12px;
	font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
}



.font_14_100{
	font-size:14px;
	font-weight: 100;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_14_300{
	font-size:14px;
	font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}

.font_14_400{
	font-size:14px;
	font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_14_500{
	font-size:14px;
	font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_14_700{
	font-size:14px;
	font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
}



.font_15_100{
	font-size:15px;
	font-weight: 100;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_15_300{
	font-size:15px;
	font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}

.font_15_400{
	font-size:15px;
	font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_15_500{
	font-size:15px;
	font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_15_700{
	font-size:15px;
	font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
}


.font_16_100{
	font-size:16px;
	font-weight: 100;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_16_300{
	font-size:16px;
	font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}

.font_16_400{
	font-size:16px;
	font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_16_500{
	font-size:16px;
	font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_16_700{
	font-size:16px;
	font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_16_900{
	font-size:16px;
	font-weight: 900;
    font-family: 'Noto Sans KR', sans-serif;
}



.font_20_400{
	font-size:20px;
	font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_20_500{
	font-size:20px;
	font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_20_700{
	font-size:20px;
	font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
}
.font_20_900{
	font-size:20px;
	font-weight: 900;
    font-family: 'Noto Sans KR', sans-serif;
}

/* 매물등록페이지*/

.select_radio {
    padding: 15px 10px;
}
.select_radio input[type=radio]{
    display: none;
}
.select_radio input[type=radio]+label{
    display: inline-block;
    cursor: pointer;
    height: 44px;
    width: 25%;
    border: 1px solid #bebcbc;
    line-height: 42px;
    text-align: center;
    font-weight:bold;
    font-size:15px;
	
}
}
.select_radio input[type=radio]+label{
    background-color: #fff;
    color: #333;
}
.select_radio input[type=radio]:checked+label{
    background-color: #333;
    color: #fff;
}
/*input 박스에 설명글 색상변경*/
input::placeholder {
  color: #b6b6b6;
  /*font-style: italic;*/
}

select {width: 92%; 
padding: .8em .5em; 
border: 0px solid #ffffff;
font-family: inherit;  
background: url('arrow.jpg') no-repeat 95% 50%; 
 background-color: #f0f0f0;
 
 	 font-size: 13px;
  font-weight:nomal;
  color: #4e81ee;
 text-align: center;
 
 
 
border-radius: 10px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 }select::-ms-expand {        
 display: none;
 }
 
 
 .select_1 {width: 98%; 
padding: .8em .5em; 
border: 2px solid #ffffff;
font-family: inherit;  
background: url('arrow.jpg') no-repeat 95% 50%; 
 background-color: #f0f0f0;
 
 	 font-size: 13px;
  font-weight:nomal;
  color: #4e81ee;
 text-align: center;
 
 
 
border-radius: 10px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 }select::-ms-expand {        
 display: none;
 }