body {
	background: var(--base);
}

.mypage {
	padding-bottom: 120px!important;
}
.mypage .main .info h4 {
	font-size: 2rem;
}
.mypage .main .info .btn_blue {
	padding: 16px;
	border-radius: 10px;
}
.mypage .main .info .btn_blue p {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 8px;
}
.mypage .main .info .btn_blue h1 {
	font-size: 3.2rem;
	font-weight: 900;
}
.mypage .main .info .grid3 a {
	flex: 1;
	background: var(--base);
	border-radius: 10px;
	padding: 10px 6px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	box-sizing: border-box;
}
.mypage .main .info .grid3 a img {
	display: block;
	margin: 0 auto 2px;
}
.mypage .main ul {
	padding: 10px 16px;
}
.mypage .main ul li a {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	color: var(--GRAY);
	padding: 16px 6px;
	background: url("../images/arrow-right.svg")no-repeat 100% 50%;
	box-sizing: border-box;
}



.order_list .item {
	border-radius: 10px;
	border: 0.5px solid var(--stroke);
	background: var(--white);
	padding: 0 16px;
	box-sizing: border-box;
}
.order_list .item > * {
	padding: 16px 0;
	border-bottom: 1px dashed var(--stroke);
}
.order_list .item .top {
	font-size: 1.6rem;
	font-weight: 700;
}
.order_list .item .top a {
	padding: 10px;
	font-size: 1.4rem;
	font-weight: 500;
}
.order_list .item .product .thumb {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.order_list .item .product .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.order_list .item .product .info h3 {
	color: #000;
	font-size: 1.6rem;
}
.order_list .item .product .info p {
	font-size: 1.6rem;
}
.order_list .item .price .box p {
	font-size: 1.6rem;
	color: var(--sub_text);
}
.order_list .item .price .box div {
	font-size: 1.6rem;
}
.order_list .item .list_flex > div {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 6px 0;
}
.order_list .item .list_flex > div p {
	color: var(--sub_text);
	font-weight: 400;
}
.order_list .item .sale_price .percent {
	display: inline-block; 
	vertical-align: 1px;
	color: var(--red);
	border: 1px solid var(--red);
	padding: 4px 6px;
	border-radius: 7px;
	font-size: 1rem;
	font-weight: 600;
	margin-right: 4px;
	box-sizing: border-box;
}
.order_list .item .list_flex .total {
	padding: 14px 0;
}
.order_list .item .list_flex .total p {
	font-size: 1.6rem;
	color: #000;
}
.order_list .item .list_flex .total div {
	font-size: 2rem;
	font-weight: 800;
}
.order_list .item .btn_area {
	justify-content: end;
	border-bottom: 0;
}
.order_list .item .btn_area a {
	padding: 0 10px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	box-sizing: border-box;
}


.seller {
	padding-bottom: 20px!important;
}
.seller .tab {
	margin-bottom: 0;
}
.seller #info .tab a:nth-child(2){
	border-right: 0.5px solid #E0E5EC;
}
.seller #product .tab {
	margin-bottom: 16px;
}
.seller #qna .qna_top {
	margin-top: 16px;
}




.review .product {
	border-radius: 10px;
	border: 1px solid var(--stroke);
	overflow: hidden;
	box-sizing: border-box;
}
.review .product .thumb {
	position: relative;
	width: 84px;
	height: 84px;
	overflow: hidden;
}
.review .product .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.review .product .info {
	width: calc(100% - 94px);
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
}
.review .product .info h3 {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: -0.28px;
}
.review .product .info p {
	font-size: 1rem;
	color: #BAC0C6;
}
.review .product .info .grade_form .grade {
	border-radius: 5px;
	border: 0.5px solid var(--stroke);
	padding: 4px 4px 4px 15px;
	font-size: 1rem;
	background: url("../images/ic_star.svg")no-repeat 4px 50%;
	box-sizing: border-box;
}
.review .product .info .grade_form .grade span {
	color: var(--subtext_01);
	font-size: 1rem;
	letter-spacing: -0.2px;
	margin-left: 3px;
}
.review .product .info .grade_form .like_btn {
	color: var(--subtext_01);
	font-size: 1.2rem;
	background: url("../images/ic_heart_off.svg")no-repeat 0 50%;
	padding-left: 20px;
}
.review .product .info .grade_form .like_btn.on {
	background-image: url("../images/ic_heart_on.svg");
}
.review_write .form .item > p {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.review_write .form .item .star {
	float:left;
}
.review_write .form .item .star > label {
	float: right;
	color: #ddd;
	padding: 0;
	font-size: 0;
    position: static;
}
.review_write .form .item .star > label:before {
	content: "\f005 ";
	position: static;
	display: inline-block;
	font-size: 2rem;
	padding: .3rem .2rem;
	margin: 0 2px;
	cursor: pointer;
	font-family: FontAwesome;
	width: auto;
    height: auto;
    top: auto;
    left: auto;
    border-radius: 0;
    border: 0;
	background: transparent;
}
.review_write .form .item .star .half:before {
	content: "\f089 "; 
	position: absolute;
	padding-right: 0;
}
.review_write .form .item .star input:checked .half:after {
	display: none;
}
.review_write .form .item .star input:checked ~ label { 
	color: var(--red)!important;  
}
.review_write .form .item .photo {
	gap: 8px;
}
.review_write .form .item .photo .preview {
	position: relative;
	gap: 10px;
}
.review_write .form .item .photo input[type=file] {
	display: none;
}
.review_write .form .item .photo input[type=file] + label {
	display: block;
	width: 100%;
    height: 52px;
	background: var(--underline) url("../images/ic_gallery.svg")no-repeat 50% 50%;
	border: 1px dashed var(--sub);
	border-radius: 10px;
	box-sizing: border-box;
}
.review_write .form .item .photo .preview .box {
	position: relative;
	width: calc(20% - 8px);
    height: 0;
    padding-bottom: 17%;
	background: var(--underline);
	box-sizing: border-box;
}
.review_write .form .item .photo .preview .box img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review_write .form .item .photo .delBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/ic_del.svg")no-repeat 50% 50% / 50px;
    border-radius: 50%;
}
.review_write .form .item textarea {
	display: block;
	width: 100%;
	height: 230px;
	border-radius: 10px;
	background: var(--underline);
	resize: none;
	border: 0;
	padding: 14px;
	font-size: 1.6rem;
	box-sizing: border-box;
}
.review_write .help {
	border-radius: 10px;
	border: 0.5px solid var(--stroke);
	padding: 16px;
	box-sizing: border-box;
}
.review_write .help h4 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.review_write .help > div {
	padding: 0 6px;
	font-size: 1.4rem;
}
.review_write .help > div p {
	color: var(--sub_text);
	margin: 2px 0;
}
.review_write .help > div strong {
	margin-left: 5px;
}
.review_write .btn_area > * {
	height: 45px;
	line-height: 43px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}
.review_write .btn_area a {
	width: 65px;
}
.review_write .btn_area button {
	flex: 1;
}



.my_review .list .item {
	border-radius: 10px;
	background: var(--white);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	gap: 10px;
	overflow: hidden;
}
.my_review .list .item .thumb {
	position: relative;
	border-radius: 0px 20px 0px 0px;
	width: 140px;
	height: 140px;
}
.my_review .list .item .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.my_review .list .item .info {
	width: calc(100% - 156px);
	padding-right: 30px;
	background: url("../images/arrow-right-thin.svg")no-repeat calc(100% - 16px) 50%;
	box-sizing: border-box;
}
.my_review .list .item .info h2 {
	font-size: 1.4rem;
}
.my_review .list .item .info p {
	color: var(--sub_text);
	font-size: 1.2rem;
}
.my_review .list .item .info .date {
	font-size: 1.2rem;
}



.review_detail .item .box {
	border-bottom: 1px solid var(--stroke);
	padding: 16px 0;
}
.review_detail .item .box .util .star {
	float:left;
}
.review_detail .item .box .util .star > label {
	float: right;
	color: #ddd;
	padding: 0;
	font-size: 0;
    position: static;
}
.review_detail .item .box .util .star > label:before {
	content: "\f005 ";
	position: static;
	display: inline-block;
	font-size: 1.3rem;
	padding: .3rem .2rem;
	margin: 0;
	cursor: pointer;
	font-family: FontAwesome;
	width: auto;
    height: auto;
    top: auto;
    left: auto;
    border-radius: 0;
    border: 0;
	background: transparent;
}
.review_detail .item .box .util .star .half:before {
	content: "\f089 "; 
	position: absolute;
	padding-right: 0;
}
.review_detail .item .box .util .star input:checked .half:after {
	display: none;
}
.review_detail .item .box .util .star input:checked ~ label { 
	color: var(--red)!important;  
}
.review_detail .item .box .util .star_form p {
	font-size: 1.4rem;
}
.review_detail .item .box .util .singo_btn {
	background: url("../images/ic_singo.svg")no-repeat 0 50%;
	font-size: 1.2rem;
	color: var(--GRAY);
	padding: 3px 0 3px 25px;
}
.review_detail .item .box .util .star p {
	font-size: 1.4rem;
}
.review_detail .item .box .name h3 {
	font-size: 1.4rem;
}
.review_detail .item .box .name span {
	color: var(--subtext_01);
	font-size: 1.2rem;
}
.review_detail .item .box .name .more {
	position: relative;
}
.review_detail .item .box .name .more button {
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/more-vertical.png")no-repeat 50% 50%;
}
.review_detail .item .box .name .more ul {
	display: none;
	position: absolute;
	right: 0;
	width: 65px;
	border-radius: 3px;
	background: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	padding: 5px 20px;
	z-index: 3;
	box-sizing: border-box;
}
.review_detail .item .box .name .more:hover ul {
	display: block;
}
.review_detail .item .box .name .more ul li {
	margin: 5px 0;
}
.review_detail .item .box .name .more ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #363D47;
	font-size: 1.4rem;
}
.review_detail .item .box .time {
	color: var(--sub_text);
	font-size: 1.2rem;
	font-weight: 500;
}
.review_detail .item .thumb .swiper-slide {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.review_detail .item .thumb .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	object-fit: cover;
}
.review_detail .item .thumb .swiper-pagination {
	position: static;
	margin: 14px 0;
}
.review_detail .item .thumb .swiper-pagination-bullet {
	background: var(--default);
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
.review_detail .item .thumb .swiper-pagination-bullet-active {
	background: var(--key-color);
}
.review_detail .item .txt {
	color: var(--subtext_02);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3;
}


.my_qna .item {
	border-radius: 10px;
	background: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
}
.my_qna .item .product {
	border-bottom: 1px dashed var(--stroke);
}
.my_qna .item .product .thumb {
	position: relative;
	border-radius: 0px 20px 0px 0px;
	width: 80px;
	height: 80px;
}
.my_qna .item .product .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.my_qna .item .product .info {
	width: calc(100% - 80px);
	padding: 0 16px 0 10px;
	box-sizing: border-box;
}
.my_qna .item .product .info .title p {
	font-size: 1rem;
	color: #BAC0C6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.my_qna .item .product .info .title h2 {
	font-size: 1.4rem;
}
.my_qna .item .product .info .price .percent {
	color: var(--red);
	border: 1px solid var(--red);
	font-size: 1rem;
	font-weight: 600;
	border-radius: 7px;
	padding: 4px 6px;
}
.my_qna .item .product .info .price strike {
	color: #BAC0C6;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -0.22px;
}
.my_qna .item .product .info .price strong {
	font-size: 1.6rem;
}
.my_qna .item .box {
	padding: 20px 16px;
}
.my_qna .item .box .ques .date {
	font-size: 1.2rem;
}
.my_qna .item .box .ques .date .more {
	position: relative;
}
.my_qna .item .box .ques .date .more button {
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/more-vertical.png")no-repeat 50% 50%;
}
.my_qna .item .box .ques .date .more ul {
	display: none;
	position: absolute;
	right: 0;
	width: 65px;
	border-radius: 3px;
	background: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	padding: 5px 20px;
	box-sizing: border-box;
}
.my_qna .item .box .ques .date .more:hover ul {
	display: block;
}
.my_qna .item .box .ques .date .more ul li {
	margin: 5px 0;
}
.my_qna .item .box .ques .date .more ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #363D47;
	font-size: 1.4rem;
}
.my_qna .item .box .ques p {
	color: var(--default);
	font-size: 1.2rem;
}
.my_qna .item .box .ques .cont {
	font-size: 1.4rem;
	line-height: 1.2;
}
.my_qna .item .box .answer {
	border-radius: 10px;
	background: var(--base);
	padding: 16px;
}
.my_qna .item .box .answer .top span {
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--GRAY);
}
.my_qna .item .box .answer .top p {
	color: var(--default);
	font-size: 1.2rem;
}
.my_qna .item .box .answer .cont {
	font-size: 1.4rem;
	color: var(--GRAY);
}



.my_point {
	padding: 16px;
	border-radius: 10px;
}
.my_point > p {
	font-size: 1.4rem;
	font-weight: 500;
}
.my_point > h1 {
	font-size: 3.2rem;
	font-weight: 900;
}
.my_point .recmd_code {
	border-radius: 10px;
	background: var(--white);
	padding: 16px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	color: #000;
}
.my_point .recmd_code .top strong {
	font-size: 1.4rem;
}
.my_point .recmd_code .top .share_btn {
	width: 20px;
	height: 20px;
	background: url("../images/ic_share_black.svg")no-repeat 50% 50%;
}
.my_point .recmd_code p {
	font-size: 1.4rem;
}
.my_point .recmd_code .copy_btn {
	color: var(--GRAY);
	font-size: 1.4rem;
}
.point_list {
	border-radius: 10px;
	background: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	padding: 16px;
}
.point_list .tit {
	padding: 16px;
	border-radius: 10px;
	background: var(--base);
	font-size: 1.4rem;
	font-weight: 500;
}
.point_list .list li {
	padding: 16px 10px;
	border-bottom: 0.5px dashed var(--stroke);
}
.point_list .list li > p {
	font-size: 1.2rem;
	color: var(--GRAY);
}
.point_list .list li > div {
	font-size: 1.4rem;
	color: #000;
}
.point_list .list li > div > div {
	flex: 1;
}
.point_list .list li > div h1 {
	font-size: 3.2rem;
	color: var(--default);
}



.myinfo {
	min-height: calc(100vh - 95px);
}
.myinfo .box {
	flex: 1;
}
.myinfo .white_bg > div {
	font-size: 1.6rem;
}
.myinfo .white_bg > div > p {
	width: 60px;
	margin-right: 24px;
}
.myinfo .white_bg > div > div {
	flex: 1;
}
.myinfo .white_bg > div > div span {
	color: var(--sub_text);
	font-size: 1.4rem;
}
.myinfo .box > a {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 5px;
	margin-top: 20px;
}
.myinfo .btn_area {
	gap: 30px;
}
.myinfo .btn_area a {
	display: block;
	width: 100%;
	text-align: center;
	color: var(--subtext_01);
	font-size: 1.2rem;
}
.myinfo .btn_area a.logout_btn {
	color: var(--text);
	font-size: 1.4rem;
}



.modify .form .item > div button {
	border-radius: 5px;
	border: 1px solid var(--sub2);
	background: var(--text);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	color: var(--sky-blue);
	font-size: 1.2rem;
	font-weight: 500;
}


#pw_modal h3 {
	font-size: 1.6rem;
}
#pw_modal .form .item {
	padding: 16px 0;
}
#pw_modal .form .item > p {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#pw_modal .form .item > div {
	position: relative;
	width: 100%;
	border-radius: 5px;
	background: var(--underline);
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}
#pw_modal .form .item > div input {
	flex: 1;
	height: 36px;
	background: transparent;
	font-size: 1.6rem;
}
#pw_modal .form .item > div .show_password {
	flex: none;
	width: 16px;
	height: 16px;
	background: url("../images/ic_view_none.svg")no-repeat 50% 50%;
}
#pw_modal .form .item > div .show_password.view {
	background: url("../images/ic_view.svg")no-repeat 50% 50%;
}
#pw_modal .form > button {
	margin-top: 16px;
}



.notice .list {
	padding: 16px;
}
.notice .list li a {
	display: block;
	width: 100%;
	padding: 16px 6px;
	border-bottom: 0.5px solid var(--stroke);
	box-sizing: border-box;
}
.notice .list li a .date {
	font-size: 1.2rem;
	margin-bottom: 6px;
	text-align: right;
}
.notice .list li a .title {
	font-size: 1.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.notice .read .title {
	padding: 16px 6px;
	border-bottom: 0.5px solid var(--stroke);
	margin-bottom: 16px;
	box-sizing: border-box;
}
.notice .read .title .date {
	font-size: 1.2rem;
	margin-bottom: 6px;
	text-align: right;
}
.notice .read .title .subject {
	font-size: 1.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.notice .read .cont {
	font-size: 1.4rem;
	line-height: 1.4;
}
.notice .read .cont img {
	max-width: 100%;
	margin-bottom: 6px;
}
.notice .read .btn_area {
	justify-content: end;
	margin-top: 16px;
}
.notice .read .btn_area a {
	font-size: 1.2rem;
	padding: 6px 8px;
	border-radius: 5px;
}




@media screen and (max-width: 768px) {
	.review_write .form .item .photo .preview .box {
		width: calc(33.333% - 7px);
		padding-bottom: 33.333%;
	}
}
@media screen and (max-width: 480px) {
	.review_write .form .item .photo .preview .box {
		width: calc(50% - 5px);
		padding-bottom: 50%;
	}
}
@media screen and (max-width: 380px) {
	.my_review .list .item .thumb {
		width: 120px;
		height: 120px;
	}
	.my_review .list .item .info {
		width: calc(100% - 136px);
		padding-right: 25px;
		background-position: calc(100% - 12px) 50%;
	}
}