/* BASIC css start */
#intro_brand {
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 230px 5% 120px;
}

#intro_brand .tabMenu h2 {
    font-size:18px;
}

#intro_brand .tabMenu h2 a {
    font-size:18px;
}

#intro_brand .tabMenu h2 a.active {
    font-weight:600;
    text-decoration: underline;
    
}

#mall_company {
    width: 100%;
    margin: 0 auto;
    
}

#mall_company .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#mall_company .embed-container iframe,#mall_company .embed-container object,#mall_company .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mall_company .mov {
    margin: 0 auto;
    padding: 50px 0 0;
}

#mall_company .text {
    text-align: center;
    line-height: 1.4;
}

#mall_company .text h2 {
    font-size: 40px;
    letter-spacing: -0.05em;
    padding: 50px 0 0;
}

#mall_company .text p {
    line-height: 1.8;
    padding: 60px 0 50px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.03em
}

#mall_company .img_zone {
    text-align: center
     margin: 0;
     padding: 0;
}

#mall_company .img_zone img {
    max-width: 100%;
    padding: 40px 0 40px;
     margin: 0;
     padding: 0;
}


#side_left{
    width:35%;
    height:400px;
    float:left;
    margin:5px;
}

#mid_content{
    width:30%;
    height:400px;
    float:left;
    margin:5px;
}

#side_rigth{
    width:30%;
    height:400px;
    float:left;
    margin:5px;
}

.dj-noto-serif-kr-font {
    font-family: 'Noto Serif KR', serif;
}
/* BASIC css end */

