@charset "utf-8";
/**********************
** index 
**********************/
/** location **/
.wrap_controllers {display:none !important;}
.wrap_btn_zoom {display:none !important;}
.cont {display:none !important;}
.root_daum_roughmap {width:100% !important;}
.root_daum_roughmap .wrap_map {height:420px !important;}
/** checkBox **/
.checkpolicy {cursor:pointer;}
.checkpolicy input[type="checkbox"] {position:absolute; opacity:0; width:0; height:0;}
.checkpolicy .custom-checkbox {width:20px; height:20px; display:inline-block; flex:0 0 24px; margin-right:12px; background:url('/img/chkOff.svg') no-repeat center; background-size:contain;}
.checkpolicy input[type="checkbox"]:checked + .custom-checkbox {background-image:url('/img/chkOn.svg');}
