/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container {
	position: relative;
	overflow: visible !important;
}

#nt_wing img {
	max-width: 100%;
}

#nt_wing .wing-left,
#nt_wing .wing-right {
	position: absolute;
	width: 160px;
}

#nt_wing .wing-left {
	left: -180px;
}

#nt_wing .wing-right {
	right: -180px;
}

.boxed-b #nt_wing .wing-left {
	left: -200px;
}

.boxed-b #nt_wing .wing-right {
	right: -200px;
}

/********************************************************
■ 모바일 하단바
********************************************************/
#nt_bottom_nav_m {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1040;
	border-radius: 25px 25px 0 0;
	box-shadow: 0px -4px 12px rgb(50 60 70 / 15%);
	-webkit-box-shadow: 0px -4px 12px rgb(50 60 70 / 15%);
	-moz-box-shadow: 0px -4px 12px rgb(50 60 70 / 15%);
	padding: 0 15px;
}

#nt_bottom_nav_m ul li {
	position: relative;
	float: left;
	width: calc((100% - 90px) / 4);
	height: 42px;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
	cursor: pointer;
}

#nt_bottom_nav_m ul li:nth-child(3) {
	width: 90px;
}

#nt_bottom_nav_m ul li:nth-child(3) img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#nt_bottom_nav_m ul li a {}

#nt_bottom_nav_m ul li img {
	max-width: 100%;
}

#nt_bottom_nav_m ul li div {
	font-size: 12px;
	color: #333;
}

@media (max-width: 767px) {
	#nt_bottom_nav_m {
		display: block;
	}
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner {
	font-size: 1.0rem !important;
}

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
	top: 0.15rem !important;
	width: 1.4rem !important;
	height: 1.4rem !important;
}

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span {
	cursor: pointer;
	padding-left: 0.5rem !important;
}

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
	margin-top: 2px;
}

/* Button */
.btn-lg {
	padding: 10px 16px;
	border-radius: 3px;
	line-height: 1.33;
	font-size: 18px;
}

.btn-lg i {
	top: 3px;
	font-size: 24px;
	position: relative;
}

/* Form */
.col-form-label {
	font-weight: bold;
}

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus {
	color: #333;
}

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img {
	border-radius: 0.3rem !important;
}

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item {
	border-radius: 0 !important;
}
