
* {margin: 0;  
    padding: 0; 
 text-decoration: none;
font-style: ;}

@font-face {
    font-family: 'Noto Sans KR', sans-serif;;
    src: url(https://fonts.google.com/noto/specimen/Noto+Sans+KR);
}

body {
    font-family: 'Noto Sans KR', sans-serif;;
}


.topboy_brands {

}

.banner {
    width: 1270px;
    height: 390px;
    text-align: center;
    margin: 0 auto;
}
.banner img {
    width: 1270px;
    display: inline-block;
    top: 0; 
    bottom: 0; 
    text-align: center;}


.content {
    width: 1270px;
    margin: 0 auto;
    padding: 80px 0 80px;
}

.box_txt {
    display: flex;
}
.brandTitle{
    display: block;
    width: 350px;
    padding-left: 80px;
    margin: 0 auto;
}

.brandTitle img {
    padding-left: 14px;
}

.brandTitle a {
    position: relative;
    display: block;
    color: black;
    border: #a3a3a3 1px solid;
    width: 182px;
    height: 40px;
    box-sizing: border-box;
    padding: 10px 0 0 15px;
    font-size: 12px;
    font-weight: 800;
    margin-left: 15px;
}

.brandTitle a::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    width: 8px;
    height: 11px;
    margin: 3px 0 0 7px;
    background: url(http://topboy.speedgabia.com/topboy/brands/icon_more.png) no-repeat center center;
}

.brandTitle a:hover {
    border: black 2px solid;
}

.brandInfo {
    width: 780px;
    margin: 0 auto;
}

.brandInfo .str {
    margin-bottom: 20px;
    color: black;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
}

.brandInfo .str_info {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
}

.buttom_img {
    display: block;
    margin: 80px auto;

}


/*미디어 쿼리*/


@media (max-width: 500px) and (min-width: 376px) {

      

    .topboy_brands {

    }
    
    .banner {
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .banner img {
        width: 100%;
        display: inline-block;
        top: 0; 
        bottom: 0; 
        text-align: center;}
    
    
    .content {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0 50px;
    }
    
    .box_txt {
        display: block;
    }
    .brandTitle{
        width: 100%;
        display: block;
        padding-left: 2px;
        margin: 0 auto;
    }
    
    .brandTitle img {
        width: 110px;
        padding-left: 20px;
        margin: 0 0 0 40px;
    }
    
    .brandTitle a {
        position: relative;
        display: block;
        color: black;
        border: #a3a3a3 1px solid;
        width: 180px;
        height: 40px;
        box-sizing: border-box;
        padding: 10px 0 0 15px;
        font-size: 12px;
        font-weight: 800;
        margin-left: 20px;
    }
    
    .brandTitle a::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 8px;
        height: 11px;
        margin: 3px 0 0 7px;
        background: url(http://topboy.speedgabia.com/topboy/brands/icon_more.png) no-repeat center center;
    }
    
    .brandTitle a:hover {
        border: black 2px solid;
    }
    
    .brandInfo {
        width: 100%;
        margin: 20px auto 0;
        padding-left: 25px;
    }
    
    .brandInfo .str {
        width: 280px;
        margin-bottom: 20px;
        color: black;
        font-size: 19px;
        line-height: 1.5;
        font-weight: 700;
    }
    
    .brandInfo .str_info {
        width: 310px;
        color: #666;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.7;
        word-break: keep-all;
    }
    
    .buttom_img {
        width: 100%;
        display: block;
        margin: 80px auto;
    
    }
    
    
}

/*아이폰 se */
@media screen and (max-width: 375px){

      

    .topboy_brands {
        width: 375px;

    }
    
    .banner {
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .banner img {
        width: 100%;
        display: inline-block;
        top: 0; 
        bottom: 0; 
        text-align: center;}
    
    
    .content {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0 50px;
    }
    
    .box_txt {
        display: block;
    }
    .brandTitle{
        width: 375px;
        display: block;
        padding-left: 2px;
        margin: 0 auto;
    }
    
    .brandTitle img {
        width: 110px;
        padding-left: 20px;
        margin: 0 0 0 40px;
    }
    
    .brandTitle a {
        position: relative;
        display: block;
        color: black;
        border: #a3a3a3 1px solid;
        width: 180px;
        height: 40px;
        box-sizing: border-box;
        padding: 10px 0 0 15px;
        font-size: 12px;
        font-weight: 800;
        margin-left: 20px;
    }
    
    .brandTitle a::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 8px;
        height: 11px;
        margin: 3px 0 0 7px;
        background: url(http://topboy.speedgabia.com/topboy/brands/icon_more.png) no-repeat center center;
    }
    
    .brandTitle a:hover {
        border: black 2px solid;
    }
    
    .brandInfo {
        width: 375px;
        margin: 20px auto 0;
        padding-left: 25px;
    }
    
    .brandInfo .str {
        width: 280px;
        margin-bottom: 20px;
        color: black;
        font-size: 19px;
        line-height: 1.5;
        font-weight: 700;
    }
    
    .brandInfo .str_info {
        width: 280px;
        color: #666;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.7;
        word-break: keep-all;
    }
    
    .buttom_img {
        width: 100%;
        display: block;
        margin: 80px auto;
    
    }
    
    
}

/*어바웃탑보이 카테고리 */
.about_topboy img {
    width: 100%;
}

.about_topboy_P img{
    display: block;
}

.about_topboy_M img{
    display: none;
}


@media screen and (max-width: 560px){

    .about_topboy img  {
        width: 100%;
    }
    
    .about_topboy_P img {
        display: none;
    }
    
    .about_topboy_M img{
        display: block;
    }

}