@charset "utf-8";
/* CSS Document */

<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
</style>

*{box-sizing: border-box;}
html, body{margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, p{margin: 0;}
ul, ol{margin: 0; padding: 0; list-style: none;}
a{text-decoration: none; color: #373737;}
table{border-spacing: 0px;}
/*body{font-family: 'Noto Sans CJK KR',"돋움", "Arial","Helvetica","sans-serif"; }*/
body, table, tr, td, select, textarea, input{font-family: 'Noto Sans CJK KR',"돋움", "Arial","Helvetica","sans-serif"; font-size: 14px;}

/* 공통 : 기존 + 몇개 추가했음 */
.m_t5{margin-top:5px !important;}
.m_t10{margin-top:10px !important;}
.m_t20{margin-top:20px !important;}
.m_t30{margin-top:30px !important;}
.m_t40{margin-top:40px !important;}
.m_t50{margin-top:50px !important;}
.m_t60{margin-top:60px !important;}
.m_t70{margin-top:70px !important;}
.m_b5{margin-bottom:5px !important;}
.m_b10{margin-bottom:10px !important;}
.m_b20{margin-bottom:20px !important;}
.m_b30{margin-bottom:30px !important;}
.m_b50{margin-bottom:50px !important;}
.m_r10{margin-right:10px !important;}
.m_r20{margin-right:20px !important;}
.m_r30{margin-right:30px !important;}
.m_r40{margin-right:40px !important;}
.text_line{text-decoration:line-through;}

.dy_pink_line{border-top: 2px solid #FAB6AF !important;}
.dy_black_line{border-bottom: 1px solid #656565 !important;}

.dy_14{font-size: 14px !important;}
.dy_15{font-size: 15px !important;}
.dy_txt_red{color:#f00 !important;}
.dy_text_sub{color:#656565 !important;}
.dy_text_sub2{color:#535353 !important;}
.dy_text_notice{font-size: 14px!important;}

.dy_back_gray{background-color:rgba(249, 249, 249, 0.80);}
.dy_img_0{vertical-align : bottom}

.mprice		{font-size: 14px; color: #333333; font-weight:bold; text-decoration: none; font-family: Tahoma, verdana, dotum, "돋움"; letter-spacing:0px}

.warp{
	width: 100%;
	margin: auto;
	color: #373737;	
	}

/* header */

.header{
	width: 1200px;
	margin: auto;
	display: flex;

}

.search_area{
	width: 250px;
	height: 35px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 35px 0 0 55px;
}

.logo{
	margin:0; 
	padding:0; 
	display:inline-block;
}

.search_area>a>input{
	width: 200px;
	height: 35px;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	top: -10px;
}

.nav{
	width:560px;
	display: flex;
	justify-content:flex-end;
}

/* menu */

.menubar_bg{
	width: 100%;
	height: 50px;
	border-top: 1.5px solid #ffced1;
	border-bottom: 1.5px solid #dbdbdb;
}

.menu_bar{
	width: 1200px;
	margin: auto;
	display: flex;
}

.menu_bar1{
	margin-top: -5px;
	display: flex;
	width: 870px;
	height: 60px;
}

.menu_bar1>li{
	padding-right: 75px;
}

.menu_bar1>li:last-child{
	margin-top: 23px;
}

.menu_bar2{
	margin-top: -5px;
	display: flex;
	width: 330px;
	height: 60px;
	justify-content:flex-end ;
}

.menu_bar2>li{
	padding-left: 80px;
	text-align: right;
}


/* mypage 마이페이지*/

.dy_mypageformat{
	width: 1200px;
	margin: auto;
	margin-top:70px;
	display: flex;
}

.dy_mypage_tit{
	font-family: 'Noto Sans CJK KR';	
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
}

.dy_mypage_name{
	font-family: 'Noto Sans CJK KR';	
	font-weight: 400;
	font-size: 21px;
}

.dy_leftside{
	width: 275px;
	padding-left: 5px;
}

.dy_rightside{
	width: 925px;
}

.dy_mypage_menu{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 30px;
}

/* mypage_topbox 상단고정 */

.dy_mypage_topbox{
	width: 915px;
	height: 145px;
}

.dy_topbox_contents{
	height: 125px;
	border: 1px solid #c6c6c6; border-top: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
}

.dy_mypage_topbox2{
	height: 145px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
}

.dy_topbox_01{
	width: 200px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dy_topbox_02{
	width: 200px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dy_topbox_03{
	width: 200px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dy_mypage_icon{
	margin-right: 35px;
}

.dy_mypage_sub_tit{
	display: flex;
	justify-content: space-between;
	width: 915px;
	padding-top: 10px
}

.dy_comment{
	font-size: 15px;
	padding-top: 12px;
	color: #535353;
	letter-spacing: -0.2px;
}

.dy_right_btn{
	padding-top: 5px;
}


/* mypage_ordercheck 주문현황 */

.dy_order_status{
	width: 915px;
	height: 140px;
	border-radius: 20px;
}

.dy_status_box{
	padding-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.dy_status_box>li{
	text-align: center;
}


/* mypage_table 공통*/

.dy_table{
	width: 915px;
	border-collapse: collapse;
	font-size: 14px; 
	color: #4d4d4d;
}

.dy_table2{
	width: 1200px;
	border-collapse: collapse;
	font-size: 14px; 
	color: #4d4d4d;
}

.dy_table2>tbody>tr:last-child>td{
	border-bottom: 1px solid #656565;
}

.dy_table3{
	width: 1200px;
	border-collapse: collapse;
	font-size: 14px; 
	color: #4d4d4d;
}

.dy_left_th{
	width: 190px;
	font-weight: 450;
	text-align: center;
}

.dy_img_col{
	width: 150px;
}


.dy_thead_row>td{
	font-weight: 450;
	padding: 10px 0px;
    border: 1px solid #C6C6C6;
    vertical-align: middle;
	text-align: center;
    border-left:hidden;
    border-right:hidden;
}

.dy_tbody_row>td{
	padding: 10px 0px;
    border: 1px solid #C6C6C6;
    vertical-align: middle;
	text-align: center;
    border-left:hidden;
    border-right:hidden;
}

.dy_tbody2_row>td{
	padding: 20px 0px;
    border: 1px solid #C6C6C6;
    border-left:hidden;
    border-right:hidden;
	vertical-align: middle;
}


.dy_tbody2_row>td:nth-child(even){
	padding-left: 30px;
}


.dy_inputbox{
	height: 28px;
	border: 1px solid #C6C6C6;
	display: inline-block;
	font-family: 'Noto Sans CJK KR';
	font-weight: 400;
	padding-left: 6px;
}

.dy_select_box{
	height: 32px;
	border: 1px solid #C6C6C6;
	text-align: center;
	font-family: 'Noto Sans CJK KR';
	font-weight: 400;
	font-size: 14px;
	color:#4d4d4d ;
}

.dy_textarea{
	border: 1px solid #C6C6C6;
	font-family: 'Noto Sans CJK KR';
	font-weight: 400;
	font-size: 14px;
	color:#4d4d4d ;
}

.dy_table_textsmall{
	font-size: 13px; 
}

.dy_product_name{
	font-size: 15px;
}


/* coupon 쿠폰*/

.dy_couponnum_box>input{
	height: 27px;
	width: 200px;
	border: 1px solid #C6C6C6;
	position: absolute;
	margin: 2px 10px 0px 20px;
}

.dy_couponnum_btn{
	margin-left: 250px;

}

/* vip카드 */

#vipcard_number{
	font-size: 14px;
}

/* anniversary 기념일*/
.dy_anni_setting{
	font-size: 12; 
	letter-spacing: -0.6px; 
	text-decoration-line: underline;
}

.dy_anni_btn{
	display: flex;
	width: 915px;
	justify-content: center;
	gap: 10px;
}


/*cancel membership 회원탈퇴*/

.dy_clacel_notice{
	width: 915px; 
	border-radius: 20px; 
	line-height: 1.7em; 
	font-size: 15px;
	background-color:rgba(249, 249, 249, 0.80);
}

.dy_cancel_opinion_check>td{
	padding: 5px 7px;
}



/*cart 장바구니*/

.dy_cart_page{
	width: 1200px;
	margin: auto;
}

.dy_option_text{
	font-size: 13px;
	color: #797979
}

.dy_total_price{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

#dy_won{
	font-size: 21px;
}

.dy_cart_btn{
	display: flex;
	width: 1200px;
	justify-content: center;
	gap: 10px;
}

.dy_product_info{
	margin-left:35px; line-height: 1.7em;
}

.dy_cart_table{
	width: 1200px;
	border-collapse: collapse;
	font-size: 14px; 
	color: #4d4d4d;
}

.dy_cart_tbody_row>td{
	padding: 15px 0px;
    border: 1px solid #C6C6C6;
    vertical-align: middle;
	text-align: center;
    border-left:hidden;
    border-right:hidden;
}

.dy_cart_tbody_row>:nth-child(3){
	text-align: left;
	padding-left: 40px;
}


/*order 주문서작성*/

.dy_orderlist_page{
	width: 1200px;
	margin: auto;
}

.dy_orderlist_tit{
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 20px;
}

.dy_order_total_bar{
	position: relative;
	margin-top: -1px;
	border-top: solid 1px #656565;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
}

.dy_order_total{
	display: flex;
}

.dy_order_total_detail{
	display: flex;
	gap: 40px;
	margin-top: 20px;
	font-size: 15px;
}

.dy_order_table{
	width: 1200px;
	border-collapse: collapse;
	font-size: 14px; 
	color: #4d4d4d;
}

.dy_order_tbody_row>td:not(:first-child){
    border: 1px solid #C6C6C6;
    vertical-align: middle;
    border-left:hidden;
    border-right:hidden;
	padding: 20px 40px;
}

.dy_order_tbody_row>td:nth-child(2){
	font-size: 14px;
	font-weight: 450;
}

.dy_arrow{
	border: 1px solid #C6C6C6;
    vertical-align: middle;
    border-left:hidden;
    border-right:hidden;
	padding-left: 20px;
}


/*order 주문서_ 정보작성*/

.dy_info_tbody_row>td{
	padding: 15px 0px;
    border: 1px solid #C6C6C6;
    vertical-align: middle;
    border-left:hidden;
    border-right:hidden;
	text-align: left;
	padding: 20px 30px;
}

.dy_info_tbody_row>td:nth-child(odd){
	font-weight: 450;
	width: 200px;
}

.dy_info_tbody_row>td:nth-child(even){
	width: 400px;
}

.dy_pay_total_bar{
	display: flex;
}

.dy_pay_total_detail{
	display: flex;
	gap: 18px;
	margin-top: 2px;
	padding: 5px 0px;
}

.dy_pay_total_price{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.2px;
}

/*login 로그인페이지*/

.dy_login_warp{
	background-color: #FFF2F0 ;
	width: 100%;
}

.dy_login_box_warp{
	width: 1200px;
    margin: auto;
    padding: 80px 0px;
}

.dy_login_box{
	background-color: #fff ;
	border-radius: 30px;
	color: #535353;
	display: flex;
	padding-top: 55px;
	padding-bottom: 45px;
	justify-content: center;
}

.dy_login_left{
	width: 430px;
	padding-left: 30px;
}

.dy_login_comment{
	font-size: 15px;
	letter-spacing: -0.8px;
	margin-top: 15px;
}

.dy_login_input{
	height: 25px;
	border: 1px solid #C6C6C6;
	display: inline-block;
	font-family: 'Noto Sans CJK KR';
	font-weight: 400;
	padding: 10px;
}

.dy_login_input_plus{
	display: flex;
	justify-content: space-between;
}

.dy_naver_login{
	display: flex;
}

.dy_login_right{
	margin-left: 70px;
	margin-top: 100px;
}

.dy_ct_benefit_list{
	display: flex;
	gap: 29px;
}

/*order_login 주문조회 로그인페이지*/

.dy_login_ordernumber{
	display: flex;
}

.dy_ordernumber_tit{
	text-align: center;
}

.dy_memberinfo_tit{
	text-align: center;
}

.dy_order_login_line{
	padding: 100px 80px 20px 80px;
}

.dy_benefit_box{
	background-color: #fff;
}

.dy_benefit_warp{
	margin: auto;
	width: 1200px;
}

.dy_benefit_box{
	padding: 30px 40px;
	display: flex;
}

.dy_ct_benefit_list2{
	display: flex;
	gap: 75px;
	margin-left: 130px;
}
