.header_menu_1.item4{
  font-weight: 700;
  color: var(--main-blue);
}
.header_menu_1.item4::after{
  width: 100%;
}

.sub_top {
  background: url("/images/dcon01_bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}

.company_wrap {
  overflow: clip;
}

.sub_top_img {
  left: 67.5%;
  bottom: 2%;
}
.brand_wrap{
  padding: 8vw 0 4vw 0;
  background-color: var(--main-beige);
}
.brand_wrap_box{
  width: 83%;
  background-color: #fff;
  border-radius: 4vw;
  padding: 0.5vw 0 2vw 0;
}
.brand_wrap_box_title{
  font-size: 1.45vw;
  text-transform: uppercase;
  margin: 2vw 0 1vw 0;
}
.brand_wrap_box_title span{
  color: var(--main-red);
}
.dcon02_01.this{
  margin: 0 -2vw;
}
.brand_wrap_box_tt{
  text-align: center;
  line-height: 1.2;
  margin: 1.3vw 0 2vw 0;
}
.dcon02_04a{
  left: 38%;
}
.dcon02_04b{
  right: 39.5%;
}
.dcon03_05{
  margin: 2.5vw 0;
  overflow: hidden;
}
.dcon03_01{
  left: -4%;
  z-index: 5;
}
.dcon03_05_con p {
  text-align: start;
}
.dcon03_05_tt01{
  font-size: 1.8vw;
  font-weight: 600;
  margin-bottom: 0.2vw;
}
.dcon03_05_tt02{
  font-size: 2.6vw;
  margin-bottom: 2vw;
}

/* ===== dcon03 CM송 재생 박스 ===== */
.dcon03_playbox {
  width: 27vw;
  background: #0d2147;
  border-radius: 100px;
  padding: 0.7vw 2vw 1.3vw 2vw;
  display: flex;
  flex-direction: column;
  gap: 0.6vw;
  box-sizing: border-box;
  border: 0.4vw solid #e1edf8;
}
.dcon03_playbox_row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dcon03_playbox_title {
  color: #fff;
  font-size: 1vw;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
}
.dcon03_playbox_btn {
  width: 1.785vw;
  height: 1.785vw;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.dcon03_playbox_btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dcon03_playbox_icon_pause {
  display: none;
}
.dcon03_playbox.playing .dcon03_playbox_icon_play {
  display: none;
}
.dcon03_playbox.playing .dcon03_playbox_icon_pause {
  display: block;
}
.dcon03_playbox_bar {
  width: 100%;
  height: 0.6vw;
  background: #fff;
  border-radius: 1vw;
  position: relative;
  cursor: pointer;
}
.dcon03_playbox_bar_fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fed964;
  border-radius: 100px;
  pointer-events: none;
}
.dcon03_playbox_bar_handle {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 1vw;
  height: 1vw;
  background: #fed964;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 0 0.1vw 0.3vw rgba(0, 0, 0, 0.3);
}
.dcon03_05_con {
  left: 50%;
}
.dcon03_03d{
  bottom: 0;
  pointer-events: none;
}
.dcon03_02 {
  left: 25%;
  top: 19%;
  animation: ddm_m 1.5s infinite;
}
.dcon03_02a {
  left: 15%;
  top: 52%;
  animation: ddm_m 1.5s 0.3s infinite;
}
.dcon03_02b {
  left: 56%;
  top: 11%;
  animation: ddm_m 1.5s 0.6s infinite;
}
.dcon03_02c {
  left: 67%;
  top: 40%;
  animation: ddm_m 1.5s 1s infinite;
}
.dcon03_04 {
  left: -10%;
  top: 1%;
}
.dcon03_05_line{
  width: 0.5vw;
  height: 20vw;
  background: linear-gradient(#fed964, #f0de8c);
  left: 0;
  z-index: 5;
}






.brand_wrap_box.this{
  padding: 3vw 0;
}
.brand_wrap_box_con{
  gap: 0.5vw;
}
.dcon04_01_con{
  display: flex;
  gap: 0.8vw;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5vw;
}
.brand_wrap_box_tt01 {
  font-size: 1.55vw;
}
.brand_wrap_box_tt03{
  font-size: 1.3vw;
}
.brand_wrap_tt02 {
  margin-bottom: 1vw;
}







.dcon05_bg{
  height: 28vw;
  background: url("/images/dcon05_bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.dcon05_bg_tt01{
  font-weight: 600;
  color: #fff;
}
.dcon05_bg_tt02{
  font-size: 2.6vw;
  margin-top: 0.3vw;
}
.company_con01{
  padding: 7vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8vw;
  z-index: 1;
}
.company_con01_row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_con01_row_box {
  flex: 1;
}
.company_con01_img_box {
  width: 31.8229vw;
  border-radius: 1vw;
  overflow: hidden;
}
.company_con01_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.company_con01_txt_box {
  width: 31.8229vw;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 3.5vw;
  box-sizing: border-box;
  position: relative;
}
.company_con01_txt_box.this{
  padding: 0 0 0 1vw;
}
.company_con01_label {
  font-size: 0.8vw;
  color: var(--main-blue2);
  margin: 0 0 0.8vw 0;
  font-family: 'Paperlogy-8ExtraBold';
}
.company_con01_title {
  font-size: 1.55vw;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 3vw 0;
}
.company_con01_title span {
  color: #0c254e;
}
.company_con01_desc {
  font-size: 0.87vw;
  line-height: 1.2;
  white-space: nowrap;
}
.company_con01_desc b {
  font-weight: 600;
}
.company_con01_txt_box::after {
  content: "";
  width: 93%;
  height: 1px;
  background-color: #ddd;
  top: 5.1vw;
  position: absolute;
  transform: translateX(-1vw);
}






.company_con02{
  padding: 5vw 0;
  background: linear-gradient(#0b192f, #060e1a);
  color: #fff;
  z-index: 0;
}
.dcon06_01{
  margin-bottom: 2vw;
}
.company_con02_row_img{
  width: 9.554vw;
  height: 6.5625vw;
  border-radius: 1vw;
  overflow: hidden;
}
.company_con02_con{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-top: 3vw;
}
.company_con02_con_row{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6vw;
}
.company_con02_row_ttwrap{
  width: 30vw;
  display: flex;
  gap: 2.3vw;
  opacity: 0.3;
  position: relative;
}
.company_con02_row_imgwrap{
  width: 30vw;
  display: flex;
  justify-content: end;
  gap: 0.5vw;
  opacity: 0.3;
}

.company_con02_row_tt01_box{
  width: 7vw;
  height: fit-content;
  font-size: 1.3vw;
  font-weight: 700;
  z-index: 0;
}
.company_con02_row_tt01{
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_con02_row_tt02{
  font-size: 0.85vw;
  line-height: 1.7;
}
/* .company_con02_row_tt01::before {
  content: "";
  position: absolute;
  width: 155%;
  height: 150%;
  background: radial-gradient(
  ellipse at center,
  rgba(254, 218, 100, 0.55) 0%,
  rgba(254, 218, 100, 0) 70%
);
  z-index: -1;
  pointer-events: none;
} */
.company_con02_row_tt01_bg {
  position: absolute;
  width: 110%;
  height: 65%;
  background: rgba(254, 218, 100, 0.562);
  border-radius: 0.8vw;
  filter: blur(0.5vw);
  z-index: -1;
}
.company_con02_con_linewrap{
  width: 1px;
  height: 95.2%;
  top: 0.5vw;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.219)
}
.company_con02_con_line{
  width: 1px;
  height: 100%;
  background-color: #feda64a4;
}
.company_con02_con_circle{
  width: 0.7vw;
  height: 0.7vw;
  background-color: #fed964;
  border-radius: 100px;
  position: sticky;
  top: 50vh;
  margin-left: -0.3vw;
}
/* .company_con02_row_ttwrap::after{
  content: "";
  position: absolute;
  width: 0.7vw;
  height: 0.7vw;
  background-color: #fed964;
  border-radius: 100px;
  top: 0.5vw;
  left: -3.3vw;
} */
.company_con02_con_circlewrap{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.company_con02_con_circle.item3{
  transform: translateY(-0.5vw);
}
.dcon06_bg2{
  top: -6%;
}
.dcon06_02{
  top: 10vw;
  position: sticky;
}
.dcon06_02_wrap{
  position: absolute;
  right: 1vw;
  top: 15%;
}
.dcon06_02_track{
  height: 125vw;
  position: relative;
}








.company_con03{
  padding: 5vw 0;
  background-color: var(--main-sky);
}
.company_con03_con {
  width: 65.302vw;
  margin: 1vw 0 0 0;
  background: #fff;
  border-radius: 2vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
}
.company_con03_map {
  width: 100%;
  background: #f0f0f0;
  border-radius: 0 0 2vw 2vw;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.company_con03_info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3vw 0;
  gap: 5vw;
}
.company_con03_info_item {
  display: flex;
  align-items: center;
  gap: 0.6vw;
}
.company_con03_info_icon {
  width: 1.6vw;
  height: 1.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.company_con03_info_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company_con03_info_text {
  display: flex;
  align-items: center;
  gap: 1vw;
}
.company_con03_info_label {
  font-size: 0.95vw;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.company_con03_info_value {
  font-size: 0.95vw;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}








.dcon08_bg{
  height: 28vw;
  background: url("/images/dcon08_bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
.dcon08_bg_con{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.dcon08_bg_con p{
  text-align: end;
}
.dcon08_bg_tt01{
  width: fit-content;
  font-size: 2.5vw;
  margin-bottom: 1.5vw;
}
.dcon08_bg_tt02{
  font-size: 1vw;
  font-weight: 600;
}
.dcon08_02{

}
.dcon08_02.item1{
  left: -2.5vw;
  top: -0.5vw;
}
.dcon08_02.item2{
  right: -2.5vw;
  bottom: 0.5vw;
  rotate: 180deg;
}
.dcon08_01{
  bottom: 0;
  left: 25%;
}




.ceo_con01{
  padding: 6vw 0;
}
.ceo_con01_tt01{
  font-size: 1.05vw;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.ceo_con01_line{
  width: 2.7vw;
  height: 0.3vw;
  background-color: #9ea8b8;
  margin: 2vw 0;
}
.dcon09_10{
  bottom: 0;
  z-index: -1;
}
.ceo_con01_con{
  width: 55%;
}
.ceo_con01_con_row{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2.5vw 5vw;
  box-sizing: border-box;
  position: relative;
  border-radius: 1.5vw;
  overflow: hidden;
}

.dcon09_01{
  bottom: 0;
  left: 5%;
}
.ceo_con01_con_row_tt01{
  font-size: 1vw;
  margin-bottom: 1vw;
  font-weight: 600;
  white-space: nowrap;
}
.ceo_con01_con_row_tt01 span{
  color: var(--main-red);
}
.ceo_con01_con_row_tt02{
  font-size: 0.84vw;
  line-height: 1.2;
  white-space: nowrap;
}
.ceo_con01_con_row_tt02 b{
  font-weight: 600;
}
.ceo_con01_con_row.item1,
.ceo_con01_con_row.item3{
  padding: 5vw 5.5vw;
}
.ceo_con01_con_row.item5{
  padding: 3vw 5.5vw;
}
.ceo_con01_con_row.item2{
  background-color: #faf3e6;
  border: 1px solid #e7e7e7;
}
.ceo_con01_con_row.item4{
  background-color: #fff6f7;
  border: 1px solid #e7e7e7;
}
.ceo_con01_con_row.item6{
  background-color: #e2eef8;
  border: 1px solid #e7e7e7;
}
.ceo_con01_con_row.item8{
  background-color: #faf3e6;
  border: 1px solid #e7e7e7;
}
.item1 .ceo_con01_con_row_ttwrap,
.item5 .ceo_con01_con_row_ttwrap{
  position: relative;
  left: 55.5%;
}


.item3 .ceo_con01_con_row_ttwrap,
.item6 .ceo_con01_con_row_ttwrap{
  display: flex;
  gap: 10.3vw;
}
.dcon09_02 {
  right: -9%;
  top: 13%;
}
.dcon09_03 {
  right: 8%;
  bottom: -4.5%;
}
.dcon09_04 {
  bottom: 0;
  left: 37%;
}
.dcon09_05 {
  right: 1.5vw;
  border-radius: 1.2vw;
  overflow: hidden;
}
.dcon09_06 {
  bottom: 0;
}
.dcon09_07 {
  right: 1.5vw;
  border-radius: 1.2vw;
  overflow: hidden;
}
.dcon09_08 {
  right: 1vw;
  bottom: 2vw;
}
.dcon09_08b {
  top: -9%;
  left: -6%;
  mix-blend-mode: plus-lighter;
}
.dcon09_09 {
  right: 0;
  bottom: 0;
}




/* ===== 이미지 설정 (vw 너비 + aspect-ratio) ===== */
.sub_top_tt03 { width: 38.2152vw; aspect-ratio: 728/97; }
.sub_top_img { width: 14.8031vw; aspect-ratio: 141/148; }
.dcon02_01 { width: 11.3386vw; aspect-ratio: 108/109; }
.dcon02_02a { width: 26.1942vw; aspect-ratio: 499/189; }
.dcon02_04 { width: 52.8609vw; aspect-ratio: 53/14; }
.dcon02_04a { width: 6.5092vw; aspect-ratio: 31/51; }
.dcon02_04b { width: 5.5643vw; aspect-ratio: 106/191; }
.dcon03_05 { width: 83.9895vw; aspect-ratio: 50/19; }
.dcon03_01 { width: 47.8740vw; aspect-ratio: 38/27; }
.dcon03_02 { width: 3.1496vw; aspect-ratio: 60/139; }
.dcon03_02a { width: 3.8845vw; aspect-ratio: 37/39; }
.dcon03_02b { width: 2.4147vw; aspect-ratio: 23/21; }
.dcon03_02c { width: 3.1496vw; aspect-ratio: 60/73; }
.dcon03_04 { width: 50.4987vw; aspect-ratio: 481/322; }
.dcon03_03d { width: 23.9370vw; aspect-ratio: 456/77; }
.dcon04_01 { width: 32.5459vw; aspect-ratio: 310/153; }
.company_con01_img_box { aspect-ratio: 611/345; }
.company_con02_row_img { aspect-ratio: 13/9; }
.company_con03_info_icon { aspect-ratio: 20/27; }
.dcon06_bg2 { width: 100%; aspect-ratio: 640/143; }
.dcon06_02 { width: 29.5538vw; aspect-ratio: 563/434; }
.dcon06_01 { width: 30.5512vw; aspect-ratio: 6/1; }
.dcon08_02 { width: 1.1549vw; aspect-ratio: 11/10; }
.dcon08_01 { width: 16.7454vw; aspect-ratio: 319/465; }
.dcon09_01 { width: 22.2047vw; aspect-ratio: 423/226; }
.dcon09_02 { width: 14.4357vw; aspect-ratio: 275/179; }
.dcon09_03 { width: 15.9580vw; aspect-ratio: 38/21; }
.dcon09_04 { width: 8.5039vw; aspect-ratio: 162/287; }
.dcon09_05 { width: 17.1654vw; aspect-ratio: 109/147; }
.dcon09_06 { width: 22.6772vw; aspect-ratio: 216/133; }
.dcon09_07 { width: 17.1654vw; aspect-ratio: 109/105; }
.dcon09_08 { width: 21.5223vw; aspect-ratio: 205/158; }
.dcon09_08b { width: 31.1286vw; aspect-ratio: 593/299; }
.dcon09_09 { width: 19.2651vw; aspect-ratio: 367/355; }
.dcon09_10 { width: 100.7874vw; aspect-ratio: 640/403; }



















@media screen and (max-width:599px) {

  .sub_top_img {
    left: 84%;
    bottom: 15%;
}


.brand_wrap {
  padding: 23vw 0 10vw 0;
  background-color: var(--main-beige);
}
.brand_wrap_box {
  width: 95%;
  border-radius: 6vw;
  padding: 0 0 8vw 0;
  margin-top: 3vw;
}
.brand_wrap_box_title {
  font-size: 4.3vw;
  margin: 8vw 0 4vw 0;
}
.dcon02_01 {
  width: 33vw;
}
.dcon02_01.this {
  margin: 0 -7vw;
}
.brand_wrap_box_tt {
  margin: 4vw 0 6vw 0;
}
.brand_wrap_box_con.this{
  flex-direction: row;
}
.brand_wrap_box_con {
  flex-direction: column;
  gap: 1vw;
}
.dcon02_02a {
  width: 80vw;
}
.dcon02_02a.this{
  margin-bottom: -0.5vw;
}
.dcon02_04 {
  width: 90vw;
}
.dcon02_04 div{
  scale: 1.8;
}
.dcon02_04a {
  left: 40%;
}
.dcon02_04b {
  right: 42%;
}
.dcon03_05 {
  width: 140vw;
  z-index: 0;
  margin: 8vw 0;
}
.dcon03_05_con {
  left: auto;
  z-index: 5;
  margin-top: 2vw;
}
.dcon03_05_con p {
  text-align: center;
}
.dcon03_05_tt01 {
  font-size: 4vw;
  margin-bottom: 1vw;
}
.dcon03_05_tt02 {
  font-size: 6vw;
  margin-bottom: 4vw;
}
.dcon03_playbox {
  width: 85vw;
  padding: 3vw 6vw 4vw 6vw;
  gap: 3vw;
  border: 0.4vw solid #e1edf8;
}
.dcon03_01 {
  left: auto;
}
.dcon03_01 div{
  display: none;
}
.dcon03_01 img {
  scale: 1.85;
  opacity: 0.3;
}
.dcon03_playbox_title {
  font-size: 3.2vw;
}
.dcon03_playbox_btn {
  width: 6vw;
  height: 6vw;
}
.dcon03_playbox_bar {
  height: 1.5vw;
  border-radius: 100px;
}
.dcon03_playbox_bar_handle {
  width: 3vw;
  height: 3vw;
}
.dcon03_04 {
  width: 85vw;
  left: auto;
}
.brand_wrap_box.this {
  padding: 8vw 0;
}
.brand_wrap_box_tt01 {
  font-size: 4.5vw;
}
.brand_wrap_box_tt03 {
  font-size: 3.5vw;
}
.dcon04_01_con {
  gap: 1vw;
  margin-top: 4vw;
}
.dcon04_01 {
  width: 85vw;
}







.dcon05_bg {
  height: 40vw;
}
.dcon05_bg_tt02 {
  font-size: 6vw;
  margin-top: 0.5vw;
}
.company_con01_row {
  flex-direction: column;
}
.company_con01_img_box {
  width: 80vw;
  border-radius: 3vw;
  margin-bottom: 4vw;
  order: -1;
}
.company_con01_txt_box {
  width: 100%;
  padding: 0;
  text-align: center;
}
.company_con01_label {
  font-size: 3.2vw;
  margin: 0 0 1.8vw 0;
}
.company_con01_title {
  font-size: 3.8vw;
  margin: 0 0 6vw 0;
}
.company_con01_desc {
  font-size: 3.2vw;
  line-height: 1.3;
}
.company_con01_txt_box::after {
  width: 80vw;
  top: 13vw;
  left: 50%;
  transform: translateX(-50%);
}
.company_con01 {
  padding: 8vw 0;
  gap: 8vw;
}






.dcon06_bg2 {
  top: -5vw;
}
.company_con02 {
  padding: 15vw 0 10vw 0;
}
.dcon06_01 {
  width: 50vw;
}
.dcon06_01 {
  margin-bottom: 3vw;
}
.dcon06_02 {
  display: none;
}
.company_con02_row_tt02 {
  font-size: 3vw;
  line-height: 1.5;
}
.company_con02_row_ttwrap {
  width: auto;
  flex-direction: column;
  gap: 1.5vw;
  opacity: 0.4;
}
.company_con02_row_tt01_box {
  width: 100vw;
  font-size: 3.8vw;
}
.company_con02_row_imgwrap {
  width: auto;
  gap: 2vw;
}
.company_con02_con_row {
  flex-direction: column;
  align-items: center;
  gap: 3vw;
  text-align: center;
}
.company_con02_row_tt01 {
  margin: 0 auto;
}
.company_con02_row_img {
  width: 30vw;
  height: auto;
  border-radius: 2vw;
}
.company_con02_con {
  gap: 5vw;
  margin-top: 5vw;
}
.company_con02_row_ttwrap::after {
  width: 3vw;
  height: 3vw;
  top: 1vw;
  left: 8.5vw;
  display: none;
}
.company_con02_con_linewrap {
  height: 94.3%;
  top: 3.5%;
  left: 8%;
}
.company_con02_con_circle{
  width: 3vw;
  height: 3vw;
  margin-left: -1.5vw;
}






.company_con03 {
  padding: 10vw 0;
}
.company_con03_con {
  width: 95vw;
  margin: 3vw 0 0 0;
  border-radius: 4vw;
}
.company_con03_map {
  height: 40vw;
  border-radius: 0 0 4vw 4vw;
}
.company_con03_map img{
  scale: 2;
}
.company_con03_info {
  flex-direction: column;
  padding: 3vw 0;
  gap: 2vw;
}
.company_con03_info_text {
  gap: 2vw;
}
.company_con03_info_text p{
  font-size: 3vw;
}
.company_con03_info_icon {
  width: 4vw;
  height: 4vw;
}
.company_con03_info_item {
  gap: 1.5vw;
}






.dcon08_bg {
  height: 40vw;
}
.dcon08_bg_con {
  width: 75%;
}
.dcon08_bg_tt01 {
  font-size: 6vw;
  margin-bottom: 2vw;
}
.dcon08_bg_tt02 {
  font-size: 3.2vw;
}
.dcon08_01 {
  width: 24vw;
  left: 9%;
}
.dcon08_02 {
  width: 3vw;
}
.dcon08_02.item1 {
  left: -4.5vw;
}
.dcon08_02.item2 {
  right: -5vw;
}




.ceo_con01 {
  padding: 10vw 0 40vw 0;
}
.ceo_con01 .brand_wrap_box_title {
  margin-top: 0;
}
.ceo_con01_tt01 {
  font-size: 3.4vw;
}
.ceo_con01_line {
  width: 15vw;
  margin: 7vw 0 0 0;
}
.ceo_con01_con {
  width: 95vw;
}
.ceo_con01_con_row {
  padding: 8vw 0 !important;
  text-align: center;
  border-radius: 4vw;
  justify-content: center;
}
.ceo_con01_con_row img{
  opacity: 0.15;
}
.ceo_con01_con_row_ttwrap{
  width: 100%;
  margin: 0 auto;
  left: auto !important;
  z-index: 5;
}
.ceo_con01_con_row_tt01 {
  font-size: 3.7vw;
  margin-bottom: 3vw;
}
.ceo_con01_con_row_tt02 {
  font-size: 3.2vw;
}
.item3 .ceo_con01_con_row_ttwrap, .item6 .ceo_con01_con_row_ttwrap {
  flex-direction: column;
  gap: 0;
}
.dcon09_01 {
  left: auto;
  width: 45vw;
}
.dcon09_02 {
  width: 35vw;
  top: 5%;
}
.dcon09_03 {
  width: 55vw;
  right: auto;
  bottom: -13%;
}
.dcon09_04 {
  bottom: -13%;
  left: auto;
  width: 25vw;
}
.dcon09_05 {
  right: auto;
  border-radius: 4vw;
  width: 100%;
  height: 100%;
}
.dcon09_05 img,
.dcon09_07 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: brightness(0.4);
}
.item4 .ceo_con01_con_row_ttwrap,
.item7 .ceo_con01_con_row_ttwrap{
  color: #fff;
}
.dcon09_06 {
  width: 45vw;
}
.dcon09_07 {
  right: auto;
  border-radius: 4vw;
  width: 100%;
  height: 100%;
}
.dcon09_08 {
  width: 80vw;
  right: auto;
  bottom: 0vw;
}
.dcon09_08b {
  display: none;
}
.ceo_con01_con_row.item7{
  margin: 3vw 0;
}
.dcon09_09 {
  width: 50vw;
  right: 0;
  bottom: -37vw;
}
.dcon09_10 {
  width: 350vw;
}


























}