@font-face {
	font-family: 'iceJaram-Rg';
	font-weight: normal;
    font-style: normal;
	font-display: swap;
	src: local('iceJaram-Rg'), url(/css/font/iceJaram-Rg.woff2) format('woff2');
}

@font-face {
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url(/css/font/Pretendard-Bold.woff2) format('woff2');
}

@font-face {
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url(/css/font/Pretendard-SemiBold.woff2) format('woff2');
}

@font-face {
	font-family: 'Pretendard-Medium';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url(/css/font/Pretendard-Medium.woff2) format('woff2');
}

@font-face {
	/* font-family: 프리텐다드400, sans-serif; */
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url(/css/font/Pretendard-Regular.woff2) format('woff2');
	/* src: local('Pretendard Regular'), url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/packages/pretendard/dist/web/static/woff2/Pretendard-Medium.woff2') format('woff2'); */
}

@font-face {
	font-family: 'Pretendard-Light';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url(/css/font/Pretendard-Light.woff2) format('woff2');
}

/* @font-face { */
    /* font-family: 'KCC-eunyoung'; */
    /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KCC-eunyoung-Regular.woff') format('woff'); */
    /* font-weight: normal; */
    /* font-style: normal; */
/* } */
@font-face {
	font-family: 'KCC-eunyoung';
	font-weight: normal;
    font-style: normal;
	font-display: swap;
	src: local('KCC-eunyoung'), url(/css/font/KCC-eunyoung.woff) format('woff2');
}


@font-face {
	font-family: 'MaruBuri';
	font-weight: normal;
    font-style: normal;
	font-display: swap;
	src: local('MaruBuri-Regular'), url(/css/font/MaruBuri-Regular.woff) format('woff');
}



/* @font-face { */
    /* font-family: 'MaruBuri'; */
    /* font-weight: 300; */
    /* font-style: normal; */
    /* src: url('https://cdn.jsdelivr.net/gh/webfontworld/MaruBuri/MaruBuri-Light.woff') format('woff'); */
/* }  */
/* @font-face { */
    /* font-family: 'MaruBuri'; */
    /* font-weight: 400; */
    /* font-style: normal; */
    /* src: url('https://cdn.jsdelivr.net/gh/webfontworld/MaruBuri/MaruBuri-Regular.woff') format('woff'); */
/* } */
/* @font-face { */
    /* font-family: 'iceJaram-Rg'; */
    /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/iceJaram-Rg.woff2') format('woff2'); */
    /* font-weight: normal; */
    /* font-style: normal; */
/* } */


/*================== :::::::::::::: 메인 플로팅 영역 START ~ :::::::::::::: ==================*/
.floLine{
	transform: translateX(-50%);
    left: 50%;
    position: fixed;
    bottom: 1.88rem;
    z-index: 80;
    display: inline-block;
}
.flostbr{display:none;}
.floLine strong{
	margin:0 0 0.87rem 0;
	display:block;
	text-align:center;
	color: #343333;
	font-family: 'Pretendard';
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
	letter-spacing: -0.0225rem;
}
.floLine strong span{
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}
.floLine dt{
	
	padding: 0.625rem 1.375rem;
    border-radius: 6.1875rem;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    display: inline-block;
    margin: 0;
}

.floInner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flocont {
    height: 4.5rem;
    width: 26.25rem;
    position: relative;
	border-radius: 0.25rem;
}
.flocont:nth-child(2){
	margin:0 0.38rem;
}
.fco_01{
	background: rgba(58, 104, 173, 0.90);
	backdrop-filter: blur(5px);
}
.fco_02{
	background: rgba(163, 127, 37, 0.90);
	backdrop-filter: blur(5px);
}
.fco_03{
	background: rgba(34, 34, 34, 0.90);
	backdrop-filter: blur(5px);
}
.flocont a {
    height: 100%;
    width: 100%;
    padding: 0 1.68rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floctext {
    display: flex;
    color: #FFF;
    text-align: center;
    font-family: 'Pretendard';
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    align-items: center;
    justify-content: flex-start;
}
.floctext img{
	display:inline-block;
	margin:0 0.62rem 0 0;
	max-width:100%;
}
.flocont a dl{
	display:block;
	margin:0;
	color: #FFF;
	text-align: center;
	font-family: 'Pretendard';
	font-size: 1.15rem;
	font-style: normal;
	font-family: 'Pretendard-Bold';
	line-height: 1.5rem; 
	letter-spacing: -0.025rem;
}

@media (max-width: 1200px){
	.floLine {
		padding: 0 1.25rem;
		width: 100%;
		bottom: 1.88rem;
		display: block;
	}
	.floInner {
		width: 100%;
	}
	.flocont {
		height: 4.5rem;
		width: 33.33333333%;
		position: relative;
	}
	
	.flocont a {
		padding: 0 1.28rem;
	}
	.flocont a dl {
		font-size: 1.05rem;
		line-height: 1.2rem;
		letter-spacing: -0.015rem;
	}
	
	.floctext {
		font-size: 1.05rem;
		line-height: 1.2rem;
	}
	.floctext img {
		height: 1.125rem;
		display: inline-block;
		margin: 0 0.42rem 0 0;
		max-width: 100%;
	}
}
@media (max-width: 991px){
	.flocont a {
		padding: 0 1.88rem;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.flocont a dl {
		margin: 0.4rem 0 0 0;
		font-size: 1.05rem;
		line-height: 1.2rem;
		letter-spacing: -0.015rem;
	}
	.floLine strong {
		margin: 0 0 0.5rem 0;
		font-size: 1.115rem;
		line-height: 1.5rem;
		letter-spacing: -0.0225rem;
	}
}
@media (max-width: 767px){
	.floLine {
		padding: 0 0rem;
		width: 100%;
		bottom: 0rem;
		display: block;
	}
	.flocont:nth-child(2) {
		margin: 0 0rem;
	}
	.floctext img {
		display: none;
	}
	.flostbr{display:block;}
	.floLine strong {
		font-family: 'Pretendard-SemiBold';
		font-weight: 600;
		letter-spacing: -0.01625rem;
		margin: 0 0 0.2rem 0;
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}
	.floLine strong span{
		font-family: 'Pretendard-SemiBold';
		font-weight: 600;
	}
	
	
	.flocont {
		border-radius: 0;
		height: 4rem;
		width: 100%;
		position: relative;
	}
	.flocont a {
		border-radius: 0;
		padding: 0 0.2rem;
	}
	.floctext {
		font-size: 0.875rem;
		line-height: 0.875rem;
	}
	.flocont a dl {
		margin: 0.38rem 0 0 0;
		font-size: 0.6875rem;
		line-height: 0.875rem; 
		letter-spacing: -0.01375rem;
	}
}
/*================== :::::::::::::: 메인 플로팅 영역 END ~ :::::::::::::: ==================*/

/*================== :::::::::::::: 헤더 무브 start ~ :::::::::::::: ==================*/
#sticky.fixhead{
	border-bottom: 1px solid #EEE;
	background:#fff;
}
#sticky.fixhead .menu-link {
    color: #111;
}
#sticky.fixhead .wiroBtn a {
    background: #EEE;
    border-color: #eee;
    color: #000;
}
#sticky.fixhead .e-font-icon-svg {
    background: url(https://xn--2o2b50fhzewxjl4n.com/wp-content/uploads/2024/04/headerMenuArrowIconBlack.png) no-repeat center / cover;
}


#sticky.down_header {
    transform: translateY(-100%);
}

#sticky.change{
	border-bottom: 1px solid #EEE;
	background:#fff;
}
#sticky.change{
	padding:0.94rem 1.5rem;
}


#sticky.change .headlogo_css {
    top: 1rem;
}
.headlogo_css {
    height: auto;
    margin: 0;
    padding: 0;
    top: 2rem;
    z-index: 100;
}
#mainlogo img {
	height: 3.75rem!important;
}


#sticky.change .menu-link{
	color:#111;
}
#sticky.change .menu-link:hover{
	color:#3A68AD;
}
#sticky.change .menu-link:hover:after{
	background-color: #3A68AD;
}
#sticky.change .menu-link:after{
	background-color: #111;
}



#sticky.change .e-font-icon-svg {
    background: #111;
}


/* 검색버튼 */
#sticky.change #headSeaBtn .e-font-icon-svg-container {
    background: #F6F6F6;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 1.375rem;
    background-image: url(/img/common/head_seaicon_color_pc.png);
}
/* // 검색버튼 */

/* 햄버거버튼 */
#headmenu .elementor-menu-toggle svg{
	display:none;
}
#sticky .elementor-menu-toggle.elementor-active{
	background-image: url(/img/common/haedham_icon_close.png);
}
#sticky.change .elementor-menu-toggle.elementor-active{
	background-image: url(/img/common/haedham_icon_close_color.png);
}
#sticky.change .elementor-menu-toggle{
	background: #F6F6F6;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 1.375rem;
    background-image: url(/img/common/haedham_icon_color.png);
}
#sticky .elementor-menu-toggle {
    background: rgba(0, 0, 0, 0.20);
    background-image: url(/img/common/haedham_icon.png);
    background-size: 1.375rem;
    background-repeat: no-repeat;
    background-position: center;
}
#sticky .elementor-menu-toggle span{
	display:none;
}
/* // 햄버거버튼 */


/* 우측 추가 버튼 */
.consultBtn{
	z-index:10!important;
}
.wiroBtn{
	z-index:10!important;
}
#sticky.change .consultBtn{
	top: 1.25rem
}
#sticky.change .consultBtn a{
	padding: 0.625rem 1.87rem 0.625rem 1.87rem;
	font-size: 1.0625rem;
}
#sticky.change .wiroBtn{
	top: 1.25rem
}
#sticky.change .wiroBtn a {
    padding: 0.5rem 1.87rem 0.5rem 1.87rem;
    font-size: 1.0625rem;
    background: #EEE;
    border-color: #eee;
    color: #000;
}
/* // 우측 추가 버튼 */


/* 헤더 우측 링크 버튼 */
/* .headlinkBtnwrap { */
    /* width: 100%; */
    /* top: 120px; */
    /* right: 80px; */
    /* position: fixed; */
    /* z-index: 200; */
/* } */
/* .headlinkInner{ */
	/* position:relative; */
/* } */
.headlinkBtnBox {
    transform: translateY(-50%);
    width: 42rem;
    z-index: 20;
    top: 50%;
    right: 0;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: flex-end;
}
.headlinkInner{
	gap: 4px;
	align-items: center;
	display: flex;
	position:relative;
}
.headgoBtn{
	position:relative;
	height:3.75rem;
}
.headgoBtn.hb01 a{
	color: #FFF;
	border: 2px solid #FFF;
}
.headgoBtn.hb02 a{
	color: #111;
	background: #D9B65C;
}
.headgoBtn a{
	border-radius: 0.625rem;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.625rem;
	padding:0 1.25rem;
	text-align: center;
	font-family: 'Pretendard-SemiBold';
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.875rem;
}
#sticky.change .headgoBtn.hb01 a{
    color: #111;
    background: #EEE;
    border-color: #eee;
}


.headlinkBtn a:hover{
	color: #FFF;
}
.headlinkBtn{
	position:relative;
	height:3.75rem;
	box-sizing: border-box;
}
.headlinkBtn a {
    box-sizing: border-box;
    width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    background: #FF4600;
	padding:0 1.25rem;
    text-align: center;
    color: #FFF;
    font-family: 'Pretendard-Bold';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
}
.headlinkBtn a:hover{
	color: #FFF;
}
@media (max-width: 1800px){
	.headgoBtn {
		height: 3.125rem;
	}
	.headgoBtn a {
		border-radius: 0.625rem;
		font-size: 1.12rem;
		line-height: 3.125rem;
	}
	.headlinkBtn {
		height: 3.125rem;
	}
	.headlinkBtn a {
		border-radius: 0.625rem;
		font-size: 1.12rem;
		line-height: 3.125rem;
	}
}
@media (max-width: 1400px){
	.headlinkBtnBox {
		width: 24rem;
	}
	.headgoBtn{
		display:none;
	}
}
@media (max-width: 1024px){
	.headlinkBtnBox {
		right: 72px;
	}
}
@media (max-width: 767px){
	.headlinkBtnBox {
		width: 10rem;
		transform: inherit;
		position: fixed;
		top: 9px;
		right: 6px;
	}
	.headlinkBtn {
		height: 38px;
	}
	.headlinkBtn a {
		padding: 0 6px;
		border-radius: 5px;
		font-size: 11px;
		line-height: 10px;
	}
}
/* // 헤더 우측 링크 버튼 */

/* 헤더 nav영역 */

.homelogo {
    position: absolute;
    width: 20.625rem;
    height: 3.75rem;
    left: 0;
    top: 0;
    z-index: 200;
}
.homelogo a{
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	background-image: url(../img/common/headlogo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#sticky.change .homelogo a{
	background-image: url(../img/common/headlogo_on2.png);
}

.headnavInner{
	padding: 0 0 0 25rem !important;
    display: flex!important;
    justify-content: flex-start!important;
}
@media (max-width: 1600px){
	.homelogo{
		width: 192.5px;
		height: 35px;
	}
	.headnavInner {
		padding: 0 0 0 20rem !important;
	}
}
@media (max-width: 1200px){
	.headnavInner {
		padding: 0 0 0 16rem !important;
	}
}
@media (max-width: 1024px){
	.homelogo {
		transform: translateY(-50%);
		top: 50%;
		width: 247.5px;
		height: 45px;
	}
	.headnavInner {
		display: flex !important;
        padding: 0rem !important;
        justify-content: flex-end !important;
	}
}
@media (max-width: 767px){
	.homelogo {
		left:50px;
		width: 148.5px;
		height: 27px;
	}
	.headnavInner {
		display: flex !important;
        padding: 0rem !important;
        justify-content: flex-start !important;
	}
}
/* // 헤더 nav영역 */


/* 헤더 메뉴 */
#headmenu .menu-item a{
	margin:0.625rem 1.25rem;
}
.elementor-location-header .menu-item-163{
	display:none!important;
}
.elementor-location-header .menu-item-205{
	display:none!important;
}
/* // 헤더 메뉴 */

#ast-scroll-top {
	right: 30px!important;
    bottom: 30px!important;
    border-radius: 0.375rem!important;
    content: none!important;
    width: 3.875rem!important;
    height: 3.875rem!important;
    background: rgba(221, 221, 221, 0.80)!important;
    backdrop-filter: blur(5px)!important;
	-webkit-backdrop-filter: blur(5px)!important;
    z-index: 80!important;
}
#ast-scroll-top span{display:none!important;}
#ast-scroll-top:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-image: url(../img/common/sitetop.png) !important;
    background-size: 16px!important;
    background-repeat: no-repeat!important;
    background-position: center center;
}

@media (max-width: 1800px){
	#sticky{
		padding: 1.88rem 1.25rem;
	}
	#sticky.change .headlogo_css{
		top: 0.95rem;
	}
	.headlogo_css {
		top: 1.85rem;
		left: 1.25rem!important;
	}
	.consultBtn {
		right: 1.25rem!important;
	}
	.wiroBtn {
		right: 10.2rem!important;
	}
}

@media (max-width: 1600px){

	#sticky.change {
		padding: 1rem 1.25rem;
	}
	
	#sticky.change .headlogo_css{
		top: 0.7rem;
	}
	.headlogo_css {
		top: 1.6rem;
		left: 1.25rem!important;
	}

	
	
	.consultBtn {
		top: 1.38rem!important;
		right: 1.25rem!important;
	}
	.wiroBtn {
		top: 1.38rem!important;
		right: 10.2rem!important;
	}
	#sticky.change .consultBtn{
		top: 0.77rem!important;
	}
	#sticky.change .wiroBtn{
		top: 0.77rem!important;
	}
	
	
	#headmenu .menu-item a {
		margin: 0 1.25rem;
	}
}

@media (max-width: 1200px){
	#sticky.change .headlogo_css {
		top: 0.95rem;
	}
	.headlogo_css {
		top: 1.94rem;
		left: 1.25rem!important;
	}
	#mainlogo img {
		height: 2.625rem!important;
	}
	#headmenu .menu-item a {
		margin: 0 1.2rem;
	}
	
	#ast-scroll-top {
		bottom: 7rem!important;
		right: 1.25rem!important;
	}
}
@media (max-width: 1024px){
	#sticky{
		padding: 0rem 1.25rem;
	}
	#sticky.change {
		padding: 0rem 1.25rem;
	}
	
	#sticky.change .headlogo_css {
		top: 1.25rem;
	}
	.headlogo_css {
		top: 1.4rem;
	}
	#mainlogo img {
		height: 3.75rem!important;
	}
	
	#sticky.change #headSeaBtn .e-font-icon-svg-container {
		background-image: url(/img/common/head_seaicon_color_mo.png);
	}
	
	
	
	.consultBtn {
		top: 1.18rem !important;
		right: 6.5rem!important;
	}
	.wiroBtn {
		top: 1.18rem !important;
        right: 15.8rem !important;
    }
	#sticky.change .consultBtn{
		top: 1.54rem !important;
	}
	#sticky.change .wiroBtn{
		top: 1.54rem !important;
	}
	
	
	#sticky.change #headmenu .elementor-nav-menu{
		padding-top: 1rem;
	}
	#headmenu .menu-item a{
		margin:0 0rem;
	}
	.elementor-location-header .menu-item-163{
		display:block!important;
	}
	.elementor-location-header .menu-item-205{
		display:block!important;
	}
	
	
	#headmenu .menu-item a {
		display: flex;
		padding-top: 1.375rem;
		padding-bottom: 1.375rem;
		text-align: center;
		font-size: 1.25rem;
		font-family: 'Pretendard-Medium';
		font-weight: 500;
		line-height: 1.625rem;
		justify-content: center;
	}
	#headmenu .menu-item.menu-item-163{
		border-bottom:none!important;
	}
	#headmenu .menu-item.menu-item-163 a{
		border: 1px solid #111;
	}
	
	#headmenu .menu-item.menu-item-205{
		border-bottom:none!important;
	}
	#headmenu .menu-item.menu-item-205 a{
		background: #D9B65C;
	}
    .navdim {
		background: rgba(0, 0, 0, 0.50);
		backdrop-filter: blur(5px);
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 90;
	}
}
@media (max-width: 767px){
    #sticky {
		padding: 0rem 6px;
	}
	#sticky.change {
        padding: 0rem 6px!important;
    }
	
	#sticky.change .headlogo_css {
		transition:all 0s;
		top: 0.8125rem;
	}
	.headlogo_css {
		display: inline-block !important;
		transition:all 0s!important;
		width: 11.75rem !important;
	    /* width: auto!important; */
        margin: 0;
        transform: inherit;
        left: 3.6rem !important;
		top: 0.8125rem;
	}
	
	#mainlogo img {
        height: 28px !important;
    }
	
	
	#sticky.change #headmenu .elementor-nav-menu {
		padding-top: 0.4rem;
	}
	#headmenu .menu-item a {
		padding-top: 1.19rem;
		padding-bottom: 1.19rem;
		font-size: 1.125rem;
		line-height: 1.375rem;
	}
	
	
	
	#sticky #headSeaBtn .e-font-icon-svg-container {
		background-size: 1rem;
	}
	#sticky.change #headSeaBtn .e-font-icon-svg-container {
		background-size: 1rem;
	}
	
	#sticky .elementor-menu-toggle {
		background-size: 1rem;
	}
	#sticky.change .elementor-menu-toggle {
		background-size: 1rem;
	}
	
	
	.consultBtn {
		top: 0.55rem !important;
		right: 0.38rem!important;
	}
	.wiroBtn {
		display:none;
        right: 5.2rem !important;
    }
	#sticky.change .consultBtn a {
		padding: 0.38rem 0.94rem 0.38rem 0.94rem;
		font-size: 0.75rem;
	}
	#sticky.change .consultBtn {
		top: 0.55rem !important;
	}
	#sticky.change .wiroBtn{
		top: 0.55rem;
	}
	
	
	#ast-scroll-top {
		bottom: 4.35rem!important;
		right: 6px!important;
		border-radius: 0.25rem!important;
		width: 3.125rem !important;
		height: 3.125rem !important;
	}
	#ast-scroll-top:after {
		width: 16px;
		height: 16px;
		background-image: url(../img/common/sitetop_mo.png)!important;
		background-size: 16px!important;
		background-repeat: no-repeat!important;
		background-position: center center;
	}
}


#sticky .sub-arrow svg path {
    display: none;
}

#sticky .sub-arrow svg {
    width: 0.625rem;
    height: 0.375rem;
    background: url(https://xn--2o2b50fhzewxjl4n.com/wp-content/uploads/2024/04/headerMenuArrowIcon.png) no-repeat center / cover
}

#sticky .sub-arrow {padding: 0 0 0 0.62rem !important;}


#sticky.change .e-font-icon-svg {background: url(https://xn--2o2b50fhzewxjl4n.com/wp-content/uploads/2024/04/headerMenuArrowIconBlack.png) no-repeat center / cover;}

@media (max-width:1024px) {

#sticky .sub-arrow {
    padding: 0 0 0 0.62rem !important;
    right: 1.25rem;
    position: absolute;
}

#sticky .sub-arrow svg {
	background: url(https://xn--2o2b50fhzewxjl4n.com/wp-content/uploads/2024/04/headerMenuArrowIconBlack.png) no-repeat center / cover!important;
}

#sticky.change .e-font-icon-svg {
    background: url(https://xn--2o2b50fhzewxjl4n.com/wp-content/uploads/2024/04/headerMenuArrowIconBlack.png) no-repeat center / cover!important;
}
}





/*================== :::::::::::::: 헤더 무브 end ~ :::::::::::::: ==================*/


/*================== :::::::::::::: 푸터 영역 START ~ :::::::::::::: ==================*/
.ftcontwrap{
	padding:1.88rem 0 10.25rem 0;
	width:100%;
	position:relative;
	background: #181311;
}
.ftcotop{
	max-width:1640px;
	padding:0 1.25rem;
	margin:0 auto;
}
.ftcotopside{
	width:100%;
	display:flex;
	padding:0 0 1.88rem 0;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
}
.ftcotopside a{
	display:inline-block;
	margin:0 1.88rem 0 0;
	padding:0;
	color: #AAA;
	font-family: 'Pretendard-Medium';
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
}

.ftcontSidebox{
	margin:0 auto;
	max-width:1640px;
	padding:0 1.25rem;
}
.fcbasicwrap{
	padding:3.13rem 0 2.51rem 0;
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
	margin:0 0 1.88rem 0;
}
.fclogo{
	display:block;
	margin-bottom:1.88rem;
}
.fclogo img{
	height:3.125rem!important;
}

.fclinfo{
	width: 100%;
	position:relative;
}
.fclinfo ul{
	width: 92%;
	padding:0;
	margin:0;
}
.fclinfo ul li{
	display:inline-block;
	padding:0;
	margin:0 3.12rem 0.62rem 0;
}
.fclibr{display:none;}
.fclinfo ul li span{
	padding:0;
	margin:0 1.25rem 0 0;
	display:inline-block;
	color: #AAA;
	font-family: 'Pretendard-Bold';
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.375rem;
}
.fclinfo ul li dl{
	padding:0;
	margin:0;
	display:inline-block;
	color: #999;
	font-family: 'Pretendard';
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem;
}
.fclinfo ul li dl a{
	color: #FFF;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
}
.fclinfo ul li dt{
	padding:0;
	margin:0;
	display:inline-block;
	color: #FFF;
	font-family: 'Pretendard-SemiBold';
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.375rem;
}

.fcnsnbox{
	position:absolute;
	right:0rem;
	top:3.73rem;
	display:flex;
}
.fcnsnbox a{
	padding:0;
	margin:0 0 0 1.62rem;
}
.fcnsnbox a img{
	height:1.5rem;
}


.fcbabotbox{
	width:100%;
	position:relative;
	display:flex;
}

.fcbabottext {
    width: 100%;
    position: relative;
    display: flex;
    padding-right: 5rem;
    align-items: center;
    justify-content: flex-start;
}
.fcbbtext{
	display:block;
}
.fcbbtext dl{
	display:block;
	padding:0;
	margin:0;
	text-align:left;
	color: #AAA;
	font-family: 'Pretendard-Bold';
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.375rem;
}
.fcbbtext span{
	display:block;
	padding:0;
	margin:0.62rem 0 0 0;
	text-align:left;
	color: #888;
	font-family: 'Pretendard';
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem;
}
.fcbbtext dt{
	display:block;
	padding:0;
	margin:1.88rem 0 0 0;
	text-align:left;
	color: #888;
	font-family: 'Pretendard';
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem;
}
.fcbbtext b{
	display:block;
	padding:0;
	margin:1.25rem 0 0 0;
	text-align:left;
	color: #888;
	font-family: 'Pretendard-Light';
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.25rem;
}

.fc_wjcontInnerwrap{
	width:45rem;
	position:relative;
}
.fc_wjcontbox{
	width:40rem;
	position:relative;
	border-radius: 0.375rem;
	background: #FFF;
	padding:2.5rem;
}
.fc_wjcontInner{
	position:relative;
}
.fc_wjconticon{
	position:absolute;
	right:0rem;
	top:0rem;
}
.fc_wjctitle{
	color: #000;
	font-family: 'Pretendard';
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.4375rem;
	display:block;
	margin-bottom:1.25rem;
}
.fc_wjcsubt{
	display:block;
	margin:0.38rem 0 0 0;
	color: #000;
	font-family: 'Pretendard';
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem;
}
.fc_wjcsubt span{
	font-weight: 700;
}
.fc_wjcsubbt{
	border-top:1px solid #eee;
	padding:1.62rem 0 0 0;
	margin:1.62rem 0 0 0;
	display:block;
	color: #000;
	font-family: 'Pretendard';
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; 
}
@media (max-width:1400px) {
	.fc_wjcontbox {
		width: 35rem;
	}
}
@media (max-width:1024px) {
	.fcbabotbox {
		display: block;
	}
	.wjcontInnerwrap{
		position:relative;
		padding:1.88rem 0 0 0;
	}
	.fc_wjcontbox {
		width: 100%;
	}
}
@media (max-width:767px) {
	.ftcontwrap {
		padding: 0 0 8.25rem 0;
	}
	.ftcotop {
		padding: 1.25rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}
	.ftcotopside {
		width: 100%;
		display: flex;
		padding: 0;
		border-bottom: none;
	}
	.ftcotopside a {
		margin: 0 1.12rem 0 0;
		font-size: 0.875rem;
		line-height: 1.375rem;
	}
	
	
	.fcbasicwrap {
		border-bottom:none;
		padding: 1.88rem 0 1.88rem 0;
		margin: 0;
	}
	.fclogo {
		margin-bottom: 1.62rem;
	}
	.fclogo img {
		height: 1.875rem!important;
	}
	
	.fclinfo ul {
		text-align: left;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.fclibr{display:block;}
	.fclinfo ul li:nth-child(3){
		width: calc(50% - 0rem);
	}
	.fclinfo ul li:nth-child(4){
		width: calc(50% - 0rem);
	}
	.fclinfo ul li:nth-child(6){
		width: calc(50% - 0rem);
	}
	.fclinfo ul li:nth-child(7){
		width: calc(50% - 0rem);
	}
	.fclinfo ul li:nth-child(8){
		width: calc(50% - 0rem);
	}
	.fclinfo ul li:nth-child(9){
		width: calc(50% - 0rem);
	}
	.fclinfo ul li {
		width: calc(100% - 0rem);
		display: block;
		padding: 0;
		margin: 0 0rem 1.25rem 0;
	}
	.fclinfo ul li span {
		margin: 0 0rem 0.38rem 0;
		font-size: 0.8125rem;
		line-height: 0.9375rem;
	}
	.fclinfo ul li dl {
		display: block;
		font-size: 0.875rem;
		line-height: 1.0625rem;
	}
	.fclinfo ul li dt {
		display: block;
		font-size: 0.875rem;
		line-height: 1.0625rem;
	}
	
	
	.fcnsnbox {
		position:relative;
		right: 0rem;
		top: 0;
	}
	.fcnsnbox a {
		padding: 0;
		margin: 0 1.12rem 0 0;
	}
	
	
	.fcbabottext {
		display:block;
		padding-right: 0rem;
	}
	.fcbbtext dl {
		font-size: 0.8125rem;
		line-height: 0.9375rem;
	}
	.fcbbtext span {
		margin: 0.38rem 0 0 0;
		font-size: 0.8125rem;
		line-height: 1.25rem;
	}
	.fcbbtext dt {
		margin: 1.88rem 0 0 0;
		font-size: 0.8125rem;
		line-height: 1.25rem;
	}
	.fcbbtext b {
		margin: 1.88rem 0 0 0;
		font-size: 0.6875rem;
		line-height: 1.0625rem;
	}
	
	
	.fc_wjcontbox {
		width: 100%;
		border-radius: 0.25rem;
		padding: 1.25rem;
	}
	.fc_wjctitle {
		font-size: 1.125rem;
		line-height: 2.1875rem;
		margin-bottom: 0.63rem;
	}
	.fc_wjconticon img {
		width: auto;
		height: 3.125rem;
	}
	.fc_wjcsubt {
		margin: 0.5rem 0 0 0;
		font-size: 0.8125rem;
		line-height: 0.9375rem;
	}
	.fc_wjcsubbt {
		padding: 1rem 0 0 0;
		margin: 1rem 0 0 0;
		font-size: 0.8125rem;
		line-height: 1.375rem;
	}
}
/*================== :::::::::::::: 푸터 영역 end ~ :::::::::::::: ==================*/

/*================== :::::::::::::: 하단 적으로 영역 START ~ :::::::::::::: ==================*/
.afbotBox {
    display: flex;
    width: 100%;
    position: relative;
    height: 50rem;
    padding: 0rem 1.5rem;
    background-image: url(/img/common/fraid_laywer_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    align-items: center;
    justify-content: center;
}
.afinner{
	width:100%;
	position:relative;
}
.afh2{
	display:block;
	margin-bottom:3.75rem;
}
.afh2 h2{
	display:block;
	text-align:center;
	padding:0;
	margin:0;
	color: #FFF;
	font-size: 4rem;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	line-height: 5rem;
}
.afh3{
	display:block;
	margin-bottom:1.88rem;
}
.afh3 h3{
	display:block;
	text-align:center;
	padding:0;
	margin:0;
	color: #FFF;
	font-size: 2.125rem;
	font-family: 'Pretendard';
	font-weight: 400;
	line-height: 3.5rem;
}

.afbtnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.afbtn{
	position:relative;
}
.afbtn a{
	display: flex;
	padding: 1rem 2.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 1.125rem;
	font-family: 'Pretendard';
	font-weight: 400;
	line-height: 1.5rem;
}

.mobr{
	display:none;
}
@media (max-width: 1024px){
	.afbotBox {
		height: 40rem;
	}
	
	.afh2{
		display:block;
		margin-bottom:3.2rem;
	}
	.afh2 h2{
		font-size: 3rem;
		line-height: 4rem;
	}
	.afh3{
		margin-bottom:1.5rem;
	}
	.afh3 h3{
		font-size: 2rem;
		line-height: 3rem;
	}
}

@media (max-width: 767px){
	.afbotBox {
		height: auto;
		padding: 3.12rem 1.25rem;
		background-image: url(/img/common/nm_af_lawyer_bg.webp);
	}
	
	.mobr{
		display:block;
	}
	
	.afh2{
		display:block;
		margin-bottom:1.25rem;
	}
	.afh2 h2{
		font-size: 1.625rem;
		line-height: 2.5rem;
	}
	.afh3{
		margin-bottom:1.87rem;
	}
	.afh3 h3{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.afbtn a{
		font-size: 0.9375rem;
		padding: 0.69rem 1.25rem 0.69rem 1.25rem;
	}
}
/*================== :::::::::::::: 하단 적으로 영역 end ~ :::::::::::::: ==================*/


/*================== :::::::::::::: 상담신청 영역 START ~ :::::::::::::: ==================*/

.contactbg {
    background-image: url(../img/sub/contact/contact_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 767px) {
    .contactbg {
        background-image: url(../img/sub/contact/contact_bg_mo.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* ========== 최상단 컨텐츠 =========== */
.cntopcontbox{
	max-width:1480px;
	padding:0 0rem;
	margin:0 auto;
}
.cntopcont {
    display: flex;
    margin: 0 0 2.5rem 0;
    justify-content: space-between;
}
.cntext{
	position:relative;
}
.cntext h2{
	padding:0!important;
	margin:0!important;
	color: #111!important;
    font-family: 'Pretendard';
	font-size: 2rem!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 3.4375rem!important;
	letter-spacing: -0.02rem;
}
.cntext h2 span{
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}

.cnlist{
	padding:0 0 0 2rem;
	position:relative;
}
.cnlist ul{
	margin:0!important;
	padding:0!important;
	position:relative;
}
.cnlist ul li:nth-child(1){
	margin:0;
}
.cnlist ul li{
	position:relative;
	list-style:none;
	margin:0.63rem 0 0 0;
	padding:0 0 0 2.495rem;
}
.cnlist ul li span {
    position: absolute;
    left: 0rem;
    top: 0rem;
    border-radius: 50%;
    background: #D9B65C;
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.875rem;
    letter-spacing: -0.0175rem;
    align-items: center;
    justify-content: center;
}
.cnlist ul li h3{
	margin:0;
	padding:0;
	color: #111;
	font-family: 'Pretendard';
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem;
}
@media (max-width: 1300px) {
	.cntopcont {
		display: block;
		margin: 0 0 5rem 0;
	}
	.cnlist{
		padding:2rem 0 0 0;
		position:relative;
	}
}
@media (max-width: 767px) {
	#contactArea:before {
		position: absolute;
		left: 0rem;
		top: -1.25rem;
		border-radius: 1.25rem 1.25rem 0 0;
		width: 100%;
		height: 1.88rem;
		background: #fff;
		content: '';
	}
	
	
	.cntopcont {
		display: block;
		margin: 0 0 1.24rem 0;
	}
	.cntext h2 br{display:none;}
	.cntext h2 {
		font-size: 1.125rem!important;
		line-height: 1.75rem!important;
		letter-spacing: -0.01125rem!important;
	}
	
	.cnlist {
		padding: 1.25rem 0 0 0;
	}
	.cnlist ul li span {
		width: 1.5rem;
		height: 1.5rem;
		font-size: 0.6875rem;
		line-height: 0.75rem;
		letter-spacing: -0.01375rem;
	}
	.cnlist ul li h3 {
		font-size: 0.875rem;
		line-height: 1.5rem;
	}
	.cnlist ul li {
		margin: 0.62rem 0 0 0;
		padding: 0 0 0 2rem;
	}
}
/* ========== // 최상단 컨텐츠 =========== */


/* ========== 기본 레이아웃 =========== */
.inform .wpforms-container {
    /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2)!important; */
    margin: 0!important;
    /* border: 1px solid #eee!important; */
}
.inform .wpforms-container .wpforms-field {
    padding: 0 0 2.5rem 0;
    margin: 2.5rem 0rem 0rem 0rem;
    border-bottom: 1px solid #eee;
}
.inform .noneborB{
	padding-bottom: 0rem!important;
    border-bottom:none!important;
}
.inform .wpforms-field-limit-text{
	display:none;
}

@media (max-width: 767px){
	.inform .wpforms-container .wpforms-field {
		padding: 0 0 1.88rem 0;
		margin: 1.88rem 0rem 0rem 0rem;
		border-bottom: 1px solid #eee;
	}
}


/* ========== 라벨 =========== */
.inform .wpforms-container .wpforms-field-label {
    padding: 0.94rem 0;
    margin: 0;
    display: flex;
    color: #111;
    font-family: 'Pretendard-Medium';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.5rem;
    align-items: center;
    justify-content: flex-start;
}
.inform .wpforms-container .wpforms-required-label {
    margin-left: 0.62rem;
    color: #fff;
}
.inform .wpforms-container .wpforms-required-label::before {
    top: -0.1rem;
    position: relative;
    content: '필수입력';
    color: #EF811B;
    font-family: 'Pretendard';
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: inherit;
}
@media (max-width: 767px){
	.inform .wpforms-container .wpforms-required-label {
		margin-left: 0rem;
		height:1.25rem;
	}
	.inform .wpforms-container .wpforms-required-label::before {
		top: -0.3rem;
		position: relative;
		content: '필수입력';
		color: #EF811B;
		font-family: 'Pretendard';
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.25rem;
	}
	.inform .wpforms-container .wpforms-field-label {
		padding: 0rem 0 1rem 0;
		margin: 0;
		display: flex;
		font-size: 1.125rem;
		line-height: 1.75rem;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column-reverse;
	}
}


/* ========== 라디오버튼 =========== */
.inform div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul, 
.inform div.wpforms-container-full .wpforms-field.wpforms-field-radio ul, 
.inform div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul, 
.inform div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul, 
.inform div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
	gap: 1rem 3rem;
}
.inform .wpforms-container .checkform ul li {
    display: flex!important;
    position: relative;
    align-items: center!important;
    justify-content: flex-start;
}
.inform .wpforms-container .checkform ul li input {
    min-width: 0!important;
    margin-top: -2px!important;
}
.inform .wpforms-container .checkform ul li input[type=radio]{
	margin: 0;
}
.inform .wpforms-container .checkform ul li input[type=radio]:checked:before{
	border-radius: 50%;
    margin: 0;
    border-color: #2F2C2C;
    background: #2F2C2C;
    box-shadow: none;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	box-shadow: none;
    border: none;
}

.inform .wpforms-container .checkform ul li input[type=radio]:checked:after {
    height: 6px;
    width: 6px;
	top: 4px;
    left: 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(1);
}
.inform div.wpforms-container-full input[type=checkbox]:before, 
.inform div.wpforms-container-full input[type=checkbox]:after, 
.inform div.wpforms-container-full input[type=radio]:before, 
.inform div.wpforms-container-full input[type=radio]:after {
	border-radius: 50%;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width:16px;
    height: 16px;
    box-sizing: content-box;
    cursor: pointer;
}
.inform .wpforms-container .checkform .wpforms-selected .wpforms-field-label-inline{
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
}
.inform .wpforms-container .checkform .wpforms-field-label-inline {
    padding-inline-start: 1.25rem;
    color: #111;
    font-family: 'Pretendard';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
}

@media (max-width: 767px){
	.inform div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul, .inform div.wpforms-container-full .wpforms-field.wpforms-field-radio ul, .inform div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul, .inform div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul, .inform div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
		gap: 0.37rem 0rem;
	}
	.inform .wpforms-container .checkform ul li {
		width: 100%;
	}
	.inform .wpforms-container .checkform .wpforms-field-label-inline {
		padding-inline-start: 0.62rem;
		font-size: 0.9375rem;
		line-height: 1.625rem;
	}
}


/* ========== 체크박스 =========== */
.inform .wpforms-container .checkform ul li input[type=checkbox]:checked:before {
	border-radius: 50%;
    margin: 0;
    border-color: #2F2C2C;
    background: #2F2C2C;
    box-shadow: none;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	box-shadow: none;
    border: none;
}
.inform input[type="checkbox"]:checked, 
.inform input[type="checkbox"]:hover:checked, 
.inform input[type="checkbox"]:focus:checked{
    border-color: inherit;
    background-color: inherit;
    box-shadow: none;
}
.inform .wpforms-container-full input[type=checkbox]:checked:after {
    height: 6px;
    width: 6px;
	top: 4px;
    left: 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(1);
}
.inform div.wpforms-container-full input[type=checkbox]:focus:before, 
.inform div.wpforms-container-full input[type=radio]:focus:before {
	border-width: 1px;
    border-style: solid;
	border-color: var(--wpforms-field-border-color);
    /* border-color: #CCC; */
    box-shadow: none;
    outline: none;
}



/* ========== 미니 설명글 =========== */
.inform .wpforms-container .checkform .wpforms-field-description {
    display: block;
    font-family: 'Pretendard';
    font-size: 0.9375rem;
    margin: 1rem 0 0 0;
}
@media (max-width: 767px){
	.inform .wpforms-container .checkform .wpforms-field-description {
		font-size: 0.813rem;
		margin: 0.6rem 0 0 0;
	}
}


/* ========== 기타입력 인풋 =========== */
.inform .wpforms-container .wpforms-field.etctextform{
	margin: 1.5rem 0rem 0rem 0rem!important;
}
.inform .wpforms-container .wpforms-field.etctextform .wpforms-field-label{
	display:none;
}
.inform .wpforms-container .wpforms-field.etctextform input {
    height: 4.125rem;
    padding: 1.25rem 1.875rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
	
	color: #111;
	font-family: 'Pretendard';
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem;
}
.inform .wpforms-container .wpforms-field.etctextform input:focus {
	border:1px solid #222;
	box-shadow: none;
}
.inform .wpforms-container .wpforms-field.etctextform input::placeholder{
	opacity:1;
	color: #999;
	font-family: 'Pretendard';
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem;
}
@media (max-width: 767px){
	.inform .wpforms-container .wpforms-field.etctextform {
		margin: 1rem 0rem 0rem 0rem!important;
	}
	.inform .wpforms-container .wpforms-field.etctextform input {
		height: 3.25rem;
		padding: 0.875rem 1rem;
		border-radius: 0.25rem;
		border: 1px solid rgba(0, 0, 0, 0.10);
		font-size: 0.9375rem;
		line-height: 1.5rem;
	}
	.inform .wpforms-container .wpforms-field.etctextform input::placeholder{
		font-size: 0.9375rem;
		line-height:1.5rem;
	}
}


/* ========== 중간 텍스트 섹션 =========== */
.inform .wpforms-container .wpforms-field.section_divider {
    border-radius: 0.375rem;
    padding: 2.5rem 2.5rem;
    margin: 5rem 0 -0.32rem 0;
    background: #FAF3EA;
	position:relative;
}
.inform .wpforms-container .wpforms-field.section_divider:before{
	content:'';
	position:absolute;
	left:0rem;
	width: 0.1875rem;
	height:5.625rem;
	border-radius: 0rem 0.1875rem 0.1875rem 0rem;
	background: #D9B65C;
}
.inform .wpforms-container .wpforms-field.section_divider .wpforms-field-label {
    font-family: 'Pretendard-Bold';
    font-weight: 700;
    padding: 0;
    margin: 0 0 0.62rem 0;
    line-height: 3.125rem;
    font-size: 2.375rem;
}
.inform .wpforms-container .wpforms-field.section_divider .wpforms-field-description {
    color: #888;
    font-weight: 400;
    line-height: 1.875rem;
    font-size: 1.25rem;
    font-family: 'Pretendard';
}
.inform .wpforms-container .wpforms-field.section_divider input{
	display:none;
}
@media (max-width: 767px){
	.inform .wpforms-container .wpforms-field.section_divider {
		border-radius: 0.25rem;
		padding: 1.25rem 1.12rem 1.25rem 1rem;
		margin: 3.12rem 0 0rem 0;
	}
	.inform .wpforms-container .wpforms-field.section_divider .wpforms-field-label {
		margin: 0 0 0.5rem 0;
		line-height: 1.5rem;
		font-size: 1.375rem;
	}
	.inform .wpforms-container .wpforms-field.section_divider .wpforms-field-description {
		line-height: 1.25rem;
		font-size: 0.875rem;
	}
	.inform .wpforms-container .wpforms-field.section_divider:before {
		border-radius: 0rem 0.1875rem 0.1875rem 0rem;
		width: 0.125rem;
		height: 3.25rem;
	}
}


/* ========== 인풋 에리아 =========== */
.inform .wpforms-container .wpforms-field.textform input {
    height: 4.125rem;
    padding: 1.25rem 1.875rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
	
	color: #111;
	font-family: 'Pretendard';
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem;
}
.inform .wpforms-container .wpforms-field.textform input:focus {
	border:1px solid #222;
	box-shadow: none;
}
.inform .wpforms-container .wpforms-field.textform input::placeholder{
	opacity:1;
	color: #999;
	font-family: 'Pretendard';
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem;
}
@media (max-width: 767px){
	.inform .wpforms-container .wpforms-field.textform input {
		height: 3.25rem;
		padding: 0.875rem 1rem;
		border-radius: 0.25rem;
		border: 1px solid rgba(0, 0, 0, 0.10);
		font-size: 0.9375rem;
		line-height: 1.5rem;
	}
	.inform .wpforms-container .wpforms-field.textform input::placeholder{
		font-size: 0.9375rem;
		line-height:1.5rem;
	}
}


/* ========== 텍스트 에리아 =========== */
.inform .wpforms-container .wpforms-field.textform textarea {
    padding: 1.25rem 1.875rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
	
	color: #111;
	font-family: 'Pretendard';
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem;
}
.inform .wpforms-container .wpforms-field.textform textarea:focus {
	border:1px solid #222;
	box-shadow: none;
}
.inform .wpforms-container .wpforms-field.textform textarea::placeholder{
	opacity:1;
	color: #999;
	font-family: 'Pretendard';
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem;
}
@media (max-width: 767px){
	.inform .wpforms-container .wpforms-field.textform textarea {
		padding: 0.875rem 1rem;
		border: 1px solid rgba(0, 0, 0, 0.10);
		font-size: 0.9375rem;
		line-height: 1.5rem;
	}
	.inform .wpforms-container .wpforms-field.textform textarea::placeholder{
		font-size: 0.9375rem;
		line-height: 1.5rem;
	}
}


/* ========== 개인정보처리방침 체크 =========== */
.inform .wpforms-container .wpforms-field.privacycheck{
	border-bottom: none!important;
}
.inform .privacycheck .wpforms-field-label{
	display:none;
}

.inform div.wpforms-container-full .privacycheck input[type=checkbox]{
	margin:0!important;
}
.inform div.wpforms-container-full .privacycheck input[type=checkbox]:before{
	content: none;
}
.inform div.wpforms-container-full .privacycheck input[type=checkbox]:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width:16px;
    height:16px;
    box-sizing: content-box;
    cursor: pointer;
	border-radius: 0.1875rem;
	border: 2px solid var(--1, #2F2C2C);
}
.inform .wpforms-container-full .privacycheck input[type=checkbox]:checked:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width:20px;
    height:20px;
    box-sizing: content-box;
    cursor: pointer;
	border-radius: 0.1875rem;
	border: none;
	background-image: url(../img/common/privcheck_on.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.inform .privacycheck input[type="checkbox"]:checked, 
.inform .privacycheck input[type="checkbox"]:hover:checked, 
.inform .privacycheck input[type="checkbox"]:focus:checked{
    border-color: inherit;
    background-color: inherit;
    box-shadow: none;
}
.inform div.wpforms-container-full .privacycheck input[type=checkbox]:focus:before, 
.inform div.wpforms-container-full .privacycheck input[type=radio]:focus:before {
	border-width: 0px;
    border-style: solid;
	border-color: var(--wpforms-field-border-color);
    box-shadow: none;
    outline: none;
}

.inform .wpforms-container .privacycheck .wpforms-field-label-inline {
    padding-inline-start: 0.82rem;
    color: #444;
    font-family: 'Pretendard';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.privacycheck .wpforms-field-description {
	padding: 1.25rem 1.875rem!important;
    height: auto!important;
    overflow: hidden!important;
    background: #f6f6f6!important;
    border: 1px solid #eee!important;
	color: #444!important;
    font-family: 'Pretendard'!important;
    font-size: 1rem!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: 1.6rem!important;
}
@media (max-width: 767px){
	.inform .wpforms-container .wpforms-field.privacycheck {
		padding-bottom: 0;
	}
	.inform .wpforms-container .privacycheck .wpforms-field-label-inline {
		padding-inline-start: 0.82rem;
		font-size: 0.9375rem;
		line-height: 1.25rem;
	}
	.privacycheck .wpforms-field-description {
		margin: 0.4rem 0 0 0!important;
		padding: 0.875rem 1rem!important;
		font-size: 0.813rem!important;
		line-height: 1.25rem!important;
	}
}

/* ========== 제출 버튼 =========== */
.inform .wpforms-submit-container {
    padding: 0 0 3.12rem 0;
    display: flex;
    margin: 3.12rem 0 0 0!important;
    align-items: center;
    justify-content: center;
}
.inform .wpforms-submit-container .contsubmit{
	height: auto;
	border-radius: 0.25rem;
	padding: 1.375rem 4.375rem;
	background: linear-gradient(0deg, #D9B65C 0%, #D9B65C 100%), #FFF;
	
	color: #FFF;
	text-align: center;
	font-family: 'Pretendard-SemiBold';
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.625rem;
}
@media (max-width: 767px){
	.inform .wpforms-submit-container {
		padding: 0;
		margin: 3.12rem 0 0 0!important;
	}
	.inform .wpforms-submit-container .contsubmit {
		width: 100%;
		padding: 0.81rem 0rem;
		font-size: 1rem;
		line-height: 1.5rem;
	}
}


/* ========== 감성텍스트 영역 =========== */
.consultmindwrap .mindwrap{
	display:none;
	padding:7.5rem 0 0 0;
}
.consultmindwrap .mindSideBox {
	max-width:1520px;
    padding: 0 1.25rem;
}
.consultmindwrap .mindbg {
    margin: 0 auto;
    max-width: 1520px;
    height: 23.75rem;
    background-image: url(/img/main/mindbg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}
@media (max-width: 1400px){
	.consultmindwrap .mindwrap {
		padding: 6rem 0 0 0;
	}
}
@media (max-width: 1200px){
	.consultmindwrap .mindbg {
	    height: 18.75rem;
	}
}
@media (max-width: 991px) {
    .consultmindwrap .mindbg {
        height: 14.75rem;
    }
}
@media (max-width: 767px){
	.consultmindwrap .mindwrap {
		border-top: 1px solid #EEE;
		padding: 3.12rem 0 0 0;
	}
	
	.consultmindwrap .mindbg {
	    height: auto;
		background-size: cover;
	}
}

/*================== :::::::::::::: 상담신청 영역 end ~ :::::::::::::: ==================*/


/*================== :::::::::::::: 게시판 레이아웃 영역 end ~ :::::::::::::: ==================*/
@media (max-width: 767px) {
    #boardArea {
        top: 0rem!important;
    }
	#boardArea:before{
		position:absolute;
		left:0rem;
		top:-1.25rem;
		border-radius:1.25rem 1.25rem 0 0;
		width:100%;
		height:1.88rem;
		background:#fff;
		content:'';
	}
}
/*================== :::::::::::::: 게시판 레이아웃 영역 end ~ :::::::::::::: ==================*/




/*================== :::::::::::::: 검색결과 START ~ :::::::::::::: ==================*/
.search-results .content-area {
    padding: 8rem 0 0 0!important;
}


.search-results .page-title{
	font-family: 'Pretendard';
}
.search-results .ast-breadcrumbs{
	font-family: 'Pretendard';
}


.search-results .ast-article-inner{
	border:1px solid #eee;
}
.search-results .ast-blog-single-element a{
	font-family: 'Pretendard';
}
.search-results .entry-title a{
	color:#111;
}
.search-results .ast-blog-single-element{
    color: #4580D7;
}
.search-results .ast-blog-single-element p {
    color: #111;
    font-family: 'Pretendard-Light';
}
.search-results .entry-meta{
	color: rgb(136, 136, 136);
	font-family: 'Pretendard-Light';
}
.search-results .entry-meta .author-name{
	color: rgb(136, 136, 136);
	font-family: 'Pretendard-Light';
}
.search-results .posted-on .published{
	color: rgb(136, 136, 136);
	font-family: 'Pretendard-Light';
}


.search-results .ast-pagination .page-numbers{
	font-family: 'Pretendard';
}

@media (max-width: 767px) {
	.search-results .content-area {
		padding: 4.12rem 0 0 0!important;
	}
	
	
	.search-results .ast-archive-description {
		padding-top: 2em!important;
		padding-right: 1em!important;
		padding-bottom: 1.5em!important;
		padding-left: 1em!important;
	}
	.search-results .page-title {
		font-size: 1.5rem!important;
		font-family: 'Pretendard';
	}
	.search-results .ast-archive-description h1, .search .ast-archive-description h1 * {
		font-size: 1.5rem!important;
	}
}
/*================== :::::::::::::: 검색결과 end ~ :::::::::::::: ==================*/
.apidataBox{
	margin:0 auto;
	max-width:1200px;
	width:100%;
	padding:10rem 0rem;
}
.apidataBox .post {
    padding: 1rem;
    border: 1px solid #ddd;
    margin: 1rem 0 1rem 0;
}
.apidataBox .post .crimeNum {
    color: red;
    margin-bottom: 1rem;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.4rem;
}
.apidataBox .post .crimeName {
	margin: 1rem 0 1rem 0;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2rem;
}
.apidataBox .post img{
	height:10rem;
	border:1px solid #ddd;
}