@charset "utf-8";


/* layout */
html, body { height:100%;}
body { color:#686868; letter-spacing:-.05em; -webkit-text-size-adjust:none; -webkit-font-smoothing:antialiased;}
#wrap {	position:relative; width:100%; min-width:320px;height:100%; font-size:1rem; }
.inner {	width:1600px;	position:relative;	margin-left:auto;	margin-right:auto;}
.s-inner {	width:1400px;	position:relative;	margin-left:auto;	margin-right:auto;}

.p-Part{padding: 140px 0;}


/* 타블렛 가로 */
@media all and (max-width:1620px) {	
    .inner {width:94%;}
}
@media all and (max-width:1420px) {	
    .inner {width:94%;}
    .s-inner {width:94%;}
}
@media all and (max-width:1280px) {	
    .p-Part{padding: 120px 0;}
}
@media all and (max-width:980px) {	
    .p-Part{padding: 100px 0;}
}
@media all and (max-width:780px) {	
    .p-Part{padding: 80px 0;}
}
@media all and (max-width:580px) {	
    .p-Part{padding: 60px 0;}
}

/*Header*/
#header { position:fixed; width:100%; height:100px; box-sizing:border-box; z-index:300;  margin: 0 auto; background:#FFF; display:flex; justify-content:space-between;align-items: center; border-bottom:1px solid rgba(140,140,140,0.2) }
#header .hd_bx { line-height:100px;  }
#header .hd_mbx { display: none; }

#header #logo { font-size:0; padding-left:60px; z-index:103; position:relative}
#header #logo a { width:199px; height:40px;}
#header #logo a.logo { display: block; background:url("/images/common/logo.png") no-repeat left center; background-size:100% auto; }


.menuToggle { position: relative; right:0; top:0; width:80px; height:80px; cursor:pointer; z-index:101; }
.menuToggle span { display:block;  height:2px; border-radius:3px;   position:absolute; top: 50%; left:50%; margin-left: -16px; transition:all 0.5s; background:#222}
.menuToggle span.t { margin-top: -11px; width:27px;}
.menuToggle span.m { margin-top:-1px; width: 27px; }
.menuToggle span.b { margin-top: 9px; width:27px; }

#header.mo_on .menuToggle span.t {transform: rotate(45deg);  margin-top: 0;}
#header.mo_on .menuToggle span.m {width:0;}
#header.mo_on .menuToggle span.b {transform: rotate(-45deg); width:27px;  margin-top: 0;} 

#header.mo_on .menuToggle span { background:#FFF} 




#gnb_pc {margin: 0 auto; }
#gnb_pc > ul > li {display:inline-block; vertical-align:top; text-align:center; position:relative;}
#gnb_pc > ul > li > div {display:block; font-size:1.8rem; text-transform:uppercase; line-height:100px; position:relative; width: auto; padding: 0 35px; cursor: pointer;letter-spacing:0; }
#gnb_pc > ul > li > div  a { color:#222;  font-weight:600 }
#gnb_pc > ul > li > ul { display: none; padding:15px 0; width:180px; background:#b18d5d; position: absolute; top: 100px; left: 50%; margin-left: -90px; }
#gnb_pc > ul > li > ul > li > a {display:block; width:100%;padding:10px; color:#fff;box-sizing: border-box; font-size: 1.6rem;}
#gnb_pc > ul > li > ul > li:last-child > a {border-bottom:0;}
#gnb_pc > ul > li:hover > div {}
#gnb_pc > ul > li > ul > li > a:hover {text-decoration:underline}

#gnb_pc > ul > li > ul > li > ul {display:none}


#header.mo_on #logo a.logo { background:url("/images/common/logo.png") no-repeat left center; background-size:100% auto; }

#header .loca{display: flex; width: 250px; gap: 10px; margin-right: 60px;}
#header .loca li{width: 50%; text-align: center; font-weight: 500;}
#header .loca li a{width: 100%; font-size: 1.5rem; display: flex; justify-content: center; padding: 10px; align-items: center; gap: 7px;}
#header .loca li:nth-child(1){background: #b18d5d;}
#header .loca li:nth-child(1) a{color: #fff;}
#header .loca li:nth-child(2){border: 1px solid #cebcb0; box-sizing: border-box;}
#header .loca li:nth-child(2) a{color: #b18d5d;}


#gnb_mo { position:fixed; top:0; right:0; width:100%; height:100%; max-width:500px; padding: 80px 0; background:rgba(5,5,5, 0.90); overflow-y:scroll; -ms-overflow-style:none; z-index: 100; text-align: left; transition: all 0.4s ease; -webkit-transform: translateX(100%) rotate(0); -moz-transform: translateX(100%) rotate(0); -ms-transform: translateX(100%) rotate(0); -o-transform: translateX(100%) rotate(0); transform: translateX(100%) rotate(0); }
#gnb_mo > ul { border-top: 1px solid rgba(255,255,255,0.1); line-height:3.5em;}
#gnb_mo > ul > li > div {display:block; width:100%; font-size:2.0rem;  border-bottom:1px solid rgba(255,255,255,0.1); box-sizing:border-box; padding:10px 1.5em; position:relative; cursor: pointer; }
#gnb_mo > ul > li > div:after {content:''; display:block; width:11px; height:1px; background:#fff; position:absolute; right:1em; top:50%; margin-top:-1px;}
#gnb_mo > ul > li > div:before {content:''; display:block; width:1px; height:11px; background:#fff; position:absolute; right:calc(1em + 5px); top:50%; margin-top:-6px; transition:all 0.5s;}
#gnb_mo > ul > li > div > a { color:#fff; }
#gnb_mo > ul > li > ul { display:none; }
#gnb_mo > ul > li > ul > li > a {display:block; width:100%; font-size:1.8rem; color:#4b4b4b;padding:0 2em; font-weight: 500; border-bottom:1px solid #e1e1e1; background:#fff; box-sizing:border-box; line-height:3.5em;}
#gnb_mo > ul > li > div.on { background: #b18d5d; }
#gnb_mo > ul > li > div.on:before {transform:rotate(90deg)}

#header.mo_on #gnb_mo {display:block;}
#gnb_mo.m_menuOn{	-webkit-transform: translateX(0) rotate(0); -moz-transform: translateX(0) rotate(0);	-ms-transform: translateX(0) rotate(0);	-o-transform: translateX(0) rotate(0);	transform: translateX(0) rotate(0); }


@media all and (max-width:1699px){
#header #logo { padding-left:30px }  
#gnb_pc > ul > li > div {padding: 0 30px;}
#header .loca{margin-right: 30px;}
}
@media all and (max-width:1599px){
    #t-loca {display:none}
}
@media all and (max-width:1399px){
    #gnb_pc > ul > li > div {padding: 0 25px;}
    #gnb_pc > ul > li > ul { padding:10px 0; width:150px; margin-left: -75px;}
}
@media all and (max-width:1280px){
    #header { height:80px; text-align: center}
    #header .hd_bx { line-height:80px; }
    #header .hd_mbx { display: block; }
    
    #gnb_pc {display:none;}
    #gnb_mo { text-align: left; }
    #header .loca{margin-right: 0px; position: absolute; right: 90px;}
}
@media all and (max-width:976px){
    #header { height:70px; }
    .menuToggle { width:70px; height:70px }
    #gnb_mo { padding: 70px 0; }	
    #header .loca{right: 80px;}
}
@media all and (max-width:767px) {
    #header { height:60px; }
    #header #logo { padding-left:20px }
    .menuToggle { width:60px; height:60px }
    #gnb_mo { max-width: 100%; padding: 60px 0; }
    #header.mo_on #logo a.logo { background:url("/images/common/logo_w.png") no-repeat left center; background-size:100% auto; }
    #header .loca{display: none;}
    #header #logo a {width:160px;}
}
@media all and (max-width:480px) {
    #header #logo { padding-left:10px;}
}


/* footer */
#footer {width: 100%; padding: 60px 0 100px; border-top: 1px solid #f2f2f2;}
#footer .top{width: 100%; display: flex;flex-wrap: wrap; align-items: center; gap: 50px;}
#footer .top ul{display: flex; gap: 30px; font-size: 1.6rem; font-weight: 500;}
#footer .top ul a{color: #000;}
#footer .bot{margin-top: 40px;}
#footer .bot ul{display: flex; font-size: 1.5rem; color: #999; gap: 5px 20px; flex-wrap: wrap;}
#footer .bot p{margin-top: 15px; font-size: 1.5rem; color: #999;}

.go-top{position: fixed; right: 30px; bottom: 30px; cursor: pointer;z-index: 100;}
.go-top img{filter: drop-shadow(2px 2px 5px #00000030);}

@media all and (max-width:1280px) {
    #footer {padding: 40px 0 80px;}
    .go-top img{width: 60px;}
    #footer .bot{margin-top: 30px;}
    #footer .bot p{margin-top: 10px;}
}
@media all and (max-width:580px) {
    #footer {padding: 40px 0 60px;}
    #footer .top{justify-content: center; gap: 20px;}
    #footer .top ul{width: 100%; justify-content: center;}
    #footer .top img{width: 150px;}
    .go-top{bottom: 20px; right: 20px;}
    .go-top img{display: none;}
    #footer .bot{margin-top: 30px; text-align: center;}
    #footer .bot ul{justify-content: center;}
    #footer .bot p{font-size: 1.3rem;}
}


#Quick {position:fixed; right: 10px; z-index:99; top: 50%; transform: translateY(-50%);}
#Quick ul {border-radius:100px; text-align:center; padding:10px 14px; box-shadow:0 0 10px rgba(85,85,85,0.1)}
#Quick ul li {padding:10px 0; border-bottom:1px solid rgba(255,255,255,0.1)}
#Quick ul li .t1 {padding-top:5px; font-size:1.4rem; color:#FFF}
#Quick ul li a:hover .t1 {color:#74fff4}
#Quick ul li:last-child {border-bottom:0}

#Quick ul.bg2 {margin-top:5px; background:#FFF}
#Quick ul.bg2 li .t1 {color:#777}
#Quick ul.bg2 li a:hover .t1 {color:#000}
#Quick ul.bg2 li:last-child { border-bottom:0}


@media all and (max-width:1024px) {
    #Quick ul {padding:15px 10px; }
	#Quick ul li {padding:5px 0; }
	#Quick ul li img {width:30px}
	#Quick ul li .t1 {font-size:1.2rem; padding-top:3px}
}
@media all and (max-width:580px) {
    #Quick {right: auto; top: auto; left: 50%; bottom: 10px; transform: translatex(-50%); width: 80%;}
    #Quick ul {display: flex; justify-content: space-between; padding: 5px 15px;}
    #Quick ul li {border-bottom: 0;}
    #Quick ul li a{display: flex; align-items: center; gap: 7px; justify-content: center;}
    #Quick ul li .t1 {padding-top:0px;}
}


