/* wallpaper */
.wallpaper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #000;
}
.video_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130%;
    height: 130%;
    transform: translate(-50%, -50%);
    display: none;
}
.wallpaper_gradi {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0,0,0,0.6), transparent 13%, transparent 32%, rgba(0,0,0,0.05) 42%, rgba(0,0,0,0.1) 50%, #000);
    z-index: 98;
}
.wallpaper_txt_box {
    position: absolute;
    left: 50%;
    bottom: 14.5%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 99;
    display: none;
}
.wallpaper_txt_box > p {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    transition: all 1s;
}
.wallpaper_txt_box > h1 {
    display: block;
    font-size: 36px;
    margin-bottom: 20px;
}
.wallpaper_txt_box span {
    transition: all 0.5s;
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
}
.wallpaper_txt_more_box{display: flex; align-items: center; justify-content: center; transform: translateX(6px); font-weight: 900; opacity: 0; transition: all 1s;}
.wallpaper_txt_more_box > p {margin-right: 8px; font-size: 12px;}
.hover_circle {
    width: 42px;
    height: 42px;
    position: relative;
    cursor: pointer;
}
.hover_circle_inner {
    fill: none;
    background: transparent;
    width: 42px;
    transform: rotate(270deg);
}
.hover_circle_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
}
.horver_circle_inner_border {
    stroke: #8f8f8f;
}
.hover_circle_act {
    stroke: #da291c;
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
}
.hover_circle_txt {cursor: pointer;}
/* wallpaper_navi */
.wallpaper_navi_box {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 99;
}
.navi_circle {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
}
.ani_circle g {
    display: none;
    transform: rotate(270deg);
    transform-origin: center;
    stroke: #8f8f8f;
}
.bullet-progress-circle {
    transition: none;
    stroke-dashoffset: 56;
    stroke: #da291c;
    stroke-dasharray: 56;
}
.bullet-progress-circle-act {
    transition: all 6.9s linear;
    stroke-dashoffset: 0;
}
.bullet-progress-circle-act2 {
    transition: all 6.9s linear;
    stroke-dashoffset: 0;
}
.navi_circle_back {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s;
    opacity: 1;
}
.opacity_0 {opacity: 0;}
/* //////////// */
/* main */
.main {padding-top: 8vw;}
/* rotate_360_box */
.title_360 {font-weight: 700; text-align: center;}
.title_360 > h1 {
    display: block;
    font-size: 30px;
    margin-bottom: 2%;
}
.title_360 > p {
    display: block;
    font-size: 20px;
    margin-bottom: 2%;
}
.active_box_360 {
    width: 100%;
    height: 100%;
    padding-bottom: 50%;
    position: relative;
}
#container {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../corvette_img/index/rotate_360/rotate_360.jpg) no-repeat center / cover;}
.rotate_loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    cursor: pointer;
}
.rotate_loading > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.4) rotate(270deg);
    width: 80%;
    height: 80%;
}
.loader-path {
    stroke-width: 0.5;
    stroke: #af842b;
    stroke-dasharray: 126;
    stroke-dashoffset: 126;
}
.loader-path-act {
    transition: all 0.4s;
    stroke-dashoffset: 0;
}
.rotate_sym {
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../corvette_img/index/rotate_360/rotate_sym.png) no-repeat center / contain;
}
/* gallery */
.gallery_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4%;
    font-size: 0;
}
.gallery_inner {
    flex: 0 0 calc(100% / 3);
    overflow: hidden;
    cursor: pointer;
}
.gallery_inner > img {
    width: 104%;
    transition: all 0.5s;
    opacity: 0.9;
}
.gallery_inner:hover > img {
    transform: scale(1.1);
    opacity: 1;
}
.gallery_inner_black {
    background: #222;
    position: relative;
}
.gallery_inner_black:hover {
    background: #000;
}
.gallery_inner_black:hover h5 {
    border-bottom: 3px solid #cd9834;
}
.gallery_inner_txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}
.gallery_inner_txt > h5 {
    display: block;
    color: #fff;
    font-size: 22px;
    padding-bottom: 2%;
    margin-bottom: 3%;
    border-bottom: 3px solid transparent;
}
.gallery_inner_txt > p {
    width: 100%;
    color: #cd9834;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
}
.gallery_inner_txt i {
    display: inline-block;
    width: 1.5px;
    height: 65%;
    background: #cd9834;
}
/* wish_design_box */
.wish_design_box {
    width: 100%;
    padding-bottom: 39%;
    background: url(../corvette_img/index/wish_design/wish_design.jpg) no-repeat center / cover;
    position: relative;
}
.wish_design_txt_box {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 8%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.wish_design_title {font-size: 34.5px; margin-bottom: 2%;}
.wish_design_sub_txt {font-size: 19px; margin-bottom: 2.3%;}
.wish_design_hover_box {padding: 1.3% 9%; border: 3px solid #cd9834; font-size: 16px; font-weight: 800; cursor: pointer; display: inline-block;}
.wish_design_hover_box:hover {background: #cd9834;}
/* news_slide_box */
.news_slide_box {
    margin-top: 7%;
}
.news_slide_box_inner_box {
    padding-bottom: 53%;
    position: relative;
}
.news_slide_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3%;
    height: 8%;
    cursor: pointer;
}
.news_slide_btn_L {left: 0;}
.news_slide_btn_R {right: 0;}
.news_slide_btn > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    fill: #a8a8a8;
}
.news_slide_content_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    height: 100%;
    padding: 0 2vw;
    box-sizing: border-box;
    display: flex;
}
.news_slide_content_box_inner {
    width: 50%;
    height: 100%;
    position: relative;
}
.n_s_txt_box {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.n_s_txt_box_title {
    width: 91%;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 36px;
}
.n_s_txt_box_title > span {
    display: inline-block;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s;
}
.n_s_txt_box_ex {
    width: 78%;
    margin-top: 4%;
    font-size: 16px;
    margin-bottom: 8%;
    line-height: 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s;
}
.n_s_txt_box_more {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 2%;
    font-weight: 800;
    letter-spacing: 2px;
    cursor: pointer;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s;
}
.news_slide_content_box .hover_circle_icon {fill: #000;}
.news_slide_content_box_inner_R {overflow: hidden;}
.n_s_img_box {
    width: 97%;
    height: 100%;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(-101%, -50%);
    transition: all 0.5s;
    background: #ddd;
    display: none;
}
.n_s_box_size {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}
.n_s_img_box1 {
    background: url(../corvette_img/index/news_slide/news_slide_img1.jpg) no-repeat center / cover;
}
.n_s_img_box2 {
    background: url(../corvette_img/index/news_slide/news_slide_img2.jpg) no-repeat center / cover;
}
.n_s_img_box3 {
    background: url(../corvette_img/index/news_slide/news_slide_img3.jpg) no-repeat center / cover;
}
.n_s_img_box4 {
    background: url(../corvette_img/index/news_slide/news_slide_img4.jpg) no-repeat center / cover;
}
.news_outer_box {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 107%;
    display: flex;
    align-items: center;
    gap: 2%;
    justify-content: center;
}
.news_outer_box .navi_circle {width: auto; height: auto;}
.news_outer_box .navi_circle_back {background: #000;}
.news_navi_box {display: flex;}
.news_outer_middle_line {
    width: 50px;
    height: 2px;
    background: #8f8f8f;
}
.news_outer_txt {font-size: 10px; letter-spacing: 1px; cursor: pointer;}
/* etc_box */
.etc_box {
    margin-top: 8%;
    width: 100%;
    display: flex;
}
.etc_box_inner {
    flex: 0 0 calc(100% / 2);
    padding-bottom: 40%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.etc_box_inner img {
    width: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.etc_box_inner_R img {width: 128%;}
.etc_box_inner:hover img {transition: all 3s; transform: translate(-50%, -50%) scale(1.05);}
.etc_box_gradi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9))
}
.etc_box_inner_txt_box {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 7%;
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.etc_box_cate, .etc_box_title, .etc_box_more_box {width: 100%;}
.etc_box_cate {margin-bottom: 2.5%; font-size: 16px; font-weight: 700;}
.etc_box_title {margin-bottom: 5%; font-weight: 800; font-size: 36px;}
.etc_box_more_box {display: flex; align-items: center; gap: 2%; justify-content: center;}
/* subscribe_box */
.subscribe_box {
    width: 100%;
    height: 80px;
    background: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 1%;
    font-size: 12px;
    cursor: pointer;
}


@media screen and (max-width: 1485px) {
    .video {width: 155%; height: 155%;}
}
@media screen and (max-width: 1245px) {
    .wish_design_title {font-size: 29.5px;}
    .wish_design_sub_txt {font-size: 17px;}
    .title_360 > h1 {font-size: 28px;}
    .title_360 > p {font-size: 18px;}
    .video {width: 195%; height: 195%;}
    .etc_box_title {width: 80%;}
}
@media screen and (max-width: 1040px) {
    .n_s_txt_box_title {width: 95%;}
    .video {width: 240%; height: 240%;}
}
@media screen and (max-width: 1000px) {
    .wish_design_title {font-size: 27.5px;}
    .wish_design_sub_txt {font-size: 15px;}
    .title_360 > h1 {font-size: 26px;}
    .title_360 > p {font-size: 16px;}
    .etc_box_title {font-size: 28px;}
    .n_s_txt_box_ex {font-size: 14px;}
    .n_s_txt_box_title {font-size: 26px;}
}
@media screen and (max-width: 900px) {
    .wish_design_title {font-size: 25.5px;}
    .wish_design_sub_txt {font-size: 14px;}
    .title_360 > h1 {font-size: 24px;}
    .title_360 > p {font-size: 14px;}
    .news_slide_btn  {display: none;}
    .news_outer_box {width: 83%; justify-content: flex-start;}
    .news_outer_middle_line {display: none;}
    .wish_design_box {padding-bottom: 45%;}
    .etc_box {margin-top: 10%;}
}
@media screen and (max-width: 800px) {
    .video {width: 280%; height: 280%;}
    .rotate_loading {width: 130px; height: 130px;}
    .gallery_inner {flex: 0 0 calc(100% / 2);}
    .wish_design_box {padding-bottom: 55%;}
    .news_slide_box_inner_box {padding-bottom: 400px;}
    .etc_box_inner {padding-bottom: 310px;}
    .n_s_txt_box_title {font-size: 24px;}
    .n_s_txt_box_ex {font-size: 13px;}
    .etc_box_title {font-size: 26px;}
    .title_360 > p {width: 90%; margin: 2% auto;}
    .wish_design_sub_txt {width: 90%; margin: 2.3% auto;}
    .etc_box_inner img {width: 130%;}
    .etc_box_inner_R img {width: 140%;}
    .etc_box {margin-top: 80px;}
}
@media screen and (max-width: 705px) {
    .n_s_txt_box_title {font-size: 22px;}
    .n_s_txt_box_ex {font-size: 11px;}
    .etc_box {flex-direction: column;}
    .etc_box_inner {flex: 0 0 100%;}
    .etc_box_inner img {width: 100%;}
    .etc_box_inner_R img {width: 100%;}
    .video {width: 350%; height: 350%;}
    .etc_box_inner {padding-bottom: 45%;}
}
@media screen and (max-width: 705px) {
    .wish_design_box {padding-bottom: 330px;}
}
@media screen and (max-width: 600px) {
    .title_360 > h1 {font-size: 22px;}
    .title_360 > p {width: 97%; font-size: 13px;}
    .wish_design_title {font-size: 23px;}
    .wish_design_sub_txt {font-size: 13px;}
    .n_s_txt_box_title {font-size: 20px;}
    .n_s_txt_box_ex {font-size: 10px;}
    .hover_circle_icon {width: 6px !important; height: 14px !important;}
}
@media screen and (max-width: 600px) {
    .news_slide_content_box {flex-direction: column;}
    .news_slide_content_box_inner_L {order: 2;}
    .news_slide_content_box_inner {width: 100%;}
    .n_s_txt_box_ex {margin: 0;}
    .n_s_txt_box {left: 0%;}
    .news_slide_box_inner_box {padding-bottom: 430px;}
    .gallery_inner_txt > h5 {font-size: 19px;}
    .gallery_inner_txt > p {font-size: 16px;}
    .n_s_txt_box_title {width: 100%; line-height: 27px;}
    .n_s_txt_box_ex {width: 100%;}
    .news_slide_content_box {justify-content: space-between;}
    .wish_design_title {font-size: 20px;}
    .wish_design_sub_txt {font-size: 11px; margin-bottom: 20px;}
    .wish_design_hover_box {padding: 11px 50px; font-size: 13px;}
    .n_s_txt_box_more {margin-top: 15px;}
    .hover_circle {width: 30px; height: 30px;}
    .hover_circle_inner {width: 30px;}
}
@media screen and (max-width: 550px) {
    .video {width: 420%; height: 420%;}
    .etc_box_title {font-size: 24px;}
    .etc_box_cate {font-size: 14px;}
    .title_360 > h1 {font-size: 19px;}
    .title_360 > p {font-size: 12px;}
}
@media screen and (max-width: 500px) {
    .gallery_inner_txt > h5 {font-size: 16px;}
    .gallery_inner_txt > p {font-size: 13px;}
    .etc_box_title {font-size: 20px;}
}
@media screen and (max-width: 460px) {
    .video {width: 500%; height: 500%;}
    .title_360 > h1 {font-size: 16px;}
    .title_360 > p {font-size: 10px;}
    .wish_design_title {font-size: 18px;}
    .wish_design_sub_txt {font-size: 10px;}
    .n_s_txt_box_title {font-size: 16px;}
}
@media screen and (max-width: 400px) {
    .n_s_txt_box_title {font-size: 14px;}
}
@media screen and (max-width: 359px) {
    .title_360 > h1 {font-size: 14px;}
    .gallery_inner_txt > h5 {font-size: 14px;}
    .gallery_inner_txt > p {font-size: 11px;}
    .wish_design_title {font-size: 15px;}
    .wish_design_hover_box {font-size: 12px;}
    .n_s_txt_box_more {font-size: 10px;}
    .etc_box_cate {font-size: 12px;}
    .etc_box_title {font-size: 18px;}
    .etc_box_more_box {font-size: 12px;}
}