
@import url("../css/popup.css");

/*본인인증*/
.submain_box{margin-top:5px; margin-left:5px; background:#e7eef7; border-radius:5px;}
.submain_box:hover,active,focus{
	border:1px solid #195dae; 
	box-shadow:0px 0px 15px rgba(25,93,174,0.4); 
	-ms-box-shadow:0px 0px 15px rgba(25,93,174,0.4); 
	-webkit-box-shadow:0px 0px 15px rgba(25,93,174,0.4); 
}
.submain_box .sbm_pd{padding:20px 20px;}
.submain_box .sbmbox{width:100%; display:inline-block; box-sizing:border-box;}
.submain_box .sbmbox h2{margin:0px; font-size:22px; color:#000;}
.submain_box .sbmbox p{color:#666; font-size:15px;}
.submain_box .sbm_top{width:100%; box-sizing:border-box; text-align:center; padding:20px 0px 0px;}
.submain_box .sbm_bottom{width:100%; box-sizing:border-box; text-align:center; padding:20px 0px 20px;}
.submain_box .smb_btn{border:1px solid #195dae; height:37px; line-height:35px; background:#195dae; color:#fff; font-size:15px; border-radius:30px; padding:0px 25px; display:inline-block;}
.submain_box .smb_btn_a{border:1px solid #195dae; /*height:40px; line-height:38px;*/ background:#195dae; color:#fff; font-size:15px; border-radius:30px; padding:10px 20px; display:inline-block;}
.submain_box .lgn_ico{width:100%; max-width:120px;}
.submain_box a:link{text-decoration:none;}
.submain_box a:hover,active,focus{text-decoration:none;}

.agreebox{width:100%; height:500px;	border: 1px solid #d5d5d5; padding:20px; overflow-y:scroll; border-radius:5px 0px 0px 5px;}

/*정기등록 신청*/
.btn_application{background:#185dae;  color:#fff; margin:0px auto; padding:10px 20px; text-align:center; display:inline-block; font-size:18px;}
.ap_step{box-sizing:border-box; display:inline-block; width:100%;}
.ap_step li{width:17%; float:left; margin:0px auto; text-align:center; box-sizing:border-box;}
.ap_step li.arr{width:3%;position:relative; top:100%;  height:100%; }
.ap_step li p{line-height:120%;}
.apstep_ico{max-width:73px; width:100%;}
.ap_step .st_arr{max-width:21px; width:100%; position:relative; margin-top:40px; /*margin-top:200%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);*/ }

/*신청페이지_추가*/
.ch_txt{}
.ch_txt .icon{background:#3673f2; padding:2px 5px; color:#fff; border-radius:50px;}

.chk_listbox{width:100%; box-sizing:border-box; display:inline-block;}
.chk_listbox li{box-sizing:border-box;}

/* Desktop Device : 480 이하 */
@media screen and (max-width:480px){
	
	/*인증*/
	.submain_box_s{margin:0px 0px 15px;}

	/*정기등록 신청*/
	.ap_step li{width:30%; float:left; margin:0px auto; text-align:center; box-sizing:border-box;}
	.ap_step li p{font-size:4vw;}

	/*신청페이지_추가*/
	.ch_txt{display:inline-block;}
	.chk_listbox li{width:100%;}

}

/* Desktop Device : 481~768 */
@media screen and (min-width:481px) and (max-width:768px){

	/*인증*/
	.submain_box_s{margin:0px 0px 15px;}

	/*신청페이지_추가*/
	.ch_txt{display:inline-block;}
	.chk_listbox li{width:100%;}

}


/* Desktop Device : 769 이상 또는 print 출력시*/
@media screen and (min-width:769px), only print{

	/*인증*/
	.submain_box_s{float:left; margin:0px 0.5%; width:49%; box-sizing:border-box;}

	
	/*신청페이지_추가*/
	.ch_txt{display:inline-block;}

	.chk_listbox li{float:left; width:50%;}


}