@charset "utf-8";


body {
	position: relative;
	padding: 0;
	margin: 0;
	min-width: auto;
	width: 100%;
	overflow-x: hidden;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	text-decoration: none;
	background-repeat: no-repeat;
	list-style: none;
	word-break: break-all;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	border-radius: 0px;
	font-family: 'Montserrat', 'NotoSansKR';
	word-break: keep-all;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.section.fixed {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.30);
	z-index: 1001;
	padding: 0;
}


/* 레이어 팝업 datepicker */

.section.fixed .calendar_container {
	position: absolute;
	max-width: 610px;
	width: 100%;
	left: 50%;
	top: 50%;
	border-radius: 5px;
	z-index: 950;
	background-color: #f5f5f5;
	transition: all 0.4s ease-out;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
	padding: 45px 25px 25px;
	box-sizing: border-box;
}

.section.fixed .calendar_inner {
	max-width: 610px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}

.section.fixed .calendar_inner .reservation_container {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.35s ease-out;
}

.section.fixed .calendar_container .close_btn {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 15px;
	height: 16px;
	z-index: 2;
}

.section.fixed .calendar_container .close_btn:before,
.section.fixed .calendar_container .close_btn:after {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	left: -2px;
	top: 7px;
	background-color: #000;
	position: absolute;
}

.section.fixed .calendar_container .close_btn:before {
	transform: rotate(45deg);
}

.section.fixed .calendar_container .close_btn:after {
	transform: rotate(-45deg);
}

.section.fixed .calendar_inner .calendar_footer_wrap {
	margin-top: 0;
	text-align: right;
	padding-bottom: 25px;
	padding-right: 20px;
	padding-top: 23px;
	padding-left: 20px;
	position: relative;
}

.section.fixed .calendar_inner .calendar_footer_wrap:before,
.section.fixed .calendar_inner .calendar_footer_wrap:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.section.fixed .calendar_inner .calendar_footer_wrap:before {
	background-color: rgba(0, 0, 0, 0.1);
}

.section.fixed .calendar_inner .calendar_footer_wrap:after {
	background-color: rgba(255, 255, 255, 0.3);
	top: 1px;
}

.section.fixed .calendar_inner .calendar_footer_wrap .calendar_btn span {
	position: relative;
	color: #fff;
	font-size: 19px;
	font-weight: 800;
}

.section.fixed .calendar_inner .calendar_footer_wrap .calendar_btn {
	text-align: center;
	display: inline-block;
	line-height: 1.25;
	position: relative;
	overflow: hidden;
	outline: 0 none;
	cursor: pointer;
	padding: 18px 0;
	background-color: #000;
	width: calc(50% - 8px);
	box-sizing: border-box;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 33%);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 33%);
	outline: 0 none;
	border: 0 none;
	margin-right: 8px;
}

.section.fixed .calendar_inner .calendar_footer_wrap .calendar_btn:last-child {
	margin-left: 8px;
	margin-right: 0px;
}

.section.fixed .calendar_inner .calendar_footer_wrap .calendar_btn:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(../images/sub/order/bg_option_checked.png);
	opacity: 0;
	transition: all 0.35s ease-out;
}

.section.fixed .calendar_inner .calendar_footer_wrap .calendar_btn.active {
	-webkit-box-shadow: 0px 11px 20px 0px rgb(251 39 0 / 33%);
	-moz-box-shadow: 0px 11px 20px 0px rgb(251 39 0 / 33%);
	box-shadow: 0px 11px 20px 0px rgb(251 39 0 / 33%);
	background-color: rgb(251, 39, 0, 0.33);
}

.section.fixed .calendar_inner .calendar_footer_wrap .calendar_btn.active:before {
	opacity: 1;
}

/* datepicker 공통 */

.request_container .reservation_container {
	margin-top: 30px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 0px 18px 30px 0px rgba(251, 39, 0, 0.5);
	-moz-box-shadow: 0px 18px 30px 0px rgba(251, 39, 0, 0.5);
	box-shadow: 0px 18px 30px 0px rgba(251, 39, 0, 0.5);
	transition: all 0.35s ease-out;
}

.request_container .reservation_container.easymove {
	margin-top: 0;
}

.request_container .reservation_container.non_active {
	-webkit-box-shadow: 0px 18px 30px 0px rgba(35, 35, 35, 0.5);
	-moz-box-shadow: 0px 18px 30px 0px rgba(35, 35, 35, 0.5);
	box-shadow: 0px 18px 30px 0px rgba(35, 35, 35, 0.5);
}

.request_container .reservation_container:before,
.request_container .reservation_container:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	transition: all 0.35s ease-out;
}

.request_container .reservation_container:before {
	background-image: url(../images/bg_reservation_disabled.png);
}

.request_container .reservation_container.non_active:after {
	opacity: 0;
}

.request_container .reservation_container:after {
	background-image: url(../images/bg_reservation_enabled.png);
}

.request_container .reservation_container .reservation_selected_info {
	position: absolute;
	z-index: 1;
	right: 32px;
	top: 28px;
	box-sizing: border-box;
	text-align: center;
}

.request_container .reservation_container .reservation_selected_info_date {
	color: #000;
	opacity: 0.3;
	font-weight: 700;
	display: block;
}

.request_container .reservation_container .reservation_selected_info:after {
	/*
	content: "";
	width: 184px;
	height: 56px;
	background-image: url(../images/sub/order/bg_calander_today_info_after.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: -8px;
	bottom: -50px;
	z-index: 1;
	opacity: 1;
	*/
}

.request_container .reservation_container .reservation_selected_info_day {
	font-size: 38px;
	font-weight: 300;
	color: #fff;
	display: block;
	margin-top: 5px;
}

/* 레이어팝업 datepicker */

.section.fixed .calendar_container .datepicker {
	display: block;
}

.section.fixed .calendar_container .datepicker>.datepicker_inner_container,
.section.fixed .calendar_container .datepicker>.datepicker_header {
	width: 70%;
}

.section.fixed .calendar_container .datepicker>.datepicker_inner_container {
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 25px;
	height: 330px;
}

.section.fixed .calendar_container .datepicker>.datepicker_header>span {
	margin-left: 81px;
}

.section.fixed .calendar_container .reservation_container .reservation_selected_info {
	left: auto;
	right: 30px;
	top: 18px;
	position: absolute;
	box-sizing: border-box;
	z-index: 1;
}

.section.fixed .calendar_container .reservation_container .reservation_selected_info:before {
	right: -35px;
	top: 0px;
}

.section.fixed .calendar_container .reservation_container .reservation_selected_info_day {
	font-size: 38px;
	font-weight: 300;
	color: #333;
	display: block;
	margin-top: 5px;
}

.section.fixed .calendar_container .reservation_container .reservation_selected_info_date {
	letter-spacing: -0.02em;
	color: #000;
	opacity: 0.3;
	font-size: 15px;
	font-weight: 700;
	display: block;
}




/* receipt start */

.section.fixed {
	display: none;
	position: fixed;
	left: 0;
	top: 50px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.30);
	z-index: 1001;
	padding: 0;
}

.latest_container {
	position: absolute;
	max-width: 350px;
	width: 100%;
	left: 50%;
	top: 50%;
	border-radius: 5px;
	z-index: 950;
	background-color: #f5f5f5;
	transition: all 0.4s ease-out;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
	padding: 25px 0 10px 0;
	box-sizing: border-box;
}

.latest_container .latest_title {
	padding: 9px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	border-radius: 5px;
	margin-right: 6px;
	margin-bottom: 6px;
	transition: all .35s ease-out;
	position: relative;
	box-sizing: border-box;
	line-height: 1;
	width: auto;
	margin-left: 25px;
	color: #000;
}

.latest_container .latest_body {
	padding: 0px 25px 20px 25px;
	margin-top: 20px;
	position: relative;
	max-height: 340px;
	overflow-y: auto;
	box-sizing: border-box;
}

#easymoveArticlePopup .latest_title {
	margin-bottom: 0;
}

.latest_container .close_btn:before,
.latest_container .close_btn:after {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	left: -2px;
	top: 7px;
	background-color: #000;
	position: absolute;
}

.latest_container .close_btn:before {
	transform: rotate(45deg);
}

.latest_container .close_btn:after {
	transform: rotate(-45deg);
}

.latest_container .close_btn {
	position: absolute;
	right: 25px;
	top: 28px;
	width: 15px;
	height: 16px;
	z-index: 2;
}

.latest_container .latest_head .latest_item {
	cursor: default;
}

.latest_container .latest_item {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.latest_container .latest_item:last-child {
	margin-bottom: 0;
}

.latest_container .latest_item .latest_no_data,
.latest_container .latest_item .latest_ed,
.latest_container .latest_item .latest_st {
	width: 100%;
	display: block;
	letter-spacing: -0.025em;
	color: rgba(0, 0, 0, 0.3);
	font-weight: 800;
	padding: 20px 0px;
	box-sizing: border-box;
	border-bottom: 0 none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.15s ease-out;
}

.latest_container .latest_item .latest_no_data {
	cursor: default;
}

.latest_container .latest_item .latest_no_data.msg_content {
	padding: 20px 20px;
	text-overflow: clip;
	white-space: normal;
	overflow: visible;
	text-align: left;
	line-height: 1.5;
	color: #333;
	font-weight: 400;
	letter-spacing: -0.05em;
}

.latest_container .latest_item .latest_ed,
.latest_container .latest_item .latest_no_data,
.latest_container .latest_item:first-child .latest_st {
	border-top: 0 none;
}

.latest_container .latest_item:after {
	content: "";
	display: table;
	clear: both;
}

/*  로그인모달*/
.dimmed {
	display: none;
	z-index: 1005;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(153, 153, 153, 0.5);
}

.modal_warp {
	max-width: 550px;
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0 auto;
}

.loginmodal {
    max-width: 550px;
    width: 100%;
    max-height: 800px;
    transition: all 0.8s ease-out;
    position: relative;
    z-index: 1002;
    overflow-y: auto;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
}

.loginmodal::-webkit-scrollbar {
	display: none;
}

.loginmodal .loginwrap {
	background: #fff;
	width: 100%;
	padding: 22px;
	box-sizing: border-box;
	text-align: center;
}

.loginmodal .loginwrap::after {
	display: block;
	clear: both;
	content: '';
}

.loginmodal .loginwrap a.modalClose {
	display: block;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 23px;
	height: 23px;
	background: url(../images/modalclose.png) no-repeat center center;
}

.loginmodal .login_field_tab {
	margin-top: 25px;
	margin-bottom: 25px;
}

.loginmodal .login_field_tab:after {
	content: "";
	display: table;
	clear: both;
}

.loginmodal .login_field_tab .field_tab_item {
    float: left;
    display: block;
    width: 50%;
    background-color: transparent;
    border: 0 none;
    font-size: 24px;
    letter-spacing: -0.025em;
    font-weight: 400;
    box-sizing: border-box;
    line-height: 1;
    padding: 20px 0;
    border-bottom: 2px solid #dedede;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    outline: 0 none;
}

.loginmodal .login_field_tab .field_tab_item:hover {
	border-bottom: 2px solid #dedede;
	color: #000;
}

.loginmodal .login_field_tab .field_tab_item.active {
	border-bottom: 2px solid #FF7630;
	color: #000;
}

.loginmodal .login_field_wrap {
	display: none;
}
.loginmodal .login_field_wrap.active {
	display: block;
}

.loginmodal .loginwrap p.title {
	font-size: 25px;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.loginmodal .loginwrap p.guide {
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -0.01em;
}



.loginmodal .loginwrap .field {
	text-align: left;
	margin-top: 15px;
}

.loginmodal .loginwrap .field:first-child {
	margin-top: 0;
}

.loginmodal .loginwrap .field span.section-label {
	font-size: 20px;
	letter-spacing: -0.025em;
	font-weight: 300;
}

.loginmodal .loginwrap .field span.section-label i {
	display: inline-block;
	width: 18px;
	height: 21px;
	margin-right: 10px;
	position: relative;
	top: 4px;
}

.loginmodal .loginwrap .field span.section-label i.pw {
	background: url(../images/common/login_icon2.png) no-repeat;
}

.loginmodal .loginwrap .field span.section-label i.id {
	background: url(../images/common/login_icon1.png) no-repeat;
}

.loginmodal .loginwrap .field span.section-label i.phone {
	background: url(../images/common/login_icon1.png) no-repeat;
}
.loginmodal .loginwrap .field span.section-label i.code {
	background: url(../images/common/login_icon2.png) no-repeat;
}

.loginmodal .loginwrap .field input {
	width: 100%;
	border: 1px solid #dfdee2;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 18px;
	font-size: 18px;
	letter-spacing: -0.025em;
	transition: all 0.35s ease-out;
}

.loginmodal .loginwrap .field input[type="number"]::-webkit-outer-spin-button,
.loginmodal .loginwrap .field input[type="number"]::-webkit-inner-spin-button  {
	-webkit-appearance: none;
	margin: 0;
}

.loginmodal .loginwrap .field .login_certifi_btn {
	border-radius: 0 5px 5px 0;
}

.loginmodal .loginwrap .field .login_input_box {
    position: relative;
}
.loginmodal .loginwrap .field .login_input_box:after {
	content: "";
	display: table;
	clear: both;
}

.loginmodal .loginwrap .field input.login_certifi_input {
	width: 100%;
    float: left;
    display: block;
}

.loginmodal .loginwrap .field input.login_certifi_input.address,.loginmodal .loginwrap .field input.login_certifi_input.id_check {
	width: 80%;
    background-color: #eee;
    border-radius: 5px 0 0 5px;
}
.loginmodal .loginwrap .field .login_certifi_btn.disabled {
    background-color: #e0e0e0;
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.3);
}
.loginmodal .loginwrap .field input.disabled {
    background-color: #eee;
    cursor: not-allowed;
    color: #000;
}
.loginmodal .loginwrap .field .login_certifi_btn {
	width: 20%;
	float: left;
	display: block;
	height: 60px;
	outline: 0 none;
	border: 0 none;
	background-color: #FF7630;
	color: #fff;
	font-size: 18px;
	letter-spacing: -0.025em;
	cursor: pointer;
}

.loginmodal .logiwrap .field .cursor_pointer {
	cursor: pointer;
}

.loginmodal .loginwrap .field input.readonly:focus {
	border: 1px solid #dfdee2;
}
.loginmodal .loginwrap .field input:focus {
	outline: 0;
	border: 1px solid #ff6600
}

.loginmodal .loginwrap .idcheck {
	float: right;
	font-size: 16px;
	letter-spacing: -0.025em;
	font-weight: 300;
	position: relative;
	margin-left: 15px;
}

.loginmodal .loginwrap .idcheck::after {
	clear: both;
	display: block;
	content: '';
}
.loginmodal .loginwrap .btn_wrap {
	width: 100%;
	clear: both;
	margin-top: 25px;
}

.loginmodal .loginwrap .login_bth {
	display: block;
	width: 100%;
	line-height: 60px;
	font-size: 25px;
	letter-spacing: 0.01em;
	text-align: center;
	font-weight: 300;
	box-sizing: border-box;
	color: #fff;
	background-color: #777;
	border: 1px solid #777;
	border-radius: 5px;
	transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	cursor: pointer;
	outline: none;
}

.loginmodal .loginwrap .login_bth:hover {
	color: #7a7a7c;
	background-color: #fff;
}
.loginmodal .loginwrap .login_footer {
	width: 100%;
	margin-top: 23px;
	background: #f7f7f7;
	border-top: 1px solid #e6e6e6;
	padding: 28px 0;
	text-align: center;
}

.loginmodal .loginwrap .login_footer a {
	color: #000000;
}

.loginmodal .loginwrap .login_footer span {
	font-size: 13px;
	font-weight: 300;
	position: relative;
	padding-left: 25px;
	color: #000;
}

.loginmodal .loginwrap .login_footer i.alert {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	
}

.payment_card_container .tax_download_btn {
    z-index: 1;
    position: relative;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #81c147;
    box-shadow: 0px 10px 20px rgb(7 98 66 / 75%);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 34px;
    letter-spacing: -0.05em;
    transition: background .3s ease;
	margin-top: 15px;
	width: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.selectBox {
	position: relative;
	width: 150px;
	height: 35px;
	border-radius: 4px;
	border: 2px solid lightcoral;
  }
  .selectBox .select {
	width: inherit;
	height: inherit;
	background: transparent;
	border: 0 none;
	outline: 0 none;
	padding: 0 5px;
	position: relative;
	z-index: 3; // select가 위로 올라와야 함
  }
  .selectBox .select option {
	background: lightcoral;
	color: #fff;
	padding: 3px 0;
	font-size: 16px;
  }
  .selectBox .icoArrow {
	position: absolute; 
	top: 0; 
	right: 0; 
	z-index: 1; 
	width: 35px; 
	height: inherit;
	border-left: 2px solid lightcoral;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .selectBox .icoArrow img {
	width: 50%;
	transition: .3s; // 부드럽게 회전
  }
  
  .selectBox .select:focus + .icoArrow img {
	transform: rotate(180deg);
  }

.addr_container .latest_bottom {
    width: 100%;
    clear: both;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.addr_container .latest_bottom .bottom_close_btn {
    display: block;
    background-color: #000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    width: calc(50% - 4px);
    padding: 18px 0;
    cursor: pointer;
    line-height: 1;
}
.latest_container .latest_bottom {
    width: 100%;
    clear: both;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.latest_container .latest_bottom .bottom_close_btn {
    display: block;
    background-color: #000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    width: calc(50% - 4px);
    padding: 18px 0;
    cursor: pointer;
    line-height: 1;
}
.payment_tax_download_btn_box {
    display: flex;
    flex-wrap: wrap;
}
.graybox_item .title_label.label_full.card_se {
		
    
    text-align: left;
    text-align-last: left;
}
.graybox_item .title_label.label_full.tex_se {
    
    margin-left: 10px;
    text-align: left;
    text-align-last: left;
}
.graybox_item .title_label.label_full.tex_se2 {
    
    
    text-align: left;
    text-align-last: left;
}
.receipt_detail_container .request_order_submit_btn.lg {
    width: 100%;
    margin-left: 0px;
    
}

.request_order_way{
	display: flex;
    width: 100%;
	margin-top: 10px;
}
.request_order_way .left{
    width: 30%;
	
}
.request_order_way .right{
	width: 70%;
	color: #000;
    position: relative;
    right: auto;
    top: auto;
    display: block;
    float: left;
    text-align: right;
    box-sizing: border-box;
    padding-right: 0;
    height: 20px;
    line-height: 20px;
	font-size: 14px;
    
	
}