@charset "utf-8";


.mypage .tabs {
	padding: 0 0 20px 0;
	border-bottom: 2px solid #DA1515;
	margin-bottom: 30px;
}
.mypage .tabs button {
	font-size: 22px;
	color: #bbb;
	margin-left: 50px;
}
.mypage .tabs button:first-child {
	margin-left: 0;
}
.mypage .tabs button.active {
	color: #DA1515;
}


.step_wrap {
	max-width: 1610px;
	margin: 0 auto;
	padding: 60px 20px 0;
	box-sizing: border-box;
}
.step_wrap .side {
	width: 130px;
	margin-right: 80px;
}
.step_wrap .side ul {
	box-sizing: border-box;
	margin-bottom: 5px;
}
.step_wrap .side h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #DA1515;
}
.step_wrap .side h3:before {
	content:'';
	display: block;
	width: 130px;
	height: 3px;
	background: #DA1515;
	margin-bottom: 10px;
}
.step_wrap .side ul li {
	margin: 20px 0;
}
.step_wrap .side ul li a {
	font-size: 18px;
	color: #313131;
}
.step_wrap .side ul li.active a {
	color: #DA1515;
}

.step_wrap .content {
	width: calc(100% - 210px);
}

.h_title {
	padding-bottom: 20px;
}
.mypage .filter {
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.mypage .filter .period_tab {
	font-size: 0;
	width: 235px;
	margin-right: 10px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.mypage .filter .period_tab button {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #b7b7b7;
	border: 1px solid #D9D9D9;
	margin: 0 0 0 -1px;
	padding: 6px 11px;
	box-sizing: border-box;
}
.mypage .filter .period_tab button.active {
	color: #313131;
}
.mypage .filter select {
	max-width: 185px;
	height: 36px;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	font-size: 14px;
	color: #B7B7B7;
	padding-left: 20px;
	margin-right: 10px;
}
.mypage .filter select.on {
	color: #313131;
}
.mypage .filter .date {
	flex: 1;
}
.mypage .filter .date > div {
	margin-right: 10px;
}
.mypage .filter .date input {
	width: 100%;
	max-width: 150px;
	height: 36px;
	border: 1px solid #D9D9D9;
	background: transparent url("../images/ico-calendar.svg")no-repeat 95% 50%;
	padding: 0 15px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	box-sizing: border-box;
}
.mypage .filter .date button {
	width: 65px;
	height: 36px;
	background: #DA1515;
	color: #fff;
	font-size: 14px;
}
.mypage table {
	font-family: 'GimpoGothic';
}
.mypage table th {
	font-size: 16px;
	color: #313131;
	font-weight: 400;
	padding: 15px 0;
	border-top: 1px solid #454240;
	border-bottom: 1px solid #454240;
}
.mypage table th span {
	display: block;
	transform: rotate(0.03deg);
}
.mypage table td {
	padding: 9px 0;
	text-align: center;
	border-bottom: 1px solid rgba(69, 66, 64, 0.5);
	transform: rotate(0.03deg);
}
.mypage table td a {
	text-decoration: underline;
}
.mypage table td button {
	color: #313131;
	font-size: 16px;
	padding: 4px 12px;
	border: 1px solid #D9D9D9;
}
.mypage table td button.change_delivery {
	margin-top: 10px;
}



.mypage .my_qna .h_title {
	padding: 0 0 20px 0;
    border-bottom: 2px solid #DA1515;
	margin-bottom: 30px;
}
.mypage .my_qna .filter .date input {
	background: transparent url("../images/ico-search.svg")no-repeat 95% 50%
}
.mypage .my_qna table td {
	padding: 15px 0;
}
.mypage .my_qna .ques + tr td {
	padding: 0;
	border-bottom: 0;
}
.mypage .my_qna .ques + tr.open td {
	padding: 15px 0;
	border-bottom: 1px solid rgba(69, 66, 64, 0.5);
}
.mypage .my_qna .open .answer {
	display: block;
}
.mypage .my_qna .red {
	color: #DA1515;
}
.mypage .my_qna .answer {
	display: none;
	background: #EDECE9;
	margin: -15px 0;
	padding: 30px 10% 30px 12%;
	text-align: left;
}
.mypage .my_qna .answer .cont {
	padding-top: 20px;
    line-height: 1.3;
    margin-top: 20px;
    border-top: 1px solid rgba(161, 161, 161, 0.5);
}
.mypage .my_qna .btn_area {
	justify-content: end;
	margin-top: 30px;
}
.mypage .my_qna .btn_area a {
	font-size: 18px;
	padding: 17px 40px;
	transform: rotate(0.03deg);
}



.mypage .modify .h_title {
	padding: 0 0 20px 0;
    border-bottom: 2px solid #DA1515;
	margin-bottom: 30px;
	align-items: center;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.mypage .modify .h_title > div:first-child {
	flex: 1;
}
.mypage .modify .h_title > div:first-child button {
	width: 53px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	margin-left: 20px;
}
.mypage .modify .h_title > div:first-child button.edit_btn {
	background: #BEBEBE;
}
.mypage .modify .h_title > div:first-child button.save_btn {
	display: none;
	background: #0F3353;
}
.mypage .modify .h_title > div:last-child {
	font-size: 15px;
	color: #313131;
	font-weight: 400;
}
.mypage .modify i {
	color: #DA1515;
}
.mypage .modify table th {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	transform: rotate(0.03deg);
	border: 0;
}
.mypage .modify table th.vt {
	vertical-align: top;
    padding-top: 17px;
}
.mypage .modify table td {
	padding: 7px 0;
	text-align: left;
	border: 0;
	transform: rotate(0deg);
}
.mypage .modify table td input[type=text] {
	width: 100%;
	max-width: 420px;
	height: 38px;
	border: 1px solid #CFCFCF;
	padding: 0 20px;
	background: #F4F3F0;
	font-size: 14px;
	box-sizing: border-box;
}
.mypage .modify table td input[type=text]::-webkit-input-placeholder {
	transform: rotate(0.03deg);
}
.mypage .modify table td input[type=text]:-moz-placeholder {
	transform: rotate(0.03deg);
}
.mypage .modify table td input[type=text]::-moz-placeholder {
	transform: rotate(0.03deg);
}
.mypage .modify table td input[type=text]:-ms-input-placeholder {
	transform: rotate(0.03deg);
}
.mypage .modify table td .flex {
	align-items: center;
}
.mypage .modify table td .flex select {
	max-width: 90px;
	height: 38px;
	border: 1px solid #CFCFCF;
	padding: 0 0 0 20px;
	background: url('../images/ico-down2.svg') no-repeat 86% 50% / 12px;
	font-size: 14px;
	box-sizing: border-box;
}
.mypage .modify table td .flex span {
	padding: 0 10px;
	font-size: 18px;
}
.mypage .modify table .addr div:first-child {
	margin-bottom: 14px;
}
.mypage .modify table td .addr_num {
	display: none;
	background: #818181;
	width: 95px;
	height: 38px;
	color: #fff;
	border: 1px solid #818181;
	font-size: 14px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	margin-left: 8px;
}
.mypage .modify table .addr_detail input {
	width: 49%!important;
}
.mypage .modify table .addr_detail input:last-child {
	margin-left: 8px;
}



#delivery_pop {
	display: block;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}
#delivery_pop.open {
	visibility: visible;
    z-index: 13;
    opacity: 1;
}
#delivery_pop .blackBg {
	background: rgba(0, 0, 0, 0.5);
}
#delivery_pop .close {
	top: 0;
	width: 15px;
}
#delivery_pop .modal-cont {
	max-width: 900px;
	max-height: 95%;
    overflow-y: auto;
	background: #fff;
	max-width: 540px;
	padding: 20px;
	box-sizing: border-box;
}
#delivery_pop h3 {
	font-size: 18px;
	color: #313131;
	border-bottom: 1px solid #DA1515;
	padding: 0 10px 12px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	font-weight: 400;
	margin-bottom: 20px;
}
#delivery_pop .list {
	margin-bottom: 20px;
}
#delivery_pop .list .item {
	position: relative;
	padding: 0 20px 20px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
#delivery_pop .list .item .name {
	font-size: 16px;
	font-weight: bold;
	color: #313131;
	padding: 5px 0;
}
#delivery_pop .list .item .info {
	margin: 20px 0;
	font-size: 15px;
	color: #313131;
	line-height: 1.4;
}
#delivery_pop .list .item .basic_delivery {
	display: block;
	border: 1px solid #D9D9D9;
	color: #A1A1A1;
	font-size: 16px;
	padding: 8px 12px;
}
#delivery_pop .list .item .btn_area {
	position: absolute;
	top: 0;
	right: 0;
}
#delivery_pop .list .item .btn_area button {
	display: block;
	border: 1px solid #D9D9D9;
	color: #A1A1A1;
	font-size: 15px;
	padding: 5px 12px;
	margin-left: 10px;
}
#delivery_pop .new_delivery {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #DA1515;
	color: #fff;
	font-size: 16px;
	transform: rotate(0.03deg);
}



.delivery_form .step_wrap {
	justify-content: center;
}
.delivery_form .content {
	max-width: 1400px;
}
.delivery_form .btn_area {
	justify-content: center;
	margin-top: 30px;
}
.delivery_form .btn_area button {
	width: 115px;
	height: 55px;
	margin: 0 5px;
	font-size: 18px;
}





@media screen and (max-width: 1280px) {
	.step_wrap .side {
		margin-right: 30px;
	}
	.step_wrap .content {
		width: calc(100% - 150px);
	}
}
@media screen and (max-width: 1024px) {
	.step_wrap {
		display: block;
		padding: 40px 0 0;
	}
	.step_wrap .side {
		width: 100%;
		margin: 0 0 30px;
	}
	.step_wrap .side h3 {
		margin-bottom: 0;
	}
	
	.step_wrap .side ul {
		display: flex;
		border-top: 0;
		padding-top: 0;
		font-size: 0;
	}
	.step_wrap .side ul li {
		flex: 1;
		text-align: center;
	}
	.step_wrap .side ul li a {
		display: block;
		padding: 15px 10px;
		font-family: 'GimpoGothic';
		transform: rotate(0.03deg);
		color: #DA1515;
		border: 1px solid #DA1515;
		border-right: 0;
		font-size: 15px;
		box-sizing: border-box;
	}
	.step_wrap .side ul li:last-child a {
		border-right: 1px solid #DA1515;
	}
	.step_wrap .side ul li.active a {
		background: #DA1515;
		color: #fff;
		font-weight: bold;
	}
	
	
	.step_wrap .content {
		width: 100%;
	}
	.mypage .tabs {
		padding: 15px 0 10px;
		margin-bottom: 20px;
	}
	.mypage .tabs button {
		font-size: 18px;
	}
	
	.mypage .filter .period_tab {
		width: 215px;
	}
	.mypage .filter .period_tab button {
		font-size: 13px;
	}
	.mypage .filter select {
		max-width: 156px;
		height: 32px;
		padding-left: 10px;
	}
	.mypage .filter .date input {
		height: 33px;
	}
	.mypage .filter .date button {
		height: 33px;
	}
	
	.mypage table th {
		font-size: 14px;
	}
	.mypage table td {
		font-size: 14px;
	}
	.mypage table td button {
		font-size: 14px;
	}
	.mypage table td button.change_delivery {
		margin-top: 5px;
	}
	
	
	.delivery_form .btn_area button {
		width: 100px;
		height: 45px;
		margin: 0px 5px;
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.mypage .tabs button {
		font-size: 15px;
		margin-left: 25px;
	}
	
	.mypage .filter .date {
		flex: none;
		width: 100%;
		margin-top: 10px;
	}
	.mypage .filter .date input {
		max-width: 200px;
	}
	
	
	.order_state table thead {
		display: none;
	}
	.order_state table tr {
		position: relative;
		display: block;
		border-bottom: 1px solid rgba(69, 66, 64, 0.5);
		padding: 45px 0 7px;
		margin-bottom: 20px;
	}
	.order_state table td {
		display: block;
		border-bottom: 0;
	}
	.order_state table td.prd_name {
		float: left;
		width: 50%;
		text-align: center;
		padding: 25px 0;
	}
	.order_state table td.prd_date {
		float: right;
		width: 50%;
		text-align: center;
	}
	.order_state table td.order_num {
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: left;
		background: #EEEDE8;
		padding: 15px 10px;
	}
	.order_state table td.order_num:before {
		content: '주문번호';
		margin-right: 10px;
	}
	.order_state table td.prd_count {
		float: right;
		width: 50%;
		text-align: center;
	}
	.order_state table td.prd_state {
		text-align: left;
		clear: both;
		padding-top: 25px;
	}
	.order_state table td.prd_button {
		position: absolute;
		bottom: 0;
		width: 100%;
		border-top: 1px solid rgba(69, 66, 64, 0.5);
		text-align: right;
	}
	.order_state table td.prd_button div {
		display: inline-block;
	}
	.order_state table td button.change_delivery {
		margin-top: 0;
	}
	
	
	.mypage .modify .h_title {
		padding: 0 0 15px 0;
	}
	.mypage .modify .h_title > div:first-child button {
		margin-left: 8px;
		width: 48px;
		height: 25px;
		font-size: 12px;
	}
	.mypage .modify .h_title > div:last-child {
		font-size: 13px;
	}
	.mypage .modify table colgroup {
		display: none;
	}
	.mypage .modify table th {
		font-size: 14px;
		width: 95px;
	}
	.mypage .modify table td input[type=text] {
		width: 100%!important;
		font-size: 13px;
		padding: 0 10px;
	}
	.mypage .modify table td input[name=m_addr_num] {
		width: calc(50% - -10px)!important;
	}
	.mypage .modify table .addr_detail input:last-child {
		margin: 10px 0 0 0;
	}
	
	
	#delivery_pop h3 {
		font-size: 15px;
	}
	#delivery_pop .list .item {
		padding: 0 10px 10px;
	}
	#delivery_pop .list .item .name {
		font-size: 14px;
	}
	#delivery_pop .list .item .btn_area button {
		font-size: 12px;
		padding: 3px 9px;
	}
	#delivery_pop .list .item .info {
		font-size: 12px;
		margin: 10px 0;
	}
	#delivery_pop .list .item .basic_delivery {
		font-size: 13px;
		padding: 6px 10px;
	}
	#delivery_pop .new_delivery {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.mypage .tabs button {
		font-size: 14px;
		margin-left: 6px;
	}
	
	.order_state .filter {
		display: block;
	}
	.order_state .filter .period_tab {
		display: flex;
		width: 100%;
	}
	.order_state .filter .period_tab button {
		flex: 1;
	}
	.order_state .filter select {
		max-width: 100%;
		margin: 10px 0 0;
	}
	
}
@media screen and (max-width: 380px) {
	.step_wrap .side ul li a {
		font-size: 13px;
		padding: 15px 0;
	}
	
	.mypage .tabs {
		display: flex;
		flex-wrap: wrap;
	}
	.mypage .tabs button {
		margin: 3px 0;
		width: 33.333%;
	}
	.mypage .tabs button:nth-child(4),
	.mypage .tabs button:nth-child(5) {
		width: 50%;
	}
	
	
	.mypage .my_qna table td {
		font-size: 12px;
	}
	
	
	.mypage .modify .h_title {
		display: block;
	}
	.mypage .modify .h_title > div:last-child {
		margin-top: 10px;
	}
	.mypage .modify table th {
		display: block;
		font-size: 13px;
		width: 100%;
		padding: 0;
	}
	.mypage .modify table td {
		display: block;
		font-size: 13px;
		width: 100%;
		margin-bottom: 10px;
	}
	.mypage .modify table td .flex select {
		max-width: 70px;
		font-size: 12px;
		padding: 0 0 0 10px;
	}
	.mypage .modify table td .flex span {
		padding: 0 5px;
		font-size: 16px;
	}
	.mypage .modify table th.vt {
		padding-top: 0;
	}
}