/* Landing page(st) */
.landing {
    height: 100%;
    background: url(../images/landing/landing_bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}
.landing-top {
    padding-top: 150px;
}
.landing-top-l {
    position: relative;
    top: -45px;
    width: 15px;
    display: inline-block;
}
.landing-top-l img {
    max-width: 100%;
}
.landing-top-txt {
    text-align: center;
    display: inline-block;
}
.landing-caption1 {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 10px;
}
.landing-caption2 {
    font-size: 1.065em;
    color: #fff;
}
.landing-top-r {
    position: relative;
    top: 15px;
    width: 15px;
    display: inline-block;
}
.landing-top-r img {
    max-width: 100%;
}
.landing-logo {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 70px;
    margin: -30px auto 0;
}
.landing-logo img {
    max-width: 100%;
}
.landing-logo-caption {
    position: absolute;
    font-size: 0.8em;
    color: #1d2728;
}
.landing-click {
    width: 50px;
    text-align: right;
    margin-top: 20px;
    float: right;
}
.landing-caption-eng {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    font-size: 0.6em;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    letter-spacing: 0.02em;
}
/* Landing page(ed) */

/* Login(st) */
.login {
    width: 100%;
    height: 100%;
}
.login-top {
    text-align: center;
    padding: 20% 0 15%;
}
.login-top ul li.login-logo {
    width: 52%;
    margin: 0 auto;
}
.login-top ul li.login-logo img {
    max-width: 100%;
}
.login-top ul li.login-img {
    position: relative;
    left: 60px;
    width: 13%;
    margin: 0 auto;
}
.login-top ul li.login-img img {
    max-width: 100%;
}
.login-input {
    padding: 20px 45px 0;
}
.login-input ul li {
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 10px 0 10px;
    margin-bottom: 10px;
}
.login-input ul li span {
    margin-right: -4px;
    display: inline-block;
}
.login-input ul li span.login-input-stt {
    width: 60px;
    color: #333;
}
.login-input ul li span.login-id {
    width: 25%;
    font-size: 0.9em;
    color: #333;
    text-align: left;
}
.login-input ul li span.login-reg {
    width: 75%;
    padding: 0 15px;
}
.login-input ul li input.inp-login {
    width: 75%;
    border: none;
    font-size: 1em;
    color: #111;
    text-align: left;
}
.login-input ul li input.inp-login::placeholder {
    text-align: left;
}
.login-btn {
    margin-top: 40px;
    text-align: center;
    padding: 0 35px;
}
.login-btn .ui-btn-text {
    display: none;
}
button.btn-login {
    width: 100%;
    height: 46px;
    background-color: #54c9d3;
    border-radius: 50px;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding: 0 0 2px 0;
}
.login-bann {
    text-align: center;
    margin-top: 30px;
}
.login-bann ul {
    width: 23%;
    margin: 0 10px;
    display: inline-block;
}
.login-bann ul li {
    margin-bottom: 4px;
    display: block;
}
.login-bann ul li i {
    font-size: 1.4em;
    color: #888;
}
.login-bann p {
    font-size: 0.85em;
    color: #888;
}
.login-bann ul .ui-btn .ui-btn-inner .ui-btn-text {
    display: block;
}
/* Login(ed) */

/* agree(st) */
.agree {
    width: 100%;
    padding-bottom: 20px;
}
.agree-top {
    position: relative;
    height: 190px;
    background: #5ec6cf;
}
.agree-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: url(../images/member/agree_topbg.png?ver=1.0) no-repeat top center;
    background-size: cover;
}
.agree-top-inner {
    position: relative;
    z-index: 1;
}
.agree-body-top {
    position: relative;
    top: -22px;
    height: 22px;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.toplogo {
    position: relative;
    width: 48%;
    text-align: center;
    padding-top: 7vh;
    margin: 0 auto;
}
.toplogo img {
    max-width: 100%;
}
.join-tt {
    position: relative;
    font-size: 1.4em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-top: 8px;
}
.join-info {
    position: relative;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.agree-topinfo {
    padding: 0 20px 0;
    margin-top: -20px;
}
.agree-topinfo ul {
    margin-bottom: 30px;
}
.agree-topinfo ul:last-child {
    margin-bottom: 0;
}
.agree-topinfo ul.agree-all .checkbox label::before {
    width: 18px;
    height: 18px;
    font-size: 18px;
}
.agree-topinfo ul.agree-all .checkbox label::after {
    width: auto;
    height: auto;
}
.agree-topinfo ul.agree-all .checkbox-primary input[type="checkbox"]:checked + label::after {
    font-size: 18px;
    color: #6774dc;
}
.agree-topinfo ul.agree-all .agree-txt {
    width: 90%;
    font-size: 0.75em;
    color: #333;
    line-height: 1.3;
    text-align: left;
    margin-left: -3px;
    vertical-align: top;
    display: inline-block;
}
.agree-topinfo ul.agree-slt .checkbox label::before {
    width: 18px;
    height: 18px;
    font-size: 18px;
}
.agree-topinfo ul.agree-slt .checkbox label::after {
    width: auto;
    height: auto;
}
.agree-topinfo ul.agree-slt .checkbox-primary input[type="checkbox"]:checked + label::after {
    font-size: 18px;
    color: #6774dc;
}
.agree-topinfo ul.agree-slt .agree-txt {
    width: 90%;
    line-height: 1;
    text-align: left;
    vertical-align: top;
    margin: 0 0 0 5px;
    display: inline-block;
}
.agree-topinfo ul.agree-slt .agree-txt label {
    font-size: 0.8em;
    color: #333;
    font-weight: 400;
}
.agree-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 10px;
    margin-top: 4px;
}
.agree-box-inner {
    height: 80px;
    font-size: 0.75em;
    color: #555;
    line-height: 1.6;
    text-align: left;
    padding: 0 5px;
    overflow: hidden;
    overflow-y: auto;
    display: block;
}
.agree-box-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
}
.agree-box-inner::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius:10px;
  /* -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2); */
}
.agree-box-inner::-webkit-scrollbar-thumb {
  height: 50px;
  width: 50px;
  background: rgba(0,0,0,0.08);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0);
}
.agree-btm-btn {
    padding: 0 20px;
    margin-top: 20px;
    overflow: hidden;
}
.agree-btm-btn ul li {
    width: 50%;
    float: left;
}
.agree-btm-btn ul li:first-child {
    padding-right: 2px;
}
.agree-btm-btn ul li:last-child {
    padding-left: 2px;
}
button.btn-agree-ok {
    width: 100%;
    height: 40px;
    background-color: #54c9d3;
    border-radius: 4px;
    font-size: 1em;
    color: #fff;
    text-align: center;
}
button.btn-agree-cancel {
    width: 100%;
    height: 40px;
    background-color: #ccc;
    border-radius: 4px;
    font-size: 1em;
    color: #fff;
    text-align: center;
}
/* agree(ed) */

/* 회원가입(st) */
.join {
    padding: 0 0 20px;
    margin-top: -25px;
}
.join-slt {
    text-align: center;
}
.join-slt-info {
    font-size: 0.85em;
    color: #666;
    line-height: 1.4;
    font-weight: 400;
    padding: 0 20px;
}
.join-slt-type {
    margin-top: 10px;
}
.join-slt-type ul li {
    margin: 0 15px;
    display: inline-block;
}
.join-slt-type ul li span.join-type-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: table;
}
.join-slt-type ul li span.join-type-circle.on {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #64c1e0;
}
.join-slt-type ul li p.circle-txt {
    font-size: 1.15em;
    color: #ccc;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: middle;
    display: table-cell;
}
.join-slt-type ul li p.circle-txt.on {
    color: #64c1e0;
}
.join-slt-type ul li p.circle-txt span {
    font-size: 0.75em;
    color: #ccc;
    letter-spacing: normal;
}
.join-slt-type ul li p.circle-txt.on span {
    font-size: 0.75em;
    color: #64c1e0;
    letter-spacing: normal;
}
.join-slt-type ul li p.join-type-txt {
    font-size: 0.9em;
    color: #ccc;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-top: 6px;
}
.join-slt-type ul li p.join-type-txt.on {
    font-size: 0.9em;
    color: #64c1e0;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}
.join-form {
    padding: 20px 10px 0;
}
.join-form ul {
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0;
}
.join-form ul.form-parents {
    margin-top: 30px;
}
.join-form ul li {
    margin-right: -4px;
    display: inline-block;
}
.join-form ul li.form-tt {
    width: 30%;
    font-size: 0.9em;
    color: #666;
    font-weight: 400;
    text-align: right;
    padding-right: 11px;
    padding-top: 4px;
    vertical-align: top;
}
.join-form ul li.form-tt.parents-mobile {
    line-height: 1;
    padding-top: 1px;
}
.join-form ul li.form-input {
    width: 70%;
}
.join-form ul li.form-input span {
    vertical-align: top;
    display: inline-block;
}
.join-form ul li.form-input input.inp-id {
    width: 100%;
    background-color: #fff;
    font-size: 0.9em;
    color: #222;
    font-weight: 400;
    border: none;
}
.join-form ul li.form-input input.inp-id::placeholder {
    font-size: 0.9em;
}
.join-form ul li.form-input input.inp-code {
    width: 100%;
    background-color: #fff;
    font-size: 0.9em;
    color: #5c69cf;
    font-weight: 400;
    text-align: center;
    border: none;
}
.join-form ul li.form-input input.inp-code::placeholder {
    font-size: 0.9em;
}
button.btn-idchk {
    width: 85px;
    border: 1px solid #64c1e0;
    background-color: #fff;
    border-radius: 25px;
    font-size: 0.8em;
    color: #64c1e0;
    font-weight: 400;
    text-align: center;
    padding: 2px 0 3px;
}
.join-form ul li.form-input span.form-input-l {
    width: 60%;
    margin-right: 5px;
}
.join-form ul li.form-input span.form-input-r {
    float: right;
}
.join-form ul li.form-input span.form-input-name {
    width: 48%;
}
.join-form ul li.form-input span.form-input-code {
    width: 50%;
}
.join-form ul li.form-input select {
    margin-right: 1px;
    display: inline-block;
}
.join-form ul li.form-input select:last-child {
    margin-right: 0;
}
.join-form ul li.form-input .num-confirm {
    border-top: 1px dashed #ccc;
    padding-top: 4px;
    margin-top: 5px;
    display: block;
}
.join-form ul li.form-input input.inp-num-confirm {
    width: 60%;
    background-color: #fff;
    font-size: 0.8em;
    color: #222;
    text-align: center;
    font-weight: 400;
    border: none;
    padding-bottom: 1px;
    margin-right: 5px;
}
.join-form ul li.form-input input.inp-num-confirm::placeholder {
    font-size: 0.9em;
}
button.btn-num-confirm {
    width: 85px;
    border: 1px solid #64c1e0;
    background-color: #fff;
    border-radius: 25px;
    font-size: 0.75em;
    color: #64c1e0;
    font-weight: 400;
    text-align: center;
    padding: 2px 0 3px;
    margin-top: 3px;
    float: right;
}
.joinform-info {
    font-size: 0.85em;
    color: #64c1e0;
    text-align: right;
    padding: 0 15px;
    margin-top: 10px;
}
.joinform-btn {
    padding: 0 15px;
    margin-top: 25px;
}
button.btn-join-ok {
    width: 100%;
    height: 40px;
    background-color: #54c9d3;
    border-radius: 30px;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding-bottom: 2px;
}
.join-confirm {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
}
.join-confirm-inner {
    vertical-align: middle;
    display: table-cell;
}
.join-confirm-img {
    width: 45%;
    margin: -50px auto 0;
}
.join-confirm-img img {
    max-width: 100%;
}
.join-confirm-txt1 {
    margin-top: 20px;
    font-size: 1.6em;
    color: #222;
    font-weight: 500;
}
.join-confirm-txt2 {
    margin-top: 6px;
    font-size: 1em;
    color: #222;
    font-weight: 400;
}
.join-confirm-txt3 {
    margin-top: 4px;
    font-size: 0.8em;
    color: #999;
    font-weight: 400;
}
.join-confirm-btn {
    padding: 0 30px;
    margin-top: 40px;
}
.form-chk {
    font-size: 0.8em;
    color: #888;
    text-align: left;
    margin-top: 2px;
}
/* 회원가입(ed) */

/* 아이디 비번 찾기 */
.idpw {
    width: 100%;
}
.idpw-top {
    text-align: center;
    padding: 80px 0 0;
}
.idpw-top ul li span {
    vertical-align: middle;
    display: inline-block;
}
.idpw-top ul li span i.md-search {
    font-size: 2em;
    padding-top: 3px;
}
.idpw-top ul li span i {
    font-size: 1.8em;
}
.idpw-top ul li span.idpw-tt {
    font-size: 1.6em;
    letter-spacing: -0.05em;
}
.idpw-top ul li.pw-info {
    font-size: 0.85em;
    color: #333;
    line-height: 1.4;
    margin-top: 10px;
}
.idpw-input {
    padding: 60px 35px 0;
}
.idpw-input ul li {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: left;
    padding: 8px 0;
    margin-bottom: 20px;
}
.idpw-input ul li:last-child {
    margin-bottom: 10px;
}
.idpw-input ul li span {
    margin-right: -4px;
    display: inline-block;
}
.idpw-input ul li span.login-id {
    width: 25%;
    font-size: 0.9em;
    color: #333;
    text-align: left;
}
.idpw-input ul li span.login-reg {
    width: 75%;
    padding: 0 15px;
}
.idpw-input ul li span.idpw-chk {
    position: absolute;
    right: 0;
}
.idpw-input ul li input.inp-login {
    width: 100%;
    border: none;
    font-size: 1em;
    color: #111;
    text-align: center;
}
.idpw-input ul li input.inp-login::placeholder {
    font-size: 1em;
    text-align: center;
}
.idpw-input ul li.pwnew-id {
    border: none;
    border-radius: 0;
}
.idpw-input ul li.pwnew-id {
    font-size: 1em;
    color: #666;
    text-align: center;
}
.idpw-input ul li.pwnew-id span {
    font-size: 1em;
    color: #222;
}
.pw-input {
    padding: 60px 35px 0;
}
.pw-input ul li {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 8px 0;
    margin-bottom: 10px;
}
.pw-input ul li span {
    margin-right: -4px;
    display: inline-block;
}
.pw-input ul li span.login-id {
    width: 25%;
    font-size: 0.9em;
    color: #333;
    text-align: left;
}
.pw-input ul li span.login-reg {
    width: 75%;
    padding: 0 15px;
}
.pw-input ul li span.idpw-chk {
    position: absolute;
    right: 10px;
}
.pw-input ul li input.inp-login {
    width: 100%;
    border: none;
    font-size: 1em;
    color: #111;
    text-align: center;
}
.pw-input ul li input.inp-login::placeholder {
    font-size: 1em;
    text-align: center;
}
.idfind-info {
    font-size: 0.85em;
    color: #1eb8c5;
    text-align: center;
    padding: 5px 0 10px;
}
button.btn-idpw-chk {
    width: 56px;
    background-color: #fff;
    border: 1px solid #81c7cd;
    border-radius: 2px;
    font-size: 0.78em;
    color: #1eb8c5;
    text-align: center;
    padding: 4px 0;
}
.idpw-back {
    position: absolute;
    top: 10px;
    left: 12px;
}
.idpw-back i {
    font-size: 2em;
    color: #666;
}
.idok {
    width: 100%;
    height: 214px;
    text-align: center;
    display: table;
}
.idok-inn {
    vertical-align: middle;
    display: table-cell;
}
.idok-ico {
    margin-bottom: 6px;
}
.idok-ico i {
    font-size: 3em;
    color: #54c9d3;
}
.idok-inn p {
    font-size: 1em;
    color: #333;
}
.idok-inn p span {
    font-size: 1.2em;
    color: #00afd4;
}
/* /아이디 비번 찾기 */

/* 개인정보처리방침 */
.privacy-top {
    text-align: center;
    padding: 50px 0 0;
}
.privacy-top ul li span.idpw-tt {
    font-size: 1.6em;
    letter-spacing: -0.05em;
}
.privacy-caption {
    font-size: 0.9em;
    color: #888;
}
.privacy-body {
    font-size: 0.8em;
    color: #333;
    line-height: 1.5;
    padding: 15px 20px 30px;
}
/* /개인정보처리방침 */

/* 문자_푸시 수신내역 */
.sms-top {
    text-align: center;
    padding: 50px 0 0;
}
.sms-top ul li span {
    vertical-align: middle;
    display: inline-block;
}
.sms-top ul li span i.md-search {
    font-size: 2em;
    padding-top: 3px;
}
.sms-top ul li span i {
    font-size: 1.8em;
}
.sms-top ul li span.idpw-tt {
    font-size: 1.6em;
    letter-spacing: -0.05em;
    display: block;
}
.sms-top ul li.pw-info {
    font-size: 0.85em;
    color: #333;
    line-height: 1.4;
    margin-top: 10px;
}
.sms-top ul li span.ico-sms {
    width: 11%;
    margin: 0 auto;
    display: block;
}
.sms-top ul li span.ico-sms img {
    max-width: 100%;
}
.smslist {
    padding: 0 10px;
    margin-top: 6px;
}
table.tbl-sms {
    width: 100%;
}
table.tbl-sms th {
    height: 36px;
    border-top: 2px solid #666;
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    padding: 6px 4px;
}
table.tbl-sms td {
    height: 36px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    font-size: 0.8em;
    line-height: 1.2;
    text-align: center;
    padding: 6px 4px;
}
table.tbl-sms td span.tbltd-tt {
    width: 60vw;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
}
table.tbl-sms td span.smslist-ico {
    width: 60%;
    display: inline-block;
}
table.tbl-sms td span.smslist-ico img {
    max-width: 100%;
}
table.tbl-sms .tblsms-no {
    width: 36px;
}
table.tbl-sms .tblsms-tt {
    width: auto;
}
table.tbl-sms .tblsms-date {
    width: 96px;
}
.smstop {
    padding: 0 10px;
    margin-top: 35px;
    overflow: hidden;
}
.smstop .smstop-l {
    font-size: 0.8em;
    text-align: left;
    float: left;
}
.smstop .smstop-r {
    text-align: right;
    padding-top: 4px;
    float: right;
}
.smstop .smstop-r ul li {
    margin-left: -8px;
    display: inline-block;
}
.smstop span {
    font-size: 0.78em;
    color: #666;
    display: inline-block;
}
.smstop span img {
    max-width: 100%;
}
.smstop span.smstop-r-ico {
    position: relative;
    top: 2px;
    width: 25%;
}
.ly-sms {
    position: relative;
    width: 100vw;
    margin: 0 auto;
    padding: 10px 10px;
}
.ly-sms-body {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 0 10px;
    display: inline-block;
}
.ly-sms-body .b-close {
    top: 20px;
    left: auto;
    right: 20px;
    bottom: auto;
    text-align: right;
}
.ly-sms-body .b-close i {
    font-size: 2em;
}
.ly-sms-tt {
    text-align: center;
    padding: 0 15px;
    margin-top: 10px;
}
.ly-sms-tt .smstt-img {
    width: 14%;
    margin: 0 auto;
}
.ly-sms-tt .smstt-img img {
    max-width: 100%;
}
.ly-sms-tt .smstt-txt {
    border-bottom: 1px dashed #ccc;
    font-size: 0.9em;
    font-weight: 500;
    padding-bottom: 20px;
    margin-top: 4px;
}
.ly-sms-detail {
    max-height: 330px;
    padding: 0 25px;
    margin-top: 10px;
    overflow: hidden;
    overflow-y: auto;
}
.ly-sms-detail .sms-detail-inn {
    font-size: 0.8em;
    line-height: 1.5;
    padding: 10px 0 20px;
}
table.tblly-sms {
    width: 100%;
}
table.tblly-sms .tbllysms-tt {
    width: 25%;
}
table.tblly-sms .tbllysms-cont {
    width: 25%;
}
table.tblly-sms td {
    height: 36px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    font-size: 0.78em;
    line-height: 1.3;
    text-align: left;
    padding: 6px 8px;
}
table.tblly-sms td.tblly-sms-tt {
    background-color: #eee;
    text-align: center;
    padding: 6px 2px;
}
table.tblly-sms td.tblly-sms-stt {
    font-size: 0.7em;
    color: #666;
}
table.tblly-sms td span.tblly-sms-info {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    display: block;
}
/* /문자_푸시 수신내역 */
