*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

a
{
	color:inherit;
	text-decoration:none;
}

html, body {
    background:#212326;
    color:#ffffff;
}

li
{
	display:inline-block;
}

button{
    cursor:pointer;
}

    [class ^="phone"] {
        display: none!important;
    }

#scl_popup_top_area 
{
        position: fixed;
        height: 80px;
        width: 100%;
        background-color: #000000;
        z-index: 20;
		top:0px;
}

.pc_menu_toparea_quick 
{
        position: relative;
        font-size: 0.75rem;
        display: flex;
        gap: 10px;
    }

.pc_menu_toparea_quick > a
{
display: flex;
        flex-direction: column;
        align-items: center;
}

.goods_topright_imo
{
font-size: 1.7rem;
        line-height: 0.95;
}

.season_goods_purchase 
{
display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        height: 100%;
		        padding: 0px 20px;
}

.goods_top_scl_logo 
{
        position: relative;
        text-align: center;
        color: #b1a096;
        font-size: 1rem;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: fit-content !important;
}

    .goods_top_scl_logo img {
        width: 40px;
    }

.scl_popup_scl_popup_order_info
{
	position:relative;
    width:1500px;
	margin:0px auto;
    padding:20px 0px;
	top:80px;
}

.scl_popup_page_title h1
{
    font-size:2.5rem;
}

.scl_popup_page_title p
{
    color:#777;
    font-size:1.2rem;
}

.scl_popup_order_layout
{
	position:relative;
    display:flex;
    gap:30px;
}

.scl_popup_order_layout_left
{
    width:1120px;
}

.scl_popup_order_layout_right
{
    
	        width: 350px;
        display: flex;
        flex-direction: column;
        gap: 20px;
}



.scl_popup_order_list
{
padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
}

.scl_popup_order_card_group
{
	position:relative;
   
    padding:25px;
    border:3px dashed #ffffff;
	background-color:#000000;
    border-radius:18px;
}

.scl_popup_order_card_group_second_floor
{
	position:relative;
	 display:flex;
    justify-content:space-between;
    align-items:center;
	        padding: 20px 0px;
}

.scl_popup_order_card_group_first_floor
{
	position:relative;
}


.scl_popup_order_card_each
{
position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 0px;
        border-top: 1px dashed #ffffff;
        background-color: #000000;
}

.scl_popup_order_thumb
{
	position:relative;
    width:200px;
    height:200px;
    background:#4da3ff;
    border-radius:14px;
}

.scl_popup_order_thumb > img
{
	width:100%;
}

.scl_popup_order_info
{
	position:relative;
    width:520px;
    line-height:1.8;
}


.scl_popup_order_info_group
{
position: relative;
        display: flex;
        line-height: 1.8;
        gap: 30px;
        text-align: center;
}

.scl_popup_order_info strong{
    font-size:28px;
}

.scl_popup_order_item
{
	position:relative;
	padding:10px 0px;
}


.scl_popup_order_item_group
{
	position:relative;
	padding:10px 0px;
}

.scl_popup_order_item_group > strong
{
	    font-size: 1.4rem;
}

.scl_popup_order_status
{
position: relative;
        width: 260px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
}

.scl_popup_order_status div
{
    font-size:1.8rem;
    font-weight:800;
    color:#b0e577;
	        padding: 5px 0px;
}

.scl_popup_order_status button
{
    width:100%;
    height:48px;
    border-radius:10px;
    font-size:1rem;
}

.scl_popup_order_status button > a
{
	display:flex;
	width:100%;
	height:100%;
	        justify-content: center;
        align-items: center;
}

.scl_popup_order_status button:first-of-type{
    border:none;
    background:#b0e577;
}

.scl_popup_order_status button:last-of-type
{

        background-color: #3d4a2e;
        color: #fff;	
}

.scl_popup_side_box
{
	position:relative;
        background: #fff;
        border-radius: 18px;
        padding: 25px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
        border: 3px dashed #ffffff;
        background-color: #000000;
        display: flex;
        flex-direction: column;
        gap: 15px;
}

.scl_popup_side_box h3
{
        padding: 10px 10px;
        position: relative;
        border-radius: 20px;
        background-color: #b1a096;
        font-size: 1.2rem;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
}

.scl_popup_side_box ul{
    list-style:none;
}

.scl_popup_side_box li{
    padding:12px 0;
    color:#666;
    border-bottom:1px solid #eee;
}

.scl_popup_side_box li:last-child{
    border:none;
}

.scl_popup_customer_img{
    width:180px;
    height:180px;
    background:#4da3ff;
    margin:0px auto;
    border-radius:20px;
}

.scl_popup_side_box button
{
    width:100%;
    height:55px;
    border-radius:12px;
    border:none;
    background-color:#3d4a2e;
    color:#fff;
    font-size:1.1rem;
    font-weight:bold;
}

.scl_popup_side_box button > a
{
display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
}

/**************/

/*each_view 파일*/
.scl_each_detail_layout
{
    display:flex;
    gap:30px;
    align-items:flex-start;
	position:relative;
	padding:20px 0px;
}

/* 좌측 */

.scl_each_detail_left
{
        width: 1110px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 20px;
        box-sizing: border-box;
}

/* 우측 */

.scl_each_detail_right
{
        position: relative;
        width: 360px;
        display: flex;
        flex-direction: column;
        gap: 20px;
}

/* 공통 박스 */

.scl_each_box
{
	position:relative;
    border:3px dashed #ffffff;
	background-color:#000000;
	color:#ffffff;
    border-radius:20px;
    padding:28px;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
}

.scl_each_box h3
{
        padding: 10px 10px;
        position: relative;
        border-radius: 20px;
        background-color: #b1a096;
        font-size: 1.2rem;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
}

/* 상단 요약 */

.scl_each_top_summary
{
	position:relative;
    border:3px dashed #ffffff;
	background-color:#000000;
	color:#ffffff;
    border-radius:20px;
    padding:26px;
    display:flex;
	justify-content: space-around;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
}

.scl_each_summary_item
{
    padding:0 20px;
}

.scl_each_summary_item:last-child{
    border-right:none;
}

.scl_each_summary_item span{
    display:block;
    color:#888;
    font-size:15px;
    margin-bottom:10px;
}

.scl_each_summary_item strong
{
    font-size:1.5rem;
}

.scl_each_summary_item .green{
    color:#12a150;
}

.scl_each_summary_item .orange{
    color:#ff9a00;
}

/* 상품정보 */

.scl_each_product_box
{
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
        padding: 20px 10px;
		flex-wrap: wrap;
}

.scl_each_thumb
{
	position:relative;
    width:190px;
    height:190px;
    background:#4da3ff;
    border-radius:18px;
    overflow:hidden;
}

.scl_each_thumb > img
{
	width:100%;
}

.scl_each_product_info
{
    position:relative;
	        width: 590px;
}

.scl_each_product_info .scl_each_product_info_season{
    color:#666;
    font-size:18px;
    margin-bottom:10px;
}

.scl_each_product_info .scl_each_product_name
{
    font-size:2rem;
    font-weight:800;
    line-height:1.3;

}

.scl_each_product_info .price
{
    font-size:2rem;
    color:#b0e577;
    font-weight:800;
}

.scl_each_price_info
{
    width:200px;
}

.scl_each_price_info_cal, .scl_each_price_total
{
    position:relative;
	        display: flex;
        justify-content: space-between;
        align-items: center;
}

.scl_each_price_total
{
	border-top:1px solid #ffffff;
}

.scl_each_price_info_cal> li:nth-child(1)
{
    padding:12px 0;
    font-size:17px;
}

.scl_each_price_info_cal> li:last-child
{
    text-align:right;
    font-weight:700;
}

.scl_each_price_total > li
{
    padding-top:20px;
    font-size:1.5rem;
    color:#b0e577;
    font-weight:800;
}

/* 배송정보 */

.scl_each_delivery_info
{
		display: flex;
        align-items: center;
        gap: 28px;
        position: relative;
        padding: 20px 10px;
        justify-content: space-between;
}

.scl_each_delivery_info ul
{
    position:relative;
}

.scl_each_delivery_info li:nth-child(1)
{
    width:140px;
    text-align:left;
    padding:16px 0;
    font-size:1rem;
    color:#555;
    vertical-align:top;
}



.scl_each_delivery_info li:nth-child(2)
{
    padding:16px 0;
    font-size:1.02rem;
    line-height:1.6;
}

.scl_each_delivery_edit
{
        width: 230px;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
}

.scl_each_delivery_edit button
{
    width:170px;
    height:52px;
    border-radius:12px;
    font-size:16px;
    font-weight:700;
	        background-color: #3d4a2e;
        color: #fff;	

}

.scl_each_delivery_edit button>a
{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.scl_each_delivery_edit p{
    font-size:13px;
    color:#888;
    line-height:1.5;
}

/* 배송 진행상황 */

.scl_each_delivery_state
{
        display: flex;
        align-items: center;
        gap: 28px;
        position: relative;
        padding: 20px 10px;
}

.scl_each_delivery_tracking
{
    width:240px;
    border-radius:18px;
    padding:10px;
    text-align:center;
	border:1px solid #ffffff;
	box-sizing:boder-box;
}

.scl_each_delivery_tracking span{
    display:block;
    color:#777;
    font-size:14px;
}

.scl_each_delivery_tracking strong{
    display:block;
    font-size:32px;
    color:#b0e577;
}

.scl_each_delivery_tracking button
{
        width: 90%;
        height: 46px;
        border-radius: 10px;
        background: #3d4a2e;
        font-size: 1.05rem;
        color: #ffffff;
        font-weight: 700;
}

.scl_each_state_line{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    position:relative;
    padding-top:10px;
}

.scl_each_state_line:before{
    content:'';
    position:absolute;
    top:28px;
    left:40px;
    right:40px;
    height:4px;
    background:#e6e6e6;
    z-index:1;
}

.scl_each_stateline{
    width:200px;
    text-align:center;
    position:relative;
    z-index:2;
}

.scl_each_stateline .circle{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#d8d8d8;
    margin:0 auto 14px;
}



.scl_each_stateline span{
    font-size:14px;
    font-weight:700;
    color:#666;
}

.scl_each_stateline.complete span{
    color:#7a3cff;
}

.scl_each_stateline.current span{
    color:#ff9800;
}

/* 하단 두 박스 */

.bottom_two_box{
    display:flex;
    gap:24px;
}

.half{
    position:relative;
}

/* 구매혜택 */

.scl_benefit_talk
{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    gap: 20px;
}

#scl_benefit_half_n_halk
{
	    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scl_each_benefit_box
{

    border-radius:18px;
        display: flex;
        align-items: center;
        gap: 28px;
        position: relative;
        padding: 20px 10px;	
}

.scl_each_benefit_img{
    width:170px;
    height:170px;
    background:#4da3ff;
    border-radius:18px;
    flex-shrink:0;
}



.scl_each_benefit_text h2
{
    font-size:2.2rem;
}

.scl_each_benefit_text h1
{
    font-size:2.25rem;
}

.scl_each_benefit_text div
{
        color: #bcb5b5;
        font-size: 1.02rem;
        text-align: left;
        padding: 5px 0px 0px 10px;
}

.scl_each_benefit_text a
{
        text-decoration: underline;
        font-size: 1.5rem;
        padding: 10px 0px;
        display: block;
        text-align: right;
}

/* 결제정보 */

.scl_each_pay_table
{
        display: flex;
        align-items: center;
        position: relative;
        padding: 20px 10px;
		justify-content: space-around
}

.scl_each_pay_table > ul
{
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
}

.scl_each_pay_table li:nth-child(1)
{
    font-size:1.02rem;
	color:#cccccc;
	padding:5px 0px;
}

.scl_each_pay_table li:nth-child(2)
{
    font-size:1.3rem;
	
}



/* 우측 사이드 */

.scl_each_side_box
{
	position:relative;
        border:3px dashed #ffffff;
	background-color:#000000;
	color:#ffffff;
    border-radius:20px;
    padding:24px;
            display: flex;
        gap: 20px;
        flex-direction: column;
        flex-wrap: wrap;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
}

.scl_each_side_box h3
{
        padding: 10px 10px;
        position: relative;
        border-radius: 20px;
        background-color: #b1a096;
        font-size: 1.2rem;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
}

.scl_each_side_img
{
   position:relative;
   text-align:center;
}

.scl_each_side_box p{
    color:#666;
    line-height:1.6;
    margin-bottom:18px;
}

.scl_each_side_box a
{
    font-weight:700;
}

.scl_each_side_box ul{
    list-style:none;
}

.scl_each_side_box li{
    padding:14px 0;
    border-bottom:1px solid #eee;
    color:#555;
}

.scl_each_side_box li:last-child{
    border-bottom:none;
}

.scl_each_side_box h2
{
    font-size:1.8rem;
	        text-align: center;
}

.scl_each_side_box button
{
    width:100%;
    height:52px;
    border-radius:12px;
        background-color: #3d4a2e;
        color: #fff;
    font-size:1rem;
    font-weight:700;
}

.scl_each_creator
{
    display:flex;
    align-items:center;
    gap:16px;
}

.scl_each_creator_img{
    width:120px;
    height:120px;
    border-radius:50%;
    background:#4da3ff;
	overflow: hidden
}

.scl_each_creator_img > img
{
	width:100%;
}

.scl_each_creator_img > video
{
	width:100%;
}

.scl_each_creator_desc
{
	width: 340px;
    word-break: keep-all;
    height: 120px;
}

.scl_each_creator strong{
    display:block;
    font-size:20px;
    margin-bottom:6px;
}

.scl_each_creator p{
    margin:0;
    color:#777;
}


.scl_each_creater_btn
{
	     width: 100%;
        height: 52px;
        border-radius: 12px;
        background-color: #3d4a2e;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
}

.scl_each_creater_btn>a
{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* 하단 버튼 */

.scl_each_bottom_button
{
display: flex;
        justify-content: center;
        position:relative;
 
}

.scl_each_refund_btn
{
    width:210px;
    height:56px;
    border-radius:14px;
    font-size:1rem;
    font-weight:700;
	        background-color: #3d4a2e;
        color: #fff;
}

.scl_each_refund_btn>a
{
	    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}



/*each_view 파일*/

/**/
.all_footer
{
		position: relative;
        color: #909090;
        font-weight: bold;
        text-align: center;
        padding: 15px 5px;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        left: 0px;
        right: 0px;
        flex-direction: column;
		word-break:keep-all;
		top:80px;
}

/*환불*/

		#refund_area
		{
			position:fixed;
			z-index:200;
			width:100%;
			height:100%;
			background-color:rgba(0,0,0,0.9);
			top:0px;
		}
		
		#refund_area form
		{
			color:#ffffff;
		}
		
    .note_container {
      max-width: 800px;
      margin: 40px auto;
      background: rgba(0,0,0,0.85);
      padding: 30px;
      border: 3px dashed #fff;
      border-radius: 20px;
      box-shadow: 0 0 20px rgba(184,92,92,0.6);
    }

    .note_header {
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 25px;
      color: #b85c5c;
      text-shadow: 0 0 10px rgba(184,92,92,0.6);
      border-bottom: 2px solid #b85c5c;
      padding-bottom: 15px;
    }

    .record_row {
      display: grid;
      grid-template-columns: 1fr 2fr;
      padding: 14px;
      border-bottom: 1px dashed #b1a096;
    }

    .record_item {
      padding: 6px 8px;
      color: #eee;
    }

    .form_group {
      margin: 20px 0;
	  display: flex;
    flex-direction: column;
    gap: 10px;
    }

    .form_group textarea {
      width: 100%;
      height: 100px;
      border-radius: 10px;
      padding: 10px;
      font-size: 1rem;
      border: 1px solid #ccc;
      resize: none;
    }

    .button_submit {
      padding: 10px 20px;
      background: linear-gradient(135deg, #b85c5c, #6d2a2a);
      color: #fff;
      border: none;
      border-radius: 10px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 0 10px rgba(184,92,92,0.6);
      display: block;
      margin: 20px auto 0;
    }
    .button_submit:hover {
      transform: scale(1.05);
      box-shadow: 0 0 20px rgba(184,92,92,0.9);
    }		
	
	
/**************/


/*****배송지 설정****/
		.delivery_address_wrap
		{
    position: relative;
    width: 700px;
    margin: 0px auto;
    color: #ffffff;
    top: 80px;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;	
		}
		
		.delivery_address_boxarea
		{
position: relative;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    border: 3px dashed #ffffff;
    background-color: #000000;
    border-radius: 18px;
    flex-direction: column;
		}
		
		.delivery_address_boxarea > h2
		{
		    position: relative;
    padding: 20px 0px;
    text-align: center;
    font-size: 2rem;
		}

		.delivery_address_boxarea input, .delivery_address_boxarea textarea
		{

			width:100%;
			padding:12px;
			box-sizing:border-box;
		}

		.delivery_address_boxarea button
		{
width: 100%;
    height: 52px;
    border-radius: 12px;
    background-color: #3d4a2e;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0px 20px;	
		}
		
		.delivery_your_home_call
		{
		    position: relative;
			padding: 20px 0px;
			display: flex;
			flex-direction: column;
			gap: 10px;
		}
		
		.delivery_address_write_chk
		{
		    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 25px 0px;
		}

		.delivery_address_write_chk_right
		{
		    width: 480px;
		position: revert;
		}
		
		.delivery_address_write_chk_right_zipcode
		{
		    display: flex;
			gap: 20px;
			padding: 10px 0px;
		}
		
		
		.order_address_edit_product_info
		{
			position:relative;
			padding:20px 0px;
		}
		
		.order_address_edit_product_info ul
		{
			position:relative;
			list-style-type:none;
			display:flex;
			    justify-content: space-between;
							padding:12px;
				border-bottom:1px solid #444;
		}
/*****배송지 설정****/

/*****결제완료후 페이지****/
		.complete_note_container 
		{ 
        max-width: 800px;
        margin: 50px auto;
        background: #222;
        position: relative;
        color: #ffffff;
        position: relative;
        padding: 25px;
        /* border: 3px dashed #ffffff; */
        background-color: #000000;
        border-radius: 20px;
		}
		.scl_complete_order_record_row { display:flex; justify-content:space-between; padding:10px; border-bottom:1px solid #555;}
		.scl_complete_order_total { margin-top:20px; font-weight:bold; }
		
		#scl_complete_order_gogo_tool
		{
			position:relative;
			padding-top:20px;
			display:flex;
			justify-content: center;
		}
		
		.scl_complete_order_tool
		{
			position: relative;
			width: 500px;
			background-color: #000000;
			padding: 20px;
			border-radius: 20px;
			box-sizing: border-box;
			border: 3px dashed #ffffff;
			font-size: 1.5rem;
        color: #ffffff;
        text-align: center;
		}
		
		.scl_complete_order_tool > h3
		{
			border: 2px solid #b1a096;
			padding: 10px 10px;
			position: relative;
			border-radius: 20px;
			background-color: #b1a096;
			font-size: 1.2rem;
			display: flex;
			text-align: center;
			align-items: center;
			justify-content: center;
		}
		
		.scl_complete_order_info
		{
			position:relative;
		}
		
		.scl_complete_order_info_num
		{
			position: relative;
			text-align: left;
			font-size: 0.9rem;
			padding: 10px 5px;
			text-decoration: underline;
		}
		
		.scl_complete_order_name
		{
			position: relative;
        padding: 10px 0px;
        font-size: 1.2rem;
		}
		
		.scl_complete_sponsor_area
		{
			font-size: 1rem;
    line-height: 2;
    position: relative;
    word-break: keep-all;
		}		
		
		.scl_complete_order_go
		{
			position: relative;
			display: flex;
			justify-content: center;
			padding: 10px 0px;
		}
		
		.scl_complete_order_go > a
		{
			display:block;
			height:100%;
			background-color: #212326;
			padding: 10px 20px;
			border-radius: 10px;
			border: 1px solid #b1a096;
			cursor: pointer;
		}
		
/*****결제완료후 페이지****/
