@charset "utf-8";

.eQ01 .wrap_sub_visual::before{background:url(/sites/kusf/images/sub_visual.jpg) no-repeat center;}
.eQ02 .wrap_sub_visual::before{background:url(/sites/style_guide/images/sub/sub_visual_19.jpg) no-repeat center;}
.eQ03 .wrap_sub_visual::before{background:url(/sites/style_guide/images/sub/sub_visual_21.jpg) no-repeat center;}
.eQ04 .wrap_sub_visual::before{background:url(/sites/style_guide/images/sub/sub_visual_12.jpg) no-repeat center;}
.eQ05 .wrap_sub_visual::before{background:url(/sites/style_guide/images/sub/sub_visual_5.jpg) no-repeat center;}
.eQ06 .wrap_sub_visual::before{background:url(/sites/style_guide/images/sub/sub_visual_22.jpg) no-repeat center;}
.eQ07 .wrap_sub_visual::before{background:url(/sites/style_guide/images/sub/sub_visual_25.jpg) no-repeat center;}
.eQ08 .wrap_sub_visual::before{background:url(/sites/style_guide/images/sub/sub_visual_8.jpg) no-repeat center;}
.eQ09 .wrap_sub_visual::before{background:url(/sites/style_guide/images/sub/sub_visual_19.jpg) no-repeat center;}
.eQ010 .wrap_sub_visual::before{background:url(/sites/style_guide/images/sub/sub_visual_22.jpg) no-repeat center;}


/* modal */
body:not(.editMode) .pop-modal-wrap { display:none; }
.pop-modal-wrap { width:1000px; height:auto; } 
.pop-modal-wrap.jModal { max-width:1000px; border-radius:unset; padding:unset; }
.pop-modal-wrap .modal-wrap { text-align:center; }
.pop-modal-wrap .modal-wrap .top-wrap { display:flex; justify-content:space-between; align-items:center; padding:15px 15px; background:#005128; }
.pop-modal-wrap .modal-wrap .top-wrap dt { flex:1 0 auto; color:#fff; font-family:'Dream Bold'; font-size:20px; text-align:left; }
.pop-modal-wrap .modal-wrap .top-wrap dd { flex:0 0 100px; display:flex; justify-content:flex-end; align-items:center; }
.pop-modal-wrap .modal-wrap .top-wrap dd .ctl-wrap { margin-right:20px; }
.pop-modal-wrap .modal-wrap .top-wrap dd .ctl-wrap a { font-size:0; text-indent:-9999px; display:none; width:12px; height:19px; }

/* 보유장비 공간 */
.wrapThum.customKusf01 .itemA { height:auto; overflow:unset; }
.wrapThum.customKusf01 .itemA img { width:100%; }

/* 보유장비 공구 */
.equip-modal .customCollect02 dl { flex-direction:row; flex-wrap:wrap; padding:30px 20px; column-gap:2%; }
.equip-modal .customCollect02 dl .top { flex:0 0 49%; padding:0; margin:0; }
.equip-modal .customCollect02 dl .left { flex: 1 0 49%; padding:0; margin:0; border-left:none; font-size:18px; }
.equip-modal .customCollect02 dl .left h4 { padding:20px 0; }
@media only screen and (max-width:1000px) {
	.equip-modal { width:95%; height:auto; margin:0 auto; }
}
@media only screen and (max-width:768px) {
	.equip-modal .customCollect02 dl { row-gap:30px; }
	.equip-modal .customCollect02 dl .top { flex:0 0 100%; }
	.equip-modal .customCollect02 dl .left { flex: 0 0 100%; }
}