@charset 'utf-8';

/* 공통 */
.inner1720{width: 100%; max-width: 1720px; margin: 0 auto; position: relative; box-sizing: border-box;}
.inner1400{width: 100%; max-width: 1400px; margin: 0 auto; position: relative; box-sizing: border-box;}
.inner1300{width: 100%; max-width: 1300px; margin: 0 auto; position: relative; box-sizing: border-box;}
.inner1200{width: 100%; max-width: 1200px; margin: 0 auto; position: relative; box-sizing: border-box;}

ul:after,
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

.hiddenBox{
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
}

img{
    width: auto;
    max-width: 100%;
}

.ani{
    opacity: 0;
}

.br480{
    display: none;
}

/* 헤더 */
header{
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    transition: background-color 0.8s;
}
/*header.sub{
    z-index: 1;
}*/
header .inner1720{
    height: 100%;
}

header .logo{
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 1;
}
header .logo > a{}
header .logo > a img{}
header .menuBox{
    position: relative;
}
header .menuBox nav{
    text-align: center;
}
header .menuBox nav .gnb{
    display: inline-block;
}
header .menuBox nav .gnb > li{
    float: left;
    position: relative;
}
header .menuBox nav .gnb > li > a{
    display: block;
    padding: 41px 60px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: padding 0.5s ease;

}
header .menuBox nav .gnb > li:after{
    opacity: 0;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background-color: #6fb1c8;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -5px;
    z-index: 1;
}
header .menuBox nav .gnb > li.on:after{
    animation: circle_ani01 0.5s ease forwards;
}
@keyframes circle_ani01{
    0%{
        opacity: 0;
        transform: scale(0.5);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}



header .menuBox nav .gnb .depth02{
    display: none;
    width: 100%;
    height: 278px;
    padding-top: 35px;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 10;
    box-sizing: border-box;
}
header .menuBox nav .gnb .depth02.menu01{
    border-left: 1px solid #d9d9d9;
}
header .menuBox nav .gnb .depth02 > li{}
header .menuBox nav .gnb .depth02 > li+li{
    margin-top: 16px;
}
header .menuBox nav .gnb .depth02 > li > a{
    display: block;
    font-size: 16px;
    color:#777;
}

header .menuBox nav .gnb .depth02 > li:hover > a{
    color: #6fb1c8;
    
}
header .menuBox nav .gnb .depth02 > li:hover > a span{
    border-bottom: 1px solid #6fb1c8;
}




header .m_menu_btn{
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    
}

header .m_menu_btn button{
    width: 30px;
    height: 16px;
	display: flex;
	flex-wrap: wrap;
    border: none;
    background: none;
	padding: 0;
}
header .m_menu_btn button > span{
	display: inline-block;
    height: 5px;
    background-color: #fff;
}
header .m_menu_btn button > span.line01{
    width: 100%;
    margin-bottom: 6px;
}
header .m_menu_btn button > span.line02{
    
    width: 5px;
    margin-right: 4px;
}
header .m_menu_btn button > span.line03{
   
    width: 21px;
}


/* header on 효과 */
header.on{
    background-color: #fff;
}
header.on .m_menu_btn button > span{
    background-color: #5b9fba;
}

header.on .menuBox nav .gnb > li > a{
    color: #222;
}

header.active .menuBox > div{
    animation: fade 0.3s 0.3s ease forwards;
}

header.fixed{
    height: 75px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
header.fixed .logo{
   
}
header.fixed .menuBox nav .gnb > li > a{
    padding: 28px 60px;
    color: #222;
}
header.fixed .m_menu_btn button > span{
    background-color: #5b9fba;
}



.gnbBg{
    display: none;
    width: 100%;
    height: 278px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100px;
    border-top: 1px solid #d9d9d9;
    font-size: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.gnbBg > div{
    /* float: left; */
    position: absolute;
    z-index: 10;
    
}
.gnbBg .center{
    /* width: 39.84375%; */
    width: calc(100% - 740) / 2;
    height: 100%;
}
.gnbBg .left{
    display: flex;
    align-items: center;
    justify-content: center;
     /* width: 32.29166666667%; */
     width: calc((100% - 740px) / 2);
    height: 100%;
    left:0;
    bottom: 0;
}

.gnbBg .right{
    /* width: 27.86458333333%; */
    width: calc((100% - 740px) / 2);
    right:55px;
    bottom: 0;
    text-align: right;
}


/* 전체메뉴 */
#m_menu.on{
    right: 0;
}
#m_menu{
    /* display: none; */
    width: 100%;
    height: 100%;
    padding: 60px 0 80px;
    background-color: #fff;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 90;
    box-sizing: border-box;
    overflow-y: auto;
    transition: all 0.5s;
    
}
#m_menu > div{
    height: 100%;
}
#m_menu .mlogo{}
#m_menu .mlogo > a{
    display: block;
}
#m_menu .mlogo > a img{}
#m_menu .menu{
    padding-top: 120px;
    text-align: center;
}
#m_menu .menu .gnb{
    display: inline-block;
}
#m_menu .menu .gnb > li{
    float: left;
}
#m_menu .menu .gnb > li > a{
    padding:0 75px;
    font-size: 36px;
    font-weight: 700;
    color:#333;

}
#m_menu .menu .gnb .depth02{
    padding-top: 70px;
}
#m_menu .menu .gnb .depth02 > li{}
#m_menu .menu .gnb .depth02 > li > a{
    display: block;
    padding: 20px 0;
    font-size: 18px;
    color:#777;
}
#m_menu .menu .gnb .depth02 > li:hover > a{
    color: #6fb1c8;
}
#m_menu .bot{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
#m_menu .bot .site{
    float:left;
    font-size: 0;
}
#m_menu .bot .site li{
    display: inline-block;
    margin-right: 45px;
}
#m_menu .bot .site li:last-child{
    margin-right: 0;
}
#m_menu .bot .site li a{
    padding-top: 10px;
    font-size: 12px;
    font-weight: 300;
    color:#222;
    font-family: 'Poppins', sans-serif;
    
}
#m_menu .bot .site li.on a{
    border-top: 2px solid #6fb1c8;
    color: #6fb1c8;
}
#m_menu .bot .copy{
    float:right;
    font-size: 14px;
    font-weight: 300;
    color:#777;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
}
#m_menu .img{
    position: absolute;
    left: 50%;
    top: 67%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#m_menu .m_close{
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#m_menu .m_close button{
    width: 28px;
    height: 28px;
    background: url("/img/common/m_menu_close.png") no-repeat center;
    border:none;
    font-size: 0;
}



/* footer - inquiry */
.inquiry{
    height:650px;
    background: url("/img/main/inquiry_bg_1.jpg") no-repeat left 84%;
    background-attachment: fixed;
    position: relative;
}
/*.inquiry .bg{
    width: 1820px;
    height: 100%;
    background: url("/img/main/inquiry_bg.jpg") no-repeat left 84%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(1.1);
    transition: all 0.5s;
}
.inquiry.move .bg{
    transform: scale(1);
}*/
.inquiry > div{
    height: 100%;
}
.inquiry .box{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.inquiry .box .conTxt{
    color: #fff;
}
.inquiry .box .conTxt span{
    margin-bottom: 30px;
}
.inquiry .box .conTxt span.move{
    animation: fadeUp30 0.8s ease-in-out forwards;
}
.inquiry .box .conTxt p.move{
    animation: fadeUp30 0.8s 0.3s ease-in-out forwards;
}
.inquiry .box .linkBox{
    margin-top: 70px;
}
.inquiry .box .linkBox.move{
    animation: fadeUp30 0.8s 0.3s ease-in-out forwards;

}
.inquiry .box .linkBox li{
    float: left;
    width: 188px;
    height: 50px;
    margin-right: 13px;
    border: 1px solid rgba(255,255,255,0.3);
    box-sizing: border-box;
    position: relative;
}
.inquiry .box .linkBox li:last-child{
    margin-right: 0;
}
.inquiry .box .linkBox li:after{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #003764;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    z-index: -1;
}
.inquiry .box .linkBox li:hover:after{
    width: 100%;
}
.inquiry .box .linkBox li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align:center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.inquiry .bigTit{
    right: 80px;
    top: -50px;
    z-index: 1;
}

/* svg 텍스트 애니메이션 효과  */
.svgTxt_inquiry{
    width: 100%;
    text-align: right;
    position: absolute;
    right: 100px;
    top: -50px;
    z-index: 1;
}

.svgTxt_inquiry svg{
    max-width:819px;
}

.svgTxt_inquiry path{
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}
/***************************************************/

/* footer */
footer{
    padding: 100px 0 70px;
    position: relative;
}
footer *{
    color: #777;
    line-height: 1.3;
}
footer a{
    display: block;
}
footer .top{
    padding-bottom: 30px;
    border-bottom: 1px solid #dddfe1;
}
footer .top .tel{
    float: left;
}
footer .top .tel a{
    padding-left: 40px;
    background:url("/img/common/icon_tel.png") no-repeat left center;
}
footer .top .menu{
    float: right;
    padding-right: 25px;
}
footer .top .menu li{
    float: left;
    margin-right: 60px;
}
footer .top .menu li a{}
footer .top .top_btn{
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}
footer .top .top_btn img{
    display: block;
    margin: 0 auto 3px;
}
footer .top .top_btn span{
    display: block;
    font-size: 12px;
    color: #00489a;
    font-family: 'Poppins', sans-serif;
}

footer .bot{
    padding-top: 80px;
}
footer .bot .left{
    float: left;
}
footer .bot .left .tit{
    font-size: 16px;
    font-weight: 500;
}
footer .bot .left .info{
    padding: 25px 0;
}
footer .bot .left .info li{}
footer .bot .left .info li+li{
    margin-top: 5px;
}
footer .bot .left .info li span{
    display: inline-block;
    margin-right: 45px;
}
footer .bot .left .info li:last-child span{
    margin-right: 0;
}
footer .bot .left .copy{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
footer .bot .right{
    float: right;
}
footer .bot .right .ft_logo{
    margin-bottom: 40px;
}
footer .bot .right .ft_logo > a{}
footer .bot .right .ft_logo > a img{}
footer .bot .right .family{
    float: right;
    width: 187px;
    position: relative;
}
footer .bot .right .family button{
    width: 100%;
    height: 38px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background: #003764 url("/img/common/icon_arrow03.png") no-repeat 85% center;
    border: none;
    text-transform: uppercase;
}
footer .bot .right .family ul{
    display: none;
    width: 100%;
    text-align: center;
    background-color: #003764;
    position: absolute;
    left: 0;
    bottom: 38px;
    border-top: 1px solid rgba(255,255,255,0.3)
}
footer .bot .right .family ul li{}
footer .bot .right .family ul li a{
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,0.3);
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
footer .bot .right .family ul li:hover a{
    color: #fff;
}




/* privacy */
.privacy { color:#666; width: 100%; overflow: hidden; box-sizing:border-box; padding:20px; font-size:15px;	line-height: 140%; word-break:break-all; }
.privacy h2 { font-size:18px; font-weight:bold; color:#000; text-align: left; margin:50px 0 30px; }
.privacy h2:first-child { margin-top: 0; }
.privacy > p { margin:15px 0; }
.privacy > p+dl { margin-top: 30px; }
.privacy > dl { padding-bottom:20px;}
.privacy > dl > dt{ font-size:15px;color:#3680b9;font-weight:700;padding-bottom:5px;}
.privacy > dl > dd{ padding-bottom:10px;text-align:justify; font-size:15px; line-height:140%;}
.privacy > dl > dd ul{ padding:10px; }
.privacy > dl > dd ul li{ line-height:120%; margin-top: 10px; }
.privacy > dl > dd ul li:first-child { margin-top: 0; }
.privacy > dl > dd ul li p { margin:0 10px 5px; line-height: 140%; margin-top:8px;}
.sTxt h3 { font-size:16px; color: #333; font-weight: 700; margin: 20px 0 10px; }
.sTxt p { margin-top: 10px; }
.sTxt dt { margin-top: 10px; }
.sTxt dd { margin:0 8px; }