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

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

@media only screen and (max-width : 1024px) {
    .wrap {
        

    }
}

.section {
    /* height: 100vh; */
    overflow-x:hidden;
}

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

}

#header {

    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    min-height: 80px;
    text-align: center;
    background-color: #000000;
    animation: headerAni1 1s ease-out forwards;
    animation-delay:6s;
    opacity:0;
    z-index: 5;
}
@keyframes headerAni1 {
    to {
        top:0;
      opacity: 1;
      
      
    }
  }


#header>.container {
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
    min-height: 80px;
    justify-content:flex-end;
    align-items: center;
    box-sizing: border-box;

}

#header a.logo {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 88px;
    transform: translate(0, -50%);
}


#header a.logo>img {
    width: 100%
}

#header a.tel {
    display: flex;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 30px;
    transform: translate(0, -50%);
    justify-content: center;
    align-items: center;
    /*세로 중앙정렬*/
}

#header a.tel>i {
    display: inline-block;
    width: 26px;
    height: 26px;
    padding-top: 5px;
    border-radius: 30px;
    background-color: #539b46;
    vertical-align: top;
    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;
}

#header a.tel>i>img {
    width: 16px;
    -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;
}

#header a.tel>strong {
    display: inline-block;
    padding-left: 5px;
    padding-top: 3px;
    font-family: 'GmarketSansBold';
    font-size: 1.500rem;
    letter-spacing: 0.01rem;
    line-height: 1.500rem;
    color: #000000;
}

#header a.tel>strong>font {
    display: inline-block;
    padding-right: 5px;
    font-family: 'GmarketSansMedium';
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.500rem;
    color: #fff;
}


#header a.tel:hover i img,
#header.on a.tel:hover i img {
    transform: rotate(20deg);
}


#header .container .box {
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    align-items: center;
    justify-content: center;
}

#header .container .box .telMob {
    display: inline-block;
    width: 28px;
    height: 28px;
    
    margin-right: 10px;
    border-radius: 30px;
    
    vertical-align: top;
    box-sizing: border-box;
}

#header .container .box .telMob>img {
    width: 100%;
}

.menuTrigger,
.menuTrigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menuTrigger {
    position: relative;
    width: 30px;
    height: 22px;
}

.menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    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 .box a.telTrigger {
    display: flex;
    height: 100%;
    /*width:30px;
  height:30px;
  margin-right:7px;
  padding-top:4px;
  text-align:center;
  border-radius:20px;
  background-color:#f15a22;*/
    margin-right: 7px;
    justify-content: center;
    /*가로 중앙정렬*/
    align-items: center;
    /*세로 중앙정렬*/
}

#header .container .box 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 {
    
}




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

    #header a.logo {
        left: 20px;
    }

    
}

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

@media only screen and (max-width : 1024px) {
    #header {
        min-height: 70px;
        height:70px;
        
    }

    #header>.container {
        position: relative;
        margin: 0 auto;
        padding-right: 0;
        max-width: 100%;
        min-height:100%;
        height:100%;
        
    }

    #header a.logo {
        width: 60px;
    }

    #header a.tel {
        display: none;
    }

    #header .container .box {
        display: block;
    }

}

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

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





#nav {
    display: flex;
   
    justify-content: center;
    /*가로 정렬*/
    align-items: center;
    /*세로 중앙정렬*/

}

#nav>li {
    position: relative;
    display: flex;
    width: 215px;
    
    min-height: 80px;
    justify-content: center;
    /*가로 중앙정렬*/
    align-items: center;
    /*세로 중앙정렬*/

    -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:first-child{
  width:135px;
}*/
#nav>li>a {
    position: relative;
    display: flex;
    /*height:98px;*/
    width:100%;
    height:100%;
    padding-top: 15px;
    padding-bottom: 8px;
    /*padding: 0 30px;*/
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 500;
    color: #fff;
    font-weight:700;
    justify-content: center;
    /*가로 중앙정렬*/
    align-items: center;
    /*세로 중앙정렬*/
    word-break: keep-all;
    box-sizing: border-box;
}
#nav>li:hover{
    background-color:#4d4d4d ;
}

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


}


.dept2{
    position: absolute;
    top:80px;
    left:0;
    width:100%;
    background-color:#fff ;
}
.dept2>li{
    width:100%;
    height:50px;
    padding-top:18px;
    text-align:center;
}
.dept2>li>a{
    display:inline-block;
    width:100%;
    height:100%;
    font-size:1.125rem;
    line-height:1.125rem;
    font-weight:400;
}
.dept2>li:hover, .dept2>li.active{
    background-color:#e5e5e5;
}
.dept2>li:hover a, .dept2>li.active a{
    font-weight:700;
}

@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: #000;
    z-index: 100;
    overflow: hidden;
}

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

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

#mNav .closeTrigger {
    position: fixed;
    display: inline-block;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 5;
}

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

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

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

#mNav>ul {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.2);
    overflow: hidden;
}

#mNav>ul>li {
    display: inline-block;
    width: 280px;
    min-height: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#mNav>ul>li:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#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: #fff;
    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;
    
}

.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: 70px;
    padding-bottom: 70px;
    background-color: #000;
}

#footer .container {
    position: relative;
    display: flex;
    /* max-width: 1050px; */
    width: 100%;

    justify-content: center;
    align-items: flex-end;
    text-align:center;
    /*세로 중앙정렬*/
}

#footer .logo{
    display:inline-block;
    width:90px;
}
#footer .logo img{
    width:100%;
}
#footer .block{
    /* width:calc(100% - 90px); */
    padding-left:20px;
}
#footer .block .element{
    text-align: left;

}
#footer .block .element strong, #footer .block .element b{
    display: inline-block;
    font-size:1rem;
    line-height:1rem;
    color:#fff;
    font-weight:400;
}
#footer .block .element b{
    padding-left:5px;
    padding-right:5px;
    font-weight:200;
    opacity:0.5;
}
#footer .block i.copy{
    display:inline-block;
    width:100%;
    padding-top:5px;
    font-style:normal;
    font-size: 0.75rem;
    line-height:0.75rem;
    color:#fff;
    text-transform: uppercase;
    text-align: left;
    letter-spacing:0rem;
    opacity:0.6;
}
@media only screen and (max-width : 1024px) {
    #footer .container {
        position: relative;
        display: flex;
        max-width: auto;
        width: 100%;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        /*세로 중앙정렬*/
    } 
    #footer .logo{
        width:70px;
        margin-bottom:15px;
    }
  
    #footer .block .element, #footer .block i.copy{
        text-align:center;
    }
    #footer .block .element strong, #footer .block .element b{
        font-size:0.75rem;
        line-height:1rem;
    }
}


/*서브*/
.subVisual {
    position: relative;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    overflow: hidden;
    background-color:#000;

}
.subVisual .bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* background: url(../../img/visual.jpg) left center no-repeat; */
    background-size:cover;
    opacity:0.5;
    animation:subVisualBg 3s ease-in-out forwards

}
@keyframes subVisualBg {
    to {
        transform: scale(1.1);
      
      
    }
  }

@media only screen and (max-width : 1024px) {
    .subVisual {
        height: 250px;
        
    }

}





#container {
    position: relative;
    padding-top: 50px;
    margin:0 auto;
    padding-bottom: 150px;
    background-image:
    linear-gradient(
        to top,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0) 50%
        );
    width:100%;   
    
}


#container.bg{
    background-image:
    linear-gradient(
        to top,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0) 50%
    ),
    url('../../img/content/backimg.png') ;
    background-position: bottom right;
    background-repeat: no-repeat; 
}
#container.full{
    width:100%;
    max-width:100%;
}


@media only screen and (max-width : 1024px) {
    #container {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    #container.bg{
        background-size: 100% 100%, 500px auto;
    }
}



#container #title{
    position:absolute;
    top:-130px;
    left:0;
    width:100%;
    
    text-align: left;
    padding-left:20px;
    
}
#container #title font{
    display:block;
    max-width:1800px;
    width:100%;
    margin:0 auto;
    font-size:3rem;
    line-height:3rem;
    color:#fff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}


@media only screen and (max-width : 1024px) {
    #container #title{
        top:-110px;
        text-align: center;
        padding-left:0;
        
    }
    
}
@media only screen and (max-width : 640px) {
    #container #title font{
        font-size:2rem;
        line-height:2rem;
       
    } 
}










.content {
    width: 1400px;
    min-height:600px;
    margin: 0 auto;
    margin-top: 60px;
    overflow:hidden;
}

.content .web {
    display: block;
}

.content .mob {
    display: none;
}




#container.full .content{
    width:100%;
    text-align:center;
}

@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;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    justify-content: center;
    /*가로 정렬*/
    align-items: top;
    /*세로 정렬*/
}

ul.tab>li {
    position: relative;
    width: 24.25%;
    height: 60px;
    margin-left: 1%;
    text-align: center;
    border: 5px solid #539b46;
    opacity: 0.2;
    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:first-child {
    margin-left: 0;
}

ul.tab>li:hover,
ul.tab>li.active {
    border: 5px solid #539b46;
    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: 1.125rem;
    line-height: 1.125rem;
    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.long>a {
    letter-spacing: -0.1rem;
}

ul.tab>li:hover>a,
ul.tab>li.active>a {
    color: #539b46;

}

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


@media only screen and (max-width : 1024px) {
    ul.tab>li {
        height: 50px;
        border: 2px solid #0d1f47;
    }

    ul.tab>li:hover,
    ul.tab>li.active {
        border: 2px solid #0d1f47;
    }

    ul.tab>li font {
        position: absolute;
        font-size: 1rem;
        line-height: 1rem;
    }
}

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

    ul.tab>li {
        width: 100%;
        height: 50px;
        margin-left: 0;
        margin-top: 1%;
    }

    ul.tab>li:first-child {
        margin-top: 0;
    }

}





@media only screen and (min-width : 2560px) {
    .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;
}