@charset "utf-8";

.sec-wrap, .sec-header, .sec-content, .sec-footer { position: relative; width: 100%; margin: 0; padding: 0; box-sizing: border-box; overflow: hidden; }

.dv-conts-wrap { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; padding: 0; box-sizing: border-box; overflow: hidden; }
.sec-content { font-size: 18px; }

header .menu_container { padding: 0 5%; margin: 0 auto; position: relative; }
header .nav .nav-icon { display: none; }
.main .nav .nav-icon:after, .main .nav .nav-icon:before, .main .nav .nav-icon div { background-color: #fff; content: ""; display: block; height: 2px; margin: 4px 0; transition: all 0.2s ease-in-out; }
header .nav .nav-icon:after, header .nav .nav-icon:before, header .nav .nav-icon div { background-color: #333; content: ""; display: block; height: 2px; margin: 4px 0; transition: all 0.2s ease-in-out; }
header .down .nav .nav-icon:after, header .down .nav .nav-icon:before, header .down .nav .nav-icon div, header .nav .nav-icon.active:after, header .nav .nav-icon.active:before, header .nav .nav-icon.active div { background-color: #1a1a1a; }
header .up .nav .nav-icon:after, header .up .nav .nav-icon:before, header .up .nav .nav-icon div{ background-color: #1a1a1a; }
header .nav .nav-icon:before { margin-top: 0; }
header .nav .nav-icon:after { margin-bottom: 0; }
header .nav .nav-icon.active:before { transform: translateY(7px) rotate(135deg); }
header .nav .nav-icon.active:after { transform: translateY(-5px) rotate(-135deg); }
header .nav .nav-icon.active div { transform: scale(0); }

.headerArea { width: 100%; height: 100px; display: flex; flex-wrap: nowrap; align-items: center;  position: fixed; top: 0; z-index: 99; border-bottom: 1px solid transparent;}
.headerArea .logo a { display: block; position: relative; z-index: 1; }
.headerArea .logo img { width: 60%; vertical-align: top;}
/* .headerArea.up { top: -100px; } */
.headerArea.on.up { top: 0; } 
.headerArea.down, .headerArea.up { position: fixed; background-color: #fff;border-bottom: 1px solid #f5f5f5; }
.headerArea.down .depth1 > li > a { color: #1a1a1a; }

.main .headerArea.up { position: fixed; background-color: #fff; }
.main .headerArea.up .depth1 > li > a { color: #1a1a1a; }
.main .headerArea.down { position: fixed; background-color: #fff; }
.main .headerArea.down .depth1 > li > a { color: #1a1a1a; }

.headerArea .menu_container { width: 100%; margin: 0 auto; }
.headerArea .hd_flex { position: relative; display: flex; flex-wrap: wrap; }
.headerArea .login_box { color: #fff; z-index: 1; }
.headerArea.on .logo { position: absolute; left: 0; z-index: 100; }
.headerArea .depth1 { height: 100%; }
.headerArea .depth1 > li > a { text-transform: uppercase; }

.headerArea.active .depth1 > li > a, .headerArea.active .login_box a { color: #1a1a1a; border: 1px solid #ddd; }

.headerArea .depth1 .li-leaf { display:block; width:100%; }
.main .headerArea .logo .logo-color {position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.3s ease;}

/* 스크롤 시 로고 변경 */
.main.scrolled .headerArea .logo .logo-color, .main .headerArea.on .logo .logo-color  { opacity: 1; }
.main.scrolled .headerArea .logo .logo-white,.main .headerArea.on .logo .logo-white  { opacity: 0; }
.sub-visual { width: 100%; height: 600px; background-color: #333; background-repeat: no-repeat; background-position: center center; background-size: cover; display: flex; align-items: center; text-align: left; color: #fff; padding-top: 20px; position: relative; }
.sub-visual.bg01 { background-image: url("/images/sub/sub_visual01.jpg"); }
.sub-visual.bg02 { background-image: url("/images/sub/sub_visual02.jpg"); }
.sub-visual.bg03 { background-image: url("/images/sub/sub_visual03.jpg"); }
.sub-visual.bg04 { background-image: url("/images/sub/sub_visual04.jpg"); }
.sub-visual .visual-tit h1 { font-size: 65px; color: #fff; margin-bottom: 10px; }
.sub-visual .visual-tit p { font-size: 16px; color: rgba(255, 255, 255, 0.7); }

.sub_head { width: 100%; position: absolute; bottom: 20px; left: 0; }
.sub_head ul.sub_position { display: flex; flex-wrap: wrap; }
.sub_head ul.sub_position > li { display: flex; position: relative; align-items: center; padding: 0 30px; padding-bottom: 10px; cursor: pointer; width: calc(50% - 25px); max-width: 240px; }
.sub_head ul.sub_position > li.home { padding-left: 0; width: 50px; }
.sub_head ul.sub_position > li.home a { display: flex; }
.sub_head ul.sub_position > li.home::after, .sub_head ul.sub_position li.home::before { display: none; }
.sub_head ul.sub_position > li::after { content: ""; width: 13px; height: 8px; background: url(/images/sub/subHead_arrow.png) no-repeat; display: block; position: absolute; right: 20px; }
.sub_head ul.sub_position > li::before { content: ""; width: 1px; height: 15px; background-color: rgba(255, 255, 255, 0.3); position: absolute; left: 0; }
.sub_head ul.sub_position li ul.sub_drop { position: absolute; top: 100%; left: 0; padding: 20px 30px; width: 100%; z-index: 2; background-color: #08447b; display: none; }
.sub_head ul.sub_position li ul.sub_drop li { padding: 5px 0; }
.sub_head ul.sub_position li ul.sub_drop li a { color: #fff; font-size: 16px; display: block; }

.sub_tit { padding: 150px 0 100px; text-align: center; }
.sub_tit h2 { font-size: 54px; font-weight: 700; color: #222; line-height: 1.3; }
.sub_tit.left { text-align: left; }
.sub_tit.left b { color: #0460d9; }
.sub_tit.left h2 { margin: 20px 0 40px; font-weight: 600; }

.sub_cont_tit { padding: 100px 0 50px; }
.sub_cont_tit h3 { font-size: 38px; color: #222; font-weight: 700; }
.sub_cont_tit h3::after { content: ""; width: 7px; height: 7px; background: #0460d9; border-radius: 50%; display: inline-block; margin-left: 10px; }

.download_btn { margin: 50px 0 0; }
.download_btn a { display: inline-block; padding: 20px 50px; background: #0460d9; color: #fff; }
.download_btn a img { margin-left: 20px; }

@media (min-width: 1200px) {
  header .menu_container { padding: 0 50px; }
  .headerArea .depth1 > li > a { padding-bottom: 30px; }
  .headerArea.down .depth1 > li:hover > a { color: #0068b7; }
  .headerArea .hd_flex { justify-content: space-between; align-items: center; }
  .headerArea .nav { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
  .headerArea .nav .children { display: none; }
  .headerArea .depth1 { display: flex; flex-wrap: nowrap; align-items: center; position: absolute; left: 50%; transform: translateX(-50%); justify-content: center; }
  .main .headerArea .depth1 > li { position: relative; color: #fff; padding: 0 40px; font-weight: 600; font-size: 20px; line-height: 1.16; white-space: nowrap; letter-spacing: -0.5px; }
  /* .main .headerArea .depth1 > li:nth-child(3) { padding: 0 40px; } */
  
  .main .headerArea .depth1 > li a {color: #fff; } 

  .main .depth1 .depth2 { opacity: 0;height: 300px;visibility: hidden;transition: all ease 0.3s;position: absolute;left: 50%;transform: translateX(-50%);width: auto;padding: 60px 50px 30px 50px;color: #fff;font-weight: 500;font-size: 18px;/* text-align: center; */}
  .main .depth1 > li:first-child .depth2 { border-left: 0;}
  .main .depth1 .depth2.on { opacity: 1; visibility: visible; text-align: left;}
  .main .depth1 .depth2 li { opacity: 0.7; white-space: nowrap; width:100%; }
  .main .depth1 .depth2 li:hover { opacity: 1; }
  .main .depth1 .depth2 li:hover > a { text-decoration: underline; color: #0068b7;}
  .main .depth1 .depth2 li:last-child { margin-bottom: 0; }
  .main .depth1 .depth2 li a { color: #666; opacity: 1; padding:0 10px; display: inline-block; word-wrap: break-word; width:100%;}

.main .scrolled .headerArea .depth1 > li { position: relative; color: #333; padding: 0 30px; font-weight: 600; font-size: 20px; line-height: 1.16; white-space: nowrap; letter-spacing: -0.5px; }
.main .scrolled .headerArea .depth1 > li a {color: #333; } 

.scrolled .main  .headerArea .depth1 > li { position: relative; color: #333; padding: 0 30px; font-weight: 600; font-size: 20px; line-height: 1.16; white-space: nowrap; letter-spacing: -0.5px; }
.scrolled .main  .headerArea .depth1 > li a {color: #333; } 


  .headerArea .depth1 > li { position: relative; color: #333; padding: 0 40px; font-weight: 600; font-size: 20px; line-height: 1.16; white-space: nowrap; letter-spacing: -0.5px; }
  .headerArea .depth1 > li a {color: #333; }



  .depth1 .depth2 { opacity: 0;height: 300px;visibility: hidden;transition: all ease 0.3s;position: absolute;left: 50%;transform: translateX(-50%);width: auto;padding: 60px 50px 30px 50px;color: #fff;font-weight: 500;font-size: 18px;/* text-align: center; */}
  .depth1 .depth2.on { opacity: 1; visibility: visible; text-align: left;}
  .depth1 .depth2 li { opacity: 0.7; white-space: nowrap; }
  .depth1 .depth2 li:hover { opacity: 1; }
  .depth1 .depth2 li:hover > a { text-decoration: underline; color: #0068b7; }
  .depth1 .depth2 li:last-child { margin-bottom: 0; }
  .depth1 .depth2 li a { color: #666; opacity: 1; line-height: 45px; }

  
  .headerArea .depth1 .menu > ul { display: flex; flex-wrap: nowrap; align-items: center; }
  .headerArea .depth1 .menu > ul > li { margin-right: 30px; }
  .headerArea .login_box { display: flex; }
  .headerArea .login_box li { padding: 0 5px; }
  .main .headerArea .login_box a { display: flex; flex-wrap: nowrap; align-items: center; text-transform: uppercase; font-size: 12px; font-weight: 600; background: rgba(255, 255, 255, 0.2); padding: 12px 15px; border-radius: 50px; color: #fff; border: 0;}
  .headerArea .login_box a { display: flex; flex-wrap: nowrap; align-items: center; text-transform: uppercase; font-size: 12px; font-weight: 600; background: rgba(255, 255, 255, 0.2); padding: 12px 15px; border-radius: 50px; color: #333;border: 1px solid #ddd;}
  .headerArea .login_box a i { margin-right: 5px; }
  .headerArea.down .login_box a, .headerArea.on .login_box a, .headerArea.up .login_box a { color: #1a1a1a; border: 1px solid #ddd; }
  .headerArea.on { background: #fff; }
  .headerArea.on .depth1 > li > a { color: #1a1a1a; }
  .headerArea .depth1 > li .depth3 { font-size: 14px; }
  .headerArea .depth1 > li .depth3 li a { line-height: 35px; }
  .nav_bg { width: 100%; height: 360px; position: absolute; top: 100px; left: 0; background-color: #fff; z-index: -1; opacity: 0; visibility: hidden; transition: 0.2s linear; }
  .nav_bg.on { opacity: 1; visibility: visible;border-bottom: 1px solid #f5f5f5; }
  .headerArea.on { border-bottom: 1px solid #f5f5f5; }
}

@media (max-width: 1560px) {
  header .menu_container { padding: 0 30px; }
  .headerArea .depth1 > li { padding: 0 2%; font-size: 18px;}
}

@media (max-width: 1199px) {
  .headerArea .logo { transition: none; }
  header .nav .depth1.active ~ .logo { display: none; }
  .headerArea .login_box { display: none; }
  .headerArea .logo img { width: 60%; }
  .headerArea.down .logo a:after { background-size: 80%; }
  header .nav .nav-icon { display: inline-block; width: 24px; cursor: pointer; position: absolute; top: 50%; right: 0; z-index: 100; transform: translateY(-50%); }
  header .nav .depth1 { position: fixed; width: 100%; height: 100%; top: 0; right: 0; opacity: 0; visibility: hidden; padding: 100px 0 100px; overflow-y: scroll; background: #fff; z-index: 99; transition: all 0.3s ease; margin: 0; }
  header .nav .depth1.active { opacity: 1; visibility: visible; overflow-y: scroll; }
  header .nav .nav-icon div { width: 24px; position: relative; right: 0; }
  .headerArea .depth1 > li { padding: 0; }
  .headerArea .depth1 > li:first-child { margin-top: 32px; }
  .headerArea .depth1 > li.current_page_item { color: #0460d9; }
  .headerArea .depth1 > li:nth-last-child(1), .headerArea .depth1 > li:nth-last-child(2) { border-bottom: 0; }
  .headerArea .sitemap-bt { display: none; }
  
  .headerArea { background: transparent; height: 70px; }
  .headerArea > .menu_container { height: 70px; border-bottom: 1px solid #ddd; }
  .headerArea .hd_flex { height: 100%; align-items: center; }
  .headerArea .depth1 > li.active > a { color: #0460d9; }
  .headerArea .depth1 > li.active > a span { position: relative; }
  .headerArea .depth1 > li.active > a span::after { width: calc(100% + 12px); transition: width 0.3s; }
  .headerArea .depth1 > li > a span::after { content: ""; background-color: #3e93f2; border-radius: 20px; width: calc(100% + 12px); height: 8px; position: absolute; bottom: -1px; left: -4px; z-index: -1; width: 0; }
  .headerArea .depth1 > li.active > a:before { transform: translateY(-50%) rotate(-180deg); }
  .headerArea .depth1 { display: block; text-align: left; margin: 0; font-weight: 700; color: #111; }
  .headerArea .depth1 > li > a { padding: 18px 5%; line-height: normal; display: block; font-size: 24px; position: relative; color: #111; }
  .headerArea .depth1 > li { padding-bottom: 0; }
  .headerArea .depth1 > li > a:before { font-family: xeicon !important; width: 24px; height: 24px; position: absolute; right: 5%; top: 50%; transform: translateY(-50%); background-size: contain; content: "\e942"; transition: all 0.3s; }
  .headerArea .depth1 > li .depth2 { display: none; padding: 30px 5%; position: relative; }
  .headerArea .depth1 > li .depth2::before { content: ""; background: #F4F7FD; width: 105%; height: 100%; position: absolute; z-index: -1; top: 0; left: -5%; }
  .headerArea .depth1 > li .depth2 li { font-size: 18px; line-height: 1.18; color: #474747; font-weight: 400; margin-bottom: 15px; }
  .headerArea .depth1 > li .depth2 li a { display: block; }
  .headerArea .depth1 > li .depth2 li:hover { color: #0460d9; font-weight: 700; }
  .headerArea .depth1 > li .depth2 li:last-child { margin-bottom: 0; }
  .headerArea .depth1 > li .depth3 { margin-top: 10px; }
  .headerArea .depth1 > li .depth3 li { margin-bottom: 10px; }
  .headerArea .depth1 > li .depth3 li a { font-size: 16px; color: #666;}
    
  .headerArea.down .logo { position: relative; z-index: 100; display: flex; align-items: center; }
  .headerArea .login_box { display: none; margin: 5% 0; z-index: 99; }
  header .nav .depth1.active .login_box { display: block; }
  .headerArea .login_box a { display: flex; flex-wrap: nowrap; align-items: center; text-transform: uppercase; font-size: 12px; font-weight: 600; background: rgba(255, 255, 255, 0.3); padding: 7px 15px; color: #1a1a1a; }
  .headerArea .login_box a i { margin-right: 5px; }

  
  .main .headerArea.down .logo .logo-white {opacity: 0;}
  .main .headerArea.down .logo .logo-color {opacity: 1;}
}

@media (max-width: 768px) {
  .headerArea.down { top: 0; }
  .headerArea .logo { width: 170px; }
  .headerArea .depth1 > li > a { font-size: 1.25rem; }
  header .nav .depth1 { padding: 80px 0; }
  .nav-icon.active ~ .logo a img, .nav-icon.active ~ .logo a img::after { opacity: 0; }

}

#container-box { width: 100%; position: relative;}
.select-nav { display: inline-block; float: left; }
.select-nav:after { content: " "; visibility: hidden; display: block; height: 0; clear: both; }
.select-nav .select { float: left; width: 220px; height: 70px; position: relative; box-sizing: border-box; margin-left: -1px; }
.select-nav .select:first-child { border: 0; }
.select-nav .select .down { position: absolute; width: 25px; height: 25px; display: inline-block; top: 25px; right: 10px; line-height: 25px; text-align: center; color: #333; font-size: 14px; transition: all 0.5s; cursor: pointer; }
.select-nav .select.on .down { transform: rotate(180deg); }
.select-nav .select.d1 { margin-left: 0; }
.select-nav .select button { width: 100%; height: 100%; background: none; border: 0; text-align: left; padding-left: 25px; outline: none; font-size: 15px; color: #111111; }
.select-nav .select button .t1 { font-weight: 500; }
.select-nav .d3 button { font-weight: bold; }
.select-nav .select > ul { display: none; position: absolute; top: 100%; left: -1px; width: 100%; border: 1px solid #ddd; background-color: #fff; box-sizing: content-box; }
.select-nav .select ul li { min-height: 55px; line-height: 55px; padding-left: 25px; border-bottom: 1px solid #ddd; }
.select-nav .select ul li a { color: #555; display: block; font-size: 14px; }
.select-nav .select ul li a:hover { color: #000; }
.select-nav .select ul ul { display: none; }
.select-nav .select ul li li { border-top: 1px solid #ddd; border-bottom: 0; }
.select-nav .select ul li:nth-last-child(1) { border-bottom: 0; }

.select-nav-wrapper { position: relative; z-index: 9; max-width: 1600px; margin: 0 auto; padding: 0 5px; display: none; }
.select-nav-wrapper:after { content: " "; visibility: hidden; display: block; height: 0; clear: both; }
.select-nav-wrapper .home { width: 60px; height: 70px; text-align: center; font-size: 30px; display: inline-block; line-height: 65px; float: left; }
.select-nav-wrapper .link { background-color: lightcoral; width: 50px; height: 50px; text-align: center; font-size: 30px; display: inline-block; line-height: 50px; float: right; }
.d2 .t2 { display: none; }

@media screen and (max-width: 1120px) {
  #login-box { display: none; }
  #login-box2 { display: inline-block; }
}

@media screen and (max-width: 768px) {
  .select-nav-wrapper .home { display: none; }
  .select-nav-wrapper .link { display: none; }
  .select-nav .select.d3 { display: none; }
  .select-nav { width: 100%; }
  .select-nav .select { width: 50%; border-right: 0; }
  .select-nav .select ul ul { display: block; }
  .d2 .t2 { display: inline; }
  .d2 .t2 .fa { color: #555; font-weight: bold; }
}

.main #lnb > ul > li > a { display: block; width: 100%; height: 100%; padding: 0 10px; text-align: center; font-size: 17px; font-weight: 600; color: #fff; opacity: 0.8; }
.main #lnb > ul > li > a:hover { opacity: 1; }
.main #login-box a, #login-box2 a, #login-box3 a { display: inline-block; padding: 0 10px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-weight: 500; font-size: 12px; }
.main.scrolled #lnb > ul > li > a, .main.scrolled #login-box a, #login-box2 a, #login-box3 a { color: #fff;}
.main #lnb .arrow, .main.scrolled #lnb .arrow { color: #fff;}

