
@charset "utf-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(normalize.css);
@import url(common.css);

#loading{	transition:all 1s

}

.head_slogan {
margin-top:0;
display:block;
}

#content_wrapper {
    width:1200px;
    padding:120px 0;
height:1200px;
    margin:auto
}

#content_wrapper .ceo_con h4 {
    text-align: center;
}


#content_wrapper h4 img {
vertical-align:text-top;
padding:5px
}


#content_wrapper .ceo_con article{
   padding: 100px 0 0px;
    height:650px;
    position: relative
}

#content_wrapper .ceo_con p{
    display:block;
    width:100%;

 color:#002758;
  text-align: justify;
  text-justify: inter-word;
}
#content_wrapper .ceo_con .ceoimg {
    display:block;
    float:right;
    bottom:30px;
    position: relative;
   width:50%;
   margin-left:15px
}

.ceo_con .triangle2{
    display: block;
    margin-left:50px
}
.ceo_con .ceoimg_1{
    display:block;
    position: absolute;
    left:0;
    bottom:-23px;
}

.codberg_logo_meaning{
    margin-top:30px;
    text-align: center
}


/*-------------------- On screens that are 1215px or less,-------------------------- */
@media screen and (max-width: 1215px) {
    #content_wrapper {
        width: 98%;
        padding: 120px 0;
        height: 100%;
        margin: auto
    }
#content_wrapper .ceo_con h4 {
    width:600px;
    margin: auto

}

    
    #content_wrapper .ceo_con p{
        width:100%;
        
    } 
    .ceo_con .ceoimg{
        margin-top:20px;
        width:30%;
    }
    .ceo_con .triangle2{
    display: block;
    margin-left:50px
}
.ceo_con .ceoimg_1{
    display:block;
    position: absolute;
    left:0;
    bottom:-20px;
}
    .ceo_con .ceoimg_1 img{
        width:90%;
  
    }
    .ceo_con .ceoimg .triangle2 img {
        width:100%
    }
  
}    
    
/*-------------------- On screens that are 800px or less,-------------------------- */
@media screen and (max-width: 800px) {
    #content_wrapper .ceo_con article{
        padding:50px 0 100px 
    }
   #content_wrapper .ceo_con p {
        width:94%;
		margin:auto;
        float: none
    } 
    #content_wrapper .ceo_con .ceoimg {
        float: none;
        margin: auto;
        margin-bottom: 30px
    }
       #content_wrapper .ceo_con h4 {

    margin: auto

}
    #content_wrapper h4::before {
    width:50px;
    height:50px;
    top:15px;
    left:0;
}
    
#content_wrapper h4::after {
     width:50px;
    height:50px;
    top:65px;
    right:0
}
    .ceo_con .ceoimg{
        margin-top:20px;
        width:100%
    }
    .ceo_con .triangle2{
    display: block;
    margin-left:50px
}
.ceo_con .ceoimg_1{
    display:block;
    position: absolute;
    left:0;
    bottom:-10px
}
    .ceo_con .ceoimg_1 img{
        width:90%;
    }
    .ceo_con .ceoimg .triangle2 img {
        width:100%
    }
    .codberg_logo_meaning {
        margin-top:100px
    }
    .codberg_logo_meaning img{
      width:170px
    }
}
/*-------------------- On screens that are 800px or less,-------------------------- */
@media screen and (max-width: 600px){
    #content_wrapper .ceo_con article{
        height:100%;
		padding:50px 0 20px
    }

    #content_wrapper .ceo_con h4 {
	font-size:20px;
        width:420px
    }

    
}

/*-------------------- On screens that are 430px or less,-------------------------- */
@media screen and (max-width: 430px) {
 
      #content_wrapper .ceo_con h4 {
        width:300px
    }
      #content_wrapper h4::before {
    width: 30px;
    top:30px;
    left:-10px;
}
    
 #content_wrapper h4::after {
     width:30px;
    height:50px;
    top:60px;
    right:0;
}
}

/*-------------------- On screens that are 320px or less,-------------------------- */
@media screen and (max-width: 320px){
    .codberg_logo_meaning{
        margin-top:0
    }
}
