@charset "utf-8";

/* »çÀÌµå ¸Þ´º */
.main_mregist { margin-top: 15px; background: #fafafa; }
.row_mregist { display: flex; justify-content: flex-start; background: #fff; }
.mregist { width: 200px; }

/* È¸¿ø°¡ÀÔ */
.regist { width: calc(100% - 200px); }
.regist h2 { width: 100%; }

.regist_step { display: flex; justify-content: space-between; line-height: 50px; font-size: 18px; border-bottom: 1px solid #aaa; }
.regist_step div { flex: 1; text-align: center; position: relative; }
.regist_step div:after { position: absolute; right: 0; content: "\e93e"; width: 12px; font-family: "xeicon"; font-size: 18px; font-weight: 700; }
.regist_step div:last-child:after { display: none; }
.regist_step span { position: relative; }
.regist_step span:before { position: absolute; left: -6px; top: 4px; display: inline-block; content: ''; width: 21px; height: 21px; border: 1px solid #000; box-sizing: border-box; border-radius: 10px; }
.regist_step .rstep strong { font-weight: normal; }
.regist_step .rstep.on span,
.regist_step .rstep.on strong { color: #00a5e1; font-weight: 700; }
.regist_step .rstep.on span:before { border: 1px solid #00a5e1; }

.regist_terms { width: 99%; padding-top: 0px; }
.regist_terms h3 { margin: 20px 0 10px; font-size: 18px; font-weight: normal; color: #222; }
.regist_terms h3:before { content: ''; display: inline-block; margin: 0 8px 0 0; width: 4px; height: 4px; background: #00a5e1; vertical-align: 5px; }
.regist_terms .agree_box { overflow: auto; margin: 0 0 5px; padding: 0 15px 15px 15px; height: 200px; border: 1px solid #999; }
.regist_terms .agree_box h4 { padding: 0 0 3px; font-size: 17px; color: #222; line-height: 100%; }
.regist_terms .agree_box h5 { padding: 12px 0 0; font-size: 16px; color: mediumblue; line-height: 100%; }
.regist_terms .agree_box p { font-size: 16px; color: #777; line-height: 20px; }
.regist_terms .agree_box p + h4,
.regist_terms .agree_box ul + h4 { padding-top: 15px; }
.regist_terms .agree_box ol + h4 { padding-top: 20px; }
.regist_terms .agree_box li { font-size: 16px; color: #777; line-height: 26px; }
.regist_terms .agree_box > ul > li:before { content: ''; display: inline-block; margin: 0 7px 0 0; width: 3px; height: 3px; background: #888; vertical-align: 6px; }
.regist_terms .agree_box > ul > li ul { padding: 0 0 0 9px; }
.regist_terms .agree_box > ol > li ol { padding: 0 0 0 12px; }
.regist_terms .check_dup { margin: 15px 0; padding: 0 15px; border: 1px solid #999; }
.regist_terms .check_dup input { text-align: center; text-indent: 0; }
.regist_terms .div_email { display: flex; justify-content: center; margin-top: 10px; }
.regist_terms .div_email input { width: calc((100% - 120px - 50px - 16px) / 2); }
.regist_terms .div_email select { width: 120px; margin-right: 10px; }
.regist_terms .div_email label { margin-top: 5px; }
.regist_terms .div_email label[for="email1"] { width: 50px; }
.regist_terms .div_email label[for="email2"] { width: 16px; }

.regist_terms .check_btn { margin-top: 10px; width: 100%; }
.regist_terms .form_btn_submit { width: 100%; }
.regist_terms form div { margin: 15px 0; }
.regist_terms form ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
.regist_terms form li { width: 49%; }
