@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"; }

/* 공통 : 기존 + 몇개 추가했음 */
.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-left: 130px;
}*/

.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_explain_format{
	width: 1140px;
	margin: auto;
}

.dy_explain_tit{
	display: flex;
	justify-content: space-between;
}

.dy_comment{
	font-size: 15px;
	padding-top: 12px;
	color: #535353;
	letter-spacing: -0.2px;
}

.dy_sub_explain{
	display: flex;
}

.dy_explain_text{
	background-color: #f9f9f9;
	width: 1050px;
	padding: 30px 40px 40px 40px;
	margin: auto;
	font-family: 돋움,Tahoma, seoul, arial, helvetica;
    font-size: 13px;
    color: #373737;
    line-height: 20px;
}

.dy_explain_text2{
	padding: 30px 40px;
}

.dy_explain_03_subtit{
	font-family: 돋움,Tahoma, seoul, arial, helvetica;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.4px;
}

.dy_explain_03_subtext{
	font-family: 돋움,Tahoma, seoul, arial, helvetica;
	font-size: 13px;
	padding: 20px 22px;
	line-height: 18px;
}


/*온라인상담*/

.dy_textarea2{
	width: 100%;
    resize: none;
    margin-bottom: 5px;
    padding: 10px 20px;
    height: 98px;
    border: 1px solid rgb(221, 221, 221);
	font-family: 돋움, Dotum, Gulim, Helvetica, sans-serif;
	line-height: 18px;
}

.dy_online_btn{
	display: flex;
	justify-content: center;
	gap: 10px;
}



/* table 공통사용 - 기존 마이페이지 리뉴얼 css코드랑 동일함*/

.dy_table{
	width: 1140px;
	border-collapse: collapse;
	font-size: 14px; 
	color: #4d4d4d;
}

.dy_left_th{
	width: 190px;
	font-weight: 450;
	text-align: center;
}


.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: 2px 10px;
}

.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; 
}




