@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;700&family=Roboto:wght@100;400;700&display=swap');

body{
font-family: 'Noto Sans KR', sans-serif;
/* font-family: 'Roboto', sans-serif; */
width: 100%;
margin: 0 auto;
font-size: 0.8rem;
color: #111;
background-color: #F9F9F9;
}

*{
margin: 0;
padding: 0;
}

li{
list-style: none;
}

a:link , a:visited{
text-decoration: none;
color: inherit;
}

img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
}

.clearfix::after{
content: '';
clear: both;
display: block;
line-height: 0;
}

h1 { font-size: 2rem; } /*32px*/
h2 { font-size: 1.75rem; font-weight: 400;} /*28px*/
h3 { font-size: 1.25rem; font-weight: 400;} /*20px*/
h4 { font-size: 1.125rem; font-weight: 400;} /*18px*/
h5 { font-size: 1rem; font-weight: 400;} /*16px*/
h6 { font-size: .875rem; font-weight: 400;} /*14px*/


/* header */
header{
    margin: 0 auto;
    margin-top: 60px;
    width: 1000px;
    height: 100px;
    border: 0px solid red;
}
.main-left{

}
.main-left>li{
    float: left;    
    margin: 17px 47px 0 0;
    font-size: 1.125rem;
    cursor: pointer;
    position: relative;
}

.drop-menu{
    width: 120px;
    height: auto;
    border: 1px solid #B49F8B;
    position: absolute;
    top: 40px;
    left: -30px;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: rgba(256, 256, 256, 0.8);
    display: none;
}
.drop-menu>li{
    text-align: center;
    font-size: .875rem;
    line-height: 25px;
}

.drop-menu>li:hover{
    color: #B49F8B;
}





.main-right{
    float: right;
}
.main-right>li{
    float: left;
    margin: 17px 0 0 47px;
    font-size: 1.125rem;
    cursor: pointer;
}
.main-right>li:hover{
    color: #B49F8B;
}
.logo>img{
    width: 240px;
    height: 44px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
}




/* main */
main{
width: 100%;
height: 800px;
overflow: hidden;
}


.slide{
}
.panel{
 
 
}

.panel>li{
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    z-index: -1;
    border: 0px solid red;
}
/* .panel>li:nth-child(2){
    position: absolute;
    left: 100%;
}
.panel>li:nth-child(3){
    position: absolute;
    left: 200%;
} */ 


.main-txt{
    text-align: center;
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.main-txt>h4{
    color:#B49F8B;
    letter-spacing: 0.3rem;
    margin: 220px 0 39px 0 ;
    margin-bottom: 39px;
}

.main-txt>h1{
    margin-bottom: 60px;
}

.main-txt>h3{
    margin-bottom: 51px;
    line-height: 35px;
}

.main-btn{
    width: 186px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%);
    border-radius: 2px;
    border: 2px solid #111;
    font-size: 0.875rem;
    letter-spacing: .2rem;
    cursor: pointer;
    transition: .3s;
}
.main-btn:hover{
    color: white;
    background-color: #D2B59A;
    border: 2px solid #857668;
}


/* article 1 */
.services{
    width: 1000px;
    height: 1110px;
    margin: 0px auto;
    border: 0px solid red;
    display: block;
    /* margin-top: 830px;     */
}

.cont1-txt>h2{
    margin: 24px 0 16px 0;
}
.cont1-txt>h5{
    line-height: 25px;
}
.cont1-img>img{
    width: 484px;
    height: 720px;
    position: relative;
    display: block;
}
.card1{
    width: 484px;
    height: 80px;
    background-color: #fff;
    display: block;
    position: relative;
    cursor: pointer;
}

.cont1-img>span>h5{    
    float: right;
    color: #D2B59A;
    letter-spacing: .3rem;     
    margin: 28px 36px;    
    border: 0px solid red;
    transition: .7s;
   
}

.cont1{
    float: left;
    width: 48%;
}

.cont2{
    float: right;
    width: 48%;
}


.card1:hover> h5{
    transform: translateX(-100px);
}
.card1:hover >.nextline{
    opacity: 1;
}

.nextline{
    width: 90px;
    height: 26px;
    border: 0px solid red;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    opacity: 0;
    transition: .9s;
}
.nextline>span{
    width: 87px;
    height: 2px;
    background-color: #D2B59A;
    display: block;
    margin-bottom: 10px;
    border-radius: 2px;
}


.nextline>span:nth-child(1){
     transform: rotate(45deg);
     position: absolute;
     top: 8px;
     right: 0;
}

.nextline>span:nth-child(2){
    position: absolute;
    top: 13px;
}

.nextline>span:nth-child(3){
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    right: 0;
}




/* article 2 */
.banner{  
    border: 0px solid red;
    width: 100%;
    height: 348px;
    display: block;
    margin-top: 59px;
    position: relative;
}

.banner>span{
    border: 0px solid rgb(30, 255, 0);
    width: 1000px;
    height: 348px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
}
.banner>span>h2{
    padding: 13px 0 ;
}

.banner>img{
    width: 100%;
    height: 348px;
}

.banner>h2{
    font-size: 1.875rem;  
    letter-spacing: .15rem;
}

.banner-btn{
    width: 124px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.0);
    border-radius: 2px;
    border: 1px solid #707070;
    font-size: 0.813rem;
    letter-spacing: .14rem;
    margin-top: 34px;
    cursor: pointer;
    transition: .3s;
}

.banner-btn:hover{
    color: white;
    background-color: #D2B59A;
    border: 1px solid #857668;
}



/* article 3 */
.cont3{
    width: 1000px;
    height:546px;
    margin: 0 auto;
    border: 0px solid red;
    margin-top: 100px;
    position: relative;
}

.cont3-txt{
    /* float: left; */
    width: 50%;
    height: 100%;
    background-color: white;
    padding: 140px 0 0 76px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    /* bottom: -80px; */
}

.cont3-txt>h1{
    margin: 19px 0 15px 0;
}
.cont3-txt>h5{
    line-height: 25px;
}
.cont3-img{
    /* float: left; */
    width: 50%;
    height: 100%;  
    position: absolute; 
    right: 0;
    /* top: -80px; */
}



/* article 4 */
.cont4{
    margin: 0 auto;
    width: 1000px;
    height: 330px;
    border: 0px solid red;
    margin-top: 113px;   
}

.cont4>h2{
    margin-bottom: 47px;
}

.wedding-pick>li{  
    width: 236px;
    height: 236px;  
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.wedding-pick>li:not(:nth-child(4)){
    float: left;
    margin-right: 18px;

}

.wedding-pick li img{
    transition: 0.5s;
}
.wedding-pick li img:hover{
    transform: scale(1.03);
}




/* footer */
footer{
    width: 100%;
    height: 410px;
    background-color: black;
    color: white;    
    margin-top: 58px;
}

.foot{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.foot-logo{
    border: 0px solid rgb(0, 255, 76);
    width: 300px;
    position: absolute;
    top: 65px;
}
.foot-logo>img{
    width: 240px;
    height: 44px;
}

.foot-logo>h5{
margin-top: 12px;
}

.foot-icon>li>img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    float: left;
    margin: 38px 7px 0 0 ;
}
.foot-icon>li>img:hover{
    opacity: .5;
    cursor: pointer;
}


.foot-left{
    position: absolute;
    top: 75px;
    left: 337px;
    color:#797979 ;
}

.foot-right{
    position: absolute;
    top: 75px;
    right: 0;
    color:#797979 ;
}

.foot-right>li{
    float: left;
    margin-right: 80px;
}

.foot-font1, .foot-font{
    font-size: 0.875rem;
    line-height: 25px;
    margin-top: 22px;

}

.foot-font>li:hover{
    color: rgb(207, 207, 207);
    cursor: pointer;
}

.foot-line{
    width: 1000px;
    border-top: 1px solid #797979;
    position: absolute;
    top: 290px;
}

.foot-line>h6{
    text-align: center;
    margin-top: 64px;
    color: #797979;
}