/* ---------- Custom 시작 ---------- */

@charset "utf-8";

a, 
a:hover {color:inherit; text-decoration:none;}

a {color: #252525; transition: 0.5s all;}
a:hover {color: #808080;}
/* Sub Contents */

/*Sub Tabs */
.tab_wrap {display: flex; justify-content: center; align-items: flex-start; margin-bottom: 75px; height: 59px;}
.depth > span {display: flex; justify-content: flex-start; align-items: center; padding: 0px 20px;line-height: 40px;border: 2px solid #808080;font-size: 18px;color: #595757; cursor: pointer; border-radius: 8px;}
.depth > span.on {color: #ea6000;}
.depth > span.on i {color: #595757;}
.depth > span > span {margin: 0 5px;}
.depth > span > i {margin-left: auto;}
            
.depth > ul {display: none; padding: 0px 20px;line-height: 40px;border: 2px solid #808080; border-radius: 8px; font-size: 18px;color: #595757; position: absolute; width: 100%; top: 0; left: 0; background-color: #fff; z-index: 10;}
.depth > ul > li {display: flex; justify-content: space-between; align-items: center;}
.depth > ul > li a {text-decoration: none; color: #4d4d4d;}
.depth > ul > li span {margin:0 5px;}
.depth > ul > li:hover * {color: #ea6000;}

.depth_one {margin-right: 20px; width: 162px; position: relative;}
.depth_two {width: 400px; position: relative;}

/* Sub Visual */
.sub_visual {position: relative;}
.sub_visual > img {filter: brightness(80%); -ms-filter: brightness(80%);}
.sub_visual_text {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.sub_visual_text > h2 {font-size: 40px; color: #fff; font-weight: normal; font-family: 'georgia', sans-serif !important;}
.sub_visual_text > h3 {font-size: 18px; color: #fff; font-weight: 500; line-height: 24px; letter-spacing: -1px; margin-top: 40px;}
.sub_visual_text h3 a {text-decoration: none; color:#fff; transition: 0.3s all; font-weight: 500;}
.sub_visual_text h3 a:hover {color:#ea6000;}
.sub_visual + .container {padding: 65px 15px;}
	

/* Sub Memu */
.sub_menu_nav_container {border-bottom: 1px solid #ddd;}
.sub_menu_nav_container + .container {margin: 75px auto;}
.sub_menu_nav {margin:24px auto; display:table; list-style:none;}
.sub_menu_nav:after {content:""; display:block; clear:both;}
.sub_menu_nav li {float:left; margin-right:80px;}
.sub_menu_nav li:last-child {margin-right:0;}
.sub_menu_nav li a {font-family: 'GmarketSansMedium';display:block; font-size:24px; line-height:1em; font-weight:600; color:#595757; transition:all 0.3s;}
.sub_menu_nav li.on a, .sub_menu_nav li a:hover {color:#ea6000;}
.sub_menu_nav li.on .active_a {color:#ea6000 !important;}


/* Video Iframe */
.showroom_video {margin-top:40px;}
.showroom_video .video_iframe {width:100%; height:600px;}

.select_arrow {position:absolute; top:24px; right:9px;} 

/* Showroom */
.showroom_text {margin:40px auto 0; display:table;}
.showroom_text .text {font-size:16px; color:#595757; line-height:1em; float:left;}
.showroom_text .text1 {color:#ea6000; margin-right:30px;}
.showroom_text .text1 a {text-decoration: none; color:#ea6000;}
.showroom_text .text1 a:hover {color:#ff9933;}
.showroom_text .text2 {margin-right:30px;}

/* Location slide */
.location_slide.swiper-slide {width:800px; opacity:0.6; transition:opacity 0.3s;}
.location_slide.swiper-slide-active {opacity:1}

.location_button_next.swiper-button-next,
.location_button_prev.swiper-button-prev {color:#ea6000; transition:all 0.3s; width:150px; height:100%; top:22px;}
.location_button_next.swiper-button-next {right:0;}
.location_button_prev.swiper-button-prev {left:0;}
.location_button_next.swiper-button-next:after,
.location_button_prev.swiper-button-prev:after {font-size:40px !important; font-weight:bold;}
.location_button_next.swiper-button-next:hover,
.location_button_prev.swiper-button-prev:hover {color:#fff;} 



/* Responsive */

@media (max-width: 991px) {
	.tab_wrap  {height: 42px; margin: 20px 0;}
	.depth > span {border: 1px solid #595757; font-size: 14px; padding: 0 10px; line-height: 30px;}
	.depth > ul {border: 1px solid #595757; font-size: 14px; padding: 0 10px;}
	.depth > ul > li {line-height: 30px;}
	.depth_one {width: 98px; margin-right: 10px;}
	.depth_two {width: 280px;}

	/* Sub contents */
	.sub_contents {padding:0;}
	.sub_visual {position: relative;}
	.sub_visual + .container {padding: 0 15px;}
	.sub_visual_text {text-align: center; position: static; width: 100%; transform: none; padding-top: 20px;}
	.sub_visual_text > h2 {font-size: 20px; margin: 0; position: absolute; left: 50%; transform: translateX(-50%); top: 20%;}
	.sub_visual_text > h4 {color: #444;}
	.sub_visual_text > h3 {font-size: 16px; line-height: 1.5; color: #666; position: relative; margin: 0; padding-bottom : 20px; font-weight:400;}
	.sub_visual_text > h3 a {color: #666;}
	.sub_visual_text > h3 > span.top_left_line {position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
	.sub_visual_text > h3 > span.right_bottom_line {position: absolute; width: 100%; height: 100%; right: 0; bottom: 0;}
	.sub_visual_text > h3 > span > b{position: absolute;}
            
	.sub_visual_text.company_box > h2 {top: 10%;}

	.sub_visual_text.showroom_box{padding-bottom:20px; border-bottom:1px solid #ddd;}
	.sub_visual_text.showroom_box > h2 {top: 20%;}
	.sub_visual_text.showroom_box > h3 {padding: 0;}

	.sub_visual_text.story_box {padding: 20px 0;}
	.sub_visual_text.story_box > h2 {top: 14%;}
	.sub_visual_text.story_box > h3 {padding: 0;margin-top: -5px;}

	.sub_visual_text.Community_box > h2{top:13%;}
	.sub_visual_text.Community_box > h3 {padding: 0; padding-bottom: 20px;}

	.sub_visual_text.portfolio_box > h2{top:14%;}
	.sub_visual_text.portfolio_box > h3 {padding: 15px 0; padding-top: 0;}

	.sub_visual_text.contact_box > h2 {top: 10%;}
	.sub_visual_text.contact_box > h3 {padding: 35px 0;}

	/* Sub Menu */
	.sub_menu_nav_container {border-bottom: 0;}
	.sub_menu_nav_container + .container {margin: 0px auto;}
	.sub_menu_nav {margin: 0 auto; padding: 20px 10px 10px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
	.sub_menu_nav li{margin: 0; flex:1 1 auto; margin-bottom: 10px;}
	.sub_menu_nav li a{font-size:16px; text-align: center;}

	/* Location Slide  */
	.location_slide.swiper-slide{width:100%;}
	.location_slide.swiper-slide img{width:100%;}

	.location_button_next.swiper-button-next,
	.location_button_prev.swiper-button-prev{color:#ea6000; width:60px;}
	.location_button_next.swiper-button-next:after,
	.location_button_prev.swiper-button-prev:after{font-size:30px !important; font-weight:bold;}

	.select_arrow {width:15px; top:17px; right:10px;}

	/* Showroom */
	.showroom_video {margin-top:30px;}
	.showroom_video .video_iframe{width:100%; height:350px;}

	.showroom_text{margin:30px auto;}
	.showroom_text .text{font-size:16px; text-align:center; float:none;}
	.showroom_text .text1,
	.showroom_text .text2{margin:0 0 10px;}
	.showroom_text .text2,
	.showroom_text .text3{display:flex; justify-content:center; align-items:center;}
	.showroom_text .text2 > img,
	.showroom_text .text3 > img{margin-right:5px;}
}

@media screen and (max-width: 575px) {
	.showroom_text .text {
		font-size: 14px;
	}
	.depth > ul,
	.depth > span {
		font-size: 12.5px;
		padding: 0 5px;
	}
	.depth > ul > li {
		font-size: 12.5px;
	}
}

@media screen and (max-width: 280px) {
	span.mobile-hidden {display: none;}
}
