@charset "utf-8";
/* SIR 지운아빠 */
div.container.login_page div.row{width:30%; margin:0 auto;}
div.container.agreed div.row{width:30%; margin:0 auto;}
div.container.info_write div.row{width:30%; margin:0 auto;}
div.container.result div.row{width:30%; margin:0 auto;}
div.container.password_lost div.row{width:90%; margin:0 auto;}
div.container.password_lost div.row .mem-form{margin-top:5%;}
div.container.member_info div.row{width:30%; margin:0 auto;}

div.col-md-4.col-md-offset-4 {background:#fff;}
form{position:relative;}
h1{position: absolute; left:2rem; top:2rem; width:22.6rem; height:5rem; background: url('./img/logo.png') center center no-repeat; background-size:22.6rem 5rem; text-indent: -9999px;}
h1 a{display: block; width:100%; height:5rem; }
div.container.password_lost div.row h1{width:17.6rem; height:4rem; background-size:17.6rem 4rem;}
div.container.password_lost div.row h1 a{height:4rem;}
.flex{display:flex;}

/* 메인으로 돌아가기 */
div.row > div.col-md-12{position:relative; padding:20px 20px; box-sizing:border-box;}
div.row > div.col-md-12 a{color:#666;}

/* 버튼 */
.mbskin a.btn01 {}
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
.mbskin a.btn02 {}
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
.mbskin .btn_confirm {} /* 서식단계 진행 */
.mbskin .btn_submit {}
.mbskin button.btn_submit {}
.mbskin fieldset .btn_submit {}
.mbskin .btn_cancel {}
.mbskin button.btn_cancel {}
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {}
.mbskin a.btn_frmline, .mbskin button.btn_frmline {} /* 우편번호검색버튼 등 */
.mbskin button.btn_frmline {}
.mbskin .win_btn {} /* 새창용 */
.mbskin .win_btn button {}
.mbskin .win_btn input {}
.mbskin .win_btn a {}
.mbskin .win_btn a:focus, .mbskin .win_btn a:hover {}

.mbskin a.btn02.btn-primary {display: block; width:100%; text-align:center; box-sizing:border-box; color:#fff; line-height:5rem;}

/* 게시판용 버튼 */
.mbskin a.btn_b01 {}
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {}
.mbskin a.btn_b02 {}
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {}
.mbskin a.btn_admin {} /* 관리자 전용 버튼 */
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {}

/* 기본테이블 */
.mbskin .tbl_head01 {}
.mbskin .tbl_head01 caption {}
.mbskin .tbl_head01 thead th {}
.mbskin .tbl_head01 thead a {}
.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.mbskin .tbl_head01 tfoot th {}
.mbskin .tbl_head01 tfoot td {}
.mbskin .tbl_head01 tbody th {}
.mbskin .tbl_head01 td {}
.mbskin .tbl_head01 a {}
.mbskin td.empty_table {}

/* 폼 테이블 */
.mbskin table {}
.mbskin caption {}
.mbskin .frm_info {}
.mbskin .frm_file {}

.mbskin .tbl_frm01 {}
.mbskin .tbl_frm01 th {width:85px;}
.mbskin .tbl_frm01 td {}
.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
.mbskin .tbl_frm01 textarea {}
/*
.mbskin .tbl_frm01 #captcha {}
.mbskin .tbl_frm01 #captcha input {}
*/
.mbskin .tbl_frm01 a {}

/* 필수입력 */
.mbskin .required, .mbskin textarea.required {}

/* 테이블 항목별 정의 */
.mbskin .td_board {}
.mbskin .td_chk {}
.mbskin .td_date {}
.mbskin .td_datetime {}
.mbskin .td_group {}
.mbskin .td_mb_id {}
.mbskin .td_mng {}
.mbskin .td_name {}
.mbskin .td_nick {}
.mbskin .td_num {}
.mbskin .td_numbig {}

.mbskin .txt_active {}
.mbskin .txt_expired {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/**
* 회원가입 기본양식
*/
/*회원유형선택*/
#member-type{}
#member-type div.info-box{padding-top:4rem; padding-left:2rem; box-sizing: border-box;}
#member-type div.info-box div.flex{justify-content: space-between;}
#member-type div.info-box div.flex div.typebox{width:32%; text-align: center; border:1px solid #ccc; box-sizing:border-box; }
#member-type div.info-box div.flex div.typebox a{display:block; padding:6rem 0;}
#member-type div.info-box div.flex div.typebox:nth-child(1):hover{border:2px solid #f7a700; box-sizing:border-box; }
#member-type div.info-box div.flex div.typebox:nth-child(2):hover{border:2px solid #00b3ca; box-sizing:border-box; }
#member-type div.info-box div.flex div.typebox:nth-child(3):hover{border:2px solid #00b8ab; box-sizing:border-box; }
#member-type div.info-box div.flex div.typebox p.tit{font-size:2.4rem;font-weight:600; color:#333;}
#member-type div.info-box div.flex div.typebox:nth-child(1):hover p.tit{color:#f7a700;}
#member-type div.info-box div.flex div.typebox:nth-child(2):hover p.tit{color:#00b3ca;}
#member-type div.info-box div.flex div.typebox:nth-child(3):hover p.tit{color:#00b8ab;}
#member-type div.info-box div.flex div.typebox dl dt{width:8rem; padding:8rem; margin:0 auto; filter: grayscale(100%);}
#member-type div.info-box div.flex div.typebox:nth-child(1) dl dt{background:url("./img/ico-membertype-p.png") center center no-repeat;}
#member-type div.info-box div.flex div.typebox:nth-child(2) dl dt{background:url("./img/ico-membertype-c.png") center center no-repeat;}
#member-type div.info-box div.flex div.typebox:nth-child(3) dl dt{background:url("./img/ico-membertype-g.png") center center no-repeat;}
#member-type div.info-box div.flex div.typebox:hover dl dt{filter: grayscale(0%);}
#member-type div.info-box div.flex div.typebox dl dd{padding:2rem;}
#member-type div.info-box div.flex div.typebox dl dd p{font-size:1.8rem; color:#555;}
#member-type div.info-box div.flex div.typebox dl dd p.txt.sm{font-size:1.6rem;}
#member-type div.info-box div.flex div.typebox div.checktype{width:16rem;padding:1rem 2rem; margin:0 auto;}
#member-type div.info-box div.flex div.typebox:nth-child(1) div.checktype{font-weight:600; border:1px solid #f7a700; color:#f7a700;}
#member-type div.info-box div.flex div.typebox:nth-child(2) div.checktype{font-weight:600; border:1px solid #00b3ca; color:#00b3ca;}
#member-type div.info-box div.flex div.typebox:nth-child(3) div.checktype{font-weight:600; border:1px solid #00b8ab; color:#00b8ab;}
#member-type div.info-box div.flex div.typebox:nth-child(1):hover div.checktype{background:#f7a700; color:#fff;}
#member-type div.info-box div.flex div.typebox:nth-child(2):hover div.checktype{background:#00b3ca; color:#fff;}
#member-type div.info-box div.flex div.typebox:nth-child(3):hover div.checktype{background: #00b8ab; color:#fff;}

/* 회원가입 약관 */
#fregister section {margin:0 0 20px;padding:20px 0}
#fregister h2 {margin:0 0 20px;text-align:center}
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #e9e9e9;background:#f7f7f7}
#fregister .fregister_agree {padding:10px 0 0;text-align:left;}
#fregister .fregister_agree label {display:inline-block;margin-right:5px}
#fregister p {padding-bottom:1rem; text-align:center; color:#e8180c;}
#fregister .btn_confirm {margin-bottom:20px}
#fregister_private .tbl_head01 th{;text-align:center;border:1px solid #d1dee2;width:33%}
#fregister_private .tbl_head01 td {border:1px solid #e9e9e9}
#fregister_private .tbl_head01 caption{position:absolute;font-size:0;line-height:0;overflow:hidden}
#fregister_private .tbl_head01 ul{border:1px solid #d1dee2;}
#fregister_private .tbl_head01 ul li{border-bottom:1px solid #d1dee2;}
#fregister_private .tbl_head01 ul li:last-child{border-bottom:0;}
#fregister_private .tbl_head01 ul li dl dt,
#fregister_private .tbl_head01 ul li dl dd{display:table-cell; border-right:1px solid #d1dee2; box-sizing:border-box; padding:5px; vertical-align: middle;}
#fregister_private .tbl_head01 ul li dl dt{width:15rem; text-align:center;}
#fregister_private .tbl_head01 ul li dl dd{width:35%;}
#fregister_private .tbl_head01 ul li dl dd:last-child{border-right:0; width:45%;}


/* 회원가입 입력 */
#fregisterform textarea {height:50px}

#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}

#fregisterform .frm_address {margin:5px 0 0}
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}

/* 탈퇴 */
#fregisterform{position:relative;}
div.form-group.flex{    justify-content: space-between;}
#fregisterform .btn_out{border:1px solid #ddd;}

/* 회원가입 완료 */
#reg_result {position:relative; background:#fff; padding:10rem 4rem 1rem; margin-top:10rem;}
#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_email span {display:inline-block;width:150px}
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
#reg_result p {line-height:1.8em; text-align:left; }
#reg_result .btn_confirm {margin:30px 0;}

/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info #info_fs {margin:0 20px 20px;padding:0;background:#fff}
#find_info #info_fs .frm_input {width:70%}
#find_info p {margin:0 0 10px;line-height:1.8em}
#find_info #captcha {margin:0 20px}

/* 로그인 */
#mb_login {margin:0 auto;padding:100px 0;width:500px}
article#login{position:relative; padding-top:100vh;}
article#login .login-box{position:absolute;  top: 50%;  left: 50%;  transform: translate(-50%,-50%);   align-items: center;   justify-content: center;}
article#login .title{padding-right:2rem;}
article#login .title div{float: left;color: #fff;font-size: 35px;font-weight: 200;}
article#login .title div span{color: #5379fa !important;}

article#login .login input[type=text],
article#login .login input[type=password]{width: 250px;height: 30px;background: transparent;border: 1px solid rgba(255,255,255,0.6);border-radius: 2px;color: #fff;font-size: 16px;font-weight: 400;padding: 4px; box-sizing:border-box;}
article#login .login input[type=password] {margin-top: 10px;}
article#login .login input[type=submit],
article#login .login input[type=button] {width: 250px;line-height: 35px;height: 35px;background: #fff;border: 1px solid #fff;cursor: pointer;border-radius: 2px;color: #333;font-size: 16px;font-weight: 400;margin-top: 10px;}

article#login .login input[type=submit]:hover,
article#login .login input[type=button]:hover{opacity: 0.8;}
article#login .login input[type=submit]:active,
article#login .login input[type=button]:active{opacity: 0.6;}
article#login .login input[type=text]:focus,
article#login .login input[type=password]:focus{outline: none;border: 1px solid rgba(255,255,255,0.9);}

article#login .login input[type=submit]:focus,
article#login .login input[type=button]:focus{outline: none;}
::-webkit-input-placeholder,
::-moz-input-placeholder{color: rgba(255,255,255,0.6);}

/* 쪽지 */
#memo_view_contents {margin:0 auto 20px;width:90%}
#memo_view_contents h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none}
.memo_view_li {position:relative;padding:5px 0}
.memo_view_subj {display:inline-block;width:65px}
#memo_view p {padding:10px 0;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}

#memo_write textarea {height:100px}

/* 스크랩 */
#scrap_do table {margin:0 0 10px;width:100%}
#scrap_do textarea {height:100px}

/* 회원 비밀번호 확인 */
#mb_confirm {margin:0 auto;padding:100px 0;width:500px}
#mb_confirm h1 {margin:0 0 20px;font-size:1.3em}
#mb_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff}
#mb_confirm p strong {display:block}
#mb_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
#mb_confirm fieldset .frm_input {background-color:#fff !important}
#mb_confirm label {letter-spacing:-0.1em}
#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 비밀글 비밀번호 확인 */
#pw_confirm {margin:0 auto;padding:100px 0;width:500px}
#pw_confirm h1 {margin:0 0 20px;font-size:1.3em}
#pw_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff}
#pw_confirm p strong {display:block}
#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
#pw_confirm fieldset .frm_input {background-color:#fff !important}
#pw_confirm label {letter-spacing:-0.1em}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 폼메일 */
#formmail #subject {width:386px}
#formmail textarea {height:100px}

/* 자기소개 */
#profile table {margin-bottom:0}
#profile section {margin:0 auto 20px;padding:20px;width:86%}
#profile h2 {margin:0}

select {width: 100%; height: 5rem; padding: 0 1.5rem; line-height: 5rem; margin-top:1rem; border-color:#ddd;}

/* animated custom */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    /*visibility: visible;*/
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.container a {
  color: #222;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration:none
}
.container a:hover {
  color: #cc0028;
  text-decoration:none
}

.menu {
  padding: 0;
  margin: 30px 0 0 0;
}
.menu li {
  list-style: none;
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.menu li a {
  padding: 5px;
}
.menu li.active a {
  color: #b3b3b3;
}

.mem-form {
  padding: 100px 30px 30px;
  margin-top: 4em;
  -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.style-2 .mem-form {
  -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .mem-form {
    padding:70px 15px 15px;
  }
}
.mem-form h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  margin: 0 0 30px 0;
  color: #000000;
}
.mem-form .form-group {
  margin-bottom: 15px;
}
.mem-form .form-group p {
  font-size: 14px;
  color: #9f9f9f;
  font-weight: 300;
}
.mem-form .form-group p a {
  color: #000000;
}
.mem-form label {
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
}
.mem-form .form-control {
  width:100%;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mem-form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.mem-form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.mem-form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.mem-form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.mem-form .form-control:focus, .mem-form .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.btn-primary {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  background: #cc0028;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
  background: #ffd907 !important;
  outline: none;
  border-color:#ffd907 !important;
}

.btn-area{margin:1rem 0 2rem;}
.btn-area button.btn{border:0.1rem solid #015ab8 !important; color:#015ab8;}
.btn-area button.btn:hover{background: #015ab8 !important; color: #ffffff;}
.btn-area button.btn.off{background:#ddd !important; border:0.1rem solid #ddd !important;}
.btn-area button.btn.off:hover{background:#ddd !important; border:0.1rem solid #ddd !important;}

input, textarea {
  color: #000;
}

.placeholder {
  color: #aaa;
}

.js .animate-box {
  opacity: 0;
}
/* animated custom */
input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  border:0
}
input[type="checkbox"] + label {
  display:inline-block;
  position:relative;
  padding-left:0; /* 글자와 체크박스 사이의 간격을 변경*/
  line-height:2.6rem; /* size에 따른 높이 조절 */
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
}
input[type="checkbox"] + label:before { /* 가짜 체크박스 */
  content:"";
  display:inline-block;
  width:2.6rem; /* 체크박스의 너비를 지정 */
  height:2.6rem; /* 체크박스의 높이를 지정 */
  margin:-2px 8px 0 0;
  text-align:center;
  vertical-align:middle;
  background:#fafafa;
  border:1px solid #ddd;
  border-radius:4px;
  box-sizing:border-box;
}
input[type="checkbox"] + label:active:before,
input[type="checkbox"]:checked + label:active:before {
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
input[type="checkbox"]:checked + label:before { /* 체크박스를 체크했을때 */
  font-family:'xeicon';
  content:'\e928'; /* 체크표시 유니코드 사용 */
  font-size:1.8rem;
  color:#99a1a7;
  background-color:#ff4e4e; /* check bg 색상 수정*/
  border-color:#ff4e4e;
  color:#fff;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
}

/* animated custom */
input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  border:0
}
input[type="checkbox"] + label {
  display:inline-block;
  position:relative;
  padding-left:0; /* 글자와 체크박스 사이의 간격을 변경*/
  line-height:2.6rem; /* size에 따른 높이 조절 */
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
}
input[type="checkbox"] + label:before { /* 가짜 체크박스 */
  content:"";
  display:inline-block;
  width:2.6rem; /* 체크박스의 너비를 지정 */
  height:2.6rem; /* 체크박스의 높이를 지정 */
  margin:-2px 8px 0 0;
  text-align:center;
  vertical-align:middle;
  background:#fafafa;
  border:1px solid #ddd;
  border-radius:4px;
  box-sizing:border-box;
}
input.radio{width:30px; background:#f5f5f5; border:1px solid #ccc;}

@media screen and (max-width: 740px){
  /*  페이지 width 값 조절 */
  div.container.login_page div.row{width:90%; margin:0 auto;}
  div.container.agreed div.row{width:90%; margin:0 auto;}
  div.container.info_write div.row{width:90%; margin:0 auto;}
  div.container.result div.row{width:90%; margin:0 auto;}
  div.container.member_info div.row{width:90%; margin:0 auto;}
  div.container.password_lost div.row{width:90%; margin:0 auto;}
  div.container.password_lost div.row .mem-form{margin-top:5%;}

  .mem-form{margin:2rem auto;}
  /* 회원가입약관  */
  #fregister section{margin:0;}
  #fregister_private .tbl_head01 ul li dl dt,
  #fregister_private .tbl_head01 ul li dl dd{display:block; border-right:0; border-bottom:1px solid #d1dee2;}
  #fregister_private .tbl_head01 ul li dl dt{width:100%; text-align:left; background:#d1dee2;}
  #fregister_private .tbl_head01 ul li dl dd{width:100%; border-bottom:0; }
  #fregister_private .tbl_head01 ul li dl dd:last-child{ width:100%;}

  /* 회원가입 확인 */
  #reg_result{margin-top:3rem; padding:10rem 2rem 1rem;}

}