@charset "utf-8";

.imc_con{position: relative;}
.imc_area img{width: 100%;display: block;}

.sticky_wrap{position: relative; height: 120px;margin-bottom: 80px;display: flex;}
.sticky_wrap.fixed .sticky_item{position: fixed;top: 106px;left: 0;width: 100%;transition: 0.2s;}
.sticky_wrap.fixed.line_active{height: 83px;}
.sticky_wrap.fixed.line_active .sticky_item{top: 106px;background-color: #fff;box-shadow: 0px 1.5px 15px 0px #1514150F;padding: 16.5px 0;}
.sticky_wrap.fixed.line_active .sticky_item .list_item{font-size: 16px;max-width: 250px;}
.sticky_wrap.fixed.line_active .sticky_item .list_item::after{height: 40px;}
.sticky_item{display: flex;width: 100%;z-index: 10;min-width: 1200px;justify-content: center;}
.sticky_item .list_item{display: flex;flex: 1;align-items: center;justify-content: center;color: #c1c4c7;font-size: 28px;font-weight: bold;cursor: pointer;flex-direction: column;max-width: 450px;position: relative;}
.sticky_item .list_item::after{content: '';display: block;width: 1px;height: 69px;background-color: #151415;position: absolute;right: 0;}
.sticky_item .list_item:last-child::after{display: none;}
.sticky_item .list_item .ko{font-family:'Noto Sans KR';}
.sticky_item .list_item.active{color: #151415;}

.imc_1{margin: 90px 0 40px;}
.imc_tit{margin: 80px 0 120px;}

.sticky_item .list_item .ko {
    letter-spacing: -0.05em;
}
.sticky_item .list_item .eng {
    font-size: 30px;
}
.sticky_wrap.fixed.line_active .sticky_item .list_item .eng {
    font-size: 16px !important;
}