@charset "UTF-8";

@media print, screen and (min-width:1200px) {

#topHead {
position: fixed;
background-color: #fff;
width: 100%;
margin: 0 auto;
padding: 10px 40px 25px;
top: 0;
left: 0;
right: 0;
z-index: 1000;
transition: .3s;
display: flex;
justify-content: space-between;
align-items: center;
}

#topHead #logo {
position: relative;
width: 180px;
margin-top: 10px;
}

#topHead #lineCallFlex {
display: flex;
justify-content: flex-end;
}

#topHead #callBtn {
position: relative;
background-color: #f08300;
width: 260px;
height: 60px;
font-size: 1.2rem;
font-weight: 700;
margin-left: 10px;
border: 2px solid #f08300;
border-radius: 260px;
transition: .3s;
line-height: 1;
}

#topHead #callBtn:hover {
background-color: #fff;
}

#topHead #callBtn i {
position: absolute;
font-size: 3.8rem;
margin: auto;
left: 24px;
top: 10px;
}

#topHead #callBtn span {
font-family: var(--font-barlow);
font-size: 2.8rem;
font-weight: 700;
display: block;
letter-spacing: 0;
}

#topHead #callBtn a {
text-decoration: none;
color: #fff;
display: block;
padding: 8px 14px 7px 54px;
}

#topHead #callBtn a:hover {
color: #f08300;
}

#topHead #lineBtn {
position: relative;
background-color: #06c755;
width: 260px;
height: 60px;
font-size: 1.8rem;
font-weight: 700;
z-index: 550;
border: 2px solid #06c755;
border-radius: 260px;
transition: .3s;
line-height: 1.1;
}

#topHead #lineBtn:hover {
background-color: #fff;
}

#topHead #lineBtn i {
position: absolute;
font-size: 3rem;
margin: auto;
left: 18px;
top: 14px;
}

#topHead #lineBtn span {
font-size: 1.6rem;
letter-spacing: 0;
}

#topHead #lineBtn a {
text-decoration: none;
color: #fff;
display: block;
padding: 16px 14px 16px 54px;
}

#topHead #lineBtn a:hover {
color: #06c755;
}

#topHead #globalNav ul {
width: auto;
margin-top: 15px;
display: flex;
justify-content: space-between;
white-space: nowrap;
}

#topHead #globalNav ul li {
text-align: center;
margin-left: 30px;
}

#topHead #globalNav ul li a {
position: relative;
font-size: 1.5rem;
font-weight: 700;
color: var(--txtColor);
text-decoration: none;
margin: 0;
padding: 0;
line-height: 1;
}

#topHead #globalNav ul li a::before {
position: absolute;
background-color: var(--themeColor);
content: "";
width: 20px;
height: 2px;
bottom: -6px;
left: 0;
}

#topHead #globalNav ul li a::after {
position: absolute;
background-color: var(--themeColor);
content: "";
width: 100%;
height: 2px;
bottom: -6px;
left: 0;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#topHead #globalNav ul li a:hover::after {
transform: scale(1, 1);
}

.hamburger,
.navSns {
display: none !important;
}

}

@media print, screen and (max-width:1199px) {

#topHead {
position: fixed;
background-color: #fff;
width: 100%;
height: 90px;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 500;
transition: .3s;
}

#topHead.fixed {
background-color: #fff;
}

#topHead #logo {
position: absolute;
width: 120px;
margin: auto;
left: 15px;
top: 5px;
}

#callBtn {
display: none;
}

/*
#callBtn {
position: fixed;
background-color: #ED9F0C;
width: 50%;
height: 64px;
font-size: 1rem;
font-weight: 700;
text-align: center;
z-index: 550;
border-left: 2px solid #ED9F0C;
border-top: 2px solid #ED9F0C;
border-bottom: 2px solid #ED9F0C;
line-height: 1.1;
right: 0;
bottom: 0;
white-space: nowrap;
}

#callBtnFlex {
display: flex;
justify-content: center;
align-items: center;
}

#callBtn i {
position: relative;
font-size: 2.8rem;
margin-right: 5px;
top: 0px;
}

#callBtn span {
font-family: var(--font-barlow);
font-size: 2.2rem;
font-weight: 700;
display: block;
letter-spacing: 0;
}

#callBtn a {
text-decoration: none;
color: #fff;
display: block;
padding: 13px 5px;
}
*/

#lineBtn {
display: none;
}

/*
#lineBtn {
position: fixed;
background-color: #06c755;
width: 50%;
height: 64px;
font-size: 1.3rem;
font-weight: 700;
z-index: 550;
border-top: 2px solid #06c755;
border-right: 2px solid #06c755;
border-bottom: 2px solid #06c755;
line-height: 1.1;
left: 0;
bottom: 0;
}

#lineBtn i {
position: relative;
font-size: 2rem;
margin-right: 5px;
top: 3px;
}

#lineBtn span {
font-size: 1.2rem;
letter-spacing: 0;
}

#lineBtn a {
text-decoration: none;
color: #fff;
display: block;
padding: 18px 3px;
}

*/

.hamburger {
position: fixed;
display: block;
width: 52px;
right: 5px;
top: 25px;
height: 42px;
cursor: pointer;
text-align: center;
z-index: 1004;
}

.hamburger span {
position: absolute;
background-color: #f08300;
display: block;
width: 30px;
height: 2px ;
left: 10px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
top: 10px;
}

.hamburger span:nth-child(2) {
top: 18px;
}

.hamburger span:nth-child(3) {
top: 26px;
}

.hamburger.active span:nth-child(1) {
top: 20px;
left: 10px;
transform : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
top: 20px;
transform : rotate(45deg);
}

#globalNav {
position: fixed;
background: #FBFAEC url("../img/svg_roof_n.svg") no-repeat bottom;
background-size: contain;
z-index : 1001;
top: 0;
left: 0;
color: #fff;
text-align: center;
width: 100%;
height: 100%;
transform: translateX(-100%);
transition: all 0.6s;
}

#globalNav.active {
opacity: 1;
display: block;
transform: translateX(0%);
}

#globalNav ul {
position: absolute;
width: 250px;
margin: auto;
text-align: center;
left: 0;
right: 0;
top: 40%;
transform: translateY(-50%) ;
}

#globalNav ul li {
position: relative;
width: 100%;
text-align: left;
margin: 0 auto;
transition: .3s;
}

#globalNav ul li a {
position: relative;
font-size: 1.3rem;
font-weight: 700;
color: var(--txtColor);
display: block;
text-decoration: none;
padding: 10px;
line-height: 1.5;
}

#globalNav ul li::before {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 1px solid var(--themeColor);
border-right: 1px solid var(--themeColor);
transform: rotate(45deg);
right: 15px;
top: 0;
bottom: 0;
transition: .5s;
}

li.navSns {
width: auto !important;
text-align: center !important;
display: inline-block !important;
margin: 0 auto !important;
margin-top: 30px !important;
padding: 0 !important;
}

li.navSns a {
color: #f08300 !important;
padding: 0px 5px !important;
}

li.navSns i {
font-size: 2.6rem !important;
}

li.navSns::before {
display: none !important;
}

}