html body {
	color: #222;
	font-weight: 400;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: #293D9E !important;
	color: #FFF !important;
}

#navbarSupportedContent .row {
	justify-content: flex-end;
}

#MainPage .carousel-item {
	width: 94%;
}

#MainPage .card-body {
	padding: 20px 20px 6px 20px;
}

#MainPage .mb-2, .my-2 {
	border: none;
}

#MainPage ul.list-style-none {
	padding: 0px 10px;
}

#MainPage ul.list-style-none li a {
	color: #fff;
}

#MainPage .card .card-title {
	margin-bottom: 0px;
	font-size: 16px;
}

#MainPage .mt-4, .my-4 {
	margin-top: 16px;
}

#MainPage .card-img-top {
	border-radius: 5%;
}

#MainPage .carousel-item {
	postion: inherit !important;
}

#MainPage .carousel-multi-item .carousel-inner, .carousel-inner {
	padding-top: 0px !important;
}

#MainPage .carousel-multi-item .carousel-inner, .carousel-inner a {
	color: #3E5569;
}

#MainPage span.tf {
	font-size: 1.1rem !important;
	letter-spacing: -0.8px;
	font-weight: 400;
}

#MainPage span.data_s {
	color: #888;
}

#MainPage .tline {
	width: 3px;
	height: 19px;
	display: inline-block;
	background-color: #047bf8;
	margin-right: 6px;
	position: relative;
	top: 3px;
}

#admin-page .table td, #admin-page .table th {
	padding: 10px 5px;
	text-align: center;
}

#admin-page .table th {
	font-weight: 600;
	background-color: #FAFAFA;
}

/* common */
.btn-success {
	background-color: #027C58 !important;
	border-color: #027C58 !important;
}

/* header */
/*
#nav-menu {
	display: block;
	position: absolute;
	top: 22px;
	right: 25px;
	box-sizing: border-box;
}
*/
.ti-menu {
	font-size: 2.2rem !important;
}

.gnb-bg {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
}



/* footer */
.footer {
	padding: 20px 5% !important;
}

.footer-light {
	background-color: #FFFFFF;
	color: #808080;
}

.footer-light .footer-content .cont a {
	color: #808080;
	text-decoration: underline !important;
}

.footer-dark {
	background-color: #383838;
	color: #7E7E7E;
}

.footer-dark .footer-content .cont a {
	color: #BFBFBF;
}

.footer-dark .footer-content .cont dd a {
	color: #222;
}

.footer .footer-content {
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	font-size: 0.85rem;
}

.footer .footer-content .cont {
	line-height: 160%;
	font-weight: 500;
}

.footer .footer-content .cont p.copyright {
	font-size: 0.8rem;
}

/* Main Page */
.sub-menu-bar {
	position: absolute;
	left: 0px;
	bottom: 0px;
  display: inline-block;
  width: 100%;
	background-color: rgba( 2, 124, 88, 0.9 );
}
.sub-menu { margin: 0; padding: 0; }
.sub-menu li {
  float: left;
  list-style:none;
  position: relative;
}
.sub-menu li.sub-menu-1:hover, .sub-menu li.sub-menu-2:hover { background: white; }
.sub-menu li:hover>a { color: #027C58; }
.sub-menu > li > a {
	color: white;
	display: block;
	padding: 20px 0px;
	text-decoration: none;
	font-size: 1.1rem;
}
.sub-menu ul {
  background: #eee;
  border: 1px solid silver;
  display: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
	z-index: 999;
}
.sub-menu ul li { float: none; z-index: 999; }
.sub-menu ul li:hover { background: #ddd; }
.sub-menu ul li:hover a { color: black; }
.sub-menu ul a {
	color: black;
	display: block;
	padding: 10px 0px;
	text-decoration: none;
	font-size: 1.1rem;
}
.sub-menu ul ul { left: 100%; top: 0; }

.sub-menu > li:first-child {
  width: 30px;
}

.main-contents {
  padding: 3rem 3%;
	background: url("/images/pettern_bg.jpg");
}

.main-bbs {
	padding: 0px 5%;
}

.main-bbs .bbs-title {
	font-weight: bold;
	font-size: 1.3rem;
	color: #FFF;
	margin-bottom: 22px;
}

.sns_link {
	background-color: #fff;
	margin: 0px 0.09rem !important;
}

/* Sub page Common */
#Title_Text {
	font-family: 'Gmarket Sans';
	width: 90%;
	text-align: left;
	margin-top: 58px;
}

.title_text {
	font-weight: 500;
	font-size: 28px;
}

.title_text2 {
	font-weight: 300;
	font-size: 19px;
}

.title-menu {
	color: #999;
	font-size: 20px;
	margin-top: 25px;
}

.title-menu a:link, .title-menu a:visited {
	color: #999;
}

.title-menu .active {
	color: #000 !important;
}

.vertical-bar {
	color: #ddd;
	padding-left: 20px;
	padding-right: 20px;
}

/* Product Page */
.prod-info .form-group {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.Info .prod-img {
	background-color: #f8f8f8;
}

.Info .prod-img .main-img, .Info .prod-img .sub-img {
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: .6rem;
	padding: 5px;
}

.Info .prod-img .sub-img {
	display: inline-block;
	width: 30%;
}

.Info .prod-img .sub-img + .sub-img {
	margin-left: 4%;
}

.prod-info {
	padding: 20px 10%;
	line-height: 160%;
}

.prod-info .form-group:first-child {
	border-top: 2px solid #000;
	padding-top: 15px;
}

.prod-info .form-group:last-child {
	border-bottom: 2px solid #000;
}

.prod-info label {
	font-weight: 600;
}

/* }aging */
.bbs-toolbar a.bbs-btn svg, .bbs-paging .bbs-btn svg, .bbs-footer a.bbs-btn svg {
  color: #656565;
	width: 20px;
  height: 20px;
}

.bbs-paging .btn {
	display: inline-block;
  background-color: #F1F0F5;
	padding: 10px 8px;
	width: 44px;
	text-align: center;
  align-self: center;
  border-radius: 5px;
	margin: 0px 2px;
	cursor: pointer;
	font-size: 14px;
}

.bbs-paging span:first-child, .bbs-paging span:last-child {
	padding: 8.4px 8px !important;
}

.bbs-paging .btn.active {
	background-color: #4266F2;
	color: #FFFFFF;
}

.bbs-paging .btn.disable {
	cursor: default;
}

.bbs-paging .btn:hover {
	background-color: #5A8DEE;
	color: #FFFFFF;
}

.bbs-paging .btn.disable:hover {
  background-color: #F1F0F5 !important;
	color: #3e5569 !important;
}

/* Customer Inquiry */
.Inquiry-wrap .guide {
	width: 100%;
}

.Inquiry-wrap .guide tr:first-child {
	border-top: 2px solid #000;
}

.Inquiry-wrap .guide tr:last-child {
	border-bottom: 1px solid #000;
}

.Inquiry-wrap .guide td:first-child {
	border-left: 0px;
	width: 35%;
	font-size: 18px;
	font-weight: 700;
}

.Inquiry-wrap .guide td:last-child {
	border-right: 0px;
	width: 65%;
}

.Inquiry-wrap .guide td {
	padding: 30px 5%;
	border: 1px solid #555;
}

.Inquiry-wrap .Inquiry-phone {
	font-size: 2.2rem;
	margin-top: 1.5rem!important;
	font-weight: 500;
}

.guide-text {
	font-size: 16px;
	font-weight: 700;
}

.guide-text2 {
	font-size: 25px;
	font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link {
	color: #222 !important;
}

.topbar .nav-toggler, .topbar .topbartoggler {
	color: #000 !important;
}

.topbar .top-navbar .navbar-header, .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
	line-height: normal !important;
}

.topbar .top-navbar .navbar-header .navbar-brand {
	height: auto !important;
	padding: 13px !important;
}

.topbar .top-navbar, no-gutters {
	max-width: 1200px;
	margin: 0 auto;
}

.container-fluid {
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 62px;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
	padding: 17px !important;
	font-size: 1.2rem !important;
	font-weight: 500;
	white-space: nowrap;
	text-align: center;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link span {
	padding-bottom: 2px;
}

.topbar .top-navbar .navbar-nav>.nav-item:hover .dropdown-menu {
	display: inline-block;
}

.topbar .navbar-collapse {
	padding: 0px !important;
}

.topbar .mega-dropdown .dropdown-menu {
	margin-top: 0px;
}

#Prod_Title {
	position: relative;
	margin-top: 63px;
}

#Prod_Title #ChoaBitone {
	position: absolute;
	right: 0px;
	bottom: 30px;
}

#Prod_Title #ChoaBitone img {
	width: 70%;
}

#MainPage #Prod_AD {
	text-align: center;
}

#MainPage #Prod_AD .AD_Link {
	margin-top: -3%;
}

#MainPage #Prod_Info .Info {
	padding: 8% 0px 0px 30px;
}

#MainPage #Prod_Info .Info table tr {
	height: 50px;
}

#MainPage #Prod_Info .Info table img {
	width: 30px;
}

#MainPage #Prod_Info .Info table tr td:nth-child(3) {
	padding-left: 30px;
}

#MainPage #Prod_Info .Info table tr td:nth-child(2), #MainPage #Prod_Info .Info table tr td:nth-child(4) {
	width: 200px;
	padding-left: 10px;
	text-align: left;
}

.custom-btn {
	display: inline-block;
	padding: 10px 30px;
	background-color: #008A60;
	border-radius: 20px;
	color: #fff;
}

#Customer {
	position: relative;
	background-size: cover;
	margin-top: 0px;
}
/*
#Customer .Layer {
	position: absolute;
	display: contents;
	top: 0px;
	left: 0px;
	z-index: 11;
}
*/
#Customer .Center_Title {
	text-align: left;
	display: inline-block;
	margin-right: 160px;
}

#Customer .Layer2 {
	position: absolute;
	top: 0px;
	z-index: 12;
}

#Customer table {
	margin-top: 10%;
}

#Customer table td {
	width: 50%;
}

#Customer table td:nth-child(1) {
	text-align: right;
}

#Customer table td:nth-child(2) {
	text-align: center;
	padding: 5% 0px 0px 10%;
	vertical-align: middle;
}

#Customer table td:nth-child(2) img {
	width: 20%;
}

#Customer ul {
	display: inline-block;
	padding: 0px !important;
}

#Customer ul li {
	list-style: none;
	float: left;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	padding-right: 40px;
}

#Customer ul li+li {
	border-left: 1px solid #ddd;
	padding-left: 40px;
}

#Customer ul li img {
	width: 70px;
}

#Customer a {
	color: #222 !important;
}

#socialAct {
	background-color: #F5F5F5;
	padding-top: 70px;
}

#socialAct .title {
	text-align: right;
}

#socialAct .title>div {
	display: inline-block;
	text-align: left;
}

#socialAct .prev, #socialAct .next {
	display: inline-block;
	border: 0.122rem solid #008A60;
	border-radius: 50%;
	padding: 10px;
	margin-top: 80px;
	color: #008A60;
}

#socialAct .list .explain h4 {
	color: #222;
}

#socialAct .list .explain {
	padding: 20px 15px;
	background-color: #fff;
	height: 150px;
}

#socialAct .list .explain span {
	line-height: 160%;
	font-size: 15px;
}

#SNS {
	display: inline-block;
	text-align: center;
  width: 100%;
  color: #333;
	background-color: #f3f4fa;
}
#SNS .swiper-slide .sns-link {
	position: relative;
	width: 60vw;
	height: 37vw;
	margin: 3vw auto 9vw;
}
#SNS .swiper-slide .sns-link img {
	position: absolute;
	border: 0px;
}
#SNS .swiper-slide .sns-link .sns-btn {
	top: 0px;
	left: 0px;
  width: 65%;
}
#SNS .swiper-slide .sns-link .sns-photo {
	bottom: 0px;
	right: 0px;
  width: 95%;
}

@media (min-width:768px) {
	#SNS {
		background-color: #fff;
	}

	#SNS .swiper-container {
		width: 82.1vw;
		min-width: 780px;
	}

	#SNS .swiper-slide .sns-link {
		width: 25vw;
		min-width: 238px;
		height: 15.5vw;
		min-height: 147px;
		margin: 25px auto;
	}
}

@media (min-width:1920px) {
	#SNS .swiper-slide .sns-link {
		width: 1152px;
		height: 710px;
		margin: 58px auto 173px;
	}

	#SNS .swiper-container {
		width: 1576px;
	}

	#SNS .swiper-slide .sns-link {
		width: 480px;
		height: 298px;
	}
}

.Info .prod-img {
	padding: 10% 5%;
}

.prod-padding {
	padding: 5px !important;
}

.download-wrap {
	text-align: center;
}

#sub_title {
	position: relative;
	margin-top: 63px;
}
/*
#sub_title .sub_title_img {
	position: absolute;
	display: contents;
}
*/
#sub_title .sub-menu-title {
	position: absolute;
	bottom: 30%;
	left: 5%;
}

.el-element-overlay .el-card-item .el-card-avatar {
	margin-top: 15px;
}

.text-white {
	color: #FFF;
}

.bbs-toolbar, .bbs-list, .bbs-view, .media-list, .FAQ-wrap, .Inquiry-wrap, .Privacy-Wrap {
	margin-left: 5% !important;
	margin-right: 5% !important;
}

.bbs-toolbar {
	border: 1px solid #DDD;
	background-color: #F5F5F5;
	padding: 10px;
}

.bbs-toolbar .input-group {
	margin: 0 auto;
}

.bbs-list .card-body, .bbs-view .card-body {
	padding: 25px 0px !important;
}

.Media-Wralp {
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
}

.sub-menu-0 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.sub-menu-1 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.sub-menu-2 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

#MainPage section#Prod_Info table {
	width: 80%;
	margin: 0px 10%;
}

@media (min-width:576px) {
	.Info .prod-img {
		padding: 10% 20%;
	}
}

@media (min-width:768px) {
	#MainPage .container-fluid {
		min-width: 950px;
	}

	#sub_title .sub-menu-title {
		position: absolute;
		bottom: 50%;
		left: 15%;
	}

	.sub_title_img > img {
		min-width: 1085px;
	}

	/* Sub page Common */
	#Title_Text {
		text-align: center;
	}

	.title_text {
		font-size: 35px;
	}

	.title_text2 {
		font-size: 25px;
	}


	#MainPage section#Prod_Info table {
		width: auto;
		margin: 0px;
	}

	.footer {
		padding: 20px 10% !important;
	}

	.SocialAct-md-Wrap {
		padding-left:	15% !important;
		padding-right: 15% !important;
		width: 100%;
	}

	.sub-menu-0 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.sub-menu-1 {
		flex: 0 0 64px;
		max-width: 64px;
	}

	.sub-menu-2 {
		flex: 0 0 250px;
		max-width: 250px;
	}

	.Info .prod-img {
		padding: 10% 25%;
	}

	.prod-info {
		padding: 20px 15%;
	}
}

@media (min-width:1085px) {
	.Info .prod-img {
		padding: 10% 30%;
	}
}

@media (min-width:1600px) {
	.Info .prod-img {
		padding: 10% 35%;
	}
}

.SocialAct-Wrap .sub-title-0 {
	flex: 0 0 70%;
	max-width: 70%;
}

.SocialAct-Wrap .sub-title-1 {
	flex: 0 0 20%;
	max-width: 20%;
}

.SocialAct-Wrap .sub-title-2 {
	flex: 0 0 50%;
	max-width: 50%;
	padding-top: 22px;
}

.Choa-Baseball .SocialAct-Contents, .Project-A .SocialAct-Contents {
	background-color: #F5F5F5;
}

.Baseball-Photo .select-year, .Project-A-Photo .select-year, .Rookie-Baduk-Photo .select-year {
	text-align: right;
	padding-top: 22px;
}

.Sketch-Photo .select-year {
	text-align: right;
}

.footer .footer-menu {
  position: relative;
  z-index: 999;
}
.footer .footer-menu dl {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.footer .footer-menu dl dt a {
  position: relative;
  display: block;
  padding: 6px;
  width: 100%;
  border-bottom: 1px solid #606060;
  font-weight: 400 !important;
}
.footer .footer-menu dl dt a span {
  position: absolute;
  right: 5px;
  top: 15px;
  display: inline-block;
  width: 9px;
  height: 5px;
  vertical-align: middle;
  background: url(/images/icon/angle_up.png) no-repeat;
}
.footer .footer-menu dl dd {
  position: absolute;
  bottom: 33px;
  left: 0;
  display: none;
}
.footer .footer-menu dl dd ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #dbdbdb;
}
.footer .footer-menu dl dd ul li a {
  position: relative;
  display: block;
  width: 158px;
  padding: 6px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #f7f7f7;
}

.footer #Faily_Site {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #BFBFBF;
	border-left: none;
	background-color: #383838;
	color: #BFBFBF;
}

.footer #footer_logo {
	width: 100%;
	max-width: 260px;
}

.Competition-Photo table,  {
	border-top: 2px solid #000;
}

.Competition-Photo table tr {
	text-align: center;
	height: 50px;
}

.Competition-Photo table tr {
	border-bottom: 1px solid #EEE;
}

.Competition-Photo .form_select, .Sketch-Photo .form_select, .Choa-Baseball .form_select, .Project-A .form_select, .Rookie-Baduk .form_select {
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 1rem;
	font-weight: 500;
	background-color: #fff;
}

#MVP-Contents img {
	width: 70% !important;
	height: auto !important;
	margin: 0px 15%;
}

#MVP-Contents h4 {
	text-align: center;
}

.text-black {
	color: #000;
}

.text-white {
	color: #fff;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

#signFormView > .row {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

#signFormView > .row:first-child {
	border-top: 2px solid #000;
}

#signFormView > .form-actions {
	border-top: 1px solid #000;
}

.star {
  color: #da0016;
}

#signFormView .form-actions button {
	font-size: 1rem;
}

#mvp_contents {
	padding: 0px 5%;
}

img { border: 0; }

#Prod_AD img.ad-tv, #Prod_AD img.ad-radio, #Prod_AD img.ad-print {
	width: 30%;
	margin: 0px 5%;
}

#MainPage .el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item, .bbs-photo .el-overlay-1 .el-info .el-item {
	width: 20%;
}

#MainPage .el-element-overlay .el-card-item .el-overlay-1 .el-overlay, #MainPage .bbs-photo .el-overlay-1 .el-overlay {
	opacity: 1;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	background-color: rgba(0,0,0, .3);
}

#Promotional_Video .el-link {
	border-radius: 5px;
}

#Customer {
	text-align: center;
}

#Customer a {
	color: #222 !important;
}

.el-element-overlay .el-card-item .el-card-content {
	font-size: 15px;
	line-height: 160%;
}

.Inquiry-Contents, .bbs-list {
	line-height: 160%;
}

.sub-tit h1 {
	font-size: 21px;
	font-weight: 500;
	color: #242424;
}

.sub-tit h1 span {
	font-weight: 300;
}

/* FAQs */
.faq-contents {
	width: 100%;
	margin: 0 auto;
}

article > h2 {
	width: 1px;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
}

.accordion-container {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
	cursor: pointer;
	-webkit-tap-highlight-color : transparent;
}

.top-line {
	border-top: 2px solid #222;
}

.article-title span, .accordion-content span {
	display: table-cell;
	vertical-align: middle;
}

.article-title {
	font-weight: 400;
	font-size: 21px;
	font-weight: normal;
	color: #3A3A3A;
	padding: 16px 0px;
}

.accordion-container .article-title {
	width: 100%;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.accordion-container .content-entry.open .article-title {
	color: #EF621A;
}

.accordion-container .content-entry.open i {
	color: #EF621A;
}

.accordion-container .content-entry i {
	font-style: normal;
	color: #777;
	transition: all ease 0.5s;
}

.accordion-container .content-entry.open i {
	transform: rotate( 180deg );
}

.accordion-content {
	display: none;
	background-color: #F6F6F6;
	border-bottom: 1px solid #ddd;
}

.q-title {
	font-weight: 700;
	font-size: 16px;
	padding: 0px 15px;
	color: #1D1D1D;
}

.q-str {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
}

.q-icon {
	padding-top: 8px;
	padding-right: 10px;
}

.a-title {
	font-weight: 600;
	font-size: 16px;
	padding: 0px 15px;
	color: #EF621A;
}

.a-str {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	padding: 20px 30px 20px 0px;
}

@media (min-width:768px) {
	.sub-tit h1 {
		font-size: 30px;
		margin: 0 5%;
	}

	/* FAQs */
	.faq-contents {
		width: 90%;
		margin: 0 auto;
	}

	.article-title {
		font-size: 2.8vw;
	}

	.q-title {
		font-size: 2.1vw;
	}

	.q-title, .a-title {
		padding: 0px 2vw;
	}

	.q-str, .a-title, .a-str {
		font-size: 2vw;
	}

	.q-str, .a-str {
		line-height: 3.1vw;
	}

	.q-icon {
		padding-top: 1vw;
		padding-right: 1.3vw;
	}

	.a-str {
		padding: 2.6vw 3.9vw 2.6vw 0px;
	}

	/* Customer Inquiry */
	.Inquiry-wrap .Inquiry-Contents {
		margin: 0 5%;
	}

	.Inquiry-wrap .guide td:first-child {
		font-size: 22px;
	}

	.guide-text {
		font-size: 18px;
	}

	.guide-text2 {
		font-size: 30px;
	}
}

@media (min-width: 1024px) {
	/* FAQs */
	.article-title {
		font-size: 29px;
	}

	.q-title {
		font-size: 22px;
	}

	.q-title, .a-title {
		padding: 0px 20px;
	}

	.q-str, .a-title, .a-str {
		font-size: 20px;
		font-weight: 400;
	}

	.q-str, .a-str {
		line-height: 32px;
	}

	.q-icon {
		padding-top: 10px;
		padding-right: 13px;
	}

	.a-str {
		cursor: default !important;
		padding: 27px 40px 27px 5px;
    font-weight: 300;
    color: #777;
	}
}