@charset "utf-8";


/********** 전체설정 **********/

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

@font-face {
    font-family: 'gothic1';
    src: url('../font/GOTHIC.TTF') format('truetype');
}

@font-face {
    font-family: 'nanum1';
    src: url('../font/NanumSquareR.ttf') format('truetype');
}

@font-face {
    font-family: 'nanum2';
    src: url('../font/NanumSquareB.ttf') format('truetype');
}

a {
    text-decoration: none;
}

#wrap {
    width: 100%;
}

.behind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1000;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    font: 0/0 '';
}



/********** 헤더 **********/

header {
    min-width: 1024px;
    height: 110px;
    position: relative;
}

#top {
    width: 1024px;
    height: 100px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

#gnb {
    width: 200px;
    height: 20px;
    margin: 35px auto 0 auto;
    float: right;
}

#logo {
    width: 132px;
    height: 78px;
    position: absolute;

}

#gnb {
    width: 181px;
    height: 18px;
}

#gnb > ul > li {
    width: 90px;
    height: 18px;
    float: left;
    border-right: 1px solid #aaa;
    text-align: center;
    line-height: 11px;
}

#gnb > ul > li > a {
    font: 12px 'nanum1';
    color: #000000;
}

#gnb > ul > li:nth-child(2) {
    border: 0;
}




/********** 주 메뉴 **********/

#lnb {
    width: 100%;
    height: 52px;
    background-color: #000000;
}

.boxsub > ul {
    max-width: 1024px;
    margin: 0 auto;
}


.boxsub > ul > li {
    width: 25%;
    float: left;
    text-align: center;
    font: bold 18px/52px 'gothic1';
    position: relative;
}

.boxsub > ul > li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.boxsub > ul > li a:hover {
    color: #4e89b0;
}


.sub {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}


.sub a {
    font: 16px/55px 'gothic1';
}


.harman:hover .sub {
    width: 100%;
    height: 120px;
    background-color: #000;
}

.business:hover .sub {
    width: 100%;
    height: 180px;
    background-color: #000;
}







/********** 본문 **********/
section {
    width: 100%;
}

#contentwrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.main_banner {
    min-width: 1024px;
    height: 500px;
}


.main_banner > ul > li > a {
    display: block;
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);

}


aside {
    width: 100%;
    background-image: url(../img/08_magazine/background_02.png);
    margin: 0;
}

article {
    width: 1024px;
    height: 2500px;
    margin: 0 auto;
}

#btn {
    width: 330px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    top: 80px;
}

#btn li {
    width: 150px;
    height: 150px;
    float: left;
}

.btn01 {
    margin-right: 30px;
}

#contents01 {
    width: 900px;
    height: 300px;
    text-align: center;
    position: relative;
    top: 200px;
    margin: 0 auto;
}

#contents01 h2 {
    font: bold 25px 'nanum2';
}

#contents01 h5 {
    font: 12px 'nanum2';
    width: 100px;
    height: 25px;
    background-color: #927f7f;
    line-height: 25px;
    border-radius: 15px;
    margin: 30px auto 20px auto;
    color: #fff;
}


#contents01 p {
    font: 16px 'nanum1';
    margin-top: 50px;
    line-height: 23px;
}

#contents02 {
    width: 900px;
    height: 450px;
    position: relative;
    top: 200px;
    margin: 0 auto;
}

#contents03 {
    width: 900px;
    height: 800px;
    margin: 0 auto;
    position: relative;
    top: 400px;
}

#contents03 h2 {
    font: bold 25px 'nanum2';
    text-align: center;
    margin-top: 20px;
}

#contents03 h6 {
    font: bold 13px 'nanum1';
    text-align: center;
    margin-top: 50px;
}

#contents03 p {
    font: 15px 'nanum1';
    line-height: 20px;
    margin-top: 50px;
    text-align: center;
}

#img {
    width: 900px;
    height: 500px;
    margin: 50px auto 0 auto;
}

#img01 {
    height: 250px;
    position: relative;
}

#img01 img {
    width: 450px;
    height: 250px;
}

.text01 {
    width: 450px;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
}

.text01 p {
    text-align: left;
    font: 15px/22px 'nanum1';
    padding: 28px;
}

#img02 {
    width: 900px;
    height: 250px;
    position: relative;
}

#img02 img {
    width: 450px;
    height: 250px;
    position: absolute;
    right: 0;
    
}

.text02 {
    width: 450px;
    height: 250px;
    position: absolute;
    left: 0;
}

.text02 p {
    text-align: right;
    font: 15px/23px 'nanum1';
    padding: 30px;
}




/********** 하단 영역 **********/

footer {
    width: 100%;
    height: 110px;
    background-color: #000000;
    position: absolute;
}


#footer_box {
    width: 1024px;
    height: 110px;
    margin: 0 auto;
}


#fnb {
    padding: 5px 0 0 240px;
}

#fnb > h2 {
    float: left;
    height: 110px;
    padding-top: 15px;
    box-sizing: border-box;
}

#fnb > h2 > a > img {
    vertical-align: middle;
}

#address {
    float: left;
    margin: 0 0 0 30px;
}

#address > address {
    font-style: normal;
    font: bold 12px/20px 'nanum2';
    color: #fff;
    margin-top: 20px;
}

address > span {
    color: #fcc17c;
}

small {
    color: #fff;
}