
html,body{
    min-height:100%;
    position: fixed;
    width:100%;
    height: 100%;
}
#wrap{
    margin-left: 0;
    padding:0;
    margin-top: 134px;
    width:100vw

}


#left_box{
    float: left;
    height: 100%;
    width:500px;
    border-right: 1px solid #ddd;
    background-color: white;
    box-sizing: border-box;
    position: relative;
    left:-500px;
    z-index:10;

}
.left_box_inner{
  height:100%;
  overflow:visible;
  box-sizing:border-box;
  position:relative;
  }
.section_wrap{padding:15px; overflow-y:auto; height:calc(100% - 60px)}
/*ë§µ ê²°ê³¼ì°½*/

#result{
    width:380px;
    height: 100%;
    float: right;
    position:absolute;
    top:0;
    right:-380px;
    z-index: 9;
    background-color: #fff;
    border-left: 1px solid #e2e1e1;
  	box-sizing: border-box;
}
.result_inner{height:100%;}
#result.w400{
  right:-400px;
}
#rstList{
  max-height: 47vh;
  overflow: auto;
}
#result dl{
	 border-bottom: 0px;
	 border-left: 0px;
	 position: relative;
   background-color:#fff;
   z-index:10;
   overflow:auto;
   height:calc(100% - 40px)
}

#result dt{
     padding:15px 30px;

     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb2d23+0,d1281f+100 */
     background: #eb2d23; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
     background: -webkit-gradient(linear, left top, left bottom, from(#eb2d23),to(#d1281f));
     background: linear-gradient(to bottom, #eb2d23 0%,#d1281f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2d23', endColorstr='#d1281f',GradientType=0 ); /* IE6-9 */
}

.btn_round{
     color:white;
     border-radius: 20px;
     border:1px solid white;
     padding:3px 0;
     text-align: center;
     font-size:12px;
     width:100%;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     display: inline-block;
     white-space: nowrap;
     margin-bottom: 5px;
}

.btn_round:hover{
     color:#eb2d23;
     background:white;
}

.btns_row{
     width:80px;
	 position: absolute;
	 top:11px;
	 right: -5px;

}


#result dt>p{
     color:white;
     font-size: 16px;
     font-weight: 500;
     border-bottom: 2px solid white;
     height: auto;
     padding-bottom: 5px;
}
#result dt>p>span{
     font-size: 25px;
     font-weight: 700;
}

#result dt .bottom{
     padding-top: 10px;
     color:white;
	 position: relative;
     /* display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between; */
}

#result dt .bottom ul li{
     height: 30px;
     width: 190px;
}
#result dt .bottom ul li p{
	float: right;
	width: 100px;
	text-align: right;
}
#result dt .bottom ul li>span{
	float: left;
	margin-right: 10px;
}
#result dd ul li{
     padding:10px 20px;
     /* display: -webkit-box;
     display: -ms-flexbox;
     display: flex; */
     white-space: nowrap;
     letter-spacing: -0.6px;
     font-weight: 600;
     border-bottom:1px solid #e2e1e1;
}


#result dd>ul>li:hover{
     background-color: #e2e1e1;
}
#result dd>ul>li.buttons:hover{
     background-color: transparent;
}
#result dd ul li.on{
     background-color: #e2e1e1;
}

#result dd ul li p em{
     color:#eb2d23;
}

#result .btn3 {
    position: relative;
    bottom: 10px;
    z-index: 100;
    width: 90%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 5%;
    height: 41px;
}

.j_setting{
    display: none;
}

/*ì™¼ìª½Css*/

#left_box dt{
	font-size: 17px;
	font-weight: 600;
	position: relative;
	width: 120px;
	top: 8px;
	letter-spacing: -0.8px;
	margin-bottom: 10px;

}
#left_box dd{
	margin-bottom: 10px;
}



#map_area{
    float: left;
    height: 100%;
    position:absolute !important;
}


#result > .btn3{
    margin-top: 30px;
}


#result .check_form input[type="checkbox"]+label:before {
    background: url(../img/check2.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-right: 8px;
}

#result .check_form input[type="checkbox"]:checked+label:before {
    background: url(../img/checked2.png) no-repeat;
}


#result dd ul li{
  padding: 15px 25px;
  height: 20px;
}

#result dd ul li label{
    font-weight: 800;
}

.btn_round{
    margin-top: 25px;
}

#result .check_form label:before {
    float: left;

}
#result .check_form p{
    float: left;
}


.j_setting{
    display: block;
    position: absolute;
    height: 54px;
    top:0;
    width:500px;
    box-sizing:    border-box;
}

.j_setting > a{
    display: inline-block;
    width:50px;
    height: 53px;
    background-color: white;
    box-sizing: border-box;
    border-right:1px solid #D4D4D4;
}
.j_setting > a > img{
    width:30px;
    height: 30px;
    margin:10px;

}

.j_setting > a > img{
    width: 75%;
    height: 75%;
    margin: 12.5%;
}
.j_setting > p {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 17px;
    left: 60px;
}

.section{
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.section1{height: 170px;}
.section1 .check_form label:before{
    top:4px;
    margin-right: 5px;
}

.section1 .select_wrap select{
    width: 19%;
    margin-right: 0.5%;
    display: none;

}

.section1 .select_wrap .btnsearchJuso{
    padding-left:20px;
    padding-right:20px;
    top: 13px;
    display: none;
}

.section1 .select_wrap select:last-child{

}

.section1 .js-data-example-ajax{
    width:100%;
}


/*ë„í˜•ì„ íƒ*/
.sec2_btns{
    margin-top: 15px;
    overflow: hidden;
}
.section2 .sec2_btns> a{
    width:148px;
    height: 60px;
    border: 2px dashed #d4d4d4;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 5px;
    box-sizing: border-box;
    color:#D4D4D4;
}
.section2 .sec2_btns> a.on{
    border:2px solid #E61A0F;
    color:#E61A0F;
    border-radius: 4px;
}
.section2 a img{
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left:-38px;
    opacity: 0.5;
}
.section2 .sec2_btns> a.on img{
    opacity: 1;
}

.section2 a span{
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left:1px;
}

/**/

#section3> .check_form{
     margin-top: 5px;
     margin-top: 25px;
     overflow: hidden;
     float:right;
}

#section3{
  position: relative;
  border-bottom: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#section3 dt{
    top:0;
    margin-bottom: 0;
}
#section3 dd{
    font-size: 15px; font-weight: 400;
    max-width: 250px;
    width: 250px;
    min-width:0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
}
#section3 .t_layout1{
}
#section3 .table_wrap{
      overflow:auto
}


#section3 .check_form input[type="checkbox"]+label:before{background:url(../img/check2.png) no-repeat; background-size: contain; width:13px; height: 13px; top: 2px;}
#section3 .check_form input[type="checkbox"]:checked+label:before{background:url(../img/checked2.png) no-repeat;}

#section3 .check_form label{margin-left: 0;
 margin-right: 5px;
float: left;}
#section3 .check_form span{
    float:left;
    height: 21px;
    display: inline-block;
    position:relative;
    top:1px;
}

.t_layout1{
    margin-top:30px;
    margin-top: 4px;
}
#section3 > #sec3_btns{
    max-width:275px;
    white-space: nowrap;
    float:left;
}

#section3 > #sec3_btns > a{
  width: 70px;
  padding: 5px 0;
  font-size:13px;
  text-align: center;
  vertical-align: top;
  margin-top: -4px;
  line-height:1
}

#section3 #btn_complete{
    background-color: #ee2e24;
    color:white;
    float: right;
    border: 2px solid #B5322B;
    box-sizing: border-box;
    margin-left:5px;
}

/*ê°„íŽ¸ì ‘ìˆ˜>ì§ì ‘ìž…ë ¥*/
#mask, .popup{
     display: none;
}
#popup_direct{ width:500px;}

.popup input,body.quick .popup select{
     height: 40px;
}
.popup .line1{
     display: flex;
     margin-bottom: 8px;
}
#mask .popup_cont{
     margin-top: 20px;
}
.popup .line1 input{
     flex:1;
}
.popup ul li span{
     font-size: 13px;
     font-weight: 800;
     display: block;
     margin-bottom: 4px;
     margin-top: 15px;
}
.popup .line1 .btn2{
     width:104px;
     box-sizing:border-box;
     padding:0;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items:center;
     margin-left: 5px;
     font-size: 14px;
}
.popup .line1 select{
     min-width:160px;
     margin-left: 5px;
}

.popup .btns{
     justify-content: flex-end;
     width:100%;
     display: flex;
}
.popup .btns .btn3{
  display: inline-block;
  margin-left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}


/*ê°„íŽ¸ì ‘ìˆ˜ > íŒŒì¼ ì¶”ê°€*/
#popup_file{
     width:600px;
}

.popup .t_layout2 tbody tr{
     width:540px;
}
.popup .t_layout2  tbody tr td:nth-child(1){
     width:394px;
}
.popup .t_layout2 thead tr th:nth-child(1){
     width:440px;
}
.popup .t_layout2 thead tr th:nth-child(2){
     width:105px;
     border-left: 1px solid #ddd;
}
.popup .t_layout2 tbody tr td:nth-child(2){

     border-left: 1px solid #ddd;
}

#mask #popup_file .popup_cont{
     margin-top: 10px;
}
#popup_file .btn2{position:relative;
padding: 6px 20px 6px 35px;}


/*ì¸êµ¬ì •ë³´*/

.box_layer{

    padding: 20px;
    background: #fff;
    border: 2px solid #000;
    z-index: 300;
}

.layer_info{
    padding-right: 18px;
    right: 356px;
    position: fixed;
    top:400px;
    left: 390px;
    width:730px;
    display: none;
    z-index: 300;
}
.layer_info:after {
    top: 333px;
    position: absolute;
    left: -18px;
    width: 20px;
    height: 18px;
    background: url(../img/box_arw_right.png) 0 0 no-repeat;
    content: '';
    transform: rotate(180deg);
    top:297px;
}

.layer_info .graph{
    padding: 14px;
    background: #f5f5f5;
}

.layer_info ul{
    overflow: hidden;
}
.layer_info ul li{
    float: left;
    position: relative;
    width: 9%;
    height: 100px;
    padding: 45px 0 11px;
    display: flex;
    margin-right: 1%
}



.layer_info ul li dl{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #888;
    position: relative;
}

.layer_info ul li dt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.layer_info ul li dd{
    position: absolute;
    bottom: 24px;
    left: 15%;
    width: 35px;
    min-height: 1px;
    background: #ffa800;
}

.layer_info ul li dl dd.man{
    background-color:#e95500;
    left: 15%;
}

.layer_info ul li dd span{
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
}
/* .layer_info ul li.emph dd{
    background: #e95500;
} */

.hd_layer{
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 2px solid #222;
    line-height: 24px;
}

.info_comm p{
    padding-top: 10px;
    padding-left: 10px;
}

.hd_layer span.ico_x16{
    background: url(../img/btn_x.png) no-repeat;
    display: block;
    width:20px;
    height: 20px;
}
.hd_layer{
    display:flex;
    justify-content:space-between;
}

.color_preview {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.color_preview dt{
    width:15px;
    height: 15px;
    margin-right: 10px;
}
.color_preview dd{
    margin-right: 10px;
}
.color_preview dt.man{
    background-color: #e95500;
}
.color_preview dt.woman{
    background-color: #ffa800;
}


/*set_menu*/
.set_menu{
    position:absolute;
    width:400px;
    height: 100%;
    z-index: 300;
    display: none;
    left:100%;
    top:0;

    background-color: #f8f8f8;
    z-index:9999
}
.set_menu .menus{
    width:100%;
    height: auto;
    float: left;
    border-right: 1px solid #e2e1df;
    box-sizing: border-box;
}

.set_menu .menus h3{
    color:white;
    background:#a29d9d;
    height: 45px;
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
    padding:0 10px;
    padding-top: 12px;
    position:relative;
}
.set_menu .menus.right{
    position: relative;
}
.set_menu .menus.right .scroll_y{
    padding-bottom: 55px;
    height:100%;

}

.set_menu .menus.left a.close_menu{
    position: absolute;
    width:28px;
    height: 28px;
    right:8px;
    top: 9px;
    z-index: 200;
    background-color: rgba(0,0,0,.2);
}
.set_menu .menus.left a.close_menu img{
    width:18px;
    height: 18px;
    margin:5px;
}

#left_box .menus.left .check_form{
    height:40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    padding:8px 15px;
    box-sizing: border-box;
    width:50%;
    float:left;
}
#left_box .menus.left .check_form.on{
    background-color: #f9bd01;
}
#left_box .menus.left .check_form:nth-child(1),
#left_box .menus.left .check_form:nth-child(3){
  border-right: 1px solid #ddd;
}
.menus.left .check_form label:before{
    top:3px;
    margin-right: 6px;
}
/*
.menus.right{
    overflow-y: auto;
    -ms-overflow-style: none;
}*/


.menus.right .check_form input[type="checkbox"]+label:before {
    background: url(../img/check2.png) no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
}
.menus.right .check_form input[type="checkbox"]:checked+label:before {
    background: url(../img/checked2.png) no-repeat;
}
#left_box .menus.right .check_form{
  width: 33.333%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.menus.right .check_form label:before{
    top:3px;
    margin-right: 6px;
}
/*.menus.right .check_form.on{
    background-color: #fdefc1;
}*/
.menus.right .combo_wrap{
    padding:12px 12px 7px;
    border-bottom: 1px solid #ddd;
}
.menus.right .combo_wrap select{
    width:100%;
    margin-bottom: 5px;
    font-size: 15px;
}
.menu_group{height:100%;}
.menu_group ul{overflow:auto;}
.menu_group ul.depth3_juso{height:auto;}
.menu1.menu_group>ul.sedaeju{height: calc(100% - 230px);}
.menu1.menu_group
.info_title{
    height: 45px;
    display: inline-block;
    background-color: #434343;
    width:100%;
    color:white;
    font-weight: 700;
    font-size: 15px;
    padding: 0 10px;
    padding-top: 12px;
    box-sizing: border-box;
    position: relative;
}
.menu1.menu_group .info_wrap ul{display:none;}
.info_title > span,
.info_wrap h3 span{
    width:16px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/info_title_arrow.svg);
    position: absolute;
    right: 10px;
    top: 15px;
    transform: rotate(180deg);
}

.info_title.on > span,
.info_wrap h3.on span{
    transform: rotate(0deg);
}
/*
.info_title.on + .info_wrap{
    display: block;
    height:100%;
}
*/
.info_wrap.showon{
    display: block;
    height:100%;
}
.info_wrap{
    display: none;
}

.set_menu .info_wrap h3{
  background-color:#a29d9d
}

.set_menu .btns{
    width:100%;
    background-color: rgba(255,255,255,.3);
    box-sizing: border-box;
    padding:0;
    display:inline-block;
    height:40px;
}

.set_menu .btn3 {

  margin-left: 0;
  padding: 7px 0;
  display: block;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  width:90%;
  margin:0 auto;
}


/* 0213 */

.select_type.scroll_y{
    height:100%;

}
.select_type.scroll_y ul:after{
  display:block;
  content:'';
  clear:both;
}

.select_type.scroll_y ul{padding-bottom:10px;}

.select_type a.close_menu{
    position: absolute;
    width:28px;
    height: 28px;
    right:8px;
    top: 9px;
    z-index: 200;
    background-color: rgba(0,0,0,.2);
}
.select_type a.close_menu img{
    width:18px;
    height: 18px;
    margin:5px;
}

.select_type .check_form{
    height:40px;
    border-bottom:0;
    margin-bottom: 0px;
    padding:8px 15px;
    box-sizing: border-box;
    width:25%;
    float:left;
    padding-left:0;
}
.select_type .check_form.on{
    background-color: transparent;

}
.select_type.check_form:nth-child(1),
.select_type .check_form:nth-child(3){
  border-right:0;
}
.select_type .check_form label:before{
    top:3px;
    margin-right: 6px;
}
.select_type .ico_setting{
  position:static; width:100%;
  padding:0;
}
.select_type .ico_setting:hover{
  background:transparent;
  border:0;
  color:#333
}


/**/







/*181018 ìˆ˜ì •*/
#wrap{
	margin-top: 0px;
    /* z-index: 500; */
    overflow:hidden
}

#wrap #result{
    border-left: 0;
}

#wrap #map_area{
    border-right: 1px solid #ddd;
}




.layer_info{
    z-index: 600;
    left: 500px;
}

#section3> .check_form{
    margin-top: 0px;
    margin-bottom:10px;
}

.btn2:before{
    left: 5px;
}

#result dt .bottom ul li{
    width:100%;
}
#result dt{
    padding:10px 30px;
}
#left_box dt{
    width:auto;
    margin-bottom: 15px;
    top:3px;
}

#left_box .section0 dt{
    margin-bottom: 15px;
}

#left_box .section0 dd{
    font-size: 16px;
}

#left_box .section1 dd ul li{
    margin-bottom: 5px;
}


/*ë„í˜•ì„ íƒ*/
.sec2_btns{
    margin-top: 0;
    overflow: hidden;
    margin-left: 68px;
    white-space: nowrap;
    display: none;
    position: relative;
    top: 5px;
}
.section1 .sec2_btns> a{
    width:32.333%;
    height: 60px;
    border: 2px dashed #d4d4d4;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 5px;
    box-sizing: border-box;
    color:#D4D4D4;
}
.section1 .sec2_btns> a.on{
    border:2px solid #E61A0F;
    color:#E61A0F;
    border-radius: 4px;
}
.section1 .sec2_btns> a.click_polygon{
  margin-right:0;
}
.section1 a img{
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left:-38px;
    opacity: 0.5;
}
.section1 .sec2_btns> a.on img{
    opacity: 1;
}

.section1 a span{
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left:1px;
}

.section1 a span {
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -4px;
}
.section1 a img {
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -33px;
    opacity: 0.5;
}


.section1 .sec2_btns> a{
    height: 40px;
}

.section1 .check_form + select{
    margin-left: 68px;
    width: 385px;
    box-sizing: border-box;
}
.section1 .select_wrap{
    white-space: nowrap;
    margin-left: 20px;
}
.section1 .select_wrap:after,
#section3 .table_wrap:after{
  display:block;
  content:'';
  clear:both;
}

.ico_setting{
    width:28px;
    /* position: absolute; */
    right:8px;
    top: 9px;
}
.box_btn a{
  display:inline-block;
  position:relative;
}
.box_btn a:before{
  display:block;
  content:'';
  width:16px;
  height:44px;
  position:absolute;
  top:5px;
  left:0;
  right:0;
  margin:auto;
  background-image:url('../img/arrow.svg');
  background-size:16px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.open .box_btn a.btn_result:before,
#result .box_btn a:before{transform: rotate(180deg);}

.open .box_btn a:before{transform: rotate(-180deg);}
#result.open .box_btn a.btn_result:before{transform: rotate(0deg);}
#left_box .box_btn{right:-40px;}
#left_box dt{
  position:relative;
  margin-bottom: 15px;
  display: inline-block;
  box-sizing: border-box;
  padding: 1px 8px 5px 0;
  text-align: center;

}
.circle{
  border:3px solid #2441ee;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:block;
  background-color:transparent;
  transform-origin: center;
  animation: pulse 1s cubic-bezier(0.39, 0.54, 0.41, 1.5) infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  20% {
    opacity: .8;
  }
  40% {
    opacity: .6;
  }
  60% {
    opacity: .3;
  }
  70% {
    opacity: .6;
  }
  80% {
    opacity: .8;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.t_layout1 tbody{
  overflow-x: auto
}

#cr1{
  left: -8px;
  top: -7px;
  }

#cr2{
  top: -6px;
  left: -7px;
  }

#cr3 {
  left: -6px;
  top: -5px;
}

.ico_setting.btn2{
  width: 75px;
  right: 15px;
  top: 15px;
  text-align: center;
  padding: 3px 5px;
  height: 28px;
  box-sizing: border-box;
  top:0;
  right:0;
  float:right
}

.btn2.ico_setting .img {
  width: 18px;
  height: 16px;
  vertical-align: top;
  margin-top: 1px;
  margin-left:5px;
  }

.btn2.ico_setting span{
  font-size: 14px;
  float: right;
  padding-right: 7px;
  margin-left: 2px;
  margin-top: 1px;
  line-height:1;
  max-height:19px
  }

.locatin_search{
    width:100%;
    float:right;
    height: 100%;
    padding:0;
    box-sizing: border-box;
    white-space: nowrap;
}
.locatin_search label{

    vertical-align:center;
    display: inline-block;
    font-weight: 600;
    position: relative;
    top: 2px;
    font-size:17px;
    width:100%;

}
.loca_input{ display:block; margin-top:0px; height:100%;}
.locatin_search input[type="text"]{
    border:1px solid #b8b8b8;
    width: calc(100% - 75px);
    height:32px;
}

.locatin_search .btn2{
    padding:6px 20px;
    width: 70px;
    box-sizing: border-box;
    float: right;
    height: 32px;
}

#top_menu{
    width:100%;
    box-sizing: border-box;
    position: absolute;
    right:15px;
    top:35px;
    left: auto;
    z-index: 400;
    min-width: 0;
    height:32px;
    overflow: visible;
    width:300px;
    background-color:transparent
}



/*ê²°ê³¼ì°½ ê°€ê²©ì •ë³´ ì¶œë ¥ */
#result dd{

    /*max-height: calc(100% - 315px) !important;*/
    height:auto;
    overflow-y: auto;
    position: relative;
}
#result dd.price_info{
/*    position: absolute;
    height: 255px !important;
    bottom: 15px;*/
    padding-bottom:4px;
    width:100%;
    border-top: 1px solid #ddd;

    /* top:280px; */
    z-index: 400;
    background-color: white;
    overflow: hidden;

}
#result dd.price_info .top{
    height:auto;
    padding:0 22px;
}
#result dd.price_info .top:after,
#result dd:after{
  display:block;
  content:'';
  clear:both;
}
#result dd.price_info #osnBox h4{
  padding: 15px 0px;
  font-size: 15px;
  height: 50px;
  max-height: 50px;
  box-sizing: border-box;
}
#result dd.price_info .bottom{
    padding:0 25px 15px;
    font-size: 15px;
}

#result .btn_round{
    color: #dc2920;
    border:1.5px solid #dc2920;
    float: right;
    display: inline-block;
    width: auto;
    padding:3px 20px;
    margin-left: 5px;
    font-weight: 800;
    margin-top: 5px;
}

#result .price_info .top .btn_round{
  background: #dc2920;
  color: white;
  font-size: 16px;
  width: 49%;
  height: 35px;
  margin-left: 0;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  border-radius: 2px;
  padding-top: 5px;
  border: 2px solid #B5322B;
  margin-top: 15px;
}

#result .price_info .top .btn_round.black{
  float:right;
  left:auto;
  border-color:#333;
  background-color:#464646
}

#result .btn_round.gray{
    color:#777;
    border:1.5px solid #777;
    margin-top: -3px;
    font-size: 14px;
}

#result dd.price_info ul li{
    border-bottom: 0px;
    font-size: 16px;
}
#result dd.price_info ul li p:first-child{
    float: left;
}
#result dd.price_info ul li p:last-child{
    float: right;
}
#result dd.price_info ul li{
    font-weight: 500;
    padding:4px 0;
}
#result dd.price_info .bottom h4{
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 5px;
}

#result dd.price_info .bottom>p{
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
#result dd.price_info .bottom p span{
    color: #e82b22;
    font-weight: 800;
}

#popup_detail{
    width:600px;
}

#popup_detail h3{
    width:550px;
}
#popup_detail .btn2{
    position: relative;
    top: 10px;
    left: 440px;
}

#result dd ul li.buttons{
    border-bottom: 0;
    padding-top: 12px;
    padding-right: 15px;
}

.ico_setting{
    padding: 5px 20px;
    width:60px;
}
.ico_setting .img{
    width: 21px;
    height: 21px;
    float: left;
    border: 0;
    vertical-align: top;
    background:url(../img/ico_setting5.svg) no-repeat;
}
.ico_setting:hover{
    background-color: #ee2e24;
    color:white;
    border: 2px solid #B5322B;

}
.ico_setting:hover .img{
    background:url(../img/ico_setting6.svg) no-repeat;
}
.ico_setting span{
    margin-top: 4.5px;
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    float: left;
}

.ico_setting span{
    margin-top: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0){
    .ico_setting span{
        margin-top:4px;
    }
}
