/* 로딩 이미지 CSS { */
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
	box-sizing: border-box;
}

.lds-spinner {
	color: #00a3df;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3.2px;
	left: 36.8px;
	width: 6.4px;
	height: 17.6px;
	border-radius: 20%;
	background: #00a3df;
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* } 로딩 이미지 CSS */

.sort-btn{
	display:inline-block !important;
	cursor:pointer;
	padding: 5px 0 !important;
	text-align: center !important;
	width:20px !important;
}

.df_conf{
    color: #ec5e00;
    display: inline-block;
}

.detail_btn{
    display: block;
    margin: 0 0 0 118px;
    border: 1px solid #164494;
    padding: 0 7px 0 14px;
}

.detail_btn.sch{
    border: 1px solid #ec5e00;
}

.detail_btn.sch .text{
    padding: 0 13px 0 0;
    background-image: url("/static/images/contents/detail_btn_shc_icon1.png");
    color: #ec5e00;
}

.detail_btn .text{
    padding: 0 13px 0 0;
    background-image: url("/static/images/contents/detail_btn_icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #164494;
}

.part-detail-box{
    display: none;
}

.part-detail-box.active{
    display: table-row;
}

.part-detail-box.active .detail_info{
    padding: 50px 0 40px;
}

.part-detail-box .detail_info{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.part-detail-box .detail_info .title_box > .list{
    font-size: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.part-detail-box .detail_info .title_box > .list li{
    display: table-cell;
    width: 15%;
    border-right: 1px solid #eaeaea;
}

.part-detail-box .detail_info .title_box > .list li .box {
    padding: 0;
    background-color: #dbdbdb;
    color: #222222 !important;
    text-align: center;
}

.part-detail-box .detail_info .title_box > .list li .box .title {
    background-color: #dbdbdb;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 40px;
}

.part-detail-box .detail_info .info_box > .list > li .box .text_list {
    font-size: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.part-detail-box .detail_info .info_box > .list > li .box .text_list li .txt{
    padding: 9px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #222222;
    text-align: left;
}

.part-detail-box .detail_info .info_box > .list > li .box .text_list li:first-child {
    border-left: 1px solid #eaeaea;
}

.part-detail-box .detail_info .info_box > .list > li .box .text_list li {
    display: table-cell;
    width: 15%;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    vertical-align: middle;
}

.part-detail-box .close_btn {
    display: block;
    margin: 60px auto 0;
    background-color: #164494;
    padding: 0 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 1024px){
	.part-detail-box td{
        width: 100% !important;
    }

	.part-detail-box.active .detail_info{
		padding: 10px 0 40px;
	}

	.part-detail-box.active {
        display: table-row !important;
    }

	.part-detail-box {
        display: none !important;
    }
}

.tag-best{
	font-size: 10px;
	letter-spacing: -1px;
	height: 18px;
	line-height: 18px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 4px;
	margin-right: 2px;
	background: #0b89ba;
	color: #fff;
}

.result-loading {
    padding: 100px 5px;
    background-color: #f6fcfe;
    border-bottom: 1px solid #dde3e5;
    border-top: 2px solid #164494;
    text-align: center;
}

.result-loading .bold{
    font-weight: 700;
    color: #164494;
    font-size: 26px;
    line-height: 40px;
}

@media screen and (max-width: 768px) {
	.result-loading .bold{
		font-size: 16px;
		line-height: 24px;
	}
}

.search-loader-warp{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
	display:none;
}

.search-loader-warp .search-loader{
	position:fixed;
	z-index:9999;
	top:50%;
	left:50%;
	width:180px;
	padding:15px;
	border:1px solid #ccc;
	background-color:#fff;
	text-align:center;
    transform: translate(-50%, -50%);
}

.search-loader-warp .search-loader .loader{
	margin-top:10px;
	width: 148px;
	height: 10px;
	/* transform: skewX(-45deg); */
	background: 
	linear-gradient(#00a3df 0 0) left -30px top 0/30px 20px no-repeat #ccc;
	animation: search-loader-frame 1s infinite linear;
}

.search-loader-warp .search-loader .loader-msg{
	margin-top:10px;
}

@keyframes search-loader-frame {
  100% {background-position: right -30px top 0}
}