@charset "UTF-8";

@media print, screen and (min-width:1200px) {

#topHead {
position: fixed;
background-color: #fff;
width: 100%;
height: 110px;
top: 0;
left: 0;
padding: 0 30px;
z-index: 500;
transition: .3s;
box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

#topHead #logo {
position: absolute;
background: url("../img/logo.svg") no-repeat;
background-size: 314px;
width: 314px;
height: 78px;
transition: .3s;
left: 20px;
top: 7px;
}

@media print, screen and (max-width:1380px) {
#topHead #logo {
background: url("../img/logo.svg") no-repeat;
background-size: 280px;
width: 280px;
height: 78px;
}
}

@media print, screen and (max-width:1350px) {
#topHead #logo {
background: url("../img/logo.svg") no-repeat;
background-size: 230px;
width: 230px;
height: 78px;
}
}

#topHead #logo a span {
width: 314px;
height: 78px;
font-size: 0;
display: block;
text-indent: -10000px;
}

#topHead #globalNav ul {
position: absolute;
max-width: 960px;
display: flex;
justify-content: flex-end;
align-items: center;
transition: .3s;
right: 110px;
top: 10px;
}

#topHead #globalNav ul li {
position: relative;
text-align: center;
margin-left: 15px;
border-bottom: 1px solid #b9b9b9;
}

#topHead #globalNav ul li a {
position: relative;
font-size: 1.4rem;
text-decoration: none;
padding-bottom: 20px;
transition: .3s;
}

#topHead #globalNav ul li a:hover {
opacity: .7;
}

#topHead #globalNav ul li a span {
position: absolute;
width: 10px;
height: 10px;
margin: auto;
border-right: 2px solid #b9b9b9;
border-bottom: 2px solid #b9b9b9;
transform: rotate(45deg);
top: -20px;
bottom: 0;
right: 0;
}

#topHead #globalNav ul .pr a {
padding-right: 17px;
}

.globalSubNav {
position: absolute;
background-color: #3c3c3c;
width: 220px;
margin: auto;
padding: 16px 24px 28px;
border-radius: 10px;
display: none !important;
white-space: nowrap;
left: 0;
top: 44px !important;
overflow: visible;
transition: .6s;
z-index: 510;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.globalSubNav::before {
position: absolute;
width: 0;
height: 0;
content: "";
margin: auto;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #3c3c3c;
left: 32px;
top: -10px;
}

.globalSubNav li {
margin-left: 0 !important;
padding-bottom: 4px !important;
text-align: left !important;
border-bottom: 1px dotted #b9b9b9 !important;
}

.globalSubNav li a {
color: #fff !important;
}

#topHead #globalNav ul li:hover .globalSubNav {
display: block !important;
animation: fadeIn 0.3s ease-in 0s forwards;
}

@keyframes fadeIn {
0% {
display: none;
opacity: 0;
}

1% {
display: block;
opacity: 0;
}

100% {
display: block;
opacity: 1;
}
}

.searchWrap {
position: absolute;
display: flex;
justify-content: space-between;
align-items: center;
right: 110px;
top: 55px;
}

.searchInput {
background-color: #f2f2f2;
width: 776px;
height: 40px;
font-size: 1.4rem;
padding: 10px;
border: 1px solid #f2f2f2;
border-radius: 5px 0 0 5px;
}

.searchBtn {
background: var(--pointColor) url("../img/search_icon.svg") no-repeat 20px center;
background-size: 17px;
font-family: var(--font-primary);
width: 126px;
height: 40px;
font-weight: 700;
color: #fff;
padding-left: 20px;
padding-bottom: 3px;
cursor: pointer;
border: 1px solid var(--pointColor);
border-radius: 0 5px 5px 0;
}

.hamburger {
position: absolute;
background-color: #3c3c3c;
width: 80px;
height: 80px;
font-size: 1.4rem;
color: #fff;
right: 10px;
top: 15px;
cursor: pointer;
border-radius: 5px;
transition: .5s;
z-index: 1002;
}

.hamburger span {
position: absolute;
background-color: #fff;
display: block;
width: 20px;
height: 1px ;
margin: auto;
border-radius: 5px;
left: 0;
right: 0;
top: 10px;
transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
top: 18px;
}

.hamburger span:nth-child(2) {
top: 25px;
}

.hamburger span:nth-child(3) {
top: 32px;
}

.hamburger.active span:nth-child(1) {
top: 25px;
transform : rotate(-135deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
top: 25px;
transform : rotate(135deg);
}

#hamburgerMenu {
position: absolute;
font-family: var(--font-outfit);
margin: auto;
line-height: 1;
left: 0;
right: 0;
bottom: 22px;
}

#topHead #globalSubNav {
position: fixed;
/*background: linear-gradient(to right, #ff7830, #ffc62b);*/
background-color: #3c3c3c;
z-index : 1001;
top: 0;
left: 0;
text-align: center;
width: 100%;
height: 100%;
padding: 30px 0;
transform: translateY(-100%);
transition: all 0.6s;
}

#topHead #globalSubNav a {
color: #fff;
}

#topHead #globalSubNav.active {
opacity: 1;
display: block;
transform: translateX(0%);
}

#globalSubNavWrap {
position: absolute;
width: 1200px;
display: flex;
justify-content: space-between;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

#globalSubNavL {
width: 314px;
}

#globalSubNavR {
width: 520px;
}

#globalSubNavFlex {
position: relative;
width: 100%;
color: #fff;
text-align: left;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.globalSubNavHamburger {
width: 239px;
margin-bottom: 60px;
}

.globalSubNavHamburger h4 {
font-size: 1.8rem;
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 1px solid #fff;
}

}

@media print, screen and (max-width:1199px) {

#topHead {
position: fixed;
background-color: #fff;
width: 100%;
height: 118px;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 500;
transition: .3s;
}

#topHead #logo {
position: absolute;
background: url("../img/logo.svg") no-repeat;
background-size: 200px;
width: 200px;
height: 50px;
left: 10px;
top: 4px;
}

#topHead #logo a span {
width: 200px;
height: 50px;
font-size: 0;
display: block;
text-indent: -10000px;
}

#topHead #globalNav {
display: none;
}

.searchWrap {
position: absolute;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin: auto;
padding:  0 10px;
left: 0;
right: 0;
bottom: 10px;
}

.searchInput {
background-color: #f2f2f2;
width: 80%;
height: 40px;
font-size: 1.4rem;
padding: 10px;
border: 1px solid #f2f2f2;
border-radius: 5px 0 0 5px;
}

.searchBtn {
background: var(--pointColor) url("../img/search_icon.svg") no-repeat 15px center;
background-size: 17px;
font-family: var(--font-primary);
width: 120px;
height: 40px;
font-size: 1.3rem;
font-weight: 700;
color: #fff;
padding-left: 25px;
padding-bottom: 3px;
cursor: pointer;
border: 1px solid var(--pointColor);
border-radius: 0 5px 5px 0;
}

.hamburger {
position: absolute;
background-color: #3c3c3c;
width: 50px;
height: 50px;
font-size: 1rem;
color: #fff;
right: 10px;
top: 10px;
cursor: pointer;
border-radius: 5px;
transition: .5s;
z-index: 1002;
}

.hamburger span {
position: absolute;
background-color: #fff;
display: block;
width: 20px;
height: 1px ;
margin: auto;
border-radius: 5px;
left: 0;
right: 0;
transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
top: 10px;
}

.hamburger span:nth-child(2) {
top: 17px;
}

.hamburger span:nth-child(3) {
top: 24px;
}

.hamburger.active span:nth-child(1) {
top: 17px;
transform : rotate(-135deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
top: 17px;
transform : rotate(135deg);
}

#hamburgerMenu {
position: absolute;
font-family: var(--font-outfit);
margin: auto;
line-height: 1;
left: 0;
right: 0;
bottom: 8px;
}

#topHead #globalSubNav {
position: fixed;
/*background: linear-gradient(to right, #ff7830, #ffc62b);*/
background-color: #3c3c3c;
z-index : 1001;
top: 0;
left: 0;
text-align: center;
width: 100%;
height: 100%;
padding: 30px 0;
overflow-y: auto;
transform: translateY(-100%);
transition: all 0.6s;
}

#topHead #globalSubNav a {
color: #fff;
}

#topHead #globalSubNav.active {
opacity: 1;
display: block;
transform: translateX(0%);
}

#globalSubNavWrap {
position: relative;
width: 88%;
margin: 0 auto;
}

#globalSubNavL {
width: 70%;
margin: 0 auto;
margin-bottom: 30px;
}

#globalSubNavR {
width: 100%;
}

#globalSubNavFlex {
position: relative;
width: 100%;
color: #fff;
text-align: left;
margin: 0 auto;
}

.globalSubNavHamburger {
width: 100%;
margin-bottom: 20px;
}

.globalSubNavHamburger h4 {
font-size: 1.5rem;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #fff;
}

}