@charset "utf-8";
/* 기본프로그램 사용자모듈 메뉴 - PC */
.all_m_btn {padding:10px; background:#323337;}
.all_m_btn img {position:absolute; top:28%; left:15px; width:10%; max-width:40px; cursor:pointer;}
.all_m_btn .mutit {text-align:center; font-weight:900; font-size:26px; color:#fff;}
.pro_m_wrap {display:none; font-family:'Nanum Gothic', sans-serif; transition:all 0.3s linear;}
.pro_m_wrap .m_menu {width:200px;}
.pro_m_wrap .bg_black {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:-1;}


/* 기본프로그램 사용자모듈 메뉴 - MOBILE */
.pro_m_wrap .subleftmenu {
	list-style:none;
	margin:0;
	padding:0;
}
.pro_m_wrap .subleftmenu li {
	border-bottom:1px solid #515155;
	background:#323337;
}
.pro_m_wrap .subleftmenu a {
	display:block;
	color:#b5b2b2;
	font-size:14px;
	padding:11px 5px 11px 15px;
	font-family:'Noto Sans KR';
}
.sub_title_m{
	font-size:28px !important;
	font-weight:bold;
	color:#fff !important;
	padding:12px 5px 12px 15px !important;
}
.pro_m_wrap .subleftmenu a:hover {
	background:#307dd4;
	color:#fff;
}
.sub_title_m:hover {
	background:#323337 !important;
	cursor:default;
}

@media all and (max-width:999px){
	.pro_m_wrap {display:block; position:absolute; left:-100%; top:0; z-index:999;}
	.pro_m_wrap.view {left:0;}
}

/* basic */
.inner{width:100%; max-width:1400px; margin:0 auto; position:relative;}

@media all and (max-width:1400px){
	.inner{width:93.75%;}
}

@media(max-width:1024px){#header .sub_logo{display: none;}}

/* 햄버거 메뉴 */
#header .m_btn {display:none; width:24px; margin:0 auto; text-align:right; cursor:pointer; filter: brightness(0) invert(1);}
#header .m_btn i{display:inline-block; width:100%; height:2px; margin:3px 0; background:#000; transition:all 0.5s;}
#header .m_btn i:nth-of-type(2){width:84%;}
#header .m_btn.on i:nth-of-type(1){margin:11px 0 -2px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
#header .m_btn.on i:nth-of-type(2){width:0; margin:0;}
#header .m_btn.on i:nth-of-type(3){margin:0 0 11px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);}


@media all and (max-width:1024px){
	#header .gnb{display: none;}
	#header .m_btn{display: inline-block; margin: 0;}
}

/* 모바일 메뉴 */
.m_menu_bg {z-index:101; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.7); cursor:pointer; }
#m_menu {z-index:102; position:fixed; right:-100%; top:0; width:500px; max-width:80%; height:100%; background-color:#fff; box-sizing:Border-box; transition:all 0.5s; overfloW-y:auto;}
#m_menu.on {right:0; }
#m_menu .top_box {position:relative; padding:10px; box-sizing:border-box; }
#m_menu .top_box .close_btn {position:absolute; right:20px; top:calc(50% - 15px); width:30px; height:30px; }
#m_menu .top_box .close_btn i {display:block; width:100%; height:2px; background-color:#333; }
#m_menu .top_box .close_btn i:first-of-type {-webkit-transform:rotate(45deg) translate(9px,9px); -moz-transform:rotate(45deg) translate(9px,9px); -ms-transform:rotate(45deg) translate(9px,9px); -o-transform:rotate(45deg) translate(9px,9px); transform:rotate(45deg) translate(9px,9px); }
#m_menu .top_box .close_btn i:last-of-type {-webkit-transform:rotate(-45deg) translate(-7px,8px); -moz-transform:rotate(-45deg) translate(-7px,8px); -ms-transform:rotate(-45deg) translate(-7px,8px); -o-transform:rotate(-45deg) translate(-7px,8px); transform:rotate(-45deg) translate(-7px,8px); }
#m_menu .login_box {padding:20px 0; background-color:#292929; text-align:center; }
#m_menu .login_box a {position:relative; padding:0 30px; font-size:20px; color:#fff; letter-spacing:-0.04em; }
#m_menu .login_box a:first-of-type:before {content:''; position:absolute; right:-1px; top:calc(50% - 7px); width:2px; height:15px; background-color:#fff; }
#m_menu .gnb_box {border-top:1px solid #ddd; }
#m_menu .gnb_box > ul > li {border-bottom:1px solid #dddddd; width: 100%; text-align: left;}
#m_menu .gnb_box > ul > li > a {position:relative; display:block; padding:20px 20px; font-size:20px; font-weight:bold; color:#222222; letter-spacing:-0.04em; box-sizing:border-box; }
#m_menu .gnb_box .depth02 {display:none; padding:10px 0; background-color:#15428f; }
#m_menu .gnb_box .depth02 li a {position:relative; display:block; padding:7px 20px; font-size:18px; color:#fff; letter-spacing:-0.04em; box-sizing:border-box; }
/* header */

/* ================================
   HEADER 기본 스타일
================================ */
#header {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	background: transparent;
	position: fixed;
	z-index: 100;
	transition:color 0.5s ease;
	background: rgba(34, 34, 34, 0.50);
  }

  #header.active{
	transition:color 0.5s ease;
  }
  
  #header.active .gnb a{color: #000;transition:color 0.5s ease;}

  #header .inner {
	width: 1920px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 2vw;
  }
  
  /* ================================
	 로고 영역
  ================================ */
  #header .logo_box img {
	width: 229px;
	height: 40px;
	object-fit: contain;
  }
  
  /* ================================
	 검색 영역
  ================================ */
  #header .search_box {
	width: 250px;
	height: 40px;
	background: #fff;
  }
  
  /* ================================
	 GNB 영역
  ================================ */
  #header .gnb ul {
	display: flex;
	gap: 56px;
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  #header .gnb a {
	color: #fff;
	font-size: 18px;
	font-family: Pretendard, sans-serif;
	font-weight: 700;
	line-height: 23.4px;
	letter-spacing: 0.09px;
	text-decoration: none;
	transition:color 0.5s ease;
  }
  
  /* ================================
	 오른쪽 로고
  ================================ */
  #header .right_logo img {
	width: 105px;
	height: 24px;
	object-fit: contain;
  }



  /* 푸터 =================================================*/
  .footer_section {width:100%;height:400px;background:#171717;display:flex;justify-content:center;align-items:center;}
  .footer_section .footer_box {display:flex;justify-content:space-between;align-items:flex-end;}
  .footer_section .footer_box .footer_info {display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:36px;}
  .footer_section .footer_box .footer_info .footer_texts {display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:18px;}
  .footer_section .footer_box .footer_info .footer_texts p,
  .footer_section .footer_box .footer_info .footer_texts span {color:#FFF;font-size:16px;font-family:Pretendard;font-weight:400;line-height:24px;}
  .footer_section .footer_box .footer_info .footer_texts .footer_row {display:flex;align-items:center;gap:9px;}
  .footer_section .footer_box .footer_info .footer_texts .footer_row .divider {width:1px;height:14px;background:#FFF;}
  .footer_section .footer_box .footer_info .footer_copy {color:#727272;font-size:16px;font-family:Pretendard;font-weight:400;text-align:left;}
  .footer_section .footer_box .footer_logo_area {display:flex;justify-content:flex-end;align-items:center;gap:20px; flex-direction: column;}
  .footer_section .footer_box .footer_logo_area img {width:229px;height:40px;object-fit:contain;}
  .footer_section .footer_box .footer_logo_area .footer_whitebox {width:250px;height:40px;background:#FFF;}
  
  
  @media (max-width:1024px){
	.footer_section {height:auto;padding:60px 0px;}
	.footer_section .footer_box {flex-direction:column;align-items:center;gap:40px;}
	.footer_section .footer_box .footer_info {align-items:center;text-align:center;}
	.footer_section .footer_box .footer_info .footer_texts .footer_row {justify-content:center;flex-wrap:wrap;}
	.footer_section .footer_box .footer_logo_area {justify-content:center;gap:24px;}
  }
  
  @media (max-width:768px){
	.footer_section {padding:48px 0px;}
	.footer_section .footer_box .footer_info .footer_texts p,
	.footer_section .footer_box .footer_info .footer_texts span {font-size:14px;line-height:22px;}
	.footer_section .footer_box .footer_info .footer_copy {font-size:14px;}
	.footer_section .footer_box .footer_logo_area img {width:180px;height:auto;}
	.footer_section .footer_box .footer_logo_area .footer_whitebox {width:180px;height:32px;}
  }
  
  .depth01_pc_style{position: relative; width: 150px; text-align: center;}

header .depth02_pc_style {
	display: block; 
	opacity: 0;
    width: 100%;
    position: absolute;
    flex-direction: column;
    gap: 24px !important;
    text-align: center;
    color: #fff;
    top: 210%;
    padding: 16px 30px !important;
    border-radius: 4px;
    left: 79%;
    transition: 0.3s all ease;
    transform: translateX(-50%);
    text-align: left;
	font-weight: 400 !important;
	pointer-events: none;
	z-index: 22;
}


.depth02 li a{font-weight: 400 !important;}

  .scroll_header.active .depth02{
	color: #000;
	background: rgba(255, 255, 255, 0.50);
  }

  
 .depth02.active{display: flex !important; 	transition: all 0.3s ease;opacity: 1; 	pointer-events:all;}

 .depth02 li:hover a{color: #307DD4 !important;}

 .main_logo_box{
    width: 250px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
	padding-bottom: 20px;
 }

 
 .main_logo_box img{width: 100%; object-fit: cover;}

.depth02_bg{
	display: block; 
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 300px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(34, 34, 34, 0.50);
	top: 80px;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease;	
	pointer-events: none;
}

.depth02_bg.active{display: block; 	transition: all 0.3s ease;opacity: 1;}
