body {
    /*background: red;*/
}
.all {
    background: white;
    width: 1920px;
    height: 980px;
    position: relative;
    overflow: hidden;
}
.all img {
    display: block;
}


.nav {
    width: 249px;
    height: 980px;
    background-color: white;
    position: relative;
    z-index: 1;
}

/*로고*/
.nav .logo {
    width: 249px;
    height: 145px;
}
.nav .logo img {
    position: relative;
    top: 62px;
    left: 23px;
    cursor: pointer;
}

/*타이어INFO, 고객서비스*/
.nav .main_menu {
    width: 249px;
    height: 82px;
}
.nav .main_menu .menu1 {
    float: left;
    cursor: pointer;
}
.nav .main_menu .menu2 {
    float: left;
    cursor: pointer;
}

/*기업정보, 재무정보, 지속가능경영, 채용*/
.sub_menu {
    height: 229px;
    position: relative;
}
.sub_menu .bar {
    height: 56px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.sub_menu .bar .icon {
    position: relative;
    top: 12px;
    left: 44px;
}
.sub_menu .text {
    position: absolute;
    top: 22px;
    right: 37px;
    cursor: pointer;
}
.sub_menu .menu1 .text {
    background: url("../img/gnb_menu03_off.png") no-repeat 0 0;
    width: 54px; height: 15px;
}
.sub_menu .menu1 .text.on {
    background: url("../img/gnb_menu03_on.png") no-repeat 0 0;
}
.sub_menu .menu2 .text {
    background: url("../img/gnb_menu04_off.png") no-repeat 0 0;
    width: 55px; height: 15px;
}
.sub_menu .menu2 .text.on {
    background: url("../img/gnb_menu04_on.png") no-repeat 0 0;
}
.sub_menu .menu3 .text {
    background: url("../img/gnb_menu05_off.png") no-repeat 0 0;
    width: 80px; height: 15px;
}
.sub_menu .menu3 .text.on {
    background: url("../img/gnb_menu05_on.png") no-repeat 0 0;
}
.sub_menu .menu4 .text {
    background: url("../img/gnb_menu06_off.png") no-repeat 0 0;
    width: 28px; height: 15px;
}
.sub_menu .menu4 .text.on {
    background: url("../img/gnb_menu06_on.png") no-repeat 0 0;
}

/*SNS버튼*/
.sns{
    position: absolute;
    top: 616px;
    left: 30px;
}
.sns li{
    float: left;
    margin-right: 22px;
    cursor: pointer;
}

/*사이버감사실, 뉴스레터신청 등...*/
.bottom_menu {
    position: absolute;
    top: 657px;
    left: 30px;
}

/*로그인, 회원가입 등..*/
.login {
    position: absolute;
    top: 811px;
    left: 30px;
}

/*family site btn*/
.global_site {
    position: absolute;
    top: 839px;
    left: 30px;
}
.global_site .head {
    cursor: pointer;
}
.global_site .body {
    position: relative;
    top: -115px;
    display: none;
}
.family_site {
    position: absolute;
    top: 869px;
    left: 30px;
}
.family_site .head {
    cursor: pointer;
}
.family_site .body {
    position: relative;
    top: -90px;
    display: none;
}

/*Copyright*/
.copyright {
    position: absolute;
    top: 913px;
    left: 30px;
}


/*메인페이지*/
.main_page {
    position: absolute;
    top: 0;
    right: 0;
}
.main_page li {
    width: 247px;
    height: 980px;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
.main_page li:first-child {
    width: 683px;
}
.main_page li:first-child .img {
    display: block;
}
.main_page li:first-child .thumb {
    display: none;
}
.main_page li .thumb {
    position: absolute;
    cursor: pointer;
    z-index: 10;
}
/*.main_page .main1 {*/
    /*position: absolute;*/
    /*right: 988px;*/
    /*bottom: 0;*/
/*}*/
/*.main_page .main2 {*/
    /*position: absolute;*/
    /*right: 741px;*/
    /*bottom: 0;*/
/*}*/
/*.main_page .main3 {*/
    /*position: absolute;*/
    /*right: 494px;*/
    /*bottom: 0;*/
/*}*/
/*.main_page .main4 {*/
    /*position: absolute;*/
    /*right: 247px;*/
    /*bottom: 0;*/
/*}*/
/*.main_page .main5 {*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
/*}*/

