@charset "utf-8";
.view-cont li{
    position: relative;
}
.video-content{position: absolute; z-index: 2;}
.video-content video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-content video.video-source{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  aspect-ratio: 1 / 1;
}


#breast_241015{

}
#breast_241015 .video-content{
    left: 50%;
    top: 50%;
    transform: translate(0%,-53%);
    width: 45%;
    border-radius: 50%;
    overflow: hidden;
}
#nose_241017_1 .video-content{
    left: 5%;
    top: 50%;
    transform: translate(0%,-25%);
    width: 45%;
    border-radius: 50%;
    overflow: hidden;
}

#nose_241017_2 .video-content{
    left: 5%;
    top: 50%;
    transform: translate(0%,-25%);
    width: 45%;
    border-radius: 50%;
    overflow: hidden;
}



header{display:none !important;}
body{font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-weight: 300;}
input{font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-weight: 300;}
#logo{padding: 18px 0;}
#logo img{height: 100%; margin-top: 0;}
.view-cont{position: relative; min-height: auto; display: flex; flex-direction: row-reverse; max-width: 1920px; margin: 0 auto;}
#bo_v{padding: 0;width: 50%; }
#bo_v_atc{width: 100%; padding: 0; min-height: auto;}
#bo_v_atc img{width: 100%}
#db_area{width: 50%; height: 100%; position: relative; font-size: 14px;}
.db-form{position: fixed; padding: 50px 100px; width: 50%;}
.db-form input{width: 100%; height: 46px; padding: 4px 8px;}
.db-form .db_info{margin-top: 20px;}
.db-form .db_th{margin-bottom: 5px;}
.db-form .submit-btn{ margin-top: 30px;}
.db-form .submit-btn .q_agree label{display: flex; align-items: center; cursor: pointer;}
.db-form .submit-btn .q_agree input{width: 16px; height: 16px; margin-right: 4px; padding: 0; accent-color: #121212;}
.db-form .submit-btn .q_confirm{margin-top: 30px; }
.db-form .submit-btn .q_confirm input{background-color: #75a6ff; border: 0; color: white; font-weight: 400; font-size: 20px; height: auto; padding: 16px 0; cursor: pointer;}
#bo_gall{max-width: 1080px; margin: 0 auto; width: 100%;}
#bo_gall #gall_ul{display: flex; justify-content: space-between; margin: 0; padding: 0;}
#bo_gall .gall_li{width: calc(50% - 20px); float: none; padding: 0; margin-bottom: 40px;}
#bo_w{max-width: 1080px; margin: 0 auto;}
#bo_gall .gall_text_href{display: none;}

@media (max-width:800px){
    .view-cont{position: relative; min-height: auto; display: block; max-width: 100%;}
    #bo_v{width: 100%; }
    #db_area{width: 100%; height: auto; position: fixed; bottom: 0; font-size: 12px;}
    .db-form{position: relative; padding: 3vw; width: 100%; background: rgba(0,0,0,0.7);}
    .db-form .form-box > ul{display: flex;}
    .db-form .db_info{margin-top: 0;}
    .db-form .db_th{display: none;}
    .db-form .submit-btn ul{display: flex;}
    .db-form .submit-btn ul li{width: 100%;}
    .db-form .submit-btn .q_confirm{margin-top: 0;}
    .db-form .q_agree{color: white;}
    .db-form input{width: 100%; height: 34px; padding: 4px 8px;}
    li.db_info{width: 100%;}
    li.db_info:last-child{margin-left: 3vw;}
    .db-form .submit-btn .q_confirm{margin-left: 3vw;}
    .db-form .submit-btn .q_confirm input{font-size: 16px; padding: 8px 0;}
    .db-form .submit-btn{margin-top: 3vw; }
    #bo_gall{width: calc(100% - 12vw);}
    #bo_gall #gall_ul{flex-wrap: wrap;}
    #bo_gall .gall_li{width: 100%; margin-bottom: 6vw;}
    

}