/************************************************
btn
***************************************************/
.main-btn {
    color: #fff;
    background-color: #0060a1;
    border: 2px solid #0060a1;
    padding: 10px;
    text-transform: uppercase;
    position:relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}
.main-btn:hover {
    background: #eeeeee;
    color: #125a9a;
    border: 2px solid #eeeeee;
}

.main-btn2 {
    color: #0060a1;
    border: 2px solid #0060a1;
    padding: 10px;
    text-transform: uppercase;
    position:relative;
    display: inline-block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}
.main-btn2:hover {
    background: #0060a1;
    color: #fff;
    border: 2px solid #0060a1;
}




.sub-btn {
    color: #000;
    border: 2px solid #f5f5f5;
    background: none;
    padding: 10px;
    text-transform: uppercase;
    position:relative;
    display: inline-block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}
.sub-btn:hover {
    background: #ff6863 ;
    border: 2px solid #fff;
    color:#fff;
}



.main-btn i, 
.main-btn2 i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;


}

.main-btn:hover,
.main-btn2:hover {
  padding-right:40px;
}

.main-btn:hover i{
  color: #0060a1;
  right: 18px;
  visibility: visible;
  opacity: 1;

}

.main-btn2:hover i{
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1; 

}

input.main-btn:hover {
  padding:10px;
}






/* ===================================
 °øÅëÅ¬·¡½º
 =================================== */


section {
position:relative;
padding:80px 0;
}


.no-padding {
  padding:0;
}

.animate-box {
opacity: 0;
}

.bg-parallax {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;

}



.back-to-top {
position: fixed;
bottom: 2em;
right: 10px;
background-color: #3d3d3d;
font-size: 12px;
display: none;
width: 40px;
height: 40px;
border-radius: 3px;
text-align: center;
line-height: 35px;
font-size: 20px;
color: #FFF;
z-index: 9999;
}


.back-to-top:hover {
background-color: #0060a1;
color: #FFF;
}




@media all and (max-width:768px) {

section {
padding:40px 0;
}
}


h2 { font-size : 30px !important; }
h3 { font-size : 24px !important; }
h4 { font-size : 18px !important; }


@media all and (max-width:768px) {
   h2 {font-size:20px !important;}
   h3 {font-size : 18px !important; }
   h4 {font-size:16px !important; line-height: 25px;}
   p { font-size:14px; }
}







/* ===================================
 Çì´õ
 =================================== */

#header {
    z-index: 999;
    position: relative;
    height:146px;

}
.topheader_bg {
}
.call-info, .mail-info {
    text-align: center;    
    
}
.time-text, .mail-text, .call-no {
    color: #fff;    
}
#topheaderInner{
    background: #444;
    height:40px;
}
#topheaderInner .bdr {
    border-right: 1px solid rgba(255,255,255,0.3);
    line-height:40px;
}

#topheaderInner .bdr:first-child {
    border-left: 1px solid rgba(255,255,255,0.3);
}

#headerInner {
    position: fixed;
    width: 100%;
    margin: 0px auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 10;
/*
    top: 0px;
    left: 0px;
    width: 100%;
*/
}
#headerInner .logo {
    float: left;
    z-index: 1;
}
#headerInner .logo a {
    display: block;
    width: 257px;
    height: 106px;
    line-height: 106px;
}
/* Çì´õ :: GNB */
#gnb {
    height: 106px;
}
#gnb > ul {
    text-align: center;
    float:right;
}
#gnb > ul > li {
    position: relative;
    display: inline-block;
    width: 160px;
    margin-left: -4px;
}
#gnb > ul > li:first-child {
    margin-left: 0;
}
#gnb > ul > li > a {
    display: block;
    height: 106px;
    padding: 0 15px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    -ms-transition: all 400ms;
    transition: all 400ms
}
#gnb > ul > li > a:hover,
#gnb > ul > li.on > a {
   


}
#gnb > ul > li > a > span {
    display: block;
    height: 107px;
    line-height: 107px;
    letter-spacing: -0.75px;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    color: #666;
}
#gnb > ul > li > a:hover > span,
#gnb > ul > li.on > a > span {
    border-bottom-color: #fff;
    font-weight:700;

}
#gnb > ul > li .gnb-2dep {
    display: none;
    position: absolute;
    top: 106px;
    left: 0px;
    width: 100%;
    padding: 11px 0;
    text-align: left;
    background-color: #444;
}
#gnb > ul > li .gnb-2dep li a {
    display: block;
    padding: 11px 26px;
    color:#fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.25px;
}


#gnb > ul > li .gnb-2dep li a:hover{
font-weight:700;
background:#fff;
color:#555;

}



/*  Çì´õ :: GNB MOBILE */
.gnb-open-btn {
    position: absolute;
    top: 65px;
    right: 2%;
    visibility: hidden;
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
}
#gnbM {
    /* width:86%; */
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: -100%;
    max-width: 550px;
    background-color: #0060a1;
    z-index: 99999;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s
}
#gnbM.open {
    right: 0px;
}
.close-box {
    cursor: pointer;
    display: block;
    height: 114px;
    line-height: 114px;
    padding: 0 5%;
    border-bottom: 1px solid #5494c0;
    text-align: right;
}
#gnbNavigation > ul {
    width: 100%;
    overflow: hidden;
}
#gnbNavigation > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #5494c0;
}
#gnbM.open #gnbNavigation > ul > li {
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
#gnbNavigation > ul > li > a {
    position: relative;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 7%;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.25px;
}
#gnbNavigation > ul > li .gnb-2dep {
    display: none;
    padding: 13px 0;
    background-color: #1d242a
}
#gnbNavigation > ul > li .gnb-2dep li {}
#gnbNavigation > ul > li .gnb-2dep li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 12px 7%;
}
#gnbNavigation > ul > li .gnb-2dep li a:hover {
    color: #5494c0
}
#gnbMenuBg {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.83);
    z-index: 99998
}


/* FIXED STYLE */
#headerInner.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #cecece;
   margin-top:-40px;
    height:115px;
}

#headerInner.fixed .logo a {

    height: 75px;
    line-height: 75px;

}


#headerInner.fixed #gnb > ul > li > a {

    height: 75px;
}

#headerInner.fixed #gnb > ul > li > a > span {
    color: #2c2c2c;
    height: 75px;
    line-height: 75px;
}

#headerInner.fixed #gnb > ul > li .gnb-2dep {
    top:75px;
}





@media all and (max-width:1200px) {
    .area {
        width: 100%;
    }
    /* -------- Çì´õ -------- */
    #headerInner {

    }
    #headerInner .logo {
        position: static;
        margin-left: 2%;
    }
    #headerInner .logo a {
        margin: 0;
    }
    
    .pc-menu {
        display: none;
    }
    .gnb-open-btn {
        visibility: visible;
        opacity: 1;
        filter: Alpha(opacity=100);
        margin-top: 2px;
        transform: translateX(0);
        -moz-transform: translateX(0);
    }
    .gnb-open-btn i {
        font-size: 48px;
        color: #555;
    }
    /* FIXED STYLE */
    #headerInner.fixed {
        
    }
    #headerInner.fixed .gnb-open-btn i {
        color: #2c2c2c;
    }
 
}


@media all and (max-width:768px) {
    #header{
      height:100px;
    }

#headerInner.fixed .logo a {
        height: 60px;
        line-height:60px;
}

#headerInner{
   height:100px;

}

#headerInner.fixed {
   height:100px;
}

    #gnb {
      height:60px;
    }

.gnb-open-btn {
   top:50px;
}
    .gnb-open-btn i {
        font-size: 38px
    }
    #headerInner .logo a {
        width: 170px;
        height: 60px;
        line-height:60px;
    }

}
@media all and (max-width:640px) {
    /* -------- Çì´õ -------- */
    #headerInner {

    }




    .header-family-site-con {
        margin-top: -2px;
    }
    .header-family-site-con .family-list {
        width: 105px;
    }
    .header-family-site-con .family-list a {
        padding: 4px 10px
    }
   
}








/* ===================================
   ·Î±×ÀÎ
 =================================== */

#topheaderInner .nt_login {
    float: right;
    padding: 5px 15px 0;
}


#topheaderInner .nt_login ul {
    overflow: hidden;
} 

#topheaderInner .nt_login ul li {
    float: left;
    margin-left: 1px;
    padding-right: 20px;
}


#topheaderInner .nt_login li a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}




/* ===================================
 ÇªÅÍ
 =================================== */
#footer {
    padding: 60px 0;
    background: #444;
    border-top: 1px solid #333;

}

#footer address {
    color: #888;
    font-size: 13px;
    line-height: 21px;


}

.footer-bottom {
    background:#fff;
    line-height: 70px;
    letter-spacing: 1px;

}

.footer-bottom ul li {
    display: inline-block;
    line-height: 70px;
    text-transform: uppercase;
    font-size:12px;
}

@media screen and (max-width: 768px) {
.footer-bottom ul li {
    line-height:20px;

}

}