@charset "UTF-8";
.ceo_intro{margin:100px auto 0;}
.ceo_box{display:flex; position:relative; border-bottom:2px solid #000;}
.ceo_tit{display:flex; flex-direction: column; justify-content: center; margin-left:80px;}
.ceo_tit .tag{font-size:28px; font-weight: bold;}
.ceo_tit .nm{font-size:38px; font-weight: bold;}
.ceo_tit .group{margin-top:20px;}
.ceo_box img{width:370px; padding-left:100px;}
.ceo_txt{margin:50px 100px; text-align: left;}
.ceo_txt div{margin:20px 0;}
.ceo_txt p{display:inline-block; margin:0;}
.ceo_txt .y{color:#6b6b6b; display:inline-block; vertical-align: top; width:80px;}

@media (max-width:430px){
    .ceo_intro{margin-top:40px;}
    .ceo_intro img{width:240px; padding-left:20px;}
    .ceo_tit{margin-left:-30px;}
    .ceo_tit .tag{font-size:22px; font-weight: bold;}
    .ceo_tit .nm{font-size:28px; font-weight: bold;}
    .ceo_intro{width:100%; }
    .ceo_txt{margin:20px auto; padding:0 20px;}
    .ceo_txt .y{display:block;}
    iframe{width:100%; height:211px;}
}