﻿
/* PC CSS */

.gnb a { text-decoration: none; color: rgb(255, 255, 255); !important}
.gnb a:hover { text-decoration: none;color:white; !important }
.gnb a:link { text-decoration: none; color:white; !important }
.gnb a:visited { text-decoration: none; color:white; !important }
.gnb a:hover { text-decoration: none; color:white; !important }
.gnb a:active { text-decoration: none;/*color:#000;*/ }

#menu-container {display:none;}
.mainMenu {width:100%; position:relative;}

.toph{width:1100px; height:90px; margin:0 auto; }
.gnb {overflow:hidden;  }
.logos {float:left;}
.logos a {color:white;}
/* .logos img {width:230px;padding:36px 0  0 70px;} */
/*  .logos img {padding:26px 0  0 70px;}  */
.logos {display:inline-block; width:270px; margin-left:5px; padding-top:4px;font-size:25px;line-height:86px;font-weight:normal;color:#123f93;}

.gnb ul {float:left;width:1131px;  padding:37px 0 0px;}
.gnb ul li {float:left; font-size:17px;color:#ffffff;padding:0px 60px 0 60px; } 
/* .gnb ul li.first {border-left:1px solid #828080;} */
.gnb ul li a:hover {color:#1960b9;}
.gnb ul li.point a {color:#1960b9;}
.snbWarp {width:100%; background:#fbfbfb;border-bottom:1px solid #eee;}
.snb2 {display:none;overflow:hidden; width:1270px;margin:0 auto;}
.snb2 > li {float:left;}
.snb5 {width:175px; padding-left:0px; overflow:hidden;background:#fbfbfb;padding:20px 5px 0px; font-size:13.3px;/* border-left: 1px solid #666; border-right:1px solid #666;*/}
.snb5 li a:hover { text-decoration: none; color:blue; }
.snb2 > li > ul > li {line-height:2; }
.icon {font-weight:bold; text-align:left;font-size:14px;padding-bottom:10px;color:#4793f1;} /* 아이콘과 글씨 */
/* /PC CSS */

/* 모바일 CSS */
@media only screen and (max-width : 800px) {
/* .topBox {overflow:hidden; border-bottom:1px solid #red;} */
.mainMenu {display:none;}
.mainMenu a { text-decoration: none; color: black; !important}
.mainMenu a:hover { text-decoration: none; color: black; !importan }
.mainMenu a:link { text-decoration: none; color:#000; }
.mainMenu a:visited { text-decoration: none; color:#000; }
.mainMenu a:hover { text-decoration: none; color:#000; }
.mainMenu a:active { text-decoration: none; color:#000; } 
.logoM {position:absolute; top:25px; left:20px;}
.logoM a {display:inline-block;font-size:20px;font-weight:normal;}
/* .logoM {position:absolute; top:0px; left:10px;}
.logoM img{padding:16px 0  0px;background:white;} */

#menu-container {display:block;float:right;  background-color: white;}
ul { list-style: none; }

body {
  width:100%;
  font-family: 'Dosis', sans-serif;
  background: #fff;
}
#menu-wrapper {
    overflow: hidden;
    max-width: 55px;
    border:1px solid white;
    cursor: pointer;
	background-color: white;
	
}

/* 화살표 위치 */
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 30px;
    height: 30px;
	margin: 30px 40px 0 10px; 
	background:white;z-index:510000;
}

/*
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}
*/

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #0076cf;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding:0;
	width:100%;
}
#menu-container .menu-list .menu-submenu li a {
    display:block;
    padding:15px 15px 15px 30px;

}
#menu-container .menu-list .menu-submenu li a:hover {
    background:#eee;
}
#menu-container .menu-list {
    padding-left: 0;
    display: none;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: #fff;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    right:100%;
	margin-top:0px;
}

#menu-container .menu-list li.accordion-toggle, .accordion-toggle1, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2; 
}


.acc a {
	display:block;
	background:white;
	width:100%;
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2; 
}

#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-toggle1, .accordion-content {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    letter-spacing: 1px; 
}

  .accordion-content {
    display: none;
	width:100%;
}


.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858; /* 메뉴 +색 */
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out; 
	color:black;
}

.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: #0076cf;
  transition: all 0.3s ease;
}


.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}

.accordion-toggle,  a.menu-link.active {color:white;}

}


/* /모바일 CSS */