﻿@charset "utf-8";

/* main */
::-webkit-scrollbar {display: block;} /* 스크롤바 안보이게 */
.header_wrapper{text-align: center;}
.header{
  position: relative;
  height: 61px;
}
.logo a img{padding: 18px 0;}
.header .topmenu {float:right; margin-top:15px;}
.header .topmenu {
  position:absolute;
  top:3px;
  right:0;
  background:#fff;
}
.header .topmenu .lang {float:left; margin-right:10px; }
.header .topmenu span.lang a {
  font-size:11px;
  color:#fff;
  padding:3px 8px;
  background:#00B0D8;
  border:none;
  border-radius:3px;
}
.panel{
    position:absolute;
    top: 22px;
    left: 19px;

}
.panel a:before,.panel span,.panel a:after{
    content:"";
    display:block;
    width:20px;
    height:2px;
    background:#333;
}
.panel span{
    margin:5px 0;
    text-indent:-9999px;
}
.panel a:after{
    width:15px;
}
/*패널메뉴*/
.panelBg{
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:10;
    position:fixed;
    background:rgba(0,0,0,0.5);
}

.panelMenu{
    width:0;
    height:100%;
    right:0;
    top:0;
    z-index:10;
    background:#fff;
    border-top: 3px solid #25b7bc;
    padding-top:50px;
    padding: 100px 50 0 0px;
    transition:all 0.1s ease-in-out;

    /* 서브 메뉴 열었을때 스크롤 안되어서 추가 */
    overflow:auto;
}
.title{
    border-bottom: 1px solid #eaeaea;
}

.titlebig{
    border-bottom: 1px solid #eaeaea;
}

.titlebig:hover{
    background: #25b7bc;
    color: #fff;
}
.panelMenu a{
    display: block;
    color:#333;
  	font-size: 16px;
  	line-height: 46px;
}
.panelMenu a:hover{

}
.sub li {
  line-height: 35px;
	background: #f5f5f5;
	cursor: pointer;
  padding: 0 10%;
}
.sub li a {
	display: block;
	height: 100%;
	text-decoration: none;
	text-indent: -2px;
	color: #555;
  font-size: 13px;
  border-top: 1px solid #e5e5e5;
}
.sub li:first-child > a {border-top:0 none;}
.sub li a:hover,
.sub li a:focus {
	color: #25b7bc;
}
.menuAll {
    width:36px;
    height:32px;
    top:8px;
    text-indent:-99999px;
    right:100%;
    margin-right:-45px;
    background:url('../images/icon_menu.png') no-repeat center center;
    background-size:70%;
    opacity:.5;
    border:0;
    filter: alpha(opacity:'50');
}

.menuAll.on {
    position:fixed;    
    background:url('../img/icon_close_w.png') no-repeat center center;
    /*
    background-size:70%;
    margin-right:-300px;
    top:10px;
    left:250px;
        */
    background-size:70%;
    margin-right:-300px;
    top:10px;
    left:290px;

    opacity:1;
    margin:0;
    filter: alpha(opacity:'100');
}


@media all and (max-width:320px) {
  .menuAll.on{
        left:178px;
  }
}
@media all and (min-width:414px) {
  .menuAll.on{
        left:260px;
  }
}

@media all and (min-width:768px){
  .con1 img{
      width:64px!important;
  }
  .con2 img{
      width:64px!important;
  }
}

/*mainslider*/
/*
.mainVisual img{width:100%;}
.main_text{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:133px;
    text-align: center;
    color: #fff;
}
.main_text .text_big{
    display: inline-block;
    color:#48c4e2;
    font-size:28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 70px;
}
.main_text .text_big2{
    display: inline-block;
    font-size:28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 70px;
}
.main_text .text_small{font-size:17px; line-height: 18px;}
.grade{
    position: absolute;
    display: block;
    top: 39%;
    left:14%;
}
    */

/*mainbox*/
/*
.main-box{
    width: 94%;
    margin: 0 3%;
    border-radius: 20px;
    height: 170px;
    margin-bottom: 10px;
    background: #373c44 url(../img/banner.jpg) no-repeat 96% 90%;
    background-size:95px;
    margin-top: 15px;
}
.boxtext_big{
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color:#fff;
    margin-top: 25px;
    margin-left:29px;
}
.boxtext_big p{
    display: inline-block;
    color:#48c4e2;
}
    */

/*mainCon1*/
/*
.mainCon1{
    width: 94%;
    margin: 0 3%;
    margin-top: 30px;
}
.box{
    width: 31%;
    height: 105px;
    border-radius: 15px;
    box-shadow: 0px 2px 7px #ccc;
    display: inline-block;
    margin: 3px;
    text-align: center;
    font-size: 13px;
}
.box img{
    width:40px;
    padding-top: 20px;
    padding-bottom: 10px;
}
*/

/*mainCon2*/
/*
.mainCon2{
    margin-top: 35px;
}
.mainCon2 h1{
    font-size: 17px;
    font-weight: bold;
    color:#333;
    margin-bottom: 15px;
    padding: 0 20px;

}
.con2{
    background: url(../img/background2.png)no-repeat;
    width: 100%;
    height: 228px;
}
.more{
    float: right;
    padding-right: 10px;
}
.more img{
    width:12px;
}
.con2  ul{
    padding-top: 30px;
    margin: 0 2%;
}
.con2  ul li{
    float:left;
    text-align: center;
}
.con2 img{
    width:60%;
}
.con2 p{
    color:#fff;
    font-size: 12px;
}
.con2_1{
    padding-top: 97px;
    margin: 0 13%;
}
.con2_1 li{
    float:left;
    text-align: center;
}
.con2_1 img{
    width:60%;
}
.con2_1 p{
    color:#fff;
    font-size: 12px;
}
    */


/* Footer*/
#footer{background: #272727; font-size: 0.7rem;}
.foot-logo{
  text-align: center;
}
#footer .footer-inner{
  padding: 15px 0 10px;
}
#footer .foot-info {
    font-size: 11px;
    color: #fff;
}
#footer .footer-menu {
    /*
    margin: 15px 0 12px 0;
        */
    margin: 15px 20px 12px 0
}
#footer .footer-menu a.first {
    border-left: 0;
    color: #00b0d8;
    font-weight: bold;
}
#footer .footer-menu a {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    border-left: 1px solid #aaa;
}
.copy{
  color:#999;
  font-size:11px;
  margin-top: 8px;}
