/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
body{font-family: 'Noto Sans KR', sans-serif;}
*{
	--mainCol: #b39e80;
	word-break: keep-all;
}

.inner{
	max-width: 1250px;
	width: 90%;
	margin: auto;
}

.mb{
	display: none !important;
}

#n_footer,
.scrollToTop{
	display: none !important;
}
/* header */
#header{
	height: 0px;
}

#header .gnb{
	background: transparent;
}

#header .gnb .logo_off{
	
}

#header .gnb.on{
	top: 0;
	background: #fff;
}

#header .gnb:after{
	display: none !important;
}

.logoArea .logo .logoW{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 52%;
}

.mainmenu > ul > li > a{
	color: #fff;
}

.gnb.on .mainmenu > ul > li > a{
	color: #888;
}

.gnb.on .mainmenu > ul > li:hover > a, 
.gnb.on .mainmenu > ul > li.on > a{
	color: #fff;
}

/* topArea */
.topArea{
	display: none !important;
}

/* tit */
.tit{
	font-size: 32px;
	font-weight: 400;
	text-align: center;
}

.tit::after{
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: var(--mainCol);
	margin: 25px auto;
}

.tit strong{
	font-weight: 600;
}

/* conTxt */
.conTxt{
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
}

/* moreBtn */
.moreBtn{
	border: 1px solid var(--mainCol);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 50px;
	margin: 30px auto 0;
	text-align: center;
	transition: all 0.4s;
}

.moreBtn:hover{
	background: var(--mainCol);
}

.moreBtn strong{
	font-size: 18px;
	font-weight: 100;
	color: var(--mainCol);
	margin-right: 5px;
	transition: all 0.4s;
}

.moreBtn:hover strong{
	color: #fff;
}

.moreBtn span{
	width: 10px;
	height: 10px;
	position: relative;
}

.moreBtn span::before,
.moreBtn span::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background: var(--mainCol);
	transition: all 0.4s;
}

.moreBtn span::before{
	transform: translate(-50%,-50%);
}

.moreBtn span::after{
	transform: translate(-50%,-50%) rotate(90deg);
}

.moreBtn:hover span::before,
.moreBtn:hover span::after{
	background: #fff;
}


/* consulting_banner */
.consulting_banner {
	display: none;
}



/* quickbar */
.quickbar{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 97px;
	z-index: 300;
	background: #eee;
}

.quickbar .quickCon{
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px 0;
	width: 80%;
	margin: auto;
	border-bottom: 1px solid #ddd;
}

.quickbar .quickCon.tel{
	display: none;
}

.quickbar .quickCon span{
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 500;
}

.quickbar .quickCon img{
	width: 40px;
	height: 40px;
}

.quickbar .telLink{
	background: #8d795d;
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

/* mainVisual */
.mainVisual .slideUl{
	margin-bottom: 0 !important;
}

.mainVisual .slideUl .slick-dots{
	bottom: 50px;
	display: flex;
	justify-content: center;
}

.mainVisual .slideUl .slick-dots li{
	width: 50px;
	height: 4px;
	background: #fff;
	display: block;
	float: inherit;
	margin: 0 5px;
	transition: all 0.3s;
	position: relative;
}

.mainVisual .slideUl .slick-dots li.slick-active{
	background: var(--mainCol);
}

.mainVisual .slideUl .slick-dots li button{
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent;
	padding: 0;
}

.mainVisual .slideUl .slick-dots li button::before{
	width: 100%;
	height: 100%;
	opacity: 0 !important;
}

.mainVisual .slideLi{
	text-align: center;
	padding: 250px 0 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.mainVisual .slideLi h2{
	color: #fff;
	font-size: 60px;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(15px);
	transition: all 1s;
	transition-delay: 0.8s;
}

.mainVisual .slideLi.slick-active h2{
	opacity: 1;
	transform: translateY(0);
}

.mainVisual .slideLi h2 span{
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: 300;
}

.mainVisual .slideLi h2 span::after{
	content:'';
	display: block;
	width: 100px;
	height: 1px;
	background: var(--mainCol);
	margin: 15px auto 40px;
}

.mainVisual .slideLi p{
	color: #fff;
	line-height: 1.5;
	font-size: 28px;
	font-weight: 300;
	opacity: 0;
	transform: translateY(15px);
	transition: all 1s;
	transition-delay: 1.2s;
}

.mainVisual .slideLi.slick-active p{
	opacity: 1;
	transform: translateY(0);
}

.mainVisual .slideLi a{
	width: 170px;
	height: 50px;
	margin: 30px auto 0;
	opacity: 0;
	transform: translateY(15px);
	transition: all 1s;
	transition-delay: 1.6s;
}

.mainVisual .slideLi.slick-active a{
	opacity: 1;
	transform: translateY(0);
}

.mainVisual .slideLi a strong{
	font-size: 18px;
}

/* countBox */
.countBox{
	background: url(http://www.divorce82.com/default/img/renewal/countBg.jpg) no-repeat center / cover;
	padding: 100px 0;
}

.countBox .inner{
	display: flex;
	justify-content: space-between;
}

.countBox .inner .countCon{
	width: calc(100%/3);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-right: 1px solid #ccc;
}

.countBox .inner .countCon:last-child{
	border-right: 0;
}

.countBox .inner .countCon h3{
	color: var(--mainCol);
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}

.countBox .inner .countCon div{
	display: flex;
	align-items: flex-end;
}

.countBox .inner .countCon h5{
	font-size: 80px;
	font-weight: 600;
	color: #000;
	margin-right: 5px;
}

.countBox .inner .countCon h5 strong{
	opacity: 0;
	transition: opacity 0.4s;
}

.countBox .inner .countCon h5 strong.on{
	opacity: 1;
}

.countBox .inner .countCon div > span{
	font-size: 20px;
	opacity: 0.7;
}

/* workBox */
.workBox{
	background: #fff;
	padding: 100px 0;
}

.workBox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.workBox ul li{
	background: #f5f5f5;
	width: calc(100%/3 - 100px/3);
	margin-top: 50px;
	box-sizing: border-box;
	padding: 35px 0%;
	text-align: center;
}

.workBox ul li > span{
	color: var(--mainCol);
	font-size: 16px;
	font-weight: 600;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.workBox ul li img{
	margin-bottom: 10px;
}

.workBox ul li h5{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.workBox ul li .moreBtn{
	max-width: 170px;
	width: 80%;
	height: 40px;
	margin: 20px auto 0;
}

.workBox ul li .moreBtn strong{
	font-size: 16px;
}

/* ceoBox */
.ceoBox{
	background: url(http://www.divorce82.com/default/img/renewal/ceoBg.jpg) no-repeat center / cover;
	padding: 100px 0;
}

.ceoBox .tit{
	margin-bottom: 50px;
}

.ceoBox .conTxt{
	line-height: 1.7;
}

.ceoBox .profile{
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.ceoBox .profile .imgBox{
	width: 27%;
	background: url(http://www.divorce82.com/default/img/renewal/ceo.png) no-repeat center / cover;
}

.ceoBox .profile .txtBox{
	width: 73%;
	box-sizing: border-box;
	padding: 50px 5%;
}

.ceoBox .profile .txtBox h3{
	font-size: 24px;
	font-weight: 400;
}

.ceoBox .profile .txtBox dt{
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: var(--mainCol);
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0 15px;
}

.ceoBox .profile .txtBox .kind{
	display: flex;
}

.ceoBox .profile .txtBox .kind span{
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.ceoBox .profile .txtBox .kind span::after{
	content: '';
	width: 1px;
	height: 12px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.ceoBox .profile .txtBox .kind span:last-child::after{
	display: none;
}

.ceoBox .profile .txtBox .career{
	display: flex;
	flex-wrap: wrap;
}

.ceoBox .profile .txtBox .career ul{
	width: 50%;
}

.ceoBox .profile .txtBox .career ul li{
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 15px;
	padding-left: 10px;
	position: relative;
}

.ceoBox .profile .txtBox .career ul li::before{
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}

/* bbsBox */
.bbsBox{
	padding: 100px 0;
}

.bbsBox .bbsUl{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bbsBox .bbsUl > li{
	width: calc(100%/3 - 80px/3);
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 50px 40px 30px;
}

.bbsBox .bbsUl > li > h3{
	font-size: 22px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

.bbsBox .bbsUl > li table table tbody tr{
	display: none;
}

.bbsBox .bbsUl > li table table tbody tr:nth-child(-n+4){
	display: block;
}

.bbsBox .bbsUl > li table table tbody tr td{
	font-size: 14px;
	padding-top: 10px;
}

.bbsBox .bbsUl > li table table tbody tr td:nth-child(2){
	width: 100%;
}

.bbsBox .bbsUl > li table table tbody tr td:nth-child(2) a{
	display: block;
}

.bbsBox .bbsUl > li table table tbody tr td:nth-child(3){
	display: none;
}

/* r_footer */
.r_footer{
	background: #322c24;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.r_footer ul{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 50px 0 25px;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding: 10px 0;
}

.r_footer ul li{
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
}

.r_footer ul li::after{
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: rgba(255,255,255,0.4);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%,-50%);
}

.r_footer ul li:last-child::after{
	display: none;
	padding-right: 0;
	margin-right: 0;
}

.r_footer ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.r_footer p{
	color: #fff;
	font-weight: 100;
	text-align: center;
	line-height: 1.6;
}

.r_footer p strong{
	display: block;
	padding-top: 20px;
}



/* ---------------------------------------- TABLET */
@media screen and (max-width: 991px){

/* common */
.pc{
	display: none !important;
}

.mb{
	display: block !important;
}

/* header */
#header{
	height: 60px;
}

/* .logoArea .logo img{
	height: 30px !important;
}

.gnb.on .logoArea .logo img{
	height: 60px !important;
} */

/* tit */
.tit{
	font-size: 5.5vw;
}

.tit::after{
	width: 14vw;
	margin: 5vw auto;
}

/* conTxt */
.conTxt{
	font-size: 3vw;
	line-height: 1.7;
	word-break: keep-all;
}

/* moreBtn */
.moreBtn strong{
	font-weight: 400;
}

.moreBtn span{
	width: 1.4vw;
	height: 1.4vw;
}

/*  */
.floatingMenu{
	display: none !important;
}


/* quick bar */
.quickbar{
	top: auto;
	bottom: 0;
	transform: translate(0,0);
	width: 100%;
	display: flex;
	background: #fff;
	box-shadow: rgba(0,0,0,0.2) 0 0 5px;
}

.quickbar .quickhead{
	display: none;
}

.quickbar .quickCon{
	padding: 10px 0;
	border-bottom: 0;
	position: relative;
}

.quickbar .quickCon img{
	width: auto;
	height: 30px;
}

.quickbar .quickCon.tel{
	display: flex;
}

.quickbar .quickCon.come{
	display: none;
}

.quickbar .quickCon::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 1px;
	height: 60%;
	background: rgba(0,0,0,0.2);
}

.quickbar .quickCon.tel::after{
	display: none;
}

.quickbar .telLink{
	display: none;
}

.quickbar .topBtn{
	display: none;
}

/* mainVisual */
.mainVisual .slideLi{
	padding: 35vw 0 45vw;
	height: auto !important;
}

.mainVisual .slideLi h2{
	font-size: 6.5vw;
	margin-bottom: 5vw;
}

.mainVisual .slideLi h2 span{
	font-size: 0.5em;
}

.mainVisual .slideLi h2 span::after{
	width: 10vw;
	margin: 3vw auto 5vw;
}

.mainVisual .slideLi p{
	font-size: 3.5vw;
}

.mainVisual .slideLi a{
	width: 25vw;
	height: 8vw;
	margin: 10vw auto 0;
}

.mainVisual .slideLi a strong{
	font-size: 3vw;
}

.mainVisual .slideUl .slick-dots{
	bottom: 10vw;
}

.mainVisual .slideUl .slick-dots li{
	width: 10vw;
}

/* countBox */
.countBox{
	padding: 15vw 0;
}

.countBox .inner{
	flex-wrap: wrap;
}

.countBox .inner .countCon{
	width: 100%;
	border-right: 0;
	margin-bottom: 10vw;
	padding-bottom: 10vw;
	position: relative;
}

.countBox .inner .countCon:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}

.countBox .inner .countCon::after{
	content: '';
	display: block;
	width: 50%;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.countBox .inner .countCon:last-child::after{
	display: none;
}

.countBox .inner .countCon h3{
	font-size: 3.5vw;
	margin-bottom: 3vw;
}

.countBox .inner .countCon h5{
	font-size: 14vw;
}

.countBox .inner .countCon div > span{
	font-size: 3.5vw;
}

/* workBox */
.workBox{
	padding: 15vw 0;
}

.workBox ul li{
	width: 48%;
	padding: 5vw 0;
	margin-top: 5vw;
}

.workBox ul li > span{
	font-size: 3vw;
}

.workBox ul li img{
	width: 30%;
}

.workBox ul li h5{
	font-size: 3vw;
}

.workBox ul li .moreBtn{
	width: 50%;
	margin: 3vw auto 0;
	height: 6vw;
}

.workBox ul li .moreBtn strong{
	font-size: 2.5vw;
}

/* ceoBox */
.ceoBox{
	padding: 15vw 0;
}

.ceoBox .tit{
	margin-bottom: 5vw;
}

.ceoBox .profile{
	margin-top: 5vw;
}

.ceoBox .profile .imgBox{
	width: 100%;
	height: 130vw;
}

.ceoBox .profile .txtBox{
	width: 100%;
	padding: 5vw 5%;
}

.ceoBox .profile .txtBox h3{
	font-size: 4vw;
}

.ceoBox .profile .txtBox dt{
	font-size: 3vw;
	width: 30vw;
	height: 8vw;
	line-height: 8vw;
	margin: 5vw 0 3vw;
}

.ceoBox .profile .txtBox .kind span{
	font-size: 3vw;
}

.ceoBox .profile .txtBox .career ul{
	width: 100%;
}

.ceoBox .profile .txtBox .career ul li{
	font-size: 3vw;
}

/* bbsBox */
.bbsBox{
	padding: 15vw 0;
}

.bbsBox .bbsUl{
	margin-top: 5vw;
}

.bbsBox .bbsUl > li{
	width: 100%;
	margin-top: 5vw;
	padding: 5vw 5vw 3vw;
}

.bbsBox .bbsUl > li:nth-child(1){
	margin-top: 0;
}

.bbsBox .bbsUl > li > h3{
	font-size: 4vw;
	padding-bottom: 2vw;
}

.bbsBox .bbsUl > li table table tbody tr td{
	font-size: 3vw;
}

/* .r_footer */
.r_footer{
	padding: 10vw 0;
	padding-bottom: calc(10vw + 70px);
}

.r_footer .fLogo{
	width: 30%;
}

.r_footer .fLogo img{
	width: 100%;
}

.r_footer ul{
	margin: 5vw auto 3vw;
	padding: 2vw 5%;
	flex-wrap: wrap;
}

.r_footer ul li{
	padding-right: 3vw;
	margin-right: 3vw;
}

.r_footer ul li a{
	font-size: 2vw;
}

.r_footer ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.r_footer p{
	font-size: 2vw;
	width: 90%;
	margin: auto;
}





}



/* ---------------------------------------- MOBILE */
@media screen and (max-width: 430px){

/* consulting_banner */
.consulting_banner {
	display: flex;
	position: fixed; 
	top: auto; 
	bottom: 12%;
	height: 36px;
	width: 80%;
	margin: 0 10% 0 10%;
	padding: 0 auto;
	color: #fff;
	background: rgb(0 0 0 / 70%);
	border-radius: 50px;
	font-size:14px;
	z-index: 999;
}
.consulting_banner_txt {
	padding-left: 10px;
	display: flex;
  	align-items: center;
}
.consulting_banner_txt > * + * {
	margin-left: 5px;
  }

.consulting_banner #blink_txt {
	color: #fcd324;
}


}