@charset "utf-8";

/*=======================================
	공통
======================================*/
.sub_tit {
	text-align: center;
}

.sub_tit h3 {
	font-size: 40px;
	color: #222222;
	letter-spacing: -0.025em;
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
}

.sub_tit h4 {
	font-size: 30px;
	color: #444444;
	letter-spacing: -0.02em;
	font-weight: 600;
	line-height: 1.6;
	margin: 0;
}

.sub_tit span {
	font-size: 16px;
	color: #1e72c7;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: 1.6;
}


.cate_tab_type01 {
	margin-top: 40px;
}

.cate_tab_type01 ul {
	font-size: 0;
	letter-spacing: -4px;
}

.cate_tab_type01 ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(12.5% - 5.25px);
	height: 60px;
	border: 1px solid #e5e5e5;
	margin-right: 6px;
	margin-bottom: 6px;
	background-color: #fbfbfb;
	box-sizing: border-box;
}

.cate_tab_type01 ul li:nth-of-type(8n) {
	margin-right: 0;
}

.cate_tab_type01 ul li a {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.cate_tab_type01 ul li a span {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #666666;
	letter-spacing: 0;
}

.cate_tab_type01 ul li.on {
	background-color: #1e72c7;
	border-color: #1e72c7;
}

.cate_tab_type01 ul li.on a span {
	color: #fff;
}

@media all and (max-width:1000px) {
	.cate_tab_type01 ul li {
		width: calc(25% - 4.5px);
	}

	.cate_tab_type01 ul li:nth-of-type(4n) {
		margin-right: 0;
	}
}


/*=======================================
	COMPANY
======================================*/
.company_con00 {
	padding: 50px 0;
}

.company_con00 .intro_txt {
	padding: 80px 0;
	margin: 50px 0 80px;
	background: url('/img/company_con00_intro_bg01.jpg') no-repeat center center / cover;
	text-align: center;
}

.company_con00 .intro_txt p {
	font-size: 18px;
	font-weight: 500;
	color: #444444;
	letter-spacing: -0.025em;
	line-height: 1.8;
	word-break: keep-all;
}

.company_con00 .outro_txt {
	padding: 50px 0;
	margin-top: 50px;
	background-color: #0f62b6;
	text-align: center;
	justify-content: space-between
}

.company_con00 .outro_txt p {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: -0.025em;
	word-break: keep-all;
}

.company_con00 .outro_txt span {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: -0.025em;
}

.company_con00 .box {
	margin-top: 50px;
	font-size: 0;
	letter-spacing: -4px;
}

.company_con00 .box:after {
	content: '';
	display: block;
	clear: both;
}

.company_con00 .box .img_box {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.company_con00 .box .img_box img {
	max-width: 100%;
}

.company_con00 .box .txt_box {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
}

.company_con00 .box .txt_box.pt100 {
	padding-top: 100px;
}

.company_con00 .box .txt_box.pt50 {
	padding-top: 50px;
}

.company_con00 .box .txt_box i {
	font-size: 16px;
	color: #1e72c7;
	letter-spacing: 0.1em;
	font-style: normal;
	font-weight: bold;
}

.company_con00 .box .txt_box h4 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 30px;
	color: #444444;
	letter-spacing: -0.025em;
	font-weight: bold;
}

.company_con00 .box .txt_box p {
	font-size: 18px;
	font-weight: 300;
	color: #666666;
	letter-spacing: -0.025em;
	line-height: 1.3;
	word-break: keep-all;
	line-height: 1.7;
}

.company_con00 .box.type02 .img_box {
	float: right;
}

.company_con00 .box.type02 .txt_box {
	text-align: left;
}

@media all and (max-width:1200px) {
	.company_con00 .box .txt_box.pt100 {
		padding-top: 0;
	}

	.company_con00 .box .txt_box.pt50 {
		padding-top: 0;
	}
}

@media all and (max-width:1000px) {
	.company_con00 .box .img_box {
		width: 100%;
	}

	.company_con00 .box .txt_box {
		width: 100%;
		padding-top: 20px;
	}

	.company_con00 .intro_txt br {
		display: none;
	}
}

.company_con01 {
	margin: 0 0 50px 0;
	font-size: 0;
	letter-spacing: -4px;
}

.company_con01 dl {
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
}

.company_con01 dl.w25 {
	width: 25%;
}

.company_con01 dl.w33 {
	width: 33.333333%;
}

.company_con01 dl dt {
	position: relative;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px dashed #a6a6a6;
}

.company_con01 dl dt h5 {
	font-size: 40px;
	color: #aaaaaa;
	letter-spacing: 0.025em;
	font-weight: 300;
	margin: 0;
}

.company_con01 dl dt i {
	position: absolute;
	bottom: -8px;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	border: 3px solid #1f94da;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.company_con01 dl dd {
	padding: 20px 0;
	padding-right: 20px;
	box-sizing: border-box;
}

.company_con01 dl dd p {
	font-size: 16px;
	color: #666666;
	letter-spacing: -0.05em;
	font-weight: 300;
	line-height: 1.6;
	margin: 20px 0;
	word-break: keep-all;
}

.company_con01 dl dd p b {
	display: block;
	font-size: 18px;
	color: #444444;
	font-weight: 500;
}

@media all and (max-width:1000px) {
	.company_con01 dl.w25 {
		width: 50%;
	}

	.company_con01 dl.w33 {
		width: 50%;
	}

	.company_con01 dl dd {
		padding-right: 10px;
	}
}

.company_con02 {
	position: relative;
	width: calc(100% - 80px);
	margin: 40px auto;
}

.company_con02 .map_box {
	width: 100%;
	height: 570px;
	padding-top: 50px;
}

.company_con02 .map_box .root_daum_roughmap {
	width: 100%;
	height: 100%;
}

.company_con02 .map_box .root_daum_roughmap .wrap_map {
	width: 100%;
	height: 100%;
}

.company_con02 .map_text {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 96%;
	max-width: 1200px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: right;
	z-index: 10;
}

.company_con02 .map_text .text {
	display: inline-block;
	width: 100%;
	max-width: 410px;
	background: url('/img/company_con02_bg.png') no-repeat center center / cover;
	text-align: left;
	padding: 80px 30px;
	box-sizing: border-box;
}

.company_con02 .map_text h5 {
	font-size: 34px;
	color: #fff;
	letter-spacing: -0.025em;
	font-weight: 700;
	font-style: italic;
	margin: 0;
}

.company_con02 .map_text ul {
	margin-top: 40px;
}

.company_con02 .map_text ul li+li {
	margin-top: 30px;
}

.company_con02 .map_text ul li h6 {
	font-size: 18px;
	color: #1e72c7;
	letter-spacing: -0.025em;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	margin-bottom: 10px;
}

.company_con02 .map_text ul li p {
	font-size: 18px;
	color: #fff;
	letter-spacing: -0.025em;
	font-weight: 300;
	line-height: 1.6;
	word-break: keep-all;
}

@media all and (max-width:1400px) {
	.company_con02 {
		width: calc(100% - 40px);
	}
}

@media all and (max-width:1000px) {
	.company_con02 {
		width: 100%;
	}

	.company_con02 .map_box {
		height: 480px;
	}

	.company_con02 .map_text {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		transform: none;
	}

	.company_con02 .map_text .text {
		max-width: 100%;
		padding: 40px 20px;
	}

	.company_con02 .map_text ul li p br {
		display: none;
	}
}



/*=======================================
	PRODUCT
======================================*/
.prod_tit {
	padding: 30px 0 0;
}

.prod_tit:after {
	content: '';
	display: block;
	clear: both;
}

.prod_tit h3 {
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	color: #4b3f36;
	font-weight: bold;
	line-height: 56px;
}

.prod_tit a {
	float: right;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	border: 1px solid #eae8e6;
	box-sizing: border-box;
	font-size: 30px;
	color: #d6d1cd;
	font-weight: 100;
	line-height: 36px;
	text-align: center;
}

.prod_tit a img {
	position: absolute;
	left: calc(50% - 12px);
	top: calc(50% - 6px);
	transition: all 0.5s;
}

.prod_tit a.on img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


/* 리스트 */
.ShopCon_menu_Con.list_custom {
	padding: 30px 0 150px;
}

.ShopCon_menu_Con.list_custom .prod_list ul {
	margin-top: 60px;
	font-size: 0;
	letter-spacing: -4px;
}

.ShopCon_menu_Con.list_custom .prod_list ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 40px);
	margin: 0;
	margin-right: 60px;
	margin-bottom: 40px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

.ShopCon_menu_Con.list_custom .prod_list ul li:nth-of-type(3n) {
	margin-right: 0;
}

/*.ShopCon_menu_Con.list_custom .prod_list ul li:hover {border-color:#d6d1cd; }*/
/*.ShopCon_menu_Con.list_custom .prod_list ul li:hover .txt_box {background-color:#e6e1dd; }*/
.ShopCon_menu_Con.list_custom .prod_list ul li .img_box {
	position: relative;
	padding-bottom: 45%;
	overflow: hidden;
}

.ShopCon_menu_Con.list_custom .prod_list ul li .img_box img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all 0.5s ease-in-out;
}

.ShopCon_menu_Con.list_custom .prod_list ul li .txt_box {
	display: flex;
	align-items: flex-end;
	min-height: 140px;
	border-top: 1px solid #f0edea;
	padding: 20px 30px;
	box-sizing: border-box;
	justify-content: space-between;
	background-color: #fbfbfb;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	justify-content transition: all 0.5s;
}

.ShopCon_menu_Con.list_custom .prod_list ul li .txt_box .icon {}

.ShopCon_menu_Con.list_custom .prod_list ul li .txt_box .icon span {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 20px;
	border: 1px solid #48515b;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 300;
	color: #48515b;
	line-height: 18px;
	letter-spacing: 0;
}

.ShopCon_menu_Con.list_custom .prod_list ul li .txt_box .tit {
	margin-top: 10px;
}

.ShopCon_menu_Con.list_custom .prod_list ul li .txt_box .tit p.code {
	font-size: 18px;
	letter-spacing: -0.01em;
	color: #1e72c7;
	line-height: 1.2;
	font-weight: bold;
}

.ShopCon_menu_Con.list_custom .prod_list ul li .txt_box .tit p.name {
	font-size: 20px;
	font-weight: 400;
	color: #444;
	letter-spacing: -0.05em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.ShopCon_menu_Con.list_custom .prod_list ul li .txt_box .tit .hr {
	width: 20px;
	height: 1px;
	margin: 15px 0;
	background-color: #6e6464;
}

.ShopCon_menu_Con.list_custom .prod_list ul li .txt_box .desc p {
	font-size: 20px;
	color: #444;
	letter-spacing: -0.05em;
	font-weight: 400;
	line-height: 26px;
}

.ShopCon_menu_Con.list_custom .prod_list ul li:hover {
	box-shadow: 0 26px 32px rgba(0, 0, 0, 0.2);
	border: 1px solid #1e72c7
}

.ShopCon_menu_Con.list_custom .prod_list ul li:hover .img_box img {
	transform: scale(1.10) translate(-46%, -45%);
	-webkit-transform: scale(1.10) translate(-46%, -45%);
	-moz-transform: scale(1.10) translate(-46%, -45%);
	-o-transform: scale(1.10) translate(-46%, -45%);
	-ms-transform: scale(1.10) translate(-46%, -45%);
}

.ShopCon_menu_Con.list_custom .prod_list ul li:hover .txt_box {
	background: #1e72c7;
}

.ShopCon_menu_Con.list_custom .prod_list ul li:hover .txt_box p.code {
	color: #fff;
}

.ShopCon_menu_Con.list_custom .prod_list ul li:hover .txt_box p.name {
	color: #fff;
}

.ShopCon_menu_Con.list_custom .prod_list ul li:hover .txt_box .hr {
	background: #0e2d73;
}

.ShopCon_menu_Con.list_custom .prod_list ul li:hover .txt_box .desc p {
	color: #fff;
}

@media all and (max-width:1200px) {
	.ShopCon_menu_Con.list_custom .prod_list ul li {
		width: calc(33.33% - 13.33px);
		margin-right: 20px
	}
}

@media all and (max-width:1000px) {
	.ShopCon_menu_Con.list_custom .prod_list ul li {
		width: calc(50% - 10px);
	}

	.ShopCon_menu_Con.list_custom .prod_list ul li:nth-of-type(3n) {
		margin-right: 20px;
	}

	.ShopCon_menu_Con.list_custom .prod_list ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.ShopCon_menu_Con.list_custom .prod_list ul li .txt_box .tit p.code {
		font-size: 40px;
	}
}

@media all and (max-width:767px) {
	.ShopCon_menu_Con.list_custom .prod_list ul {
		max-width: 400px;
		margin: 0 auto;
	}

	.ShopCon_menu_Con.list_custom .prod_list ul li {
		width: 100%;
		margin-right: 0;
	}

	.ShopCon_menu_Con.list_custom .prod_list ul li:nth-of-type(3n) {
		margin-right: 0;
	}
}

/* 상품상세 */
.shopList.item_custom {
	padding-top: 30px;
}

.shopList.item_custom .con01 {
	margin-top: 30px;
}

.shopList.item_custom .left {
	width: 50%;
	margin-right: 0;
}

.shopList.item_custom .right {
	width: calc(50% - 65px);
	margin-left: 65px;
}

.shopList.item_custom .left .top_slider {
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	box-sizing: border-box;
}

.shopList.item_custom .left .gal_slider {
	width: 100%;
	margin-top: 0;
	border-top: 0;
	border: 0.5px solid #e5e5e5;
	box-sizing: border-box;
}

.shopList.item_custom .left .gal_slider li {
	border: 0.5px solid #e5e5e5;
}

.shopList.item_custom .left .gal_slider img {
	max-width: 100%;
}

.shopList.item_custom .right .tit {
	padding: 40px 0 10px;
	border-top: 0 none;
	border-bottom: 0 none;
}

.shopList.item_custom .right .tit .tit_icon span {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 20px;
	border: 1px solid #48515b;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 300;
	color: #48515b;
	line-height: 18px;
	letter-spacing: 0;
}

.shopList.item_custom .right .tit p.num {
	padding: 15px 0 10px;
	font-size: 50px;
	letter-spacing: -0.01em;
	color: #1e72c7;
	line-height: 56px;
	font-weight: bold;
}

.shopList.item_custom .right .tit p.name {
	font-size: 20px;
	font-weight: 400;
	color: #444;
	letter-spacing: -0.05em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shopList.item_custom .right .tit .hr {
	width: 20px;
	height: 1px;
	margin: 30px 0;
	background-color: #6e6464;
}

.shopList.item_custom .right .info_box dl {
	margin-bottom: 25px;
	font-size: 0;
	letter-spacing: -4px;
}

.shopList.item_custom .right .info_box dl dt {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 700;
	color: #222;
	letter-spacing: -0.025em;
}

.shopList.item_custom .right .info_box dl dd {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 160px);
	font-size: 20px;
	font-weight: 400;
	color: #444;
	letter-spacing: -0.05em;
}

.shopList.item_custom .right .info_box dl dd .option_select {
	margin-bottom: 0;
}

.shopList.item_custom .right .info_box dl dd .option_select .select_txt {
	height: 50px;
	border-color: #e5e5e5;
	color: #272f37;
	box-sizing: border-box;
}

.shopList.item_custom .right .info_box dl dd .option_select .option_list_wrap {
	top: 49px;
}

.shopList.item_custom .right .info_box dl dd .option_select.open .select_txt {
	border-color: #111;
}

.shopList.item_custom .right .info_box dl dd .option_add {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.shopList.item_custom .right .info_box dl dd .option_add input {
	width: 136px;
	height: 50px;
	padding-left: 20px;
	padding-right: 40px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	color: #272f37;
}

.shopList.item_custom .right .info_box dl dd .option_add a {
	position: absolute;
	right: 3px;
}

.shopList.item_custom .right .info_box dl dd .option_add a img {
	padding: 10px;
}

.shopList.item_custom .right .info_box dl dd .option_add a.minus {
	bottom: 3px;
}

.shopList.item_custom .right .info_box dl dd .option_add a.plus {
	top: 3px;
}

.shopList.item_custom .right .info_box dl dd.inquiry_txt span {
	position: relative;
	display: inline-block;
	vertical-align: Top;
	padding-right: 25px;
}

.shopList.item_custom .right .info_box dl dd.inquiry_txt span:before {
	content: '';
	position: absolute;
	right: 9px;
	top: 5px;
	width: 1px;
	height: 16px;
	background-color: #867f7a;
}

.shopList.item_custom .right .info_box dl dd.inquiry_txt span:last-of-type:before {
	display: none;
}

.shopList.item_custom .select_after .total_price {
	color: #1e72c7;
}

.shopList.item_custom .right .bot_btn_more.w50 {
	height: auto;
}

.shopList.item_custom .right .bot_btn_more.w50 a {
	width: calc(50% - 10px);
	height: 65px;
	line-height: 65px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 0;
	font-size: 22px;
}

.shopList.item_custom .right .bot_btn_more.w50 a:nth-of-type(2n) {
	margin-right: 0;
}

.shopList.item_custom .right .bot_btn_more.w50 a.go_cart {
	border: 0 none;
	background-color: #fbfbfb;
	color: #272f37;
}

.shopList.item_custom .right .bot_btn_more.w50 a.type01 {
	border: 0 none;
	background-color: #fbfbfb;
	color: #272f37;
}

.shopList.item_custom .right .bot_btn_more.w50 a.go_buy {
	border: 0 none;
	background-color: #1e72c7;
	color: #fff;
}

.shopList.item_custom .right .bot_btn_more.w50 a.type02 {
	border: 0 none;
	background-color: #1e72c7;
	color: #fff;
}

@media all and (max-width:1000px) {
	.shopList.item_custom .left {
		width: 100%;
	}

	.shopList.item_custom .right {
		width: 100%;
		margin-left: 0;
	}
}

/* 상품상세 탭 */
.shopList.item_custom .detail_Con .detail_Tab {
	max-width: 1200px;
	border-top: 0 none;
}

.shopList.item_custom .detail_Con .detail_Tab ul li {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.shopList.item_custom .detail_Con .detail_Tab ul li:nth-of-type(4) {
	border-right: 1px solid #e5e5e5;
}

.shopList.item_custom .detail_Con .detail_Tab ul li a {
	height: 55px;
	line-height: 55px;
	border: 0 none;
}

.shopList.item_custom .detail_Con .detail_Tab ul li.on {
	background-color: #fbfbfb;
}

.shopList.item_custom .detail_Con .detail_Tab ul li.on a {
	border: 0 none;
	color: #272f37;
	font-weight: 500;
}

.shopList.item_custom .detail_Con .detail_Tab.w100 ul li {
	width: 100%;
}

@media all and (max-width:1200px) {
	.shopList.item_custom .detail_Con .detail_Tab.onScroll {
		width: 93.75%;
	}
}

/* 상품상세 관련상품 */
.speaker_shopList .relation_con h2 {
	font-size: 17px;
	color: #222;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
}

.speaker_shopList .relation_con ul {
	font-size: 0;
	letter-spacing: -4px;
}

.speaker_shopList .relation_con ul li {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 16px);
	border: 1px solid transparent;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.speaker_shopList .relation_con ul li:nth-of-type(5n) {
	margin-right: 0;
}

.speaker_shopList .relation_con ul li:hover {
	border-color: #c8beb6;
}

.speaker_shopList .relation_con ul li a img {
	max-width: 100%;
}


@media all and (max-width:1000px) {
	.speaker_shopList .relation_con ul li {
		width: calc(33.33% - 13.33px);
	}

	.speaker_shopList .relation_con ul li:nth-of-type(5n) {
		margin-right: 20px;
	}

	.speaker_shopList .relation_con ul li:nth-of-type(3n) {
		margin-right: 0;
	}
}



/*=======================================
	프로그램
======================================*/
.board_con {
	padding: 100px 0 0;
	text-align: center;
}

.board_con .tit h3 {
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	color: #4b3f36;
	font-weight: bold;
	line-height: 56px;
}

.program_search.search_custom {
	font-size: 0;
	letter-spacing: -4px;
	padding: 15px 20px;
	background: #f9f8f8;
	box-sizing: border-box;
	margin: 0;
}

.program_search.search_custom .select_box {
	display: inline-block;
	vertical-align: top;
	width: calc(40% - 45px);
	max-width: 130px;
}

.program_search.search_custom .select_box select {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #aaa;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.5;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 6px 10px 7px;
	text-align: left;
	text-align-last: left;
}

.program_search.search_custom .select_box select option {
	text-align: left;
}

.program_search.search_custom .input_box {
	display: inline-block;
	vertical-align: top;
	width: calc(60% - 45px);
	max-width: 230px;
	margin: 0 10px;
}

.program_search.search_custom .input_box input {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #444;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.5;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 7px 10px;
}

.program_search.search_custom .input_box input::placeholder {
	color: #aaa;
}

.program_search.search_custom .btn {
	display: inline-block;
	vertical-align: top;
	width: 70px;
}

.program_search.search_custom .btn a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	background: #3f3f3f;
}

.notice_custom .fab_tab {
	margin-bottom: 60px;
}

.notice_custom .program_search {
	margin: 60px 0;
}

.notice_custom .program_table table {
	border-top: 1px solid #000;
}

.notice_custom .program_table table thead tr {
	border-bottom: 1px solid #a0a0a0;
}

.notice_custom .program_table table tbody tr {
	border-bottom: 1px solid #e5e5e5;
}

.notice_custom .program_table table tr th {
	font-size: 18px;
	color: #222;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.5;
	background: #fff;
}

.notice_custom .program_table table tr td {
	font-size: 18px;
	color: #666;
	letter-spacing: -0.02em;
	font-weight: 300;
	line-height: 1.5;
}

.read_custom .readTop {
	padding: 0;
	border-top: 1px solid #000;
}

.read_custom .readTop .tit_box {
	padding: 20px;
	border-bottom: 1px solid #a0a0a0;
}

.read_custom .readTop .tit_box p {
	font-size: 18px;
	color: #222;
	letter-spacing: -0.02em;
	font-weight: 500;
	line-height: 1.5;
}

.read_custom .readTop .desc_box {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.read_custom .readTop .desc_box p {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #666;
	letter-spacing: -0.02em;
	font-weight: 300;
	line-height: 1.5;
	margin-right: 20px;
}

.read_custom .readTop .desc_box p:last-of-type {
	margin-right: 0;
}

.read_custom .readBottom table {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	table-layout: fixed;
}

.read_custom .readBottom table tr th {
	height: auto;
	font-size: 18px;
	color: #222;
	letter-spacing: -0.02em;
	font-weighT: 500;
	text-align: left;
	padding: 17px 20px;
	background: #fff;
	border-right: 1px solid #e5e5e5;
}

.read_custom .readBottom table tr td {
	height: auto;
	font-size: 18px;
	color: #666;
	letter-spacing: -0.02em;
	font-weight: 300;
	padding: 17px 20px;
}

.read_custom .readBottom table tr td a {
	display: inline-block;
	max-width: 100%;
	font-size: 18px;
	color: #666;
}

.read_custom .readBottom_btn {
	margin-top: 20px;
}

.read_custom .readBottom_btn dd a {
	width: 110px;
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.02em;
	font-weight: 400;
	background: #3f3f3f;
}

@media all and (max-width:1000px) {
	.read_custom .readEdit iframe {
		width: 100%;
		height: 450px;
	}
}

@media all and (max-width:767px) {
	.read_custom .readEdit iframe {
		height: 360px;
	}
}

.gal_custom .gal_wrap {
	margin-top: 60px;
	padding: 30px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.gal_custom .gal_wrap ul {
	font-size: 0;
	letter-spacing: -4px;
}

.gal_custom .gal_wrap ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 22.5px);
	height: auto;
	margin: 0;
	margin-right: 30px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.gal_custom .gal_wrap ul li:nth-of-type(4n) {
	margin-right: 0;
}

.gal_custom .gal_wrap ul li:nth-of-type(n+5) {
	margin-top: 40px;
}

.gal_custom .gal_wrap ul li .part_img {
	position: relative;
	padding-bottom: 73%;
	overflow: hidden;
	background: #f9f8f8;
}

.gal_custom .gal_wrap ul li .part_img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.gal_custom .gal_wrap ul li .txt_box {
	padding: 30px 10px 10px;
}

.gal_custom .gal_wrap ul li .txt_box .txt {
	padding: 0 10px 30px;
	box-sizing: border-box;
}

.gal_custom .gal_wrap ul li .txt_box .txt span {
	display: block;
	font-size: 16px;
	color: #666;
	letter-spacing: -0.02em;
	font-weight: 300;
	line-height: 1.5;
}

.gal_custom .gal_wrap ul li .txt_box .txt p {
	font-size: 18px;
	color: #222;
	letter-spacing: -0.02em;
	font-weight: 500;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
}

.gal_custom .gal_wrap ul li .txt_box a {
	display: block;
	font-size: 16px;
	color: #222;
	letter-spacing: -0.02em;
	font-weight: 500;
	line-height: 1.5;
	padding: 10px;
	text-align: center;
	border: 1px solid #222;
	box-sizing: border-box;
}

.gal_custom .gal_wrap ul li.on_e {
	background: #fff;
}

@media all and (max-width:1000px) {
	.gal_custom .gal_wrap ul li {
		width: calc(33.333333% - 13.4px);
		margin-right: 20px;
	}

	.gal_custom .gal_wrap ul li:nth-of-type(4n) {
		margin-right: 20px;
	}

	.gal_custom .gal_wrap ul li:nth-of-type(3n) {
		margin-right: 0;
	}

	.gal_custom .gal_wrap ul li:nth-of-type(n+4) {
		margin-top: 20px;
	}
}

@media all and (max-width:767px) {
	.gal_custom .gal_wrap ul li {
		width: calc(50% - 10px);
	}

	.gal_custom .gal_wrap ul li:nth-of-type(3n) {
		margin-right: 20px;
	}

	.gal_custom .gal_wrap ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.gal_custom .gal_wrap ul li:nth-of-type(n+3) {
		margin-top: 20px;
	}
}

@media all and (max-width:640px) {
	.gal_custom .gal_wrap ul li {
		margin: 0;
		margin-right: 20px;
	}

	.gal_custom .gal_wrap ul li:nth-of-type(3n) {
		margin: 0;
		margin-right: 20px;
	}

	.gal_custom .gal_wrap ul li:nth-of-type(2n) {
		margin: 0;
	}

	.gal_custom .gal_wrap ul li:nth-of-type(n+3) {
		margin-top: 20px;
	}

	.gal_custom .gal_wrap ul li .txt_box .txt {
		height: auto;
	}
}

.write_custom .join {
	margin-bottom: 60px;
}

.write_custom .ScrollLy * {
	font-family: 'S-Core Dream' !important;
}

.write_custom .writeForm {
	padding: 20px 10px;
	background: #f9f8f8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 0;
}

.write_custom .writeForm span.col01 {
	color: #e74444;
	margin-left: 0;
}

.write_custom .writeForm table {
	border: 0;
	table-layout: fixed;
}

.write_custom .writeForm table .writeForm_col01 {
	width: 100px;
}

.write_custom .writeForm>table>tbody>tr {
	border-bottom: 0;
}

.write_custom .writeForm>table>tbody>tr>th {
	font-size: 18px;
	color: #222;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 5px 10px 10px;
}

.write_custom .writeForm>table>tbody>tr>td {
	padding: 10px;
	font-size: 0;
}

.write_custom .writeForm table tr td input[type="text"] {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #444;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.5;
	padding: 7px 10px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.write_custom .writeForm table tr td input[type="text"]::placeholder {
	color: #aaa;
}

.write_custom .writeForm table tr td select {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #aaa;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.5;
	padding: 7px 10px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	text-align: left;
	text-align-last: left;
}

.write_custom .writeForm table tr td select option {
	text-align: left;
}

.write_custom .writeForm table tr td.mail_type input {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
}

.write_custom .writeForm table tr td.mail_type select {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	margin-right: 0;
}

.write_custom .writeForm table tr td.mail_type span {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	margin: 0;
}

.write_custom .writeForm table tr td.mail_type span.email_txt {
	width: 20px;
	margin: 7px 0;
	text-align: center;
}

.write_custom .writeForm table tr td.mail_type span>input {
	width: 100%;
}

.write_custom .writeForm table tr td .inputEmail {
	margin: 0;
}

.write_custom .writeForm table tr td .inputEmail02 {
	margin: 0;
}

.write_custom .writeForm table tr td.mail_type span>select {
	width: 100%;
	margin-top: 10px;
}

.write_custom .writeForm_btn a {
	font-size: 16px;
}

.write_custom .writeForm_btn a.type02 {
	line-height: 48px;
	border: 1px solid #1e72c7;
	border-radius: 10px;
	background: #1e72c7;
}

.write_custom .writeForm_btn a.type02:hover {
	color: #1e72c7;
	background: #fff;
}

@media all and (max-width:770px) {
	.write_custom .writeForm table tr td .inputEmail {
		margin: 0;
	}

	.write_custom .writeForm table tr td .inputEmail02 {
		margin: 0;
	}
}

@media all and (max-width:640px) {
	.write_custom .writeForm>table>tbody>tr>th {
		padding: 10px 10px 0;
	}

	.writeForm_btn a {
		width: 45%;
	}

	.newCustom {
		max-width: 100vw !important;
	}
}



/*=======================================
	고객지원
======================================*/
/* 유지보수 */
.repair_con01 {
	padding-top: 100px;
}

.repair_con01 .box {
	margin-top: 60px;
	padding: 100px 0;
	background: url('/img/repair_con01_bg.jpg') no-repeat center center / cover;
}

.repair_con01 .box span {
	display: block;
	font-size: 24px;
	color: #444;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.5;
}

.repair_con01 .box p {
	font-size: 32px;
	color: #444;
	letter-spacing: -0.02em;
	font-weight: 500;
	line-height: 1.5;
	word-break: keep-all;
}

.repair_con01 .box p b {
	color: #1e72c7;
}

@media all and (max-width:1000px) {
	.repair_con01 .box p {
		font-size: 28px;
	}
}

.repair_con02 {
	padding: 100px 0;
}

.repair_con02 .txt_box {
	margin-top: 40px;
	padding: 40px 20px;
	background: #f9f9f9;
	box-sizing: border-box;
	text-align: center;
}

.repair_con02 .txt_box dl {
	font-size: 0;
	letter-spacing: -4px;
}

.repair_con02 .txt_box dl dt {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #666;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.5;
	margin-right: 40px;
}

.repair_con02 .txt_box dl dd {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #1e72c7;
	letter-spacing: -0.02em;
	font-weight: 600;
	line-height: 1.5;
}

.repair_con03 {
	padding-bottom: 150px;
}

.repair_con03 ul {
	font-size: 0;
	letter-spacing: -4px;
	margin-top: 40px;
}

.repair_con03 ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(16.666666% - 16.7px);
	margin-right: 20px;
	text-align: center;
}

.repair_con03 ul li:last-of-type {
	margin-right: 0;
}

.repair_con03 ul li i {
	position: relative;
	display: block;
}

.repair_con03 ul li i:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid #d2e3f4;
	border-right: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.repair_con03 ul li:nth-of-type(2) i:before {
	border-left-color: #a5c7e9;
}

.repair_con03 ul li:nth-of-type(3) i:before {
	border-left-color: #7aacde;
}

.repair_con03 ul li:nth-of-type(4) i:before {
	border-left-color: #4b8ed2;
}

.repair_con03 ul li:nth-of-type(5) i:before {
	border-left-color: #1e72c7;
}

.repair_con03 ul li:last-of-type i:before {
	display: none;
}

.repair_con03 ul li i img {
	max-width: 100%;
}

.repair_con03 ul li p {
	font-size: 18px;
	color: #444;
	letter-spacing: -0.02em;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 15px;
	word-break: keep-all;
}

@media all and (max-width:1000px) {
	.repair_con03 ul li {
		width: calc(33.333333% - 13.4px);
	}

	.repair_con03 ul li:nth-of-type(3n) {
		margin-right: 0;
	}

	.repair_con03 ul li:nth-of-type(n+4) {
		margin-top: 20px;
	}

	.repair_con03 ul li:nth-of-type(3n) i:before {
		display: none;
	}
}

.mont span {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}


/*=======================================
	메인 비주얼 커스텀
======================================*/


@media (max-width: 1400px) {
	.main_visual {
		height: 750px;
	}
}

@media (max-width: 1200px) {
	.main_visual {
		height: 600px;
	}
}

@media (max-width: 1000px) {
	.main_visual {
		height: 500px;
	}
}

@media (max-width: 768px) {
	.main_visual {
		height: 450px;
	}
}

@media (max-width: 500px) {
	.main_visual {
		height: 350px;
	}
}

.main_visual .swiper-slide>img {
	width: 100%;
	height: auto;
	max-width: 1920px;
}

.shop_tab_box ul {
	background: #fbfbfb;
	border: 1px solid #e5e5e5;
}