@CHARSET "UTF-8";

/*HEADER*/

.header-notice { }
.header-notice .member_top{padding-bottom:65px; }  /*회원가입폼, 가입 약관, 아이디,비번 찾기*/
.header-notice .member_top .titlebar_member{position:fixed; width:100%; background:#56b3fb; z-index:5}
.header-notice .member_top .titlebar_member h2{padding:13px 0; font-size:19px; color:#fff; text-align:center}
.header-notice .member_top .titlebar_member .btn_prev{position:absolute; top:15px; left:15px}
.header-notice .member_top .titlebar_member .btn_prev img{width:23px; height:20px}
.header-notice .member_top .titlebar_member .btn_right {position:absolute; top:11px; right:13px;} 
.header-notice .member_top .titlebar_member .btn_right img {width:26px; height:26px;}


.header-notice .member_top .title_txt{padding-top:50px; }
.header-notice .member_top .title_txt .txt1{padding-top:15px; border-top:1px solid #abd9fd; 
                                          padding-bottom:15px; width:100%; position:fixed;}
.header-notice .member_top .title_txt .txt1 li {float:left; font-size:15px; color:#fff;  position:relative;
                                                text-align:center; line-height:23px; box-sizing:border-box; width:50%; } 
.header-notice .member_top .title_txt .txt1 li span {display:block;}                                                
.header-notice .member_top .title_txt .txt1 li:first-child span {border-right: 1px solid #fff;} 
.header-notice .member_top .title_txt .txt1 li:last-child {padding-right:25px;}
.header-notice .member_top .title_txt .txt1 li:last-child .arrow {display:none; left: 44%;}
.header-notice .member_top .title_txt .txt1 li .arrow {position: absolute; bottom: -10px; left: 50%;
                                          margin-left: -4px; width: 9px; height: 5px;  
                           background: url(../images/common/ico_arrow4.png) no-repeat center bottom; background-size: 9px 5px; }

/*약관내용*/ 
#content2_wrap {position:relative;  margin-bottom:40px; padding: 0 15px;}
#content2_wrap .content-first .textarea {padding:10px 9px; text-align:left; width:100%; height:100px; border:none;
                    line-height:160%;  background:#fff; overflow:auto; box-sizing:border-box;}
#content2_wrap .content-second .textarea {padding:10px 9px; text-align:left; width:100%; height:100px; border:none;
                    line-height:160%;  background:#fff; overflow:auto; box-sizing:border-box;}                    
#content2_wrap .content-first { top:0; margin-top:-16px; width:100%; background:#fff; box-sizing:border-box; z-index:1; }
#content2_wrap .content-second { top:0; margin-top:-16px; width:100%; 
                         background:#fff; box-sizing:border-box; z-index:2; display:none;}                                              
                                                                              
/*이용약관 설정 버튼 추가*/

