@charset "utf-8";

/*전체 메뉴 시 컨텐츠 쪽 스크롤 방지*/
html.noneScroll, body.noneScroll  {overflow: hidden;}
/*전체 메뉴 시 컨텐츠 쪽 스크롤 방지*/

/*layout*/
.wow {visibility: hidden;}

/*header*/

.header .logo {width: 245px; float: left; height: 50px;}
.header .logo img {width: 100%;}
.header .logo img.logo_b {display: none;}
.header .right_wrap {position: absolute; top: 6px; right: 0;}
/*로그인&로그아웃 버튼 s*/
.header .right_box {display: inline-block; float: right; display: none;}
.header .right_box a {text-indent: -99999px;width: 35px;height: 35px;background: url("/resources/img/common/right_box_login.png") no-repeat -1px -1px;display: inline-block;float: left;border: 1px solid #fff; box-sizing: border-box; transition: all .3s ease;}
.header .head .right_wrap .right_box a:hover {background-color: #aaa; border-color: #aaa;}
.header .right_box a:nth-of-type(2) {margin-left: 15px; background-position: -51px -1px;}
.header .right_box a.logout_btn {background-image: url("/resources/img/common/right_box_logout.png"); background-position: -1px -1px;}
.header .right_box a.mypage_btn {background-image: url("/resources/img/common/right_box_logout.png"); background-position: -51px -1px;}
/*로그인&로그아웃 버튼 e*/
.header .lang {display: inline-block;}
.header .lang a{display: inline-block;font-weight: 100;color: #fff;width: 50px;text-align: center;padding: 5px 0;font-size: 14px;border: 1px solid #fff;border-radius: 50px; margin: 5px 15px 0 0;}
.header .head:hover .lang a {border-color: #0e417d; background-color: #0e417d;}
.header .sns {display: inline-block; float: right;}
.header .sns a {text-indent: -99999px; width: 35px; height: 35px; background: url("/resources/img/common/sns_w.png") no-repeat 0 0; display: inline-block; float: left;}
.header .sns .blog {margin-left: 15px; background-position: -50px 0;}


/*전체 드랍다운 CSS:S*/
.header {width: 100%; height: 90px; position: fixed;  z-index: 100; font-size: 14px; }
.header .header_wrap{width: 97%; position: absolute; max-width: 1600px; left:50%; transform: translateX(-50%);    z-index: 9999; transition: 0.3s;}
.header .head {padding-top: 35px;height: 100%; box-sizing: border-box; transition: all .3s ease-in-out;background-color: rgba(0,0,0,0);}
/* .header .head::before {position: absolute; top: 101px; left: 50%; transform: translateX(-50%); width: 100%; height: 1px; background: #c1c1c1; transition: all .2s ease-in-out; content: ""; opacity: 0;} */
.header .gnb_wrap {text-align:center; height: 100%; position: absolute; left: 50%; transform: translateX(-50%);width: 70%;}
.header .gnb_wrap > .gnb > ul > li {margin: 0 0.5%; display:inline-block; position: relative; vertical-align:top; width: 150px;}
.header .gnb_wrap > .gnb > ul > li > a{display: inline-block; height: 100%; text-align: center; font-weight: 300; color: #fff; font-size: 18px; padding: 15px 0;}
.header .gnb_wrap > .gnb > ul > li > a::before {position: absolute; content: ""; bottom: 7px; left: 50%; transform: translateX(-50%); width: 100%; height: 3px; background: #0e417d; opacity: 0;}
.header .gnb_wrap > .gnb > ul ul > li > a { color:#fff;}
/* .header:hover .gnb_wrap > .gnb > ul ul { display:block;} */
.header .gnb_wrap > .gnb > ul ul > li { margin-top:37px;}
.header .gnb_wrap > .gnb > ul ul > li a {transition:.3s ease; font-size:16px; color: #888;}
/* .header .gnb_wrap > .gnb > ul ul > li:hover a {color:#0e417d;} */

.header .ham_btn, .header .ham_btn span {display: inline-block; z-index: 200; transition: all .3s ease-in-out; box-sizing: border-box;}
.header .ham_btn {position: absolute;top: 29px;right: 0px;cursor: pointer;z-index: 200;-webkit-transform: translateZ(0);}
.header .ham_btn p {position: relative; width: 38px; height: 24px; margin: 10px; box-sizing: border-box;}
.header .ham_btn span {position: absolute; left: 0; width: 100%; height: 2px; background-color: #fff; box-shadow: 0px 2px 8px rgba(0,0,0,0.5);}
.header.active .ham_btn span {background-color: #666;}
.header .ham_btn.active span {background-color: #666; box-shadow: none;}
.header .ham_btn span:nth-of-type(1) {top: 0;}
.header .ham_btn span:nth-of-type(2) {top:11px; width:70%; left:11px;}
.header .ham_btn span:nth-of-type(3) {bottom: 0;}
.header .ham_btn.active {position: fixed; top:34px;}
.header .ham_btn.active span:nth-of-type(1) {-webkit-transform : translateY(10px) rotate(-45deg); transform : translateY(10px) rotate(-45deg);}
.header .ham_btn.active span:nth-of-type(2) {opacity: 0;}
.header .ham_btn.active span:nth-of-type(3) {-webkit-transform : translateY(-11px) rotate(45deg); transform : translateY(-11px) rotate(45deg);}
.header .ham_menu {position: fixed; top: 0; left: 0; width: 100%; height: 100vh;}
.header .ham_menu .ham_head {width: 100%; height: 75px;}
.header .ham_menu .lang {display: none;}

/*dropdown효과*/
/* .header .head:hover {background-color: rgba(255,255,255,.9); height: 440px;}
.header .head:hover::before {opacity: 1;}
.header .head:hover .logo img.logo_b {display: inline;}
.header .head:hover .logo img.logo_w {display: none;}
.header .gnb_wrap > .gnb {height: 58px; overflow: hidden;}
.header .head:hover .gnb_wrap > .gnb {overflow: inherit;}
.header .head:hover .gnb_wrap > .gnb > ul > li > a {color: #000;}
.header .gnb_wrap > .gnb > ul > li > .two_depth {height: 240px; transition: all .5s ease-in-out; padding-top: 44px;}
.header .head:hover .gnb_wrap > .gnb > ul > li > .two_depth {opacity: 1; z-index: 0;}
.header .head .gnb_wrap > .gnb > ul > li:hover > a {color: #0e417d; position: relative;}
.header .gnb_wrap > .gnb > ul > li:hover > a::before {opacity: 1;}
.header .head:hover .right_box a {background-color: #ddd; border-color: #ddd;}
.header .head:hover .sns a {background-image: url("/resources/img/common/sns_c.png");} */
/*dropdown효과*/
/*전체 드랍다운 CSS:E*/

/*스크롤 탑이 메인 비주얼 지나면 헤더 변경 s*/
.scroll { background: transparent; }
.scroll .header_wrap { max-width: unset; }
.scroll .header_wrap .head { padding-top:25px;}
.scroll .ham_btn {top:17px;}
.mainPdi .scroll h1.logo {width:180px;}
.scroll .head .logo img.logo_b {display: inline;}
.scroll .head .logo img.logo_w {display: none;}
.scroll .gnb_wrap > .gnb > ul > li > a {color: #000;}
.scroll .head .right_box a {background-color: #ddd; border-color: #ddd;}
.scroll .head .sns a {background-image: url("/resources/img/common/sns_c.png");}
.scroll .head .lang a {border-color: #0e417d; background-color: #0e417d;}
.scroll .ham_btn span { background-color: #E3282F; box-shadow: none;}
/*스크롤 탑이 메인 비주얼 지나면 헤더 변경 e*/


/* 서브 헤더 변경 */
.sub .header .header_wrap {max-width: unset;}
.sub .header .header_wrap .head { padding-top:25px;}
.sub .header .ham_btn {top:17px;}
.sub .header .logo {width:180px;}

/* mobile menu */
.mobile_menu {display: none;box-sizing:border-box;position: fixed;left: 0;width: 100%;height: 100%;top: 0;z-index: 103;text-align: center; overflow: hidden; background: rgba(0,0,0,.5);}
.mobile_menu .menu_wrap {min-height: 100%; height: 100%; /* overflow: hidden; */position: relative;}
.mobile_menu .gnb {width: 60%;position: absolute;top: -80%;background: #fff;right: 0;padding: 0px 8.5%;box-sizing: border-box; height: 100%;}
.mobile_menu .gnb > ul {position: relative; top: 24vh; padding-bottom: 30px;display: inline-block;text-align: left; width: 100%;}
.mobile_menu .gnb > ul::after {display: block; content: ""; clear: both; height: 0;}
.mobile_menu .gnb > ul > li {width:100%;display: block;vertical-align: top;box-sizing: border-box;float: left;margin-bottom: 70px;}
.mobile_menu .gnb > ul > li:last-child {margin-bottom: 0;}
.mobile_menu .gnb > ul > li > a {color:#333; display:inline-block;font-weight: 600;font-size: 42px;transition: .3s ease;word-break: keep-all;position: relative; width:100%;}
.mobile_menu .gnb > ul > li:hover > a {color:#E3282F;}
.mobile_menu .gnb > ul > li > a::after {display: block; content: ""; width:100%; height: 2px; margin-top: -7px; background: #333333;}
.mobile_menu .gnb > ul > li:hover > a::after {background: #E3282F;}
/* .mobile_menu .gnb > ul > li:hover > a::before {margin-left: -15px; background: #9e8454;} */
/* .mobile_menu .gnb > ul > li:hover > a, .mobile_menu .gnb > ul > li > a.open {padding-left: 15px;} */
/* .mobile_menu .gnb > ul > li:hover > a::before, .mobile_menu .gnb > ul > li > a.open::before { opacity: 1;} */
.mobile_menu .gnb > ul > li > ul {display: none; position: relative; top:38px; }
.mobile_menu .gnb > ul > li > ul li {margin-right: 3%; display: inline-block; float: left; margin-bottom:14px;}
.mobile_menu .gnb > ul > li > ul li.viewall { width:100%; margin-bottom:28px;}
.mobile_menu .gnb > ul > li > ul li:last-child {margin-bottom: 0}
.mobile_menu .gnb > ul > li > ul a {line-height:20px;position: relative;font-weight: 500;color:#333;font-size: 18px;transition:.3s ease-in-out;display: inline-block;word-break: keep-all;padding-right: 5px;opacity: 1;}
.mobile_menu .gnb > ul > li > ul a:hover {color: #E3282F;}
.mobile_menu .right_wrap {display: none;}
.mobile_menu .ham_bg1 {transition: all .5s ease-in-out; width: 72%; position: absolute;  bottom: 0;  height: 20%; right: 0; background: #5a5a5a;}
.mobile_menu .ham_bg2 { position: absolute;top: 0;top: -80%;width: 40%;height: 100%;box-sizing: border-box;padding: 80px; background:#6f6353; background: url("/resources/img/pdi/main/vert_bg01.jpg?ver=230614") center top/cover no-repeat;transition: background-image .5s ease-in-out;}
/* .mobile_menu .ham_bg2#linum_1 {background-image:url("/resources/img/example/vert_bg01.jpg");}
.mobile_menu .ham_bg2#linum_2 {background-image:url("/resources/img/example/vert_bg02.jpg");}
.mobile_menu .ham_bg2#linum_3 {background-image:url("/resources/img/example/vert_bg03.jpg");}
.mobile_menu .ham_bg2#linum_4 {background-image:url("/resources/img/example/vert_bg04.jpg");}
 */
.mobile_menu .ham_bg2{display: table;}
/*.mobile_menu .ham_bg2::before { content: "";font-size: 20px; vertical-align: middle; display: table-cell; font-family: 'Montserrat'; font-weight: 800; text-transform: uppercase; color: rgba(255,255,255,.2); letter-spacing: 10px;}
 .mobile_menu .ham_bg2#linum_0::before {content: "Board";}
.mobile_menu .ham_bg2#linum_1::before {content: "Dev";}
.mobile_menu .ham_bg2#linum_2::before {content: "Design";}
.mobile_menu .ham_bg2#linum_3::before {content: "Test";}
.mobile_menu .ham_bg2#linum_4::before {content: "Login";}
*/
 .mobile_menu .ham_bg2 .txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%, 50%); font: 800 20px 'Montserrat'; text-transform: uppercase; color: rgba(255,255,255,.2); letter-spacing: 10px;}

/*notice_banner*/
.ham_bg1 .notice {margin-top: 50px; position: relative; height: 80px; overflow: hidden;}
.ham_bg1 .notice:after{clear: both; content: ""; display: block;}
.ham_bg1 .notice .notice-banner {height: 100%;width: calc(100% - 240px);  margin: 0; float: left;}
.ham_bg1 .notice .slick-list, .ham_bg1 .notice .cont {height: 80px !important;}
.ham_bg1 .notice .cont {   max-width: 1164px; padding: 0 30px; box-sizing: border-box; }
.ham_bg1 .notice .b_tit {display: inline-block;padding: 0 20px;box-sizing: border-box;height: 40px;text-align: center;line-height: 40px;margin-right: 20px;color: #d4b290;font-weight: 400;min-width: 100px;}
.ham_bg1 .notice .txt_b {width: 88%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #fff;}
.ham_bg1 .notice .txt_b span {display: inline-block;}
.ham_bg1 .notice .txt_b span.txt {font-size: 18px; font-weight: 200; max-width: 85%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.ham_bg1 .notice .cont:hover .txt_b span.txt {text-decoration: underline;}

.ham_bg1 .notice .cont > a {display: block; width: 100%;display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%;}

.ham_bg1 .notice .slick_arw_wrap .slick-arrow {position: static;display: inline-block;margin: 0;padding: 0;width: 80px;height: 80px;background: url("/resources/img/common/slide_arrow.png")no-repeat;box-sizing: border-box;left: auto;top: auto;bottom: auto;right: auto;transform: none;}
.ham_bg1 .notice .slick_arw_wrap .slick-arrow:hover {background-color: #d4b290;}
.ham_bg1 .notice .slick_arw_wrap .slick-prev {background-position: 32px -60px;margin-right: -4px;}
.ham_bg1 .notice .slick_arw_wrap .slick-prev:before {content: '↑';}
.ham_bg1 .notice .slick_arw_wrap .slick-next {background-position: right 32px top -60px;}
.ham_bg1 .notice .slick_arw_wrap .slick-next:before {content: '↓';}
.ham_bg1 .notice .slick_arw_wrap .slick-prev:hover {background-position: 32px -113px;}
.ham_bg1 .notice .slick_arw_wrap .slick-next:hover {background-position: right 32px top -113px;}
.ham_bg1 .notice .hover_btn01 {float: left;border-left: 1px solid #ddd; transition: all .3s ease-in-out;}
.ham_bg1 .notice .hover_btn01:hover {background-color: #d4b290;}
.ham_bg1 .notice .hover_btn01:hover i{background-color: #fff;}
@media screen and (max-height:860px){
    /*높이 값이 낮을 때, overflow-y 스크롤 추가*/
   .mobile_menu .gnb {overflow-y: scroll;height: 100%;}
    .mobile_menu .ham_bg1 {bottom: -50%;}
}

@media screen and (max-width:1600px){ 
    .header .right_wrap {right: 75px;}
}
@media screen and (max-width:1300px){
    /*전체 드랍다운 CSS:S*/
    .header .gnb_wrap {width: 60%;}
    .header .gnb_wrap > .gnb > ul > li {width: 110px;}
/*전체 드랍다운 CSS:E*/
    .header .right_wrap {right: 64px;}
    .header .lang a {margin: 5px 15px 0 0;}
    .header .sns .blog {margin-left: 10px;}
}
@media screen and (max-width:1024px){

    .header .gnb_wrap {display: none;}
    
    .header.active .ham_btn span {background: #fff;}
    .header .ham_btn {top: 24px;}
    .header .ham_btn.active {top:24px;}
    .header .right_wrap {top: 10px;}
    
    
    .mobile_menu .gnb {overflow-y: scroll;}
    .mobile_menu .ham_bg2 {display: none;}
    .mobile_menu .gnb, .mobile_menu .ham_bg1 {width: 100%;}
    
    .ham_bg1 .notice .notice-banner {width: calc(100% - 190px);}
    .ham_bg1 .notice .cont {padding: 0 10px;}
    .ham_bg1 .notice .b_tit {margin-right: 0; text-align: left;}
    
}
@media screen and (max-width:768px){
    .header .header_wrap {width: 94%;}
    .mainPdi header h1.logo,.header .logo {width:190px;}
    .header .right_wrap { right: 64px;}

    .mobile_menu .gnb { padding: 100px 20px 0;}
    .mobile_menu .gnb > ul {top:8vh;}
    .mobile_menu .gnb > ul > li {margin-bottom: 48px;}
    .mobile_menu .gnb > ul > li > ul {top:25px;}
    .mobile_menu .gnb > ul > li > a {font-size: 36px;}
    .mobile_menu .gnb > ul > li > ul li.viewall{margin-bottom: 16px;}
    .mobile_menu .gnb > ul > li > ul a {font-size: 16px; line-height: 18px;}

    
    
}
@media screen and (max-width:600px){
    .mainPdi header {height: 80px;}
    .header .head {padding-top: 26px;}
    .header .ham_btn {top: 22px;}
    .header .ham_btn p {width: 28px;height: 22px;}
    .header .ham_btn span:nth-of-type(2) {top: 10px;left: 8px;}

}

@media screen and (max-width:500px){
    .mobile_menu .gnb {height: 100%;}
    .mobile_menu .ham_bg1 {display: none;}
    .mobile_menu .gnb > ul > li {margin-bottom: 30px;}
    .mobile_menu .gnb > ul > li > ul {top:16px;}
    .mobile_menu .gnb > ul > li > ul li {display: block; margin: 0 0 3% 0; float: none;}
    
    .mobile_menu .gnb > ul > li > a::after {margin-top: -5px;}
}