.mypage h2 {
	text-align: center;
	font-size: 20px;
	padding-top: 15px;
	margin-bottom: 25px;
}
.mypage .menu {
	border-top: 1px solid #e1e1e1;
}
.mypage .menu a {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 17px 30px;
	box-sizing: border-box;
	background: url("../../images/ico-more-gray.png")no-repeat 95% 50% / 10px;
}




.order-state .black-box {
	background: #222;
	color: #fff;
	padding: 25px;
}
.order-state .button-wrap {
    font-size: 0;
}
.order-state .button-wrap button {
    width: 19%;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    padding: 8px 0 5px;
    margin: 0 1% 0 0;
    background: #bbb;
}
.order-state .button-wrap button.active {
    background: #fff;
    color: #000;
}
.order-state .item .order-top {
    background: #f7f7f7;
    font-size: 13px;
    padding: 20px 25px;
}
.order-state .item .order-top span {
    display: inline-block;
    vertical-align: middle;
}
.order-state .item .order-top .date {
    font-weight: 500;
    font-size: 15px;
}
.order-state .item .order-top .order-num {
    color: #888;
    font-weight: 500;
}
.order-state .nodata {
    display: none;
    border: 1px solid #666;
    text-align: center;
    font-size: 22px;
    padding: 20px 0;
}
.order-state .list {
	padding: 30px;
}
.order-state .list .item {
	margin-bottom: 30px;
}
.order-state .prd-item {
	position: relative;
    border: 1px solid #dadada;
    border-top: 0;
    padding: 20px 10px 10px 20px;
    box-sizing: border-box;
}
.order-state .prd-item > a {
	display: block;
	padding-left: 95px;
}
.order-state .prd-item .thumb {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
}
.order-state .prd-item .thumb img {
	width: 100%;
}
.order-state .prd-item .brand {
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 5px;
}
.order-state .prd-item .name {
	font-size: 15px;
	margin-bottom: 5px;
}
.order-state .prd-item .desc {
	font-size: 13px;
	margin-bottom: 25px;
}
.order-state .prd-item .price {
	font-size: 15px;
}
.order-state .prd-item .price strong {
	font-weight: 800;
	margin-right: 3px;
}
.order-state .prd-item .price strike {
	font-size: 16px;
}
.order-state .prd-item .btn-area {
	padding: 20px 20px 40px 0px;
}
.order-state .prd-item .btn-area button {
	display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    border: 1px solid #222;
    color: #222;
    font-size: 15px;
    height: 40px;
    background: #fff;
}





.order-detail .gray-bg {
    background: #f7f7f7;
    padding-top: 15px;
}
.order-detail .white-bg {
    padding: 30px;
    background: #fff;
}
.order-detail .order-top {
    background: #f7f7f7;
    font-size: 12px;
}
.order-detail .order-top a {
    display: block;
    padding: 0px 25px;
}
.order-detail .order-top span {
    display: inline-block;
    vertical-align: middle;
}
.order-detail .order-top .date {
    font-weight: 500;
    font-size: 14px;
}
.order-detail .order-top .order-num {
    color: #888;
    font-weight: 500;
}
.order-detail .total-price {
	padding: 7px 0 0;
}
.order-detail .toggle-title {
	position: relative;
    background: #fff;
    padding: 10px 12px;
    border-bottom: 1px solid #dbdbdb;
	font-size: 14px;
}
.order-detail .toggle-title em {
    font-style: normal;
    color: #ff0000;
    font-weight: bold;
    display: inline-block;
    margin: 0 3px;
}
.order-detail .item {
	position: relative;
    border: 1px solid #dadada;
    border-top: 0;
    padding: 20px 10px 10px 115px;
    box-sizing: border-box;
}
.order-detail .item .thumb {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
}
.order-detail .item .thumb img {
	width: 100%;
}
.order-detail .item .brand {
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 5px;
}
.order-detail .item .name {
	font-size: 15px;
	margin-bottom: 5px;
}
.order-detail .item .desc {
	font-size: 12px;
	margin-bottom: 25px;
}
.order-detail .item .price {
	font-size: 12px;
}
.order-detail .item .price strong {
	font-weight: 800;
	margin-right: 8px;
}
.order-detail .item .price strike {
	font-size: 12px;
}
.order-detail .total-price h3 {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
	margin-bottom: 0;
}
.order-detail .total-price table td {
	text-align: right;
	font-size: 15px;
	padding: 13px 7px;
}
.order-detail .total-price table .subject {
	text-align: left;
}
.order-detail .total-price table .dot-line td {
	border-bottom: 2px dashed #e1e1e1;
}
.order-detail .total-price table table td {
	padding: 10px 7px;
}
.order-detail .total-price table table .dot-line td {
	font-size: 23px;
	color: #333;
	padding-bottom: 20px;
}
.order-detail .total-price table .total td {
	border-top: 2px solid #000;
	font-size: 15px;
}
.order-detail .total-price table .total strong {
	color: #ff0000;
}




.charge .top {
	padding: 15px 30px;
	border-bottom: 10px solid #f7f7f7;
}
.charge .top .clear {
	padding: 5px 0;
}
.charge .top .fr {
	width: 80%;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	text-align: right;
}
.charge .top button.fr {
    display: block;
    width: 130px;
    font-size: 13px;
    background: #ff214f;
    color: #fff;
    text-align: center;
    height: 30px;
    margin-top: 15px;
}
.charge .charge-select {
	padding: 15px 30px;
}
.charge .charge-select h3 {
    margin-bottom: 15px;
    padding-top: 10px;
}
.charge .charge-select input[type=radio] {
	display: none;
}
.charge .charge-select input[type=radio] + label {
    position: relative;
    display: block;
    margin: 20px 0;
}
.charge .charge-select input[type=radio] + label:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: -5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #e1e1e1;
	margin-right: 10px;
	box-sizing: border-box;
}
.charge .charge-select input[type=radio]:checked + label:before {
	border: 2px solid #000;
}
.charge .charge-select input[type=radio]:checked + label:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
.charge .charge-select button {
	display: block;
	width: 100%;
	background: #222;
    color: #fff;
    font-size: 15px;
    height: 40px;
    padding-bottom: 2px;
}

.charge_list {
	padding: 20px 25px;
}
.charge_list .item {
	position: relative;
	border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
}
.charge_list .item .date {
    position: absolute;
    font-size: 15px;
}
.charge_list .item .state {
    position: absolute;
    font-size: 15px;
    right: 25px;
    color: #dd1d44;
}
.charge_list .item .state.complete {
	color: #671ddd;
}
.charge_list .item .id {
	margin: 35px 0 10px;
}
.charge_list .item .name {
	margin-right: 15px;
}
.charge_list .item .tel {
}
.charge_list .item .price {
	font-weight: bold;
}



.gift-history .top {
	border-bottom: 15px solid #f7f7f7;
}
.gift-history .top a {
	flex: 1;
	text-align: center;
	padding: 85px 0 25px;
}
.gift-history .top a:nth-child(1) {
	background: url("../../images/ico-gift01.png")no-repeat 50% 20px / 45px;
}
.gift-history .top a:nth-child(2) {
	background: url("../../images/ico-gift02.png")no-repeat 50% 20px / 45px;
}
.gift-history .top a:nth-child(3) {
	background: url("../../images/ico-gift03.png")no-repeat 50% 25px / 45px;
}
.gift-list {
	position: relative;
	padding: 15px;
}
.gift-list h3 {
	margin-bottom: 20px;
}
.gift-list .order-top {
    background: #f7f7f7;
    font-size: 13px;
    padding: 10px 15px;
}
.gift-list .order-top span {
    display: inline-block;
    vertical-align: middle;
}
.gift-list .order-top .date {
    font-weight: 500;
    font-size: 15px;
}
.gift-list .order-top .order-num {
    color: #888;
    font-weight: 500;
}
.gift-list .nodata {
    display: none;
    border: 1px solid #666;
    text-align: center;
    font-size: 22px;
    padding: 20px 0;
}
.gift-list .item {
	margin-bottom: 30px;
}
.gift-list .prd-item {
	position: relative;
    border: 1px solid #dadada;
    padding: 20px 10px 10px 20px;
    margin-bottom: -1px;
    box-sizing: border-box;
}
.gift-list .prd-item > a {
	display: block;
	padding-left: 95px;
}
.gift-list .prd-item .thumb {
	position: absolute;
    top: 20px;
    left: 20px;
    width: 80px;
}
.gift-list .prd-item .thumb img {
	width: 100%;
}
.gift-list .prd-item .brand {
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 5px;
}
.gift-list .prd-item .name {
	font-size: 15px;
	margin-bottom: 5px;
}
.gift-list .prd-item .desc {
	font-size: 12px;
	margin-bottom: 25px;
}
.gift-list .prd-item .price {
	font-size: 15px;
}
.gift-list .prd-item .price strong {
	font-weight: 800;
	margin-right: 3px;
}
.gift-list .prd-item .price strike {
	font-size: 13px;
}
.gift-list .prd-item .btn-area {
    padding: 20px 20px 30px 0px;
}
.gift-list .prd-item .btn-area button {
	display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    border: 1px solid #222;
    color: #222;
    font-size: 15px;
    height: 40px;
    background: #fff;
}
.gift-list .prd-item .btn-area button.del-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    font-size: 0;
    background: url(../../images/ico-close.png)no-repeat 50% 50% / 15px;
    width: 25px;
    height: 25px;
}


.coupon {
	padding: 30px;
}
.coupon .black-box {
    background: #222;
    color: #fff;
    padding: 25px;
    margin-bottom: 20px;
}
.coupon table {
    font-size: 22px;
    text-align: center;
}
.coupon .white-box {
    padding: 25px;
}
.coupon .top-table td {
    padding: 5px 0;
}
.coupon .top-table td strong {
    font-size: 35px;
    display: inline-block;
    margin-right: 5px;
}
.coupon .item {
    position: relative;
    border: 1px solid #6b6b6b;
    text-align: center;
    box-shadow: 10px 10px 0 #e6e6e6;
    background: #fff;
    margin: 35px 0;
}
.coupon .item:first-child {
    margin-top: 0;
}
.coupon .item .badge {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 20px;
    border: 1px solid #666;
    border-radius: 30px;
    padding: 5px 20px 3px;
}
.coupon .item .available {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 22px;
}
.coupon .item .percent {
    padding: 60px 0 40px;
    font-size: 45px;
    border-bottom: 2px dashed #b3b3b3;
}
.coupon .item .percent strong {
    font-style: italic;
    font-size: 65px;
    display: inline-block;
    margin-right: 10px;
}
.coupon .item .desc {
    font-size: 22px;
    color: #555;
    padding: 20px 0;
}
.coupon .nodata {
    display: none;
    border: 1px solid #666;
    text-align: center;
    font-size: 22px;
    padding: 20px 0;
}



.modify {
	padding: 0 25px 25px;
}
.modify .input-form p {
    font-size: 12px;
    margin-top: 20px;
    margin-left: 10px;
    line-height: 1.5;
}
.modify .profile {
    position: relative;
    text-align: center;
    padding: 15px 0;
    margin: 20px 10px;
    background: #fff;
}
.modify .profile #profilePhoto {
    display: none;
}
.modify .profile .profileImg {
    margin: 0 auto 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}
.modify .profile .profileImg img {
    width: 100%;
    min-height: 100%;
}
.modify .profile label {
    font-size: 12px;
}
.input-form {
	margin: 20px 0;
}
.input-form input {
	width: 100%;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    font-size: 13px;
    font-family: inherit;
    box-sizing: border-box;
    padding: 0 10px;
}
.input-form input[type=password] {
	font-family: "gulim";
}
.input-form input::-webkit-input-placeholder {
	color:#999999;
	font-family: 'NanumSquare';
}
.input-form input:-moz-placeholder {
	color:#999999;
	opacity:1;
	font-family: 'NanumSquare';
}
.input-form input::-moz-placeholder {
	color:#999999;
	opacity:1;
	font-family: 'NanumSquare';
}
.input-form input:-ms-input-placeholder {
	color:#999999;
	font-family: 'NanumSquare';
}
.input-form input:focus {
	box-shadow: 0 2px 0 #000;
}
.input-form input:focus::-webkit-input-placeholder {
	color: #000;
}
.input-form.w80 input {
	width: calc(80% - 10px);
}
.input-form.w80 button {
	border: 0;
    background: #999;
    color: #fff;
    border-radius: 5px;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    vertical-align: bottom;
    width: 18%;
    height: 35px;
    margin-left: 2%;
}
.country {
	text-align: center;
}
.country .select {
	position: relative;
	background: #999;
	color: #fff;
	font-size: 23px;
	height: 70px;
	line-height: 70px;
}
.country .select:after {
	content: '▼';
	position: absolute;
	top: 0;
	right: 20px;
}
.country .items {
	display: none;
}
.country.active .items {
	display: block;
}
.country.active .select:after {
	content: '▲';
}

table td {
	padding: 10px 0;
}
table td input[type=checkbox] {
	display: none;
}
table td label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: url("../../images/check-bg.svg")no-repeat 50% 50% / 18px;
}
table td label span {
	display: inline-block;
    vertical-align: 7px;
    margin-left: 5px;
    font-size: 13px;
    cursor: pointer;
}
table td input[type=checkbox]:checked + label:before {
	background: url("../../images/check-bg-on.svg")no-repeat 50% 50% / 18px;
}
table td label span a {
	display: inline-block;
    border-bottom: 1px solid #999;
    color: #999;
    margin-left: 20px;
}
.join-btn {
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}
.join-btn a {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	width: 48.5%;
	padding: 12px 0 9px;
}
.join-btn a.complete-btn {
	margin-right: 3%;
}
.complete-btn {
    background: #000;
    color: #fff;
    border-radius: 5px;
}
.cancel-btn {
    background: #999;
    color: #fff;
    border-radius: 5px;
}



.receipt {
	padding: 15px 25px;
}
.receipt .form > div {
	
}
.receipt .form > div select {
    width: 100%;
    padding: 15px 15px;
    font-family: inherit;
    background: transparent url(../../images/ico_down.png) no-repeat 96% 50% / 15px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
}
.receipt .form > div input {
    border: 1px solid #e1e1e1;
    border-top: 0;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 15px;
}
.receipt .form p {
	margin: 10px 0 0 15px;
}
.receipt .fix {
	margin-top: 40px;
}
.receipt .fix input[type=checkbox] {
	display: none;
}
.receipt .fix label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: url("../../images/check-bg.svg")no-repeat 50% 50% / 18px;
}
.receipt .fix label span {
	display: inline-block;
    vertical-align: 7px;
    margin-left: 5px;
    font-size: 13px;
    cursor: pointer;
}
.receipt .fix input[type=checkbox]:checked + label:before {
	background: url("../../images/check-bg-on.svg")no-repeat 50% 50% / 18px;
}
.receipt .fix .agree a {
    float: right;
    margin-top: 5px;
    font-size: 13px;
    color: #999;
    text-decoration: underline;
}
.receipt .fix button {
    display: block;
    width: 100%;
    height: 45px;
    background: #000;
    color: #fff;
    font-size: 15px;
    margin-top: 7px;
}
.agree-pop {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: 18;
}
.agree-pop .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 780px;
    background: #fff;
    border-radius: 20px;
    padding: 50px 30px 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
}
.agree-pop .box .close {
    position: absolute;
    top: 15px;
    right: 20px;
}
.agree-pop .box .close img {
	width: 20px;
}