@charset "utf-8";

/*브랜드 상단이미지*/
/*브랜드 컬러 노랑 #fdc30f  남색 #214084*/

#s_img {
    max-width: 100%;
    height: 30vh;
    margin: 0 auto;
    padding: 0;
    clear: both;
    transform: translateY(-5px);
    background-color: #000;
    position: relative;
   
}

.top_img {
    width: 100%;
    height: 100%;
    overflow: hidden;

    background: url(../img/top_banner4.jpg) center no-repeat;

    background-size: cover;
    opacity: 0.4;
}

#s_img h3 {
    position: absolute;
    color: #fff;
    font:bold 2em/1.2 'Noto Sans KR', sans-serif;;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/********************선택***********************/
#tabtn {
    width: 60%;
    height: 50px;
    margin: 0 auto;

}

#tabtn li {
    float: left;
    width: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: #214084;
    font: bold 1em/3 'Noto Sans KR', sans-serif;

}

#tabtn li a {
    display: block;
    color: #fff;
}

#tabtn > li:nth-child(2) {
    background-color: #fdc30f;
}


/***********************************************************************************브랜드탭*********/

#membership {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: auto ;
    overflow: hidden;

}

#membership div {
    max-width: 1200px;
}

#membership div img {
    width: 100%;
    height: 100%;
}

#membership > h3 {
    font: bold 1.6em/1.2 'Noto Sans KR', sans-serif;;
    margin-bottom: 70px;

}

#membership > h3 > img {
    transform: translate(0px, 30px);
    margin-left: 10px;
}

#membership {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: auto;
    overflow: hidden;

}

#membership div {
    max-width: 1200px;
}

#membership div img {
    width: 100%;
    height: 100%;
}

/***********************************************************************************룸메이트*********/
#notice {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: auto;
    overflow: hidden;

}

#notice div {
    max-width: 1200px;
}

#notice div img {
    width: 100%;
    height: 100%;
}
