/* reset */
html,
body{
	margin: 0;
}
ol, ul {
	list-style: none;
}
button{
	background: inherit; 
	border:none; 
	box-shadow:none; 
	border-radius:0; 
	padding:0; 
	overflow:visible; 
	cursor:pointer
}
figure {
	margin: 0
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input {
	all: unset;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
/* common */
.btn {
	display: block;
	font-size: inherit;
	font-weight: inherit;
}
.btn.primary {
	background: linear-gradient(0deg, rgba(68,182,255,1) 0%, rgba(6,236,255,1) 100%);
}
.btn.secondary {
	background: linear-gradient(0deg, rgba(50,96,174,1) 0%, rgba(49,200,179,1) 100%);
}
.hid {
	position: absolute;
	display: block;
	text-indent: -9999px;
}
/* styles */
#wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    width:1080px;
    height:1920px;
    background: url(../img/img-bg.jpg) top center / cover no-repeat;
    margin:0 auto;
	padding-top: 136px;
	overflow: hidden;
}
.container {
	margin: 0 42px;
}
.container .logo {
	width: 600px;
	height: 90px;
	margin: 0 auto;
}
.container .logo img {
	width: 100%;
}
.container .title {
	width: 890px;
	height: 295px;
	margin: 80px auto 0;
}
.container .title img {
	width: 100%;
}
.container .btn_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.container .btn_wrap .btn + .btn {
	margin-left: 42px;
}
.btn.btn_card {
	width: 356px;
	height: 356px;
	text-indent: -99999px;
	background: url('../img/img-btn-card.png') center center / contain no-repeat;
}
.btn.btn_card:hover {
	background: url('../img/img-btn-card-on.png') center center / contain no-repeat;
}
.btn.btn_tsid_pay {
	width: 356px;
	height: 356px;
	text-indent: -99999px;
	background: url('../img/img-btn-tsid-pay.png') center center / contain no-repeat;
}
.btn.btn_tsid_pay:hover {
	background: url('../img/img-btn-tsid-pay-on.png') center center / contain no-repeat;
}
.btn.btn_packaging {
	width: 356px;
	height: 356px;
	text-indent: -99999px;
	background: url('../img/img-btn_packaging.png') center center / contain no-repeat;
}
.btn.btn_packaging:hover {
	background: url('../img/img-btn_packaging-on.png') center center / contain no-repeat;
}
.btn.btn_store {
	width: 356px;
	height: 356px;
	text-indent: -99999px;
	background: url('../img/img-btn-store.png') center center / contain no-repeat;
}
.btn.btn_store:hover {
	background: url('../img/img-btn-store-on.png') center center / contain no-repeat;
}


/* .container .title {
	width: 890px;
	height: 295px;
	margin: 80px auto 0;
} */
/* 새로 추가되는 이미지를 위한 스타일 */
.subheading {
	width: 890px;
	height: 195px;
    margin: 460px auto 0;
    /* 중앙 정렬을 위한 음수 마진 */
   
}
.subheading img {
	width: 100%;
}
/* tag_img의 마진 조정 */
.tag_img {
    position: relative;
    width: 588px;
    margin: 10px auto 0;  /* 660px에서 80px로 수정 */
}

.tag_img img {
	width: 100%;
}
.top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 50px;
}
.top .logo {
	width: 356px;
}
.top .pb{
	width: 306px;
}
.top img {
	width: 100%;
}
.top2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 42px;
}
.top2 figure{
	width: 464px;
}
.top2 figure img {
	width: 100%;
}
.user_form{
    width:648px;
    border-radius:8px;
    margin:0 auto;
	padding: 64px 40px;
	background-color: rgba(255,255,255,0.6);
}
.user_form .btn_check {
	width: 565px;
	height: 80px;
	font-size: 50px;
	color: white;
	font-weight: 600;
	border-radius: 4px;
	margin: 0 auto;
}
.user_form .input_wrap {
	margin-top: 72px;
}
.user_form [class^="input_div_"] {
	position: relative;
	width: 565px;
	height: 84px;
	margin: 0 auto;
}
.user_form [class^="input_div_"]::before {
	position: absolute;
	display: block;
	content: '';
	width: 50px;
	margin-left: 35px;
	top: 50%;
	transform: translateY(-50%);
}
.user_form [class^="input_div_"]::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	background-color: black;
	margin-left: 110px;
}
.user_form [class^="input_div_"] + [class^="input_div_"] {
	margin-top: 22px;
}
.user_form [class^="input_div_"] input{
	width: 100%;
	height: 100%;
	background-color: white;
	padding-left: 130px;
	padding-right: 30px;
	font-size: 30px;
	border-radius: 8px;
	box-sizing: border-box;
}
.input_div_name::before {
	height: 50px;
	background: url('../img/ico-img-user.png') center left / contain no-repeat;
}
.input_div_tel::before {
	height: 45px;
	background: url('../img/ico-img-tel.png') center left / contain no-repeat;
}
.input_div_disabled::before {
	height: 59px;
	background: url('../img/ico-img-disabled.png') center left / contain no-repeat;
}
.input_div_pay::before {
	height: 40px;
	background: url('../img/ico-img-pay.png') center left / contain no-repeat;
}
/* tab */
.tabs {
	height: 75px;
	position:relative;
	background-color:white;
} 
[class^="tab_btn_"] {
	position: absolute;
	width: 55px;
	height: 100%;
	font-size: 50px;
	text-align: center;
	background-color:azure;
	color: black;
	z-index: 1;
}
.tab_btn_prev {
	left: 0;
}
.tab_btn_prev::before {
	content: '<';
}
.tab_btn_next {
	right: 0;
}
.index_btn_next {
    position: relative;
    /* tag_img가 auto margin으로 중앙 정렬되어 있으므로, 
       negative margin을 사용하여 위치 조정 */
    margin-left: 834px;  /* tag_img 오른쪽 끝 위치 */
    margin-top: -20%; 
    width: 55px;
    height: 100%;
    font-size: 50px;
    text-align: center;
 
    color: black;
    z-index: 1;
}
.tab_btn_next::before {
	content: '>';
}
[class^="tab_menu"] {
	position: absolute;
	width:220px;
	font-size:25px;
	font-weight:bold;
	line-height: 25px;
	text-align:center;
	padding-top: 36px;
	padding-bottom: 14px;
}
[class^="tab_menu"]#under {
	border-bottom:10px solid blue;
}
.tab_menu1{
	left: 55px;
}
.tab_menu2{
	left:275px;
}
.tab_menu3{
	left:475px;
}
.items{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 52px;
	background-color:lightgray;
}
.items .item{
	position: relative;
	width: 33.3%;
	text-align: center;
}
.items .item .image{
	width:220px;
	height:220px;
	margin: 0 auto;
	background-color:white;
}
.items .item .image img{
	width:100%;
	height:100%;
}
.item .title{
	position: relative;
	height:30px;
	font-weight:600;
	text-align:left;
	font-size:20px;
	left: 115px;
}
.item .price{
	color:red;
	font-weight:600;
	text-align:center;
}
.item .price .sale{
	color:gray;
	text-decoration:line-through;
}
.sale_marker{
	width:50px;
	height:50px;
	background-color:red;
	border-radius:50%;
	color:white;
	font-weight:600;
	line-height:50px;
	text-align:center;
	position:relative;
	top: -300px;
	left:30px;
}
.footer_top {
	display: flex;
	justify-content: space-between;
	margin: 0 42px;
}
.footer_top .select{
	width:525px;
	height: 254px;
	border-radius:8px;
	background-color:white;
}
.footer_top .right{
	width: 445px;
	font-size:40px;
	font-weight:600;
	line-height:100px;
	text-align:center;
}
.right > div { 
	height: 112px;
	border-radius:8px;
	box-sizing: border-box;
	margin-bottom: 28px;
}
.right > div + div {
	margin-top: 28px;
}
.right .total{
	width: 100%;
	text-align: left;
	padding: 0 34px;
	background-color:white;
}
.right .payment {
	width: 100%;
	height: 100%;
	border-radius:4px;
}
.footer_bottom {
	display: flex;
	align-items: center;
	margin: 0 42px;
	padding: 0 106px 90px;
}
.footer_bottom .btn_wrap .btn {
	display: block;
	text-indent: -99999px;
}
.footer_bottom .btn_wrap .btn + .btn {
	margin-top: 34px;
}
.btn.prev {
	width: 105px;
	height: 160px;
	margin-right: 136px;
	text-indent: -99999px;
	background: url(../img/img-btn-prev.png) center center / contain no-repeat;
}
.btn.prev:hover {
	background: url(../img/img-btn-prev-on.png) center center / contain no-repeat;
}
.btn.next {
	width: 105px;
	height: 160px;
	margin-left: 136px;
	text-indent: -99999px;
	background: url(../img/img-btn-next.png) center center / contain no-repeat;
}
.btn.next:hover {
	background: url(../img/img-btn-next-on.png) center center / contain no-repeat;
}
.btn.login{
    width:290px;
	height:68px;
	background: url(../img/img-login.png) center center / contain no-repeat;
	margin: 0 auto;
}
.btn.logout{
    width:290px;
	height:68px;
	background: url(../img/img-logout.png) center center / contain no-repeat;
	margin: 0 auto;
}
.btn.assistant {
	width:290px;
	height:68px;
	margin: 0 auto;
	border-radius: 4px;
	background: url(../img/img-btn-assistant-off.png) center center / contain no-repeat;
}
.btn.assistant:hover {
	background: url(../img/img-btn-assistant-on.png) center center / contain no-repeat;
}
table{
	width:520px;
	margin:0 auto;
	font-size:25px;
	text-align:center;
}
td:first-child{
	width:270px;
}
td[class="final"]{
	width:145px;
}
.modal{
	position:fixed;
	width:100%;
	height:100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color:rgba(12,41,101,0.6);
}
.popup{
	position: absolute;
	width: calc(100% - 140px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	border-radius:40px;
}
.popup .content {
	max-width: 925px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.popup .content img {
	width: 100%;
}
.btn.btn_cancel{
	width: 290px;
	height:68px;
	text-indent: -99999px;
	margin: 105px auto 0;
	background: url(../img/img-btn-cancel.png) center center / contain no-repeat;
}
.btn.btn_cancel:hover {
	background: url(../img/img-btn-cancel-on.png) center center / contain no-repeat;
}