@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

body, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font-family: 'Noto Sans KR'; 
}

button{
    cursor: pointer;
}

.basic_fz{
    font-size: 14px;
}

.container_cus{
    width: 950px;
    margin: 0 auto;
}

.build_select {
	width: 100%;
	list-style-type: none;
	padding: 0;
}
.build_select li{
	width: calc((100% - 112px) / 6);
	float: left;
	margin-right: 20px;
	border: 1px solid #999;
     border-radius: 7px;
     overflow: hidden;
}
.build_select li:last-child{
	margin-right: 0;
}

/* 검색 box css*/
input{ margin: 0; }
input:focus {outline:none;}
.in-line{
    position: relative;
    overflow: visible;
    width: 65%;
    margin: 0 auto;
}
.address_input{
    width: 100%;
    border-radius: 20px;
    height: 30px;
    border:0;
    /* 그림자의 크기와 동일한 값 */
    padding: 18px 25px;
    font-size: 16px;
    color: #000;
    border:3px solid #578AE5;
    z-index:100;
}
.service_btn{
    position:absolute;
    z-index: 1000;
    right: -1px;
    background-color: #578AE5;
    border-radius: 0 20px 20px 0;
    padding:  11px 25px;
    padding-right: 25px;
    border:0;
}

/* 주소 검색결과 텍스트 css*/
#srch_addr_rst{
    text-decoration-line: underline;
    text-decoration-color: #578AE5;
    text-underline-position : under;
    color: #578AE5;
}
.addr_rst_text{
    font-size: 20px;
    font-weight: 600;
}

/* 검색결과 */
#result_box{
    border-top: 1px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
.result_list{
    border-top: 1px solid #cccccc;
    margin: 0;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    padding: 10px;
}
.sel_addr{
    font-size: 14px;
    font-weight: 700;
}
/* 지번 선택 css*/
.add_number_box{
    margin: 15px 0;
    border: 1px solid #578AE5;
    width: calc(100% - 12px);
    height: 95px;
    background-color: #edf2f8;
    border-radius: 7px;
    display: flex; /* Flex 컨테이너로 설정 */
    align-items: center; /* 세로 가운데 정렬 */
    padding: 5px 5px;
}
.add_number{
    width: 98%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#comment-box span { 
	font-size:14px;
	font-weight: 500;
}

/* select */
select {
    width: 100%;
    height: 35px;
    padding: 3px 16px;
    font-family: inherit;
    background: url(../images/search/select_point.png) no-repeat 94% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    background-color: #fff;
    font-weight: 700;
    float: left;
}
select:focus {
    outline:none;
    box-shadow: 0px 3px 3px #999;
}

/* 다음으로 */
.btn_ok {
    width: 202px;
    height: 45px;
    background-color: #578AE5;
    color: #fff;
    border: 0;
    border-radius: 20px;
    /* font-family: 'Binggrae'!important; */
    font-size: 16px;
    padding: 8px 30px;
    font-weight: 700;
}
.btn_ok:hover{
    background-color: rgb(96, 157, 248);
}

/* 검색 결과 */
.btn_add_sel{
    background-color: #284566;
    border: 0;
    border-radius: 7px;
    padding: 7px 7px;
    color: #fff;
    width: 70px;
    font-size: 12px;
    font-weight: 700;
}
.btn_add_sel:hover{
    background-color: #485869;
}

/* 결과가 없을때 */
.srch_box_none{
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding-top: 100px;
    padding-bottom: 100px;
}
.result_box_none{
    /* border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc; */
    text-align: center;
    position: relative;
    top: 30%;
}
.srch_none_text{
    font-weight: 700;
}

/* 지번 선택 css */
.text_cut{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    font-family: "굴림", Gulim;
    padding-top: 5px;
    padding-bottom: 5px;
}
.del_number{
    width: 20px; 
    cursor:pointer; 
    position: absolute; 
    right: 5px; 
    top: 49%; 
    transform: translateY(-50%);
}
.sel_ttl {
    width: 100%; 
    margin: 0;
    background-color: #3b7def;
    text-align: center;
    color: white;
    }
option:focus {
    padding: 0 20px;
    width: 250px;
}
.only3 input {
	border: none;
	border-left: 1px solid #999;
}
.only3nb input {
	border: none;
}
.limit_count1:before{
    content: "본";
    display: inline-block;
    background: #1546b4;
    font-size: 14px;
    padding: 3px 3px;
    color: white;
    border-radius: 3px;
    margin-right: 5px;
}
.limit_count2:before, .limit_count3:before  {
    content: "합";
    display: inline-block;
    background: #578ae5;
    font-size: 14px;
    padding: 3px 3px;
    color: white;
    border-radius: 3px;
    margin-right: 5px;
}