@charset 'utf-8';
.transition{-webkit-transition: all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out -o-transition:all 0.3s ease-in-out; transition::all 0.3s ease-in-out;}
.only-m {display:none;}
.only-sm {display:none;}
.only-pc {display:block;}
.viewall {display:none;}

.inner {position: relative; width:100%; max-width: 1920px; padding:0 2.78vw; margin:0 auto; word-break: keep-all;}
.area_rgh {text-align: right;}
.btn_color {color:#fff; background:#055cff;}
.btn_line {color:#055cff; background:transparent; border:2px solid #055cff;}

.font_batang {font-family: "Noto Serif KR", serif;}


.intro_wrap {font-family: 'Poppins', sans-serif; position: relative; width:100%; height:100vh; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.intro_wrap .img_wrap {position: absolute; left:0; top:0; width:100%; height:100%; background:url('../images/main/intro_images.jpg') center / cover no-repeat; z-index: 1;}
.intro_wrap .txt_wrap {position: relative; margin:0 auto; z-index: 2;}
.intro_wrap .txt_wrap .logo {color:#fff;}
.intro_wrap .txt_wrap .btn_wrap {display: flex; gap:2px; margin-top:65px;}
.intro_wrap .txt_wrap .btn_wrap a {display: inline-block; width:144px; height:40px; line-height: 40px; text-align: center; background:#f5f6f8; color:#383d3f;}
.intro_wrap .copy {position: absolute; bottom:60px; color:rgba(96, 96, 96, 0.6); font-size:0.875em; z-index: 2;}

/* header */
#header {position:absolute; width:100%; height:55px; transition: all .5s ease;  -webkit-transition: all .5s ease;  -moz-transition: all .5s ease; z-index: 10;}
#header.is-fixed {position:fixed; background:#fff;}
#header::before {content: ''; display: block; width:100%; height:120px;; background:rgba(255, 255, 255, 0.3); position: absolute; bottom:-121px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out -o-transition:all 0.3s ease-in-out; transition::all 0.3s ease-in-out;}
#header.active::before {visibility: visible; opacity: 1;}
#header .inner {height:100%; margin:0 auto; display: flex; flex-wrap: nowrap; align-items: center;justify-content: space-between;}
#header .logo {}
#header .logo a {display: block; width:142px; height:25px; background:url('../images/common/logo_w.png') center no-repeat;}
#header .logo_fix {flex:0 0 10%; max-width:10%; display: none;}
#header #gnb {width:100%; display: flex; justify-content: space-between;}
#header .he_rgh {position: absolute; right:0; display: flex; flex-direction: row;justify-content: flex-end;}

#gnb .depth1 {display: flex; gap:2.188em; width:100%; margin-left:5.375em;}
#gnb .depth1 > li {}
#gnb .depth1 > li > a {color:#b5b5b5; font-size:1em; font-weight:700; background:transparent; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out -o-transition:all 0.3s ease-in-out; transition::all 0.3s ease-in-out;}
#gnb .depth1 > li > a:hover {color:#000000}
#gnb .depth1 > li > .depth2  {position: absolute; top:62px; line-height: 34px; opacity: 0; visibility: hidden;}
#header.active #gnb .depth1 > li > .depth2  {opacity: 1; visibility: visible;}
#gnb .depth1 > li > .depth2 a {color:#fff;}
/*#gnb .depth1 > li > .depth2 a:hover {color:#000;}*/
#header .area_rgh {display: flex; gap:30px; align-items: center;}
#header .area_rgh .lang {display: flex; ;}
#header .area_rgh .lang li:first-child {position: relative; padding-right:14px;}
#header .area_rgh .lang li:first-child:after {content:url('../images/main/dot_line.png'); display: inline-block; position: absolute; top:0; right:0;}
#header .area_rgh .lang li:last-child {padding-left:14px;}
#header .area_rgh .lang a {color:#b5b5b5; font-size:14px;}
#header .area_rgh .lang .active a {color:#000;}
#header .area_rgh .blog a {display: inline-block; background:#fff; color:#000; padding:0.625em 1.75em 0.625em 1.75em; border-radius: 19px;}
#gnb .logo_m {display: none;}
#gnb .close_m {display: none;}

#m_gnb {position: fixed; right:0px; top:0px; width:80vw; height:100%; background:#fff; padding:0 20px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out -o-transition:all 0.3s ease-in-out; transition::all 0.3s ease-in-out; z-index: 999;}
#m_gnb.active {opacity: 1; visibility: visible; overflow-y:scroll;}
#overlay {position: fixed; top:0; left:0; display: block; width:100%; height:100%; background:rgba(0, 0, 0, 0.6); opacity: .6; opacity: 0; visibility: hidden; z-index: 10;}
#overlay.active {opacity: 1; visibility: visible;}

#header .m_view {display: none; position: relative; cursor: pointer; top: -2px;}
#header .m_view:after, #header .m_view:before, #header .m_view span {position: absolute; top: 50%; right: 0; width: 45px; height: 4px; background-color: #000000;}
#header .m_view:after, #header .m_view:before { content: "";}
#header .m_view:before {margin-top: -10px;}
#header .m_view:after {margin-top: 10px;}
#header .m_view span {display: block; text-indent: -9999px; overflow: hidden;}

#header .m_top {width:100%; height:100px; display: flex; align-items: center; justify-content: space-between;}
#header .m_top > * {display: flex; align-items: center;}
#header .m_top ul {display: flex; }
#header .m_top .lang li:first-child {position: relative; padding-right:24px;}
#header .m_top .lang li:first-child:after {content:url('../images/main/dot_line.png'); display: inline-block; position: absolute; top:0; right:0;}
#header .m_top .lang li:last-child {padding-left:24px;}
#header .m_top .lang a {color:#b5b5b5;}
#header .m_top .lang .active a {color:#000;}
#header .m_top .blog a {display: inline-block; background:#000; color:#fff; padding:0.625em 1.75em 0.625em 1.75em; border-radius: 19px; margin-right:39px;}
#header .m_top .close_m {width:28px; height:29px; background: url('../images/common/btn_close.png') center / cover no-repeat; text-indent: -99999px; overflow: hidden; }

/* 모바일 햄버거 눌렀을 때 나타나는 화면 */
#m_gnb .depth1 {width:100%; display: inline-block;}	
#m_gnb .depth1 > li {cursor: pointer; border-bottom:1px solid #e8e8e8;  -webkit-transition: all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out -o-transition:all 0.3s ease-in-out; transition::all 0.3s ease-in-out; }
#m_gnb .depth1 > li > a {display: flex; justify-content: space-between; font-weight: 700; color:#000; font-size: 1.75em; padding:30px 0px;}
#m_gnb .depth1 > li > a::after {content: ''; display: inline-block; width:15px; height:25px; background:url('../images/common/arrow_m.png') center / cover no-repeat; -webkit-transition: all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out -o-transition:all 0.3s ease-in-out; transition::all 0.3s ease-in-out;}
#m_gnb .depth1 > li.active > a::after {transform: rotate(90deg);}
#m_gnb .depth1 > li .depth2 {position: relative; top:0; width:100% !important; border-radius: 0; left:0 !important; background:none; box-shadow: none; opacity: 0; visibility: hidden; height:0; -webkit-transition: all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out -o-transition:all 0.3s ease-in-out; transition::all 0.3s ease-in-out;}
#m_gnb .depth1 > li .depth2 > li {display: block;}
#m_gnb .depth1 > li .depth2 > li a {display: block; font-weight: 500; font-size:1.45em; color:#000; padding:10px 20px;}
#m_gnb .depth1 > li .depth2 > li:last-child {margin-bottom:30px;}
#m_gnb .depth1 > li.active .depth2 {opacity: 1; visibility: visible; height: 100%; display: block;}
#m_gnb .close_m {position: absolute;top:30px;right: 20px;display:block;width:30px;height:30px;cursor: pointer; background:url('/images/main/btn_close.png') no-repeat; text-indent: -9999px; background-size: cover;}
#m_gnb .logo_m.active {display: block; padding-bottom: 20px; margin-bottom: 20px; position: relative; text-align: right;}

/*	footer */
.subPage #footer {background:#f1f4f1;}
#footer {}
#footer .inner {display: flex; flex-direction: column; justify-content: center; color:#999999; text-align: center; font-size:0.875em; line-height: 1.514em; padding:3.929em 0;}
#footer .inner b {font-weight: 700;}
#footer .inner .area_bott {margin-top:1em;}

.float_wrap {position: fixed; right:20px; bottom:20px;}
.float_wrap ul {display: flex; flex-direction: column; gap:5px;}

/* 메인 비주얼 */
.m_visual {position: relative; width:100%; word-break: keep-all;}
.m_visual .vis_wrap {height:calc(100vh - 90px); min-height:870px; display: flex; align-items: center; justify-content: center; text-align: center;}
.m_visual .img_wrap {position: absolute; left:0; top:0; width:100%; height:100%; background:url('../images/main/main_visual01.jpg') center / cover no-repeat;}
.m_visual .txt_wrap {/*font-family: 'SeoulHangangM';*/ color:#fff; font-size:1.5em; line-height: 2.25em; text-align: center; display: flex; flex-direction: column; align-items: center;}
.m_visual .txt_wrap button {display: flex; gap:9px; align-items: center; background:#000; color:#fff; border-radius: 9px; padding:17px 20px 19px 20px; margin-top:44px; }
.m_visual .txt_wrap button::after {content: ''; position: relative; left:0; display: inline-block; width:14px; height:12px; background:url('../images/common/arrow_white.png') center no-repeat; -webkit-transition: all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out -o-transition:all 0.3s ease-in-out; transition::all 0.3s ease-in-out;}
.m_visual .txt_wrap button:hover::after {left:5px;}

/* subPage header */
.subPage #header {position: relative;}
.subPage #header .logo a {background: url(../images/common/logo.png) center no-repeat;}
.subPage #header .area_rgh .lang a {color:#b5b5b5;}
.subPage #header .area_rgh .lang .active a {color:#000;}
.subPage #gnb .depth1 > li > a {color:#b5b5b5;}
.subPage #gnb .depth1 > li > a.on {color:#000;}
.subPage #header .area_rgh .blog a {background:#000; color:#fff; padding:0.625em 1.75em 0.625em 1.75em; margin-right:30px;}

/* header - is-fixed */
#header.is-fixed {position: fixed; top:0; }
#header.is-fixed .logo a {background: url(../images/common/logo.png) center no-repeat;}
#header.is-fixed .area_rgh .lang a {color:#000;}
#header.is-fixed #gnb .depth1 > li > a {color:#b5b5b5;}
#header.is-fixed #gnb .depth1 > li > a.on {color:#000;}
#header.is-fixed .area_rgh .blog a {background:#000; color:#fff; padding:0.625em 1.75em 0.625em 1.75em; margin-right:30px;}

/* sub_location */
.sub_location {margin:40px 0;}
.sub_location .sub_lo {display: flex;}
.sub_location .sub_lo li {display: inline-block; color:#b5b5b5;}
.sub_location .sub_lo li.on {color:#000;}
.sub_location .sub_lo li:after {content: ''; display: inline-block; width:4px; height:4px; background:#c1c1c1; margin: 0 14px; vertical-align: middle; border-radius: 100%;}
.sub_location .sub_lo li:last-child::after {display:none;}

/* 서브비주얼 */
.sub0201 {background:url("/resource/images/business/sub_visual0201.jpg") center / cover no-repeat;}
.sub0202 {background:url("/resource/images/business/sub_visual0202.jpg") center / cover no-repeat;}
.sub0302 {background:url("/resource/images/member/sub_visual0302.jpg") center / cover no-repeat;}
#sub_visual {position: relative; width:100%; height:870px; display: block; overflow: hidden;}
#sub_visual.business_img .txt_wrap {position: absolute; left:50%; top:45%; transform: translate(-50%, -50%); text-align: center; color:#fff; font-size:26px; word-break: keep-all; width:80%;}
#sub_visual.business_img .txt_wrap > span {position: relative; display: inline-block; font-size:80px; margin-right: 40px;}
#sub_visual.business_img .txt_wrap > span::before {content: ''; position: absolute; left: 50%; bottom: 28px; transform: translate(-50%, 0); display: inline-block; width:100%; height:1px; background:#fff;}
#sub_visual.business_img .txt_wrap > p {font-size: 16px; margin-top: 30px; line-height: 34px;}

.snav_warp {flex:0 0 340px; z-index: 9;}
.snav_warp .submenu_wrap {width:250px; background:#fff; border-radius: 15px; border:1px solid #efefef; box-shadow: 18px 18px 24px 0px rgba(0, 0, 0, 0.08);}
.snav_warp .submenu_wrap > ul {padding:26px 10px; -webkit-transition: all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out -o-transition:all 0.3s ease-in-out; transition::all 0.3s ease-in-out;}
.snav_warp .submenu_wrap > ul > li {}
.snav_warp .submenu_wrap > ul > li > a {display: flex; justify-content: space-between; align-items: center; color:#959598; font-weight: 700; line-height: 2.875em; padding:0 20px; letter-spacing: -.04em;}
.snav_warp .submenu_wrap > ul > li > a:hover {opacity: 1;}
.snav_warp .submenu_wrap > ul > li.on {background:#000000; border-radius: 23px;}
.snav_warp .submenu_wrap > ul > li.on > a {color:#fff;}
.snav_warp .submenu_wrap > ul > li.on > a::after {content: ''; display: inline-block; width:16px; height:16px; background:url(../images/common/icon_snav.png) center no-repeat;}

.sub_title {padding:85px 0 95px 0; text-align: center; font-size:2.5em; letter-spacing: -.1em;}
.sub_title h2 {font-size:26px; letter-spacing: 0;}

.sub_wrap {position: relative; padding:20px 0 150px 0; }
.sub_wrap .inner {padding:0 5.78vw;}
.sub_wrap .flex_wrap {display: flex;}

@media screen and (max-width:1444px) {	
	.only-pc {display:none;}	
	
}

@media screen and (max-width:1024px) {		
	.only-m {display:block;}
	.inner {padding:0 6.25vw;}		
	.sub_wrap {/*text-align: justify;*/ word-break: keep-all;}
	
	#sub_visual {height:120vw; max-height: 450px;}
	
	#header {height:100px; background:#fff;}
	#header .logo a {background: url(../images/common/logo.png) center no-repeat;}
	#header .area_rgh .lang {display: none;}
	#header .area_rgh .blog a {background:#000; color:#fff; padding:0.625em 1.75em 0.625em 1.75em; margin-right:30px;}
	#header .m_view {display: block;}
	
	#header #gnb {visibility: hidden; position: fixed; left:-100%; top:0; bottom:0; width: 100%; max-width: none; background:#fff; z-index: 9;}
	#header #gnb.active {left:0; visibility: visible; padding:30px 20px; overflow-y: scroll;}		

	/*	footer */
	#footer .inner {flex-direction: column; justify-content: flex-start;}
	
	/* 메인비주얼 */
	.m_visual .txt_wrap {letter-spacing: -.025em;}
	
	/* 탑메뉴 배경 흰색일때	*/
		
	/* 서브 메뉴 - 업무분야	*/
	.snav_warp {flex:0 0 auto;}
	.snav_warp .sub_tit {font-size:2.5em; font-weight: 700; display: block; width:100%; text-align: center;}
	.sub_wrap .flex_wrap {flex-direction: column;}
	.snav_warp .submenu_wrap {padding:0 50px; width:100%; border:none; box-shadow:none; margin-bottom:6.429em; }
	.snav_warp .submenu_wrap .sub_tit_on {display: flex; justify-content: space-between; align-items: center; width:100%; background:#f4f4f4; border-radius: 39px; padding:25px 50px; font-size:1.25em; font-weight: 700; color:#000; margin-top:3.571em; cursor: pointer;}
	.snav_warp .submenu_wrap .sub_tit_on::after {content: ''; display: inline-block; width:25px; height:15px; background:url('../images/common/icon_snav_m.png') no-repeat;}
	.snav_warp .submenu_wrap > ul {position: absolute; margin-top:10px; padding:45px 50px; background:#f4f4f4; border-radius: 34px; width:calc(100% - 100px); opacity: 0; visibility: hidden; z-index: 9;}
	.snav_warp .submenu_wrap > ul.on {opacity: 1; visibility: visible;}
	.snav_warp .submenu_wrap > ul > li > a {padding:0; font-size:1.25em; line-height: 2.3em;}
	.snav_warp .submenu_wrap > ul > li.on {background: none;}
	.snav_warp .submenu_wrap > ul > li.on > a {color:#959598; }
	.snav_warp .submenu_wrap > ul > li.on > a::after {display: none;}
	
	#sub_visual.business_img .txt_wrap {width:90%;}
}

@media screen and (max-width:768px) {	
	.only-sm {display:block;}	
	
	
	
}

@media screen and (max-width:425px) {
	
	.snav_warp .submenu_wrap {padding:0;}
	.snav_warp .submenu_wrap > ul {width:100%;}
	.snav_warp .submenu_wrap .sub_tit_on {padding:25px;}
	
}

@media screen and (max-width:320px) {	
	
	
}
