img ,fieldset {
  border:0;
  vertical-align:top; 
}
 legend{
  display:none; 
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {
	margin:0;
	padding:0;
	font-family:Malgun Gothic,'¸¼Àº °íµñ','µ¸¿ò','dotum',sans-serif;
	line-height:1.5;

}

fieldset,img {
	border:0 none
}
dl,ul,ol,menu,li {
	list-style:none
}

A:link {
	color:#464545;
	text-decoration:none;
}
A:visited {
	color:#464545;
	text-decoration:none;
}
A:active {
	color:#018345;
	text-decoration:none;
}
A:hover {
	color:#d02c34;
	text-decoration:none;
}




.date {
	
	font-size:30px;
	font-family:'verdana',sans-serif;
	color:#FFF;
	padding:0 8px 0 8px;
	font-weight:bold;
	
}


.gender {
	
	font-size:15px;
	font-family:Malgun Gothic,'¸¼Àº °íµñ', 'µ¸¿ò','dotum',sans-serif;
	font-weight:bold;
	
	}
	
	
.age {
		
	font-size:28px;
	font-family:Malgun Gothic,'¸¼Àº °íµñ', 'µ¸¿ò','dotum',sans-serif;
	color:#424242;
	font-weight:bold;
	
	
 }
 
 
.color {
    color:#ee6107;
	
	}



.t {
		
	font-size:17px;
	font-family:Malgun Gothic,'¸¼Àº °íµñ', 'µ¸¿ò','dotum',sans-serif;
	color:#424242;
	font-weight:bold;
		
 }



/* ÀÎÇ² */

.input {
	border:4px solid #a6a6a6;
	background:#fff;
	color:#515050;
	font-family:"µ¸¿ò","Dotum",sans-serif;
	font-size:12px;
	padding:0 0 0 10px;
}



.pri {
	font:12px 'µ¸¿ò','dotum',sans-serif;
    color:#7a7a7a;
}



/* º¸Çè»óÇ° ¼³¸í */

.l_product {
	
	font-size:23px;
	font-family:Malgun Gothic,'¸¼Àº °íµñ', 'µ¸¿ò','dotum',sans-serif;
    color:#000;
	font-weight:bold;


}

.l_product_small {
	font-size:20px;
	font-family:Malgun Gothic,'¸¼Àº °íµñ', 'µ¸¿ò','dotum',sans-serif;
    color:#434342;
	font-weight:bold;
	letter-spacing:-1px;


}

.l_txt0 {
	font-size:22px;
	font-family:Malgun Gothic,'¸¼Àº °íµñ', 'µ¸¿ò','dotum',sans-serif;
    color:#959595;
	


}

.l_txt {
	font-size:17px;
	font-family:Malgun Gothic,'¸¼Àº °íµñ', 'µ¸¿ò','dotum',sans-serif;
    color:#5c5b5b;
	line-height:1.7;


}

.l_txt2 {
	font-size:12px;
	font-family:'tahoma','µ¸¿ò','dotum',sans-serif;
    color:#959595;


}


.title {
	font-size:20px;
	font-family:Malgun Gothic,'¸¼Àº °íµñ', 'µ¸¿ò','dotum',sans-serif;
    color:#000;
	font-weight:bold;


}




/* ¼¿·ºÆ®¹Ú½º */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    flex: 1;
}

/* ¼¿·ºÆ® ¹Ú½º º»Ã¼ */
.custom-select {
    width: 100%;
    height: 60px;
    padding: 0 35px 0 12px;
    font-size:25px;
    font-weight: bold;
    border: 5px solid #999898;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: #000000;
    line-height: 38px; /* ÅØ½ºÆ® ¼öÁ÷ Áß¾Ó Á¤·Ä */
    text-overflow: ellipsis; /* ³ÑÄ¡´Â ±ÛÀÚ¸¦ ...À¸·Î Ç¥½Ã */
    white-space: nowrap; /* ÁÙ¹Ù²Þ ¹æÁö */
    overflow: hidden;


}

.select-arrow {
    position: absolute;
    top: 45%;
    /* VÀÚ ²ªÀÓ À§Ä¡ ¶§¹®¿¡ 50%º¸´Ù »ìÂ¦ À§°¡ º¸±â ÁÁ½À´Ï´Ù */
    right: 15px;
    width: 8px;
    /* VÀÇ °¡·Î Æø */
    height: 8px;
    /* VÀÇ ¼¼·Î ³ôÀÌ */
    border-right: 4px solid #545454;
    /* VÀÇ ¿À¸¥ÂÊ ¼± */
    border-bottom: 4px solid #545454;
    /* VÀÇ ¿ÞÂÊ(È¸ÀüÀü ¹Ù´Ú) ¼± */
    transform: translateY(-50%) rotate(45deg);
    /* 45µµ µ¹·Á¼­ VÀÚ·Î ¸¸µê */
    pointer-events: none;
    transition: all 0.2s;
    /* ºÎµå·¯¿î È¿°ú¸¦ ¿øÇÒ ¶§ */
}

/* ¼¿·ºÆ® ¹Ú½º Å¬¸¯(Æ÷Ä¿½º) ½Ã È­»ìÇ¥ µÚÁý±â (¼±ÅÃ »çÇ×) */
.custom-select:focus+.select-arrow {
    transform: translateY(-20%) rotate(225deg);
    /* À§¸¦ ÇâÇÏ´Â VÀÚ */
}



/* Ä«Å×°í¸® */
.gnb  {
	font-size:18px;
	font-family:Malgun Gothic,'¸¼Àº °íµñ','µ¸¿ò', 'µ¸¿ò','dotum',sans-serif;
    color:#000;
	line-height:1.6;

}
a.gnb:link {
	font-family:Malgun Gothic,'¸¼Àº °íµñ','µ¸¿ò', 'µ¸¿ò','dotum',sans-serif;
    color:#000;
    text-decoration: none;
}
.contents {
}

a.gnb:visited {
	font-family:Malgun Gothic,'¸¼Àº °íµñ','µ¸¿ò', 'µ¸¿ò','dotum',sans-serif;
    color:#000;
	text-decoration: none;
}
a.gnb:hover {
	font-family:Malgun Gothic,'¸¼Àº °íµñ','µ¸¿ò', 'µ¸¿ò','dotum',sans-serif;
    color:#000;
    text-decoration:none;
}
.bar{
	font-family:Malgun Gothic,'¸¼Àº °íµñ','µ¸¿ò', 'µ¸¿ò','dotum',sans-serif;
	color: #767676;
	padding:0 5px 0 5px;
}



/* ÇªÅÍ */

.footer_txt	 {
	color:#575656;
	font-family: Malgun Gothic,'¸¼Àº °íµñ','µ¸¿ò', 'µ¸¿ò','dotum',sans-serif;
	font-size:14px;

}
