@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:100,200,300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");

::selection{background:#42B4EC;color:#222}

html, body{width: 100%; height: 100%;}

/* common */
*{margin: 0; padding: 0;font-family: 'Noto Sans KR', sans-serif;}
html,body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,p,a,address,pre,cite,form,fieldset,table,th,td,legend,label,button{margin:0;padding:0;border:0;font-size:15px;font-family:'Noto Sans KR', sans-serif; color: #222;letter-spacing: -.06em !important;}
input,textarea,select{margin:0;padding:0;  font-family:'Noto Sans KR', sans-serif;}

/*input,textarea{-webkit-appearance: none !important;}*/
select::-ms-expand {display:none}

a, button {cursor:pointer;}
a, a:link{text-decoration:none;}

body{line-height:120%;color:#222;letter-spacing:0;-webkit-text-size-adjust:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
h1,h2,h3,h4,h5,h6,p{line-height:1.3em}
fieldset,img,abbr,acronym,label{border:0 none;}
ol,ul,dl{list-style:none;}
hr{display:none;}
fieldset{border:0}
label,select,input,textarea{vertical-align:middle}
img{vertical-align:top}

.notext {display: none;}
.cf::after {content: ''; clear: both; display: block;}

.txtCut{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.txt_cut1,.txt_cut2,.txt_cut3,.txt_cut4,.txt_cut5{display: -webkit-box; overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;word-wrap:break-word}
.txt_cut1{-webkit-line-clamp:1/* 라인수 */}
.txt_cut2{-webkit-line-clamp:2/* 라인수 */}
.txt_cut3{-webkit-line-clamp:3/* 라인수 */}
.txt_cut4{-webkit-line-clamp:4/* 라인수 */}
.txt_cut5{-webkit-line-clamp:5/* 라인수 */}
.txtCut2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;/* 라인수 */-webkit-box-orient:vertical;word-wrap:break-word}


/* 레이아웃 */
#Wrapper{position: relative; width:100%; height: auto; overflow-x: hidden; overflow-y: hidden;}

/* 팝업 */
.popup {position: fixed;width: 100%;height: 100%;z-index: 10001;background: rgba(0,0,0,0.5);display: flex;align-items: center;justify-content: center;}
.popup .popup_inner{width: calc(100% - 40px);max-width: 600px;background: #fff;border-radius: 20px;}
.popup .popup_inner .popup_tit{display: flex;align-items: center;justify-content:center;width: 100%;padding: 20px 40px;box-sizing: border-box;border-bottom: 1px solid #d3d9ed;}
.popup .popup_inner .popup_tit h3{font-size: 20px; font-weight: 600; line-height: 1.3em;}
.popup .popup_inner .popup_con{width: 100%;padding: 30px 40px;box-sizing: border-box;}
.popup .popup_inner .popup_con ul{display:inline-block; width:100%; height:auto;}
.popup .popup_inner .popup_con ul li{position: relative;width: 100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom: 8px;}
.popup .popup_inner .popup_con ul li:last-child{margin-bottom: 0;}
.popup .popup_inner .popup_con ul li input[type="checkbox"] {position:absolute; width:100%; height:100%; z-index:2; overflow:hidden; opacity:0; cursor:pointer;}
.popup .popup_inner .popup_con ul li label {position:relative;z-index:1;display: inline-block;width:100%;vertical-align: middle;background: url('/../resources/images/dongjakMain/check1.png') 0% center no-repeat;background-size: 16px 16px;}
.popup .popup_inner .popup_con ul li input[type="checkbox"]:checked + label {background: url('/../resources/images/dongjakMain/check1_checked.png') 0% center no-repeat;background-size: 16px 16px;}
.popup .popup_inner .popup_con ul li label p{margin-left: 22px;display:inline-block;vertical-align:top;width:calc(100% - 16px);height:100%;font-size: 16px;font-weight:500;line-height: 2em;}
.popup .popup_inner .popup_con .btn_wrap{width: 100%; margin-top:30px; font-size:0; display: flex; justify-content: space-between;}
.popup .popup_inner .popup_con .btn_wrap button{width: calc(100%/2 - 10px);height: 44px;font-size: 16px;font-weight: 500;border-radius: 4px;box-sizing: border-box;}
.popup .popup_inner .popup_con .btn_wrap #cancel{background: #ececec;}
.popup .popup_inner .popup_con .btn_wrap #downloadFile{background: #4079c8; color: #fff;}


/* 헤더 */
header{position: fixed; top: 0; left: 0; width: 100%; background: #fff; z-index: 10000; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .15);}
header .header_inner{display: flex; width: 1200px; height: 90px; align-items: center; justify-content: space-between; margin: 0 auto;}
header .header_inner .logo{position: relative; display: flex; align-items: center; justify-content: center; width: 254px; height: 50px; background: url(/../resources/images/layout/logo.png) center no-repeat; background-size: cover; text-indent: -9999px;}
header .header_inner .gnb > ul{height: 90px; display: flex; align-items: center; justify-content: center;}
header .header_inner .gnb > ul > li{height: 100%;}
header .header_inner .gnb > ul > li > a{position: relative; font-size: 18px; font-weight: 500; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0 22px; transition: all .3s;}
header .header_inner .gnb > ul > li > a:hover{color: #4079c8;}
header .header_inner .gnb > ul > li > a::after{content:''; position:absolute; top:50%; right:0px; width:1px; height:8px; transform: translateY(-50%); background-color:#c1c7c9;}
header .header_inner .gnb > ul > li:last-child > a::after{display: none;}
header .header_inner .mobile{display: none;}
header .header_inner .sitemap_btn{position: relative; display: flex; align-items: center; justify-content: center; width: 32px; height: 20px; background: url(/../resources/images/layout/sitemap.png) center no-repeat; background-size: cover;}
header .lnb{position: relative; top: 1px; width: 100%; height: auto; background: #fff; box-sizing: border-box;}
header .lnb.on{border-bottom: 1px solid #f0f0f0;}
header .lnb > li{width: 1200px; height: 0px; transition: all .3s; display: flex; justify-content: center; align-items: center; margin: 0 auto; overflow: hidden;}
header .lnb > li.on{height:40px; padding:10px 0;}
header .lnb > li > a{position:relative; float:left; width:auto; height:auto; font-size:16px; font-weight:400; color:#999; line-height:1.3em; padding:0px 30px; transition:.2s;}
header .lnb > li > a:hover{color: #222;}

/* 사이트맵 */
.site_map {position:absolute; z-index:100; width:100%; height:0; top:90px; left:0; overflow:hidden; transition:.3s;}
.site_map.on {height:610px; overflow:visible;}
.site_map .site_map_menu {position:relative; z-index:2; width:100%; height:100%; background-color:#fff; box-shadow:0px 14px 8px 0px rgba(0,0,0,.1); overflow:hidden;}
.site_map .site_map_menu .site_map_title {display:inline-block; width:100%; height:auto; text-align:center; padding:15px 0 20px 0;}
.site_map .site_map_menu .site_map_title p {display:inline-block; width:auto; font-size:26px; font-weight:400; color:#222; line-height:1em; padding-bottom:20px; border-bottom:1px solid #222;}
.site_map .site_map_menu ul.siteMap_menu_wrap {position:relative; display:flex; justify-content:center; width:80%; height:auto; padding:20px 10% 50px 10%;}
.site_map .site_map_menu ul.siteMap_menu_wrap > li {position:relative; float:left; width:calc(100%/5 - 25px); height:100%; margin-right:25px;}
.site_map .site_map_menu ul.siteMap_menu_wrap > li:last-child {margin-right:0;}
.site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu {display:inline-block; width:100%; height:auto; text-align:center; margin-bottom:20px;}
.site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu p {position:relative; display:inline-block; width:auto; max-width:100%; margin:0 auto; padding-bottom:10px; height:auto; font-size:20px; font-weight:500; color:#2f3334; line-height:1em; transition:.3s; overflow:hidden;}
.site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu:hover p {color:#4079c8;}
.site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu p::before {content:''; position:absolute; display:block; bottom:0; width:0px; height:2px; background-color:#4079c8; transition:.3s;}
.site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu:hover p::before {width:100%;}
.site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu {display:inline-block; width:100%; text-align:center;}
.site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li {display:block; width:100%; margin-bottom:25px}
.site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li a {font-size:18px; font-weight:400; color:#222; line-height:1.2em; transition:.3s; word-break:keep-all;}
.site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li a:hover {color:#4079c8;}

/* 메인(임시니까 삭제하세용) */
main{position: relative; width: 100%; margin-top: 90px; display: inline-block;}


/* 푸터 */
footer{position: relative; width: 100%; padding: 30px 0 60px; background: #404040; z-index: 10000;}
footer .footer_inner{position: relative; display: flex; width: 1200px; margin: 0 auto;}
footer .footer_inner .logo{position: relative; display: flex; align-items: center; justify-content: center; width: 150px; height: 70px; background: url(/../resources/images/layout/logo2.png) center no-repeat; background-size: cover; text-indent: -9999px;}
footer .footer_inner address{margin-left: 70px; font-style: normal;}
footer .footer_inner address > p{font-size: 14px; color: #fff; opacity: .7; margin-top: 20px;}
footer .footer_inner address > p:first-child{margin-top: 0;}

@charset "utf-8";


main .sub_title.sub2{position: relative; width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; background: url(/../resources/images/layout/visual01.jpg) center no-repeat; background-size: cover;}
main .sub_title.sub3{position: relative; width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; background: url(/../resources/images/layout/visual02.jpg) center no-repeat; background-size: cover;}
main .sub_title.sub30{position: relative; width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; background: url(/../resources/images/layout/visual03.jpg) center no-repeat; background-size: cover;}
main .sub_title.sub40{position: relative; width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; background: url(/../resources/images/layout/visual04.jpg) center no-repeat; background-size: cover;}
main .sub_title.sub50{position: relative; width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; background: url(/../resources/images/layout/visual05.jpg) center no-repeat; background-size: cover;}
main .sub_title.sub70{position: relative; width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; background: url(/../resources/images/layout/visual06.jpg) center no-repeat; background-size: cover;}
main .sub_title.sub60{position: relative; width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; background: url(/../resources/images/layout/visual07.jpg) center no-repeat; background-size: cover;}

main .sub_title .sub_visual{text-align: center;}
main .sub_title .sub_visual h3{font-size: 30px; line-height: 1.3em; font-weight: bold; color: #fff; padding-bottom: 70px;}
main .sub_title .sub_nav_wrap{position: absolute; width: 100%; left: 0; bottom: 0; background: rgba(0,0,0,0.5);}
main .sub_title .sub_nav_wrap .sub_nav_inner{position: relative; max-width: 1200px; margin: 0 auto;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav{position: relative; height: 60px; display: flex; align-items: center;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav .home{display: inline-block; width: 42px; height: 42px; background: url(/../resources/images/layout/home_btn.png) center no-repeat; background-size: cover; text-indent: -9999px; margin-right: 10px;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul{height: 100%;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1{position: relative; display: inline-block; min-width: 180px; height: 100%; padding: 0 20px;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1:nth-child(2)::before{content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 20px; background: rgba(255,255,255,0.3);}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1 > a{position: relative; height: 100%; display: flex; align-items: center; padding-right: 30px; font-size: 16px; color: #fff;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1 > a::before{content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%) rotate(180deg); right: 0px; width: 13px; height: 8px; background: url(/../resources/images/layout/arrow2.png) center no-repeat; transition: all .3s;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1 > a.on::before{content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%) rotate(0deg); right: 0px; width: 13px; height: 8px; background: url(/../resources/images/layout/arrow2.png) center no-repeat;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1 .dep2{display: none; position: absolute; z-index: 99; background: rgba(0,0,0,0.8); width: 100%; top: 60px; left: 0; border-top: 3px solid #fff;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1 .dep2 > li{position: relative; height: 50px; line-height: 50px;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1 .dep2 > li > a{display: block; box-sizing: border-box; padding: 0 20px; transition: all .3s; color: #fff;}
main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1 .dep2 > li > a:hover{text-decoration: underline;}








/* 미디어쿼리 1239 */
@media (max-width: 1239px){

    main .sub_title .sub_nav_wrap .sub_nav_inner{width: calc(100% - 40px);}

}



/* 미디어쿼리 1023 */
@media (max-width: 1023px){

    main .sub_title{height: 250px;}
    main .sub_title .sub_visual h3{font-size: 26px; padding-bottom: 60px;}

}




/* 미디어쿼리 599 */
@media (max-width: 599px){

    main .sub_title{height: 200px;}
    main .sub_title .sub_visual h3{font-size: 24px; padding-bottom: 50px;}

    main .sub_title .sub_nav_wrap .sub_nav_inner{width: 100%;}
    main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav .home{display: none;}
    main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav .home + ul{display: flex; width: 100%;}
    main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1{min-width: auto; width: 100%; padding-left: 20px;}

}




/* 미디어쿼리 449 */
@media (max-width: 449px){

    main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav{height: 50px;}
    main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1{min-width: auto; width: 100%; padding-left: 15px;}
    main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1 > a{font-size: 14px;}
    main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1 .dep2{top: 50px;}
    main .sub_title .sub_nav_wrap .sub_nav_inner .sub_nav > ul .dep1 .dep2 > li > a{padding: 0 15px; font-size: 14px;}

}





/* 미디어쿼리 1239 */
@media (max-width: 1239px){

    header .header_inner{width: calc(100% - 40px);}
    header .header_inner .gnb > ul > li > a{padding: 0 15px;}
    .site_map .site_map_menu ul.siteMap_menu_wrap{width: 90%; padding: 20px 5% 50px 5%;}
    
    footer .footer_inner{width: calc(100% - 40px);}

}




/* 미디어쿼리 1023 */
@media (max-width: 1023px){

    header .header_inner .gnb,
    header .lnb,
    header .header_inner > .sitemap_btn,
    .site_map{display: none;}

    header .header_inner .mobile{display: flex;}
    header .header_inner .mobile > a{position: relative; display: flex; width: 26px; height: 24px;}
    header .header_inner .mobile > a::before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #fff;}
    header .header_inner .mobile > a::after{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #fff;}
    header.on .header_inner .mobile > a::before,
    header.on .header_inner .mobile > a::after,
    header.on .header_inner .mobile > a > span,
    header.scroll .header_inner .mobile > a::before,
    header.scroll .header_inner .mobile > a::after,
    header.scroll .header_inner .mobile > a > span{background: #222;}
    header .header_inner .mobile > a > span{width: 18px; height: 2px; background: #fff; display: inline-block; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; text-indent: -9999px;}
    header .header_inner .mobile .sidemenu{position: relative; display: inline-block;}
    header .header_inner .mobile .sidemenu .black{display: none; position:fixed; width:100%; height:100%; top:0; left: 0; right: 0; bottom: 0; z-index: 70; background: rgba(0,0,0,0.7);}
    header .header_inner .mobile .sidemenu .white{position: fixed; overflow-y: auto; right: -100%; width: 80%; height: 100%; top: 0; z-index: 1000; transition: all .4s; background: #fff; padding: 90px 0px 0px; box-sizing: border-box;}
    header .header_inner .mobile .sidemenu .white .btn_close{position: absolute; top: 27px; right: 20px; display: inline-block; width: 36px; height: 36px; z-index: 1000;}
    header .header_inner .mobile .sidemenu .white .btn_close .close{position: absolute; top: 0; left: 0; width: 36px; height: 36px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); opacity:1; text-indent: -9999px;}
    header .header_inner .mobile .sidemenu .white .btn_close .close{position: absolute; top: 0px; left: 0; width: 36px; height: 36px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); opacity:1;}
    header .header_inner .mobile .sidemenu .white .btn_close .close:after,
    header .header_inner .mobile .sidemenu .white .btn_close .close:before{display: block; position: absolute; top: 50%; left: 50%; background: #222; content: ''; -moz-transition: -moz-transform .3s cubic-bezier(.77, 0, .175, 1); -o-transition: -o-transform .3s cubic-bezier(.77, 0, .175, 1); -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1); transition: transform .3s cubic-bezier(.77, 0, .175, 1)}
    header .header_inner .mobile .sidemenu .white .btn_close .close:before{margin: -1px 0 0 -18px; width: 36px; height: 2px; -moz-transform-origin: 0 50% 0; -webkit-transform-origin: 0 50% 0; transform-origin: 0 50% 0}
    header .header_inner .mobile .sidemenu .white .btn_close .close:after{margin: -18px 0 0 -1px; width: 2px; height: 36px; -moz-transition-delay: .15s; -o-transition-delay: .15s; -webkit-transition-delay: .15s; transition-delay: .15s; -moz-transform-origin: 50% 100% 0; -webkit-transform-origin: 50% 100% 0; transform-origin: 50% 100% 0}
    header .header_inner .mobile .sidemenu .white .m_gnb{position: relative; width: 100%;}
    header .header_inner .mobile .sidemenu .white .m_gnb > ul{position: relative; width: 100%;}
    header .header_inner .mobile .sidemenu .white .m_gnb > ul > li{position: relative; width: 100%; border-bottom: 1px solid #ddd;}
    header .header_inner .mobile .sidemenu .white .m_gnb > ul > li:first-child{border-top: 1px solid #ddd;}
    header .header_inner .mobile .sidemenu .white .m_gnb > ul > li > a{position: relative; display: block; padding: 26px 22px; font-size: 18px; font-weight: 500;}
    header .header_inner .mobile .sidemenu .white .m_gnb > ul > li > a::before{content: ""; position: absolute; top: 50%; right: 20px; transform: translateY(-50%) rotate(180deg); width: 13px; height: 8px; background: url(/../resources/images/layout/arrow.png) center no-repeat; transition: all .3s;}
    header .header_inner .mobile .sidemenu .white .m_gnb > ul > li > a.on::before{content: ""; position: absolute; top: 50%; right: 20px; transform: translateY(-50%) rotate(0deg); width: 13px; height: 8px; background: url(/../resources/images/layout/arrow.png) center no-repeat;}
    header .header_inner .mobile .sidemenu .white .m_gnb > ul > li .m_lnb{display: none; padding: 20px; background: #f7f7f7;}
    header .header_inner .mobile .sidemenu .white .m_gnb > ul > li .m_lnb > li > a{position: relative; display: block; padding: 10px 0; font-size: 16px; opacity: .7;}
    header .header_inner .mobile .sidemenu .white .m_gnb > ul > li .m_lnb > li > a:hover,
    header .header_inner .mobile .sidemenu .white .m_gnb > ul > li .m_lnb > li > a.on{opacity: 1;}

    footer{padding: 30px 0 40px;}
    footer .footer_inner{display: table;}
    footer .footer_inner .logo{display: block; margin: 0 auto;}
    footer .footer_inner address{margin: 0 auto; text-align: center;}
    footer .footer_inner address > p{font-size: 12px; margin-top: 20px !important;}
    
}



/* 미디어쿼리 599 */
@media (max-width: 599px){

    header .header_inner{height: 70px;}
    header .header_inner .logo{width: 202px; height: 40px;}

    header .header_inner .mobile .sidemenu .white{padding: 70px 0px 0px;}
    header .header_inner .mobile .sidemenu .white .btn_close{top: 17px;}
    header .header_inner .mobile .sidemenu .white .m_gnb > ul > li > a{padding: 20px 22px;}

    main{margin-top: 70px;}

    footer .footer_inner .logo{width: 120px; height: 56px;}
}
                                                                               
/* 미디어쿼리 449 */
@media (max-width: 449px){
  
  .popup .popup_inner .popup_tit{padding: 15px 20px;}
  .popup .popup_inner .popup_tit h3{font-size: 18px;}
  .popup .popup_inner .popup_con{padding: 20px;}
  .popup .popup_inner .popup_con .btn_wrap{margin-top: 20px;}
  .popup .popup_inner .popup_con .btn_wrap button{width: calc(100%/2 - 5px);}
  
}
                                                                     
