/*
@import url("style.css");
@import url("main2.css");
@import url("main.css");
@import url("../bootstrap-3.3.2-dist/css/bootstrap.css");
@import url("fontawesome-all.css");
@import url("cssmenu.css");
*/
@import url("font.css");
@import url("board.css");/*게시판*/
@import url("member.css");/*member.php 회원페이지*/

body {
	width:100%; margin:0; padding:0; word-break:keep-all; word-wrap:break-word;
	scrollbar-face-color: #1bb7b5; scrollbar-shadow-color: #1bb7b5; scrollbar-highlight-color: #1bb7b5; scrollbar-3dlight-color: white; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-arrow-color: #1bb7b5;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	font-family: 'Noto Sans KR', sans-serif; font-size:1rem; line-height:+1.5; color:#333;
}

/*
face = 스크롤바의 색
shadow = 스크롤바 오른쪽 외각선
highlight = 스크롤 왼쪽 외각선
3dlight = 스크롤바 왼쪽 그림자
darkshadow = 스크롤 오른쪽 그림자↙
track = 스크롤바 없는 바탕색
arrow = 화살*/

/*드래그*/
::selection {color: inherit; background: rgb(255, 234, 46);}
::-moz-selection {color: inherit; background: rgb(255, 234, 46);} /* firefox */
/*드래그 끝*/

p {margin:0; padding:0;}
.text_hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip-path: polygon(0 0, 0 0, 0 0);
}
.displayNone {display:none;}

.textAlignLeft {text-align:left;}
.textAlignRight {text-align:right;}

.text-letter-spacing1 {letter-spacing: -1px;}
.text-letter-spacing2 {letter-spacing: -2px;}

.boder-b-white {border-bottom: 1px solid #fff;}

.font-weight-100 {font-weight: 100;}

/*------------------------------------------------------------------------------------------------------
skip
---------------------------------------------------------------------------------------------------------*/
#skipNavi {position:absolute; left:0; top:-1000px; width:100%; height: 0px; z-index:1000; line-height:1px; font-size:1px;}
#skipNavi a{display:block; text-align:center; width: 100%;  line-height:1px; font-size:1px;}
#skipNavi a:focus, #skipnavigation a:hover, #skipnavigation a:active {position:absolute; left:0px; top:1000px; padding: 8px 0;  display:block; height:20px; background:#20262c; font-size:12px; font-weight:bold; line-height:18px; color:#fff;}
.hide{position:absolute; left:-9999px; top:-9999px; font-size:0; line-height:0; height:0; overflow:hidden; }
/*#skipNavi #topNaviSkip {margin:0; padding:0;}*/

#skipContent {}/*본문으로 바로가기*/
#skipMenu {}/*주메뉴로 바로가기*/
/*------------------------------------------------------------------------------------------------------
// skip
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
h사이즈
---------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
h1 {font-size:3.44rem;}/*55px*/
h2 {font-size:2.8rem;}/*45px*/
h3 {font-size:2.4rem;}/*39px*/
h4 {font-size:2rem;}/*34px*/
h5 {font-size:1.875rem;}/*30px*/
h6 {font-size:1.5rem;}/*24px*/
	/*@media all and (min-width: 320px) and (max-width: 56.25em) {
		h1 {font-size:26px; line-height:36px;}
		h2 {font-size:22px; line-height:33px;}
		h3 {font-size:20px; line-height:30px;}
		h4 {font-size:16px; line-height:26px;}
	}*/
/*------------------------------------------------------------------------------------------------------
h사이즈 끝
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
폰트
---------------------------------------------------------------------------------------------------------*/
.noto_sans {font-family: 'Noto Sans KR', sans-serif;}
.noto_serif {font-family: 'Noto Serif KR', serif;}

.tenada_point {font-family: 'Tenada'; letter-spacing: -1px;}
.tenada_title {font-family: 'Tenada';}
	@media screen and (max-width: 575px) {
		.tenada_title {font-size: 1.5rem;}
	}
	@media screen and (min-width: 576px) and (max-width: 767px) {
		.tenada_title {font-size: 2rem;}
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
		.tenada_title {font-size: 3.5rem;}
	}
	@media screen and (min-width: 992px) {
		.tenada_title {font-size: 3.5rem;}
	}
.tenada_subtitle {font-family: cafe24Dangdanghae;}
	@media screen and (max-width: 575px) {
		.tenada_subtitle {font-size: 1rem;}
	}
	@media screen and (min-width: 576px) and (max-width: 767px) {
		.tenada_subtitle {font-size: 1rem;}
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
		.tenada_subtitle {font-size: 2rem;}
	}
	@media screen and (min-width: 992px) {
		.tenada_subtitle {font-size: 2rem;}
	}

.st_red {color:#ff3401;}
.st_orange {color:#ff7742;}
.st_yellow {color:#ffcc00;}
.st_blue {color:#0f6296;}
.st_blue_deep {color:#3c4154;}
.st_green {color:#20a7bb;}
.st_gray_light {color: #efefef;}
.st_gray {color: #858585;}
.st_gray_dark {color: #333;}
.st_gray_deep {color: #202020;}

.bg_red {background-color: #ff3401;}
.bg_orange {background-color: #ff7742;}
.bg_yellow {background-color: #ffcc00;}
.bg_blue {background-color: #0f6296;}
.bg_blue_deep {background-color:#3c4154;}
.bg_green {background-color: #20a7bb;}
.bg_gray_light {background-color: #efefef;}
.bg_gray {background-color: #858585;}
.bg_gray_dark {background-color: #333;}
.bg_gray_deep {background-color: #202020;}

.bg_pink_opa {background-color: rgba(255, 170, 154, .1);}/*문화마당*/
.bg_purple_opa {background-color: rgba(255, 240, 0, .1);}/*동화마당*/
.bg_sky_opa {background-color: rgba(0, 114, 255, .1);}/*하늘마당*/
.bg_green_opa {background-color: rgba(66, 255, 0, .1);}/*풍년마당*/

.border_red {border: 1px solid #ff3401;}
.border_orange {border: 1px solid #ff7742;}
.border_yellow {border: 1px solid #ffcc00;}
.border_blue {background-color: #0f6296;}
.border_blue_deep {background-color:#3c4154;}
.border_green {border: 1px solid #20a7bb;}
.border_gray_light {border: 1px solid #efefef;}
.border_gray {border: 1px solid #858585;}
.border_gray_dark {border: 1px solid #333;}
.border_gray_deep {border: 1px solid #202020;}
/*------------------------------------------------------------------------------------------------------
폰트 끝
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
기타요소_타이틀및라인외
---------------------------------------------------------------------------------------------------------*/
.section_bottom_line {border-bottom: 4px solid #6b3b27;}
/*------------------------------------------------------------------------------------------------------
기타요소_타이틀및라인외 끝
---------------------------------------------------------------------------------------------------------*/
.con_pre {white-space: pre-line;}
.w_23 {width: 23%;}
.w_30 {width: 30% !important;}

.bg_opacity_005 {--bs-bg-opacity: 0.05;}
.rounded_2r {border-radius: 2rem}

.fs_55 {font-size: 3.44rem;}
	/*@media all and (min-width: 320px) and (max-width: 780px) {
		.fs_55 {font-size: 2rem;}
	}*/
.fs_45 {font-size: 2.8rem;}
.fs_39 {font-size: 2.4rem;}
.fs_36 {font-size: 2.25rem;}
.fs_34 {font-size: 2rem;}
.fs_30 {font-size: 1.875rem;}
.fs_24 {font-size: 1.5rem;}
	/*@media all and (min-width: 320px) and (max-width: 780px) {
		.fs_24 {font-size: 1.125rem;}
	}*/
.fs_22 {font-size: 1.375rem;}
.fs_18 {font-size: 1.125rem;}
.fs_15 {font-size: 0.9375rem;}
.fs_7 {font-size: .7rem !important;}
.fs_8 {font-size: .8rem !important;}
.fs_9 {font-size: .9rem !important;}
.fs_20px {font-size: 20px;}
	@media all and (min-width: 320px) and (max-width: 992px) {
		.fs_20px {font-size: 15px;}
	}
.fs_28px {font-size: 28px;}
	@media all and (min-width: 320px) and (max-width: 992px) {
		.fs_28px {font-size: 24px;}
	}
.fs_36px {font-size: 36px;}
	@media all and (min-width: 320px) and (max-width: 992px) {
		.fs_28px {font-size: 28px;}
	}

.fw_100 {font-weight: 100;}
.fw_400 {font-weight: 400;}
.fw_500 {font-weight: 500;}
.fw_700 {font-weight: 700;}
.fw_900 {font-weight: 900;}
.lh-14px {line-height: 14px !important;}

/*------------------------------------------------------------------------------------------------------
마진 및 패딩
---------------------------------------------------------------------------------------------------------*/
.no_margin {margin:0;}
.no_margin_left {margin-left:0;}
.no_margin_right {margin-right:0;}
.no_margin_top {margin-top:0;}
.no_margin_bottom {margin-bottom:0;}

.margin10 {margin:10px auto;}
.margin15 {margin:15px auto;}
.margin20 {margin:20px auto;}
.margin25 {margin:25px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin25 {margin:20px auto;}
	}
.margin30 {margin:30px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin30 {margin:20px auto;}
	}
.margin35 {margin:35px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin35 {margin:20px auto;}
	}
.margin40 {margin:40px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin40 {margin:20px auto;}
	}
.margin45 {margin:45px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin45 {margin:20px auto;}
	}
.margin50 {margin:50px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin50 {margin:20px auto;}
	}
	
.margin75 {margin:75px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin80 {margin:35px auto;}
	}
	
.margin100 {margin:100px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin100 {margin:50px auto;}
	}

.marginTop0 {margin-top:0px;}
.marginTop10 {margin-top:10px;}
.marginTop15 {margin-top:15px;}
.marginTop20 {margin-top:20px;}
.marginTop25 {margin-top:25px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop25 {margin-top:20px;}
	}
.marginTop30 {margin-top:30px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop30 {margin-top:20px;}
	}
.marginTop35 {margin-top:35px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop35 {margin-top:20px;}
	}
.marginTop40 {margin-top:40px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop40 {margin-top:20px;}
	}
.marginTop45 {margin-top:45px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop45 {margin-top:20px;}
	}
.marginTop50 {margin-top:50px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop50 {margin-top:20px;}
	}
	
.marginTop75 {margin-top:75px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop75 {margin-top:35px;}
	}
	
.marginTop100 {margin-top:100px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop100 {margin-top:50px;}
	}

.marginBottom10 {margin-bottom:10px;}
.marginBottom15 {margin-bottom:15px;}
.marginBottom20 {margin-bottom:20px;}
.marginBottom25 {margin-bottom:25px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom25 {margin-bottom:20px;}
	}
.marginBottom30 {margin-bottom:30px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom30 {margin-bottom:20px;}
	}
.marginBottom35 {margin-bottom:35px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom35 {margin-bottom:20px;}
	}
.marginBottom40 {margin-bottom:40px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom40 {margin-bottom:20px;}
	}
.marginBottom45 {margin-bottom:45px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom45 {margin-bottom:20px;}
	}
.marginBottom50 {margin-bottom:50px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom50 {margin-bottom:20px;}
	}
	
.marginBottom75 {margin-bottom:75px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom75 {margin-bottom:35px;}
	}
	
.marginBottom100 {margin-bottom:100px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom100 {margin-bottom:50px;}
	}
		
.paddingTop100 {padding-top:100px;}
@media all and (min-width: 320px) and (max-width: 56.25em) {
	.paddingTop100 {padding-top:50px;}
}
.paddingBottom100 {padding-bottom:100px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.paddingBottom100 {padding-bottom:50px;}
	}
/*------------------------------------------------------------------------------------------------------
마진 및 패딩 끝
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
순서
---------------------------------------------------------------------------------------------------------*/
.order_1 {order:1; margin:0; padding:0;}
.order_2 {order:2; margin:0; padding:0;}
.order_3 {order:3; margin:0; padding:0;}
.order_4 {order:4; margin:0; padding:0;}
.order_5 {order:5; margin:0; padding:0;}
.order_6 {order:6; margin:0; padding:0;}
.order_7 {order:7; margin:0; padding:0;}
.order_8 {order:8; margin:0; padding:0;}
.order_9 {order:9; margin:0; padding:0;}
.order_10 {order:10; margin:0; padding:0;}
/*------------------------------------------------------------------------------------------------------
순서 끝
---------------------------------------------------------------------------------------------------------*/

#allWrap {
	width:100%; margin:0; padding:0;/* text-align:center;*/
	font-family: 'Noto Sans KR', sans-serif;
}
.allContainer {width:1280px; margin-left:auto; margin-right:auto; position:relative; word-break:keep-all;}
	/* 모바일 화면에서 적용될 CSS */	
	@media screen and (max-width: 575px) {
		.allContainer {width:100%; margin-left:auto; margin-right:auto;}
	}
	/* 태블릿 화면에서 적용될 CSS */
	@media screen and (min-width: 576px) and (max-width: 767px) {
		.allContainer {width:100%; margin-left:auto; margin-right:auto;}
	}
	/* 노트북 화면에서 적용될 CSS */
	@media screen and (min-width: 768px) and (max-width: 991px) {
		.allContainer {width:100%; max-width:1280px; margin-left:auto; margin-right:auto;}
	}
	/* 데스크톱 화면에서 적용될 CSS */
	@media screen and (min-width: 992px) {
		.allContainer {width:100%; max-width:1280px; margin-left:auto; margin-right:auto;}
	}

.wrap-com {padding: 0 9rem;}/*9rem= 162px*/
	@media (max-width: 768px) {
		.wrap-com {padding: 0 0.2rem;}
	}
	@media all and (min-width: 769px) and (max-width: 1462px) {
		.wrap-com {padding: 0 1rem;}
	}
.container-com {width: 100%;}

/*main {margin-top: 90px;}
	@media (max-width: 768px) {
		main {margin-top: -50px;}
	}
	@media all and (min-width: 769px) and (max-width: 1462px) {
		main {margin-top: 90px;}
	}*/

/*------------------------------------------------------------------------------------------------------
bootstrap 해상도 및 편집
---------------------------------------------------------------------------------------------------------*/
/*@media (min-width: 1280px) {
	.container {
	  width: 1280px!important;
	}
}*/
/*@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width:1280px;
	}
}*/

a {
	color:inherit; text-decoration: none;
	transition: color 0.3s ease-in-out;
}
/*a:link, a:visited {color:inherit;}*/
a:hover, a:active {
	transition: color 0.3s ease-in-out; color:#c4c4c4;
}

/*.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}*/

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

	  /*-----------------------
	  테이블
	  -----------------------*/
table {border-collapse:collapse;}
.table > thead > tr > th {vertical-align:middle;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {vertical-align:middle;}
  /*------------------------------------------------------------------------------------------------------
  bootstrap 해상도 및 편집 끝
  ---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
탑
---------------------------------------------------------------------------------------------------------*/
.navbar {background-color:#fff;}
	@media screen and (min-width: 320px) and (max-width: 991px) {
		.navbar {opacity: 1;}
	}
	@media screen and (min-width: 992px) {
		.navbar {opacity: .8;}
	}

	/*-----------------------
	헤더/내비게이션
	-----------------------*/
.cd-auto-hide-header {background: none!important;}
	@media screen and (max-width: 575px) {
		.cd-auto-hide-header {position: relative!important;}
	}
	@media screen and (min-width: 576px) and (max-width: 767px) {
		.cd-auto-hide-header {position: relative!important;}
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
		.cd-auto-hide-header {position: relative!important;}
	}
	/*@media screen and (min-width: 992px) {
		.main_visual {height: 720px;}
	}*/
/*#top-bar {}
	@media screen and (max-width: 575px) {
		#top-bar {background-color: #fff;}
	}
	@media screen and (min-width: 576px) and (max-width: 767px) {
		#top-bar {background-color: #fff;}
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
		#top-bar {background-color: #fff;}
	}
	@media screen and (min-width: 992px) {
		.main_visual {height: 720px;}
	}*/
#navigation {top: 20px!important;}
	/*@media screen and (max-width: 575px) {
		#navigation {top: 60px;}
	}*/
	@media screen and (min-width: 320px) and (max-width: 991px) {
		#navigation {top: 60px!important;}
	}
	/*@media screen and (min-width: 992px) {
		#navigation {}
	}*/
/*#toggle-nav, #toggle-search {height:50px!important; line-height:50px!important; background-color: #fff;}*/
.sub_top #top-bar {background: rgba(255, 255, 255, 0.5);}

	/*-----------------------
	로고
	-----------------------*/
.top_logo {padding-top: .5rem; padding-bottom: .5rem;}
	@media screen and (min-width: 320px) and (max-width: 991px) {
		.top_logo {padding-top:0;}
	}
.top_logo h1 {font-size: 0;}

@media screen and (min-width: 320px) and (max-width: 991px) {
	/*#top-bar {height: 64px;}*/
	.logo_img {width: 150px!important;}
}

/*-----------------------
견적문의 아이콘
-----------------------*/
.inquiryicon {
	width: 47px; height: 47px; border-radius: 100%; background-color: #0f6296;
	display: inline-block; position:absolute; top: 1.5rem; right:1rem;
	font-size: 2rem; color: #fff; z-index: 1;
}
	@media screen and (min-width: 320px) and (max-width: 991px) {
		.inquiryicon {
			width: 38px; height: 38px; top: 1rem;
			font-size: 1.5rem;
		}
	}

	/*-----------------------
	언어선택 버튼 (원본 내비게이션 위치 수정 포함)
	-----------------------*/
@media only screen and (min-width: 992px) {
	#button-box {right: 20px!important;}
	#navigation {right:70px!important;}
}
.nav_language {
	height:35px; margin-top: 35px; padding:0 30px; border:3px solid #000; border-radius: 50rem;
	color: #fff;
}
	@media screen and (min-width: 320px) and (max-width: 991px) {
		.nav_language {height:100%; margin-top: 0; padding:0 20px; border: none; border-radius: 0;}
	}

/*------------------------------------------------------------------------------------------------------
관련사이트
---------------------------------------------------------------------------------------------------------*/
/*.family_wrap {background-color: #dadada;}*/

/*------------------------------------------------------------------------------------------------------
푸터
---------------------------------------------------------------------------------------------------------*/
	/*-----------------------
	SNS공유
	-----------------------*/
.link-icon { position: relative; display: inline-block; width: auto; font-size: 14px; font-weight: 500; color: #333; margin-right: 10px; padding-top: 50px; }
.link-icon.twitter { background-image: url(../images/icon/icon-twitter.png); background-repeat: no-repeat; background-position: center top;}
.link-icon.facebook { background-image: url(../images/icon/icon-facebook.png); background-repeat: no-repeat; background-position: center top;} 
.link-icon.kakao { background-image: url(../images/icon/icon-kakao.png); background-repeat: no-repeat; background-position: center top;}
.link-icon.naver { background-image: url(../images/icon/icon-naver.png); background-repeat: no-repeat; background-position: center top;}

/*footer {background-color: #282930;}
footer .wrap-com {background: none;}*/

@media (max-width: 768px) {
	.fot_top {text-align: center;}
}
.family_wrap {text-align: right;}
	@media (max-width: 768px) {
		.family_wrap {text-align: center;}
	}

.footer_wrap {background-color: #282930;}
.copyright_wrap:nth-child(1) {border-bottom: 1px solid #636363;}
.copyright_wrap:nth-child(2) {border-top: 1px solid #636363;}
.copyright_container p {padding-top: 1.5rem; padding-bottom: 1.5rem;}
@media (max-width: 1462px) {
	.copyright_container p {padding-top: 0; padding-bottom: 0;}
}
.copyright_container p:nth-child(1), .copyright_container p:nth-child(2) {border-right: 1px solid #636363;}
.copyright_container p:nth-child(1), .copyright_container p:nth-child(2), .copyright_container p:nth-child(3) {text-align: center;}
	@media (max-width: 1462px) {
		.copyright_container p:nth-child(1), .copyright_container p:nth-child(2), .copyright_container p:nth-child(3) {text-align: left;}
	}

@media all and (min-width: 320px) and (max-width: 992px) {
	.footer_wrap .py-5 {padding-top: 1rem !important; padding-bottom: 1rem !important;}
	.copyright_wrap .align-items-start {align-items: center !important;}
	.copyright_container p:nth-child(1), .copyright_container p:nth-child(2), .copyright_container p:nth-child(3) {text-align: center !important;}
	.footer_wrap small {display: block; text-align: center;}
	.copyright_contact .h-100 {height: inherit !important;}
}