@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-std-dynamic-subset.css");
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

.nanummyeongjo, *{
 font-family: 'Nanum Myeongjo', serif;
}
html {
    overflow-x: hidden;
}
em{
    font-style: normal;
}
img{
    display: block;
    width: 100%;
}
button:focus, input:focus, select:focus {
    outline: none;
}

#wrapper {
    min-width: auto;
}
#container_wr, #container {
    width: 100% !important;
    height: 100vh;
    max-height: 1080px;
    margin: 0;
}
.pc {display: block; opacity: 1;}
.mb {display: none; opacity: 0;}


.head {
    padding-top: 15.1vw;
    height: 39.479vw;
}
.head h2 {
    font-weight: 700;
    font-size: 2.083vw;
    text-align: center;
    letter-spacing: 0.3rem;
    margin-bottom: 1.56vw;
    color: #fff;
}
.sewing {
    margin: 0 auto 2.08vw;
    width: 30.729vw;
    position: relative;
}
.sewing .sewing_line {
    width: 0.9375vw;
    overflow: hidden;
}
.sewing .sewing_line svg {
    width: 15.9375vw;
}
.svgLine {
    stroke-width: 4.5 !important;
}
.sewing .needle {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 14.583vw;
    height: 0.5vw;
}
.head .section_logo {
    width: 27.55vw;
    margin: 0 auto;
    opacity: 0;
    padding-top: 2vw;
}
.sewing .needle .st0,
.head .section_logo svg .st0,
.head .section_logo svg .st1{
    fill: #fff;
}

.hamberger_menu {
    position: fixed;
    top: 2vw ;
    right: 3.125vw;
    width: 3vw;
    z-index: 9999;
    cursor: pointer;
    mix-blend-mode: difference;
}
.hamberger_menu .st0 {
    fill:#edfeff
}
/* .hamberger_menu.white .st0 {
    fill:#fff !important;
}
.hamberger_menu.black .st0 {
    fill:#231815;
} */
.M_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s;
}
.M_menu.show {
    right: 0vw;
}
.M_menu.hide {
    right: -100vw;
}
.M_menu ul {
    padding-left: 6vw;
    padding-top: 20vw;
    background: #132327;
    width: 40vw;
    height: 130%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    box-shadow: 10px 10px 30px rgba(0,0,0,1);
    border-radius: 46vw 0 0 0vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.M_menu li {
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    margin-bottom: 2vw;
    display: inline-block;
}
.M_menu li:hover {
    transform: translateX(2vw)
}
.M_menu li span {
    color: #fff;
    font-weight: 700;
    font-size: 1.4vw;
    transition: all 0.5s;
    display: inline-block;
}
.M_menu li:hover span{
    transform: skewX(-10deg);
    border-bottom: 1px solid #fff;
}
.M_menu li span a {
    color: #fff;
}

@media screen and (max-width: 1080px) {
    .pc {display: none; opacity: 0;}
    .mb {display: block; opacity: 1;}

    .head {
        height: 57.148vw;
        padding-top: 12vw;
    }
    .head h2 {
        font-size: 4.537vw;
        margin-bottom: 3.24vw;
    }
    .sewing {
        width: 65.55vw;
        margin: 0 auto 3.7vw;
    }
    .sewing .sewing_line {
        width: 2vw;
    }
    .sewing .sewing_line svg {
        width: 32.55vw;
    }
    .sewing .needle {
        width: 32.4vw;
        height: 0.5vw;
        top: 0;
        transform: translateY(50%);
    }
    .head .section_logo {
        width: 59.72vw;
        margin: 0 auto;
        padding-top: 3.7vw;
    }

    .hamberger_menu {
        top: 2.77vw;
        right: 2.3vw;
        width: 7.4vw;
    }
    .M_menu ul {
        width: 70vw;
        border-radius: 70% 0 0 0vw;
        padding-top: 30vw;
        padding-left: 10vw;
    }
    .M_menu ul li {
        margin-bottom: 3.7vw;
    }
    .M_menu li span {
        font-size: 3.2vw;
    }
}


/* section1 */
#section1 {
    background: url("/images/index/section1/1background.jpg") no-repeat top center / cover;
    width: 100%;
    height: 100vh;
    padding-top: 5.2vw;
}
#section1 h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#section1 h1 p {
    width: 100%;
    text-align: center;
}
#section1 h1 p svg {
    width: 27%;
    fill: #fff !important;
}
#section1 h1 p svg .st0{
    fill: #fff !important;
    stroke: none;
}
#section1 h1 p:last-child {
    margin-top: 0.52vw;
}
#section1 ul {
    display: flex;
    max-width: 78.125vw;
    margin: 0 auto;
    margin-top: 4.6875vw;
    justify-content: space-between;
    flex-wrap : wrap;
    align-items: center;
}
#section1 ul li {
    flex: 1;
    margin-top: 1.04vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
#section1 ul li span {
    font-size: 1.197vw;
    position: absolute;
    transform-origin: center center;
    transition: all 0.4s;
    text-shadow: 0 transparent;
    color: #fff;
}
#section1 ul li span a {
    color: #fff;
}
#section1 ul li:hover span {
    transform: scale(1.05);
    font-weight: 900;
}

/* section1 모바일 */
@media screen and (max-width: 1080px) {
    #section1 {
        padding-top: 12.96vw;
        height: fit-content;
    }
    #section1 h1 p svg {
        width: 80%;
    }
    #section1 ul {
        max-width: 80%;
        margin-top: 13.88vw;
        display: block;
        overflow: hidden;
        padding-bottom: 9.259vw;
    }
    #section1 ul li {
        margin-top: 0;
        float: left;
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2.77vw;
    }
    #section1 ul li:nth-child(2n) {
        margin-right: 0;
    }
    #section1 ul li span {
        font-size: 3.7vw;
    }
}


/* section2 */
#section2 {
    background: url("/images/index/section2/2background.jpg") no-repeat top center / cover;
    width: 100%;
    height: fit-content;
}
#section2 .component1 {
    padding-top: 3.645vw;
    margin-bottom: 16.77vw;
    color: #fff;
}
#section2 .component1 em {
    font-size: 4.6875vw;
    color: #f3cf6c;
    display: block;
    text-align: center;
}
#section2 .component1 p {
    font-size: 1.35vw;
    text-align: center;
    margin-bottom: 1.5625vw;
    line-height: 1.35;
}
#section2 .component1 p:nth-child(3) {
    margin-bottom: 0;
}
#section2 .component1 p span {
    color: #f3cf6c;
}
#section2 .component1 .line {
    height: 15.1vw;
    padding: 3.125vw 0 3.645vw;
}
.line {
    width: 1px;
    margin: 0 auto;
}
.line span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}
#section2 .component2 article {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7.03vw;
}
#section2 .component2 article:first-child .text_area {
    margin-right: 9.375vw;
}
#section2 .component2 article h4 {
    margin-left: -1.04vw;
}
#section2 .component2 article h4,
#section2 .component2 article h5 {
    font-size: 2.08vw;
    font-weight: 700;
    line-height: 1.4;
    color: #bdc5c8;
}
#section2 .component2 article h5 {
    margin-bottom: 2.6vw;
}
#section2 .component2 article h4 span,
#section2 .component2 article h5 span {
    color: #f3cf6c;
}
#section2 .component2 article p {
    font-family: 'Pretendard Std';
    font-size: 1.09vw;
    font-weight: 300;
    color: #bdc5c8;
    line-height: 1.4;
}
#section2 .component2 article p:last-child {
    margin-top: 1.5625vw;
}
#section2 .component2 article .img_area {
    width: 30.9vw;
    height: 40.729vw;
}
#section2 .line {
    height: 18.489vw;
    padding: 3.54vw 0;
}
#section2 .component2 {
    padding-bottom: 7vw;
}
#section2 .component2 .article2 {
    align-items: flex-end;
    overflow: hidden;
}
#section2 .article2 .img_area {
    position: relative;
    width: 28.8vw;
    height: 39.79vw;
}
#section2 .article2 .img_area img:first-child {
    position: absolute;
    top: -7.29vw;
    right: -14.4vw;
}
#section2 .article2 .text_area {
    margin-left: 10.416vw;
    text-align: right;
    padding-bottom: 6.25vw;
}
#section2 .component3 {
    width: 100%;
    height: 41.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section2 .component3 a {
    display: block;
    width: 15.36vw;
    height: 3.125vw;
    transition: all 0.4s;
    transform-origin: center center;
}
#section2 .component3 a:hover {
    transform: scale(1.15);
}

/* section2 모바일 */
@media screen and (max-width: 1080px) {
    #section2 {
        background: url("/images/index/section2/2background.jpg") no-repeat top center / cover;
        width: 100%;
        /* height: 4055px; */
    }
    #section2 .component1 {
        padding-top: 4.6vw;
        margin-bottom: 27vw;
    }
    #section2 .component2 {
        padding-bottom: 17.129vw;
    }
    #section2 .component1 em {
       font-size: 12.3vw; 
       margin-bottom: -5.55vw;
    }
    #section2 .component1 p {
        font-size: 3.61vw;
        margin-bottom: 5.55vw;
    }
    #section2 .component1 .line {
        display: none;
    }
    #section2 .component2 article {
        padding: 18.5vw 4.6vw 0;
        align-items: flex-start;
    }
    #section2 .component2 article h4, 
    #section2 .component2 article h5 {
        font-size: 3.7vw;
    }
    #section2 .component2 article h5 {
        margin-bottom: 4.6vw;
    }
    #section2 .component2 article p {
        font-size: 2.77vw;
        font-weight: 200;
    }
    #section2 .component2 article .img_area {
        margin-left: 2.77vw;
        width: 33.61vw;
        height: 44.35vw;
    }
    #section2 .line {
        display: none;
    }
    #section2 .component2 .article2 {
        padding-top: 14vw;
        position: relative;
        justify-content: flex-end;
    }
    #section2 .article2 .text_area {
        margin-top: 31.7vw;
        margin-left: 0;
        padding-bottom: 0;
    }
    #section2 .component2 .article2 .img_area {
        margin-left: 0;
        position: absolute;
        top: 13.4vw;
        left: 4.6vw;
        width: 50.648vw;
        height: 65vw;
    }
    #section2 .article2 .img_area img:first-child {
        top: 0;
        right: 0;
        width: 36.66vw;
        height: 24.44vw;
        z-index: 1;
    }
    #section2 .article2 .img_area img:last-child {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 34.16vw;
        height: 47.129vw;
        z-index: 0;
    } 
    #section2 .component2 .article2 p:last-child {
        margin-top: 4.6vw;
    }
    #section2 .component3 {
        height: 58.83vw;
    }
    #section2 .component3 a {
        width: 47.87vw;
        height: 9.537vw;
    }
}


/* section3 */
#section3 {
    background: url('/images/index/section3/3background.jpg') no-repeat top center / cover;
    height: fit-content;
    width: 100%;
}
#section3 header {
    padding: 2.6vw 0 0.52vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#section3 header .logo {
    width: 7.55vw;
    height: 5.52vw;
    margin-bottom: 0.52vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#section3 header .logo svg .st0 {
    fill:#222427;
}
#section3 header h2 svg .st0 {
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#040404;
}
#section3 header .logo span:first-child {
    width: 5.46vw;
}
#section3 header .logo span:last-child {
    width: 7.55vw;
}
#section3 header h2 {
    width: 15vw;
}
#section3 .component1 {
    padding-bottom: 5.9375vw;
}
#section3 .component1 ul {
    margin: 0 auto 1.3vw;
    width: 70.83vw;
    height: 29.16vw;
} 
#section3 .component1 ul li {
    float: left;
    margin-right: 0.78vw;
    width: 13.54vw;
    height: 14vw;
    background: url('/images/index/section3/picture_frame.png') no-repeat center center / 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.52vw;
    cursor: pointer;
    position: relative;
    padding: 0.46vw;
}

#section3 .component1 ul li .img {
    transform-origin: center center;
    transition: all 0.4s;
}
#section3 .component1 ul li:hover .img {
    transform: scale(1.07);
}
#section3 .component1 ul li:nth-child(5n) {
    margin-right: 0;
}
#section3 .component1 > a {
    display: block;
    width: 11.56vw;
    height: 2.29vw;
    margin: 0 auto;
    transform-origin: center center;
    transition: all 0.4s;
}
#section3 .component1 > a:hover {
    transform: scale(1.1);
}

/* section3 모바일 */
@media screen and (max-width: 1080px) {
    #section3 {
        /* height: 3151px; */
    }
    #section3 header {
        padding: 3.7vw 0;
    }
    #section3 header .logo {
        width: 30.46vw;
        height: 22.685vw;
    }
    #section3 header .logo span:first-child {
        width: 22.037vw;
        height: 15.648vw;
    }
    #section3 header .logo span:last-child {
        width: 30.46vw;
        height: 5.74vw;
    }
    #section3 header h2 {
        width: 61.759vw;
    }
    #section3 .component1 {
        width: 100%;
        padding-bottom: 15.74vw;
    }
    #section3 .component1 ul {
        width: 82vw;
        height: 212vw;
        margin: 0 auto 4.6vw;
    }
    #section3 .component1 ul li {
        width: 39vw;
        height: 40.648vw;
        margin-right: 4vw;
        margin-bottom: 1.85vw;
    }
    #section3 .component1 ul li:nth-child(2n) {
        margin-right: 0;
    }
    #section3 .component1 ul li:nth-child(5) {
        margin-right: 4vw;
    }
    #section3 .component1 ul li .img {
        width: 35.648vw;
    }
    #section3 .component1 > a {
        width: 44.259vw;
        height: 8.796vw;
    }
}


/* section4 */
#section4 {
    background: url('/images/index/section4/4right_background.png') no-repeat top center / cover;
    height: 53.958vw;
    width: 100%;
    overflow: hidden;
}
#section4 article {
    height: 100%;
    float: left;
    position: relative;
}
#section4 .component1 {
    width: 43%;
    background: url('/images/index/section4/4left_background.png') no-repeat top center / cover;
    background-color: #fff;
}
#section4 .component1 a {
    position: absolute;
    top: 21.875vw;
    left: 13.28vw;
    display: block;
    width: 11.56vw;
    transition: all 0.4s;
}
#section4 .component1 a:hover {
    transform: scale(1.1);
}
#section4 .component2 {
    width: 57%;
}
#section4 .component2 a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 26.2vw;
    transition: all 0.4s;
}
#section4 .component2 a:hover {
    transform: translate(-50%,-50%) scale(1.1);
}

/* section4 모바일 */
@media screen and (max-width: 1080px) {
    #section4 {
        height: 291.6vw;
    }
    #section4 .component1{
        width: 100%;
        height: 49%;
        background-position-x: 115%;
    }
    #section4 .component2 {
        width: 100%;
        height: 51%;
    }
    #section4 .component1 a {
        width: 34.259vw;
        left: 17vw;
        top: 56.48vw;
    }
    #section4 .component2 a {
        width: 80.37vw;
    }
}


/* section5 */
#section5 {
    width: 100%;
    /* height: 1154px;s */
    background: url('/images/index/section5/5background.png') no-repeat top center / cover;
}
.wedding header {
    margin-bottom: 4.16vw;
}
.wedding header .logo {
    width: 9.6875vw;
    padding: 4.375vw 0 1.56vw;
    margin: 0 auto;
}
.wedding header h2 {
    font-weight: 700;
    font-size: 2.29vw;
    text-align: center;
    color: #192629;
    letter-spacing: 0.8rem;
}
.wedding header h3,
.wedding header h4 {
    font-size: 0.9375vw;
    font-weight: 700;
    letter-spacing: 0.8rem;
    text-align: center;
    color: #192629;
}
.wedding header h4 {
    font-size: 0.78vw;
    letter-spacing: 1.3rem;
    white-space: nowrap;
}
.wedding .sewing {
    width: 44vw;
    height: 1.04vw;
    margin: 1.04vw auto 1.82vw;
}
.wedding .sewing .sewing_line {
    width: 0.52vw;
    overflow: hidden;
}
.wedding .sewing .sewing_line svg {
    width: 36.46vw;
}
.wedding .sewing .sewing_line svg line {
    stroke-width: 2.5 !important;
}
.wedding .sewing .needle {
    width: 7.29vw;
    height: 1.1vw;
    margin-left: 0;
    right: 82%;
}
.wedding .sewing .needle svg .st0 {
    fill: #000000;
    stroke: none;
}
#section5 .component1 ul {
    width: 76%;
    margin: 6.25vw auto 0;
    opacity: 0;
    padding-bottom: 100px;
}
#section5 .component1 ul li {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2.5%;
    margin-bottom: 1.25vw;
    display: inline-block;
    background: url('/images/index/section5/picture_frame.png') no-repeat center center / 100% 100%;
    padding: 0.9vw 0.65vw
}
#section5 .component1 ul li:nth-child(6n) {
    margin-right: 0;
}
#section5 .component1 ul li img {
    transition: all 0.4s;
}
#section5 .component1 ul li:hover img {
    transform: scale(1.05);
}

/* section5 모바일 */
@media screen and (max-width: 1080px) {
    #section5 {
        /* height: 2935px; */
    }
    .wedding header {
        margin-bottom: 6.94vw;
    }
    .wedding header .logo {
        width: 31.48vw;
        padding: 11.1vw 0 3.7vw;
    }
    .wedding header h2 {
        font-size: 7.59vw;
    }
    .wedding header h3 {
        font-size: 3.148vw;        
    } 
    .wedding header h4 {
        font-size: 2.59vw;
    }
    .wedding .sewing {
        width: 65.74vw;
        height: 2.77vw;
        margin: 2.77vw auto;
    }
    .wedding .sewing .sewing_line {
        width: 2vw;
    }
    .wedding .sewing .sewing_line svg {
        width: 32.55vw;
    }
    .wedding .sewing .needle {
        width: 32.4vw;
        height: 0.5vw;
        right: 50%;
    }
    .wedding .sewing .sewing_line svg {
        width: 32.55vw;
    }
    .wedding .sewing .sewing_line svg line {
        stroke-width: 4.5 !important;
    }
    #section5 .component1 ul {
        width: 100%;
        padding: 0 4.6vw 9.33vw;
    }
    #section5 .component1 ul li {
        width: 28vw;
        height: 46.8vw;
        margin-right: 1.388vw;
        margin-bottom: 2.777vw;
        padding: 2.5vw 1.85vw 2.25vw;
    }
    #section5 .component1 ul li:nth-child(3n) {
        margin-right: 0;
    }
    #section5 .component1 ul li img {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .wedding header h4 {
        font-size: 2.59vw;
        letter-spacing: 0.8rem;
    }
}

/* section6 */
#section6 {
    margin-bottom: 9.895vw;
    position: relative;
}
/* #section6 header {
    display: none;
} */
@media screen and (max-width: 1080px) {
    #section6 {
        margin-bottom: 0;
    }
    /* #section6 header {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    } */
}

/* section7 */
#section7 .background{
    background: url('/images/index/section7/7background.jpg') no-repeat top center / cover;
}
.head h3 {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 2.08vw;
    padding-top: 2.08vw;
    opacity: 0;
    color: #fff;
}
#section7 .fullpackage h3 {
    margin: 8.59vw 0 7.8vw;
    font-weight: 700;
    font-size: 1.56vw;
    text-align: center;
    color: #fff;
}
#section7 .fullpackage .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8.33vw;
}
#section7 .fullpackage .img_wrap img:first-child {
    width: 46.35vw;
    margin-right: 2.08vw;
}
#section7 .fullpackage .img_wrap img:last-child {
    width: 25vw;
}
#section7 .plan > div {
    width: 50%;
    float: left;
    display: flex;
    justify-content: flex-end;
    padding-right: 1.56vw;
    background: url('/images/index/section7/7left_background.png') no-repeat top center / cover;
}
#section7 .plan > div:last-child {
    background: url('/images/index/section7/7right_background.png') no-repeat top center / cover;
    padding-right: 0;
    padding-left: 1.56vw;
    justify-content: flex-start;
}
#section7 .plan > div img {
    width: 35.15vw;
}
#section7 #blog {
    position: relative;
    background: url('/images/index/section7/blog_background.jpg') no-repeat top center / cover;
    padding-top: 5.7vw;
    text-align: center;
}
#section7 #blog h3 {
    font-size: 1.979vw;
    font-weight: 700;
    color: #bdc5c8;
    margin-bottom: 1.82vw;
}
#section7 #blog h3 strong {
    color: #f3cf6c;
}
#section7 #blog p {
    font-size: 1.25vw;
    margin-bottom: 2.34vw;
    line-height: 1.5;
    color: #fff;
}
#section7 #blog a {
    display: block;
    width: 24.739vw;
    margin: 0 auto;
    transition: all 0.4s;
}
#section7 #blog a:hover {
    transform: scale(1.1);
}
#section7 #blog a img {
    padding-bottom: 4.84vw;
}

/* section7 모바일 */
@media screen and (max-width: 1080px) {
    #section7 .background{
        background: url('/images/index/section7/7background_m.jpg') no-repeat top center / cover;
    }
    #section7 .head {
        padding-top: 18.5vw;
    }
    .head h3 {
        padding-top: 3.7vw;
        font-size: 3.7vw;
    }
    #section7 .fullpackage h3 {
        margin: 11.5vw 0 12vw;
        font-size: 4.16vw;
    }
    #section7 .fullpackage .img_wrap {
        display: block;
        padding-bottom: 9.259vw;
    }
    #section7 .fullpackage .img_wrap img:first-child {
        width: 80%;
        margin: 0 auto 7.4vw;
    }
    #section7 .fullpackage .img_wrap img:last-child {
        width: 72.2vw;
        margin: 0 auto;
    }
    #section7 .plan > div {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #section7 .plan > div img {
        width: 100%;
    }
    #section7 #blog h3 {
        font-size: 3.5vw;
        margin-bottom: 3.24vw;
    }
    #section7 #blog p {
        font-size: 2.2vw;
        margin-bottom: 3.7vw;
    }
    #section7 #blog a {
        width: 43.98vw;
    }
}


/* section8 */
#section8 {
    background: #062225;
}
#section8 .head {
    background: url('/images/index/section8/upper_8background.png') no-repeat top center / cover;
    box-shadow: 1.25vw 1.25vw 5.2vw rgba(46,19,19,0.26);
}
#section8 .contact {
    padding: 6.77vw 12.76vw 7.8vw;
    display: flex;
}
#section8 .contact .reservation {
    width: 43%;
}
#section8 .contact .form {
    width: 57%;
}
#section8 .contact > div h3 {
    font-size: 1.56vw;
    font-weight: 700;
    margin-bottom: 1.56vw;
    letter-spacing: 0.3rem;
    color: #fff;
}
#section8 .contact > div h3 span {
    display: inline-block;
    padding-left: 1.04vw;
    font-size: 1.3vw;
    color: #fff;
}
#section8 .contact > div p {
    font-size: 1.04vw;
    line-height: 1.6;
    color: #fff;
}
#section8 .contact > div .notice {
    font-size: 1.04vw;
    color: #f3cf6c;
    position: relative;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 2.6vw;
    padding: 0 0 1.56vw 0;
}
#section8 .contact > div .notice::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 1px;
    background: #fff;
}
#section8 .contact .form {
    width: 100%;
    padding-right: 5.416vw;
}
#section8 .contact .form label {
    font-size: 1.04vw;
    font-family: 'Pretendard Std';
    display: block;
    margin-bottom: 1.04vw;
    color: #fff;
}
#section8 .circle {
    display: inline-block;
    width: 0.36vw;
    height: 0.36vw;
    background: #f3cf6c;
    border-radius: 50%;
    margin-right: 0.416vw;
}
#section8 .contact .form input,
#section8 .contact .form textarea {
    width: 100%;
    height: 2.916vw;
    background: #ddd;
    box-shadow: inset 0.1vw 0.1vw 0.26vw rgba(59,59,59,0.68);
    margin-bottom: 2.08vw;
    border: 0;
    padding: 1vw 0.5vw;
    font-size: 1.04vw;
    font-family: 'Pretendard Std';
    border-radius: 0;
}
#section8 .contact .form textarea {
    height: 5.3vw; 
    margin-bottom: 3.125vw;
}
#section8 .contact .form #btn_submit {
    width: 100%;
    height: 3.28vw;
    background: #385055;
    text-align: center;
    font-size: 1.3vw;
    font-family: 'Pretendard Std';
    font-weight: 700;
    color: #fff;
    outline: none;
    border: 0;
}
#section8 .location > div {
    margin-bottom: 2.9vw;
    overflow: hidden;
}
#section8 .location > div p {
    display: flex;
    align-items: center;
    float: left;
    color: #fff;
}
#section8 .location > div p:first-child {
    width: 16vw;
}
#section8 .location .address span {
    display: inline-block;
    width: 1.04vw;
    margin-right: 0vw;
}
#section8 .location .address p:nth-child(2) {
    width: 17vw;
}
#section8 .location .address em {
    font-size: 1.35vw;
    color: #f3cf6c;
    display: flex;
    align-items: center;
    float: left;
}
#section8 .location .address em span {
    display: inline-block;
    width: 1.3vw;
    margin-right: 0.5vw;
}
#section8 .location .address em > a {
    color: #f3cf6c;
}
#section8 #map {
    width: 43.4vw;
    height: 29.9vw;
    background: #e7e7e7;
}
#section8 #captcha {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 3.9vw;
    margin-bottom: 2vw;
}
#section8 #captcha #captcha_img {
    width: 36%;
    height: 2.6vw;
}
#section8 #captcha #captcha_key {
    width: 36%;
    height: 2.6vw;
    margin-left: 0.52vw;
}
#section8 #captcha #captcha_mp3,
#section8 #captcha #captcha_reload {
    margin-left: 0.78vw;
    width: 10%;
    height: 2.6vw;
    background-size: cover;
}
#section8 #captcha #captcha_reload {
    margin-left: 0.52vw;
    background-position-y: bottom;
}
#section8 #captcha #captcha_info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.75vw;
    font-family: 'Pretendard Std';
}


/* section8 모바일 */
@media screen and (max-width: 1080px) {
    #section8 .head {
        padding-top: 18.5vw;
    }
    #section8 .contact {
        padding: 10.185vw 6.48vw 12.95vw;
        display: block;
    }
    #section8 .contact .reservation {
        width: 100%;
    }
    #section8 .contact > div h3 {
        font-size: 4.259vw;
        text-align: center;
        margin-bottom: 4.6vw;
    }
    #section8 .contact > div h3 span {
        display: block;
        text-align: center;
        padding-left: 0;
        font-size: 5vw;
        margin-top: 1.85vw;
    }
    #section8 .contact > div p {
        font-size: 3.24vw;
        text-align: center;
        margin-bottom: 1.85vw;
    }
    #section8 .contact > div .notice {
        display: block;
        text-align: center;
        font-size: 3.24vw;
        margin-bottom: 6.94vw;
        padding-bottom: 6.94vw;
    }
    #section8 .contact > div .notice::before {
        left: 50%;
        transform: translateX(-50%);
        width: 30%;
    }
    #section8 .contact .form {
        padding-right: 0;
        margin-bottom: 11.1vw;
    }
    #section8 .circle {
        width: 1.29vw;
        height: 1.29vw;
        margin-right: 0.925vw;
    }
    #section8 .contact .form label {
        font-size: 4.074vw;
        margin-bottom: 2.77vw;
    }
    #section8 .contact .form input, 
    #section8 .contact .form textarea {
        height: 9.537vw;
        margin-bottom: 5.55vw;
        padding: 1.85vw 1.3vw;
        box-shadow: inset 0.2vw 0.2vw 0.26vw rgba(59,59,59,0.68);
        font-size: 4vw;
    }
    #section8 .contact .form textarea {
        height: 18.148vw;
        margin-bottom: 7.4vw;
    }
    #section8 .contact .form .tel .dash {
        height: 7.4vw;
    }
    #section8 .contact .form #btn_submit {
        height: 11.1vw;
        font-size: 4.44vw;
    }
    #section8 .location > div {
        margin-bottom: 0vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    #section8 .location > div p {
        width: 48.5% !important;
        font-size: 2.9vw;
        margin-bottom: 4.6vw;
    }
    #section8 .location > div p:first-child {
        width: auto;
        margin-right: 1%;
    }
    #section8 .location .address span {
        width: 4.6vw;
        margin-right: 0.925vw;
    }
    #section8 .location .address em {
        width: 100%;
        font-size: 7.77vw;
        justify-content: center;
        margin-bottom: 8.3vw;
    }
    #section8 .location .address em span {
        width: 8.33vw;
        margin-right: 2.3vw;
    }
    #section8 .location .time  {
        width: 100%;
        margin-bottom: 3.7vw;
    }
    #section8 .location .time p {
        width: 100% !important;
        font-size: 3.88vw;
        margin-bottom: 1.85vw;
    }
    #section8 #map {
        width: 90.55vw;
        height: 62.4vw;
    }
}

