@charset "utf-8";
/* CSS Document */

body{font-family:"돋움", dotum ,Arial, Helvetica, sans-serif; color:#acacac; background:url(../images/background.jpg) no-repeat center top;}
#bg { position:relative;}
#bar_top{width:100%; height:180px; min-width:1000px; background:url(../images/bar_top.png) no-repeat center top; position:fixed; top:0; z-index:1000000;}

#btn {position:absolute; width:1000px; height:130px; margin:0 auto; left:159px; bottom:-68px; z-index:1000;}
#btn .home_btn{position:absolute; left:-160px; top:-58px; text-indent:0}
#btn a{float:left; displya:block; text-indent:-9999px; padding:14px;}
#btn a.section1{width:105px; height:37px; background:url(../images/btn_1.png) no-repeat;}
#btn a.section2{width:90px; height:37px; background:url(../images/btn_2.png) no-repeat;}
#btn a.section3{width:104px; height:37px; background:url(../images/btn_3.png) no-repeat;}
#btn a.section4{width:125px; height:37px; background:url(../images/btn_4.png) no-repeat;}
#btn a.section5{width:142px; height:37px; background:url(../images/btn_5.png) no-repeat;}
#btn a.section6{width:103px; height:37px; background:url(../images/btn_6.png) no-repeat;}

#btn a.section1.active{background-image:url(../images/btn_1_on.png)}
#btn a.section2.active{background-image:url(../images/btn_2_on.png)}
#btn a.section3.active{background-image:url(../images/btn_3_on.png)}
#btn a.section4.active{background-image:url(../images/btn_4_on.png)}
#btn a.section5.active{background-image:url(../images/btn_5_on.png)}
#btn a.section6.active{background-image:url(../images/btn_6_on.png)}

#btn a.section1:hover{ background-image:url(../images/btn_1_on.png)}
#btn a.section2:hover{ background-image:url(../images/btn_2_on.png)}
#btn a.section3:hover{ background-image:url(../images/btn_3_on.png)}
#btn a.section4:hover{ background-image:url(../images/btn_4_on.png)}
#btn a.section5:hover{ background-image:url(../images/btn_5_on.png)}
#btn a.section6:hover{ background-image:url(../images/btn_6_on.png)}



.box1_Wrap,.box2_Wrap,.box3_Wrap,.box4_Wrap,.box5_Wrap,.box6_Wrap,.box7_Wrap{min-width:1000px;}
.box1,.box2,.box3,.box4,.box5,.box6,.box7 {height:930px; width:1000px; margin:0 auto; font-weight:bold; font-size:17px; position: relative;}

.box1_Wrap{background:url(../images/panel_main.png) no-repeat center top;}
.box1 .mainSlide{width: 345px; height: 400px; margin: 0 auto; position: absolute; top: 355px; left: 352px;}

.box2_Wrap{background:url(../images/panel_sub1.png) no-repeat center top;}
.box2 .mv{ position:absolute; width:680px; height:380px; margin-top:353px; margin-left:136px;}

.box3_Wrap{background:url(../images/panel_sub2.png) no-repeat center top;}
.box3 .buyBtn{position:absolute; float:left; overflow:hidden; width:380px; height:39px; top:580px; left:227px;}
.box3 .buyBtn a{padding-right:2px;}
.box3 .map{ position:absolute; width:220px; height:139px; top:387px; left:660px;}

.box4_Wrap{ background:url(../images/panel_sub3.png) no-repeat center top;}
.box4 .box4Slide{position:absolute; width:356px; height:356px; top:367px; left:300px;}

.box5_Wrap{ background:url(../images/panel_sub4.png) no-repeat center top;}
.box5 .interview_list{position:absolute; top: 322px;left: 71px;}
.box5 .interview1{position:absolute; width:680px; height:420px; top:315px; left:240px;}

.interview_title>span{color:#feb3c1;}
.box5 .interview_title{background-color:#2e2929; color:#FFF; font-size:12px; font-weight:normal; padding:15px 25px;}
/* 인터뷰 리스트 텍스트를 위한 태그 추가*/
.interview_title{display:none;}




.box6_Wrap{ background:url(../images/panel_sub5.png) no-repeat center top;}
.box6 .sub5Content{ position:absolute; width:1000px; margin:0 auto; margin-top:290px; }
.box6 .sub5Content a{padding:10px;}

.box7_Wrap{ background:url(../images/panel_sub6.png) no-repeat center top;}
.box7 .event_btn{position:absolute; width:353px; height:115px; top:625px; left:295px;}
.con{width:1200px; height:900px; background:#999; margin:0 auto}



/* 모달 팝업 */
.modalBg {position:absolute; top:0px; left:0px; width:0; height:0%; background:#000000; display:none; z-index:500;}
.modalPopupContainer {position:absolute; z-index:501;}
.modalPopupContainer .popupCon {position:absolute;}