@charset "UTF-8";
/* devanagari */
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 500;
  src: local("Rajdhani Medium"), local("Rajdhani-Medium"), url(/fonts/rajdhani/Rajdhani-devanagari.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 500;
  src: local("Rajdhani Medium"), local("Rajdhani-Medium"), url(/fonts/rajdhani/Rajdhani-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 500;
  src: local("Rajdhani Medium"), local("Rajdhani-Medium"), url(/fonts/rajdhani/Rajdhani-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*reset*/
body, html {
  height: 100%;
  font-size: 14px;
  background: #fff;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
  margin: 0;
  padding: 0;
}

body, input, textarea, select, button, table {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Helvetica, "Malgun Gothic", sans-serif;
}

img, fieldset {
  border: 0;
}

img, li {
  vertical-align: top;
}

ul, ol, li {
  list-style: none;
}

em, address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

input[type=text]::-ms-clear, input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

input[type=tel],
input[type=text],
input[type=email],
input[type=password] {
  font-family: "Rajdhani";
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

body.hasHeader {
  /*padding-top: 58px;*/
}

body.gray {
  background: #f6f6f6;
}

/* 공통 */
#wrap {
  max-width: 640px;
  margin: 0 auto;
}

/* 헤더 */
#header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  display: none;
}
#header .wrap_tit_head {
  position: relative;
  height: 58px;
  background: #ee5555;
}
#header .wrap_tit_head .h1 {
  display: block;
  height: 24px;
  padding: 17px 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
#header .wrap_tit_head .h1 a {
  display: inline-block;
  line-height: 27px;
}
#header .wrap_tit_head .btn {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  overflow: hidden;
}
#header .wrap_tit_head .btn input[type=checkbox],
#header .wrap_tit_head .btn input[type=radio] {
  display: none;
}
#header .wrap_tit_head .btn.left {
  left: 15px;
}
#header .wrap_tit_head .btn.right {
  right: 15px;
}
#header .wrap_tit_head .btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-size: 5px;
  color: transparent;
  background: url(../img/sp_common.png) no-repeat;
  background-size: 200px auto;
}
#header .wrap_tit_head .btn.menu span {
  width: 18px;
  height: 14px;
  margin: -9px 0 0 -7px;
  background-position: 0 0;
}
#header .wrap_tit_head .btn.back span {
  width: 12px;
  height: 20px;
  margin: -10px 0 0 -6px;
  background-position: -70px -21px;
}
#header .wrap_tit_head .btn.privacy span {
  width: 14px;
  height: 11px;
  margin: -5px 0 0 -6px;
  background-position: -19px 0;
}
#header .wrap_tit_head .btn.close span {
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  background-position: -51px -21px;
}

/* 원더패밀리 로고 */
.family_logo_wrap {
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #ebebeb;
}
.family_logo_wrap ul {
  padding: 10px 0;
}
.family_logo_wrap ul li {
  display: inline-block;
  font-size: 12px;
  color: #aaa;
}
.family_logo_wrap ul li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 10px;
  vertical-align: middle;
  background: #ebebeb;
}
.family_logo_wrap ul li:first-child:before {
  content: none;
}

/* 로그인 사이트 */
.login_sites {
  padding: 15px 0;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}

/* 진행스탭 */
.step_wrap {
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}
.step_wrap ol li {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  color: #aaa;
}
.step_wrap ol li:before {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 18px;
  margin-right: 5px;
  font-family: "Rajdhani";
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border-radius: 50%;
  background: #d0d0d0;
}
.step_wrap ol li:nth-child(1):before {
  content: "1";
}
.step_wrap ol li:nth-child(2):before {
  content: "2";
}
.step_wrap ol li:nth-child(3):before {
  content: "3";
}
.step_wrap ol li:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin: -2px 7px 0;
  vertical-align: middle;
  background: url(../img/sp_common.png) -34px 0 no-repeat;
  background-size: 200px auto;
}
.step_wrap ol li:last-child:after {
  content: none;
}
.step_wrap ol li.active {
  color: #1a1a1c;
}
.step_wrap ol li.active:before {
  background: #1a1a1c;
}

/* 박스 */
.series_box {
  padding: 24px 15px;
  border: 1px solid #c9c9ca;
  background: #f2f2f2;
}
.series_box .tit,
.series_box .cont {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.series_box .cont {
  text-align: right;
}

.h2_box {
  padding: 38px 20px 31px;
  background: #f2f2f2;
}
.h2_box:after {
  content: "";
  display: block;
  clear: both;
}
.h2_box .h2 {
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #262628;
}
.h2_box .cont {
  float: right;
  font-size: 13px;
  color: #909091;
}

.h2_tit {
  padding: 30px 0 20px;
  text-align: center;
}
.h2_tit .h2 {
  font-weight: 500;
  font-size: 26px;
  color: #1a1a1c;
}
.h2_tit .h2 strong {
  font-weight: bold;
}
.h2_tit.sml {
  padding-bottom: 15px;
}
.h2_tit.sml .h2 {
  font-size: 15px;
  text-align: left;
}

.h3_tit {
  padding-bottom: 10px;
  text-align: center;
}
.h3_tit .h3 {
  font-weight: 500;
  font-size: 20px;
}
.h3_tit .h3 strong {
  font-weight: bold;
}
.h3_tit.sml {
  text-align: left;
}
.h3_tit.sml .h3 {
  font-size: 16px;
}

/* 버튼 */
.btn_box {
  display: table;
  width: calc(100% - 2px);
  margin-top: -1px;
  border: 1px solid #d0d0d0;
}
.btn_box a {
  display: table-cell;
  width: auto;
}

.btn_rnd {
  display: inline-block;
  height: 28px;
  line-height: 30px;
  padding: 0 12px;
  text-align: center;
  color: #9b9b9b;
  border: 1px solid #bebebe;
  border-radius: 30px;
  background: #fff;
}
.btn_rnd.on {
  color: #262628;
  border-color: #262628;
}

.btn_sqr {
  display: inline-block;
  height: 26px;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
  color: #7f7f7f;
  border: 1px solid #bebebe;
  background: #fff;
}
.btn_sqr.lnk:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  margin: -3px 0 0 5px;
  vertical-align: middle;
  background: url(../img/sp_common.png) no-repeat;
  background-size: 200px auto;
  background-position: -112px 0;
}
.btn_sqr.on {
  color: #262628;
  border-color: #262628;
}

.btn_lnk_basic {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  border: none;
  background: #c9c9c9;
}
.btn_lnk_basic.active {
  background: #ee5555;
}

.btn_lnk_white {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  color: #1a1a1c;
  border: none;
  background: #fff;
  box-shadow: 1px 1px 0 #ebebeb inset, -1px -1px 0 #ebebeb inset;
}
.btn_lnk_white.active {
  background: #262628;
}

/* 입력폼 */
.label {
  display: block;
  margin-bottom: 5px;
  color: #aaa;
}

.inp_txt {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eaeaea;
  color: #262628;
}
.inp_txt::placeholder {
  color: #d4d4d4;
}
.inp_txt.on, .inp_txt:focus {
  border-bottom: 1px solid #262628;
}

/* 아코디언 */
.wrap_lst_accr .no_context {
  display: block;
  padding: 25px 20px;
  border-bottom: 1px solid #efefef;
  text-align: center;
  color: #9b9b9b;
}

.lst_accr {
  border-bottom: 1px solid #efefef;
}
.lst_accr > li {
  border-top: 1px solid #efefef;
}
.lst_accr > li > .tit {
  position: relative;
  display: block;
  padding: 25px 50px 25px 20px;
  background: #fff;
}
.lst_accr > li > .tit:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 13px;
  height: 8px;
  margin-top: -3px;
  background: url(../img/sp_common.png) -144px 0 no-repeat;
  background-size: 200px auto;
}
.lst_accr > li > .tit.on:before {
  background-position: -144px -9px;
}
.lst_accr > li > .tit:after {
  content: "";
  display: block;
  clear: both;
}
.lst_accr > li > .tit .logo_img_box {
  float: left;
  margin-top: 7px;
}
.lst_accr > li > .tit .name {
  float: left;
  height: 30px;
  line-height: 34px;
  margin-left: 10px;
  font-weight: normal;
  color: #9b9b9b;
  vertical-align: middle;
}
.lst_accr > li > .tit .status {
  float: right;
  height: 30px;
  line-height: 34px;
  font-size: 13px;
  color: #ee5555;
}
.lst_accr > li > .tit .status:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: -3px 0 0 3px;
  vertical-align: middle;
  background: url(../img/sp_common.png) -177px -44px no-repeat;
  background-size: 200px auto;
}
.lst_accr > li > .cont {
  display: none;
  padding: 10px;
  border-top: 1px solid #efefef;
  background: #f6f6f6;
}
.lst_accr > li > .cont .table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.lst_accr > li > .cont .table tbody {
  vertical-align: top;
}
.lst_accr > li > .cont .table tbody th {
  padding: 7px 5px;
  color: #a0a0a0;
}
.lst_accr > li > .cont .table tbody td {
  padding: 7px 5px;
  color: #c3c3c3;
}
.lst_accr > li > .cont .table tbody td .status {
  display: block;
  padding-bottom: 15px;
  color: #ee5555;
}
.lst_accr > li > .cont .table tbody td p {
  padding-bottom: 15px;
}

/* 로고이미지박스 */
.logo_img_box {
  display: inline-block;
  width: 75px;
  height: 18px;
  vertical-align: middle;
}
.logo_img_box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
}

/* 연결내역관리 연결하기 버튼 */
.btn_connect {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  background: #e55;
}
.btn_connect:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: url(../img/sp_common.png) no-repeat;
  background-size: 200px auto;
  background-position: -112px 0;
}
.btn_connect.dis:before {
  background-position: -128px 0;
}

/* 개인정보목록 */
.lst_terms {
  background: #fff;
}
.lst_terms > ul > li {
  padding: 18px 20px;
  border-bottom: 1px solid #e9eae9;
}
.lst_terms > ul > li:after {
  content: "";
  display: block;
  clear: both;
}
.lst_terms > ul > li .tit {
  float: left;
  font-size: 13px;
  font-weight: normal;
}
.lst_terms > ul > li .anc {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #b2b2b3;
}
.lst_terms > dl dt {
  padding: 18px 20px;
  border-bottom: 1px solid #e9eae9;
}
.lst_terms > dl dt:after {
  content: "";
  display: block;
  clear: both;
}
.lst_terms > dl dt .tit {
  float: left;
  font-size: 13px;
  font-weight: normal;
}
.lst_terms > dl dt .anc {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #b2b2b3;
}
.lst_terms > dl dd {
  display: none;
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px;
  border-bottom: 1px solid #efefef;
  font-size: 12px;
  color: #a0a0a0;
  background: #f6f6f6;
}

/* 메인로고 */
.logo_wrap {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  background: #f6f6f6;
}
.logo_wrap .logo {
  padding: 10px 0;
}
.logo_wrap .logo a {
  display: block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
.logo_wrap .logo a img {
  display: inline-block;
  height: 20px;
}
.logo_wrap .txt {
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
}

/* 로그인 */
.wrap_login_page .login_page {
  padding: 20px 40px;
  vertical-align: middle;
  text-align: center;
}
.wrap_login_page .login_page.inquiry {
  padding: 20px;
}

.wrap_login_page .login_page .btn_ico {
  position: relative;
  display: block;
  width: 0;
  height: 42px;
  line-height: 46px;
  padding-left: 42px;
  overflow: hidden;
}
.wrap_login_page .login_page .btn_ico:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  background: url(../img/sp_ico_login.png) 0 0 no-repeat;
  background-size: 150px auto;
}
.wrap_login_page .login_page .btn_ico.wnd:before {
  background-position: 0 0;
}
.wrap_login_page .login_page .btn_ico.wmp:before {
  background-position: -43px 0;
}
.wrap_login_page .login_page .btn_ico.nvr:before {
  background-position: -86px 0;
}
.wrap_login_page .login_page .btn_ico.kko:before {
  background-position: 0 -43px;
}
.wrap_login_page .login_page .btn_ico.fcb:before {
  background-position: -43px -43px;
}
.wrap_login_page .login_page .btn_ico.twt:before {
  background-position: -86px -43px;
}
.wrap_login_page .login_page .btn_ico.big {
  width: auto;
  padding: 4px;
  color: #fefefe;
}
.wrap_login_page .login_page .btn_ico.big:before {
  left: 4px;
}
.wrap_login_page .login_page .btn_ico.big.wnd {
  background: #000000;
}
.wrap_login_page .login_page .btn_ico.big.wmp {
  background: #f70800;
}
.wrap_login_page .login_page .login_box_main > a {
  margin-top: 10px;
}
.wrap_login_page .login_page .login_box_main > a:first-child {
  margin-top: 0;
}
.wrap_login_page .login_page .login_box_sns {
  display: table;
  width: 100%;
  padding: 20px 0;
}
.wrap_login_page .login_page .login_box_sns:after {
  content: "";
  display: block;
  clear: both;
}
.wrap_login_page .login_page .login_box_sns .tit {
  display: table-cell;
  width: 21%;
  font-size: 13px;
  color: #666;
  text-align: left;
  vertical-align: middle;
}
.wrap_login_page .login_page .login_box_sns .cont {
  display: table-cell;
  width: 79%;
  text-align: right;
  font-size: 0;
}
.wrap_login_page .login_page .login_box_sns .cont > a {
  display: inline-block;
  margin-left: 20px;
}
.wrap_login_page .login_page .login_box_sns .cont > a:first-child {
  margin-left: 0;
}
.wrap_login_page .login_page .regist_box {
  padding: 10px 0;
}
.wrap_login_page .login_page .regist_box .txt {
  color: #666;
}
.wrap_login_page .login_page .regist_box .btn_lnk {
  position: relative;
}
.wrap_login_page .login_page .regist_box .btn_lnk:after {
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -2px;
  content: "";
  display: block;
  border-left: 3px solid #060606;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

/* SNS 회원가입, 연계서비스 */
.sns_connect_login_wrap {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
  background: #f6f6f6;
}
.sns_connect_login_wrap.bg_white {
  background: #fff;
}
.sns_connect_login_wrap .txt {
  padding: 10px 0 15px;
  font-size: 13px;
  color: #767677;
}
.sns_connect_login_wrap .btns {
  font-size: 0;
}
.sns_connect_login_wrap .btns > li {
  display: inline-block;
  margin-left: 5px;
}
.sns_connect_login_wrap .btns > li:first-child {
  margin-left: 0;
}
.sns_connect_login_wrap .btns > li > a {
  display: block;
  text-indent: -9999px;
}
.sns_connect_login_wrap .btns > li > a img {
  display: block;
  width: 50px;
  height: 50px;
}
.sns_connect_login_wrap .service {
  padding: 11px 0;
  margin: 0 40px;
  font-size: 0;
  text-align: center;
  background: #f6f6f6;
}
.sns_connect_login_wrap .service > ul {
  width: 280px;
  margin: 0 auto;
}
.sns_connect_login_wrap .service > ul > li {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-weight: 300;
  color: #aaa;
}
.sns_connect_login_wrap .service > ul > li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  vertical-align: middle;
  background: #ebebeb;
}
.sns_connect_login_wrap .service > ul > li:nth-child(4n+1):before {
  content: none;
}
.sns_connect_login_wrap .copy {
  padding-top: 10px;
  font-size: 10px;
  color: #aaa;
}

/* 회원가입 */
/* 가입완료 */
.wrap_regist_complete {
  display: table;
  width: 100%;
}
.wrap_regist_complete .regist_complete {
  position: relative;
  display: table-cell;
  padding: 64px 40px 33px;
  vertical-align: middle;
  text-align: center;
}
.wrap_regist_complete .regist_complete:before {
  position: absolute;
  left: 50%;
  top: 34px;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background: url(../img/sp_common.png) 0 -69px no-repeat;
  background-size: 200px auto;
}
.wrap_regist_complete .regist_complete .txt_ment {
  padding-top: 30px;
  color: #1a1a1c;
}

/* 아이디, 비밀번호 찾기 */
.id_pw_inquiry > label {
  float: left;
  width: calc(100% - 70px);
}
.id_pw_inquiry > .btn_cert_send {
  float: right;
  width: 60px;
  margin-top: 0;
}

.box_inquiry_gate {
  padding: 40px 0 50px 0;
  text-align: center;
  border-top: 1px solid #ededed;
}
.box_inquiry_gate:first-child {
  border-top: none;
}
.box_inquiry_gate .icon {
  display: block;
  margin: 20px auto;
  background: url(../img/sp_common.png) 0 0 no-repeat;
  background-size: 200px auto;
}
.box_inquiry_gate .icon.mobile_num {
  width: 30px;
  height: 50px;
  background-position: 0 -130px;
}
.box_inquiry_gate .icon.mobile_name {
  width: 39px;
  height: 50px;
  background-position: -31px -130px;
}
.box_inquiry_gate .icon.email {
  width: 37px;
  height: 35px;
  background-position: -72px -130px;
}
.box_inquiry_gate .icon.password {
  width: 36px;
  height: 35px;
  background-position: -110px -130px;
}
.box_inquiry_gate .icon.member {
  width: 37px;
  height: 35px;
  background-position: -147px -130px;
}
.box_inquiry_gate .txt > strong {
  font-size: 16px;
}
.box_inquiry_gate .txt > p {
  color: #999;
}
.box_inquiry_gate .txt .accent {
  color: #e55;
}
.box_inquiry_gate .input_detail_cont {
  display: none;
}
.box_inquiry_gate .input_detail_cont.active {
  display: block;
}

/* 탭 */
.tab_title > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.tab_title > ul > li {
  display: table-cell;
}
.tab_title > ul > li:last-child .tit_btn {
  border-right: 1px solid #ccc;
}
.tab_title > ul > li.tab_active + li .tit_btn {
  border-left-color: transparent;
  border-left: none;
}
.tab_title > ul > li.tab_active .tit_btn {
  height: 46px;
  line-height: 43px;
  border: 2px solid #000;
  border-bottom: none;
}
.tab_title > ul > li .tit_btn {
  display: block;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #000;
  border-right: none;
  font-size: 14px;
}

.tab_content > ul > li {
  display: none;
}
.tab_content > ul > li.tab_active {
  display: block;
}

/* 개인정보 제3자 제공동의 */
.wrap_terms_agree {
  display: table;
  width: 100%;
}
.wrap_terms_agree .terms_agree {
  position: relative;
  display: table-cell;
  padding: 64px 40px 33px;
  vertical-align: middle;
  text-align: center;
}
.wrap_terms_agree .terms_agree:before {
  position: absolute;
  left: 50%;
  top: 34px;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background: url(../img/sp_common.png) -61px -69px no-repeat;
  background-size: 200px auto;
}
.wrap_terms_agree .terms_agree .txt_ment {
  padding-top: 30px;
  color: #1a1a1c;
}
.wrap_terms_agree .terms_agree .txt_nm {
  font-weight: 500;
  color: #333;
}
.wrap_terms_agree .terms_agree .txt_lt {
  font-size: 12px;
  color: #999;
}
.wrap_terms_agree .terms_agree .ud {
  text-decoration: underline;
}

/* 404 */
.wrap_page_not_found {
  display: table;
  width: 100%;
}
.wrap_page_not_found .page_not_found {
  position: relative;
  display: table-cell;
  padding: 64px 40px 33px;
  vertical-align: middle;
  text-align: center;
}
.wrap_page_not_found .page_not_found:before {
  position: absolute;
  left: 50%;
  top: 34px;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background: url(../img/sp_common.png) -122px -69px no-repeat;
  background-size: 200px auto;
}
.wrap_page_not_found .page_not_found .txt_ment {
  padding-top: 30px;
  color: #1a1a1c;
}
.wrap_page_not_found .page_not_found .txt_nm {
  font-weight: 500;
  color: #333;
}
.wrap_page_not_found .page_not_found .txt_lt {
  font-size: 12px;
  color: #999;
}
.wrap_page_not_found .page_not_found .ud {
  text-decoration: underline;
}

/* 로그인 관리 */
.my_account {
  padding: 20px;
}
.my_account .account {
  padding-bottom: 18px;
}
.my_account .account:after {
  content: "";
  display: block;
  clear: both;
}
.my_account .account .h2 {
  float: left;
  line-height: 30px;
  font-size: 20px;
}
.my_account .account .mail {
  float: right;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
}
.my_account .txt {
  position: relative;
  line-height: 16px;
  padding-left: 20px;
  font-size: 12px;
  color: #aaa;
}
.my_account .txt:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/sp_common.png) -82px -51px no-repeat;
  background-size: 200px auto;
}

/* 박스 */
.box_pop_style {
  padding: 55px 20px 45px;
  font-size: 14px;
  color: #000;
  border: 1px solid #d0d0d0;
  text-align: center;
  word-break: break-all;
  background: #fff;
}
.box_pop_style .txt {
  color: #767677;
}
.box_pop_style .txt b {
  font-weight: 600;
  color: #1a1a1c;
}

/* 폼 */
.form_page {
  padding: 0 40px;
}

.form_pad {
  padding: 30px 0;
}

.form_pad_btm {
  padding-bottom: 30px;
}

.lst_from li {
  position: relative;
  margin-top: 10px;
}
.lst_from li:first-child {
  margin-top: 0;
}
.lst_from li:after {
  content: "";
  display: block;
  clear: both;
}
.lst_from li label {
  position: relative;
  display: block;
}
.lst_from li label.validate:after {
  position: absolute;
  right: 15px;
  bottom: 20px;
  content: "확인";
  display: block;
  width: 14px;
  height: 10px;
  font-size: 0;
  background: url(../img/sp_common.png) -19px 0 no-repeat;
  background-size: 200px auto;
}
.lst_from li label.focus:before {
  content: none;
}
.lst_from li label.focus .label.active {
  color: #d0d0d0 !important;
}
.lst_from li label .label {
  position: absolute;
  z-index: 1;
  top: 20px;
  display: block;
  height: 37px;
  line-height: 37px;
  text-align: left;
  font-size: 18px;
  color: #aaa;
  opacity: 0;
  transition: font 0.3s, opacity 0.1s;
}
.lst_from li label .label.active {
  top: 16px;
  left: 15px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #767677 !important;
  opacity: 1;
}
.lst_from li label input[type=tel],
.lst_from li label input[type=text],
.lst_from li label input[type=email],
.lst_from li label input[type=password] {
  width: calc(90% - 82px);
  height: 50px;
  padding-right: 10%;
  padding-left: 80px;
  border: none;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  color: #262628;
  letter-spacing: 0.025em;
  text-indent: 15px;
}
.lst_from li label input[type=tel]::placeholder,
.lst_from li label input[type=text]::placeholder,
.lst_from li label input[type=email]::placeholder,
.lst_from li label input[type=password]::placeholder {
  color: #d0d0d0;
  opacity: 1;
}
.lst_from li label input[type=tel]:focus::placeholder,
.lst_from li label input[type=text]:focus::placeholder,
.lst_from li label input[type=email]:focus::placeholder,
.lst_from li label input[type=password]:focus::placeholder {
  color: transparent;
}
.lst_from li label input[type=tel]:focus,
.lst_from li label input[type=text]:focus,
.lst_from li label input[type=email]:focus,
.lst_from li label input[type=password]:focus {
  height: 48px;
  border: 2px solid #1a1a1c;
}
.lst_from li label input[type=tel]:focus::-moz-placeholder,
.lst_from li label input[type=text]:focus::-moz-placeholder,
.lst_from li label input[type=email]:focus::-moz-placeholder,
.lst_from li label input[type=password]:focus::-moz-placeholder {
  color: transparent;
}
.lst_from li label input[type=tel]:disabled,
.lst_from li label input[type=text]:disabled,
.lst_from li label input[type=email]:disabled,
.lst_from li label input[type=password]:disabled {
  background: #f2f2f2;
}
.lst_from li label input[type=tel].error,
.lst_from li label input[type=text].error,
.lst_from li label input[type=email].error,
.lst_from li label input[type=password].error {
  height: 48px;
  border: 2px solid #fe253f;
}
.lst_from li .label_ext {
  display: block;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: normal;
  color: #1a1a1c !important;
  opacity: 1;
}
.lst_from li .msg {
  padding-top: 4px;
  text-align: left;
  font-size: 12px;
  color: #ff0000;
}
.lst_from li .btn_inp_reset {
  position: absolute;
  top: 11px;
  right: 7px;
  display: none;
  width: 30px;
  height: 30px;
  font-size: 5px;
  text-indent: -9999px;
}
.lst_from li .btn_inp_reset:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  background: url(../img/sp_common.png) no-repeat;
  background-size: 200px auto;
  background-position: -82px 0;
}
.lst_from li .btn_inp_reset.active {
  display: block;
}
.lst_from li .auto_complete {
  position: absolute;
  z-index: 2;
  top: 66px;
  left: 0;
  right: 0;
  display: none;
  max-height: 185px;
  overflow-y: auto;
  padding: 12px 0;
  border: 1px solid #ebebeb;
  text-align: left;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 4px 0 #ebebeb;
}
.lst_from li .auto_complete li {
  margin-top: 0;
}
.lst_from li .auto_complete li a {
  display: block;
  height: 37px;
  line-height: 37px;
  font-family: "Rajdhani";
  font-size: 16px;
  text-indent: 20px;
}
.lst_from li .auto_complete.active {
  display: block;
}
.lst_from li .chk_form label:before {
  content: none;
}
.lst_from li .chk_form label .label {
  position: static;
  top: 0;
  opacity: 1;
  font-size: 15px;
  line-height: 1;
  color: #aaa;
}
.lst_from li .chk_set {
  padding: 14px 0;
  border-bottom: 1px solid #d0d0d0;
}
.lst_from li .chk_set:after {
  content: "";
  display: block;
  clear: both;
}
.lst_from li .chk_set .chk_form {
  float: left;
  width: 33%;
  margin-top: 0;
}

.chk_form {
  margin-top: 10px;
  text-align: right;
}
.chk_form label {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-top: 0 !important;
}
.chk_form label input[type=checkbox],
.chk_form label input[type=radio] {
  display: none;
}
.chk_form label .label {
  position: relative !important;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  color: #aaa;
}
.chk_form label .label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url(../img/sp_common.png) -177px 0 no-repeat;
  background-size: 200px auto;
}
.chk_form label .label.sqr:before {
  background-position: 0px -46px;
}
.chk_form label .label.focus {
  color: #1a1a1c;
}
.chk_form label input[type=checkbox]:checked + .label {
  color: #1a1a1c;
}
.chk_form label input[type=checkbox]:checked + .label:before {
  background-position: -177px -22px;
}
.chk_form label input[type=checkbox]:checked + .label.sqr:before {
  background-position: -23px -46px;
}
.chk_form label input[type=radio] + .label:before {
  background-position: -122px -19px;
}
.chk_form label input[type=radio]:checked + .label {
  color: #1a1a1c;
}
.chk_form label input[type=radio]:checked + .label:before {
  background-position: -144px -19px;
}

.tot_agree {
  padding: 20px 0;
}
.tot_agree .chk_form label .label {
  font-size: 15px;
}

.lst_agree {
  padding: 10px 0;
  margin-bottom: 13px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.lst_agree li {
  padding: 5px 0;
}
.lst_agree li .more_box {
  position: relative;
}
.lst_agree li .more_box .more_tit {
  position: absolute;
  right: 15px;
  top: -23px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #929293;
}
.lst_agree li .more_box .more_tit.bd {
  padding: 0 8px;
  border: 1px solid #e9e9e9;
}
.lst_agree li .more_box .more_tit.tog:before {
  position: absolute;
  right: -15px;
  top: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../img/sp_common.png) -43px 0 no-repeat;
  background-size: 200px auto;
}
.lst_agree li .more_box .more_tit.tog.active:before {
  transform: rotate(180deg);
}
.lst_agree li .more_box .more_cont {
  padding-top: 10px;
  font-size: 12px;
  color: #929293;
}
.lst_agree li .more_box .more_cont.tog {
  display: none;
}
.lst_agree li .more_box .more_cont .txt {
  padding-left: 28px;
}

.txt_notice {
  line-height: 20px;
  font-size: 13px;
  color: #1a1a1c;
}
.txt_notice > .accent {
  color: #e55;
}
.txt_notice > .timer {
  color: #194aea;
}

.sel_box {
  width: 100%;
  border-top: 1px solid #ebebeb;
  background: #f6f6f6;
}
.sel_box dl dt {
  background: #fff;
}
.sel_box dl dt a {
  position: relative;
  display: block;
  max-width: 600px;
  padding: 0 40px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  font-size: 14px;
  color: #aaa;
}
.sel_box dl dt a:after {
  position: absolute;
  right: 40px;
  top: 50%;
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  margin-top: -4px;
  background: url(../img/sp_common.png) -43px -7px no-repeat;
  background-size: 200px auto;
}
.sel_box dl dt a.on:after {
  transform: rotate(180deg);
}
.sel_box dl dd {
  display: none;
  max-width: 600px;
  padding: 20px 40px;
  margin: 0 auto;
}

/* 동의체크 */
.agree_form .chk_form {
  margin-top: 0;
  text-align: left;
}

.captcha_wrap {
  padding-top: 20px;
}
.captcha_wrap .tit {
  display: block;
  padding-bottom: 7px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

input[type=submit],
.btn_cert_send {
  width: 100%;
  height: 52px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  border: none;
  background: #c9c9c9;
}
input[type=submit].link,
.btn_cert_send.link {
  display: inline-block;
  line-height: 52px;
  vertical-align: top;
}
input[type=submit].active,
.btn_cert_send.active {
  background: #ee5555;
}
input[type=submit].sm,
.btn_cert_send.sm {
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
}

/* 폰트색상 */
.light {
  color: #929293 !important;
}

.require {
  color: #ff0000 !important;
}

/* 로그인폼 */
.login_form .chk_form label .label {
  font-size: 12px;
  font-weight: 300;
}

.login_util_wrap {
  padding: 15px 0;
  text-align: right;
}
.login_util_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.login_util_wrap .combine_regist {
  float: left;
  font-size: 12px;
  color: #1a1a1c;
  border-bottom: 1px solid #1a1a1c;
}
.login_util_wrap ul {
  font-size: 0;
}
.login_util_wrap ul li {
  position: relative;
  display: inline-block;
  padding: 0 9px;
}
.login_util_wrap ul li a {
  display: block;
  height: 15px;
  line-height: 17px;
  font-size: 12px;
  color: #aaa;
}
.login_util_wrap ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: rgba(0, 0, 0, 0.12);
}
.login_util_wrap ul li:first-child:before {
  content: none;
}
.login_util_wrap ul li:last-child {
  padding-right: 0;
}

/* 아이콘_느낌표 */
.icon_exclamation {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: -2px 3px 0 0;
  vertical-align: middle;
  background: url(../img/sp_common.png) -82px -15px no-repeat;
  background-size: 200px auto;
}

/* 비밀번호 보기 */
.watch_pw {
  text-align: right;
}
.watch_pw button {
  position: relative;
  display: inline-block;
  margin-left: 22px;
  color: #aaa;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
}
.watch_pw button:before {
  position: absolute;
  left: -22px;
  top: 2px;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/sp_common.png) -100px -15px no-repeat;
  background-size: 200px auto;
}
.watch_pw button.active {
  color: #1a1a1c;
  border-color: #1a1a1c;
}
.watch_pw button.active:before {
  background-position: -100px -33px;
}

/* 테이블 */
.table_basic {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.table_basic.mb10 {
  margin-bottom: 10px;
}
.table_basic thead tr th, .table_basic thead tr td {
  padding: 10px;
  border-top: 1px solid #e9e9e9;
  color: #929293;
  background: #f2f2f2;
}
.table_basic tbody tr th, .table_basic tbody tr td {
  padding: 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #929293;
}
.table_basic tbody tr th {
  width: 30%;
  background: #f2f2f2;
  text-align: center;
  vertical-align: middle;
}
.table_basic tbody tr td {
  background: #ffffff;
}

/* 상단메시지 */
.msg_top {
  position: fixed;
  left: 0;
  top: -100%;
  right: 0;
  padding: 15px 0;
  color: #fff;
  background: #262628;
  transition: top 0.2s;
}

.msg_top.active {
  top: 0;
}

.withHeader .msg_top.active {
  top: 58px;
}

/* svg_icon */
.svg_icon_box {
  display: inline-block;
  padding: 13px;
  border-radius: 50%;
  font-size: 0;
  background: #f6f6f6;
}

.svg_icon {
  display: inline-block;
  width: 26px;
  height: 26px;
}

/* 툴팁 */
.tooltip {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 17px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.tooltip .btn {
  display: inline-block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 5px;
  color: transparent;
  background: url(../img/sp_common.png) -82px -33px no-repeat;
  background-size: 200px auto;
}
.tooltip .txt {
  position: absolute;
  top: 23px;
  left: 0;
  display: none;
  width: 190px;
  line-height: 13px;
  padding: 10px 10px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  color: #aaa;
  text-align: left;
  background: #fff;
}
.tooltip .txt .clse {
  position: absolute;
  top: 11px;
  right: 11px;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/sp_common.png) -166px -26px no-repeat;
  background-size: 200px auto;
}
.tooltip.active .txt {
  display: inline-block;
}

/* 배너영역 */
.banner_box a {
  display: block;
}
.banner_box a img {
  display: block;
  width: 100%;
}

.hide {
  display: none;
}

/* Tablet & Desktop Device */

/*# sourceMappingURL=style.css.map */
