﻿@charset "utf-8";

/* 회사소개 : PC */
.company h2 {color: #222; font-size: 40px; font-weight: 500;}
.company p {color: #656565; font-size: 18px; line-height: 28px; margin-top: 20px;}
.company .company-view {overflow: hidden; margin-bottom: 60px;}
.company .company-view img {width: 100%; height: 100%; object-fit: none;}

/* 경영이념 외 */
.vision {margin-bottom: 60px; width: 100%; height: auto; display: flex; flex-flow: row wrap; justify-content: space-between; align-content: flex-start;}
.vision h4 {font-size: 34px; margin-bottom: 10px; font-weight: 500; color: #444;}
.vision p {color: #656565; font-size: 16px; line-height: 28px; margin-top: 20px;}
.vision p span {font-size: 20px; font-weight: 500;}
.vision li {width: 50%; height: 480px; border: 1px solid #f8f8f8; box-sizing: border-box;}
.vision li.photobox {overflow: hidden;}
.vision li.photobox img {width: 100%; height: 100%; object-fit: cover;}
.vision li.txtinfo {background-color: #f8f8f8; padding: 0 40px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}

.vision {margin: 60px 0;}
.vision .viewBtns {border: 1px solid currentColor; color: #444; width: 180px; line-height: 36px; text-align: center; margin-top: 30px;}
.vision .viewBtns:hover {border: 1px solid #444; background-color: #444; color: #f8f8f8; transition: 0.35s}

/* 로고(CI/BI) 다운로드 */
.logo-down {width: 100%; height: 340px; margin-top: 20px;}
.logo-down ul {width: 100%; height: 100%;}
.logo-down ul li {float: left;box-sizing: border-box;}
.logo-down ul li img {width: 100%; height: 100%; object-fit: none;}

.logo-down ul li.bon-ci {width: 40%; height: 100%; overflow: hidden; border: 1px solid #f8f8f8;}
.logo-down ul li.bon-bi {width: 30%; height: 100%; overflow: hidden; background-color: #f8f8f8;}
.logo-down ul li.bon-bi:last-of-type {background-color: #efece7;}

.cibtns {margin-top: 30px; text-align: center;}
.cibtns a.btn_down {display: inline-block; font-size: 16px; color: #656565; border: 1px solid currentColor; width: 180px; text-align: left; padding-left: 20px; line-height: 40px; background: url(/Res/U/W/BABY/img/company/btn_down.png) no-repeat 88% center;}
.cibtns a.btn_down:first-child {margin-right: 10px;}