﻿@charset "utf-8";

#wrap{max-width:1920px;margin:0 auto;position:relative;}

/*header*/
#header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1920px;z-index:9000; height:105px;border-bottom:0px solid rgba(255,255,255,0.10);transition-duration:0.3s;}
#header_wrap{position:relative;padding-top:35px;transition-duration:0.3s;}

#header_wrap h1.logo{position:absolute;width:283px;height:41px;top:33px;left:37px;background:url(/japanese/img/logo.png) no-repeat 0 0;text-indent:-9999px;z-index:100;transition-duration:0.3s;}
#header_wrap h1.logo a{display: block;width:100%;height:100%;}

#gnb{position:relative;padding-top:5px;}
#gnb ul.menu{font-size:0;text-align:center;}
#gnb ul.menu>li{position:relative;display:inline-block;vertical-align:top;}
#gnb ul.menu>li>a{display:block;font-size:19.0px;color:#fff;letter-spacing:0.3px; line-height:40px; font-weight:700;padding: 0 50px;text-align: center;}
#gnb ul.menu>li>a:hover{color:#fece0e;}
#gnb ul.menu>li>a.selected{color:#fece0e;}
#gnb ul.menu li .submenu{height:0;overflow:hidden;}
#gnb ul.menu li ul{padding-top:45px;}
#gnb ul.menu li ul li{text-align:center;}
#gnb ul.menu li ul li a{display:block;line-height:20px;padding:6px 0;font-size:16.2px;color:#ccc;letter-spacing:0;font-weight:500;margin:0 auto;}
#gnb ul.menu li ul li a:hover{color:#fece0e; }
#gnb ul.menu li ul li a.selected{color:#fece0e;}
#bg_gnb{position:absolute;top:0;left:0;width:100%;height:400px;background:url(/img/main/bg_gnb.png) repeat-x 0 0;z-index:999;}

#language{position:absolute;top:35px;right:38px;display:block;line-height:40px;width:136px;font-size:14.6px;font-weight:600;color:#fea20f;text-align:center;border:1px solid rgba(255,255,255,0.40);border-radius:60px;transition-duration:0.3s;}
#language img{vertical-align:middle;width:19px;transform:translateY(-1px);margin-right:5px;}
#language:hover{opacity:0.6;}
#language span{opacity:1.0;color:#fff;margin-right:8px;}
#open_mobile_menu{display:none;position:absolute;top:40px;right:40px;font-size:0;height:44px;width:44px;background:url(/img/svg/segment_white.svg) no-repeat 0 center;background-size:40px 40px;cursor:pointer;transition-duration:0.3s;}



#header_bg{position:fixed;top:0;left:0;width:100%;height:0;background-color:rgba(0,0,0,0.6);z-index:8000;}

#header.scrolled{background-color:rgba(255,255,255,1);height:90px;/*box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);*/}
#header.scrolled #header_wrap{padding-top:20px;}
#header.scrolled #header_wrap h1.logo{top:19px;width:283px;height:41px;background:url(/japanese/img/logo_black.png) no-repeat 0 0;background-size:100% auto;}
#header.scrolled #gnb ul.menu>li>a{color:#222;font-weight:700;}
#header.scrolled #gnb ul.menu>li>a:hover{color:#d59810;}
#header.scrolled #gnb ul.menu>li>a.selected{color:#d59810;  }
#header.scrolled #gnb ul.menu li ul li a{color:#111;}
#header.scrolled #gnb ul.menu li ul li a:hover{color:#d59810; }
#header.scrolled #gnb ul.menu li ul li a.selected{color:#d59810;}
#header.scrolled #language{top:24px;}
#header.scrolled #open_mobile_menu{top:17px;background:url(/img/svg/segment_black.svg) no-repeat 0 center;background-size:40px 40px;}
#header_bg.scrolled{background-color:rgba(255,255,255,1);box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);}

#header.scrolled #language{top:25px;border:1px solid rgba(0,0,0,0.40);}
#header.scrolled #language span{opacity:0.6;color:#000;}


@media screen and (max-width:1700px) {
#header_wrap h1.logo{left:20px;}
#gnb ul.menu>li>a{padding: 0 40px;}
#language{right:20px;}
}

@media screen and (max-width:1500px) {
#header_wrap h1.logo{width:200px;height:29px;top:40px;background-size:100% auto;}
#gnb{padding-left:65px;}
#gnb ul.menu{padding-left:0;}
#gnb ul.menu>li>a{padding: 0 10px;}
#gnb ul.menu li ul li a{letter-spacing:-1px;}

#header.scrolled #header_wrap h1.logo{top:22px;width:190px;height:36px;background:url(/japanese/img/logo_black.png) no-repeat 0 0;background-size:100% auto;}
}

@media screen and (max-width:1000px) {
#gnb, #header_bg{display:none;}
#header{height:70px;}
#header_wrap h1.logo{width:190px;height:28px;top:20px;left:20px;background-size:100% auto;}
#language{display:none;}
#open_mobile_menu{display:block;top:14px;right:10px;height:40px;width:40px;background-size:34px auto;}

#bg_gnb{height:150px;background-size:auto 100%;}

#header.scrolled{height:70px;}
#header.scrolled #header_wrap h1.logo{top:15px;left:20px;width:180px;height:34px;background-size:100% auto;}
#header.scrolled #open_mobile_menu{top:14px;background-size:34px auto;}
}
@media screen and (max-width:480px) {
#header_wrap h1.logo{left:10px;}
#language{right:42px;}
#open_mobile_menu{right:2px;}

#header.scrolled #header_wrap h1.logo{left:10px;}
#bg_gnb{height:100px;}
}

#all_menu{position:fixed;top:0;right:-400px;width:400px;height:100%;background:url(/img/bg_mobile_menu.jpg) repeat-y 0 0;z-index:9002;}
#all_menu_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9001;display:none;}
#all_menu_wrap{position:relative;padding:50px 0 0 50px;}
#all_menu_wrap img.all_menu_logo{width:200px;}
#all_menu_wrap .language{line-height:20px;font-size:14.6px;font-weight:600;color:#fea20f;margin:20px 0 0 -2px;}
#all_menu_wrap .language a{color:#fea20f;}
#all_menu_wrap .language a img{vertical-align:middle;width:19px;transform:translateY(-2px);margin-right:4px;}
#all_menu_wrap .language a span{margin-right:7px;color:#fff;}
#all_menu_wrap span.close_all_menu{display:block;position:absolute;top:5px;right:5px;width:50px;height:50px;background:url(/img/svg/close_white.svg) no-repeat center center;background-size:36px 36px;cursor:pointer;text-indent:-9999px;overflow:hidden;z-index:5;}
#all_menu_wrap span.close_all_menu:hover{opacity:0.5;}
#all_menu_wrap .menu{font-size:0;}
#all_menu_wrap .menu>li{display:inline-block;width:45%;vertical-align:top;margin-top:30px;}
#all_menu_wrap .menu>li a{display:block;font-size:19.4px;color:#fff;letter-spacing:-0.4px;line-height:36px;font-weight:800;text-indent:-0.5px;}
#all_menu_wrap .menu>li a:hover{color:#fece0e;}
#all_menu_wrap .menu>li a.selected{color:#fece0e;}
#all_menu_wrap .menu li .submenu{padding:10px 0 0 0;}
#all_menu_wrap .menu li ul{}
#all_menu_wrap .menu li ul li{}
#all_menu_wrap .menu li ul li a{line-height:20px;padding:6px 0;color:rgba(0,0,0,0.7);font-size:15.4px;letter-spacing:-0.4px;  font-weight:400;color:#fff;opacity:0.6;}
#all_menu_wrap .menu li ul li a:hover{opacity:1;}
#all_menu_wrap .menu li ul li a.selected{opacity:1;color:#fece0e;}


@media screen and (max-width:600px) {
#all_menu{width:340px;overflow:auto;}
#all_menu_wrap{padding:50px 0 0 35px;}
#all_menu_wrap .menu>li{width:47%;}
#all_menu_wrap .menu>li a{letter-spacing:-1px;}
}



/*footer*/
#footer{background-color:#231E15;}
#footer_wrap{position:relative;padding:80px 0 70px 205px;color:#b3b0aa;font-size:15.8px;font-weight:400;line-height:28px;letter-spacing:0;}
#footer_wrap .footer_link{margin-bottom:10px;}
#footer_wrap .footer_link a{position:relative;font-size:16.4px;color:#d2d3d5;font-weight:500;color:#fff;opacity:0.8;}
#footer_wrap .footer_link a:hover{opacity:1;}
#footer_wrap span.logo{display:block;position:absolute;top:80px;left:0;}
#footer_wrap span.logo img{width:180px;opacity:0.7;}
#footer_wrap span.gap{padding-left:5px;}
#footer_wrap p{padding-top:5px;opacity:0.8;}

#footer_wrap .cs_center{position:absolute;top:68px;right:0;text-align:right;}
#footer_wrap .cs_center .phone{font-size:25.4px;color:#bd8f1f;font-weight:700;}
#footer_wrap .cs_center .phone span{color:#fff;font-size:25.8px;opacity:0.9;}
#footer_wrap .cs_center .time{font-size:13.2px;color:#fff;font-weight:600;opacity:0.5;line-height:1.3;letter-spacing:-0.25px;}


@media screen and (max-width:1160px) {
#footer_wrap .cs_center{display:none;}
}

@media screen and (max-width:768px) {
#footer_wrap{padding:50px 0 50px;}
#footer_wrap span.logo{position:relative;top:auto;left:auto;width:auto;padding-bottom:15px;}
#footer_wrap span.logo img{width:200px;opacity:0.8;}
#footer_wrap br{display:none;}
#footer_wrap p{padding-top:10px;line-height:24px;}

}

/*본문공통*/
#container{position:relative;width:100%;}


#sub_visual{position:relative;top:0;width:100%;height:523px;}
#sub_visual .res_wrap{padding-top:280px;text-align:center;}
#sub_visual h2{font-size:60px;line-height:60px;font-weight:700;color:#fff;letter-spacing:0px;text-indent:-5px;}

#sub_visual.archive{background:url(/img/bg_visual01.jpg) no-repeat center center;background-size:cover;}
#sub_visual.exhibit{background:url(/img/bg_visual02.jpg) no-repeat center center;background-size:cover;}
#sub_visual.remember{background:url(/img/bg_visual03.jpg) no-repeat center center;background-size:cover;}
#sub_visual.legacy{background:url(/img/bg_visual04.jpg) no-repeat center center;background-size:cover;}
#sub_visual.overview{background:url(/img/bg_visual05.jpg) no-repeat center center;background-size:cover;}

#lnb{height:70px;}
#lnb .lnb_ul{font-size:0;text-align:center;}
#lnb .lnb_ul li{display:inline-block;vertical-align:top;}
#lnb .lnb_ul li a{display:block;font-size:18.0px;font-weight:700;line-height:69px;color:#676767;letter-spacing:-0.6px;padding:0 30px;background:url(/img/spot_lnb.gif) no-repeat 0 center;}
#lnb .lnb_ul li a span{margin:0 -2px 0 -2px;font-weight:400;}
#lnb .lnb_ul li a:hover{color:#d59810;}
#lnb .lnb_ul li a.selected{color:#d59810;}
#lnb .lnb_ul li:first-child a{background:none;}
#lnb .lnb_ul li.home a{font-size:0;background:url(/img/svg/home_black.svg) no-repeat center center;background-size:24px auto;}


#content{min-height:800px;padding:120px 0 0;background:url(/img/bg_content.jpg) repeat-x 0 0;}

#page_title{padding:0 0 100px;text-align:center;}
#page_title h3{font-size:52px;line-height:1.0;font-weight:800;letter-spacing:-1px;color:#222;}
#page_title .exp{font-size:24.6px;color:#333;line-height:1.6;margin-top:50px;font-weight:400;letter-spacing:-1px;}
#page_title .exp .point{font-size:36.4px;font-weight:700;padding-bottom:15px;}
#page_title .bd_exp{font-size:21.4px;color:#555;line-height:1.4;margin-top:20px;font-weight:400;letter-spacing:0px;}


@media screen and (max-width:1300px) {
#lnb .lnb_ul li a{padding:0 20px;}
}

@media screen and (max-width:1000px) {
#sub_visual{height:350px;text-align:center;}
#sub_visual .res_wrap{padding-top:170px;}
#sub_visual h2{font-size:42px;line-height:42px;text-indent:0;}

#lnb{display:none;}

#content{min-height:auto;padding:80px 0 0;}

#page_title{padding:0 0 50px;}
#page_title h3{font-size:44px;letter-spacing:-1px;}
#page_title .exp{font-size:21.4px;margin-top:30px;}
#page_title .exp .point{font-size:29.4px;padding-bottom:10px;}
#page_title .bd_exp{font-size:19.4px;margin-top:20px;}
}

@media screen and (max-width:480px) {
#sub_visual{height:240px;}
#sub_visual .res_wrap{padding-top:130px;}
#sub_visual h2{font-size:30px;line-height:36px;}

#content{min-height:auto;padding:40px 0 0;}

#page_title{padding:0 0 30px;}
#page_title h3{font-size:29px;letter-spacing:-1px;text-indent:-1px;}
#page_title .exp{font-size:18.6px;margin-top:25px;}
#page_title .exp .point{font-size:21.4px;padding-bottom:5px;}
#page_title .bd_exp{font-size:16.4px;margin-top:10px;}
}





