@charset "utf-8";

.imc .imc__youtube {
    position: relative;
    height: 0;
    padding-top: 56.2383%;
}
.imc .imc__youtube > iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: black;
}

/* smoothTabMotion :: S */
.tabBar__Container{background: #E6E6E6; display: flex; justify-content: space-between; position:sticky; top:106px; z-index: 11;}
.tabBar__Container .tabBar__title {width:50%; height:50px; color:#8a8a8a; font-size: 16px; font-weight: 800; display: flex; transition:0.5s; justify-content: center; align-items: center;}
.tabBar__Container .tabBar__title:hover,
.tabBar__Container .tabBar__title.on {background-color: #5F3C38; color:#EEE9E0;}
/* smoothTabMotion :: E */
