.font_gm{
    font-family: 'GmarketSansMedium';
}
.sub_bg_b{
    background-color: #fef7f2;
}
.font_gb{
    font-family: 'GmarketSansbold';
}
.bo_black{
    border: solid 1px black;
}
.sub_sec0{
    width: 100%;
}
.sub_sec0_boxarea{
    display: flex;
}
#sub_sec_title .sub_conbox_area{

    background-image: url(./../image/interior/cosmos/main_vi.png), url(./../image/interior/cosmos/main_vi_2.png);
    background-repeat: no-repeat;
    background-size: 24%, 6%;
    background-position: right 40px top 50px, right 200px bottom 0;
}
.sub_sec0_box{
    width: 60px;
    height: 60px;
}
.sub_sec_box1{
    width: 100%;
}
.sub_sec_left_box{
    width: 60px;
   
}
.sub_sec_boxarea{
    display: flex;
}

#sub_sec_title h3{
    margin: 0 0 50px 64px;
    display: flex;
    font-size:26px ;
    line-height: 56px;
    padding: 0 36px;
    background-color: black;
    color: white;
    width: fit-content;
} 
.sub_sec_boxarea h3{
    margin: 45px 0 22px 64px;
    display: flex;
    font-size:42px ;
    line-height: 120%;
}
.sub_sec_boxarea h3 span{
    width: 47px;
    height: 47px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    margin-right: 18px;
    font-size: 32px;
}
.sub_sec_boxarea p{
    margin: 0 0 35px 64px;
    color: #7b7b7b;
    font-size: 25px;
    line-height: 39px;
}

.sub_conbox_area{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.sub_conbox_area::after{
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: white;
    border: solid 1px black;
    top: -6px;
    left: -6px;
}
.sub_conbox_area h1{
    margin: 0 0 51px 64px;
font-size: 107px;
line-height:120px ;
}
.sub_conbox_area h1 span{
    color: #b93f2d;
}
.sub_conbox_area h4{
    margin: 0 0 62px 64px;
    font-size: 43px;
}
.sub_img_area{
    width: 100%;
    height: 530px;
    background-repeat: no-repeat;
}
#sub_sec1 .sub_img_area{
    background-image: url(./../image/interior/cosmos/sec1_img.png);
    background-position: right 3px bottom 20%;
}
#sub_sec2 .sub_img_area{
    background-image: url(./../image/interior/cosmos/sec2_img.png);
background-size: cover;
    background-position: right 3px bottom 20%;
}
#sub_sec3 .sub_img_area{
    background-image: url(./../image/interior/cosmos/sec3_img.png);
    background-position: right 3px bottom 20%;
    background-size: cover;
}
#sub_sec4 .sub_img_area{
    display: flex;
    width: 100%;
}
#sub_sec4 .sub_img_area .sub_img1{
    background-image: url(./../image/interior/cosmos/sec4_1_img.png);
    width: 50%;
    background-size: cover;
}
#sub_sec4 .sub_img_area .sub_img2{
    background-image: url(./../image/interior/cosmos/sec4_2_img.png);
    width: 50%;
    background-size: cover;
}
#sub_sec5 .sub_img_area{
    background-image: url(./../image/interior/cosmos/sec5_img.png);
  background-position: center;
    background-size: cover;
}

#sub_sec1 .sub_img_area{
    background-image: url(./../image/interior/cosmos/sec1_img.png);
    background-size: cover;
}
.sub_sec_bt{
    display: flex;
    text-align: center;
    line-height: 78px;
    justify-content: center;
}
.sub_sec_bt h4{
    font-size: 30px;
    font-weight: 300;
}
#sub_sec2 .sub_conbox_area{
    background-image: url(./../image/interior/cosmos/sec2_bg.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: right 10% top -20%;
}
#sub_sec4 .sub_conbox_area{
    background-image: url(./../image/interior/cosmos/sec4_bg.png);
    background-repeat: no-repeat;
    background-size: 14%;
    background-position: right 8% top 16%;
}