@charset "UTF-8";

@media print, screen and (min-width:1200px) {

#topHead {
position: relative;
width: 100%;
padding: 0;
margin: 0 auto;
}

#topHead a {
text-decoration: none;
}

#topHead #logo {
position: relative;
width: 350px;
margin: 30px auto;
}

#topHead #logo a span {
display: block;
width: 80px;
height: 93px;
font-size: 0;
text-indent: -10000px;
}

#topHead #globalNav ul {
position: relative;
width: 1200px;
margin: 20px auto;
display: flex;
justify-content: space-between;
}

#topHead #globalNav ul li {
position: relative;
width: 230px;
height: 79px;
display: block;
overflow: hidden;
}

#topHead #globalNav ul li img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
display: block;
transition: .2s ease-in-out;
}

#topHead #globalNav ul li:hover img:nth-of-type(2),
#topHead #globalNav ul li a.current img:nth-of-type(2) {
opacity: 0;
}

.gNav {
position: fixed;
background: rgba(0,0,0,.8);
width: 100%;
height: 100vh;
z-index: -1;
opacity: 0;
top: 0;
transition: all 0.3s;
display: none;
}

#gNavBg {
opacity: .5;
}

#gNavBg img {
width: 100%;
height: 100%;
object-fit: cover;
}

.gNav.panelactive {
opacity: 1;
z-index: 999;
}

.gNavWrap {
position: absolute;
width: 100%;
display: flex;
justify-content: space-around;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 999;
}

.gNav ul {
display: none;
z-index: 999;
}

.gNav.panelactive ul {
display: block;
}

.gNav li {
background: url("../img/g_nav_icon.png") no-repeat center bottom;
background-size: 50px;
text-align: center;
display: block;
padding-bottom: 25px;
margin-bottom: 30px;
line-height: 1.2;
}

.gNav li a {
position: relative;
font-size: 2.8rem;
font-weight: 600;
color: #fff;
text-decoration: none;
display: block;
transition: .3s;
}

.gNav li a span {
font-family: "acumin-pro-extra-condensed", sans-serif;
font-weight: 800;
font-style: normal;
font-size: 1.6rem;
display: block;
letter-spacing: .05em;
}

.gNavLr li a:hover {
text-decoration: none !important;
}

.openbtnWrap {
position: fixed;
background: url("../img/hamburger_bg.png") no-repeat;
background-size: 92px;
width: 92px;
height: 92px;
top: 20px;
right: 20px;
z-index: 10000;
}

.openbtn {
position: absolute;
width: 90px;
height: 90px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
cursor: pointer;
z-index: 10000;
}

.openbtn span {
position: absolute;
background-color: #000;
width: 30px;
height: 5px;
border-radius: 3px;
display: inline-block;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: all .4s;
}

.openbtn span:nth-of-type(1) {
top: -22px;
}

.openbtn span:nth-of-type(2) {
top: 0px;
}

.openbtn span:nth-of-type(3) {
top: 22px;
}

.openbtn.active span:nth-of-type(1) {
top: -15px;
left: 0;
transform: translateY(8px) rotate(-45deg);
width: 30px;
}

.openbtn.active span:nth-of-type(2){
display: none;
}

.openbtn.active span:nth-of-type(3){
top: 16px;
left: 0;
transform: translateY(-8px) rotate(45deg);
width: 30px;
}

}

@media print, screen and (max-width:1199px) {

#topHead {
position: relative;
width: 100%;
padding: 0;
margin: 0 auto;
}

#topHead #logo {
position: relative;
width: 150px;
margin: 20px auto;
}

#topHead #globalNav ul {
position: relative;
width: 98%;
margin: 0 auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

#topHead #globalNav ul li {
position: relative;
width: 32%;
margin: 0 2px 4px;
display: block;
overflow: hidden;
}

#topHead #globalNav ul li img {
width: 100%;
display: block;
transition: .2s ease-in-out;
}

#topHead #globalNav ul li a img:nth-of-type(1) {
display: none;
}

#topHead #globalNav ul li a.current img:nth-of-type(1) {
position: absolute;
display: block;
}

#topHead #globalNav ul li a.current img:nth-of-type(2) {
opacity: 0;
}

.openbtn {
position: fixed;
width: 30px;
height: 16px;
top: 15px;
right: 15px;
cursor: pointer;
z-index: 9999;
}

.openbtn span {
position: absolute;
background-color: #fff;
width: 100%;
height: 3px;
display: inline-block;
left: 0;
transition: all .4s;
}

.openbtn span:nth-of-type(1) {
top: 0;
}

.openbtn span:nth-of-type(2) {
top: 12px;
}

.openbtn.active span:nth-of-type(1) {
background-color: #fff;
top: 0;
left: 0;
transform: translateY(6px) rotate(-30deg);
width: 30px;
}

.openbtn.active span:nth-of-type(2){
background-color: #fff;
top: 12px;
left: 0;
transform: translateY(-6px) rotate(30deg);
width: 30px;
}

#topHead #logo,
#topHead #snsNav {
}

#topHead.fixed #logo {
background: url("../img/logo.svg") no-repeat;
background-size: contain;
}

.openbtn.fixed  span {
background-color: var(--themeColor);
}

.gNav {
position: fixed;
background: rgba(0,0,0,.8);
width: 100%;
height: 100vh;
z-index: -1;
opacity: 0;
top: 0;
transition: all 0.3s;
display: none;
}

#gNavBg {
opacity: .5;
}

#gNavBg img {
width: 100%;
height: 100%;
object-fit: cover;
}

.gNav.panelactive {
opacity: 1;
z-index: 999;
}

.gNavWrap {
position: absolute;
width: 100%;
display: flex;
justify-content: space-around;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 999;
}

.gNav ul {
display: none;
z-index: 999;
}

.gNav.panelactive ul {
display: block;
}

.gNav li {
background: url("../img/g_nav_icon.png") no-repeat center bottom;
background-size: 35px;
text-align: center;
display: block;
padding-bottom: 18px;
margin-bottom: 20px;
line-height: 1.2;
}

.gNav li a {
position: relative;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
text-decoration: none;
display: block;
transition: .3s;
}

.gNav li a span {
font-family: "acumin-pro-extra-condensed", sans-serif;
font-weight: 800;
font-style: normal;
font-size: 1.1rem;
display: block;
letter-spacing: .05em;
}

.gNavLr li a:hover {
text-decoration: none !important;
}

.openbtnWrap {
position: fixed;
background: url("../img/hamburger_bg.png") no-repeat;
background-size: 62px;
width: 62px;
height: 62px;
top: 10px;
right: 10px;
z-index: 10000;
}

.openbtn {
position: absolute;
width: 60px;
height: 60px;
top: -4px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
cursor: pointer;
z-index: 10000;
}

.openbtn span {
position: absolute;
background-color: #000 !important;
width: 22px;
height: 4px;
border-radius: 3px;
display: inline-block;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: all .4s;
}

.openbtn span:nth-of-type(1) {
top: -12px;
}

.openbtn span:nth-of-type(2) {
top: 4px;
}

.openbtn span:nth-of-type(3) {
top: 19px;
}

.openbtn.active span:nth-of-type(1) {
top: -13px;
transform: translateY(8px) rotate(-45deg);
width: 20px;
}

.openbtn.active span:nth-of-type(2){
display: none;
}

.openbtn.active span:nth-of-type(3){
top: 19px;
transform: translateY(-8px) rotate(45deg);
width: 20px;
}

}