@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto;    padding-bottom: 10px;}
.ctt_img {text-align:center}
/* #ctt h4{font-size: 20px;}
#ctt p{font-size: 16px;} */


/* 서브타이틀 */
.sub_toptitle{width:100%; height:300px;background:url('../../../img/company/subtop_vision.jpg') no-repeat center bottom;
    background-size: cover;}
.sub_toptitle h1{font-size: 40px;    font-weight: 400;    width: 100%;    max-width: 1200px;    margin: 0 auto;    line-height: 5;padding:20px;}
.sub h2{font-size: 2em;padding-bottom:20px; text-align: center;} 


/* 내용 */


.container{justify-content: space-between;}
#kw_box_red{border:3px solid #F2F2F2; width:100%; height:200px; position: relative; 
    background: url('../../../img/kw/dot_lt.png') no-repeat left top,  
    url('../../../img/kw/dot_lb.png') no-repeat left bottom,
    url('../../../img/kw/dot_rt.png') no-repeat right top,
    url('../../../img/kw/dot_rb.png') no-repeat right bottom;
    margin: 0 0 50px;
}

h3 {font-size: 28px; line-height: 2;    font-weight: 300;}
h4 {font-size: 20px; line-height: 1.2;padding-bottom: 20px; font-weight: 400;}
p {font-size: 16px; line-height: 1.2;}
.flower{width:25px;}
#kw_box_red .inner{    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75em;
    color:#585858;
    letter-spacing: -1px;
    line-height: 1.2;
    text-align: center;
}
#kw_box_red .inner button{position: relative;margin-top: -50px;background: #DC3B50;border-radius: 0 0 20px 20px;color: #fff;padding: 10px 50px;border: 0;}

.wide {background:url('../../../img/company/vision_bg.jpg') no-repeat right;     overflow: hidden;padding: 5% 20px;}
.wide .inner{width: 100%;
    max-width: 1200px;
    line-height: 2;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;}
.wide .inner h3{    padding: 0 0 10px 0;}
.wide .container{display: flex; justify-content: space-between;}
.wide .container .item{width:30%; height:200px; background-color: rgba(220, 59, 80, 0.3); padding:20px;}


@media (max-width:747px) {

    /* 서브타이틀 */
    .sub_toptitle {
        background: url('../../../img/company/subtop_vision_m.jpg') no-repeat center bottom;
        background-size: cover;
        margin: 0 0 20px 0;
        height:200px;
    }
    .sub_toptitle h1{text-align: center; line-height: 3;}


    /* 내용 */
    h4 {font-size: 14px;}
    #kw_box_red .inner {
        width: 100%;
        padding:0 20px;
    }

    p{font-size:14px;}

    #container{}
    .wide {height:1200px; background-size:cover;}
    .wide .inner .item{width:100%;}
    .wide .container{flex-direction: column;}
    .wide .container .item{margin:10px 0;}
    .wide .container{flex-direction:column;}

}