

/* Author:HtmlCoder
 * Author URI:http://hom2box.com
 * Author e-mail:hbox78@gmail.com
 * Version:2
 * Created:October 2019
 * License URI:http://hom2box.com/
 */


/* ----------------------------------- Common Customer Group ----------------------------------- */

div[data-reactroot][role="dialog"]:not(.modal),
div[data-reactid][role="dialog"]:not(.modal) {
	position: relative;
	z-index: 1;
	height: 0;
	overflow: visible;
}

.container-fixed,
.container-fixed .container {
	width: 100% !important;
	min-width: 1080px !important;
}

@media(max-width:575px) {
	.container-list {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.container-list-js-slide {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media(min-width:576px) {
	.container-list {
		max-width: 560px !important;
	}
	.container-list-js-slide {
		max-width: 590px !important;
	}
}

@media(min-width:768px) {
	.container-list {
		max-width: 750px !important;
	}
	.container-list-js-slide {
		max-width: 779px !important;
	}
}

@media(min-width:992px) {
	.container-list {
		max-width: 990px !important;
	}
	.container-list-js-slide {
		max-width: 1021px !important;
	}
}

@media(min-width:1200px) {
	.container-list {
		max-width: 1120px !important;
	}
	.container-list-js-slide {
		max-width: 1158px !important;
	}
}

.container-default {
	overflow-x: hidden;
}

.container-default.bg-light {
	background-color: #f7f7f7!important
}

.container-default.bg-white {
	background-color: #fff!important
}

.bg-light-gray {
	background-color: #fcfcfc!important
}


/* ------------------------------------ Layout Customer Group ------------------------------------ */


/* Layout */

#customer_container {
	min-height: 400px;
}


/* Sidebar */

.sidebar-wrap {
	width: 220px;
	margin-top: 50px;
}

.sidebar-wrap ul.sidebar-navi {
	margin: 0;
	padding: 0;
}

.sidebar-wrap ul.sidebar-navi>li {
	margin: 16px 0;
	padding: 0;
}

.sidebar-wrap ul.sidebar-navi>li>a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #565a5c;
}

.sidebar-wrap ul.sidebar-navi>li>a.card-collapse__btn.collapsed {
	color: #565a5c;
}

.sidebar-wrap ul.sidebar-navi>li>a.card-collapse__btn.collapsed::after {
	color: #565a5c;
	content: "\e64b";
}

.sidebar-wrap ul.sidebar-navi>li>a.card-collapse__btn.collapsed::before {
	display: none;
}

.sidebar-wrap ul.sidebar-navi>li>a:hover {
	color: #50b0b1;
}

.sidebar-wrap ul.sidebar-navi>li>a span {
	margin-left: 5px;
}

.sidebar-wrap ul.sidebar-navi>li>a.card-collapse__btn,
.sidebar-wrap ul.sidebar-navi>li.active>a {
	position: relative;
	color: #50b0b1;
	padding: 9px 0 7px;
	transition: all .2s ease-in-out
}

.sidebar-wrap ul.sidebar-navi>li>a.card-collapse__btn::after {
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -8px;
	color: #50b0b1;
	font-size: 13px;
	font-family: "Themify Iconset";
	content: "\e648";
	transition: all .2s ease-in-out
}

.sidebar-wrap ul.sidebar-navi>li>a.card-collapse__btn::before,
.sidebar-wrap ul.sidebar-navi>li.active>a::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 96px;
	height: 2px;
	border-radius: 2px;
	background-color: #50b0b1;
	content: "";
}

.sidebar-wrap ul.sidebar-navi>li ul,
.sidebar-wrap ul.sidebar-navi>li ul li {
	margin: 0;
	padding: 0;
}

.sidebar-wrap ul.sidebar-navi>li ul {
	margin: 15px 10px 20px;
}

.sidebar-wrap ul.sidebar-navi>li ul li a {
	color: #565a5c;
	font-size: 12px;
	line-height: 2.17;
}

.sidebar-wrap ul.sidebar-navi>li ul li a:hover,
.sidebar-wrap ul.sidebar-navi>li ul li.active a:hover,
.sidebar-wrap ul.sidebar-navi>li ul li.active a {
	color: #50b0b1;
}

.sidebar-search-wrap {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 30px 0 40px;
}

.sidebar-search-inner {
	padding: 10px;
}

.sidebar-search {
	position: relative;
	padding: 9px;
	margin-bottom: 2px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.sidebar-search .btn-sidebar-search {
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 7px;
	width: 34px;
	height: 34px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	border: none;
	border-radius: 3px;
	background-color: #50b0b1;
	background-image: linear-gradient(to left, #0fbebf, #50b0b1);
}

.sidebar-search .btn-sidebar-search i {
	position: relative;
	top: -1px;
}

.sidebar-search input {
	width: 100%;
	padding: 3px 4px;
	color: #aaa;
	font-size: 14px;
	font-weight: 500;
	background-color: transparent;
	border: none;
}

.sidebar-search input::-webkit-input-placeholder,
.sidebar-search input::-moz-placeholder,
.sidebar-search input:-ms-input-placeholder,
.sidebar-search input::-ms-input-placeholder,
.sidebar-search input::placeholder {
	color: #aaa !important;
}

.sidebar-search-option-inner {
	padding: 10px 20px;
}

.sidebar-search-option .sidebar-search-option-inner:last-child {
	padding-bottom: 0;
}

.sidebar-search-option ul {
	margin: 0 0 20px;
	padding: 0;
}

.sidebar-search-option ul:last-child {
	margin-bottom: 0;
}

.sidebar-search-option ul li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.sidebar-search-option ul li:last-child {
	border-bottom: none;
}

.sidebar-search-option ul li a {
	position: relative;
	display: block;
	color: #565a5c;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 5px 11px;
}

.sidebar-search-option ul li a:hover {
	color: #565a5c;
}

.sidebar-search-option ul li a .card-collapse__btn-arrow {
	position: relative;
	top: -1px;
	color: #aaa;
}

.sidebar-search-option .collapsed .card-collapse__btn-arrow {
	top: 0;
}

.sidebar-search-option ul li .search-details {
	padding: 0 0 15px;
}

.sidebar-search-option ul li .search-details .custom-control {
	margin: 3px 0;
}

.sidebar-search-option-rectangle {
	width: 100%;
	height: 20px;
	background-color: #eee;
}


/* New Footer */

.footer-bg {
	padding: 45px 0;
	background-color: #2d3039;
}

.footer-bg .footer-logo {
	width: 80px;
	margin-top:2px;
	vertical-align: middle;
}

.footer-bg .social-btn {
	display: block;
	vertical-align: middle;
	margin-left: 0;
	margin-bottom: 8px;
}

.footer-bg .social-btn a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #ddd;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
	margin-right: 6px;
	border: 1px solid #ccc;
	border-radius: 50%;
	transition: all 0.1s ease-in-out;
}

.footer-bg .social-btn-img a {
	font-size: 0;
	line-height: 0;
	border: none;
}

.footer-bg .social-btn-img a img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.footer-bg .social-btn a:last-child {
	margin-right: 0
}

.footer-bg .social-btn a i {
	display: inline-block;
	color: #ddd;
}

.footer-bg .social-btn a:focus,
.footer-bg .social-btn a:hover {
	color: #fff;
	border-color: #eee;
}

.footer-bg .social-btn a:focus i,
.footer-bg .social-btn a:hover i {
	display: inline-block;
	color: #fff;
}

.footer-bg .quick-link ul,
.footer-bg .quick-link ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 14px;
	font-weight: 200;
}

.footer-bg .quick-link a {
	display: inline-block;
	color: #999;
	font-size: 11px;
	font-weight: 200;
	line-height: 0.71;
	letter-spacing: -.02em;
	padding: 10px 0;
	margin-left:14px;
	transition: all 0.1s ease-in-out;
}

.footer-bg .quick-link li:first-child a {
	font-weight: 500;
}

.footer-bg .quick-link a:focus,
.footer-bg .quick-link a:hover {
	color: #ddd;
}

.footer-bg .info-link {
	margin-top: 35px;
}

.footer-bg .info-link a {
	position: relative;
	display: inline-block;
	color: #999;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -.02em;
	padding: 8px 0;
	margin-right: 15px;
	transition: all 0.1s ease-in-out;
}

.footer-bg .info-link a:first-child::before {
	position: absolute;
	right: -11px;
	top: 50%;
	margin-top: -10px;
	color: #777;
	font-size: 11px;
	content: "/";
}

.footer-bg .info-link a:focus,
.footer-bg .info-link a:hover {
	color: #ddd;
}

.footer-bg .info-text,
.footer-bg .copy-text,
.footer-bg .add-text {
	color: #999;
	font-size: 12px;
	font-weight: 200;
}

.footer-bg .add-text em {
	position: relative;
	top: -2px;
	margin: 0 8px;
	color: #666;
	font-size: 8px;
	font-style: normal;
}

.footer-bg .add-text span {
	display: block;
	margin:3px 0;
	letter-spacing: .01em;
}

.footer-bg .info-text {
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-bg .info-text span {
	display: block;
}

.footer-bg .copy-text {
	margin-top: 20px;
}

.a_d_t1_mr2 {
	top: -1px;
	margin-right: 2px;
}

@media(max-width:767.98px) {
	.container-default .footer-bg {
		padding: 40px 0;
	}
	.footer-bg .info-text,
	.footer-bg .copy-text,
	.footer-bg .add-text {
		font-size: 11px;
	}
	.container-default .footer-bg .quick-link ul li {
		display: inline-block;
		margin: 0 4px;
		padding: 0;
	}
	.container-default .footer-bg .quick-link a {
		font-size: 12px;
		margin-left:3px;
		margin-right:3px;
	}
	.container-default .footer-bg .info-link {
		margin-top: 6px;
	}
	.container-default .footer-bg .app-btn {
		margin-top: 10px;
		margin-bottom: 2px;
	}
	.container-default .footer-bg .app-btn a {
		margin: 0 2px
	}
	.container-default .footer-bg .info-text {
		margin-top: 0;
	}
	.container-default .footer-bg .copy-text {
		margin-top: 0;
	}
}


/* list-group-hb */

.list-group-hb {
	padding: 0 0 20px;
}

.list-group-hb .list-type-loop {
	clear: both;
	border: solid 1px #ddd;
	background-color: #fff;
	margin: 0 0 20px;
	transition: all .2s ease-in-out
}

.list-group-hb .list-type-loop:focus,
.list-group-hb .list-type-loop:hover {
	border-color: #d5d5d5;
	box-shadow: 0 0 .3rem rgba(0, 0, 0, 0.06)
}

.list-group-hb .list-type-loop .list-type-inner {
	padding: 21px 31px;
}

.list-group-hb .list-subject {
	font-size: 16px;
	font-weight: 500;
	color: #565a5c;
	margin: 10px 0;
}

.list-group-hb .list-info,
.list-group-hb .list-info li {
	margin: 0;
	padding: 1px 0;
	color: #666;
	font-size: 12px;
}

.list-group-hb .list-info li strong {
	font-weight: 500;
	color: #565a5c;
}

.new-applicants-wrap {
	position: relative;
	float: right;
}

.new-applicants {
	position: absolute;
	top: -28px;
	width: 100%;
	height: 24px;
	color: #e73c3e;
	font-size: 12px;
	text-align: center;
}

.new-applicants strong {
	font-weight: 500;
}

@media(max-width:767.98px) {
	.manage-adition-list .new-applicants-wrap {
		float: none;
		margin-top: 30px;
	}
	.list-group-hb .list-subject {
		font-size: 14px;
		line-height: 20px;
	}
}

.info-warning {
	display: inline-block;
	padding: 13px 28px 10px;
	margin: 20px 0;
	color: #565a5c;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	border: solid 1px #ddd;
	background-color: #fff;
}

.info-warning a {
	color: #50b0b1;
}

.info-warning img {
	position: relative;
	top: -2px;
	width: 32px;
	height: 32px;
	margin-right: 9px;
}

.btn-create-audition {
	width: 100%;
	max-width: 200px;
	display: inline-block;
	color: #fff !important;
	font-size: 14px !important;
	text-align: center;
	font-weight: 500;
	padding: 16px 0 !important;
	border-radius: 4px;
	margin-top: 15px;
	border: none;
	cursor: pointer;
	background-color: #0fbebf;
	background-image: linear-gradient(to left, #0fbebf, #50b0b1) !important;
	-webkit-transition: all 150ms linear 0s;
	transition: all 150ms linear 0s;
}

.btn-create-audition:hover {
	color: #fff !important;
	background-color: #50b0b1;
	background-image: linear-gradient(to left, #50b0b1, #0fbebf) !important;
}

.btn-create-audition i {
	font-size: 17px;
	vertical-align: middle;
	margin-right: 6px;
}

@media(max-width:767.98px) {
	.info-warning {
		width: 100%;
	}
}

@media(max-width:550.98px) {
	.container-default .info-warning {
		display: block;
		font-size: 13px;
		line-height: 1.3;
	}
	.container-default .info-warning img {
		float: left;
		top: 2px;
	}
}


/* list-group-gallery */

.list-group-gallery {
	padding: 0 0 22px;
}

.list-group-gallery .list-type-loop {
	clear: both;
	margin: 0 0 20px;
}

.list-group-gallery .list-type-action {
	height: 20px;
	font-size: 10px;
	font-weight: 500;
	color: #565a5c;
}

.list-group-gallery .list-option-info {
	float: left;
}

.list-group-gallery .custom-control {
	float: right;
}

.list-group-gallery .list-type-inner {
	position: relative;
	top: -7px;
	clear: both;
	border: solid 1px #ddd;
	background-color: #fff;
	padding: 5px;
	transition: all .2s ease-in-out
}

.list-group-gallery .list-type-inner:hover {
	border-color: #ccc;
	box-shadow: 0 0 .3rem rgba(0, 0, 0, 0.06)
}

.list-group-gallery .btn-bookmark {
	position: absolute;
	right: 5px;
	top: 5px;
	clear: both;
	width: 30px;
	height: 30px;
	border: none;
	cursor: pointer;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url("img/d_icon_bookmark.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20px 20px;
	transition: all .1s ease-in-out
}

.list-group-gallery .btn-bookmark.active {
	background-image: url("img/d_icon_bookmark_active.png");
	background-color: rgba(255, 255, 255, 1);
}

.list-thumbnail {
	margin-bottom: 5px;
	background-color: #fdfdfd;
}

.list-profile-play {
	clear: both;
}

.list-profile-play .btn-profile-play,
.list-profile-play .btn-profile-view {
	float: left;
	width: 79%;
	height: 31px;
	color: #777;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 0;
	padding-bottom: 1px;
	background-color: #fff;
	transition: all .2s ease-in-out
}

.list-profile-play .btn-profile-view.active,
.list-profile-play .btn-profile-view:hover {
	color: #565a5c;
	border-color: #ccc;
}

.list-profile-play .btn-profile-play {
	float: right;
	width: 30px;
	color: #e0e0e0;
	font-size: 11px;
}

.list-profile-play .btn-profile-play.active,
.list-profile-play .btn-profile-play:hover {
	color: #50b0b1;
	border-color: #50b0b1;
}

.list-group-gallery .list-subject {
	font-size: 16px;
	font-weight: 500;
	color: #565a5c;
	margin: 10px 0;
}

.list-group-gallery .list-info,
.list-group-gallery .list-info li {
	margin: 0;
	padding: 1px 0;
	color: #666;
	font-size: 12px;
}

.list-group-gallery .list-info li strong {
	font-weight: 500;
	color: #565a5c;
}

.custom-control-inline {
	margin-right: 0.5rem
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none
}

.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #50b0b1
}

.custom-control-label {
	position: relative;
	width: auto;
	height: 20px;
	font-size: 12px;
	line-height: 19px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	padding-left: 8px;
}

.list-type-loop .custom-control-label {
	width: 58px;
	color: #fff;
	font-size: 10px;
	padding-left: 0;
	background-color: #bbb;
}

.custom-control-label::before {
	top: 0;
	left: -20px;
	width: 21px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #979797;
}

.custom-control-label::after {
	top: 0;
	left: -20px;
	width: 21px;
	height: 20px;
	margin-top: 1px;
	background-image: none;
	color: #ccc;
	font-size: 10px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
}

.custom-none {
	pointer-events: none!important;
	cursor: auto!important;
}

.custom-none .custom-control-label::before,
.custom-none .custom-control-label::after {
	display: none!important;
}

.list-type-loop .custom-control-label::before,
.list-type-loop .custom-control-label::after {
	left: -21px!important;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
	border-radius: 0!important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff!important;
	border: 1px solid #50b0b1!important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	color: #50b0b1!important;
}

.list-type-loop .custom-radio .custom-control-input:checked~.custom-control-label,
.list-type-loop .custom-checkbox .custom-control-input:checked~.custom-control-label {
	color: #fff!important;
	background-color: #50b0b1!important;
}

.custom-checkbox-rounded .custom-control-label::before {
	top: -1px;
	left: -24px;
	display: block;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border: solid 3px #aaa;
	border-radius: 50%
}

.custom-checkbox-rounded .custom-control-label::after {
	top: 4px;
	left: -18px;
	width: 10px;
	height: 10px;
	border: none;
	background-color: #ccc;
	border-radius: 50%;
	content: "";
}

.custom-checkbox-rounded .custom-control-input:checked~.custom-control-label::before {
	background-image: none;
	background-color: #fff;
	border: solid 3px #aaa;
}

.custom-checkbox-rounded .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
	border: none;
	background-color: #50b0b1;
}

.sort-check-wrap {
	position: relative;
	color: #565a5c;
	font-size: 12px;
	padding: 0 0 17px;
	margin-top: 34px;
}

.sort-check-wrap-none {
	padding: 0 0 10px;
	margin-top: 20px;
}

.sort-check-wrap::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #50b0b1;
	content: "";
}

.sort-check-wrap-none::before {
	display: none;
}

.profile-header {
	padding: 50px 0;
	font-size: 14px;
	color: #3b3f44;
	background-color: #fff;
}

.container-user .audition-header {
	background-color: #f7f7f7;
}

.container-user .audition-header2 {
	background-color: #fff;
}

.profile-header .container {
	position: relative;
}

.audition-information,
.profile-information {
	position: relative;
	min-height: 210px;
}

.audition-information {
	min-height: 327px;
}

.audition-information-apply {
	min-height: auto;
}

.profile-header .audition-name,
.profile-header .profile-name {
	color: #1f2125;
	font-size: 24px;
	font-weight: 500;
	margin: 5px 0 0;
}

.profile-header .audition-name {
	font-size: 42px;
	line-height: 46px;
	margin: 6px 0 20px;
}

.profile-header .profile-engname {
	margin: 0 0 2px;
}

.profile-header .profile-memo {
	margin: 0 0 10px;
	line-height: 20px;
}

.audition-information .profile-memo {
	margin: 0 0 18px;
}

.profile-detail-icon {
	position: absolute;
	bottom: 0;
}

.audition-information .profile-detail-icon,
.loop-comment .profile-detail-icon {
	position: relative;
	margin-top: 12px;
}

.loop-comment .badge {
	margin-top: -4px;
}

.profile-detail-icon ul {
	margin: 0;
	padding: 0;
}

.profile-detail-icon ul li {
	display: inline-block;
	margin: 0 38px 0 0;
	padding: 0;
}

.loop-comment .profile-detail-icon ul li {
	margin: 0 75px 0 0;
}

.bookmark-tab-container .loop-comment .profile-detail-icon ul li {
	margin: 0 40px 0 0;
}

.profile-detail-icon ul li:last-child {
	margin: 0 0 0 0;
}

.profile-detail-icon ul li a,
.profile-detail-icon ul li span {
	display: inline-block;
	height: 32px;
	color: #777;
	font-size: 14px;
	line-height: 32px;
	padding-left: 36px;
	font-weight: 400;
	background-image: url("img/icon_hit.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 30px 30px;
}

.profile-detail-icon ul li .ico-bookmark {
	background-image: url("img/icon_bookmark.png");
}

.profile-detail-icon ul li .ico-bookmark.active {
	color: #50b0b1;
	background-image: url("img/icon_bookmark_active.png");
}

.profile-detail-icon ul li .ico-share {
	background-image: url("img/icon_share.png");
}

.profile-detail-icon ul li .ico-comment {
	background-image: url("img/icon_comment.png");
}

.profile-detail-icon ul li .icon-praise {
	background-image: url("img/icon_praise.png");
}

.profile-btn-group-wrap {
	position: relative;
	min-height: 211px;
}

.profile-report {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	transition: all .2s ease-in-out;
	background-color: #eee;
	background-image: url("img/menu-dot-01.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: auto 30px;
}

.profile-report-master {
	top: -20px !important;
	bottom: 0 !important;
}

.profile-btn-group-wrap .btn-edit {
	position: absolute;
	right: 0;
	bottom: -2px !important;
	z-index: 2;
}

.position-mobile .btn-edit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.profile-report-master-bottom {
	top: auto !important;
	right: 58px;
	bottom: -2px !important;
}

.profile-report i {
	display: none;
}

.profile-report:hover {
	color: #777;
	border-color: #bbb;
}

.profile-report:hover i {
	color: #777;
}

.audition-btn-group,
.profile-btn-group {
	position: absolute;
	right: 0;
	bottom: 0;
}

.audition-btn-group {
	left: 0;
	right: auto;
}

.audition-btn-group .btn.btn-outline-danger {
	margin-left: 20px;
}

.audition-btn-group .btn-lg.btn-outline-danger,
.audition-btn-group .btn-lg.btn-danger {
	width: 319px;
	font-weight: 400 !important;
	font-size: 22px !important;
	padding: 11px 22px !important;
	border-radius: 8px !important;
}

.audition-btn-group .btn-lg.btn-outline-danger {
	width: 58px;
	text-indent: -9999px;
	background-image: url("img/p-icon-04@3x.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 34px;
}

.audition-btn-group .btn-lg.btn-outline-danger:hover {
	background-image: url("img/p-icon-04@3x_active.png");
}

.audition-date {
	color: #565a5c;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

.audition-date p {
	font-size: 18px;
	color: #565a5c;
	font-weight: 500;
	margin-bottom: 0;
}

@media(max-width:1199.98px) {
	.profile-information {
		min-height: 180px;
	}
	.audition-information {
		min-height: 290px;
	}
	.audition-information-apply {
		min-height: auto;
	}
	.profile-header .audition-name {
		font-size: 38px;
		line-height: 42px;
		margin: 0 0 15px;
	}
	.audition-date {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.audition-date p {
		font-size: 16px;
	}
	.audition-btn-group .btn-lg.btn-outline-danger,
	.audition-btn-group .btn-lg.btn-danger {
		width: 290px;
		font-size: 21px !important;
		padding: 10px 20px !important;
		border-radius: 7px !important;
	}
	.audition-btn-group .btn-lg.btn-outline-danger {
		width: 50px;
		background-size: auto 30px;
	}
	.profile-detail-icon ul li {
		margin: 0 30px 0 0;
	}
	.profile-btn-group-wrap {
		min-height: 178px;
	}
	.loop-comment .profile-detail-icon {
		position: relative;
		margin-top: 10px;
	}
}

@media(max-width:991.98px) {
	.profile-header {
		padding: 45px 0;
		font-size: 13px;
	}
	.audition-information {
		min-height: 295px;
	}
	.audition-information-apply {
		min-height: auto;
	}
	.profile-header .audition-name {
		font-size: 34px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.audition-date {
		margin-bottom: 10px;
	}
	.audition-date p {
		font-size: 15px;
	}
	.audition-btn-group .btn.btn-outline-danger {
		margin-left: 15px;
	}
	.audition-btn-group .btn-lg.btn-outline-danger,
	.audition-btn-group .btn-lg.btn-danger {
		width: 260px;
		font-size: 20px !important;
		padding: 9px 15px !important;
		border-radius: 6px !important;
	}
	.audition-btn-group .btn-lg.btn-outline-danger {
		width: 50px;
		background-size: auto 30px;
	}
	.profile-btn-group-wrap {
		min-height: auto;
	}
	.profile-btn-group {
		position: relative;
		margin-top: 40px;
		text-align: center;
	}
	.row-space-mobile-10,
	.form-horizontal .row-space-mobile-10 {
		margin-right: -10px;
		margin-left: -10px;
	}
	.row-space-mobile-10>[class*=col-],
	.form-horizontal .row-space-mobile-10>[class*=col-] {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media(max-width:767.98px) {
	.profile-header {
		padding: 45px 0;
		font-size: 13px;
	}
	.profile-header .profile-name {
		font-size: 22px;
	}
	.audition-header {
		padding: 45px 0 21px;
	}
	.profile-header .audition-name {
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 10px;
	}
	.profile-detail-icon {
		position: relative;
		margin-top: 20px;
	}
	.audition-btn-group {
		position: relative;
		margin-top: 30px;
		text-align: center;
	}
	.audition-information,
	.profile-btn-group-wrap,
	.profile-information {
		min-height: auto;
		text-align: center;
	}
	.profile-information {
		margin-top: 15px;
	}
	.profile-btn-group {
		position: relative;
		text-align: center;
	}
	.profile-detail-icon ul li {
		margin: 0 20px 0 0;
	}
	.profile-detail-icon ul li a,
	.profile-detail-icon ul li span {
		font-size: 13px;
		padding-left: 30px;
		background-size: 26px 26px;
	}
	.profile-report {
		width: 24px;
		height: 24px;
		background-size: auto 24px;
	}
}

@media(max-width:575.98px) {
	.profile-header {
		padding: 40px 0;
	}
	.profile-header .profile-name {
		font-size: 21px;
	}
	.audition-header {
		padding: 40px 0 18px;
	}
	.profile-header .audition-name {
		font-size: 26px;
		line-height: 30px;
	}
}

@media(max-width:500px) {
	.profile-header {
		padding: 35px 0;
	}
	.profile-header .profile-name {
		font-size: 20px;
	}
	.audition-header {
		padding: 35px 0 14px;
	}
	.profile-header .audition-name {
		font-size: 24px;
		line-height: 28px;
	}
}

.profile-tab {
	background-color: #fff;
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.04);
	transition: 0.4s;
}

.profile-tab.fixed {
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
	border-top: none;
}

.profile-tab .tab-modern {
	position: relative;
	top: -1px;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: none;
}

.profile-tab .tab-modern .tab-modern__nav-link {
	margin: 0 !important;
	padding: 17px 30px 15px;
	color: #565a5c;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	letter-spacing: -.025em;
	border: none;
	border-bottom: 6px solid #fff;
	border-radius: 0;
}

.profile-tab .tab-modern li.active .tab-modern__nav-link {
	color: #50b0b1;
	font-weight: 500;
	border-bottom-color: #50b0b1;
	background-color: transparent;
}

.profile-tab .tab-modern .tab-modern__nav-link:hover {
	color: #777;
}

.detail_pannel_header {
	position: relative;
	z-index: 2;
	color: #565a5c;
	font-size: 22px;
	font-weight: 500;
	padding: 17px 31px;
	background-color: #fff;
	border: solid 1px #ccc;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: -15px;
	margin-bottom: -8px;
}

.detail_pannel {
	padding: 40px 32px;
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 8px;
}

.audition-tab-container .detail_pannel {
	margin-bottom: 0;
}

.profile-tab-container .detail_pannel_wrap:last-child .detail_pannel {
	margin-bottom: 50px;
}

.detail_pannel_info {
	color: #e73c3e;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	margin-top: -15px;
	margin-bottom: 35px;
}

.detail_pannel_info p {
	color: #e73c3e;
	font-weight: 400;
}

.detail_pannel_wrap {
	padding-top: 30px;
}

.detail_pannel h5 {
	color: #565a5c;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -.02em;
	margin: 2px 0 5px;
}

.detail_pannel .loop-row {
	margin-bottom: 33px;
}

.audition-tab-container .detail_pannel .loop-row {
	margin-bottom: 13px;
}

.detail_pannel .loop-comment {
	margin-bottom: 30px;
}

.bookmark-tab-container .loop-comment {
	margin-bottom: 15px;
}

.company-profile .loop-comment {
	margin-bottom: 8px;
}

.detail_pannel .loop-audition {
	margin-bottom: 92px;
}

.detail_pannel .loop-row-line {
	padding-bottom: 27px;
	margin-bottom: 37px;
	border-bottom: solid 1px #ccc;
}

.detail_pannel .loop-row-line:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.detail_pannel .loop-row:last-child {
	margin-bottom: 0;
}

.detail_pannel .loop-row .tag-list {
	margin: 0;
	padding: 0;
}

.detail_pannel .loop-row .tag-list li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	color: #3b3f44;
	font-size: 16px;
}

.detail_pannel .loop-row .info-list li {
	display: block;
}

.detail_pannel .loop-row .tag-list li strong {
	font-weight: 500;
}

.detail_pannel .loop-row .tag-list li a {
	color: #50b0b1;
	font-weight: 500;
}

.detail_pannel .loop-row .tag-list li a:hover {
	color: #30a4ae;
}

.detail_pannel .loop-row .text-memo {
	color: #3b3f44;
	font-size: 16px;
	line-height: 24px;
}

.bookmark-memo {
	font-size: 14px !important;
	line-height: 22px !important;
}

.detail_pannel .loop-row .text-subject {
	color: #3b3f44;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin: 2px 0 3px;
}

.detail_pannel .loop-row .bookmark-subject {
	margin: 10px 0 0;
}

.detail_pannel .loop-row .audition-tag {
	color: #50b0b1;
	font-size: 14px;
	line-height: 1.29;
	font-weight: 500;
	margin-top: 60px;
}

.detail_pannel .loop-row .audition-tag .tag-group {
	padding: 0;
	margin: 0 0 0 -2.5px;
}

.detail_pannel .loop-row .audition-tag .tag-group li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.detail_pannel .loop-row .audition-tag .tag-group li a {
	color: #50b0b1;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 500;
	height: 24px;
	line-height: 24px;
	border-radius: 4px;
	border: solid 2px #50b0b1;
	background-color: #fff;
	padding: 3px 11px;
	margin: 2px 2.5px;
}

.detail_pannel .vod-preview {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.2);
}

.detail_pannel .vod-preview-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
	text-indent: -9999px;
	background-image: url("img/icon_play.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 40px;
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0.2);
}

.btn-edit {
	display: inline-block;
	width: 28px;
	height: 28px;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
	text-indent: 99999px;
	background-color: #fff;
	background-image: url("img/icon_edit.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 28px;
	box-shadow: none
}

.btn-edit.btn-up,
.btn-edit.btn-down {
	line-height: 24px;
	color: #a4a4a4;
	font-size: 18px;
	text-align: center;
	text-indent: 0;
	margin: 0 2px;
	background-image: none;
}

.btn-edit.btn-down {
	margin-right: 15px;
}

.img-more {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.2);
}

.img-text {
	color: #3b3f44;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.img-more-btn,
.img-play-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 100%;
	min-height: calc(100% - 0);
	min-height: 100%;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0.3);
}

a.img-more-btn,
a.img-play-btn {
	cursor: pointer;
}

.img-more-btn {
	display: table;
}

.img-play-btn {
	text-indent: 99999px;
	background-image: url("img/icon_play.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 40px;
}

.img-play-btn span {
	display: none;
}

.img-more-btn span {
	display: table-cell;
	width: 100%;
	height: 100%;
	min-height: calc(100% - 0);
	min-height: 100%;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
	box-shadow: none
}

.audition-tab-container .ent-wrap {
	margin-bottom: 30px;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color: #fcfcfc;
}

.audition-tab-container .ent-wrap .ent-inner {
	padding: 17px 19px;
}

.audition-tab-container .ent-wrap .ent-inner h6 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #565a5c;
}

.audition-tab-container .ent-wrap .ent-inner p {
	margin: 0;
	font-size: 14px;
	color: #aaa;
}

.audition-tab-container .ent-wrap .ent-img {
	float: left;
	margin-right: 13px;
}

.audition-tab-container .ent-wrap .ent-img img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.audition-tab-container .ent-wrap .ent-info {
	float: left;
}

@media(max-width:1199.98px) {
	.detail_pannel .loop-row .text-subject {
		font-size: 17px;
		line-height: 25px;
		margin: 2px 0;
	}
	.detail_pannel .loop-row .audition-tag {
		margin-top: 45px;
	}
}

@media(max-width:991.98px) {
	.detail_pannel .loop-row .text-subject {
		font-size: 16px;
		line-height: 24px;
	}
	.detail_pannel .loop-row .audition-tag {
		font-size: 13px;
		line-height: 1.25;
		margin-top: 80px;
	}
	.detail_pannel .loop-row .audition-tag .tag-group li a {
		font-size: 13px;
		line-height: 1.23;
		height: 22px;
		line-height: 22px;
		border-radius: 3px;
		padding: 2px 10px;
	}
}

@media(max-width:767.98px) {
	.detail_pannel_header {
		font-size: 18px;
		padding: 13px 15px;
		border: none;
		border-bottom: solid 1px #ccc;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		margin-top: -15px;
		margin-bottom: 0;
	}
	.detail_pannel .loop-row .text-subject {
		font-size: 15px;
		line-height: 22px;
	}
	.detail_pannel .loop-row .audition-tag {
		font-size: 12px;
		line-height: 1.2;
		margin-top: 55px;
	}
	.detail_pannel .loop-row .audition-tag .tag-group li a {
		font-size: 12px;
	}
	.btn-edit.btn-up,
	.btn-edit.btn-down {
		font-size: 16px;
		margin: 0;
	}
	.btn-edit.btn-down {
		margin-right: 10px;
	}
	.detail_pannel_info {
		margin-top: 0;
		padding-top: 25px;
		margin-bottom: 20px;
		border-top: solid 1px #ccc;
	}
	.detail_pannel_wrap .detail_pannel:first-child .detail_pannel_info {
		padding-top: 0;
		border-top: none;
	}
}

@media(max-width:575.98px) {
	.detail_pannel .loop-row .audition-tag {
		margin-top: 30px;
	}
	.detail_pannel .loop-row .audition-tag .tag-group li a {
		font-size: 11px;
	}
	.btn-edit.btn-down {
		margin-right: 5px;
	}
}

@media(max-width:500px) {
	.detail_pannel .loop-row .audition-tag {
		margin-top: 10px;
	}
}

.btn-list-more {
	display: block;
	color: #878787;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
	padding: 16px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.btn-list-more i {
	color: #777;
	font-size: 12px;
	vertical-align: middle;
	margin-left: 6px;
}

@media(max-width:1199.98px) {
	.detail_pannel {
		padding: 35px 25px;
	}
	.detail_pannel .loop-comment {
		margin-bottom: 28px;
	}
	.bookmark-tab-container .loop-comment {
		margin-bottom: 15px;
	}
	.company-profile .loop-comment {
		margin-bottom: 1px;
	}
	.detail_pannel .loop-audition {
		margin-bottom: 72px;
	}
	.profile-tab .tab-modern .tab-modern__nav-link {
		font-size: 18px;
		border-bottom: 4px solid #fff;
	}
	.detail_pannel .loop-row .text-memo,
	.detail_pannel .loop-row .tag-list li,
	.detail_pannel h5 {
		font-size: 15px;
	}
}

@media(max-width:991.98px) {
	.profile-tab.fixed {
		top: 0
	}
	.profile-tab .tab-modern .tab-modern__nav-link {
		font-size: 16px;
	}
	.detail_pannel .loop-comment {
		margin-bottom: 26px;
	}
	.bookmark-tab-container .loop-comment {
		margin-bottom: 7px;
	}
	.company-profile .loop-comment {
		margin-bottom: 16px;
	}
	.detail_pannel .loop-audition {
		margin-bottom: 62px;
	}
}

@media(max-width:767.98px) {
	.detail_pannel .vod-preview-btn {
		background-size: auto 34px
	}
	.img-play-btn {
		background-size: auto 30px;
	}
	.img-more-btn span,
	.img-more-btn {
		font-size: 22px;
	}
	.btn-edit {
		width: 24px;
		height: 24px;
		background-size: auto 24px
	}
	.profile-tab .container {
		padding: 0;
	}
	.profile-tab .tab-modern .nav-item {
		width: 33.3333333%;
	}
	.audition-tab .tab-modern .nav-item {
		width: 50%;
	}
	.auto-tab .tab-modern .nav-item {
		width: 25%;
	}
	.profile-tab .tab-modern .tab-modern__nav-link {
		width: 100%;
		padding: 14px 12px 13px;
		font-size: 15px;
		border-bottom: 2px solid #fff;
	}
	.detail_pannel .loop-row {
		margin-bottom: 30px;
	}
	.detail_pannel .loop-comment {
		margin-bottom: 24px;
	}
	.bookmark-tab-container .loop-comment {
		margin-bottom: 10px;
	}
	.company-profile .loop-comment {
		margin-bottom: 10px;
	}
	.detail_pannel .loop-audition {
		margin-bottom: 42px;
	}
	.detail_pannel .loop-row .text-memo,
	.detail_pannel .loop-row .tag-list li,
	.detail_pannel h5 {
		font-size: 14px;
	}
	.bookmark-memo {
		font-size: 13px !important;
		line-height: 20px !important;
	}
	.detail_pannel h5 {
		font-size: 16px;
	}
	.detail_pannel .loop-row .text-memo {
		line-height: 22px;
	}
	.loop-comment .profile-detail-icon {
		margin-top: 5px;
	}
	.loop-comment .profile-detail-icon ul li {
		margin: 0 30px 0 0;
	}
	.bookmark-tab-container .loop-comment .profile-detail-icon ul li {
		margin: 0 20px 0 0;
	}
	.profile-btn-group .btn-lg,
	.profile-btn-group .btn-group-lg>.btn {
		padding: 11px 22px;
		font-size: 15px !important;
	}
	.audition-tab-container .ent-wrap {
		margin-bottom: 25px;
		border-radius: 6px;
	}
	.audition-tab-container .ent-wrap .ent-inner {
		padding: 15px 17px;
	}
	.audition-tab-container .ent-wrap .ent-inner h6 {
		font-size: 15px;
	}
	.audition-tab-container .ent-wrap .ent-inner p {
		font-size: 13px;
	}
	.audition-tab-container .ent-wrap .ent-img {
		margin-right: 10px;
	}
	.audition-tab-container .ent-wrap .ent-img img {
		width: 44px;
		height: 44px;
	}
}

@media(max-width:575.98px) {
	.profile-tab.fixed {
		top: 0
	}
	.profile-tab-container {
		margin-top: 2px;
		padding: 0;
	}
	.detail_pannel {
		padding: 25px 15px;
		margin-top: 0;
		margin-bottom: 0;
		border: none;
		border-radius: 0;
	}
	.profile-tab-container .detail_pannel_wrap:first-child {
		padding-top: 0;
	}
	.profile-tab-container .detail_pannel_wrap:last-child .detail_pannel {
		padding-bottom: 50px;
		margin-bottom: 0;
	}
	.profile-tab .tab-modern .tab-modern__nav-link {
		font-size: 14px;
	}
	.detail_pannel .loop-row .text-memo,
	.detail_pannel .loop-row .tag-list li,
	.detail_pannel h5 {
		font-size: 13px;
	}
	.bookmark-memo {
		font-size: 12px !important;
		line-height: 18px !important;
	}
	.detail_pannel h5 {
		font-size: 15px;
	}
	.loop-comment .profile-detail-icon {
		margin-top: 0;
	}
	.detail_pannel .loop-row .text-memo {
		line-height: 20px;
	}
	.loop-comment .profile-detail-icon ul li {
		margin: 0 20px 0 0;
	}
	.bookmark-tab-container .loop-comment .profile-detail-icon ul li {
		margin: 0 15px 0 0;
	}
}

.demo-gallery>ul {
	margin-bottom: 0;
}

.demo-gallery>ul>li {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
	width: 200px;
}

.demo-gallery>ul>li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}

.demo-gallery>ul>li a>img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}

.demo-gallery>ul>li a:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}

.demo-gallery.dark>ul>li a {
	border: 3px solid #04070a;
}


/* withdrawal */

.sform-wrap {
	margin-top: 50px;
}

.sform-loop h4,
.sform-wrap h5 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px;
}

.sform-loop h4 .info,
.sform-wrap h5 span.info {
	color: #aaa;
	font-size: 12px;
	font-weight: 400;
	margin-left: 10px;
}

.sform-loop h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 13px;
}

.sform-loop h4 .info {
	color: #999;
	margin-left: 0;
}

.sform-loop {
	margin-bottom: 35px;
}

.sform-frame,
.sform-noframe {
	padding: 29px 26px;
	background-color: #fff;
	border: solid 1px #ddd;
}

.sform-frame ul,
.sform-frame ul li {
	color: #565a5c;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.sform-noframe {
	padding: 0 29px;
	background-color: transparent;
	border: solid 1px transparent;
}

.sform-noframe ul,
.sform-noframe ul li {
	color: #6c717b;
	padding: 0;
	margin: 0;
}

.sform-wrap .custom-control-label {
	color: #3b3f44;
	font-size: 18px;
}

.sform-wrap .custom-control {
	margin-bottom: 13px;
}

.sform-frame .custom-control:last-child {
	margin-bottom: 0;
}

.sform-frame .custom-control-label::before,
.sform-frame .custom-control-label::after {
	top: .065rem;
}

@media(max-width:1199.98px) {
	.sform-wrap {
		margin-top: 40px;
	}
	.sform-wrap h4 {
		font-size: 21px;
	}
	.sform-wrap h5 {
		font-size: 17px;
	}
	.sform-wrap li,
	.sform-wrap .custom-control-label {
		font-size: 17px;
	}
}

@media(max-width:991.98px) {
	.sform-wrap {
		margin-top: 30px;
	}
	.sform-loop {
		margin-bottom: 30px;
	}
	.sform-wrap h4 {
		font-size: 20px;
	}
	.sform-wrap h5 {
		font-size: 16px;
	}
	.sform-frame,
	.sform-noframe {
		padding: 25px 20px;
	}
	.sform-noframe {
		padding: 0;
	}
	.sform-wrap li,
	.sform-wrap .custom-control-label {
		font-size: 16px;
	}
	.sform-wrap .custom-control {
		margin-bottom: 13px;
	}
	.sform-frame .custom-control-label::before,
	.sform-frame .custom-control-label::after {
		top: .05rem;
	}
}

@media(max-width:767.98px) {
	.sform-wrap {
		margin-top: 20px;
	}
	.sform-loop {
		margin-bottom: 25px;
	}
	.sform-wrap h4 {
		font-size: 19px;
	}
	.sform-wrap h5 {
		font-size: 15px;
	}
	.sform-loop-m {
		margin-bottom: 0;
	}
	.sform-wrap li,
	.sform-wrap .custom-control-label {
		font-size: 15px;
	}
}

@media(max-width:575.98px) {
	.sform-wrap li,
	.sform-wrap .custom-control-label {
		font-size: 14px;
	}
	.sform-wrap h4 {
		font-size: 18px;
	}
	.sform-wrap h5 {
		font-size: 14px;
	}
}

.sform-wrap .form-control {
	border-color: #ddd;
}

.losturl-wrap {
	text-align: center;
}

.losturl-wrap .losturl-img {
	width: 220px;
	height: 228px;
	margin: 0 auto 25px;
	background-image: url("img/lostrul_img.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}

.losturl-wrap h5 {
	color: #1f2125;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.38;
}

.losturl-wrap p {
	color: #3b3f44;
	font-size: 14px;
}

@media(max-width:767.98px) {
	.losturl-wrap .losturl-img {
		width: 190px;
		height: 224px;
		margin: 0 auto 20px;
	}
	.losturl-wrap h5 {
		font-size: 36px;
		line-height: 1.28;
	}
	.losturl-wrap p {
		font-size: 13px;
	}
}

.join-company-b-wrap {
	text-align: center;
}

.join-company-b-wrap .join-company-b-img {
	width: 228px;
	height: 195px;
	margin: 0 auto 40px;
	background-image: url("img/join_company_b_img.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}

.join-company-b-wrap .company-signin03-img {
	width: 320px;
	height: 321px;
	margin: 0 auto 80px;
	background-image: url("img/group-178@3x.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}

.join-company-b-wrap .company-signin04-img {
	width: 279px;
	height: 280px;
	margin: 0 auto 35px;
	background-image: url("img/customer_Inquiry.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}

.join-company-b-wrap h5 {
	color: #565a5c;
	font-size: 28px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 4px;
}

.join-company-b-wrap h4 {
	color: #373b49;
	font-size: 42px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 0;
}

.join-company-b-wrap p {
	color: #1f2125;
	font-size: 16px;
	line-height: 1.6;
}

.join-company-b-wrap p.qa {
	color: #777b7e;
	font-size: 28px;
	line-height: 1.45;
}

@media(max-width:991.98px) {
	.join-company-b-wrap h4 {
		font-size: 38px;
		line-height: 1.9;
	}

	.join-company-b-wrap p {
		font-size: 15px;
		line-height: 1.5;
	}

	.join-company-b-wrap p.qa {
		font-size: 26px;
		line-height: 1.35;
	}
}

@media(max-width:767.98px) {
	.join-company-b-wrap .join-company-b-img {
		width: 210px;
		height: 180px;
		margin: 0 auto 30px;
	}
	.join-company-b-wrap .company-signin04-img,
	.join-company-b-wrap .company-signin03-img {
		width: 225px;
		height: 226px;
		margin: 0 auto 50px;
	}
	.join-company-b-wrap .company-signin04-img {
		margin: 0 auto 25px;
	}
	.join-company-b-wrap h5 {
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.join-company-b-wrap p {
		font-size: 13px;
		line-height: 1.5;
	}

	.join-company-b-wrap h4 {
		font-size: 32px;
		line-height: 1.8;
	}
	.join-company-b-wrap p.qa {
		font-size: 22px;
		line-height: 1.2;
	}
}

@media(max-width:567.98px) {
	.join-company-b-wrap .company-signin04-img,
	.join-company-b-wrap .company-signin03-img {
		width: 200px;
		height: 201px;
		margin: 0 auto 40px;
	}
	.join-company-b-wrap .company-signin04-img {
		margin: 0 auto 20px;
	}
	.join-company-b-wrap h5 {
		font-size: 20px;
		line-height: 1.3;
	}
	.join-company-b-wrap p {
		font-size: 12.5px;
		line-height: 1.4;
	}

	.join-company-b-wrap h4 {
		font-size: 28px;
		line-height: 1.7;
	}
	.join-company-b-wrap p.qa {
		font-size: 18px;
		line-height: 1.1;
	}
}

.sub-wrap {
	margin-bottom: 50px;
}

.sub-wrap .s-title {
	color: #000;
	font-weight: 700;
	text-align: center;
}

.sub-wrap .sub-group {
	color: #555;
	margin: 0 0 50px;
}

.sub-wrap .sub-group h6 {
	color: #555;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 12px 0;
}

.sub-wrap .sub-group h6.summury {
	font-weight: 400;
	margin: 0 0 20px;
}

.sub-wrap .sub-group p {
	color: #555;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px;
}

@media(max-width:767.98px) {
	.sub-wrap {
		margin-bottom: 25px;
	}
	.sub-wrap .sub-group {
		margin: 0 0 30px;
	}
	.sub-wrap .sub-group h6 {
		font-size: 16px;
		line-height: 22px;
		margin: 6px 0;
	}
	.sub-wrap .sub-group h6.summury {
		font-weight: 400;
		margin: 0 0 15px;
	}
	.sub-wrap .sub-group p {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 15px;
	}
}

.faq-frame {
	overflow: hidden;
	padding: 2px 0 50px;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.faq-frame .card {
	padding: 0;
	border: none;
}

.faq-frame .card-header {
	border-color: #fff;
	padding: 0 30px;
}

.faq-frame .card-collapse__btn {
	color: #3b3f44;
	font-size: 16px;
	font-weight: 500;
	padding: 32px 15px 35px 0;
}

.faq-frame .card-collapse__btn.collapsed {
	border-bottom: solid 1px #ccc;
}

.faq-frame .card-collapse__btn:hover {
	color: #e6393b;
}

.faq-frame .card-collapse__btn .card-collapse__btn-arrow {
	color: #aaa;
}

.faq-frame .collapsing,
.faq-frame .collapse {
	padding: 0 30px;
	background-color: #f9f9f9;
}

.faq-frame .card-collapse__body {
	position: relative;
	color: #3b3f44;
	font-size: 16px;
	line-height: 22px;
}

.faq-frame .collapsing .card-collapse__body,
.faq-frame .collapse .card-collapse__body {
	margin-left: 60px;
	padding: 30px 0 55px;
	border-bottom: solid 1px #ccc;
}

.faq-frame .collapsing .card-collapse__body {
	border-bottom-color: #fff;
}

.faq-frame .collapse.show .card-collapse__body .card-re {
	position: absolute;
	left: -40px;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -6px;
	background-image: url("img/re_ico.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 20px;
}

@media(max-width:767.98px) {
	.faq-frame {
		padding: 0 0 40px;
	}
	.faq-frame .card-header {
		padding: 0 25px;
	}
	.faq-frame .card-collapse__btn {
		font-size: 15px;
		padding: 28px 10px 28px 0;
	}
	.faq-frame .collapse {
		padding: 0 25px;
	}
	.faq-frame .card-collapse__body {
		font-size: 15px;
		line-height: 20px;
	}
	.faq-frame .collapsing .card-collapse__body,
	.faq-frame .collapse .card-collapse__body {
		margin-left: 40px;
		padding: 25px 0 35px;
	}
	.faq-frame .collapse.show .card-collapse__body .card-re {
		left: -30px;
		width: 15px;
		height: 15px;
		margin-top: -4px;
		background-size: auto 15px;
	}
}

.bbs-frame {
	overflow: hidden;
	padding: 2px 30px 50px;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.bbs-frame .card {
	padding: 0;
	border: none;
}

.bbs-frame .card-header {
	display: block;
	border-color: #fff;
	padding: 30px 0;
	border-bottom: solid 1px #ccc;
}

.bbs-frame .card-header .date {
	color: #aaa;
	font-size: 14px;
	padding: 0 0 2px;
}

.bbs-frame .card-collapse__btn {
	color: #3b3f44;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
}

.bbs-frame .card-header:hover,
.bbs-frame .card-header:hover .btn-link {
	color: #e6393b !important;
}

.bbs-frame .card-collapse__btn .card-collapse__btn-arrow {
	color: #aaa;
	margin-top: -14px;
	margin-right: 25px;
}

.bbs-frame .card-header:hover .card-collapse__btn-arrow {
	color: #666 !important;
}

@media(max-width:767.98px) {
	.bbs-frame {
		padding: 2px 25px 40px;
	}
	.bbs-frame .card-header {
		padding: 25px 0;
	}
	.bbs-frame .card-header .date {
		font-size: 13px;
	}
	.bbs-frame .card-collapse__btn {
		font-size: 15px;
	}
	.bbs-frame .card-collapse__btn .card-collapse__btn-arrow {
		margin-top: -12px;
		margin-right: 10px;
	}
}

.bbs-view h5 {
	color: #3b3f44;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	padding: 26px 30px 19px;
}

.bbs-view h5 span {
	display: block;
	color: #aaa;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}

.bbs-view .bbs-frame {
	overflow: hidden;
	color: #3b3f44;
	font-size: 16px;
	line-height: 26px;
	padding: 32px 30px 100px;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color: #fff;
}

@media(max-width:767.98px) {
	.bbs-view h5 {
		font-size: 15px;
		line-height: 24px;
		padding: 10px 0;
	}
	.bbs-view h5 span {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 3px;
	}
	.bbs-view .bbs-frame {
		font-size: 15px;
		line-height: 24px;
		padding: 22px 25px 60px;
	}
}

.udbbs-wrap {
	overflow: hidden;
	padding: 30px 0;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color: #fff;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.audition-tab-container .udbbs-wrap {
	margin-top: 0;
}

.udbbs-wrap .udbbs-write {
	padding: 0 30px;
}

.textarea-wrap {
	position: relative;
}

.textarea-wrap .textarea {
	overflow: hidden;
	padding: 16px 17px;
	height: 175px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color: #fcfcfc;
}

.textarea-wrap .textarea::-webkit-input-placeholder,
.textarea-wrap .textarea::-moz-placeholder,
.textarea-wrap .textarea:-ms-input-placeholder,
.textarea-wrap .textarea::-ms-input-placeholder,
.textarea-wrap .textarea::placeholder {
	color: #ccc;
}

.udbbs-wrap .btn-submit {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 63px;
	height: 30px;
	color: #50b0b1;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.29;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	border: solid 2px #50b0b1;
	background-color: #fff;
}

.udbbs-view-loop {
	margin: 0 30px;
	background-color: #fff;
}

.udbbs-view-line {
	height: 1px;
	background-color: #ccc;
}

.udbbs-view-loop-answer .udbbs-view-line {
	margin: 0 30px;
}

.udbbs-view-loop-answer .udbbs-view-re .udbbs-view-line,
.udbbs-view-loop-answer {
	margin: 0;
}

.udbbs-view-re .udbbs-view-frame .udbbs-view-line {
	margin: 30px 0 0 0;
}

.udbbs-view-answer {
	display: none;
	background-color: #f9f9f9;
	transition: all .2s ease-in-out
}

.udbbs-view-loop-answer.active .udbbs-view-answer {
	display: block;
}

.udbbs-view-frame {
	padding: 20px 0;
}

.udbbs-view-loop-answer .udbbs-view-frame {
	padding: 20px 0;
	margin: 0 30px;
}

.udbbs-view-re .udbbs-view-frame {
	padding: 20px 0 0;
}

.udbbs-view-header {
	color: #aaa;
	font-size: 14px;
	padding: 7px 0 3px;
}

.udbbs-view-header span {
	margin-left: 16px;
}

.udbbs-view-memo {
	color: #3b3f44;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 18px;
}

.udbbs-view-etc {
	color: #777;
	font-size: 14px;
	font-weight: 500;
}

.udbbs-view-etc a,
.udbbs-view-etc span {
	display: inline-block;
	height: 30px;
	line-height: 29px;
	margin-right: 105px;
	padding-left: 38px;
	background-image: url("img/icon_comment.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: auto 30px;
}

.udbbs-view-answer .udbbs-view-etc a.icon_comments,
.udbbs-view-answer .udbbs-view-etc span.icon_comments {
	background-image: url("img/icon_comment2.png");
}

.udbbs-view-etc a.icon_praise,
.udbbs-view-etc span.icon_praise {
	background-image: url("img/icon_praise.png");
}

.udbbs-view-answer .udbbs-view-etc a.icon_praise,
.udbbs-view-answer .udbbs-view-etc span.icon_praise {
	background-image: url("img/icon_praise2.png");
}

.udbbs-view-re {
	position: relative;
	margin-left: 60px;
	padding: 5px 0;
}

.udbbs-view-re form {
	padding: 10px 0 17px;
}

.udbbs-view-answer .udbbs-view-re:last-child .udbbs-view-line {
	display: none;
}

.udbbs-view-re .answer-ico {
	display: block;
	position: absolute;
	top: 40px;
	left: -12px;
	width: 20px;
	height: 20px;
	margin-top: -9px;
	background-image: url("img/re_ico.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 20px;
}

.icon_more {
	display: block;
	padding: 17px 0 15px;
	margin: 0 30px 15px;
	color: #878787;
	font-size: 14px;
	text-align: center;
	border-bottom: solid 1px #ccc;
}

.icon_more i {
	color: #777;
	font-size: 14px;
	margin-left: 3px;
}

.icon_more:hover {
	color: #444;
}

.icon_more:hover i {
	color: #666;
}

@media(max-width:767.98px) {
	.udbbs-wrap {
		padding: 25px 0;
	}
	.audition-tab-container .udbbs-wrap {
		padding: 25px 0;
		border-radius: 0;
		border: none;
	}
	.audition-tab-container .udbbs-wrap .udbbs-write {
		padding: 0 15px;
	}
	.udbbs-wrap .udbbs-write {
		padding: 0 25px;
	}
	.udbbs-wrap .textarea {
		padding: 11px 13px;
		height: 140px;
		font-size: 13px;
		line-height: 20px;
	}
	.udbbs-wrap .btn-submit {
		right: 12px;
		bottom: 12px;
		width: 61px;
		height: 29px;
		font-size: 13px;
		line-height: 1.25;
	}
	.udbbs-view-loop,
	.udbbs-view-loop-answer .udbbs-view-line {
		margin: 0 25px;
	}
	.udbbs-view-loop-answer .udbbs-view-re .udbbs-view-line,
	.udbbs-view-loop-answer {
		margin: 0;
	}
	.udbbs-view-re .udbbs-view-frame .udbbs-view-line {
		margin: 25px 0 0 0;
	}
	.udbbs-view-frame {
		padding: 15px 0;
	}
	.udbbs-view-loop-answer .udbbs-view-frame {
		padding: 15px 0;
		margin: 0 25px;
	}
	.udbbs-view-re .udbbs-view-frame {
		padding: 15px 0 0;
	}
	.udbbs-view-header {
		font-size: 12px;
		padding: 5px 0 2px;
	}
	.udbbs-view-header span {
		margin-left: 13px;
	}
	.udbbs-view-memo {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 14px;
	}
	.udbbs-view-etc {
		font-size: 12px;
	}
	.udbbs-view-etc a,
	.udbbs-view-etc span {
		height: 25px;
		line-height: 25px;
		margin-right: 60px;
		padding-left: 34px;
		background-size: auto 25px;
	}
	.udbbs-view-re {
		margin-left: 40px;
		padding: 4px 0;
	}
	.udbbs-view-re form {
		padding: 8px 0 15px;
	}
	.udbbs-view-re .answer-ico {
		top: 30px;
		left: -5px;
		width: 15px;
		height: 15px;
		margin-top: -8px;
		background-size: auto 15px;
	}
	.icon_more {
		padding: 15px 0 13px;
		margin: 0 25px 15px;
		font-size: 12px;
	}
	.icon_more i {
		font-size: 12px;
		margin-left: 2px;
	}
}

.join-company-a-wrap .join-company-a-header {
	padding-top: 64px;
}

.join-company-a-wrap .join-company-a-header h2 {
	color: #1f2125;
	font-size: 42px;
	font-weight: 700;
	line-height: 46px;
	margin-bottom: 15px;
}

.join-company-a-wrap .join-company-a-header h3 {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
}

.join-company-a-wrap .join-company-a-header h3 span {
	color: #ccc;
}

.join-company-a-wrap .join-company-a-header p {
	font-size: 14px;
	color: #50b0b1;
	font-weight: 500;
	margin-bottom: 0;
}

.join-company-a-wrap .join-company-a-header .info {
	font-size: 12px;
	color: #565a5c;
	margin-bottom: 38px;
}

.photo-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 230px;
	overflow: hidden;
	cursor: pointer;
	height: calc(230px+2px);
	margin-bottom: 0;
	box-shadow: none
}

.photo-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 230px;
	cursor: pointer;
	height: calc(230px+2px);
	margin: 0;
	opacity: 0;
	box-shadow: none
}

.photo-file-small,
.photo-file-small .photo-file-input {
	height: 140px;
	height: calc(140px+2px);
}

.photo-file-input:focus~.photo-file-label,
.photo-file-input:focus~.photo-file-label::after {
	border-color: #83878f;
	box-shadow: none
}

.photo-file-input:disabled~.photo-file-label {
	background-color: #dedede
}

.photo-file-input:lang(en)~.photo-file-label::after {
	content: "+"
}

.photo-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 230px;
	height: calc(230px+2px);
	line-height: 270px;
	color: #bbb;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ddd;
}

.photo-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	line-height: 200px;
	z-index: 3;
	display: block;
	color: #aaa;
	font-size: 60px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	content: "+";
}

.photo-file-small .photo-file-label {
	height: 140px;
	height: calc(140px+2px);
	line-height: 140px;
	font-size: 14px;
}

.photo-file-small .photo-file-label span {
	display: none;
}

.photo-file-small .photo-file-label::after {
	line-height: 140px;
	font-size: 60px;
}

@media(max-width:767.98px) {
	.join-company-a-wrap .join-company-a-header {
		padding-top: 30px;
	}
	.join-company-a-wrap .join-company-a-header h2 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.join-company-a-wrap .join-company-a-header h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.join-company-a-wrap .join-company-a-header p {
		font-size: 13px;
	}
	.join-company-a-wrap .join-company-a-header .info {
		font-size: 11px;
		margin-bottom: 25px;
	}
	.photo-file,
	.photo-file-input,
	.photo-file-label {
		height: 210px;
		height: calc(210px+2px);
	}
	.photo-file-label {
		line-height: 250px;
		font-size: 13px;
	}
	.photo-file-label::after {
		line-height: 190px;
		font-size: 50px;
	}
	.photo-file-small,
	.photo-file-small .photo-file-input {
		height: 140px;
		height: calc(140px+2px);
	}
	.photo-file-small .photo-file-label {
		height: 140px;
		height: calc(140px+2px);
		line-height: 140px;
		font-size: 14px;
	}
	.photo-file-small .photo-file-label::after {
		line-height: 140px;
		font-size: 60px;
	}
}

@media(max-width:567.98px) {
	.join-company-a-wrap .join-company-a-header {
		padding-top: 20px;
	}
	.join-company-a-wrap .join-company-a-header h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.join-company-a-wrap .join-company-a-header h3 {
		font-size: 19px;
		line-height: 22px;
	}
	.join-company-a-wrap .join-company-a-header p {
		font-size: 12px;
	}
	.join-company-a-wrap .join-company-a-header .info {
		font-size: 10px;
		margin-bottom: 20px;
	}
}

.audition-file {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
	height: calc(120px+2px);
	margin-bottom: 0;
	box-shadow: none;
	border-radius: 50%;
	margin-top: 19px;
}

.audition-file-input {
	position: relative;
	z-index: 2;
	width: 120px;
	height: 120px;
	cursor: pointer;
	height: calc(120px+2px);
	margin: 0;
	opacity: 0;
	box-shadow: none;
	border-radius: 50%;
}

.audition-file-input:focus~.audition-file-label,
.audition-file-input:focus~.audition-file-label::after {
	border-color: #83878f;
	box-shadow: none
}

.audition-file-input:disabled~.audition-file-label {
	background-color: #dedede
}

.audition-file-input:lang(en)~.audition-file-label::after {
	content: "+"
}

.audition-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	width: 120px;
	height: 120px;
	height: calc(120px+2px);
	line-height: 120px;
	color: #bbb;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	background-color: #fcfcfc;
	border: 2px solid #d3d3d3;
	border-radius: 50%;
	background-image: url("img/audition-profile.jpg");
	background-repeat: no-repeat;
	background-position: 55% 50%;
	background-size: auto 100%;
}

.audition-file-label span {
	display: none;
}

@media(max-width:767.98px) {
	.audition-file,
	.audition-file-input,
	.audition-file-label {
		width: 110px;
		height: 110px;
		height: calc(110px+2px);
		line-height: 110px;
	}
}

.input-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 49px;
	overflow: hidden;
	cursor: pointer;
	height: calc(49px+0);
	margin-bottom: 0;
	box-shadow: none !important;
}

.input-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 49px;
	cursor: pointer;
	overflow: hidden;
	height: calc(49px+0);
	margin: 0;
	opacity: 0;
	box-shadow: none !important;
}

.input-file:focus,
.input-file-input:focus {
	box-shadow: none !important;
}

.input-file-input:focus~.input-file-label {
	border-color: #83878f;
	box-shadow: none !important;
}

.input-file-input:disabled~.input-file-label {
	background-color: #dedede
}

.input-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 49px;
	height: calc(49px+0);
	line-height: 48px;
	color: #8c98a4;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	padding-left: 16px;
	box-shadow: none !important;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px
}

.profileimg-btn {
	position: relative;
	width: 49px;
	height: 49px;
	line-height: 48px;
	color: #565a5c;
	font-size: 20px;
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px
}

.profileimg-delete {
	color: #e73c3e;
}

.perfection_wrap {
	position: relative;
	width: 100%;
	height: 60px;
}

.perfection_wrap .perfection_frame {
	position: relative;
	width: 100%;
	height: 60px;
}

.perfection_wrap::before {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 6px;
	border-radius: 8px;
	margin-top: -18px;
	background-image: linear-gradient(to right, #85ff55 2%, #50b0b1 98%);
	content: "";
}

.perfection_wrap .complete_ico {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	margin-top: -2px;
	border: solid 3px #50b0b1;
	background-color: #fff;
	border-radius: 50%;
	background-image: url("img/star-little@3x.png");
	background-repeat: no-repeat;
	background-position: 55% 50%;
	background-size: auto 18px;
}

.perfection_wrap .state_ico {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -2px;
	color: #62ca95;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
}

.perfection_wrap .state_ico i {
	display: block;
	width: 34px;
	height: 34px;
	border: solid 3px #50b0b1;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 35px;
}

.perfection_info {
	margin-top: -5px;
	color: #777;
	font-size: 12px;
	line-height: 19px;
}

@media(max-width:767.98px) {
	.perfection_wrap {
		margin-top: 5px;
	}
	.perfection_wrap::before {
		height: 5px;
		border-radius: 6px;
	}
	.perfection_wrap .state_ico i,
	.perfection_wrap .complete_ico {
		width: 33px;
		height: 33px;
		border-width: 2px;
	}
	.perfection_wrap .complete_ico {
		background-position: 52% 50%;
	}
	.perfection_wrap .state_ico i {
		background-size: auto 33px;
	}
	.perfection_wrap .state_ico {
		font-size: 14px;
	}
}

.details-info-wrap {
	margin-top: 50px;
	position: relative;
	padding: 18px 28px;
	border: solid 1px #ddd;
	background-color: #fff;
}

.details-info-wrap .position-relative {
	right: -9px;
}

.details-info-wrap h6 {
	font-size: 16px;
	font-weight: 500;
	color: #565a5c;
	margin: 0;
}

.details-info-wrap h6 .btn-view {
	position: relative;
	top: -1px;
	color: #565a5c;
	font-size: 10px;
	font-weight: 300;
	padding: 3px 10px;
	margin-left: 15px;
	border: solid 1px #aaa;
	background-color: #fff;
}

.details-info-wrap p {
	margin: 4px 0 0;
	color: #565a5c;
	font-size: 12px;
}

.details-info-tab {
	margin-top: 13px;
	border-bottom: solid 2px #ddd;
}

.details-info-tab ul,
.details-info-tab ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.details-info-tab ul li a {
	position: relative;
	display: block;
	color: #aaa;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 22px;
}

.details-info-tab ul li.active a {
	color: #50b0b1;
}

.details-info-tab ul li.active a::before {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #50b0b1;
	content: "";
}

.details-info-result {
	position: relative;
	margin-top: 10px;
	padding: 13px 28px;
	background-color: #50b0b1;
}

.details-info-result h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.details-info-result .btn-result {
	position: absolute;
	right: 20px;
	top: 50%;
	padding: 3px 15px 4px;
	color: #565a5c;
	font-size: 10px;
	margin-top: -13px;
	border: solid 1px #aaa;
	background-color: #fff;
}

.position-relative .list-group-borderless.border,
.profile-btn-group-wrap .list-group-borderless.border {
	width: 200px;
	border: solid 3px #ddd !important;
	background-color: rgba(255, 255, 255, 0.79) !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.position-relative .list-group-borderless.border .list-group-item,
.profile-btn-group-wrap .list-group-borderless.border .list-group-item {
	color: #565a5c;
	font-size: 14px;
	font-weight: 500;
	background-color: transparent;
}

.login-btn {
	display: block;
	color: #565a5c;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 15px 20px 15px 60px;
	transition: all 0.1s ease-in-out;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	background-size: auto 30px;
}

.login-btn:hover {
	color: #333;
	border-color: #ccc;
}

.login-btn.img-facebook {
	background-image: url("img/icon-social-01@3x.png");
}

.login-btn.img-google {
	background-image: url("img/icon-social-02@3x.png");
}

.login-btn.img-naver {
	background-image: url("img/icon-social-03@3x.png");
}

.banner-area {
	display: block;
	margin-top: 18px;
	letter-spacing: -.035em;
}

.banner-subject {
	color: #565a5c;
	font-size: 28px;
	line-height: 1.45;
	text-align: center;
}

.banner-subject span {
	color: #1f2125;
	font-weight: 500;
}

.banner-explanation {
	color: #565a5c;
	font-size: 16.8px;
	line-height: 24px;
	text-align: center;
	margin-top: 13px;
}

@media(max-width:1279.98px) {
	.login-btn {
		font-size: 15px;
		padding: 13px 18px 13px 55px;
		background-size: auto 26px;
	}
	.banner-subject {
		font-size: 24px;
		line-height: 1.3;
	}
	.banner-explanation {
		font-size: 15px;
		line-height: 22px;
		margin-top: 10px;
	}
}

@media(max-width:969.98px) {
	.login-btn {
		font-size: 14px;
		padding: 11px 18px 11px 50px;
		background-size: auto 22px;
	}
	.banner-subject {
		font-size: 21px;
		line-height: 1.2;
	}
	.banner-explanation {
		font-size: 13.5px;
		line-height: 20px;
	}
}

@media(max-width:669.98px) {
	.banner-subject {
		font-size: 19px;
		line-height: 1.1;
	}
	.banner-explanation {
		font-size: 12.5px;
		line-height: 19px;
	}
}

.js-focus-state {
	position: relative;
}

.js-focus-state .textarea_feedback {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #aaa;
	font-size: 12px;
	padding: 8px 10px;
}

.js-focus-state .input_show {
	position: absolute;
	right: 12px;
	top: 10px;
	color: #aaa;
	font-size: 13px;
	font-weight: 500;
	padding: 5px 10px;
}

.modal .js-focus-state .input_show {
	right: 6px;
	font-size: 17px;
	font-weight: 400;
	padding: 4px 10px;
}

.modal .js-focus-state.js-focus-red .input_show {
	top: 8px;
	color: #e73c3e;
	font-size: 14px;
}

.modal .js-form-keyword .input_show {
	top: 6px;
	right: 70px;
	z-index: 4;
}

.modal .js-focus-state .input_delete {
	top: 6px;
}

.modal .js-focus-state .input_delete2 {
	top: 10px;
}

.modal .js-form-keyword .form-control {
	height: 48px;
	font-size: 16px;
	background-color: #fcfcfc;
}

.modal .js-form-keyword-small .form-control {
	font-size: 14px;
}

.modal .js-form-keyword .btn-outline-light:not(:disabled):not(.disabled):active,
.modal .js-form-keyword .btn-outline-light:not(:disabled):not(.disabled).active,
.modal .js-form-keyword .btn-outline-light,
.modal .js-form-keyword .btn-outline-light:focus,
.modal .js-form-keyword .btn-outline-light:hover {
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-left: 10px;
	color: #565a5c;
	font-size: 20px !important;
	font-weight: 700 !important;
	padding: 0 !important;
	border: none;
	border-radius: 4px;
	background-color: #eee;
}

@media(max-width:1199.98px) {
	.modal .js-form-keyword .input_show {
		top: 6px;
		right: 64px;
	}
	.modal .js-form-keyword .form-control {
		font-size: 15px;
	}
	.modal .js-form-keyword .btn-outline-light:not(:disabled):not(.disabled):active,
	.modal .js-form-keyword .btn-outline-light:not(:disabled):not(.disabled).active,
	.modal .js-form-keyword .btn-outline-light,
	.modal .js-form-keyword .btn-outline-light:focus,
	.modal .js-form-keyword .btn-outline-light:hover {
		width: 50px;
		margin-left: 8px;
		font-size: 18px !important;
	}
}

@media(max-width:991.98px) {
	.modal .js-focus-state .input_show {
		top: 7px;
	}
}

@media(max-width:467.98px) {
	.modal .js-form-keyword .input_show {
		display: none;
	}
}

.btn-triangle {
	position: relative;
	margin-right: 18px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-right: 10px;
	border: none !important;
	border-radius: 0 !important;
}

@media(max-width:567.98px) {
	.btn-triangle {
		margin-right: 14px;
		padding-right: 8px;
	}
}

.btn-triangle:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -18px;
	margin-left: 0;
	border-top: 18px solid transparent;
	border-left: 13px solid #ccc;
	border-bottom: 18px solid transparent;
}

.btn-triangle:hover.btn-secondary:before,
.btn-triangle.btn-secondary:before {
	border-left-color: #ccc !important;
}

.btn-triangle.btn-secondary,
.btn-disabled.btn-secondary,
.btn-disabled:hover.btn-secondary,
.btn-triangle:hover.btn-secondary {
	border: none !important;
	background-color: #ccc !important;
}

.btn-triangle:hover.btn-info:before,
.btn-triangle.btn-info:before {
	border-left-color: #1abcbd !important;
}

.btn-triangle.btn-info,
.btn-disabled.btn-info,
.btn-disabled:hover.btn-info,
.btn-triangle:hover.btn-info {
	border: none !important;
	background-color: #1abcbd !important;
	background-image: linear-gradient(to left, #1abcbd, #1abcbd) !important;
}

.btn-triangle:hover.btn-dark:before,
.btn-triangle.btn-dark:before {
	border-left-color: #2d3039 !important;
}

.btn-triangle.btn-dark,
.btn-disabled.btn-dark,
.btn-disabled:hover.btn-dark,
.btn-triangle:hover.btn-dark {
	border: none !important;
	background-color: #2d3039 !important;
}

.profile_check_bottom_wrap {
	padding: 14px 0;
	text-align: right;
	background-color: #fff;
	box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.1s ease-in-out;
}

.profile_check_bottom_wrap.fixed {
	position: fixed;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

@media(max-width:767.98px) {
	.profile_check_bottom_wrap {
		text-align: center;
		box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.2);
	}
}

.audition-end {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.audition-end-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	display: table;
	width: 100%;
	height: 100%;
	min-height: calc(100% - 0);
	min-height: 100%;
	overflow: hidden;
	vertical-align: middle;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.5);
}

.audition-end-mask span {
	display: table-cell;
	width: 100%;
	height: 100%;
	min-height: calc(100% - 0);
	min-height: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	box-shadow: none
}

.audition-end-mask span em {
	padding: 3px 10px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.6);
}

@media(max-width:991.98px) {
	.img-max-80 {
		max-width: 80px;
	}
}

@media(max-width:767.98px) {
	.img-max-66 {
		max-width: 66px;
	}
}

@media(max-width:398.98px) {
	.img-max-66 {
		max-width: 60px;
		margin-top: 1px;
	}
}

.audition-wrap {
	padding: 60px 0;
}

.audition-row {
	padding: 6px 0;
}

.audition-row .audition_frame {
	display: block;
	text-align: center;
	margin: 15px 0 25px;
	padding: 20px 20px 28px;
	box-shadow: 0 0 0 0 #fff;
	border-radius: 8px;
	transition: all 0.1s ease-in-out;
}

.audition-row .audition_frame:hover {
	background-color: #fff;
	box-shadow: 0 0 18px 0 #bbb;
}

.audition-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.audition-img-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	display: table;
	width: 100%;
	height: 100%;
	min-height: calc(100% - 0);
	min-height: 100%;
	overflow: hidden;
	vertical-align: middle;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.5);
}

.audition-img-mask span {
	display: table-cell;
	width: 100%;
	height: 100%;
	min-height: calc(100% - 0);
	min-height: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	box-shadow: none
}

.audition-img-mask span em {
	padding: 3px 10px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.6);
}

.audition-row .audition_frame h5 {
	margin: 20px 0 6px;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #3b3f44;
}

.audition-row .audition_frame h6 {
	margin: 0 0 27px;
	padding: 0;
	font-size: 14px;
	color: #565a5c;
}

.audition-row .audition_frame .tag-list span {
	margin: 0;
	padding: 2px 11px;
	color: #50b0b1;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	background-color: #fff;
	border: 2px solid #50b0b1;
}

.audition-item-no {
	text-align: center;
	padding: 190px 0;
}

.audition-item-no img {
	width: 220px;
	margin: 0 auto 40px;
}

.audition-item-no h5 {
	color: #1f2125;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}

.audition-item-no a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	margin-top: 74px;
	padding: 10px 45px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #777;
	transition: all 0.1s ease-in-out;
}

.audition-item-no a:hover {
	color: #000;
	border-color: #666;
	box-shadow: 0 0 6px 0 #ddd;
}

.audition-search-title {
	padding: 3px 18px 5px;
}

.audition-search-title.audition-search-title-line {
	padding: 28px 0 20px;
	border-bottom: 1px solid #ccc;
}

.audition-search-title h4 {
	font-size: 24px;
	color: #1f2125;
	margin-top: 2px;
}

.audition-search-title h4 i {
	position: relative;
	top: -2px;
	font-size: 80%;
}

.audition-search-title h4 strong {
	font-weight: 700;
}

@media(max-width:1199.98px) {
	.audition-wrap {
		padding: 50px 0;
	}
	.audition-row {
		padding: 5px 0;
	}
	.audition-row .audition_frame {
		margin: 10px 0 15px;
		padding: 15px 15px 20px;
		border-radius: 7px;
	}
	.audition-row .audition_frame:hover {
		box-shadow: 0 0 18px 0 #bbb;
	}
	.audition-img {
		border-radius: 5px;
	}
	.audition-img-mask span {
		font-size: 11.5px;
	}
	.audition-img-mask span em {
		padding: 3px 9px;
		border-radius: 3px;
	}
	.audition-row .audition_frame h5 {
		margin: 15px 0 5px;
		font-size: 15.5px;
	}
	.audition-row .audition_frame h6 {
		margin: 0 0 24px;
		font-size: 13.5px;
	}
	.audition-row .audition_frame .tag-list span {
		padding: 2px 10px;
		font-size: 13.5px;
		border-radius: 3px;
		border-width: 1px;
	}
	.audition-item-no {
		padding: 160px 0;
	}
	.audition-item-no img {
		width: 210px;
		margin: 0 auto 30px;
	}
	.audition-item-no h5 {
		font-size: 22px;
	}
	.audition-item-no a {
		font-size: 15px;
		margin-top: 64px;
		padding: 8px 35px;
		border-radius: 6px;
	}
	.audition-item-no a:hover {
		box-shadow: 0 0 5px 0 #ddd;
	}
	.audition-search-title {
		padding: 0 16px;
	}
	.audition-search-title.audition-search-title-line {
		padding: 15px 0;
	}
	.audition-search-title h4 {
		font-size: 22px;
		margin-top: 3px;
	}
}

@media(max-width:767.98px) {
	.audition-wrap {
		padding: 30px 0;
	}
	.audition-item-no {
		padding: 110px 0;
	}
	.audition-item-no img {
		width: 200px;
		margin: 0 auto 20px;
	}
	.audition-item-no h5 {
		font-size: 20px;
	}
	.audition-item-no a {
		font-size: 14px;
		margin-top: 54px;
		padding: 8px 25px;
		border-radius: 4px;
	}
	.audition-item-no a:hover {
		box-shadow: 0 0 4px 0 #ddd;
	}
	.audition-search-title {
		padding: 0 15px 15px;
	}
	.audition-search-title.audition-search-title-line {
		padding: 10px 0 25px;
	}
	.audition-search-title h4 {
		font-size: 18px;
	}
}

.audition-search-input {
	position: relative;
	margin: 0 0 35px;
	letter-spacing: -.035em;
}

.audition-search-input .search_title {
	position: absolute;
	left: 42px;
	top: 50%;
	color: #aaa;
	font-size: 41px;
	margin-top: -40px;
}

.audition-search-input .form-control {
	color: #3b3f44;
	font-size: 41px;
	letter-spacing: -.035em;
	padding: 0 43px 5px 247px;
	background-color: #fff;
	border: none;
	border-bottom: 4px solid #50b0b1;
	outline: none;
}

.audition-search-input .js-focus-state,
.audition-search-input .js-focus-state:focus,
.audition-search-input .form-control:focus {
	box-shadow: none !important;
}

.audition-search-input .search_keyword_delete {
	position: absolute;
	right: 54px;
	top: 50%;
	width: 24px;
	height: 24px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 21px;
	cursor: pointer;
	overflow: hidden;
	margin-top: -14px;
	border-radius: 50%;
	border: solid 2px #aaa;
	background-color: #aaa;
}

.audition-search-input .search_btn {
	position: absolute;
	right: -10px;
	top: 50%;
	color: #2d3039;
	font-size: 40px;
	border: none;
	cursor: pointer;
	margin-top: -38px;
	padding: 0 10px;
	background-color: transparent;
}

@media(max-width:1199.98px) {
	.audition-search-input {
		margin: 0 0 25px;
	}
	.audition-search-input .search_title {
		left: 30px;
		font-size: 32px;
		margin-top: -30px;
	}
	.audition-search-input .form-control {
		font-size: 32px;
		padding: 0 33px 5px 190px;
		border-bottom-width: 3px;
	}
	.audition-search-input .search_keyword_delete {
		right: 50px;
		width: 22px;
		height: 22px;
		font-size: 11px;
		line-height: 19px;
		margin-top: -12px;
	}
	.audition-search-input .search_btn {
		right: -6px;
		font-size: 36px;
		margin-top: -35px;
		padding: 0 8px;
	}
}

@media(max-width:991.98px) {
	.audition-search-input .search_title {
		left: 14px;
		font-size: 28px;
		margin-top: -25px;
	}
	.audition-search-input .form-control {
		font-size: 28px;
		padding: 0 33px 0 155px;
		border-bottom-width: 2px;
	}
	.audition-search-input .search_keyword_delete {
		right: 40px;
		width: 21px;
		height: 21px;
		font-size: 11px;
		line-height: 18px;
		margin-top: -11px;
	}
	.audition-search-input .search_btn {
		right: -6px;
		font-size: 34px;
		margin-top: -30px;
		padding: 0 8px;
	}
}

@media(max-width:767.98px) {
	.audition-search-input .search_title {
		left: 0;
		font-size: 25px;
		margin-top: -22px;
	}
	.audition-search-input .form-control {
		font-size: 25px;
		padding: 0 33px 0 125px;
		border-bottom-width: 2px;
	}
	.audition-search-input .search_keyword_delete {
		margin-top: -10px;
	}
	.audition-search-input .search_btn {
		right: -5px;
		font-size: 33px;
		margin-top: -29px;
		padding: 0 7px;
	}
}


.category-wrap {
	text-align: center;
}

.category-wrap ul,
.category-wrap ul li {
	margin: 0;
	padding: 0;
}

.category-wrap ul li {
	color: #3b3f44;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	margin: 0 14px 19px 13px;
}

.category-wrap ul li .img-frame {
	display: block;
	width: 72px;
	height: 72px;
	margin-bottom: 4px;
	border: 4px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.1s ease-in-out;
}

.category-wrap ul li .img-frame img {
	position: relative;
	left: -2px;
	top: -2px;
	width: 74px;
	height: 74px;
}

.category-wrap ul li a:hover,
.category-wrap ul li.active a {
	color: #50b0b1;
}

.category-wrap ul li a:hover .img-frame,
.category-wrap ul li.active a .img-frame {
	border-color: #50b0b1;
}

@media(max-width:1199.98px) {
	.category-wrap ul li {
		font-size: 15px;
		margin: 0 10px 17px 9px;
	}
	.category-wrap ul li .img-frame {
		width: 68px;
		height: 68px;
		margin-bottom: 3px;
		border: 3px solid #fff;
	}
	.category-wrap ul li .img-frame img {
		width: 71px;
		height: 71px;
	}
}

@media(max-width:991.98px) {
	.category-wrap {
		text-align: left;
	}
	.category-wrap ul li {
		font-size: 14px;
		margin: 0 12px 15px 11px;
	}
	.category-wrap ul li .img-frame {
		width: 68px;
		height: 68px;
		margin-bottom: 0;
	}
	.category-wrap ul li .img-frame img {
		width: 71px;
		height: 71px;
	}
}

@media(max-width:767.98px) {
	.category-wrap ul li {
		float: left;
		width: 20%;
		font-size: 12px;
		text-align: center;
		margin: 0 0 13px;
	}
	.category-wrap ul li .img-frame {
		width: 59px;
		height: 59px;
		margin: 0 auto;
	}
	.category-wrap ul li .img-frame img {
		width: 62px;
		height: 62px;
		margin: 0 auto;
	}
}

.show_talent {
	padding: 50px 0 45px;
	background-color: #f0f3f8;
}

.show_talent_row {
	margin-right: -20px;
	margin-left: -20px
}

.show_talent_row .js-slide {
	padding-right: 20px;
	padding-left: 20px
}

.show_talent_row .new_profile_frame {
	display: block;
	margin: 15px 0 0;
	text-align: center;
	transition: all 0.1s ease-in-out;
}

.show_talent_row .new_profile_frame p {
	color: #565a5c;
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: -.025em;
	padding: 0 6px;
	margin: 9px 0 0;
}

.show_talent_row .new_profile_frame p span {
	margin: 0 3px;
}

.show_talent_row .show_talent_frame {
	display: table;
	width: 100%;
	margin: 15px 0 10px;
	overflow: hidden;
	border-radius: 4px;
	border: solid 1px #ccc;
	background-color: #fff;
	transition: all 0.1s ease-in-out;
}

.show_talent_row .new_profile_frame img,
.show_talent_row .show_talent_frame img {
	width: 100%;
	max-width: 100%;
}

.show_talent_row .show_talent_frame:hover {
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #f3f5f9;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15)
}

.show_talent_img {
	display: table-cell;
	width: 250px;
	overflow: hidden;
}

.show_talent_info {
	display: table-cell;
	position: relative;
	vertical-align: top;
	padding: 13px 44px 13px 19px;
}

.show_talent_info h5 {
	color: #3b3f44;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0;
}

.show_talent_info p {
	color: #565a5c;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.show_talent_frame span.icon-praise {
	position: absolute;
	bottom: 12px;
	left: 20px;
	display: inline-block;
	height: 32px;
	color: #777;
	font-size: 14px;
	line-height: 32px;
	padding-left: 32px;
	background-image: url("img/icon_praise.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 24px auto;
}

.show_talent_title {
	margin: 0 0 12px;
}

.show_talent_title h4 {
	color: #1f2125;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}

.show_talent_title h4 strong {
	font-weight: 700;
}

@media(max-width:1199.98px) {
	.show_talent {
		padding: 45px 0;
	}
	.show_talent_row {
		margin-right: -15px;
		margin-left: -15px
	}
	.show_talent_row .js-slide {
		padding-right: 15px;
		padding-left: 15px
	}
	.show_talent_img {
		width: 235px;
	}
	.show_talent_info {
		padding: 12px 20px 12px 16px;
	}
	.show_talent_info h5 {
		font-size: 15px;
		line-height: 22px;
	}
	.show_talent_info p {
		font-size: 13px;
		line-height: 18px;
		margin: 2px 0;
	}
	.show_talent_frame span.icon-praise {
		bottom: 11px;
		left: 16px;
		height: 30px;
		font-size: 13px;
		line-height: 30px;
		padding-left: 30px;
		background-size: 22px auto;
	}
	.show_talent_title h4 {
		font-size: 22px;
		line-height: 26px;
	}
	.show_talent_row .new_profile_frame p {
		padding: 0 16.5px;
		letter-spacing: -.03em;
	}
}

@media(max-width:991.98px) {
	.show_talent {
		padding: 40px 0;
	}
	.show_talent_info,
	.show_talent_row .show_talent_frame,
	.show_talent_img {
		display: block;
		width: 100%;
	}
	.show_talent_info {
		height: 140px;
		padding: 15px 20px;
	}
}

@media(max-width:767.98px) {
	.show_talent {
		padding: 35px 0;
	}
	.show_talent_title h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.new_profile_row {
		margin-right: -10px;
		margin-left: -10px
	}
	.new_profile_row .js-slide {
		padding-right: 10px;
		padding-left: 10px
	}
	.show_talent_row .new_profile_frame p {
		font-size: 13.5px;
		line-height: 1.4;
		padding: 0 16px;
	}
}

.find_audition {
	padding: 45px 0;
	background-color: #bbd7d8;
}

.find_audition_row {
	display: table;
	width: 100%;
}

.find_audition_cell {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.find_audition_cell h2 {
	color: #43515b;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.38;
	margin: 0 0 0 -35px;
}

.find_audition_cell a {
	display: inline-block;
	color: #777;
	font-size: 18px;
	font-weight: 500;
	margin: 12px 0 0 -35px;
}

.find_audition_row .find_audition_cell:last-child {
	text-align: right;
}

.find_audition_cell img {
	width: 280px;
}

@media(max-width:1199.98px) {
	.find_audition_cell h2 {
		font-size: 38px;
		line-height: 1.33;
		margin: 0;
	}
	.find_audition_cell a {
		font-size: 17px;
		margin-top: 11px;
		margin: 10px 0 0 0;
	}
	.find_audition_cell img {
		width: 260px;
	}
}

@media(max-width:991.98px) {
	.find_audition {
		padding: 40px 0;
	}
	.find_audition_row {
		padding: 0 35px;
	}
	.find_audition_cell h2 {
		font-size: 34px;
		line-height: 1.29;
	}
	.find_audition_cell a {
		font-size: 16px;
	}
	.find_audition_cell img {
		width: 240px;
	}
}

@media(max-width:767.98px) {
	.find_audition_row {
		padding: 0;
	}
	.find_audition_cell h2 {
		font-size: 28px;
		line-height: 1.25;
	}
	.find_audition_cell a {
		font-size: 15px;
	}
	.find_audition_cell img {
		width: 220px;
	}
}

@media(max-width:575.98px) {
	.find_audition_row .find_audition_cell:last-child,
	.find_audition_row,
	.find_audition_cell {
		display: block;
		width: 100%;
		text-align: center;
	}
	.find_audition_cell h2 {
		font-size: 26px;
		line-height: 1.2;
	}
	.find_audition_cell a {
		font-size: 14px;
	}
	.find_audition_cell img {
		margin-top: 40px;
	}
}

.udtalk_notice {
	padding: 60px 0 0;
}

.udtalk_notice_body .slick-list {
	padding: 0;
}

@media(min-width:768px) {
	.udtalk_notice_body .slick-list {
		padding: 0 0;
	}
}

@media(min-width:1200px) {
	.udtalk_notice_body .slick-list {
		padding: 0 0;
	}
}

.udtalk_notice_header h4 {
	color: #1f2125;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 12px;
}

.udtalk_notice_header h4 strong {
	font-weight: 700;
}

.udtalk_notice_body .js-slide ul,
.udtalk_notice_body .js-slide ul li {
	padding: 0;
	margin: 0;
}

.udtalk_notice_body .js-slide ul li a {
	position: relative;
	display: block;
	height: 52px;
	font-size: 14px;
	color: #3b3f44;
	padding: 13px 0 14px 0;
	border-bottom: solid 1px #aaa;
}

.udtalk_notice_body .js-slide ul li a em {
	position: relative;
	top: -8px;
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	font-style: normal;
	border-radius: 4px;
	padding: 2px 9px 3px 9px;
	margin-right: 9px;
	background-color: #50b0b1;
}

.udtalk_notice_body .js-slide ul li a span {
	position: absolute;
	right: 0;
	display: inline-block;
	height: 32px;
	color: #777;
	font-size: 14px;
	line-height: 33px;
	margin-top: -5px;
}

.udtalk_notice_body .js-slide ul li a span.icon-praise {
	padding-left: 32px;
	background-image: url("img/icon_praise.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 24px auto;
}

.udtalk_notice_body .js-slide ul li a strong {
	width: 65%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.udtalk_notice .u-slick__arrow-classic {
	top: 15px;
}

.udtalk_notice .u-slick__arrow-classic-inner--left {
	right: 30px;
}

.udtalk_notice .u-slick__arrow-classic-inner--right {
	right: -10px;
}

@media(min-width:768px) {
	.udtalk_notice .u-slick__arrow-classic-inner--left {
		right: 40px;
	}
	.udtalk_notice .u-slick__arrow-classic-inner--right {
		right: -14px;
	}
}

@media(min-width:1200px) {
	.udtalk_notice .u-slick__arrow-classic-inner--left {
		right: 40px;
	}
	.udtalk_notice .u-slick__arrow-classic-inner--right {
		right: -14px;
	}
}

.message-list {
	padding: 31px 0;
}

.message-list .tab-basic {
	padding: 0 !important;
	margin: 0 0 20px;
	border-bottom: 2px solid #ddd;
}

.message-list .tab-basic .tab-basic_nav-link {
	color: #aaa;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	border: none;
	border-bottom: 2px solid #ddd;
	border-radius: 0;
	padding: 10px 20px !important;
	background-color: transparent;
	margin-bottom: -2px;
}

.message-list .tab-basic .tab-basic_nav-link.active {
	color: #50b0b1;
	border-bottom-color: #50b0b1;
	background-color: transparent;
}

.message-list .tab-bg {
	padding: 0 !important;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.message-list .tab-bg .tab-bg_nav-link {
	color: #565a5c;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	border: none;
	border: 1px solid #ddd;
	border-right-width: 0;
	border-radius: 0;
	padding: 9px 20px !important;
	background-color: #f7f8fb;
	margin-bottom: -1px;
}

.message-list .tab-bg .tab-bg_nav-link:last-child {
	border-right-width: 1px;
}

.message-list .tab-bg .tab-bg_nav-link.active {
	color: #50b0b1;
	border-bottom-color: #fff;
	background-color: #fff;
}

@media(max-width:767px) {
	.message-list .tab-bg .tab-bg_nav-link {
		font-size: 11.5px;
		padding: 9px 15px !important;
	}
}

.message-list-group {
	margin: 0 0 50px;
	margin-top: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.message-list-loop {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.message-list-loop.new-message {
	padding-left: 0;
	padding-right: 0;
}

.message-list-frame {
	padding: 22px 0;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.message-list-frame .subject {
	display: block;
	line-height: 22px;
	padding-right: 10px;
}

.message-list-frame img {
	width: 77px;
	min-width: 77px;
	height: 77px;
}

.message-list-group .new-message .message-list-frame {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #eeffff;
}

.message-list-frame .btn-group-info {
	position: absolute;
	right: 0;
	bottom: 0;
}

.profile-tab-container .message-list-frame .btn-group-info {
	right: 15px;
}

.message-list-loop:last-child .message-list-frame {
	border-bottom: none;
}

.message-list-frame h6 {
	font-size: 14px;
	line-height: 23px;
	font-weight: 500;
	color: #1f2125;
	margin: 5px 0 0 -28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.message-list-frame p {
	font-size: 12px;
	color: #565a5c;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 0;
	margin: 0 0 0 -28px;
}

.message-list-frame em {
	font-size: 12px;
	color: #565a5c;
	line-height: 18px;
	font-weight: 500;
	margin: 0 0 0 -28px;
}

@media(max-width:767px) {
	.detail_pannel_wrap .message-list-frame img {
		width: 73px;
		min-width: 73px;
		height: 73px;
	}
	.detail_pannel_wrap .message-list-frame h6 {
		margin: 3px 0 0 -30px;
	}
	.detail_pannel_wrap .message-list-frame p {
		margin: 0 0 0 -30px;
		padding-right: 0;
	}
	.detail_pannel_wrap .message-list-frame em {
		margin: 0 0 0 -30px;
	}
	.message-list-group {
		margin: 0 0 30px;
		margin-top: -1px;
	}
	.message_details_header .message-list-loop {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(max-width:570px) {
	.message-list-frame img {
		width: 70px;
		min-width: 70px;
		height: 70px;
	}
	.message-list-frame h6 {
		margin: 3px 0 0 -14px;
	}
	.message-list-frame p {
		margin: 0 0 0 -14px;
	}
	.message-list-frame em {
		margin: 0 0 0 -14px;
	}
	.detail_pannel_wrap .message-list-frame img {
		width: 70px;
		min-width: 70px;
		height: 70px;
	}
	.detail_pannel_wrap .message-list-frame h6 {
		margin: 3px 0 0 22px;
	}
	.detail_pannel_wrap .message-list-frame p {
		margin: 0 0 0 22px;
	}
	.detail_pannel_wrap .message-list-frame em {
		margin: 0 0 0 22px;
	}
}

@media(max-width:445px) {
	.message-list-frame h6 {
		margin: 2px 0 0 10px;
	}
	.message-list-frame p {
		margin: 0 0 0 10px;
	}
	.message-list-frame em {
		margin: 0 0 0 10px;
	}
	.detail_pannel_wrap .message-list-frame h6 {
		margin: 3px 0 0 25px;
	}
	.detail_pannel_wrap .message-list-frame p {
		margin: 0 0 0 25px;
	}
	.detail_pannel_wrap .message-list-frame em {
		margin: 0 0 0 25px;
	}
}

@media(min-width:768px) {
	.message-list-frame h6 {
		margin: 7px 0 0 -12px;
	}
	.message-list-frame p {
		margin: 0 0 0 -12px;
		padding-right: 15px;
	}
	.message-list-frame em {
		margin: 0 0 0 -12px;
	}
	.detail_pannel_wrap .message-list-frame h6 {
		margin: 5px 0 0 -10px;
	}
	.detail_pannel_wrap .message-list-frame p {
		margin: 0 0 0 -10px;
		padding-right: 0;
	}
	.detail_pannel_wrap .message-list-frame em {
		margin: 0 0 0 -10px;
	}
}

@media(min-width:991px) {
	.detail_pannel_wrap .message-list-frame h6 {
		margin: 5px 0 0 20px;
	}
	.detail_pannel_wrap .message-list-frame p {
		margin: 0 0 0 20px;
	}
	.detail_pannel_wrap .message-list-frame em {
		margin: 0 0 0 20px;
	}
}

@media(min-width:1200px) {
	.message-list-loop {
		padding-left: 25px;
		padding-right: 25px;
	}
	.message-list-loop.new-message {
		padding-left: 0;
		padding-right: 0;
	}
	.message-list-frame {
		padding: 24px 0;
	}
	.message-list-frame img {
		width: 80px;
		min-width: 80px;
		height: 80px;
	}
	.message-list-group .new-message .message-list-frame {
		padding-left: 25px;
		padding-right: 25px;
	}
	.message-list-frame h6 {
		margin: 8px 0 0 -29px;
	}
	.message-list-frame p {
		margin: 0 0 0 -29px;
		padding-right: 15px;
	}
	.message-list-frame em {
		margin: 0 0 0 -29px;
	}
	.detail_pannel_wrap .message-list-loop {
		padding-left: 30px;
		padding-right: 30px;
	}
	.detail_pannel_wrap .message-list-loop.new-message {
		padding-left: 0;
		padding-right: 0;
	}
	.detail_pannel_wrap .message-list-frame {
		padding: 24px 0;
	}
	.detail_pannel_wrap .message-list-frame img {
		width: 80px;
		min-width: 80px;
		height: 80px;
	}
	.detail_pannel_wrap .message-list-group .new-message .message-list-frame {
		padding-left: 30px;
		padding-right: 30px;
	}
	.detail_pannel_wrap .message-list-frame h6 {
		margin: 5px 0 0 20px;
	}
	.detail_pannel_wrap .message-list-frame p {
		margin: 0 0 0 20px;
		padding-right: 15px;
	}
	.detail_pannel_wrap .message-list-frame em {
		margin: 0 0 0 20px;
	}
}

.message_details {
	margin: 0 0 50px;
}

.message_details .message_details_btn {
	padding: 0 28px 28px;
}

.message_details .message_details_btn a {
	font-size: 14px;
	color: #565a5c;
}

.message_details .message_details_btn a i {
	font-size: 13px;
}

.message_details_header {
	border: solid 1px #ddd;
	background-color: #fff;
}

.web-message .message_details_header {
	border-left: none;
	border-right: none;
	background-color: transparent;
}

.web-message .message-list-frame {
	background-color: transparent;
}

.message_details_body {
	padding: 30px 30px 50px;
	border: solid 1px #ddd;
	border-top: none;
	overflow: hidden;
	background-color: #fcfcfc;
}

.message_details_body_btn {
	text-align: center;
	margin-bottom: 45px;
}

.message_details_body_btn h6 {
	font-size: 14px;
	font-weight: 500;
	color: #50b0b1;
	margin: 35px 0 0;
}

.message_details_body_btn em {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	color: #565a5c;
}

.message_details_history_receive,
.message_details_history_send {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 32px 0 25px 50px;
}

.message_details_history_receive {
	padding: 46px 0 55px;
}

.message_details_avata {
	position: absolute;
	left: 0;
	top: 0;
}

.message_details_avata img {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}

.message_details_time {
	position: absolute;
	left: 50px;
	top: -2px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #565a5c;
}

.message_details_history_receive .message_details_time {
	top: 15px;
	left: auto;
	right: 0;
}

.message_details_time strong {
	position: relative;
	top: 1px;
	font-size: 14px;
	font-weight: 500;
	color: #1f2125;
	margin-right: 10px;
}

.message_details_history_frame {
	position: relative;
	min-width: 150px;
	max-width: 540px;
	display: inline-block;
	padding: 16px 20px;
	color: #777;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	background-color: #ededed;
	border-radius: 14px;
	border-top-left-radius: 0;
}

.not_read {
	position: absolute;
	left: 0;
	bottom: -28px;
	font-size: 12px;
	color: #50b0b1;
}

.message_details_history_receive .message_details_history_frame {
	float: right;
	color: #fff;
	background-color: #50b0b1;
	border-top-left-radius: 14px;
	border-top-right-radius: 0;
}

.message_details_write {
	padding: 30px 30px 52px;
	border: solid 1px #ddd;
	border-top: none;
	background-color: #fff;
}

.message_details_write_title {
	font-size: 16px;
	color: #565a5c;
	margin-bottom: 20px;
}

.message_details_write_title .badge {
	margin-top: -5px;
}

.message_details_write_title strong {
	font-weight: 500;
}

@media(max-width:767px) {
	.message_details {
		margin: 0 0 40px;
	}
	.message_details .message_details_btn {
		padding: 0 10px 20px;
	}
	.message_details_body {
		padding: 25px 20px 40px;
	}
	.message_details_body_btn {
		margin-bottom: 40px;
	}
	.message_details_body_btn h6 {
		font-size: 13px;
		margin: 30px 0 0;
	}
	.message_details_body_btn em {
		font-size: 11.5px;
	}
	.message_details_history_receive,
	.message_details_history_send {
		padding: 28px 0 27px 48px;
	}
	.message_details_history_receive {
		padding: 41px 0 50px 48px;
	}
	.message_details_avata img {
		width: 38px;
		height: 38px;
	}
	.message_details_time {
		left: 48px;
		font-size: 11.5px;
	}
	.message_details_history_receive .message_details_time {
		top: 15px;
	}
	.message_details_time strong {
		font-size: 13.5px;
		margin-right: 8px;
	}
	.message_details_history_frame {
		min-width: 140px;
		max-width: 520px;
		padding: 14px 18px;
		font-size: 14px;
		line-height: 23px;
		border-radius: 12px;
		border-top-left-radius: 0;
	}
	.not_read {
		font-size: 11.5px;
	}
	.message_details_history_receive .message_details_history_frame {
		border-top-left-radius: 12px;
		border-top-right-radius: 0;
	}
	.message_details_write {
		padding: 25px 25px 40px;
	}
	.message_details_write_title {
		font-size: 15px;
		margin-bottom: 18px;
	}
	.message_details_write.fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		padding: 20px 35px 30px;
		box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.1)
	}
}

.btn-img {
	display: inline-block;
	width: 50px;
	height: 54px;
	padding-left: 0;
	padding-right: 0;
	margin-right: 17px;
}

.btn-img img {
	position: relative;
	top: -2px;
}

.mtm {
	margin-top: -13px;
}

.sns_img {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 11px 50%;
	background-size: auto 38px;
}

.sns_img.sns_facebook {
	background-image: url("img/icon-social-01@3x.png");
}

.sns_img.sns_twitter {
	background-image: url("img/sns_twitter@3x.png");
}

.sns_img.sns_url {
	background-image: url("img/sns_url@3x.png");
}

.create_audition .create_audition_img {
	padding: 12px 0 65px;
	text-align: center;
}

.create_audition .create_audition_img img {
	width: 340px;
}

.create_audition h4 {
	color: #565a5c;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.create_audition h5 {
	color: #777;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -.02em;
}

@media(max-width:1199.98px) {
	.create_audition {
		padding: 15px;
	}
	.sns_img {
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 56px;
		background-size: auto 36px;
	}
	.create_audition .create_audition_img {
		padding: 10px 0 50px;
	}
	.create_audition .create_audition_img img {
		width: 300px;
	}
	.create_audition h4,
	.create_audition h5 {
		font-size: 22px;
	}
	.create_audition .btn-block {
		font-size: 15px !important;
	}
}

@media(max-width:991.98px) {
	.sns_img {
		padding-top: 13px;
		padding-bottom: 13px;
		padding-left: 54px;
		background-size: auto 34px;
	}
	.create_audition .create_audition_img {
		padding: 10px 0 40px;
	}
	.create_audition .create_audition_img img {
		width: 280px;
	}
	.create_audition h4,
	.create_audition h5 {
		font-size: 20px;
	}
	.create_audition .btn-block {
		font-size: 14px !important;
	}
}

@media(max-width:767.98px) {
	.create_audition {
		padding: 0 15px 10px;
	}
	.create_audition .create_audition_img img {
		width: 260px;
	}
	.create_audition h4,
	.create_audition h5 {
		font-size: 18px;
	}
	.mtm {
		margin-top: -5px;
	}
}

.list-title {
	font-size: 16px;
	font-weight: 500;
	color: #565a5c;
	margin-top: 46px;
	margin-bottom: 25px;
}

.list-title .list-title-sub {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 2px;
}

.list-auditions-frame {
	padding: 20px;
	margin-bottom: 20px;
	border: solid 1px #ddd;
	background-color: #fff;
}

.list-auditions-frame h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #565a5c;
	margin: 0 0 0 -15px;
}

.list-auditions-frame p {
	font-size: 12px;
	font-weight: 400;
	color: #565a5c;
	margin: 0 0 0 -15px;
}

.list-auditions-frame .btn {
	position: relative;
	top: -2px;
	margin-left: 18px;
	font-weight: 400;
}

.list-auditions-frame .custom-checkbox {
	margin-top: 14px;
}

.sform-loop-check {
	font-size: 12px;
	font-weight: 500;
}

.sform-loop-check-total {
	font-size: 14px;
	font-weight: 500;
}

.sform-loop-check .custom-control {
	position: relative;
	top: 2px;
}

@media(max-width:991.98px) {
	.list-auditions-frame {
		padding: 18px;
		margin-bottom: 18px;
	}
	.list-auditions-frame h3 {
		font-size: 15px;
	}
}

@media(max-width:767.98px) {
	.list-auditions-frame {
		padding: 16px;
		margin-bottom: 16px;
	}
	.list-auditions-frame h3 {
		font-size: 14px;
		margin: 0 10px;
	}
	.list-auditions-frame p {
		margin: 0 0 0 10px;
	}
	.list-auditions-frame .btn {
		margin-left: 0;
	}
	.list-auditions-frame .custom-checkbox {
		margin-top: 17px;
	}
	.sform-loop-check .custom-control {
		top: 0;
		margin-left: -3px;
	}
}

.service-wrap .card {
	padding: 20px;
	margin-bottom: 20px;
}

.service-wrap .card-header {
	border: none;
	padding: 0;
}

.service-wrap .card-header .type-title {
	font-size: 16px;
	font-weight: 500;
	color: #565a5c;
	padding: 2px;
}

.service-wrap .card-header .d-flex {
	width: 100%;
	height: 31px;
	font-size: 12px !important;
	color: #2e3034;
	cursor: pointer;
	border: none;
	overflow: hidden;
	padding: 6px 0 0 !important;
	background-color: transparent;
}

.service-wrap .card-header .card-collapse__btn-arrow {
	font-size: 16px;
	color: #aaa;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.service-wrap .collapsed .card-collapse__btn-arrow {
	margin-top: -3px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.service-wrap .card-body {
	padding: 15px 25px 0 0;
}

@media(max-width:767.98px) {
	.service-wrap .card {
		padding: 15px;
		margin-bottom: 15px;
	}
	.service-wrap .card-body {
		padding: 10px 0 0 0;
	}
}

.bbs-frame .card-collapse__btn-arrow {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.referal-wrap {
	padding: 45px 0 75px;
}

.referal-header {
	text-align: center;
}

.referal-header .logo-img {
	width: 214px;
	margin-bottom: 28px;
}

.referal-header h2 {
	font-size: 42px;
	font-weight: 700;
	color: #2e3034;
	margin: 0;
}

.referal-header p {
	font-size: 16px;
	color: #2e3034;
	line-height: 1.5;
	margin: 15px 0 30px;
}

.referal-header .referal-img {
	width: 319px;
	margin-bottom: 50px;
}

@media(max-width:991.98px) {
	.referal-wrap {
		padding: 40px 0 65px;
	}
	.referal-header .logo-img {
		width: 200px;
		margin-bottom: 25px;
	}
	.referal-header h2 {
		font-size: 38px;
	}
	.referal-header p {
		font-size: 15px;
		line-height: 1.46;
		margin: 13px 0 28px;
	}
	.referal-header .referal-img {
		width: 300px;
		margin-bottom: 45px;
	}
}

@media(max-width:767.98px) {
	.referal-wrap {
		padding: 35px 0 55px;
	}
	.referal-header .logo-img {
		width: 170px;
		margin-bottom: 20px;
	}
	.referal-header h2 {
		font-size: 30px;
	}
	.referal-header p {
		font-size: 13px;
		line-height: 1.44;
		margin: 12px 0 25px;
	}
	.referal-header .referal-img {
		width: 270px;
		margin-bottom: 40px;
	}
}

.thumbnail-master {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.thumbnail-master::before {
	position: absolute;
	left: 7px;
	right: 7px;
	bottom: 4px;
	content: "";
	height: 108px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 141px;
	cursor: pointer;
	letter-spacing: .03em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 33%;
	background-size: 36px auto;
	-webkit-transition: all 150ms linear 0s;
	transition: all 150ms linear 0s;
}

.thumbnail-master:hover::before {
	bottom: 7px;
	content: "업데이트";
	background-image: url("img/ico_plus.png");
	background-color: rgba(0, 0, 0, 0.4);
}

.modal .thumbnail-master::before {
	height: 87px;
	line-height: 121px;
	background-position: 50% 34%;
	background-size: 30px auto;
}

.keyword-block {
	position: relative;
	display: inline-block;
	height: 30px;
	font-size: 13.5px;
	color: #50b0b1;
	vertical-align: middle;
	margin-right: 7px;
	padding: 2px 42px 6px 10px;
	border-radius: 4px;
	border: solid 1px #50b0b1;
	background-color: #fff;
}

.keyword-block .keyword-delete {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	float: none;
	width: 17px;
	height: 17px;
	line-height: 16.5px;
	padding: 0 3px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin-top: -9px;
	overflow: hidden;
	background: #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.keyword-block .keyword-delete:focus,
.keyword-block .keyword-delete:hover {
	color: #fff;
}

.add_keyword h4 {
	margin: 0 5px;
}

.add_keyword ul {
	padding: 0;
	margin: 0;
}

.add_keyword ul li {
	color: #565a5c;
	font-size: 14px;
	margin: 13px 0;
}

.add_keyword ul li a {
	padding: 5px;
	display: inline-block;
	color: #565a5c;
}

.add_keyword ul li.active a,
.add_keyword ul li a:hover {
	color: #50b0b1;
}

.add_keyword ul li a i {
	font-size: 9px;
	margin-right: 2px;
	vertical-align: middle;
}

@media(max-width:767.98px) {
	.keyword-block {
		margin-bottom: 10px;
	}
	.add_keyword h4 {
		margin: 0 3px;
	}
	.add_keyword ul li {
		margin: 5px 0;
		font-size: 13.5px;
	}
	.add_keyword ul li a {
		padding: 3px;
	}
	.add_keyword ul li a i {
		font-size: 8.5px;
	}
}

.wait_input {
	font-size: 16px;
	color: #ccc;
}

.profile-info {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 1.63;
	padding: 18px 60px 18px 30px;
	margin-top: 30px;
	background-color: #50b0b1;
}

.profile-info a.p_close {
	position: absolute;
	top: 50%;
	right: 24px;
	padding: 5px;
	color: #fff;
	font-size: 21px;
	margin-top: -21px;
}

.profile-info a.p_close:focus,
.profile-info a.p_close:hover {
	color: #fff!important;
}

.profile-info strong {
	font-weight: 500;
}

@media(max-width:991.98px) {
	.wait_input {
		font-size: 15px;
	}
	.profile-info {
		font-size: 14px;
		line-height: 1.53;
		padding: 16px 60px 16px 30px;
	}
	.profile-info a.p_close {
		right: 24px;
		padding: 4px;
		font-size: 20px;
		margin-top: -19px;
	}
}

@media(max-width:767.98px) {
	.wait_input {
		font-size: 14px;
	}
	.profile-info {
		font-size: 13px;
		line-height: 1.43;
		padding: 14px 50px 14px 20px;
	}
	.profile-info a.p_close {
		right: 20px;
		padding: 3px;
		font-size: 18px;
		margin-top: -15px;
	}
}

.thumbnail-profile {
	position: relative;
}

.thumbnail-profile .profile-table {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: table;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #ccc;
	opacity: 0;
	transition: all .2s ease-in-out
}

.thumbnail-profile:hover .profile-table {
	opacity: 1;
}

.thumbnail-profile .profile-table-row {
	display: table-row;
	width: 100%;
	height: 50%;
}

.thumbnail-profile .profile-table-cell {
	display: table-cell;
	width: 100%;
	height: 50%;
	margin: 5px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	border: solid 5px #ccc;
	border-bottom-width: 3px;
	background-color: rgba(0, 0, 0, 0.4);
}

.thumbnail-profile .profile-table .profile-table-row:last-child .profile-table-cell {
	border-top-width: 3px;
	border-bottom-width: 5px;
}

.btn-delete {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	width: 24px;
	height: 24px;
	line-height: 20px;
	color: #fff;
	font-size: 11px;
	overflow: hidden;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: #aaa;
	border: solid 2px #aaa;
}

.btn-delete:hover {
	color: #fff;
}

@media(max-width:991.98px) {
	.thumbnail-profile .profile-table-cell {
		font-size: 13px;
	}
	.btn-delete {
		right: 7px;
		top: 7px;
		width: 22px;
		height: 22px;
		font-size: 10px;
	}
	.sform-loop .row-mobile {
		margin-right: -10px;
		margin-left: -10px;
	}
	.sform-loop .row-mobile>[class*=col-] {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media(max-width:767.98px) {
	.thumbnail-profile .profile-table-cell {
		font-size: 12px;
		letter-spacing: -.05em;
	}
	.sform-loop .row-mobile {
		margin-right: -5px;
		margin-left: -5px;
	}
	.sform-loop .row-mobile>[class*=col-] {
		padding-right: 5px;
		padding-left: 5px;
	}
}


.loading_wrap {
	padding:45px 30px;
	text-align:center;
}
.loading_wrap img {
	width:200px;
}
.loading_wrap h5 {
	font-size:14px;
	margin:10px 0 0;
}

@media(min-width:576px) {
	.modal-xs {
		max-width: 340px
	}
}

.red-line::before {
	position: absolute;
	top: 0;
	left:50%;
	width: 36px;
	height: 4px;
	margin-left:-18px;
	border-radius: 2px;
	background-color: #e73c3d;
	content: "";
}


.sft-animated {
	animation: move-up-and-down 1.8s infinite alternate cubic-bezier(0.46, 0.03, 0.52, 0.96)
}

@keyframes move-up-and-down {
	from {
		transform: translateY(0)
	}
	to {
		transform: translateY(-10px)
	}
}


.btn-floating {
	position: relative;
	top:0;
	transition: all 0.3s ease-in-out;
}
.btn-floating:focus,
.btn-floating:hover {
	position: relative;
	top:-5px;
}
.btn-floating a {
	box-shadow: none;
	transition: all 1s ease-in-out;
}
.btn-floating:focus a,
.btn-floating:hover a {
	box-shadow: 3px 3px .5rem rgba(0, 0, 0, 0.2)
}


/* service */
.service-wrap {
	padding:0;
	color:#555;
	font-size:17px;
	font-weight: 300;
	line-height:1.55;
	letter-spacing: -.035em;
}

.service-wrap h4 {
	width:100%;
	height:40px;
	display:block;
	color:#000;
	font-size:24px;
	font-weight: 500;
	line-height:1.4;
	text-align:center;
	letter-spacing: -.05em;
	margin: 0;
}

.service-wrap .service-group {
	width:100%;
	height:120px;
	margin:20px 0;
	padding:20px 24px;
	border: solid 1px #fff000;
	background-color:#fff;
	border-radius: 8px;
}

.service-wrap .service-group a {
	position: relative;
	top:-4px;
}

.service-wrap .service-group1 {
	height:70px;
}

.service-wrap .service-group2 {
	height:96px;
}

.service-wrap .service-group-border {
	border-color: #bbb;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.1)
}

.service-wrap .service-group strong {
	color:#333;
	font-weight: 700;
}

.service-wrap .service-group .d-block strong {
	color:#fff;
}

.service-wrap .d-inline-flex-border {
	position: relative;
	padding:0 15px;
	margin:0 4px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.service-wrap .service-group-right::after,
.service-wrap .service-group-right::before,
.service-wrap .d-inline-flex-border::after,
.service-wrap .d-inline-flex-border::before {
	position: absolute;
	top: 0;
	left:-1px;
	width: 9px;
	height: 13px;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	content: "";
}

.service-wrap .service-group-right::after,
.service-wrap .service-group-right::before {
	left:auto;
	right:-1px;
}

.service-wrap .service-group-right::after,
.service-wrap .d-inline-flex-border::after {
	height: 10px;
	top: auto;
	bottom: 0;
	border-top: solid 1px #ccc;
	border-bottom: 0;
}

.list-unstyled .mr-1 {
	position: relative;
	top:-6px;
	display:inline-block;
}

.biz-section-price .card-header,
.biz-section-price .card {
	overflow: hidden;
}


/* biz-section */
.biz-section {
	letter-spacing: -.035em;
}
.biz-section-main .container {
	height:220px;
}
.biz-section-main .js-slide {
	padding:100px 0 320px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	background-image: url('img/main1_bg.jpg');
}
.biz-section-main .js-slide2 {
	background-image: url('img/main2_bg.jpg');
}

@media(max-width:767.98px) {
	.biz-section-main .js-slide {
		background-image: url('img/main1_bg_mobile.jpg');
	}
	.biz-section-main .js-slide2 {
		background-image: url('img/main2_bg_mobile.jpg');
	}
}

.biz-section-price {
	background-color: #fff;
}
	.biz-section-price .container {
		padding-top:70px;
		padding-bottom:70px;
	}
	.biz-section-price .list-unstyled {
		min-height:170px;
	}
	.biz-section-lawyer .list-unstyled {
		min-height:auto;
	}
.img-group {
	position: relative;
	width:100%;
	margin:0 auto;
	padding:0 3%;
	overflow: hidden;
}

.circle-block {
	display:block;
	text-align:center;
	margin:0 auto;
}

.circle-block .d-table-cell {
	width:260px;
	height:260px;
	margin:0 auto;
	vertical-align: middle;
}

.circle-block,
.circle-block .d-table-cell {
	width:260px;
	height:260px;
}

@media(max-width:1449.98px) {
	.circle-block,
	.circle-block .d-table-cell {
		width:250px;
		height:250px;
	}

	.biz-section-main .js-slide {
		padding:80px 0 280px;
	}
	.biz-section-main .container {
		height:160px;
	}
}

@media(max-width:1249.98px) {
	.biz-section-main .js-slide {
		padding:60px 0 240px;
	}

	.circle-block,
	.circle-block .d-table-cell {
		width:240px;
		height:240px;
	}
	.img-group {
		padding:0 4%;
	}
	.biz-section-price .container {
		padding-top:60px;
		padding-bottom:60px;
	}

	.biz-section-price .list-unstyled {
		min-height:150px;
	}
	.biz-section-main .container {
		height:130px;
	}
}

@media(max-width:991.98px) {
	.biz-section-main .js-slide {
		padding:40px 0 200px;
	}
	.biz-section-main .container {
		height:110px;
	}

	.circle-block,
	.circle-block .d-table-cell {
		width:210px;
		height:210px;
	}
	.service-wrap .service-group {
		display:none;
	}
	.service-wrap .service-group-border {
		display:block;
	}
	.biz-section-price .container {
		padding-top:50px;
		padding-bottom:50px;
	}
	.biz-section-price .list-unstyled {
		min-height:120px;
	}
}

@media(max-width:767.98px) {
	.biz-section-main .js-slide {
		padding:50px 0 110px;
	}
	.biz-section-main .container {
		height:350px;
	}

	.circle-block,
	.circle-block .d-table-cell {
		width:200px;
		height:200px;
	}
	.biz-section-price .container {
		padding-top:40px;
		padding-bottom:40px;
	}
	.biz-section-price .list-unstyled {
		min-height:auto;
	}
}

@media(max-width:550.98px) {
	.biz-section-main .js-slide {
		padding:50px 0 110px;
	}
	.biz-section-main .container {
		height:200px;
	}
}

@media(max-width:500.98px) {

}

@media(max-width:450.98px) {

}

@media(max-width:400.98px) {

}





.postCode {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow-y: auto;
	outline: 0;
}
.postCode::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-color: #000;
	opacity: 0.3;
}

.postCode .container {
	position: relative;
	background-color: #fff;
	height: calc(100vh -(0.001rem * 2));
}

.postCode h5 {
	width: 100%;
	height: 46px;
	color: #000;
	font-size: 16px;
	line-height: 46px;
	font-weight: 700;
	padding: 0 25px;
	margin: 0;
	border-bottom: 1px solid #eee;
}

.postCode-dialog {
	position: relative;
	width: auto;
	margin: 0;
	pointer-events: none display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% -(0.001rem * 2))
}

.postCode-dialog::before {
	display: block;
	height: calc(100vh -(0.001rem * 2));
	content: ""
}

.postcode_close {
	position: absolute;
	right:0;
	top:0;
	z-index: 1;
	display:block;
	width:48px;
	height:48px;
	text-indent: -9999px;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	background-image: url("http://responsive.hom2box.com/breezm/css/img/ico-close.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 13px auto;
}







.cd-timeline {
	padding: 2em 0;
	color: #818d98;
}

.cd-timeline__container {
	position: relative;
	padding: 1.25em 0;
	margin-top:1em;
}

.cd-timeline__container::before {
	content: '';
	position: absolute;
	top: 40px;
	height: 88%;
	width: 4px;
	background: #d8e5ee;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.cd-timeline__block {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: 2em;
}

.cd-timeline__block:last-child {
	margin-bottom: 0
}

.cd-timeline__block.nth-child-even {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.cd-timeline__block.nth-child-even7 {
	padding-top:80px;
}

.cd-timeline__img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	color:#fff;
	-ms-flex-order: 1;
	order: 1;
	font-size:20px;
	border-radius: 50%;
	margin-left: calc(5% - 25px);
	will-change: transform;
	box-shadow: 0 0 0 3px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
}

.cd-timeline__block.nth-child-even .cd-timeline__img {
	margin-right: calc(5% - 25px)
}

.nth-child-even7 .cd-timeline__img {
	position: absolute;
	left:50%;
	top:0;
	z-index:2;
	margin-left:-25px;
	background-image: url("img/service_bg.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 54px 54px;
}

.c-type {
	position: relative;
	top:-3.5px;
	width:14px;
	height:14px;
	margin-left:6px;
	display:inline-block;
	border-radius: 50%;
}

.c-type01,
.cd-timeline__img--01 {
	background-color: #1aa28c;
}

.c-type02,
.cd-timeline__img--02 {
	background-color: #1a67a2;
}

.cd-timeline__content {
	width: 45%;
	-ms-flex-positive: 0;
	flex-grow: 0;
	position: relative;
	top:-15px;
	margin: 0;
	background: #f5f5f5;
	border-radius: .5em;
	padding: .52em;
	will-change: transform;
	--line-height-multiplier: 1.2
}

.nth-child-even .cd-timeline__content {
	background: #dcfbff;
}

.nth-child-even7 .cd-timeline__content {
	background: #ecf8e6;
	margin:0 auto;
}

.cd-timeline__content img {
	width:100%;
	max-width:100%;
}

@media(max-width:767.98px) {
	.cd-timeline {
		padding: 1em 0;
	}

	.cd-timeline__container {
		padding: .625em 0;
		margin-top:1em;
	}

	.cd-timeline__container::before {
		top: 20px;
		height: 86%;
		width: 4px;
	}

	.cd-timeline__block {
		margin-bottom: 1em;
	}

	.cd-timeline__block:last-child {
		margin-bottom: 0
	}

	.cd-timeline__block.nth-child-even7 {
		padding-top:40px;
	}

	.cd-timeline__img {
		width: 25px;
		height: 25px;
		font-size:10px;
		margin-left: calc(5% - 12.5px);
		box-shadow: 0 0 0 1.5px #fff, inset 0 1px 0 rgba(0, 0, 0, .08), 0 1.5px 0 2px rgba(0, 0, 0, .05);
	}

	.cd-timeline__block.nth-child-even .cd-timeline__img {
		margin-right: calc(5% - 12.5px)
	}

	.nth-child-even7 .cd-timeline__img {
		margin-left:-12.5px;
		background-size: 27px 27px;
	}

	.c-type {
		top:-1.75px;
		width:7px;
		height:7px;
		margin-left:3px;
	}

	.cd-timeline__content {
		top:-9px;
		border-radius: .25em;
		padding: .26em;
	}
}


/* Map Canvas */
	.map_canvas_wrap {
		clear:both;
		width:100%;
		height:550px;
		margin:0;
		border:1px solid #e4eaec;
		background-color:#fff;
	}