@charset "utf-8";

body.mypage main {
	height: 110px; width: 100%;
	background: linear-gradient(89.56deg, #7C64F3 -5.81%, #8394EA 100.93%);
	position: relative;
	letter-spacing: -1px;
}
body.mypage main p {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 110px;
}
body.mypage main img {
	width: 94px;
	position: absolute;
	top: 0; right: 4%;
}
body.mypage section .s-inner, body.mypage main .main-inner {
	width:88.8%; max-width:400px;
  margin:42px auto 0;
}
body.mypage main .main-inner {
	position: relative;
	margin-top: 0;
}
body.mypage .se01 li {
	width: 47.5%; height: 60px;
	border-radius: 60px;
	float: left;
	border: 1px solid #EAEAEA;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
	font-size: 16px;
	font-weight: 700;
	color: #222;
	text-align: center;
	line-height: 60px;
}
body.mypage .se01 li a {
	display: block;
}
body.mypage .se01 li:last-child {
	float: right;
}
body.mypage .se01 li span {
	display: inline-block;
	width: 45px; height: 45px;
	vertical-align: middle;
}
body.mypage .se01 li .myinfo-icon {
	background: url(../img/mypage/mypage_icon01.png) no-repeat;
	background-size: cover;
}
body.mypage .se01 li .mycard-icon {
	background: url(../img/mypage/mypage_icon02.png) no-repeat;
	background-size: cover;
}
body.mypage .se01 li.on, body.mypage .se01 li:hover, body.mypage .se01 li:hover:active  {
	border: 1px solid #6045E2;
	color: #6045E2;
}
body.mypage section h2 {
	font-size: 28px;
	margin-top: 12px;
	text-align: center;
}
body.mypage section .form-title {
	margin: 40px 0;
	font-size: 18px; 
	font-weight: 700;
	color: #222;
}
body.mypage section .input-title {
	font-size: 14px;
	color: #444;
	width: 26.5%;
	display: inline-block;
	letter-spacing: -1px;
	line-height: 48px;
}
body.mypage section .form-inner > span {
	display: block;
	height: 48px;
	margin-bottom: 20px;
}
body.mypage section .form-inner > .id-input {
	margin-bottom: 0;
}
body.mypage section .form-inner .info-text {
	font-size: 16px;
	color: #222;
}
body.mypage section .form-inner input {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 14px 14px;
	font-size: 16px;
	outline: none;
	letter-spacing: -0.5px;
	background-color: #fff;
}
body.mypage section .form-inner select {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 14px 14px;
	font-size: 16px;
	outline: none;
	letter-spacing: -0.5px;
	background-color: #fff;
}
body.mypage section .form-inner input:focus {
	border: 1px solid #6045E2;
}
body.mypage section .form-inner input::placeholder {
	color: #b6b7bd;
	font-size: 14px;
}
body.mypage .se02 {
	padding-bottom: 80px;
	background: linear-gradient(180deg, #FFFFFF 51.67%, #F5F7FB 100%);
}
body.mypage .se02 .basic input {
	width: 72%;
	float: right;
	height: 48px;
}
body.mypage .se02 .form-inner .name-input {
	margin-bottom: 0;
}
body.mypage .se02 .form-inner .mobile-input {
	height: auto;
}
body.mypage .se02 .form-inner .mobile-input .mobile-change {
	display: block;
}
body.mypage .se02 .form-inner .mobile-input button {
	width: 120px; height: 48px;
	background-color: #623CE2;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	margin: 16px 0 0 28%;
}
body.mypage .se03 .s-inner {
	padding-bottom: 28px;
	border-bottom : 1px solid #e6e8ef;
}
body.mypage .se03 .form-title, body.mypage .se04 .form-title  {
	margin: 60px 0 10px;
}
body.mypage .se03 .form-sub {
	font-size: 12px;
	color: #222;
	line-height: 180%;
	margin: 10px 0 30px;
}
body.mypage .se03 .form-inner label {
	font-size: 16px;
	color: #444;
	vertical-align: middle;
}
body.mypage .se03 .form-inner input[type='radio'] {
	display: none;
}
body.mypage .se03 .form-inner input[type='radio']+label::before {
  background-color: #F8F8F8;
  border: 1px solid #CDCDCD;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}
body.mypage .se03 .form-inner input[type='radio']:checked+label::before {
  background: #7F42EC url(../img/common/check_icon.svg) no-repeat;
  background-position: 50% 50%;
  border: none;
 }
body.mypage .se03 .form-inner .email-box {
 	margin-right: 40px;
 }
body.mypage .se04 .form-title {
	margin-bottom: 34px;
}
body.mypage .se04 .delivery-info .input-title {
	display: block;
}
body.mypage .se04 .delivery-info .postcode {
	width: 60%;
}
body.mypage .se04 .delivery-info .search-address a {
	display: block;
}
body.mypage .se04 .form-inner > span {
	height: auto;
}
body.mypage .se04 .delivery-info .search-address {
	width: 37.5%;
	background-color: #623CE2;
	display: inline-block;
	height: 48px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 48px;
	float: right;
}
body.mypage .se04 .delivery-info input {
	margin-bottom: 20px; 
	height: 48px;
}
body.mypage .se04 .delivery-info .basic-adr, body.mypage .se04 .delivery-info .detail-adr {
	width: 100%;
}
body.mypage .se04 .change-save {
	margin-top: 40px;
	width: 100%; height: 52px;
	background-color: #623CE2;
	border-radius: 4px;
	color: #fff;
	font-size: 16px; font-weight: 700;
	text-align: center;
	line-height: 52px;
}
body.mypage .se04 .change-save a {
	display: block;
}
body.mypage .se04 .change-save button {
	color: #fff;
}
body.mypage .se04 .change-save button:disabled {
	color: #ddd;
}
body.mypage .se05 {
	margin-bottom: 86px;
}
body.mypage .se05 .profile-stats {
	font-size: 14px;
	color: #444;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
body.mypage .se05 .profile-stats a {
	display: block;
}
body.mypage .se05 .profile-stats > span {
	float: left;
	position: relative;
	display: inline-block;
	width: 72px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
body.mypage .se05 .profile-stats > span:hover::before, body.mypage .se05 .profile-stats > span:active::before {
	content: " ";
	width: 56px; height: 1px;
	background-color: #444;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 8px;
}
body.mypage .se05 .profile-stats .logout::after {
	content: "";
	display: inline-block;
	width: 1px; height: 10px;
	background-color: #e8e8e8;
	position: absolute;
	top: 50%; right: -15px;
	transform: translateY(-50%);
}
body.mypage .se05 .profile-stats .withdraw {
	margin-left: 30px;
}

/* 회원탈퇴 */
body.member-withdraw .se02 {
	background: none;
}
body.member-withdraw section .s-inner, body.member-withdraw main .main-inner {
	max-width: 480px;
}
body.member-withdraw .se02 h3 {
	font-size: 28px;
	color: #222;
	text-align: center;
}
body.member-withdraw .se02 h3 span {
	color: #6045E2;
}
body.member-withdraw .se02 .sub-text {
	font-size: 12px;
	color: #222;
	line-height: 180%;
	margin: 10px 0 0;
	padding-bottom: 34px;
	border-bottom: 1px solid #E6E8EF;
	text-align: center;
}
body.member-withdraw .se02 .withdrawal-text {
	margin-top: 30px;
}
body.member-withdraw .se02 .withdrawal-text p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 180%;
	margin-left: 20px;
	position: relative;
}
body.member-withdraw .se02 .withdrawal-text p br {
	display: none;
}
body.member-withdraw .se02 .withdrawal-text p::after {
	content: "";
	width: 4px; height: 4px;
	border-radius: 50%;
	background-color: #6045E2;
	display: inline-block;
	position: absolute;
	left: -20px; top: 9px;
}
body.member-withdraw .se02 .withdrawal-text .warning-msg {
	margin: 10px 0 0 20px;
	display: block;
	font-size: 12px;
	line-height: 180%;
	color: #666;
}
body.member-withdraw .se02 .withdrawal-text .warning-msg br {
	display: none;
}
body.member-withdraw .se02 .chk-box {
	margin: 30px 0 38px;
	border-top: 1px solid #E6E8EF;
	padding-top: 30px;
}
body.member-withdraw .se02 .chk-box label {
	font-size: 16px;
	color: #444;
	font-weight: 500;
	line-height: 24px;
}
body.member-withdraw .se02 .chk-box input {
	display: none;
}
body.member-withdraw .se02 .chk-box input+label::before {
	content: "";
	display: inline-block;
  background-color: #F8F8F8;
  border: 1px solid #CDCDCD;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
  box-sizing: border-box;
}
body.member-withdraw .se02 .chk-box input:checked+label::before {
  background: #7F42EC url(../img/common/check_icon.svg) no-repeat;
  background-position: 50% 50%;
  border: none;
}
body.member-withdraw .se02 .withdraw-button-wrap button {
 	height: 52px;
 	border-radius: 4px;
 	font-size: 16px;
 	font-weight: 700;
}
body.member-withdraw .se02 .withdraw-button-wrap .cancel {
 	width: 37.5%;
 	border: 1px solid #6045E2;
 	color: #6045E2;
}
body.member-withdraw .se02 .withdraw-button-wrap .complete {
 	width: 57.5%;
 	color: #fff;
 	background-color: #6045e2;
 	float: right;
}

/* 회원탈퇴 완료 */
body.member-withdraw .member-withdraw-complete, body.member-withdraw .member-withdraw-complete .main-inner {
	height: auto;
}
body.member-withdraw .member-withdraw-complete+footer {
	z-index: 99;
	position: relative;
}
body.member-withdraw .member-withdraw-complete .complete-illust {
	padding: 64px 0 42px;
	display: block;
	text-align: center;
}
body.member-withdraw .member-withdraw-complete .main-title {
	text-align: center;
	font-size: 28px;
	color: #222;
	line-height: 140%;
	font-weight: 500;
	letter-spacing: -1px;
}
body.member-withdraw .member-withdraw-complete .main-text {
	text-align: center;
	font-size: 14px;
	color: #444;
	line-height: 150%;
	letter-spacing: -1px;
	margin-top: 11px;
}
body.member-withdraw .member-withdraw-complete .member-withdraw-btn {
	width: 100%; height: 52px;
	background-color: #623CE2;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 52px;
	border-radius: 4px;
	margin: 30px 0 100px;
}
body.member-withdraw .member-withdraw-complete .member-withdraw-btn a {
	display: block;
}
body.member-withdraw .withdraw-complete .main-text span {
	color: #6045E2;
}

/* 카드 관리 */
body.card-manage .se02 {
	background: none;
}
body.card-manage .se02 h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
}
body.card-manage .sub-text {
	font-size: 14px;
	color: #444;
	line-height: 150%;
	margin: 8px 0 30px;
	text-align: center;
}
body.card-manage table {
	width: 100%;
	border-collapse: collapse;
}
body.card-manage table tr {
	height: 50px;
	font-size: 14px;
	color: #222;
}
body.card-manage table th {
	background-color: #F8F9FC;
	font-weight: 400;
	text-align: center;
}
body.card-manage table td {
	text-align: center;
	height: 140px;
}
body.card-manage table td:first-child {
	width: 20%;
}
body.card-manage table td:nth-child(2) {
	width: 55%;
}
body.card-manage table td input {
	display: none;
}
body.card-manage table td label:before {
	content: "";
	display: inline-block;
	width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: bottom;
  cursor: pointer;
  background-color: #F8F8F8;
  border: 1px solid #CDCDCD;
}
body.card-manage table td input[type='radio']:checked+label:before {
  background: #7F42EC url(../img/common/check_icon.svg) no-repeat;
  background-position: 50% 50%;
  border: none;
}
body.card-manage table td .card-box {
	width: 126px; height: 70px;
	border-radius: 4px;
	color: #fff;
	margin: 0 auto 12px;
	padding: 8px;
	font-size: 10px;
	text-align: left;
}
body.card-manage table td .card-number {
	display: block;
	margin: 6px 0 14px;
}
body.card-manage table td .card-name {
	font-size: 12px;
	color: #444;
}
body.card-manage table td .card-logo {
	width: 54px; height: 9px;
	display: inline-block;
}
body.card-manage table td .lotte-logo {
	background: url(../img/mypage/lotte_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .cd03-logo {
	background: url(../img/mypage/03_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .hyundai-logo {
	background: url(../img/mypage/hyundai_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .cd04-logo {
	background: url(../img/mypage/04_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .kb-logo {
	background: url(../img/mypage/kb_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .cd06-logo {
	background: url(../img/mypage/06_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .bc-logo {
	background: url(../img/mypage/bc_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .cd11-logo {
	background: url(../img/mypage/11_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .samsung-logo {
	background: url(../img/mypage/samsung_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .cd12-logo {
	background: url(../img/mypage/12_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .shinhan-logo {
	background: url(../img/mypage/shinhan_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .cd14-logo {
	background: url(../img/mypage/14_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .nh-logo {
	background: url(../img/mypage/nh_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .cd16-logo {
	background: url(../img/mypage/16_logo.png) no-repeat;
	background-size: cover;
}
body.card-manage table td .card-box {
	border: 1px solid #E2E2E2;
}
body.card-manage table td .card-logo {
	width: 100px; height: 24px;
	position: relative;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
body.card-manage table tr {
	border-bottom: 1px solid #EDEDED;
}
body.card-manage table tr:first-child {
	border-bottom: none
}
body.card-manage table td .delete-btn {
	width: 80px; height: 32px;
	border: 1px solid #6045E2;
	border-radius: 4px;
	text-align: center;
	line-height: 32px;
	color: #6045e2;
	margin-bottom: 28px;
	font-size: 14px;
}
body.card-manage .card-list-wrap {
	margin-bottom: 40px;
}
body.card-manage .button-wrap button {
	width: 100%; height: 48px;
	background-color: #623CE2;
	border-radius: 4px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
body.card-manage .button-wrap button::before {
	content: "";
	display: inline-block;
	width: 20px; height: 20px;
	background-size: cover;
	background:  url(../img/mypage/plus_icon.svg) no-repeat center;
	margin-right: 4px;
	vertical-align: middle;
}

/* 카드 등록 */
body.card-register .se02 {
	background: none;
}
body.card-register form h3 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #222;
	line-height: 140%;
}
body.card-register form .sub-text {
	font-size: 14px;
	text-align: center;
	color: #444;
	margin: 8px 0 30px;
	line-height: 150%;
}
body.card-register .notice-sub {
	font-size: 14px;
	color: #444;
	text-align: center;
	margin-bottom: 24px;
}
body.card-register .notice-text {
	margin-bottom: 14px;
	font-size: 24px;
	font-weight: 700;
}
body.card-register .form-inner label {
	font-size: 14px;
	color: #444;
	font-weight: 400;
	margin-bottom: 8px;
	display: inline-block;
}
body.card-register .form-inner select {
	height: 48px;
	width: 100%;
	border-radius: 4px;
	border:  1px solid #E8E8E8;
	margin-bottom: 12px;
	padding: 12px;
	font-size: 16px;
	color: #222;
	outline: none;
}
body.card-register .form-inner select:focus {
	border: 1px solid #7F42EC;
	border-radius: 4px;
}
body.card-register .form-inner input {
	height: 48px;
	width: 100%;
	border-radius: 4px;
	border:  1px solid #E8E8E8;
	margin-bottom: 12px;
	padding: 12px;
	font-size: 16px;
	color: #222;
	outline: none;
}
body.card-register .form-inner input:focus {
	border: 1px solid #7F42EC;
	border-radius: 4px;
}
body.card-register .form-inner input::placeholder {
	color: #B6B7BD;
}
body.card-register .form-inner .card-number-wrap {
	width: 100%;
}
body.card-register .form-inner .card-number-wrap > div {
	float: left;
}
body.card-register .form-inner .card-number-wrap .number-input {
	width: 21.5%;
}
body.card-register .form-inner .card-number-wrap .dash {
	width: 4.5%;
	line-height: 48px;
	text-align: center;
} 
body.card-register .form-inner .cvc-number, body.card-register .form-inner .card-expiration {
	width: 46.875%;
	float: left;
}
body.card-register .form-inner .cvc-number {
	float: right;
}
body.card-register .form-inner .error-msg {
	margin-bottom: 30px;
	color: #FF5A2B;
	font-size: 14px;
	display: none;
}
body.card-register .form-inner .error-msg span {
	display: inline-block;
	width: 14px; height: 14px;
	background: url(../img/treatment/error_icon.svg) no-repeat 50%;
	background-size: contain;
	vertical-align: bottom;
	margin-right: 4px;
}
body.card-register .form-inner .notice-info > * {
	float: left;
}
body.card-register .form-inner .notice-info p{
	font-size: 14px;
	color: #FF4E4E;
	margin-bottom: 8px;
	width: 93%;
	line-height: 140%;
}
body.card-register .form-inner .notice-info span {
	width: 14px; height: 14px;
	background: url(../img/treatment/warning_icon.svg) no-repeat 50%;
	display: block;
	margin: 2px 4px 0 0;
	background-size: contain;
}
body.card-register .form-inner .p-button {
	margin-top: 22px;
}
body.card-register .form-inner .p-button button {
	width: 100%;
	max-width: 460px;
	height: 48px;
	border-radius: 4px;
	line-height: 48px;
	background-color: #623CE2;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
body.card-register .form-inner .p-button button:disabled {
	color: #ddd;
}
body.card-register .form-inner .pay-card {
	margin-bottom: 40px;
}
body.card-register .form-inner .pay-card label {
	font-size: 16px;
	color: #444;
	font-weight: 500;
	line-height: 24px;
}
body.card-register .form-inner .pay-card input {
	display: none;
}
body.card-register .form-inner .pay-card input+label::before {
		content: "";
	display: inline-block;
  background-color: #F8F8F8;
  border: 1px solid #CDCDCD;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
  box-sizing: border-box;
}
body.card-register .form-inner .pay-card input:checked+label::before {
 	background: #7F42EC url(../img/common/check_icon.svg) no-repeat;
 	background-position: 50% 50%;
 	border: none;
}

/**************** 팝업 ***************/
/* 휴대폰 번호 변경 */
body.mypage .mobile-change-pop {
	display: none;
}

/* 로그아웃 */
body.mypage .logout-pop {
	display: none;
}
body.mypage .logout-pop .sub-text {
	font-size: 14px;
	color: #666;
	padding-top: 12px;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 26px;
}
body.mypage .logout-pop .notice-text {
	margin-bottom: 0;
	font-weight: 500;
}
body.mypage .logout-pop .p-button, .card-pop .p-button {
	width: 100%;
}
body.mypage .logout-pop .p-button .button-close {
	width: 35.7%;
	float: left;
	background-color: #fff;
	color: #623CE2;
	border: 1px solid #623CE2;
} 
body.mypage .logout-pop .p-button button, .card-pop .p-button button {
	width: 60.7%;
	float: right;
}

/* 카드 삭제 */
body.mypage .delete-card {
	display: none;
}
body.mypage .delete-card .notice-text {
	font-weight: 500;
	margin-bottom: 24px;
}
body.mypage .delete-card .sub-text {
	font-size: 14px;
	color: #666;
	padding-top: 12px;
	display: inline-block;
	font-weight: 400;
	margin: 4px 0 0;
}
body.mypage .delete-card .p-button, .card-pop .p-button {
	width: 100%;
}
body.mypage .delete-card .p-button .button-close {
	width: 35.7%;
	float: left;
	background-color: #fff;
	color: #623CE2;
	border: 1px solid #623CE2;
} 
body.mypage .delete-card .p-button button, .card-pop .p-button button {
	width: 60.7%;
	float: right;
}

/* 정보 변경 */
body.mypage .info-change-pop {
	display: none;
}


/* 가로 해상도 768 이상 */
@media screen and (min-width:768px){
	body.mypage section .s-inner, body.mypage main .main-inner {
		max-width: none;
		width: 668px;
	}
	body.mypage main img {
		right: 10%;
	}
	body.mypage main p {
		font-size: 32px;
	}
	body.mypage .se01 li span {
		width: 50px; height: 50px;
	}
	body.mypage section .s-inner {
		margin-top: 60px;
	}
	body.mypage section .input-title {
		width: 140px;
		float: left;
		font-size: 16px;
	}
	body.mypage .se02 .basic input {
		float: left;
		width: 520px;
	}
	body.mypage .se02 .form-inner .mobile-input input {
		width: 384px;
	}
	body.mypage .se02 .form-inner .mobile-input .mobile-change {
		display: inline-block;
	}
	body.mypage .se02 .form-inner .mobile-input button {
		margin: 0 0 0 16px;
	}
	body.mypage section .form-inner .info-text {
		display: inline-block;
		height: 48px;
		line-height: 48px;
	}
	body.mypage .se03 .form-inner > span > span {
		display: inline-block;
		height: 48px;
		line-height: 48px;
	}
	body.mypage .se03 .form-sub {
		font-size: 16px;
	}
	body.mypage .se04 .delivery-info .postcode {
		width: 384px;
	}
	body.mypage .se04 .delivery-info .search-address {
		width: 120px;
		float: none;
		margin: 0 0 0 16px;
	}
	body.mypage .se04 .delivery-info .basic-adr, body.mypage .se04 .delivery-info .detail-adr {
		width: 520px;
		margin-left: 140px;
	}
	body.mypage .se04 .change-save {
		width: 400px;
		margin: 60px auto 40px;
	}
	/* 회원 탈퇴 */
	body.member-withdraw .se02 {
		padding-bottom: 96px;
	}
	body.member-withdraw .se02 .withdraw-button-wrap .complete {
		width: 380px;
	}
	body.member-withdraw .se02 .withdraw-button-wrap .cancel {
		width: 180px;
	}
	body.member-withdraw .se02 .chk-box {
		margin-bottom: 60px;
	}
	body.member-withdraw .se02 .sub-text, body.member-withdraw .se02 .withdrawal-text .warning-msg {
		font-size: 14px;
	}
	body.member-withdraw .se02 .withdrawal-text p {
		font-size: 16px;
	}
	body.member-withdraw .se02 .withdrawal-text .warning-msg br.tablet {
		display: inline;
	}

	/* 카드 관리 */
	body.card-manage .sub-text {
		margin-bottom: 40px;
	}
	body.card-manage table tr {
		font-size: 16px;
	}
	body.card-manage table .card-type > div {
		float: left;
	}
	body.card-manage table td .card-box {
		margin-bottom: 0;
	}
	body.card-manage table .card-type .card-name {
		margin-left: 25px;
		line-height: 70px;
		font-size: 14px;
	}
	body.card-manage table td .delete-btn {
		margin-bottom: 0;
	}
	body.card-manage table td:first-child {
		width: 20%;
	}
	body.card-manage table td:nth-child(2) {
		width: 55%;
	}
	body.card-manage .button-wrap button {
		width: 360px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	body.card-manage table td:first-child {
		width: 20%;
	}
	body.card-manage table td:nth-child(2) {
		width: 55%;
	}

	/* 카드 등록 */
	body.card-register .se01 .s-inner {
		width: 668px;
	}
	body.card-register section .s-inner {
		max-width: none;
		width: 570px;
	}
	body.card-register .form-inner .notice-info p br {
		display: none;
	}

}

/* 가로 해상도 1280 이상 */
@media screen and (min-width:1280px){
	body.mypage section .s-inner, body.mypage main .main-inner {
		width: 836px;
	}
	body.mypage main img {
		right: 2%;
		width: 191px; height: 160px;
	}
	body.mypage main {
		height: 160px;
		line-height: 160px;
	}
	body.mypage main p {
		line-height: 160px;
	}
	body.mypage .se02 .basic input {
		width: 688px;
	}
	body.mypage .se04 .delivery-info .basic-adr, body.mypage .se04 .delivery-info .detail-adr {
		width: 688px;
	}
	body.mypage .se05 {
		margin-bottom: 140px;
	}
	/* 회원 탈퇴 */
	body.member-withdraw .se02 {
		padding-bottom: 150px;
	}
	body.member-withdraw .se02 .withdrawal-text p br {
		display: inline;
	}
	body.member-withdraw .se02 .withdrawal-text .warning-msg br.tablet {
		display: none;
	}
	body.member-withdraw .se02 .withdrawal-text .warning-msg br.pc {
		display: inline;
	}

	/* 카드 관리 */
	body.card-manage table td .card-type {
		display: inline-block;
	}
	
	/* 카드 등록 */
	body.card-register .se01 .s-inner {
		width: 836px;
	}
	body.card-register section .s-inner {
		width: 570px;
	}
}