@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-style: normal;
    font-family: '나눔고딕', '돋움', '210_bameuihaebyunbold';
}

table {
    border-spacing: 0;
}


a {
    color: #fff;
}

a:hover {
    color: #C3D600;
}

li {
    list-style: none;
}

.hidden {
    visibility: hidden;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#wrap {
    width: 1024px;
    position: relative;
}

.center {
    margin: 0 auto;
}

/*---------------------------------------header*/

header {
    width: 1024px;
    height: 228px;
}

#header_top {
    width: 100;
    height: 198px;
    background: url(../imges/top_img.png) center bottom no-repeat;
}

#header_bottom {
    width: 1024px;
    height: 30px;
}

#header_bottom > div {
    float: left;
}

#header_bottom > div:nth-child(1) {
    width: 210px;
    height: 30px;
}

#header_bottom > div:nth-child(1) > a > img {
    width: 132px;
    float: right;
}

#header_bottom > div:nth-child(2) {
    width: 590px;
    height: 30px;
}

/*-------------피프틴위치찾기*/
#find_top {
    background-color: rgba(0, 0, 0, 0);
    /*
    position: absolute;
    top: 220px;
    right: 95px;
*/
}

.find {
    width: 130px;
    height: 28px;
    line-height: 40px;
    font-weight: lighter;
    font-size: 9px;
    text-align: right;
    border-bottom: 1px solid #373737;
}

.find > a {
    width: 30px;
    height: 28px;
    display: block;
    background: url(../imges/icon_30x30_01.png) bottom no-repeat;
    background-size: 60%;
    float: left;
}

input {
    width: 100px;
    border: none;
}

/*---------------------------------------*/
#header_bottom > div:nth-child(4) {
    width: 86px;
    height: 78px;
}

/*-----------------------------------nav_lnb*/
.fixed {
    position: fixed;
    top: 0;
}

nav {
    width: 78px;
    height: 990px;
    position: absolute;
    top: 0;
    left: calc(1024px - 78px);
    /*    calc( px - px)-계산식 사이는 띄어쓰기해준다*/
    z-index: 1;
    color: #fff;
    font-size: 9px;
    font-weight: lighter;
    line-height: 15px;
    text-align: center;
}

/*------------gnb*/
#gnb {
    width: 78px;
    height: 308px;
    background-color: rgba(55, 55, 55, 0.8);
}

#gnb > ul {
    position: relative;
    top: 165px;
}

#gnb a {
    display: block;
}

#home {
    width: 70px;
    height: 12px;
    position: relative;
    top: -12px;
}

.sub_gnb {
    width: 78px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

#my:hover .sub_gnb {
    height: 80px;
    opacity: 1;
}

.sub_gnb a {
    width: 78px;
    height: 20px;
    color: #F4F1EC;
}

.sub_gnb a:hover {
    color: #C3D600;
}


/*------------lnb*/
#lnb {
    width: 78px;
    height: 544px;
    background-color: rgba(55, 55, 55, 0.8);
}


#lnb > ul > li {
    margin-bottom: 40px;
}

.m_lnb a {
    width: 78px;
    height: 50px;
    display: block;
}

#lnb1 > a {
    background: url(../imges/lnb_01.png);
}

#lnb1 > a:hover {
    background-position: 0 -50px;
}

#lnb2 > a {
    background: url(../imges/lnb_02.png);
}

#lnb2 > a:hover {
    background-position: 0 -50px;
}

#lnb3 > a {
    background: url(../imges/lnb_03.png);
}

#lnb3 > a:hover {
    background-position: 0 -50px;
}

#lnb4 > a {
    background: url(../imges/lnb_04.png);
}

#lnb4 > a:hover {
    background-position: 0 -50px;
}





.sub_lnb {
    width: 78px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.m_lnb:hover .sub_lnb {
    height: 100px;
    opacity: 1;
}



.sub_lnb li {
    width: 78px;
    height: 25px;
}

.sub_lnb li a {
    width: 100%;
    height: 100%;
    display: block;
}

#sub_lnb1 > li:nth-child(1) {
    background: url(../imges/lnb_sub_01_1.png);
}

#sub_lnb1 > li:nth-child(2) {
    background: url(../imges/lnb_sub_01_2.png);
}

#sub_lnb1 > li:nth-child(3) {
    background: url(../imges/lnb_sub_01_3.png);
}

#sub_lnb1 > li:nth-child(4) {
    background: url(../imges/lnb_sub_01_4.png);
}


#sub_lnb2 > li:nth-child(1) {
    background: url(../imges/lnb_sub_02_1.png);
}

#sub_lnb2 > li:nth-child(2) {
    background: url(../imges/lnb_sub_02_2.png);
}

#sub_lnb2 > li:nth-child(3) {
    background: url(../imges/lnb_sub_02_3.png);
}


#sub_lnb3 > li:nth-child(1) {
    background: url(../imges/lnb_sub_03_1.png);
}

#sub_lnb3 > li:nth-child(2) {
    background: url(../imges/lnb_sub_03_2.png);
}

#sub_lnb3 > li:nth-child(3) {
    background: url(../imges/lnb_sub_03_3.png);
}


#sub_lnb4 > li:nth-child(1) {
    background: url(../imges/lnb_sub_04_1.png);
}

#sub_lnb4 > li:nth-child(2) {
    background: url(../imges/lnb_sub_04_2.png);
}

#sub_lnb4 > li:nth-child(3) {
    background: url(../imges/lnb_sub_04_3.png);
}

#sub_lnb4 > li:nth-child(4) {
    background: url(../imges/lnb_sub_04_4.png);
}

#blank {
    width: 78px;
    height: 148px;
    background-color: rgba(151, 186, 96, 0.8);
}



/*------------------------footer*/

footer {
    width: 1024px;
    height: 138px;
    background-color: #F4F1EC;
    color: #373737;
}

#footer {
    padding-top: 30px;
}

#footer > div {
    float: left;
}

#footer > div:nth-child(1) {
    width: 210px;
    height: 68px;
}

#footer > div:nth-child(1) > a > img {
    width: 51px;
    margin: 0 20px;
    float: right;
}

#footer > div:nth-child(2) {
    width: 664px;
    height: 68px;
    line-height: 31px;
    position: absolute;
    bottom: 45px;
    left: 210px;
}

address {
    font-weight: lighter;
    font-size: 12px;
    position: relative;
    top: 7px;
}

address > a {
    color: #373737;
}

small {
    font-weight: lighter;
    font-size: 9px;
}

#footer > div:nth-child(3) {
    width: 150px;
    height: 68px;
    float: right;
}
