@charset "utf-8";
/*헤드메뉴*/


#header_wrap {
   /*  background-color:rgba(0, 0, 0, 0.6); */
	
    
    
    width: 100%;
    height: 81px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);  
    z-index: 100000;
}
.scrolled #header_wrap {
    background-color: #000;
    border-bottom: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#header {
    position: absolute;
    left: 0;
    top: 0px;
    max-width: 1400px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    height: 80px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#header .header-inner {
    width: 100%;
    height: 100%
}
#header .gnb {
    list-style: none;
    height: 100%;
    position: absolute;
    right: 0px
}
#header .gnb > li {
    float: left;
    position: relative;
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    text-align: center;
}
#header .gnb > li > a {
    display: inline-block;
    line-height: 1em;
    width: 100%;
    color: #f2f2f2;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: bolder;
    text-decoration: none;
    text-shadow:1px 1px 1px rgba(0,0,0,0.8);
    
}
#header .gnb > li > a:hover {
    color: #fff
}
#header .gnb > li.active {
    background-color: #b0905e
}
#header .gnb > li.active > a {
    color: #fff
}
#header .gnb .login {
    font-size: 12px;
    width: 70px;
    margin-right: 10px;
    color: #fff
}
#header .gnb .join {
    font-size: 12px;
    color: #fff;
    margin-left: 20px
}
#header .gnb .login a {
    color: #ddd;
    font-size: 12px
}
#header .gnb .login a:hover {
    color: #fff
}
#header .gnb .join a {
    color: #ddd;
    font-size: 12px
}
#header .gnb .join a:hover {
    color: #fff
}
#header .header-inner .menu {
    cursor: pointer;
    text-indent: -9999px;
    position: absolute;
    top: 29px;
    left: 50%;
    width: 25px;
    height: 20px;
    background-image: url(../img/cate_more.gif);
    margin-left: 200px;
    border: 0;
    display: none
}

#header .gnb > li, #header #right-side-open {
    height: 80px;
    line-height: 80px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#header #right-side-open {
    position: absolute;
    right: 0;
    width: 100px;
    cursor: pointer;
    border-left: 1px solid rgba(255,255,255,0.3);
    text-align: center;
    display: inline-block;
}
#header #right-side-open span {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1em;
    margin-top: -10px;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
}
#logo {
    float: left;
    padding: 0px 0 0;
    width: 265px; 
    height: 67px;
	
}
#header .gnb .snb {
    list-style: none;
    display: none;
}
#header #logo {
    margin-left: 25px;
    padding: 5px 0 0
}
#header #logo a {
    display: block;
    width: 265px;
    height: 73px;
}
#header #logo img {
    width: 100%
}
#header .gnb .snb, .device-md #header .gnb .snb {
    display: none;
    position: absolute;
    right: -82px;
    width: 200px;
    top: 80px;
    border-top: 0;
    background-color: #000;
    z-index: 2
}
#header .gnb .snb li {
    font-size: 14px;
    line-height: 3.1;
    text-align: left;
    border-top: 1px solid #414141;
}
#header .gnb .snb li a {
    color: #FFF;
    display: block;
    padding-left: 20px
}
#header .gnb .snb li a:hover {
    color: #fff;
    display: block;
    background-color: #ff3414;
    text-decoration: none;
    line-height: 3.1
}
#header .gnb .snb li:first-child {
    border-top: 0
}
/*헤드메뉴*/



/*오른쪽 퀵메뉴*/
.right_quick {
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 2
}
.right_quick.fixed {
    position: fixed;
    right: 0;
    top: 50% !important;
    margin-bottom: 50px;
    z-index: 100;
    top: 189px
}
.right_quick.fixed .material-icons {
    color: #fff;
    float: right
}
.right_quick ul.quick_info {
    position: relative;
    height: 240px
}
.right_quick ul.quick_info li {
    position: absolute;
    height: 60px;
    right: 0
}
.right_quick ul.quick_info li:nth-child(1) {
    top: 0
}
.right_quick ul.quick_info li:nth-child(2) {
    top: 60px
}
.right_quick ul.quick_info li:nth-child(3) {
    top: 120px
}
.right_quick ul.quick_info li:nth-child(4) {
    top: 180px
}
.right_quick ul.quick_info li:nth-child(5) {
    top: 240px
}
.right_quick ul.quick_info li a {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #343434;
    overflow: hidden;
    display: block
}
.right_quick ul.quick_info li i {
    color: #fff;
    font-size: 24px;
}
.right_quick ul.quick_info li i.ico {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 2
}
.right_quick ul.quick_info li:nth-child(1) i {
    right: 17px
}
.right_quick ul.quick_info li:nth-child(2) i {
    right: 17px
}
.right_quick ul.quick_info li:nth-child(3) i {
    right: 17px
}
.right_quick ul.quick_info li:nth-child(4) i {
    right: 17px
}
.right_quick ul.quick_info li:nth-child(5) i {
    right: 17px
}
.right_quick ul.quick_info li a span {
    height: 60px;
    line-height: 60px;
    color: #fff;
    position: absolute;
    text-align: left;
    opacity: 0;
    left: 30px;
    font-size: 14px;
    font-weight: 500;
    z-index: 2
}
.right_quick ul.quick_info li a.kakao span {
    color: #000
}
/*오른쪽 퀵메뉴*/






/*모바일 오른쪽 메뉴*/
#right-side {
    background-color: #333;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -400px;
    max-width: 400px;
    width: 100%;
    height: 100%;
    color: #FFF;
    padding: 30px;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    -ms-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease;
    box-sizing: border-box;
    overflow: auto;
}
#right-side .side_gnb .call a {
    text-align: center;
    display: block;
    position: relative;
    background: #6cc043;
    color: #fff;
    font-weight: bold;
    height: 5.0em;
    line-height: 5em;
    border-radius: 3px;
    margin-top: 10px;
    padding: 2px 0 4px 0;
}
#right-side #btn-close-right-side {
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    width: 60px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer
}
#right-side #btn-close-right-side .fa.fa-times {
    font-size: 18px;
    padding-top: 20px
}
.right-side-on #right-side {
    right: 0;
}
.right-side-on #wrapper {
    left: -300px;
}
.right-side-on #header {
    left: -300px;
}
.right-side-on #rs-overlay {
    display: block;
}
.quick_menu {
    width: 100%;
    margin: auto;
    padding-top: 20px
}
.quick_menu ul {
    text-align: center
}
.quick_menu li {
    display: inline-block;
    margin-left: -3px;
    width: 80px;
    border-right: 1px solid #ddd;
}
.quick_menu li:last-child {
    border: 0
}
.quick_menu li a {
    display: block;
    box-sizing: border-box;
    color: #f5f5f5;
    letter-spacing: -0.8px;
    text-align: center;
    position: relative;
    font-size: 12px
}
.quick_menu li a:hover {
    color: #fff;
    backface-visibility: hidden
}
.quick_menu li a.on {
    color: #fff;
    border-bottom-color: #FF3300;
    border-bottom-width: 2px;
    border-bottom-style: solid
}
.quick_kakao {
    text-align: center;
    height: 35px;
    background-color: #ffd800;
    display: inline-block;
    clear: both
}
.quick_kakao a {
    display: block;
    position: relative;
    background: #ffd800
}
.quick_kakao a img {
    display: block;
    margin: 0 auto
}
.side_gnb {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 20px;
}
.side_gnb p {
    color: #fff;
    text-align: center;
    padding: 20px
}
.side_gnb .menu-list {
    display: block;
    position: relative;
    border-bottom: 1px solid #555;
    margin-top: 60px
}
.side_gnb .menu-list>li>a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 3.8em;
    padding: 0 1.0em;
    border-top: 1px solid #555;
    text-decoration: none
}
.side_gnb .menu-list>li>a i {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-75%) rotate(135deg);
    -webkit-transform: translateY(-75%) rotate(135deg);
    right: 1.5em;
    width: 5.31%;
    max-width: 32px;
    border: 1px solid #f2f2f2;
    border-left-width: 0;
    border-bottom-width: 0;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -ms-transition: transform .3s ease
}
.side_gnb .menu-list>li.on>a i {
    -webkit-transform: translateY(-25%) rotate(315deg);
    transform: translateY(-25%) rotate(315deg)
}
.side_gnb .menu-list>li>a i:before {
    content: "";
    display: block;
    position: relative;
    padding-top: 100%
}
.side_gnb .depth-2 {
    display: none;
}
.side_gnb .depth-2>li {
    background-color: #ddd
}
.side_gnb .depth-2>li>a {
    display: block;
    color: #f2f2f2;
    font-size: 1.2em;
    line-height: 3.0em;
    padding: 0 1.5em 0 2.2em;
    border-bottom: 1px solid #fff;
    color: #000
}
/*모바일 오른쪽 메뉴*/




/*í‘¸í„°*/
#footer{ width:100%; height:auto; background:#30343b; clear:both; margin: 0 auto}
.foot_menu{width:100%; padding:20px 20px; background:#30343b; border-bottom:1px solid rgba(255,255,255,0.07);  }
.foot_menu .fm{ float:left;}
.foot_menu .fm li{ display:inline-block; line-height:2em; margin-right:12px; padding-right:12px; border-right:1px solid rgba(255,255,255,0.07); }
.foot_menu .fm li a{ font-size:1.08em; color:rgba(255,255,255,0.9);}
.foot_menu .fm li a.point{color:#32c0eb;}
.foot_menu .fm li:last-child{border-right:0;}
.foot_menu .sns{  float:right;}
.foot_menu .sns li{ display:inline-block; margin-left:10px; }
.foot_menu .sns li:first-child {margin-left:0;}
.foot_menu .sns li a { color:#777}
.foot_menu .sns li a:hover { color:#fff}
.foot_menu .menu { margin-top:20px; }
.foot_menu #phone { display:inline-block; color:#fff; font-size:12px; text-align:center; padding: 0px 20px; background-color:#6C6}
.foot_menu #kakao{ display:inline-block; color:#000; font-size:12px; text-align:center; padding: 0px 20px; background-color:#ffeb33}

.footer_in{ max-width:1100px; height:200px; padding:38px 20px; margin:0 auto; box-sizing:border-box}
.footer_in address h1{ font-size:16px; line-height:1.8; padding-bottom:10px; color:#fff; font-weight:bold; }
.footer_in address p{ overflow:hidden; font-size:13px; color:rgba(255,255,255,0.4);}
.footer_in address p strong{ font-weight: 500;  color:rgba(255,255,255,0.5);}
.footer_in address p span{display:inline-block;margin-right:10px; line-height:1.8em;}
.footer_in address p.addr{margin-top:18px;}
.footer_in address p.copylight{ font-size:13px; color:#999; margin-top:18px;}
.footer_in address{float:left; width:65%; font-style:normal}
.footer_in .customer{float:right; color:rgba(255,255,255,0.5); margin-left:20px; padding-left:30px; border-left:1px solid rgba(255,255,255,0.05); font-size:13px;}
.footer_in .customer .main_tel{font-size:15px; font-weight:300; color:#fff; margin-bottom:20px; margin-top:20px;}
.footer_in .customer .main_tel span{font-size:20px; font-weight:bold; color:#32c0eb; display:block; margin-top:10px;}

@media screen and (max-width: 640px) {
    .footer_in address { width:100%}
	.footer_in .customer { width:100%; border-left:0; margin-left:0; padding-left:0}
	.foot_menu .fm { margin-bottom:20px}
	.foot-banner > a{font-size: 18px; height:100px}
	.foot-banner > a:after {background: url(../img/link.png) no-repeat 50% 50%/50% auto;}	
	.foot-banner > a:first-child:after { margin:0}
	.foot-banner > a:after { margin:0}

}

@media screen and (max-width: 450px) {
   .foot_menu .sns { float:left}
   .foot-banner > a{font-size: 18px;}	
}
/*í‘¸í„°*/






@media screen and (max-width: 1380px) {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 980px) {
#header {
    display: block;
    background-color: transparent;
    top: 0;
    position: fixed
}
#header #logo {
    width: 100px;
    display: block
}
#header .gnb {
    display: none
}
#open-button {
    position: fixed;
    z-index: 10000;
    right: 15px;
    padding-top: 18px;
    width: 75px;
    height: 80px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    display: block;
}
#open-button .navicon-line {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}
#open-button .nl1 {
    top: 11px;
    right: 10px;
    width: 30px;
}
#open-button .nl2 {
    top: 19px;
    right: 10px;
    width: 24px;
}
#open-button .nl3 {
    top: 27px;
    right: 10px;
    width: 30px;
}
#open-button.on>div>div {
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    width: 25px;
    position: absolute;
    top: 15px;
    right: 10px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
#open-button.on>div>div:first-child {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}
#open-button.scrolled .navicon-line {
    background-color: #333;
}
#open-button.on.scrolled >div>div {
    background-color: #fff;
}

}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 640px) {
#footer_wrap {
    padding: 90px 0;
}
#footer_wrap .footer_logo {
    width: 50%;
}

#footer_wrap .footer_link {
    display: none;
}
#footer_wrap .footer_link li {
    margin: 30px 2px 0px;
}
#footer_wrap .footer_link li a {
    font-size: 17px;
    width: 120px;
    height: 40px;
    line-height: 37px;
}
	
     
	
}
