/* BASIC css start */
.flex-container_pm {
  display: flex;
  max-width: 860px;
  min-width: 480px;
  align-self: center;
  background-color: #FFF;
}

.promotion001 {
	//background-image: url(http://joo2234.img13.kr/2022/layout/company_01_bg.jpg);
	max-width: 860px;
min-width: 100%;
	height: 100%;
	text-align: left;
    border: 0px solid red;
    margin-top: 10px;
}

.promotion001 img {width: 100%}

.company001 h1 {
font-size:30px;
margin: 300px 20px 30px 200px;
text-align: left;
font-family: 'Noto Sans KR', sans-serif;
}

.company001_txt {
font-size:16px;
margin: 30px 20px 30px 50px;
text-align: left;
font-family: 'Noto Sans KR', sans-serif;
}

.table001 {
    margin: 10px 20px 10px 50px;
    width: 90%;
    font-size:14px;
}

.table001>tr, td {
    font-family: 'Noto Sans KR', sans-serif; 
  font-size:14px;  
}

.tr001{
    background-color: darkorange;
    text-align: center;
    color: #FFF;
font-weight: 500;
}

.table001 td {text-align: center;}
.td004 { }


/* youtube */

.youtb {
     //width: 100%;
     display: flex;
      justify-content: center;
     align-items: center;
margin: 15px 0;
}

.embed-container { 
position: relative; 
overflow: hidden; 
width: 640px; height: 360px;
max-width: 100%;  }


/* BASIC css end */

