@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_txt_red2{color:#ff5347 !important;}
.dy_text_sub{color:#656565 !important;}
.dy_text_sub2{color:#535353 !important;}
.dy_text_notice{font-size: 14.5px!important;}

.dy_back_gray{background-color:rgba(249, 249, 249, 0.80);}
.dy_img_0{vertical-align : bottom}


.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;
}


/* 디카 페이지 여기서부터*/

.dy_dica_format{
	width: 1200px;
	margin: auto;
}

.dy_dica_menubar{
	border-collapse: collapse; 
	margin: auto;
}

.dy_dica_menu>td{
	border: 1px solid #DDDDDD;
	padding: 15px 25px 13px;
}

.dy_dica_menu_on>li{
	width: 34px;
	height: 5px;
	background-color: #FAB6AF;
}


/* 배송사진 리스트 */

.dy_dica_contents{
	margin: auto;
	border-spacing: 20px 30px;
}

.dy_dica_box{
	border: 1px solid #DDDDDD;
	padding: 13px;
}

.dy_dica_photo{
	width: 245px;
	height: 318px;
	object-fit: cover;
	object-position: 50% 50%;
}

.dy_dica_photo>img{
	width: 100%;
}

.dy_review_item{
	width: 60px;
	height: 60px;
}

.dy_review_top{
	font-family: Dotum;
	font-size: 12px;	
	color: #999;
	display: flex; 
	justify-content: space-between;
	border-bottom: 1px solid #DDDDDD;
	padding: 15px 0 10px;
}

.dy_review_message{
	font-size: 13px;
	width: 170px;
	height: 60px;
}

.dy_review_bottom{
	display: flex;
	justify-content: space-between;
}

.dy_comment2{
	font-size: 14px;
	color: #535353;
	letter-spacing: -0.2px;
}

/* 페이지 이동버튼 */

.dy_pagemove>td{
	width: 31px;
	text-align: center;
	padding: 3px;
}

.dy_page_btn{
	margin: auto;
	font-family: Noto Sans;
	font-size: 12px;
}

.dy_page_num_on{
	background-color: #373737;
	color: #fff;
	padding: 10px 10px;
}

.dy_arrow_left{
    width: 5px; 
    height: 5px;
    border-top: 1.5px solid #656565; ; 
    border-right: 1.5px solid #656565; ;
    transform: rotate(225deg); 
}
  
.dy_arrow_right{
    width: 5px;
    height: 5px; 
    border-top: 1.5px solid #656565; 
    border-right: 1.5px solid #656565; 
    transform: rotate(45deg); 
}

  
/* 디카 상세페이지 */

.dy_dica_detail{
	width: 1100px;
	margin: auto;
	display: flex;
}

.photo_orisize{
	padding: 15px;
	border: 1px solid #DDDDDD;
}

.dy_review_detail{
	width: 320px;
	font-size: 13px;
	color: #535353;
}

.dy_review_info>td{
	border-bottom: 1px solid #DDDDDD;
	padding: 12px 0;
}

.dy_review_info>td:first-child{
	font-weight: 500;
}

.dy_review_box{
	width: 290px;
	background-color: #F8F8F8;
	padding: 15px 15px 20px 15px ;
	color: #535353;
	font-size: 13px;
	font-weight: 400;
}

.dy_white{
	background-color: #fff;
	padding: 15px 20px;
}

.dy_dica_item{
	color: #797979;
	font-size: 13px;
}

.dy_iteminfo{
	display: flex;
	justify-content:space-between;
}

.dy_dica_comment{
	font-size: 13px;
	font-weight: 400;
	line-height: 22px; 
	letter-spacing: -0.65px;
}
