@charset "utf-8";

a {
    font-family: 'GmarketSansMedium';
}



#contentwrap {
    width: 100%;
    height: 3300px;
}


#sub_lnb {
    width: 100%;
    height: 87px;
    background-color: rgb(141, 198, 63);
    margin: 0 auto;
}

#sub_lnb-menu {
    width: 1024px;
    height: 87px;
    background-color: rgb(95, 162, 5);
    margin: 0 auto;
    line-height: 87px;
}

#sub_lnb-menu > a {
    margin-left: 30px;
    font-size: 23px;
    color: #fff;
    font-family: 'LotteMartDream';
}

#main_title {
    width: 850px;
    height: 40px;
    margin: 30px auto;
    margin-bottom: 100px;

}

#symbol {
    width: 50px;
    height: 10px;
    background-image: url(../images/0/00_logo-side.png);
    position: relative;
    top: 15px;
    float: left;
}

#Title {
    width: 150px;
    height: 40px;
    float: left;
}

#Title > a {
    font-size: 20px;
    color: #000;
    line-height: 40px;
    margin-left: 30px;
    font-family: 'LotteMartDream';
}

#Title_2 {
    width: 640px;
    height: 5px;
    float: left;
    position: relative;
    top: 15px;
    border-bottom: solid 2px rgb(141, 198, 63);
}

#Subheading {
    width: 850px;
    height: 40px;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
}

#Subheading > a {
    font-family: 'LotteMartHappy';
}



#Subheading_2 {
    width: 850px;
    height: 60px;
    margin: 20px auto;
    font-size: 50px;
    text-align: center;
    color: rgb(141, 198, 63);
    line-height: 60px;
    font-weight: bold;

}

#Subheading_2 > a {
    font-family: 'LotteMartHappy';
}

#greeting {
    animation-duration: 1s;
    animation-name: opacity;
    animation-timing-function: ease-in-out;
}

@keyframes opacity {
    from {
        opacity: 0;
    }
    
    to {
        opacity: 1;
    }
}


#line_1 {
    width: 850px;
    height: 5px;
    margin: 70px auto 30px auto;
    border-bottom: solid 4px rgb(141, 198, 63);
    border-radius: 3px;
}
#text_1 {
    width: 850px;
    height: 150px;
    margin: 0 auto;
    font-size: 24px;
    font-family: "G마켓 산스";
    line-height: 2;
    text-align: center;
}

#line_2 {
    width: 850px;
    height: 5px;
    margin: 30px auto 30px auto;
    border-bottom: solid 4px rgb(141, 198, 63);
    border-radius: 3px;
}

#text_2 {
    width: 850px;
    height: 50px;
    margin: 70px auto 30px auto;
    font-size: 30px;
    text-align: center;
    line-height: 50px
}

#text_3 {
    width: 850px;
    height: 130px;
    margin: 0 auto 50px auto;
    line-height: 2;
    text-align: center;
}

#Background {
    width: 850px;
    height: 1050px;
    background-image: url(../images/4/04_2-Menu.png);
    margin: 0 auto;
}

#text_4 {
    width: 850px;
    height: 50px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    line-height: 2;
}

#text_5 {
    width: 850px;
    height: 80px;
    margin: 0 auto;
    line-height: 2;
    text-align: center;
    margin: 30px auto;
}

#Background_2 {
    width: 850px;
    height: 1006px;
    background-image: url(../images/4/04_2-Menu-2.png);
    margin: 0 auto;
    
}
