@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/* 폰트 깨짐 방지 */
/* p, b,a, h1, h2, h3, h4, h5, h6, ul, li, tr, td, input, select, textarea, button, figure, blockquote{ */
/* } */


.dp-block {
	display:block;
}
.dp-none {
	display:none;
}

.pc-mode{display: block !important;}
.m-mode{display: none !important;}

.fl{float: left;}
.fr{float: right;}

.ta-c{text-align: center;}
.ta-l{text-align: left;}
.ta-r{text-align: right;}

.fs-i{font-style: italic;}

.position-r{position: relative;}

.pa-center {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.of-hidden {
	overflow:hidden;
}
.fw-100 {
	font-weight:100;
}
.fw-200 {
	font-weight:200;
}
.fw-300 {
	font-weight:300;
}
.fw-400 {
	font-weight:400;
}
.fw-500 {
	font-weight:500;
}
.fw-600 {
	font-weight:600;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}

.fs-i{font-style: italic;}

.fc-w {
	color:#fff
}

.fc-p-1{color: #3c83d9;}
.fc-p-2{color: #2251a5;}
.fc-p-3{color: #2f3237;}


.fs-20{font-size: 20px;}
.fs-30{font-size: 30px;}
.fs-40{font-size: 40px;}
.fs-50{font-size: 50px;}

.pd-0{padding: 0;}

.pt-10 {
	padding-top:10px;
}
.pt-20 {
	padding-top:20px;
}
.pt-30 {
	padding-top:30px;
}
.pt-40 {
	padding-top:40px;
}
.pt-50 {
	padding-top:50px;
}
.pt-100 {
	padding-top:100px;
}
.pl-10 {
	padding-left:10px;
}
.pl-20 {
	padding-left:20px;
}
.pl30 {
	padding-left:30px;
}
.pl-40 {
	padding-left:40px;
}
.pl-50 {
	padding-left:50px;
}
.pb-10 {
	padding-bottom:10px;
}
.pb-15 {
	padding-bottom:15px;
}
.pb-20 {
	padding-bottom:20px;
}
.pb-25 {
	padding-bottom:25px;
}
.pb-30 {
	padding-bottom:30px;
}
.pb-40 {
	padding-bottom:40px;
}
.pb-50 {
	padding-bottom:50px;
}

.pb-80 {
	padding-bottom:80px;
}

.pb-100 {
	padding-bottom:100px;
}
.pr-10 {
	padding-right:10px;
}
.pr-20 {
	padding-right:20px;
}
.pr-30 {
	padding-right:30px;
}
.pr-40 {
	padding-right:40px;
}
.pr-50 {
	padding-right:50px;
}

.mt-5 {
	margin-top:5px !important;
}

.mt-10 {
	margin-top:10px;
}
.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}
.mt-40 {
	margin-top:40px;
}
.mt-50 {
	margin-top:50px;
}
.mt-100 {
	margin-top:100px;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px !important;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-50 {
	margin-bottom:50px !important;
}
.mb-100 {
	margin-bottom:100px;
}
.ml-10 {
	margin-left:10px;
}
.ml-20 {
	margin-left:20px;
}
.ml-30 {
	margin-left:30px;
}
.ml-40 {
	margin-left:40px;
}
.ml-50 {
	margin-left:50px;
}
.mr-0 {
	margin-right:0px !important;
}
.mr-10 {
	margin-right:10px;
}
.mr-20 {
	margin-right:20px;
}
.mr-30 {
	margin-right:30px;
}
.mr-40 {
	margin-right:40px;
}
.mr-50 {
	margin-right:50px;
}

.m0auto{margin:0 auto;}

.br-n{
	border-right: 0 !important;
}

.wd-95{
	width: 95% !important;
}

.wd-100{
	width: 100% !important;
}

.bd-r-n{border-right: 0 !important;}
.bd-r{border-right:1px solid #f4f4f4;}

.btn-st {
	position:relative;
	display:block;
	width: 180px;
	height: 60px;
	overflow: hidden;
	border:0;
	font-weight: 700;

}
.btn-st > span {
	display: table;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
}

.bg-c-01{
	background: #ffab00;
	background: -webkit-linear-gradient(to right, #ff9000, #ffab00);
	background: linear-gradient(to right, #ff9000, #ffab00);
}

.bg-c-01:hover{
	transition: 0.2s;
	background: #ff9000;
	background: -webkit-linear-gradient(to right, #ff9000, #9e5a32);
	background: linear-gradient(to right, #ff9000, #9e5a32);
}

.bg-c-02{
	background: #333;
}

.inner{
	width: 1200px;
	margin: 0 auto;
}

.clearfix::after{
	display: block;
	content: "";
	clear: both;
}



input[type="checkbox"] {
	display:none;
}


input[type="checkbox"] + label span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	background: url("../images/common/checkbox.svg") left top no-repeat;
	cursor: pointer;
	background-size: cover;
}


input[type="checkbox"]:checked + label span {
	background:url("../images/common/checkbox.svg")  -26px top no-repeat;
	background-size: cover;
}


input[type="checkbox"] {
	display:none;
}


input[type="checkbox"] + label span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	background: url("../images/common/checkbox.svg") left top no-repeat;
	cursor: pointer;
	background-size: cover;
}


input[type="checkbox"]:checked + label span {
	background:url("../images/common/checkbox.svg")  -26px top no-repeat;
	background-size: cover;
}


input[type="radio"] {
	display:none;
}


input[type="radio"] + label span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	background: url("../images/common/radio.svg") left top no-repeat;
	cursor: pointer;
	background-size: cover;
}


input[type="radio"]:checked + label span {
	background:url("../images/common/radio.svg")  -26px top no-repeat;
	background-size: cover;
}

input[type="text"]{
	border:1px solid #eaeaea;
	padding: 10px;
	height: 55px;
	line-height: 55px;
}

.chk-box label{
	cursor: pointer;
}

textarea{
	border:1px solid #eaeaea;
	padding: 10px;
	resize: none;;
}


select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/common/arr-down.png") 90% center no-repeat;
}

select::-ms-expand { display: none; }

.layered-popup {
	display:none;
	position: absolute;
	width:320px;
	height:320px;
	z-index: 100;
	top:160px;
	font-size:20px;
	padding-left:5px;
	padding-right:5px;
    @media (min-width: 768px) {
        right: 0;
        width: 480px;
        left: auto !important;
    }
}
.popup-wrap {
	position: absolute;
	width: 100%;
	height: 660px;
	text-align: center;
}
.popup-inner{
	position: relative;
	width: 80%;
	height: 660px;
	display: inline-block;
}
.layered-popup img {
	width: 100%;
	border: 1px solid #413D3C;
	/*height: 340px;*/
}
.layered-popup .button_area{
	text-align: center;
}
.layered-popup .button_area .button{
	background-color: #333;
	/*background-color: #a97d5b;*/
	color: white;
	display: inline-block;
	width: 50%;
	float: left;
	font-size: 13px;
	padding: 8px 12px;
	cursor: pointer;
	z-index: 9999;
	border-bottom: 1px solid #413D3C;
}
.layered-popup .button_area .button:nth-child(1){
	border: 1px solid #413D3C;
	border-right: 1px solid #413D3C;
	background-color: #3686d4;
	border-top: 0;
}

@media only screen and (max-width: 1024px){

	/* S: 팝업 */
	.layered-popup {
			left: 50% !important;
			top: 80px !important;
			transform: translate(-50%, 0);
		}

	.popup-wrap {
			width: 100%;
			height: auto;
	}

	.popup-inner {
			width: 100%;
			height: auto;
	}

	.pop-img-wrap {
			height: 200px;
	}
	/* E:팝업 */

}

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

	.pc-mode{display: none !important;}
	.m-mode{display: block !important;}

	.inner{
		width: 100%;
		padding: 0 20px;
	}

	.m-scr-wrap {
		width: 100%;
		overflow-x: scroll;
	}





}

.quick-menu{
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
	width: 100px;
	height: auto;
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0,0,0,.12);
	border-radius: 50px;
	overflow: hidden;
}
.quick-item{
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.quick-item.title {
	height: 90px;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
	background-color: #0c5088;
	line-height: 1.2;
}
.quick-item.top {
	height: 90px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 600;
	background-color: #333;
	color: #fff;
}
.i-blog{
	background-image: url(../images/common/i-blog.png);
}
.i-youtube{
	background-image: url(../images/common/i-youtube.png);
}
.i-location{
	background-image: url(../images/common/i-location.png);
}
.i-contact{
	background-image: url(../images/common/i-contact.png);
}

.counse-box {
	display: none;
}

@media screen and (max-width: 768px){
	.quick-menu{
		top: 50%;
		transform: translate(0, -50%);
		bottom: auto;
		right: 5px;
		width: 60px;
	}
	.quick-item{
		width: 60px;
		height: 60px;
		font-size: 12px;
	}

	.quick-item.title {
		height: 70px;
	}

	.quick-item.top {
		height: 70px;
		padding-bottom: 0;
	}

	.quick-item.top .material-symbols-outlined {	
    font-size: 16px;
	}
}