/* BASIC css start */
/*--------------------------------------------*/
/**************** INSTARGRAM  ****************/
/*--------------------------------------------*/

#instaPics {  
	overflow: hidden;
	width: 525px;
	height: 265px;
       }  
       .insta-box {  
            position: relative;  
            width: 121px;  
            height: 121px;
            float: left;  
            margin: 5px;  
       }  
       .image-layer {  
            overflow: hidden;  
            width: 100%;  
            height: 100%;  
       }  
       .image-layer img {  
            max-width: 100%;  
       }  
       .caption-layer {  
       display:none;
            position: absolute;  
            top: 0;  
            background: rgba(255,255,255,0.8);  
            height: 100%;  
            width: 100%;  
            padding: 10px;  
            box-sizing: border-box;  
            font-size: 10px;  
            color: #333;  
       } 
.insta-caption {display:none;}
       
       .insta-likes {  
            float: right;  
       }  
       
       
/*--------------------------------------------*/
/**************** BODYMAX STORY ****************/
/*--------------------------------------------*/




#bodymaxstory_wrap { width:100%; height:550px; background:#eee; margin-top:100px;}
#bodymaxstory_wrap .bodymaxstory { position: relative; overflow: hidden; width:1100px; height:550px; margin:0 auto;}
#bodymaxstory_wrap .bodymaxstory:before {
            
    content:""; 
    position: absolute; 
    left:50%; top:0; 
    display:block; 
    margin-left:-25px; 
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #fff;
            
}
#bodymaxstory_wrap .bodymaxstory > div h3 { color:#333; font-size: 15px; font-weight: bold; margin:120px 0 30px 0 ;font-family: 'Montserrat',sans-serif; letter-spacing: 1.5px;}
#bodymaxstory_wrap .bodymaxstory > div h3 > span {color:#d50c0c;}


/* 팀바디맥스 */
#bodymaxstory_wrap .bodymaxstory > .bd_team {float:left; width:525px; height:550px; margin-right:25px;}
#bodymaxstory_wrap .bodymaxstory > .bd_team .bd_team_cnt {}
#bodymaxstory_wrap .bodymaxstory > .bd_team .bd_team_cnt ul {overflow: hidden; }
#bodymaxstory_wrap .bodymaxstory > .bd_team .bd_team_cnt p.txt {margin:30px 0 0 0; color:#777}
#bodymaxstory_wrap .bodymaxstory > .bd_team .bd_team_cnt ul li{float:left; position: relative; }


#bodymaxstory_wrap .bodymaxstory > .bd_team .bd_team_cnt ul li p { display:block; width:121px; height:121px; margin:5px; }
#bodymaxstory_wrap .bodymaxstory > .bd_team .bd_team_cnt ul li p > img {width:100%; height:auto;}
#bodymaxstory_wrap .bodymaxstory > .bd_team .bd_team_cnt ul li:first-child p {display:block; width:252px; height:121px; margin:5px;}
#bodymaxstory_wrap .bodymaxstory > .bd_team .bd_team_cnt ul li .team_prorile {
    
    display:none;
    position: absolute; 
    top:5px; 
    right:5px; 
    width:121px; 
    height:121px;
    text-align: center;
    background:url(/design/bodymax/renewal/2018/main/main_partner/bg.png);    
}

#bodymaxstory_wrap .bodymaxstory > .bd_team .bd_team_cnt ul li .team_prorile b{ display: block; margin-top: 40px;color: #fff; }
#bodymaxstory_wrap .bodymaxstory > .bd_team .bd_team_cnt ul li .team_prorile a {

    display: block;
    border-radius: 3px;
    color: #fff;
    background: #d50c0c;
    margin-top: 10px;
    text-align: center;
    height: 20px;
    width: 80px;
    line-height: 20px;
    margin-left: 20px;
}

/* 바디맥스 인스타그램 */
#bodymaxstory_wrap .bodymaxstory > .bd_instar {float:left; width:525px; height:550px; margin-left:25px;}
#bodymaxstory_wrap .bodymaxstory > .bd_instar p.txt {margin:30px 0 0 0; color:#777}
#bodymaxstory_wrap .bodymaxstory > .bd_instar .titleArea {position: relative;}
#bodymaxstory_wrap .bodymaxstory > .bd_instar .titleArea a {position: absolute; top:0; right:0; padding: 5px 10px; background: #777; color: #fff; font-size: 10px; letter-spacing: .5px; border-radius: 4px;}
#bodymaxstory_wrap .bodymaxstory > .bd_instar .titleArea a:hover {background:#d50c0c;}
            
	    

/* BASIC css end */

