.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;
    padding-top:120px;
    text-align: center;
    box-sizing: border-box;
}

@media only screen and (max-width : 1024px) {}

@media only screen and (max-width : 1024px) {
    .wrap {
        padding-top: 70px;

    }
}

.section {
    /* height: 100vh; */
}
.section .container{
    max-width:1400px;
    width:100%;
    margin: 0 auto;
}
@media only screen and (max-width : 1024px) {
    .section {
        height: auto !important;
    }

}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 120px;
    text-align: center;
    background-color: #fff;
    /* border-bottom: 1px solid #dbdee4; */
    z-index: 5;
}

#header>.container {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding-left:320px;
    max-width: 1400px;
    width: 100%;
    min-height: 120px;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;

}

#header a.logo {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 235px;
    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 .util {
    
    position: absolute;
    top: 55%;
    transform: translate(0,-50%);
    right:20px;
    display:flex;
    
    
}


#header .util .inner{
    margin-left: auto;
}
#header .inner{
    margin-left: auto;
}
#header .inner .sign{
    display:flex;
    height:31px;
    margin-right:20px;
    padding-left:20px;
    padding-right:20px;
    align-items:center;
    justify-content:center;
    border-radius:30px;
    border:1px solid #bbb;
}
#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.75rem;
    line-height:0.75rem;
    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;
}

#header .util .menuTriggerW,
#header .util .menuTriggerW span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

#header .util .menuTriggerW {
    position: relative;
    width: 30px;
    height: 22px;
    margin-top:5px;
}

#header .util .menuTriggerW span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #393232;
    border-radius: 3px;
}

#header .util .menuTriggerW span:nth-of-type(1) {
    top: 0;
}

#header .util .menuTriggerW span:nth-of-type(2) {
    top: 10px;
}

#header .util .menuTriggerW span:nth-of-type(3) {
    bottom: 0;
}






#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;
    padding-top: 3px;
    margin-right: 10px;
    border-radius: 30px;
    background-color: #539b46;
    vertical-align: top;
    box-sizing: border-box;
}

#header .container .box .telMob>img {
    width: 22px;
}



.menuTrigger,
.menuTrigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menuTrigger {
    position: relative;
    width: 30px;
    height: 22px;
    margin-top:5px;
}

.menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    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 .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 {
    background-color: #fff;
    border-bottom: 1px solid #dbdee4;
}




@media only screen and (max-width : 1680px) {

    #header a.logo {
        left: 20px;
    }

    #header a.tel {
        right: 20px;
    }
}

@media only screen and (max-width : 1280px) {
    #header{
        min-width:1180px;
    }
    #header a.logo {
        width: 180px;
    }
    #header>.container {
        padding-left:220px;
    }
    #header .util{
        top:53%;
    }
    #header .util .menuTriggerW{
        display:none;
    }
}

@media only screen and (max-width : 1024px) {
    #header {
        min-width:100%;
        min-height: 70px;
        background-color: #fff;
        border-bottom: 1px solid #e3e3e3;
    }

    #header>.container {
        position: relative;
        margin: 0 auto;
        padding-right: 0;
        max-width: 100%;
        padding-left:0;
        min-height: 70px;
    }

    #header a.logo {
        width: 160px;
    }
    #header .util {
        display:none;
    }
    #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: flex-start;
    /*가로 정렬*/
    align-items: center;
    /*세로 중앙정렬*/

}

#nav>li {
    position: relative;
    display: flex;
    width: 160px;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 100px;
    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:nth-child(4){
  width:220px;
}
#nav>li>a {
    position: relative;
    display: flex;
    /*height:98px;*/

    padding-top: 15px;
    padding-bottom: 8px;
    /*padding: 0 30px;*/
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #333;

    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;
    top: 2px;
    height: 1px;
    width: 0%;
    background: #ed6c00;
    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: 110px;
    left: 0;
    width: 100%;
    /*min-height:100px;*/
    
    padding-top: 20px;
    background-color: #fff;
      
    /* border-top: 1px solid #dbdee4; */
    border-bottom: 1px solid #dbdee4;
    justify-content: center;
    /*가로 중앙정렬*/
    align-items: center;
    ;
    /*세로 중앙정렬*/
    box-sizing: border-box;

    z-index: 5;
}

.dept2>.container {
    display: flex;
    width:100%;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    border-top: 1px solid #dbdee4;
    box-sizing: border-box;

}

.dept2>.container .block {
    display: flex;
    width:1400px;
    margin: 0 auto;
    padding-left:320px;
    justify-content: flex-start;
    align-items: flex-start;
    
}

.dept2>.container ul {
    display: flex;
    width: 160px;
    margin-left: 15px;
    margin-right: 15px;

    padding: 25px 0;
    flex-flow: column;
    /*요소 세로정렬*/
    align-items: flex-start;
    /*세로 중앙정렬*/
    border-left:1px solid #dbdee4;
    
    height:100%;


}

.dept2>.container ul:nth-child(4){
    border-right:1px solid #dbdee4;
  width:220px;
}

.dept2>.container ul>li {
    width: 100%;
    text-align: left;
    vertical-align: top;
}

.dept2>.container ul>li>a {
    display: inline-block;
    position: relative;
    padding: 9px 0;
    padding-left:15px;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #333;
    text-align: left;
    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: #000 !important;
    font-weight: 500;
    opacity: 1;
}

.dept2>.container ul>li>a>font {
    display: inline-block;
    width: 100%;
}
.dept2>.container ul>li.dept3>a{
     display: inline-block;
     padding-top:0;
    font-size: 0.875rem;
    line-height: 0.875rem;
}

#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 : 1280px) {
    .dept2>.container {
        padding-left:220px;
    }
    .dept2>.container .block{
        padding-left:0;
    }
}

@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;
    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: #393232;
}

.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 #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 .depth2>ul>li.depth3>a{
    line-height: 26px;
    font-size: 0.875rem;
}

#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;
}
#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:80px;
    height:30px;
    padding-top:9px;
    padding-left:30px;
    margin-right:5px;
    border:1px solid #ddd;
    border-radius:30px;
    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(../images/iconLogin.svg) 5px center no-repeat ;
    background-size:18px;
}
#mNav .util .info{
    width:85px;
    background:url(../images/iconJoin.svg) 5px center no-repeat ;
    background-size:20px;
}




/*.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(../images/quickBg.png) no-repeat #539b46;
    background-position: 60px -20px;
}

.quick a.link2 {
    padding-top: 5px;
    background: url(../images/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: 70px;
    padding-bottom: 70px;
    background-color: #ededed;
}

#footer .container {
    position: relative;
    display: flex;
    max-width: 1200px;
    width: 100%;
    padding-bottom: 20px;
    justify-content: center;
    align-items: center;
    /*세로 중앙정렬*/
}
#footer a, #footer .bar, #footer .cont{
    display:inline-block;
    text-align: left;
}
#footer a{
    width:180px;
}
#footer .bar{
    width:5px;
    height:36px;
    margin-left:15px;
    margin-right:15px;
    background-color:#aaa;
}
#footer .cont{
    width:500px;
}
#footer .cont>i{
    display:inline-block;
    width:100%;
    font-size:0.625rem;
    line-height:0.625rem;
    text-transform: uppercase;
    letter-spacing:0rem;
    font-style:normal;
}
#footer .cont>div{
    display:inline-block;
    width:100%;
    margin-bottom:5px;
}
#footer .cont>div span{
    display:block;
    font-size:0.875rem;
    line-height:0.875rem;
    word-break: keep-all;
}
#footer .cont>div span::after{
    margin-left:3px;
    margin-right:3px;
    font-size:0.875rem;
    line-height:0.875rem;

}
#footer .cont>div span:last-child::after{
    display:none;
}
#footer .cont>div span>a{
    font-size:inherit;
}
@media only screen and (max-width : 1024px) {
    #footer .container {
        flex-flow: column;
    }
    #footer .bar{
        display:none;
    }
    #footer .cont{
        width:100%;
        margin-top:20px;
        text-align:center;
    }
    #footer .cont span{
        width:100%;
        padding-top:4px;
    }
    #footer .cont span::after{
        display:none;
    }
}


/*하단배너*/
#banner{
    
}
#banner .container{
    border-top:1px solid #ededed;
    padding-top:20px;
    padding-bottom:20px;
    width:1400px;
    
}
#banner ul{
    width:100%;
    text-align:center;
}
#banner ul>li{
    padding-left:40px;
    padding-top:10px;
    padding-bottom:10px;
}
#banner ul>li>a{
    display:inline-block;
}
#banner ul>li:nth-child(1){
    padding-left:0;
}
@media only screen and (max-width : 1024px) {
    #banner .container{
    border-top:1px solid #ededed;
    padding-top:20px;
    padding-bottom:20px;
    width:100%;
    
    }
    #banner ul>li{
    padding-left:15px;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:5px;
    }
    #banner ul>li:nth-child(1){
    padding-left:15px;
    }
    #banner ul>li>a{
        margin-top:4px;
        margin-bottom:4px;
    }
    #banner ul>li>a>img{
        height:28px;
    }
}








/*서브*/
.subVisual {
    position: relative;
    width: 100%;
    height: 350px;

    box-sizing: border-box;

}
.subVisual .container{
    width:1400px;
    height:100%;
    margin: 0 auto;
    
    overflow: hidden;
}
.subVisual .bg{
    width:100%;
    height:100%;
    border-radius:30px;
    overflow:hidden;
    background-color:#eee;
 
    
}
.subVisual .bg>img{
    max-width:none;
    animation: subVisualAni01 5s forwards;
    
}
@keyframes subVisualAni01 {
    100%{
        transform:scale(1.1);
    }
    
}
.subVisual .cont{
    position:absolute;
    top:20%;
    left:5%;
    width:100%;
    z-index:2;
}
.subVisual .cont strong{
    display:inline-block;
    width:100%;
    text-align: left;
}
.subVisual .cont strong>font{
    display:inline-block;
    width:100%;
    margin-top:5px;
    font-size:2rem;
    line-height:2.25rem;
    font-weight:400;
    color:#fff;
    word-break: keep-all;
}

@media only screen and (max-width : 1024px) {
    .subVisual {
        position: relative;
        height: 300px
        
    }
    .subVisual .container{
     width:100%;
     border-radius:0;
   
    }
    .subVisual .cont{
        top:130px;
        left:0;

    }
    .subVisual .bg{
        border-radius:0;
    }
    .subVisual .cont strong{
        text-align:center;
    }
    .subVisual .cont strong>font{
        font-size:1.5rem;
        line-height:1.75rem;
    }
    
}
@media only screen and (max-width : 540px) {
    .subVisual {
        height: 250px
    }
    .subVisual .cont{
        top:100px;
    }
    .subVisual .cont strong>font{
        font-size:1.313rem;
        line-height:1.5rem;
    }
}
@media only screen and (max-width : 365px) {
    .subVisual {
        height: 220px
    }
    .subVisual .cont{
        top:80px;
    }
    .subVisual .cont strong>font{
        font-size:1.25rem;
        line-height:1.5rem;
        letter-spacing:-0.1rem;
    }
}

.route{
    margin: 30px auto;
    max-width:1400px;
    width:100%;
    height:60px;
    border-radius:10px;
    border:1px solid #ddd;
    text-align: left;
    
}
.route>a.home{
    display:inline-block;
    width:60px;
    height:59px;
    border-radius:10px 0 0 10px ;
    background:url(../images/iconHome.png) center no-repeat #3a62ad;
    background-size:20px;
    

}

.route .element{
    display:inline-block;
    position: relative;
    width:250px;
    height:100%;
    border-right:1px solid #ddd;
    vertical-align:top;
}

.route .element.subelement{
    display:inline-block;
    position: relative;
    width:270px;
    height:100%;
    border-right:1px solid #ddd;
    vertical-align:top;
}

.route .element button{
    border:0;
    width:100%;
    height:100%;
    padding-left:30px;
    font-size:1rem;
    line-height:60px;
    text-align: left;
    background: url(../images/common/iconArrowDown.png) 200px 21px no-repeat;
    background-size:20px;
    -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;
}

.route .element button{
    border:0;
    width:100%;
    height:100%;
    padding-left:30px;
    font-size:1rem;
    line-height:60px;
    text-align: left;
    background: url(../images/common/iconArrowDown.png) 200px 21px no-repeat;
    background-size:20px;
    -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;
}

.route .element.subelement button{
    border:0;
    width:100%;
    height:100%;
    padding-left:15px;
    font-size:1rem;
    line-height:60px;
    text-align: left;
    background: url(../images/common/iconArrowDown.png) 220px 21px no-repeat;
    background-size:20px;
    -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;
}
.route .element:hover button{
    font-weight:500;
    background: url(../images/common/iconArrowDown.png) 200px 21px no-repeat #eee;
    background-size:20px;
}
.route .element.subelement:hover button{
    font-weight:500;
    background: url(../images/common/iconArrowDown.png) 220px 21px no-repeat #eee;
    background-size:20px;
}
.route .element.active button{
    font-weight:500;
    background: url(../images/common/iconArrowDown.png) 200px 21px no-repeat #eee;
    background-size:20px;
}

.route .element ul{
    position:absolute;
    display:inline-block;
    top:59px;
    left:-1px;
    width:251px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    z-index:2;
    display:none;
}
.route .element.subelement ul{
    position:absolute;
    display:inline-block;
    top:59px;
    left:-1px;
    width:270px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    z-index:2;
    display:none;
}
.route .element ul>li{
    width:100%;
    height:50px;
    background-color:#fff;
    border-bottom:1px solid #ddd;
    -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;
    
    
}
.route .element ul>li>a{
    display:inline-block;
    width:100%;
    height:50px;
    padding:10px 10px 10px 30px;
    font-size:1rem;
    line-height:30px;
    -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;
}

.route .element.subelement ul>li>a{
    display:inline-block;
    width:100%;
    height:50px;
    padding:10px 10px 10px 15px;
    font-size:1rem;
    line-height:30px;
    -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;
}
.route .element ul>li:hover{
    
    background-color:#f3f3f3;
}
.route .element ul>li:hover a{
    font-weight:500;
}
.route .element ul.open {
  display:block;
}
@media only screen and (max-width : 1024px) {
    .route {
        display:none;
    }

}


#title {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

#title strong {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.1rem;
    word-break: keep-all;    
}
#title i{
    display:block;
    width:20px;
    height:20px;
    margin: 0 auto;
    margin-top:30px;
    background: url(../images/common/iconArrowDown.png) center no-repeat;
    background-size:100%;
    opacity:0.6;
}


@media only screen and (max-width : 1024px) {
    #title {
        margin-top: 30px;
    }

    #title strong {
        margin-top: 0;
        font-size: 1.75rem;
        line-height: 2.125rem;
        text-align: center;
    }

    #title dl {
        display: none;
    }
}

@media only screen and (max-width : 640px) {
    #title strong {
         font-size: 1.75rem;
        line-height: 2.125rem;
    }

}


#container {
    position: relative;
    padding-top: 40px;
    margin-bottom: 100px;
    /* background: url(../images/containerBg.jpg)  center -18px no-repeat; */
}

@media only screen and (max-width : 1024px) {
    #container {
        padding-top: 30px;
        margin-bottom: 50px;
        background-size: 20px;
    }
}










.content {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.content .web {
    display: block;
}

.content .mob {
    display: none;
}

.content.small{
    width:960px;
}

@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;
    }
    .content.small{
        width:100%;
    }
}



ul.tab {
    display: flex;
   
    width:100%;
    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;
    }
}


ul.tab2 {
    display: flex;
   
    width:100%;
    margin: 0 auto;
    margin-bottom: 30px;
    justify-content: center;
    /*가로 정렬*/
    align-items:center;
    /*세로 정렬*/
    column-gap: 5px
    
    
}

ul.tab2>li {
    position: relative;
    width: 33.33%;
    
    height: 50px;
    text-align: center;
    border:1px solid #aaa;
    
    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.tab2>li font{
    font-size:1.125rem;
    line-height:50px;
}
ul.tab2>li:hover{
    opacity:1;   
}
ul.tab2>li.active{
    opacity:1;
    background-color:#f1f1f1;
}


@media only screen and (max-width : 1024px) {
    ul.tab2 {
        flex-flow: column;
        row-gap: 10px;
    }
    ul.tab2>li{
        width:100%;
        
    }        
   
}

@media only screen and (max-width : 640px) {
    
}












@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;
}







#layer{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color: rgba(0,0,0,0.7);
    display:flex;
    align-items: center;
    justify-content:center;
    z-index:10;
}
#layer .container{
    position: relative;
    max-width:460px;
    width:90%;
    height:700px;
    padding:60px 30px  60px 30px;
    border-radius:10px;
    background-color:#fff;

}
#layer .close{
    position:absolute;
    display: inline-block;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    z-index: 5;
}
#layer .close span {
    position: absolute;
    top: 47%;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: #000;
}

#layer  .close span:nth-child(1) {
    transform: rotate(135deg) translateX(0%);
}

#layer  .close span:nth-child(2) {
    transform: rotate(45deg) translateX(0%);
}

#layer .top{
    width:100%;
    text-align:center;
}
#layer .top>strong{
    display: inline-block;
    width:100%;
    font-size:1.875rem;
    line-height:1.875rem;
    text-align:center;
}
#layer .top>span{
    display:inline-block;
    width:100%;
    padding-top:15px;
    text-align:center;
    font-size:1rem;
    line-height:1.313rem;
    color:#666;
}
#layer .top>span>font, #layer .top>span a, #layer .top>span b{
    display:inline-block;
    font-size:inherit;
    line-height:inherit;
    word-break:keep-all;
}
#layer .top>span a{
    padding-left:5px;
    font-weight:700;
}
#layer .top>span b{
    color:#333;
}
#layer .cont{
    width:100%;
    padding-top:35px;
    text-align:center;
}
#layer .btnBox{
    margin-top:20px;
}

#layer .bottom{
    position:absolute;
    bottom:60px;
    left:0;
    width:100%;
    padding-left:30px;
    padding-right:30px;
}
#layer .bottom strong{
    display:inline-block;
    width:100%;
    font-size:1.125rem;
    line-height:1.125rem;
    font-weight:400;
    text-align:center;
}




#layer.user{}
#layer.user .input{
    padding-top:10px;
}
#layer.user .input input[type=text], #layer.user .input input[type=password]{
  width:100%;
  height:62px;
  line-height:62px;
}
#layer.user .input:first-child{
    padding-top:0;
}
#layer.user .util{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin-top:15px;
}
#layer.user .util.ver2{
   justify-content:flex-start 
}
#layer.user .util label, #layer.user .util .box{
    display:inline-block;
}
#layer.user .util label input[type="checkbox"], #layer.user .util label span{
    display:inline-block;
    vertical-align:top;
}
#layer.user .util label span{
    padding-left:5px;
    font-size:1rem;
    line-height:20px;
}
#layer.user .util .box a, #layer.user .util .box span{
    display: inline-block;
    font-size:1rem;
    line-height:20px;
}
#layer.user .util .box span{
    padding-left:3px;
    padding-right:3px;
}

#layer.user .btnBox a{
    width:100%;
    color:#fff;
    background-color:#314b99;
}

@media only screen and (max-width : 640px){
    #layer .container{
        height:660px;
        padding:  45px 30px 45px 30px;
    }
    #layer .cont{
        padding-top:30px;
    }
    #layer .top>strong{
        font-size:1.5rem;
        line-height:1.5rem;
    }
    #layer .bottom strong{
        font-size:1rem;
        line-height:1rem;
    }
    #layer .top>span{
        padding-top:10px;
        font-size:0.875rem;
        line-height:1.125rem;
    }
    #layer .top>span>font, #layer .top>span a, #layer .top>span b{
        display: inline;
    }
   
}
@media only screen and (max-width : 345px) {
    #layer.user .util label span, #layer.user .util .box a, #layer.user .util .box span{
        font-size:0.875rem;
    }
    
    #layer .container{
        padding:45px 20px 45px 20px;
    } 
}




.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, .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;

}