@charset "utf-8";


/*-----profile page setting-----*/

.sub_title{
position:relative;
width:260px;
height:70px;
background-image:url(../images/contents/profile/title_profile.png);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}

.profile_area{
position:relative;
width:850px;
height:805px;
background-image:url(../images/contents/profile/profile_bg.png);
background-repeat:no-repeat;
background-position:0px;
z-index:1;
}


.profile_txt{
position:relative;
display:block;
width:370px;
margin:50px 0px 0px 30px;
padding:0px;
}

.t_f_pic{
position:relative;
display:block;
margin:10px 0px 0px 35px;
padding:0px;
}



.contact_btn a{
position:relative;
display:block;
width:265px;
height:75px;
background-image:url(../images/base/btn_contact.png);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px 0px 0px 50px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}

.contact_btn a:hover{
position:relative;
display:block;
width:265px;
height:75px;
background-image:url(../images/base/btn_contact.png);
background-position:0px -75px;
background-repeat:no-repeat;
margin:0px 0px 0px 50px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}


/*-----footer setting-----*/

#footer_profile{
position:relative;
margin:0px auto;
width:850px;
height:250px;
background-image:url(../images/base/footer_profile_bg.png);
background-repeat:no-repeat;
background-position:0px;
text-align:left;
}



/*-----GoogleMap setting-----*/

#g_map{
position:absolute;
margin:0px 0px 0px 0px;
width:425px;
height:320px;
text-align:left;
}


