@charset "utf-8";

/* Layout */
.member-wrap {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.member-wrap img {vertical-align:middle;}

.login-wrap {
	width:650px;
	margin-left:auto;
	margin-right:auto;
}
.find-account {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.join-wrap {
	width:100%; 
	margin-left:auto;
	margin-right:auto;
}
.join-ok {
	width:477px;
	margin-left:auto;
	margin-right:auto;
}
.leave-wrap {
	width:100%;
}
.mypage-wrap {
	width:100%; min-width:500px;
	margin-left:auto;
	margin-right:auto;
}
.change-pw {
	width:450px;
	margin-left:auto;
	margin-right:auto;
}
/* Attributes - Form */
.member-wrap input[type="text"],
.member-wrap input[type="password"] {
	height:27px; line-height:27px;
	padding:0 5px;
	border:1px solid #ccc;
}
.member-wrap input[type="text"]:disabled,
.member-wrap input[type="password"]:disabled {
	background:#F1F1E9;
}
.member-wrap select {
	height:29px; /* line-height:29px; */
	border:1px solid #ccc;
}
.member-wrap input[type="checkbox"],
.member-wrap input[type="radio"] {
	width:15px; height:15px;
}
.member-wrap textarea {
	padding:5px;
	resize:none;
	overflow:auto;
	overflow-scrolling:touch;
	-webkit-overflow-scrolling:touch;
	-moz-overflow-scrolling:touch;
	border:1px solid #ccc;
}
.mem-input-01 {width:45px;}
.mem-input-02 {width:160px;}
.mem-input-03 {width:212px;}

/* Attributes - Buttons */
.mem-btn-inline a {
	display:inline-block;
	height:20px; line-height:18px;
	font-size:11px;
	letter-spacing:-0.05em;
	padding:0 8px;
	border:1px solid #aaa;
	color:#777;
}
.mem-btn-join a {
	display:inline-block;
	height:27px; line-height:25px;
	font-size:12px;
	letter-spacing:-0.05em;
	font-weight:600;
	padding:0 10px;
	border:1px solid #ccc;
	background:#f8f8f8;
	color:#666;
}
.mem-btn-tinted-01 a { background:#444; border-color:#444; color:#fff; }
.mem-btn-tinted-02 a { background:#e5e5e5; border-color:#cacaca; color:#777; }

/* Login */
.login-top {
	height:78px;
	padding:25px 0 20px 340px;
	border-bottom:1px solid #ddd;
	background:url("../image/members/adm_bg.png") no-repeat left top;
	position:relative;
	overflow:hidden;
}
.login-top ul {
	width:210px;
	float:left;
}
.login-top li {
	height:31px; line-height:31px;
	margin-bottom:7px;
}
.login-top input {
	width:130px;
	margin-left:10px;
}
.login-top .login-btn {
	float:right;
	margin-top:2px;
}
.login-btm {
	padding:20px 0;
	font-size:11px;
	color:#777;
}

/* 아이디 패스워드 찾기 */
.find-type {
	width:100%;
	height:28px;
	border-bottom:1px solid #555;
}
.find-type li {
	float:left;
	width:150px; height:28px;
	margin-right:3px;
	text-align:center;
}
.find-type a {
	display:block;
	height:28px; line-height:28px;
	background:#efefef;
	color:#888;
	font-size:12px;
	letter-spacing:-0.05em;
}
.find-type .on a {
	border:1px solid #555;
	border-bottom:0;
	color:#444;
	background:#fff;
	font-weight:600;
}
.find-account > p {
	font-size:11px;
	line-height:1.65em;
	letter-spacing:-0.03em;
	color:#777;
	clear:both;
	margin-top:20px;
}
.find-form-wrap {
	overflow:hidden;
	width:720px;
	margin:40px auto 0 auto;
}
.find-account-l { 
	float:left;
	width:305px;
}
.find-account-r { 
	float:right;
	width:325px;
}
.find-form {
	position:relative;
	margin-top:20px;
}
.find-form ul {
	float:left;
}
.find-form li {
	height:30px;
	margin-bottom:4px;
}
.find-account-l input[type="text"] {
	width:145px;
	margin-left:5px;
}
.find-account-r input[type="text"] {
	width:165px;
	margin-left:5px;
}
.find-form input.mem-ip-num {
	width:30px;
}
.find-btn {
	float:right;
}

/* Join : 공통 */
.join-top {
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
}
.join-title {
	float:left;
}
.join-step {
	float:right;
}
.join-btn {
	text-align:center;
	margin-top:50px;
}
.join-btn-cancel {
	border-radius:0;
	border:0;
	width:120px; height:45px;
	line-height:45px;
	background:#393737;
	color:#fff;
	cursor:pointer;
	font-size:13px;
	letter-spacing:-0.05em;
}
.join-btn-ok {
	border-radius:0;
	border:0;
	width:120px; height:45px;
	line-height:45px;
	background:#07468d;
	color:#fff;
	cursor:pointer;
	font-size:13px;
	letter-spacing:-0.05em;
}

/* Join : 약관동의 */
.join-agree {
	overflow:hidden;
	font-size:12px;
}
.join-agree-l {
	float:left;
}
.join-agree-r {
	width:80%;
    width:-webkit-calc(100% - 150px); 
    width:-moz-calc(100% - 150px); 
    width:calc(100% - 150px);
	float:right;
}
.join-condition {
	display:block;
	height:180px;
	padding:3px 5px;
	color:#666;
	border:1px solid #ccc;
	overflow:auto;
	margin-bottom:10px;
}
.join-agree label {
	color:#666;
}

/* Join : 회원가입폼 */
.join-form-wrap h5 {
	font-size:15px;
	line-height:1.5em;
	font-weight:600;
	padding-bottom:8px;
	border-bottom:1px solid #444;
}
.join-form-wrap h5 span {
	font-size:12px;
	font-weight:400;
	margin-left:5px;
}
.join-noti {
	color:#d70000;
}
.join-form li {
	overflow:hidden;
	padding:8px 0;
	border-bottom:1px solid #ddd;
}
.join-item {
	float:left;
	width:100px;
	line-height:28px;
	font-size:12px;
	font-weight:600;
	color:#666;
}
.join-user {
	float:right;
	width:calc(100% - 120px);
	width:-webkit-calc(100% - 120px);
	width:-moz-calc(100% - 120px);
	font-size:13px;
}
.member-wrap .join-user textarea {
  width: 160px;
  box-sizing: border-box;
}
.join-user label {
	font-size:12px;
}

/* 가입완료 */
.join-ok > p {
	font-size:11px;
	line-height:1.65em;
	letter-spacing:-0.03em;
	color:#777;
}
.join-result {
	overflow:hidden;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:20px 0 15px 0;
	padding:20px 0;
}
.join-result dl {
	float:left;
	overflow:hidden;
	line-height:25px;
}
.join-result dt {
	clear:left;
	float:left;
	width:55px;
	font-size:12px;
	color:#999;
	font-weight:600;
	border-right:1px solid #ddd;
	margin-right:10px;
}
.join-result dd {
	float:left;
	font-size:13px;
	width:200px;
}
.join-result-btn {
	float:right;
}

/* 회원탈퇴 */
.leave-wrap > p {
	font-size:11px;
	line-height:1.65em;
	letter-spacing:-0.03em;
	color:#777;
}
.leave-wrap .join-form {
	border-top:1px solid #ddd;
}

.leave-wrap h5 {
	font-size:15px;
	line-height:1.5em;
	font-weight:600;
	padding-bottom:8px;
	border-bottom:1px solid #444;
}

/* 마이페이지 - 인덱스 */
.myp-tit {
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	margin-bottom:40px;
}
.myp-nav {
	overflow:hidden;
}
.myp-nav > li {
	float:left;
	width:23.5%;
	margin-left:2%;
}
.myp-nav > li:first-child {
	margin-left:0;
}
.myp-icon {
	text-align:center;
	margin-bottom:10px;
}
.myp-cate {
	font-size:18px;
	line-height:20px;
	font-weight:600;
	letter-spacing:-0.05em;
	color:#333;
	text-align:center;
	padding-bottom:15px;
	border-bottom:4px solid #444;
}
.myp-idx li {
	border-bottom:1px dotted #ccc;
}
.myp-idx a {
	display:block;
	height:40px; line-height:40px;
	padding-left:8px;
	font-size:13px;
	color:#444;
	background:url("../image/members/myp_bl.png") no-repeat 98% center;
}
.myp-idx a:hover {
	font-weight:600;
}

/* 비밀번호 변경 */
.change-pw-header {
	margin:0 auto 20px auto;
}
.change-pw-header small {
	color:#888;
}
.change-pw-form {
	margin:0 auto;
	background:#f5f5f5;
	padding:10px 15px 15px 15px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.change-pw-form li {
	overflow:hidden;
	padding:3px 0;
}
.change-pw-lb {
	float:left;
	width:120px; height:29px;
	line-height:28px;
	font-size:12px;
	font-weight:600;
	color:#666;
}
.change-pw-user {
	float:left;
	/* width:150px; */ 
	font-size:13px;
}
.change-pw-user input[type="password"] {
	height: 27px;
	line-height: 27px;
	padding: 0 5px;
	border: 1px solid #ccc;
}
.change-pw-btn {
	margin-top:30px;
	text-align:center;
}
/* sns연동 로그인 */
.mem-inner {
	background-color: #f5f5f5;
    padding: 70px 0;
    margin: 0 auto;
}
.login_tit {	
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: #333;
	margin-bottom: 30px;
	line-height: 40px;
}
.t-wide {
	background-color: #fff;
	padding: 50px 20px;
    box-sizing: border-box;
}
.login-form > li {
	margin-bottom: 10px;
}
.login-form > li input {
	width: 100%;
	box-sizing: border-box;
	height: 60px !important;
	border-color: #ddd !important;
	border-radius: 3px;
	padding-left: 14px !important;
}
.login-form > li input::-ms-input-placeholder { font-size: 13px; color: #aaa; }
.login-form > li input::-webkit-input-placeholder { font-size: 13px; color: #aaa; } 
.login-form > li input::-moz-placeholder { font-size: 13px; color: #aaa; }

.login-form > li .btn {
	background-color: #4e8dc9;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 60px;
	border-radius: 3px;
}
.login-opt {
	padding-bottom: 25px;
}
.login-opt > li {
	display: inline-block;
}
.login-opt > li label[for="save-login"] {
	font-size: 15px;
	font-weight: 600;
	color: #555;
	margin-left: 10px;
}
.login-opt .find {
	float: right;
}
.login-opt .find span.bar {
	border-right: 1px solid #ddd;
	margin-right: 10px;
    padding-right: 15px;
}
.login-opt .find span a {
	font-size: 15px;
	font-weight: 500;
	color: #555;
}
.login-opt .find span a:hover {
	color: #4e8dc9;
	text-decoration: underline;
}
.login-side {
	padding-top: 30px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
    font-weight: 500;
	color: #777;
}
.login-side a {
	text-decoration: underline;
	color: #333;
}
.login-sns > li {
    width: 32%;
    border-radius: 5px;
    text-align: center;
    margin-right: 2%;
    float: left;
}
.login-sns > li.f {	background-color: #3c5992; }
.login-sns > li.n {	background-color: #26c14b; }
.login-sns > li.k {	background-color: #f8df1a; }
.login-sns > li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: block;
    height: 60px;
    line-height: 60px;
}
.login-sns > li a span {
	margin-right: 5px;
}
.login-sns > li.k a {
	color: #3a1e1d;
}

/* Join */
.join_tab_ic {
	text-align:center;
}
.join_tab_ic li {
	display:inline-block;
	margin:0 25px;
	min-width:88px;
	padding-top:108px;
	text-align:center; letter-spacing:-0.03em;
	background-repeat:no-repeat;
	background-position:center top;
	color: #666;
}
.join_tab_ic .ic01 {background-image:url("../image/members/join_tab_ic1.png");}
.join_tab_ic .ic02 {background-image:url("../image/members/join_tab_ic2.png");}
.join_tab_ic .ic03 {background-image:url("../image/members/join_tab_ic3.png");}

.join_tab_ic .ic04 {background-image:url("../image/members/join_tab_ic4.png");}
.join_tab_ic .ic05 {background-image:url("../image/members/join_tab_ic5.png");}
.join_tab_ic .ic06 {background-image:url("../image/members/join_tab_ic6.png");}
.join_tab_ic .ic07 {background-image:url("../image/members/join_tab_ic7.png");}

.join_tab_ic .ic01.on {background-image:url("../image/members/join_tab_ic1_on.png");}
.join_tab_ic .ic02.on {background-image:url("../image/members/join_tab_ic2_on.png");}

.join_tab_ic .ic04.on {background-image:url("../image/members/join_tab_ic4_on.png");}
.join_tab_ic .ic05.on {background-image:url("../image/members/join_tab_ic5_on.png");}
.join_tab_ic .ic06.on {background-image:url("../image/members/join_tab_ic6_on.png");}
.join_tab_ic .ic07.on {background-image:url("../image/members/join_tab_ic7_on.png");}

.etc_tab { overflow:hidden; }
.etc_tab li { cursor:pointer; }

.join_tab_ic .on {
	color:#000;
	font-weight:600;
}
.join01 {
	margin-top:50px;
	overflow:hidden;
}
.join01 .float-l, .join01 .float-r {width:49.16%;}
.join01 .tit {
	color:#333333;
	font-size:1.07em; line-height:1.5em;
	font-weight:600;
	margin-bottom:1em;
}
.agree_desc {
	height:220px;
	padding:20px;
	color:#999999;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	background-color:#f2f2f2;

	overflow:scroll;
	overflow-scrolling:touch;
	-webkit-overflow-scrolling:touch;
	-moz-overflow-scrolling:touch;
	-o-overflow-scrolling:touch;
}
.agree_desc table {
	margin-top:1em;
	margin-bottom:1em;
	width:100%;
	border-bottom:1px solid #ddd;
}
.agree_desc th,
.agree_desc td {
	padding:10px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}
.agree_desc tbody th,
.agree_desc tbody td {
	font-size:0.92em; line-height:1.5em;
}
.agree_desc th {
	border-left:1px solid #ddd;
}
.join01 .chk {
	margin-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #d5d5d5;
}
.join01 .chk input[type="checkbox"] {
	margin-right:5px;
	border-radius:0;
	margin-left:3px;
}
.join-ip-tit {
	position:relative;
	margin-top:50px;
	margin-bottom:10px;
}
.join-ip-tit span {
	font-size:1.28em; line-height:1.5em;
	font-weight:600;
	color:#333;
	margin-right:20px;
}
.join-ct-view {
	display:inline-block;
	position:absolute;
	top:0; right:0;
	padding:0 8px; height:30px; line-height:30px;
	text-align:center;
	font-size:0.92em; 
	background-color:#f8f8f8;
	border:1px solid #ddd;
}
.join-ip {
	width:100%;
	border-top:1px solid #d5d5d5;
}
.join-ip td p {
  display: flex;
  gap: 10px;
}
.join-ip td p input[type="text"],
.join-ip td p input[type="password"] {
  flex: 1;
}
.email-ip {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.join-ip th,
.join-ip td {
  font-size: 13px;
	padding:10px 0;
	letter-spacing:-0.05em;
	border-bottom:1px solid #d5d5d5;
}
.join-ip th {
	color:#333333; font-weight:600;
	text-align:left;
  min-width: 74px;
  word-break: keep-all;
}
.join-ip input[type="text"],
.join-ip input[type="password"] {
  height:30px; 
  line-height:30px;
	padding:0 5px;
	background-color:#eaeaea;
	border:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	box-sizing:border-box;
}
.ip_w01 {
	width:70px;
  max-width: 30%;
}
.ip_w02 {
	width:50px !important;
}
.join-ip select {
	color:#555;
	height:30px; line-height:30px;
	border:0px;
	padding:0 35px 0 10px;
	background:url("../image/board_img/sel_arr.png") no-repeat center right, #eaeaea;
	min-width: 160px;
}
.join_route {
	overflow:hidden;
}
.join_route li {
	float:left;
	width:20%;
}
.join_route .jr_etc {
	width:40%;
}
.jr_route_ip {
	display:inline-block;
	margin-left:5px;
	width:80% !important;
}
.birth_rd_box {
	display:inline-block;
	margin-left:20px;
}
.btn-st1 {
	margin-left:10px;
	display:inline-block;
	vertical-align: top;
	box-sizing:border-box;
	height:30px; line-height: 27px;
	padding:0 14px;
	font-size:0.96em;
	text-align:center;
	color:#999999 !important;
	border:1px solid #d9d9d9;
}
.pw_pt {
	font-size:12px; line-height:1.5em;
	color:#999999;
  display: block;
}
.birth_rd {
	margin-left:20px;
}
.birth_rd + label {
	margin-left:5px;
}
.address {
	position:relative;
  display: flex;
}
.address .btn-st1 {
  font-size: 12px;
  margin: 0;
}
.address01 {
	display:inline-block;
	width:calc(100% - 130px);
	overflow:hidden;
	padding:0 5px; box-sizing:border-box;
	background-color:#eaeaea;
}
.address02 {
	width:33.16% !important; 
}
.agree_mail_chk {
	margin-left:8px;
	margin-right:3px;
}
.cs_my_txt {
	padding:15px;
	background-color:#f6f6f6;
	border:3px solid #e6e6e6;
}
.join_ok {
	margin-top:35px;
	text-align:center;
	padding: 30px 0;
	border:5px solid #e6e6e6;
	background-color:#f6f6f6;
}
.join_ok img {
  max-width: 13.89vw;
  margin-bottom: 20px;
}
.join_ok .tit {
	font-size:18px; line-height:1.5em;
	color:#333; font-weight:600;
}
.join_ok li {
	padding:0 20px;
	display:inline-block;
}
.join_ok li:first-child {
	background:url("../image/common/bar1.png") no-repeat center right;
}
.join_ok a {
	color:#333333;
	font-size:20px; line-height:1.5em;
	letter-spacing:-0.03em;
}
.join_ok a:hover {
	color:#263dbc;
	font-weight:600; border-bottom:1px solid #263dbc;
}
.res-btn span a {
    background-color: #5d5d5d;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 auto;
}
.tit1 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
/* 포인트 출금 신청 */
.point_out {
background: #fff;
border-top: 2px solid #3b4988;
padding: 20px;
box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.point_out .img {
/* background-image: url('/image/sub/point_out.jpg'); */
background-color: #e8ecff;
background-size: cover;
background-position: center right 10%;
background-repeat: no-repeat;
height: 80px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.dh_blue {
  color: #3b4988;
}

.point_out .img p {
font-weight: bold;
font-size: 18px;
text-align: center;
}
.point_out h2 {
font-weight: 500;
border-bottom: 1px solid #ddd;
line-height: 2;
margin-bottom: 10px;
}
.point_out h2 b {
margin-right: 8px
}

.out_table {
width: 100%;
}
.out_table th,
.out_table td {
padding: 5px 0;
text-align: left;
font-size: 14px;
}
.out_table th {
width: 20%;
max-width: 100px;
font-weight: 500;
}
.out_table td input,
.out_table td select,
.out_table td > p {
width: 100%;
height: 45px;
box-sizing: border-box;
border: 1px solid #ddd;
padding: 0 15px;
}
.out_table td > p {
background: #f3f3f3;
font-weight: 500;
line-height: 45px;
}
.point_out_btn {
background-color: #3b4988 !important;
width: 180px;
height: 50px;
color: #fff;
font-size: 16px;
}
.point_out_btn.chk {
background-color: #fff !important;
border: 1px solid #ddd;
color: #3b4988;
}

.bg_box {
background: #f5f5f5;
padding: 20px 12px;
}
.bg_box li {
float: left;
width: 100%;
margin-right: 15px;
position: relative;
margin-bottom: 2px;
line-height: 50px;
height: 50px;
font-size: 13px;
background: #fff;
}
.bg_box li p {
box-sizing: border-box;
padding: 0 12px;
}
.bg_box li .tit {
position: absolute;
left: 0;
top: 0;
background: #3b4988;
color: #fff;
width: 86px;
}
.bg_box li .sub {
padding-left: 100px;
}

.refresh_btn {
display: inline-block;
background: #d71921;
color: #fff !important;
font-size: 14px;
line-height: 1;
padding: 7px 10px;
margin-left: 10px;
}
.refresh_btn img {
vertical-align: top;
margin-right: 5px;
}


/* 반응형 */

/* 타블렛 가로 */
@media all and (max-width:1099px) {
}


/* 타블렛 세로 */
@media all and (max-width:1023px) {
}


/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {
}

/* 모바일 상세 */
@media all and (max-width:640px) {
}

/* 모바일 가로 */
@media all and (max-width:568px) {

}

@media all and (max-width:425px) {

}

@media all and (max-width:375px) {

}

@media all and (max-width:320px) {

}