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


#header_wrap {
   
	position: fixed;
    top: 0;
    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: 150px;
    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: 600;
    text-decoration: none;
}
#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;
	
}
#header .gnb .snb {
    list-style: none;
    display: none;
}
#header #logo {
    margin-left: 0px;
    padding: 5px 0 0
}
#header #logo a {
    display: block;
    width: 160px;
   
}
#header #logo img {
    width: 100%
}
#header .gnb .snb, .device-md #header .gnb .snb {
    display: none;
    position: absolute;
    right: -32px;
    width: 215px;
    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 */
#footer {
    clear: both;
    background: #232323;
	color:  #C7C6C6;
}
#footer_wrap {
    position: relative;
    padding: 50px 0;
	line-height: 25px;

    text-align: center;
}
#footer_wrap a {
    color: #888;
}
#footer_wrap .footer_logo {
    width: 130px;
    margin: 0 auto;
}

#footer_wrap .footer_logo img {
   width: 75%;
	padding-bottom: 35px;
}


#footer_wrap .footer_link {
    font-size: 0;
}
#footer_wrap .footer_link li {
    display: inline-block;
    margin: 50px 2px 0px;
}
#footer_wrap .footer_link li a {
    display: block;
    font-size: 18px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid #535353;
    color: #969696;
    transition: all 0.3s ease;
}
#footer_wrap .footer_link li a:hover {
    border: 1px solid #15afa5;
    background-color: #21bbb1;
    color: #fff;
    text-decoration: none;
}


/*푸터*/





@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;
}
	
     
	
}
