.scroll-page {
    -webkit-overflow-scrolling: touch;
}

.motion {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



.wrap {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding-top:235px;
}

@media only screen and (max-width : 1024px) {
    .wrap {
        padding-top:200px;
    }
}
    


@media only screen and (max-width : 1024px) {
    .section {
        height: auto !important;
    }

}

#header {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width:1200px;
    text-align: center;
    transform: translate(-50%, 0);
    background-color: #fff;
    z-index: 5;
}

#header>.container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height:235px;
    padding-top:140px;
    box-sizing: border-box;

}

#header a.logo {
    position: absolute;
    top: 25px;
    left: 50%;
    display: inline-block;
    width: 114px;

    transform: translate(-50%, 0);
    z-index:3;
}


#header a.logo>img {
    width: 100%
}
#header a.logo>font{
    display:inline-block;
    padding-top:5px;
    font-weight:600;
    font-size:0.625rem;
    line-height:0.625rem;
}


#header .util {
    
    position: absolute;
    top: 80px;
    left:0;
    display:flex;
    width:100%;
    
}

#header .util .app{

}
#header .util .app a{
    display:inline-block;
    width:140px;
    height:40px;
    padding-top:6px;
    border-radius:30px;
    border:1px solid #eee;
    vertical-align:top;
    margin-right:5px;
}
#header .util .app a:nth-child(1) img{
    width:90px;
}
#header .util .app a:nth-child(2) img{
    width:80px;
}
#header .util .inner{
    margin-left: auto;
}
#header .inner{
    margin-left: auto;
}
#header .inner .sign{
    display:flex;
    height:40px;
   
    padding-left:30px;
    padding-right:30px;
    align-items:center;
    justify-content:center;
    border-radius:30px;
    border:1px solid #eee;
}
#header .inner .sign button[type="submit"]{
    padding:0;
    color:#333;
}
#header .inner .sign a, #header .inner .sign button[type="submit"]{
    display:inline-block;
    font-size:0.813rem;
    line-height:0.813rem;
    font-weight:500;
}
#header  .inner .sign a::after, #header  .inner .sign button[type="submit"]::after{
    content: '/';
    display:inline-block;
    padding-left:6px;
    padding-right:6px;
    font-size:0.75rem;
    line-height:0.813rem;
}
#header  .inner .sign a:last-child:after, #header  .inner .sign button[type="submit"]:last-child:after{
 display:none;
}
.menuTrigger,
.menuTrigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menuTrigger {
    display:none;
    position: relative;
    width: 26px;
    height: 24px;
}

.menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #393232;
    border-radius: 3px;
}

.menuTrigger span:nth-of-type(1) {
    top: 0;
}

.menuTrigger span:nth-of-type(2) {
    top: 10px;
}

.menuTrigger span:nth-of-type(3) {
    bottom: 0;
}

#header .container .util a.telTrigger {
    display: flex;
    height: 100%;
    
    margin-right: 7px;
    justify-content: center;
    /*가로 중앙정렬*/
    align-items: center;
    /*세로 중앙정렬*/
}

#header .container .util a.telTrigger i {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    text-align: center;
    border-radius: 20px;
    background-color: #31427a;
    animation: 1.2s ease-out;
    animation-name: telTriggermove;
    animation-iteration-count: infinite;
}

@keyframes telTriggermove {
    0% {
        /*margin-right:0px*/
        background-color: #f15a22;
    }

    50% {
        background-color: #f7941d;
    }

    100% {
        background-color: #f15a22;
    }
}



#header.on {

}



#header .search{
    position:absolute;
    top:140px;
    left:50%;
    transform: translate(-50%, 0);
    width:600px;
    height:65px;
    
}
#header .search{
    background: url(../../img/navBg.jpg) center no-repeat;
}
#header .search .lnner{
    position: relative;
    width:400px;
    height:65px;
    padding-top:5px;
    margin: 0 auto;
    border-radius:60px;
    background:url(../../img/searchBg.jpg) center no-repeat;
}
#header .search .lnner input[type=text]{
    width:calc(100% - 11px);
    height:calc(100% - 5px);
    padding-left:20px;
    padding-right:60px;
    border-radius:60px;
    border:none;
    
}
#header .search .lnner button[type=submit]{
    position:absolute;
    top:17px;
    right:25px;
    width:28px;
    height:28px;
    background: url(../../img/iconSearch.png) center no-repeat;
    background-size:100%;
}

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

@media only screen and (max-width : 1024px) {
    #header {
        padding-left:15px;
        padding-right:15px;
        background-color: #fff;
    }

    #header>.container {
        position: relative;
        margin: 0 auto;
        padding-right: 0;
        max-width: 100%;
        padding-top:0;
        height:180px;
    }
    #header a.logo{
        width:80px;
    }

    
    #header .util{
        top:25px;
        left:auto;
        right:0;
        display:block;
        text-align: right;
    }
    #header .util .inner, #header .util .app{
        display:none;
    }
    .menuTrigger{
        display:inline-block;
    }
    #header .search{
        top:110px;
        height:50px;
        width:calc(100%);
        max-width:600px;
        background:none;
    }
    #header .search .lnner{
        width:100%;
        height:100%;
    }
    #header .search .lnner button[type=submit]{
        top:12px;
        width:24px;
        height:24px;
    }
    

}

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

#quick,
#scrollBox {
    z-index: 3;
}





#nav {
    display: flex;
    margin: 0 auto;
    height:60px;
    max-width:1200px;
    
    

}

#nav>li {
    position: relative;
   
    width: 70px;
    height:100%;
    background-color:#fff;
    margin-left: 15px;
    margin-right: 15px;
    
   

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;


}

#nav>li.push-right {
  margin-left: auto;
}

/*#nav>li:first-child{
  width:135px;
}*/
#nav>li>a {
    position: relative;
    display: flex;
    height:100%;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #666;

    justify-content: center;
    /*가로 중앙정렬*/
    align-items: center;
    /*세로 중앙정렬*/
    word-break: keep-all;
    box-sizing: border-box;
}


#nav>li:hover>a,
#nav>li.active>a {
    font-weight: 600;
    color: #000 !important;


}

#nav .line {
    position: absolute;
    display: inline-block;
    bottom: 12px;
    height: 2px;
    width: 0%;
    background: #f08200;
    left: 50%;
    z-index: 6;
}

/*#nav .motion {
	-webkit-transition: background-color  0.3s ease-out, color 0.3s ease-out;
	   -moz-transition: background-color  0.3s ease-out, color 0.3s ease-out;
	     -o-transition: background-color  0.3s ease-out, color 0.3s ease-out;
	        transition: background-color  0.3s ease-out, color 0.3s ease-out;

}*/


#nav>li:hover .line,
#nav>li.active .line {
    width: 100% !important;
    left: 0% !important;
}

#nav>li:not(.active) a:before,
#nav>li:not(.active) a:after {
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
}


.dept2 {
    position: fixed;
    display: flex;
    top: 100px;
    left: 0;
    width: 100%;
    /*min-height:100px;*/
    padding-top: 20px;
    background-color: #fff;
    border-bottom: 1px solid #dbdee4;
    justify-content: center;
    /*가로 중앙정렬*/
    align-items: center;
    ;
    /*세로 중앙정렬*/
    box-sizing: border-box;

    z-index: 5;
}

.dept2>.container {
    display: flex;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    text-align: center;
    border-top: 1px solid #dbdee4;
    justify-content: center;
    /*가로 중앙정렬*/
    align-items: center;
    /*세로 중앙정렬*/
    box-sizing: border-box;

}

.dept2>.container .block {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
}

.dept2>.container ul {
    display: flex;
    width: 125px;
    margin-left: 15px;
    margin-right: 15px;

    padding: 25px 0;
    flex-flow: column;
    /*요소 세로정렬*/
    align-items: flex-start;
    /*세로 중앙정렬*/


}

/*.dept2>.container ul:first-child{

  width:135px;
}*/

.dept2>.container ul>li {
    width: 100%;

    vertical-align: top;
}

.dept2>.container ul>li>a {
    display: inline-block;
    position: relative;
    padding: 9px 0;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #333;
    text-align: center;
    opacity: 1;
    word-break: keep-all;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dept2>.container ul>li>a>font {
    display: inline-block;
    font-size: 0.875rem;

    line-height: 0.938rem;
}

.dept2>.container ul>li>a:hover,
.dept2>.container ul>li:hover>a,
.dept2>.container ul>li.active>a {
    color: #771b1a !important;
    font-weight: 500;
    opacity: 1;
}

.dept2>.container ul>li>a>font {
    display: inline-block;
    width: 100%;
}

#nav .dept2 .line {
    position: absolute;
    display: inline-block;
    bottom: -1px;
    height: 1px;
    width: 0%;
    background: #771b1a !important;
    left: 50%;
    z-index: 5;
}

/*#nav .motion {
	-webkit-transition: background-color  0.3s ease-out, color 0.3s ease-out;
	   -moz-transition: background-color  0.3s ease-out, color 0.3s ease-out;
	     -o-transition: background-color  0.3s ease-out, color 0.3s ease-out;
	        transition: background-color  0.3s ease-out, color 0.3s ease-out;

}*/


#nav .dept2 li:hover .line,
#nav .dept2 li.active .line {
    width: 100% !important;
    left: 0% !important;
}

#nav .dept2 li:not(.active) a:before,
#nav .dept2 li:not(.active) a:after {
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
}

@media only screen and (max-width : 1024px) {
    #nav {
        display: none;
    }
}




/*모바일 메뉴*/
.mBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 100;
}

#mNav {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    padding-top: 70px;
    box-sizing: border-box;
    background-color: #ffffff;
    z-index: 100;
    overflow: hidden;
}



#mNav .logo {
    position: fixed;
    display: inline-block;
    top: 20px;
    right: 8px;
    z-index: 5;
}

#mNav .logo img {
    width: 160px;
}

#mNav .closeTrigger {
    position:absolute;
    display: inline-block;
    top: 24px;
    right: 10px;
    width: 26px;
    height: 26px;
    z-index: 5;
}

.closeTrigger span {
    position: absolute;
    top: 47%;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #393232;
}

.closeTrigger span:nth-child(1) {
    transform: rotate(135deg) translateX(0%);
}

.closeTrigger span:nth-child(2) {
    transform: rotate(45deg) translateX(0%);
}


#mNav .util{
    position:absolute;
    top:23px;
    left:0;
    width:280px;
    
    padding-left:20px;
    text-align: left;
}
#mNav .util a, #mNav .util button[type="submit"]{
    display:inline-block;
    width:82px;
    height:30px;
    padding-top:9px;
    padding-left:30px;
    margin-right:5px;
    border-radius:30px;
    border:1px solid #aaa;
    color:#555;
    font-size:0.75rem;
    line-height:0.75rem;
    font-weight:500;
    text-align:left;
    vertical-align:top;
}
#mNav .util button[type="submit"]{
    padding-top:2px;
    padding-bottom:0;
    padding-right:0;
}
#mNav .util .login{
    background:url(../../img/iconLogin.png) 5px center no-repeat #f5f5f5;
    background-size:22px;
}
#mNav .util .info{
    background:url(../../img/iconInfo.png) 5px center no-repeat #f5f5f5;;
    background-size:22px;
}

#mNav>ul {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eee;
    overflow: hidden;
}

#mNav>ul>li {
    display: inline-block;
    width: 280px;
    min-height: 48px;
    border-bottom: 1px solid #eee;
}

#mNav>ul>li:last-child {
    border-bottom: 1px solid #eee;
}

#mNav>ul>li .depth2 {
    width: 100%;


}

#mNav>ul>li .depth2>ul {
    display: inline-block;
    width: 100%;

}

#mNav>ul>li .depth2>ul>li {
    display: inline-block;
    width: 100%;
    /* height:36px; */
    padding-left: 0;
    background-color: #fff;
    /* padding-bottom:10px; */

}

#mNav>ul>li .depth2>ul>li:first-child {
    padding-top: 5px;
    /* height:46px; */
    border-top: 1px solid #eee !important;
}

#mNav>ul>li .depth2>ul>li:last-child {
    padding-bottom: 5px;
    /* height:46px; */

}


#mNav>ul>li .depth2>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    line-height: 30px;
    font-size: 0.938rem;
    text-align: left;
    box-sizing: border-box;

}

#mNav>ul>li:hover {
    color: #202a65;
}

#mNav>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 48px;
    padding-left: 20px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    font-size: 1rem;
    color: #333333;
    letter-spacing: -0.01rem;
    box-sizing: border-box;
}


/*.quick{
  position:fixed;
  top:140px;
  left:50%;
  display:flex;
  max-width:1800px;
  width:100%;
  flex-flow:column;
  align-items: flex-end;
  justify-content:flex-start;
  transform:translate(-50%,0);
  z-index:4;
}*/
.quick {
    position: fixed;
    top: 140px;
    right: calc(50% - 900px - 72.5px);
    display: flex;
    width: 145px;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-start;
    transform: translate(-50%, 0);
    z-index: 4;
}

.quick a {
    display: flex;
    width: 145px;
    height: 145px;

    border-radius: 140px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.15rem;
    color: #fff;

}

.quick a.link1 {
    margin-bottom: 10px;
    padding-top: 15px;
    background: url(../../img/quickBg.png) no-repeat #539b46;
    background-position: 60px -20px;
}

.quick a.link2 {
    padding-top: 5px;
    background: url(../../img/quickBg.png) no-repeat #4c4c4c;
    background-position: 10px 125px;
}

.quick a.link1:hover {
    background-position: 55px -15px;
    background-image:
}

.quick a.link2:hover {
    background-position: 15px 120px;
}

.quick i {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-top: 6px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
}

.quick a:hover>i {
    background-color: rgba(255, 255, 255, 0.3)
}

.quick i>font {
    display: inline-block;
    position: absolute;
    left: 40%;
    width: 26%;
    height: 1px;

    font-size: 0;
    line-height: 0;
    background-color: #fff !important;
    background-image: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.6;
}

.quick i>font.left {
    top: 39.5%;
    transform: rotate(45deg);

}

.quick i>font.right {
    bottom: 39.5%;
    transform: rotate(-45deg);
}

@media only screen and (max-width : 1440px) {
    .quick {
        top: 150px;
        right: 20px;
    }
}

@media only screen and (max-width : 1439px) {
    .quick {
        display: none;
    }
}








/*푸터*/
#footer {
    padding-top: 60px;
    padding-bottom: 60px;
    
}

#footer .container {
    position: relative;
    display: flex;
    max-width: 1200px;
    width: 100%;
    padding-bottom: 20px;
    justify-content: center;
    align-items:center;
    /*세로 중앙정렬*/
}
#footer a.logo {
    
    display: inline-block;
    width: 90px;
    
}


#footer a.logo>img {
    width: 100%
}
#footer .inner{
    
    padding-left:30px;
    text-align: left;
}
#footer .inner .etc{
    padding-bottom:10px;
}
#footer .inner .etc a{
    display:inline-block;
    font-size:1rem;
    line-height:1rem;
    font-weight:500;
    vertical-align:top;
}
#footer .inner .etc a::after{
    content: '|';
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
    font-size:0.75rem;
    font-weight:300;
    color:#999;
    vertical-align:top;
}
#footer .inner .etc a:last-child::after{
    display:none;
}
#footer .inner .txt{
    padding-bottom:15px;
}
#footer .inner .txt span{
    display:inline-block;
    font-size:0.875rem;
    line-height:1.125rem;
    font-weight:400;
    vertical-align:top;
}
#footer .inner .txt span::after{
    content: '/';
    display:inline-block;
    padding-left:6px;
    padding-right:6px;
    
    font-weight:300;
    color:#999;
    vertical-align:top;
}
#footer .inner .txt span:last-child::after{
    display:none;
}
#footer .inner .copy{
    display:inline-block;
    width:100%;
    font-size:0.625rem;
    line-height:0.625rem;
    font-weight:500;;
    font-style:normal;
    text-transform:uppercase;
}
@media only screen and (max-width : 1024px) {
    #footer{
        padding-top:40px;
        padding-bottom:40px;
        border-top:1px solid #eee;
    }
    #footer .container{
        flex-flow: column;
    }
    #footer .inner{
        padding-left:0;
        padding-top:20px;
        text-align:center;
    }
    #footer a.logo{
        width:60px;
    }
    #footer .inner .etc a{
        font-size: 0.875rem;
        line-height:0.875rem;
    }
    #footer .inner .txt span{
        font-size:0.75rem;
        line-height:1rem;
    }
}
/*서브*/
.subVisual {
    position: relative;
    width: 100%;
    height: 350px;
    border-bottom: 1px solid #dbdee4;
    box-sizing: border-box;
    overflow: hidden;

}

@media only screen and (max-width : 1024px) {
    .subVisual {
        height: 250px;
        background-color: rgba(86, 154, 68, 0.1);
    }

}



#container{
    max-width:1200px;
    min-height:calc(100vh - 235px - 285px);
    width:100%;
    margin: 0 auto;
    margin-top:30px;
    margin-bottom:40px;
}
#content{
    position: relative;
    width:100%;
    margin-top:35px;
}
#content.small{
    max-width:600px;
    width:100%;
    margin: 0 auto;
    margin-top:55px;
}
@media only screen and (max-width : 1024px) {
    #container{
    
    width:calc(100% - 30px);
    min-height:auto;
    margin-left: 0 15px;
    margin-top:0;
    margin-bottom:60px;
}

}



#navDept{
    
    margin-top:35px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
#navDept a{
    position: relative;
    display:inline-block;
    padding: 0 15px;
    margin: 0 10px;
    min-width:50px;
    font-size:0.875rem;
    line-height:30px;
}
#navDept.area a{
     padding: 0 8px;
     margin: 0 5px;
}
#navDept a font{
    display:none;
    padding-left:3px;
    font-size:0.875rem;
    line-height:30px;

}
#navDept a.on{
    font-weight:700;
}
#navDept a i.line {
    display:inline-block;
    position:absolute;
    bottom:-11px;
    left:50%;
    width:0;
    height:1px;
    background-color:#333;
   
}
#navDept a:hover .line,
#navDept a.active .line {
    width: 100% !important;
    left: 0% !important;
}

#navDept a.on font{
    display: inline-block;
}
@media only screen and (max-width : 1200px) {
    #navDept a{
        height:28px;
        
        margin: 2px 0;
    }
    #navDept a i.line{
        display:none;
    }
    #navDept a font{
        line-height:26px;
    }
    #navDept a:hover, #navDept a.active{
        background-color:#333;
        border-radius:5px;
        color:#fff;
         -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
}
@media only screen and (max-width : 465px) {
    #navDept{
        margin-top:15px;
    }
}




#title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    
    margin-bottom:30px;
    text-align: center;
}
#title strong {
    display: inline-block;
    width: 100%;
    
    font-size: 1.625rem;
    line-height: 1.625rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.15rem;
}

@media only screen and (max-width : 1024px) {
    #title {
        
        margin-bottom:1vh;
        
    }

    

   
}

@media only screen and (max-width : 465px) {
   
    #title strong {
        margin-top: 0;
        font-size: 1.375rem;
        line-height: 1.375rem;
        letter-spacing:-0.05rem;
        text-align: center;
    }
}












.content {
    width: 1200px;


    margin: 0 auto;
    margin-top: 60px;
}

.content .web {
    display: block;
}

.content .mob {
    display: none;
}

@media only screen and (max-width : 1024px) {
    .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
        box-sizing: border-box;
    }

    .content .web {
        display: none;
    }

    .content .mob {
        display: block;
    }
}



ul.tab {
    display: flex;
   
    width:90%;
    margin: 0 auto;
    margin-bottom: 50px;
    justify-content: center;
    /*가로 정렬*/
    align-items:center;
    /*세로 정렬*/
    border-bottom:1px solid #eee;
}

ul.tab>li {
    position: relative;
    width: 33.33%;
    height: 40px;
    
    text-align: center;
    
    opacity: 0.4;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



ul.tab>li:hover,
ul.tab>li.active {
    
    opacity: 1;
}

ul.tab>li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

ul.tab>li font {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    color: #333;
    word-break: keep-all;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul.tab>li  i.line {
    display:inline-block;
    position:absolute;
    bottom:-1px;
    left:50%;
    width:0;
    height:1px;
    background-color:#333;
   
}
ul.tab>li:hover .line,
ul.tab>li.active .line {
    width: 100% !important;
    left: 0% !important;
}


ul.tab>li.long>a {
    letter-spacing: -0.1rem;
}



ul.tab>li:hover font,
ul.tab>li.active font {
    color: #003586 !important;
    font-weight: 500;
}

ul.tab.orange>li  i.line {
    background-color:#f08200;
}
ul.tab.orange>li:hover font,
ul.tab.orange>li.active font {
    color: #f08200 !important;
    font-weight: 500;
}

ul.tab.black>li  i.line {
    background-color:#333;
}
ul.tab.black>li:hover font,
ul.tab.black>li.active font {
    color: #333 !important;
    font-weight: 500;
}

@media only screen and (max-width : 1024px) {
    ul.tab {
        width:100%;
    }
   
}

@media only screen and (max-width : 640px) {
    ul.tab {
        /* flex-flow: column; */
        /* border:none; */
    }

   

    ul.tab>li:first-child {
        margin-top: 0;
    }
    ul.tab>li font{
        font-size:0.875rem;
        line-height: 0.875rem;
    }
}








/*@media only screen and (min-width : 2561px) {
    .wrap {
        min-width: 2560px !important;
        width: 2560px;
        margin: 0 auto;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        box-sizing: inherit;
        overflow: hidden;

    }

    #header {
        min-width: 2560px !important;
        width: 2560px;
        left: 50%;
        transform: translate(-50%, 0%);
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}*/


.noArticle {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.1rem;
}


.btnBox{
    width:100%;
    
}
.btnBox a, .btnBox button{
    display:inline-block;
    vertical-align:top;
    height:60px;
    border-radius:5px;
    font-size:1rem;
    color:#444;
    line-height:60px;
    
}
.btnBox a{
    width:100%;
    background-color:#003586;
    color:#fff;
}

.btnBox a.half, .btnBox button[type="submit"].half{
    width:48%;
}
.btnBox a.half2, .btnBox button[type="submit"].half2{
    width:31.3% !important;
}
.btnBox a.blank {
    margin-right:3%;
}

.btnBox a.blue2{
    border:1px solid #003586;
    background-color:#fff;
    color:#003586;
}
.btnBox a.orange{

    background-color:#f08200 ;

}
.btnBox a.gray{
    border:none !important;
    background-color:rgba(0,0,0,0.5) !important;
    color:#fff !important;

}
.btnBox a.orange2{
    border:1px solid #f08200;
    background-color:#fff;
    color:#f08200;

}
.btnBox a.white{
    border:1px solid #ddd;
    background-color:#fff ;
    color:#555;

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