
#contents{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
}
.company_info{
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
}


.Ideology dl{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items:left;
    margin-bottom: 20px;
    padding: 10px;
}
.Ideology dl img {
    margin: 0 auto;
}
.Ideology dl dt {
    font-size: 1.2em;
    margin-top: 10px;
    height: 30px;
}


.tl_tw_box_wrap { width: 100%; height: auto; padding: 10px 20px 150px; clear: both; background-color: #f5f5f5; }
.tl_tw_box_wrap ul { padding: 0; margin: 0 auto; list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; }
.tl_tw_box_wrap li { position: relative; width: 18.5%; min-height: 350px; background-color: #fff; margin-bottom: 2%; cursor: pointer; -webkit-transition: all 0.4s; transition: all 0.4s; background-position: center; background-size: cover; background-repeat: no-repeat; }
.tl_tw_box_wrap li .bg { background-color: #2c3856; color: #fff; opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.tl_tw_box_wrap li .txt_wrap { width: 100%; height: 100%; position: absolute; top: 0; left: 0; box-sizing: border-box; overflow: hidden; padding: 0px; color: #fff; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; opacity: 1; display: table; /* z-index: 2; */ }
.tl_tw_box_wrap li .txt_wrap .cell { text-align: center; width: 100%; display: table-cell; vertical-align: middle; }
.tl_tw_box_wrap li .txt_wrap .cell i { font-size: 35px; padding-bottom: 10px; color: #1a1a1a; }
.tl_tw_box_wrap li .txt_wrap .cell h2 { font-size: 18px; color: #1a1a1a; margin: 0; margin-top: 10px; font-weight: bold; }
.tl_tw_box_wrap li .txt_wrap .cell .lead { font-size: 14px; color: #555; padding-top: 5px; word-break: keep-all; line-height: 1.6; }

.tl_tw_box_wrap.staff ul{
    justify-content: flex-start !important;
}

.tl_tw_box_wrap h2.tl_title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 70px;

}
.tl_tw_box_wrap .Ideology {
    margin-bottom: -150px;
}

.tl_tw_box_wrap.staff{
    background-color: #FFF;
}

/* 선수 사진정렬 */
.tl_tw_box_wrap ul{
    /*justify-content: space-evenly;*/
    justify-content: flex-start;
}
.tl_tw_box_wrap ul li{
    margin: 5px;
}

/* */
.Ideology .inner h2{
    padding: 50px;
}

@media screen and  (max-width: 992px) { 
    .company_info .work_page ul li { width: 47%; margin-bottom: 20px; margin-right: 0; margin-left: 2%; }
    .company_info .work_page ul li:last-child { margin-right: 0; } 
    .company_info .work_page ul li:nth-child(2n+2) { margin-right: 0; } 
    .Ideology dl { width: 100%; padding: 30px 0; clear: both; }
    .tl_tw_box_wrap li { width: 48%; margin-left: 2%; margin-bottom: 3%; } 
    .tl_tw_box_wrap li:nth-child(2n+1) { margin-left: 0; } 
}

@media screen and (max-width: 768px) { 
    .company_info { padding-top: 0px; } 
    .company_info .img_page { background-size: cover; height: 300px; } 
    .Ideology dl { width: 100%; border-right: 0; border-bottom: 1px solid #ddd; } 
    .Ideology dd { font-size: 16px}
    .tl_tw_box_wrap li { width: 100%; margin-left: 0; margin-bottom: 3%; } 
}

@media screen and (max-width: 576px) { 
   .Ideology .inner h2 { padding: 0px 0 50px 0; }
}