@charset "utf-8";

/** 웹폰트 설정 **/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* html,body {width:100%;height:100%;margin:0px;padding:0px;overflow:hidden;font-family:sans-serif;} */
/* html,body {width:100%;height:100%;margin:0px;padding:0px; font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;} */
html,body {width:100%;height:100%;margin:0px;padding:0px; font-family:'Nanum Gothic', sans-serif;}
body{overflow-y: scroll;}
body, form, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, th, td, input, textarea, button, select, span{margin:0;padding:0;}
ol, ul, dl{list-style:none}
li{list-style:none}
a{text-decoration:none}
.blue{
	color: #3d9ad4;
}

/* .wrapper {margin-top: 5px; height: 100%;} */
.wrapper {height: 100%;}

/* header */
.modal, .blocker {
    z-index: 999 !important;
}

/* menu */
.menu {position:relative; height: 67px; min-width: 1200px; z-index: 997; 
/* 	   border-bottom: 1px solid rgba(255,255,255,0.5); */
	   border-bottom: 1px solid rgba(0,0,0,0.5);
	   background-color: #fff;
	   display: flex;justify-content: center;
	   align-items: flex-end;
/* 	   align-items: center; */
	   padding-bottom: 5px;}
/* .menu {position:relative; height: 80px; min-width: 1200px; background-color: #fafafa;z-index: 999;
	   border-top: 3px solid #70a0e1; border-bottom:1px solid #1b1717; display: flex;justify-content: center;align-items: center;} */
.gnb_tel .tel {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
}
.gnb_tel .tel a {
	color:#000;	
}
.content {min-width: 1200px; min-height: 700px;margin-bottom: 50px;}
.gnb_wrap {width: 810px; text-align: center; position: relative;}
#logo {position: relative; 
/* 		border-bottom: 1px solid rgba(255,255,255,0.5); */
/* 		border-bottom: 1px solid rgba(0,0,0,0.5); */
/* 		margin-bottom: 30px; */
/* 		width: 100%; text-align: center; */
}

        /* 전체 메뉴 */
        #menuWrap{position: relative; z-index: 997; width: 100%; background-color: #2e2e2e;}
        .nav {overflow: hidden; padding: 14px 0; text-align: center;}
        .nav > div {float: left; width: 25%;}
        .nav > div:last-child {width: 25%;} /* ie9부터 사용 가능 */
        .nav > div.last {width: 25%;}
        .nav > div h3 {font-size: 18px; color: #fff; margin-bottom: 4px;}
        .nav > div ol {overflow: hidden;}
        .nav > div ol li {float: left; width: 100%; margin-bottom: 5px;}
        .nav > div.last ol li {width: 100%;}
        .nav > div ol li a {text-decoration: none; color: #000; font-size: 14px; }
        .nav > div ol li a:hover {text-decoration: underline; color: #000; text-decoration-thickness: 2px; text-underline-offset: 4px;}
		.container {width: 1200px; margin: 0 auto; height: inherit; /* background: rgba(255,255,255,0.5);*/}
/* 		#cont_nav {background-color: #104c90; display: none;} */
		#cont_nav {background-color: #fff; display: none; border-bottom: 1px solid rgba(0,0,0,0.5);}
		
		/* 메인 메뉴 */
		.gnb_wrap > ol li {float: left; width: 25%;}
		.gnb_wrap > ol li a {
			text-decoration: none;
/* 			color: #fff; */
			color: #000;
			font-size: 18px; font-weight: 500; font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
		}
		.gnb_wrap > ol li a:hover{
		    border-bottom: 3px solid #3d9bd5;
    		padding-bottom: 3px;
		}
		
		
		/* 서브메인 */
		.subMainHeader {display: initial;margin: 0 auto;}
		.subMain {width: 1200px; margin: 0 auto; margin-top: 80px; margin-bottom: 10px;}
		.roundBox {width: 1172px; min-height: 100px; margin: 0 auto; border: 1px solid #ccc; margin-top: 14px; border-radius: 12px; display: inline-block;}
		.roundBoxImg {position: relative; float: left; width: 35%; padding: 25px 25px 20px; text-align: right;}
		.roundBoxImg img {border-radius: 10px;}
		.roundBoxTxt {float: right; width: 57%; height: 100%; border-left: 1px solid #ccc; margin: 25px 0px 0px; padding-left: 20px; padding-right: 20px;}
		.roundBoxTxt > span {width:100%; float: left; margin-top: 14px;}
		
		.subTitle {width: 1200px; margin: 0 auto; text-align: center;}
		.subTitle_img{
/* 			background-image: url('https://hwashinlaw.cafe24.com/images/sub/title/sub_visual_intro.jpg'); */
/* 			background-image: url('/images/cmmn/sub_title.jpg'); */
			background-image: url('/images/cmmn/sub_title.png');
			background-size: cover;
			background-position: center;
		    width: 100%;
		    height: 90px;
		    font-size: 34px; font-weight: 500; font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
		    color: #fff;
		    text-align: center;
		    padding-top: 50px;
		}
		.subTitle_box{
		    border: 1px solid #e5e5e5;
		    border-width: 1px 0;
		    height: 40px;
		}
		.subTitle_inner{
		    width: 1200px;
		    margin: 0 auto;
		    text-align: left;
		}
		.subTitleBoxList{
		    display: inline-block;
		    position: relative;
		    width: 195px;
		    height: 40px;
		    line-height: 38px;
		    border-right: 1px solid #e6e6e6;
		    vertical-align: top;
		    text-align: center;
		    cursor: pointer;
		    float: left;
			font-weight: 400;font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif
		}
		.subTitleBoxList:first-child{
			border-left: 1px solid #e6e6e6;
		}
		.subTitle_inner > .on{
			border-bottom: 2px solid #3d9bd5;
		}
		.subTitleBoxList span{
			padding: 0px 20px;
			color: #808080;
			font-size: 18px;
			letter-spacing: -0.03rem;
		}
		

/** footer **/
.footer {position:relative; height: 70px; min-width: 1200px; z-index: 999; margin-top: 20px;
	   display: flex;justify-content: center;align-items: center; padding-bottom: 10px; font-size: 14px;}
.copyright {min-width: 1200px;background-color: #fff; padding: 5px 0px; border-top: 1px solid rgba(0,0,0,0.5);}
.footer .copyright> .logo-box {position: relative; float: left;}
.footer .copyright> .info{width:880px; font-size:14px; position: relative; float: right;}
.footer .copyright> .info span {width:100%; float: left;}
.footer .copyright> .info span a {text-decoration: none; color: #000;}

/* dim */
.ui_loading_sec{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%}
.loading_dim{position:finxed;width:100%;height:100%;background:#000;opacity:0}
.loading_img{position:absolute;top:50%;left:50%;width:80px;height:50px;margin-left:-40px;margin-top:-25px;background-image:url('/images/cmmn/loading_img.gif');z-index:999;font-size:0;background-size:auto 50px}



/*임시*/
.title {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 100px;
}
h2,
.h2 {
  font-size: 2.3rem;
  color: #1B1B1B;
  letter-spacing: -0.1rem;
  margin: 20px 0px;
  line-height: 2.5rem;
/*   padding: 0px 20px; */
}
h5,
.h5 {
  margin-top: 70px;
  color: #414141;
/*   font-weight: 400; */
  margin: 0px;
  font-size: 18px; font-weight: 400; font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
}
.divider{
    width: 150px;
    background: #3d9ad4;
    height: 5px;
    display: block;
    border-radius: 5px;
    margin: 20px auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
 
/*team*/
.team {width: 1200px; margin: 0 auto; text-align: center;}
.team_slider{
	height: 600px;
	margin-top: 135px;
}
.team_pager{
    width: 1200px;
    margin: 0 auto;
	margin-top: -100px;
    margin-bottom: 10px;
}
.team_member{
	position: relative;
	margin-bottom: 20px;
    width: 130px;
    height: 168px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -100px;
}
.team_member img {
    display: block;
    max-width: 100%;
    height: auto;
}
.team_member h6{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 15px 0;
}
.person-slide-title{
    margin: 0 auto;
    width: 1200px;
	height: 600px;
}
.person-slide-img{
    margin: 0 auto;
    width: 1200px;
    text-align: right;
}
.person-slide-location{
	display: inline-block;
    position: relative;
    vertical-align: top;
}
.slide-no1{
	background-image:url('/images/company/slider_img_01.png');
	background-repeat: no-repeat;
	background-position: right;
}
.slide-no2{
	background-image:url('/images/company/slider_img_02.png');
	background-repeat: no-repeat;
	background-position: right;
}

/** pop_wrap **/
.pop_wrap{width:auto;padding:20px;}
.pop_wrap .view_type{width:100%;}
.pop_wrap .top_srh{padding:15px 0 0 0;}
.pop_wrap .table_gude01{margin:15px 0 0 0;}