@charset "utf-8";

/*초기화*/
				
   


*{margin: 0; padding: 0;}
body {
    font: 12px "Helvetica A1" ; 
    font-family: 'Helvetica A1', sans-serif;
    color: #333; }
li{list-style: none;}
a {color: #333; text-decoration: none;}
img {border: none;}

#wrap {width: 100%; position: relative;}

/*헤더 스타일*/

.logo {
    width: 30%;
    margin: 0 36% 0 25%;
}

.member_tab > ul > li:last-child {
    float: right;
    width: 25%;
    margin-right: 15px;
}
/* 상단 메뉴*/

.content {

    overflow: hidden;
}

.about {
    width: 90%;
    margin: 0 5%;
}




.abuot_M {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #505050;
    text-align: center;
}

.aboutPic > img {
    width: 100%;
}


.about_text {
    font-size: 13px;
    text-align: center;
    margin: 40px 0;
}

.about_text > p {
    display: block;
    margin: 20px 0;
    font-weight: bold;
    font-size: 18px;
}


.about_text > p:first-of-type {
    margin: 50px 0 40px;
}


.about_text > p:last-of-type {
    display: block;
    margin: 20px 0;
    font-weight: bold;
    font-size: 14px;
    font-weight: normal;
}



.about_text > span {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
}