@charset "utf-8";

/* 레이아웃 */
#mNav {display: none; position: absolute; top: 23px; right: 16px;}
#header {position: fixed; left: 0; top: 0; z-index: 9999; border-bottom: 1px solid #ccc; width: 100%; height: 50px; background: #fff;}
/*#banner {position: relative; background:rgba(0,0,0,0.1);}*/
#banner {position: relative; background:rgba(0,0,0,0.1);}
#banner .banner_menu {position: fixed; left: 0; top: 50px; z-index: 9999; border-bottom: 1px solid #ccc; width: 100%; height: 125px;}


#movie {background-color: #f2f2f2;}
#menu_2nd_1 {background-color: #f2f2f2;}
#menu_2nd_2 {background-color: #f2f2f2;}
#menu_2nd_3 {background-color: #f2f2f2;}
#menu_2nd_4 {background-color: #f2f2f2;}
#menu_2nd_5 {background-color: #f2f2f2;}
#menu_2nd_6 {background-color: #f2f2f2;}
#menu_2nd_7 {background-color: #f2f2f2;}
#menu_2nd_8 {background-color: #f2f2f2;}
#menu_2nd_9 {background-color: #f2f2f2;}

#event {}
/*#opening {margin: 24px 0; background: url(../img/bg01.jpg) no-repeat center top; background-size: cover;}*/
#opening {margin: 24px 0; }

#new {}
#help {}
#footer {background: #211f1f;}

/* 가운데 영역 */
.container {position: relative; width: 1280px; margin: 0 auto; /* background:rgba(0,0,0,0.1); */ }

/* 로우 영역 */
.row {padding: 0 16px;}

/* 모바일 메뉴 */
.ham {display: block; width: 25px; height: 4px;}
.ham span {position: relative; display: block; width: 25px; height: 4px; background: #39106a;}
.ham span::before {
    content: '';
    width: 25px; height: 4px; background: #39106a;
    position: absolute; left: 0; bottom: -7px;
    transition:  transform 0.3s;
}
.ham span::after {
    content: '';
    width: 25px; height: 4px; background: #39106a;
    position: absolute; left: 0; top: -7px;
    transition:  transform 0.3s;
}
                                                          
/* 헤더 */
.header h1 {float: left; position: relative;}
.header h1 em {padding: 8px 8px 3px 0px; display: inline-block;}
.header h1 em img {width: 155px; }
.header h1 strong {display: block; position: absolute; left: 170px; top: 14px;}
.header h1 strong img {width: 157px;}
.header .nav {float: right; }
.header .nav ul {border-left: 1px solid #c6c6c6;}
/*.header .nav li {float: left; width: 160px; text-align: center; border-right: 1px solid #c6c6c6; }*/
.header .nav li {float: left; width: 165px; text-align: center; border-right: 1px solid #c6c6c6; }

.header .nav li a {display: block; padding: 14px 10px; font-size: 15px; font-weight: 700; color: #444;}

.header .nav li a:hover {color: rgb(30,108,11);transition: all 0.2s}

/*#header .row {padding-right: 0;}*/

/* 전체 메뉴 */
/*#banner .nav {width: 100%; overflow: hidden; background: #ffff00; float: right;}
#banner .nav > div ol {float: right; width: 150px;overflow: hidden; background-color: #00ff77; }
#banner .nav > div ol li {padding-left: 20px; text-align: center;margin-right: 10px;}
#banner .nav > div ol li a:hover {text-decoration: underline;}
*/

#banner .nav {width: 100%; overflow: hidden;  float: right;}
/*#banner .nav > div ol {float: right; width: 160px;overflow: hidden;  }*/
#banner .nav > div ol {float: right; width: 165px;overflow: hidden;  }
/*#banner .nav > div ol li {padding-left: 20px; text-align: center;margin-right: 10px;}*/
/*#banner .nav > div ol li {padding-left: 20px; text-align: center;margin-right: 7px;}*/
#banner .nav > div ol li {text-align: center;}

#banner .nav > div ol li a:hover {text-decoration: underline;}


/* 배너 */

.banner_menu {background: rgba(51,158,178,0.7); overflow: hidden; position: absolute; left: 0; top: 52px; width: 100%; height: 125px; z-index: 10;}

/*.banner_menu {overflow: hidden; position: absolute; left: 0; top: 52px; width: 100%; height: 100px; z-index: 10;}*/
/*.banner_menu {overflow: hidden; position: absolute; left: 0; top: 65px; width: 100%; height: 100px; z-index: 10;}*/

.banner_menu a {color:#fff; font-size: 16px; transition: all 0.3s ;}
/*.banner_menu a:hover {color: rgba(39,18,71,1.0); font-weight: bold}*/
.banner_menu a:hover {color: rgba(39,18,71,1.0); }

.banner_menu .bm_left {float: left;}
/*.banner_menu .bm_left ul {padding-top: 7px;}*/
.banner_menu .bm_left ul {padding-top: 7px;}
.banner_menu .bm_left li {display: inline; position: relative;}
.banner_menu .bm_left li {margin-right: 30px;}
.banner_menu .bm_left li.total {margin-right: 20px;}
.banner_menu .bm_left li.total a {font-size: 14px; padding: 3px 10px; display: inline-block; border: 1px solid #fff; transition: all 0.3s }
.banner_menu .bm_left li.total a:hover {background: #fff; border-color:#000; color: #000;}

.banner_menu .bm_right {background: rgba(51,158,178,0.7); float: right; overflow: hidden;  }
/*.banner_menu .bm_right {float: right; overflow: hidden;  }*/
.banner_menu .bm_right ul {float: left;}
.banner_menu .bm_right ul:first-child {padding-top: 7px;padding-bottom: 7px;}
.banner_menu .bm_right li {position: relative; display: inline; text-align: center; margin-right: 20px;}
.banner_menu .bm_right li.line {margin-right: 30px}

/*.banner_menu .bm_right li.white {margin-right: 10px;}
.banner_menu .bm_right li.purple {margin-right: 0;}
.banner_menu .bm_right li.white a {width: 80px; background-color: #fff; color: #3a0e6a; padding: 7px 30px 9px 30px; display: inline-block; border: 1px solid #fff;}
.banner_menu .bm_right li.purple a {width: 80px; background-color: #3a0e6a; color: #fff; padding: 7px 30px 9px 30px; display: inline-block; border: 1px solid #6e40c4;}
*/
.banner_menu .bm_right li.white {margin-right: 10px;}
.banner_menu .bm_right li.purple {margin-right: 0;}
/*.banner_menu .bm_right li.white a {width: 140px;  padding: 7px 30px 9px 30px; display: inline-block; }
.banner_menu .bm_right li.purple a {width: 140px; padding: 7px 30px 9px 30px; display: inline-block; }
*/
.banner_menu .bm_right li.white a {width: 140px;  padding: 7px 30px 9px 30px; display: inline-block; }
.banner_menu .bm_right li.purple a {width: 140px; padding: 7px 30px 9px 30px; display: inline-block; }


.banner_menu li.line:after {content:''; width: 1px; height: 14px; background:#fff;position: absolute; right: -18px; top: 2px;}


/*    .banner_menu .bm_left {visibility: hidden;}
    .banner_menu .bm_right {visibility: hidden;}
*/

/* 슬라이드 */
.slider {width: 100%;}


.slider_index .ss1 {background: url(../img/slide_image_1.jpg) no-repeat center center; background-size: cover;}
.slider_index .ss2 {background: url(../img/slide_image_22.jpg) no-repeat center center; background-size: cover;}
.slider_index .ss3 {background: url(../img/slide_image_333.jpg) no-repeat center center; background-size: cover;}

.slider_dk_lok .ss1 {background: url(../img/slide_image_1.jpg) no-repeat center center; background-size: cover;}
.slider_dk_lok .ss2 {background: url(../img/slide_image_22.jpg) no-repeat center center; background-size: cover;}
.slider_dk_lok .ss3 {background: url(../img/slide_image_333.jpg) no-repeat center center; background-size: cover;}

.slider_cpi .ss1 {background: url(../img/slide_image_1.jpg) no-repeat center center; background-size: cover;}
.slider_cpi .ss2 {background: url(../img/slide_image_22.jpg) no-repeat center center; background-size: cover;}
.slider_cpi .ss3 {background: url(../img/slide_image_333.jpg) no-repeat center center; background-size: cover;}



.slider .swiper-slide {text-align: center;}
.slider .swiper-slide.ss3 {text-align: left;} 
.slider .swiper-slide h3 {font-size: 60px; color: #fff; margin-top: 250px; opacity: 1; }
.slider .swiper-slide p {font-size: 24px; color: #bbb; margin-bottom: 200px; font-weight: 100;}


/*-------------------------------------------------------------------*/

		#inst_fittings {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#inst_fittings > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#inst_fittings > div > img { max-width: 100%; height: auto; max-height: 170px}
		#inst_fittings > div > .product_name h3{ text-align : center;}
		#inst_fittings > div > .catalog { text-align : center;}
		/*#product > div > .catalog { text-align : center;border: 1px solid blue; margin-left:80px;margin-right:80px;border-radius: 7px;}*/


		#inst_valves {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#inst_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#inst_valves > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#inst_valves > div > .product_name h3{ text-align : center;}
		#inst_valves > div > .catalog { text-align : center;}



		#inst_quick_connect {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#inst_quick_connect > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#inst_quick_connect > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#inst_quick_connect > div > .product_name h3{ text-align : center;}
		#inst_quick_connect > div > .catalog { text-align : center;}	


		#inst_tube_hose {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#inst_tube_hose > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#inst_tube_hose > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#inst_tube_hose > div > .product_name h3{ text-align : center;}
		#inst_tube_hose > div > .catalog { text-align : center;}


		#inst_tools {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#inst_tools > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#inst_tools > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#inst_tools > div > .product_name h3{ text-align : center;}
		#inst_tools > div > .catalog { text-align : center;}	

/*-------------------------------------------------------------------*/

		#semi_fittings {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#semi_fittings > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#semi_fittings > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#semi_fittings > div > .product_name h3{ text-align : center;}
		#semi_fittings > div > .catalog { text-align : center;}	

		#semi_valves {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#semi_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#semi_valves > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#semi_valves > div > .product_name h3{ text-align : center;}
		#semi_valves > div > .catalog { text-align : center;}	

		#semi_regulators {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#semi_regulators > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#semi_regulators > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#semi_regulators > div > .product_name h3{ text-align : center;}
		#semi_regulators > div > .catalog { text-align : center;}			

/*-------------------------------------------------------------------*/

		#ball_valves {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#ball_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#ball_valves > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#ball_valves > div > .product_name h3{ text-align : center;}
		#ball_valves > div > .catalog { text-align : center;}			

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/

/*
		#valves_indicator_ported_valve {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#valves_indicator_ported_valve > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#valves_indicator_ported_valve > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#valves_indicator_ported_valve > div > .product_name h3{ text-align : center;}
		#valves_indicator_ported_valve > div > .catalog { text-align : center;}			

		#valves_hi_flo_valve_family {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#valves_hi_flo_valve_family > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#valves_hi_flo_valve_family > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#valves_hi_flo_valve_family > div > .product_name h3{ text-align : center;}
		#valves_hi_flo_valve_family > div > .catalog { text-align : center;}	

		#valves_poppet_valves {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#valves_poppet_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#valves_poppet_valves > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#valves_poppet_valves > div > .product_name h3{ text-align : center;}
		#valves_poppet_valves > div > .catalog { text-align : center;}	

		#valves_ported_plate_valves {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#valves_ported_plate_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#valves_ported_plate_valves > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#valves_ported_plate_valves > div > .product_name h3{ text-align : center;}
		#valves_ported_plate_valves > div > .catalog { text-align : center;}	

		#valves_unloaders_actuators {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#valves_unloaders_actuators > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#valves_unloaders_actuators > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#valves_unloaders_actuators > div > .product_name h3{ text-align : center;}
		#valves_unloaders_actuators > div > .catalog { text-align : center;}	

*/
/*-------------------------------------------------------------------*/

/*		#lubrication_lubricator_pumps {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		#lubrication_lubricator_pumps > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		#lubrication_lubricator_pumps > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		#lubrication_lubricator_pumps > div > .product_name h3{ text-align : center;}
		#lubrication_lubricator_pumps > div > .catalog { text-align : center;}	
*/

		.section_class {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		.section_class > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		.section_class > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		.section_class > div > .product_name h3{ text-align : center;}
		.section_class > div > .catalog { text-align : center;}	




/*
		.haha {overflow: hidden; width: 90% ;padding: 5%;  max-width: 1100px; margin: 0 auto ;}
		.haha > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
		.haha > div > div > img { max-width: 100%; height: auto; max-height: 170px}
		.haha > div > .product_name h3{ text-align : center;}
		.haha > div > .catalog { text-align : center;}	
*/
/*-------------------------------------------------------------------*/




/* 무비 */
.movie {padding: 3px 0;}

.movie_title {overflow: hidden; margin-top: 10px; margin-bottom: 3px;}
.movie_title ul {overflow: hidden; width: 840px; margin: 0 auto;}
.movie_title li {float: left; width: 270px; margin-right: -1px; text-align: center; border: 1px solid #c4c4c4;}
.movie_title li a {display: block; font-size: 20px; color: #666; font-weight: 700;}
.movie_title li.active a {background: #666; color: #fff;}

.menu_2nd_1 {padding: 3px 0;}
.menu_2nd_title {overflow: hidden; margin-top: 10px; margin-bottom: 10px;}
.menu_2nd_title ul {overflow: hidden; width: 840px; margin: 0 auto;}
.menu_2nd_title li {float: left; width: 161px; margin-right: -1px; text-align: center; border: 1px solid #c4c4c4;}
.menu_2nd_title li a {display: block; font-size: 13px; color: #666; font-weight: 700;}
.menu_2nd_title li.active a {background: #666; color: #fff;}

.menu_2nd_2 {padding: 3px 0;}
.menu_2nd_title_2 {overflow: hidden; margin-top: 10px; margin-bottom: 10px;}
.menu_2nd_title_2 ul {overflow: hidden; width: 840px; margin: 0 auto;}
.menu_2nd_title_2 li {float: left; width: 270px; margin-right: -1px; text-align: center; border: 1px solid #c4c4c4;}
.menu_2nd_title_2 li a {display: block; font-size: 13px; color: #666; font-weight: 700;}
.menu_2nd_title_2 li.active a {background: #666; color: #fff;}

.menu_2nd_3 {padding: 3px 0;}
.menu_2nd_title_3 {overflow: hidden; margin-top: 10px; margin-bottom: 10px;}
.menu_2nd_title_3 ul {overflow: hidden; width: 840px; margin: 0 auto;}
.menu_2nd_title_3 li {float: left; width: 815px; margin-right: -1px; text-align: center; border: 1px solid #c4c4c4;}
.menu_2nd_title_3 li a {display: block; font-size: 13px; color: #666; font-weight: 700;}
.menu_2nd_title_3 li.active a {background: #666; color: #fff;}


.menu_2nd_4 {padding: 3px 0;}


.menu_2nd_8 {padding: 3px 0;}
.menu_2nd_title_8 {overflow: hidden; margin-top: 10px; margin-bottom: 10px;}
.menu_2nd_title_8 ul {overflow: hidden; width: 840px; margin: 0 auto;}
.menu_2nd_title_8 li {float: left; width: 815px; margin-right: -1px; text-align: center; border: 1px solid #c4c4c4;}
.menu_2nd_title_8 li a {display: block; font-size: 13px; color: #666; font-weight: 700;}
.menu_2nd_title_8 li.active a {background: #666; color: #fff;}




/* The Modal (background) */
.searchModal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 10; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.search-modal-content {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
border: 1px solid #888;
width: 70%; /* Could be more or less, depending on screen size */
}




/*
.movie_chart {overflow: hidden; }
.movie_chart > div > div > div {display: inline-block; width: 292px; margin-right: 23px; }
.movie_chart > div > div > div:last-child {margin-right: 0;}
.movie_chart > div > div > div .poster {position: relative;}
.movie_chart > div > div > div .poster img {display: block;}
.movie_chart > div > div > div .poster .rank {position: absolute; top: 17px; left: 0; width: 50px; height: 50px; line-height: 50px; background-color: #38116a; text-align: center; box-shadow: 3px 3px 8px rgba(0,0,0,0.5);}
.movie_chart > div > div > div .poster .rank strong {color: #fff; font-size: 20px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5)}
.movie_chart > div > div > div .poster .mx {position: absolute; top: 17px; right: 17px;}
.movie_chart > div > div > div .poster .mx span {width: 103px; height: 25px; display: block;}
.movie_chart > div > div > div .poster .mx .m {background-position: 0 -75px;}
.movie_chart > div > div > div .poster .mx .b {background-position: 0 -100px;}
.movie_chart > div > div > div .infor {background: #fff; padding: 17px; border: 1px solid #d9d9d9;}
.movie_chart > div > div > div .infor h3 {color: #333; font-size: 30px; font-weight: 700; margin-bottom: 20px;}
.movie_chart > div > div > div .infor h3 strong {padding-left: 0px;}
.movie_chart > div > div > div .infor h3 span {width: 29px; height: 29px; display: inline-block; margin-top: 9px; vertical-align: -2px;}
.movie_chart > div > div > div .infor h3 span.all {background-position: -87px -125px;}
.movie_chart > div > div > div .infor h3 span.a12 {background-position: -58px -125px;}
.movie_chart > div > div > div .infor h3 span.a15 {background-position: 0 -125px;}
.movie_chart > div > div > div .infor h3 span.a19 {background-position: -29px -125px;}
.movie_chart > div > div > div .infor .infor_btn {overflow: hidden;}
.movie_chart > div > div > div .infor .infor_btn a {display: block; float: left; width: 49%; margin-right: 2%; padding: 10px 0; text-align: center; background: #f2f2f2; color: #666; font-size: 18px;}
.movie_chart > div > div > div .infor .infor_btn a:last-child {margin-right: 0;}
*/



/* 이벤트 */
.event {overflow: hidden; padding: 100px 0;}
.event img {display: block;}
.event h2 {font-size: 30px; font-weight: 500; margin-bottom: 20px;}
.event_left {float: left; width: 66%; margin-right: 2%;}
.event_left .event_box1 {float: left; width: 50%;}
.event_left .event_box2 {float: left; width: 50%;}
.event_right {float: left; width: 32%;}

/* 오픈닝 */
.opening {padding: 30px 0; text-align: center; color: #bb9b51;}
.opening h2 {margin-bottom: 15px;}
.opening h2 .grand {background-position: 0 -175px; display: inline-block; width:330px; height: 50px;}
.opening .date {background-position: 0 -225px; display: inline-block; width:260px; height: 45px;}
/*.opening .desc {color: #676767;font-size: 25px; font-weight: 300; padding-bottom: 20px; background: url(../img/bar1.png) no-repeat bottom center; background-size: 50%;}*/
/*.opening .desc {color: #676767;font-size: 23px; font-weight: 300; padding-bottom: 20px; background: url(../img/bar1.png) no-repeat bottom center; background-size: 50%;}*/
.opening .desc {color: #676767;font-size: 23px; font-weight: 300; padding-bottom: 20px; background: url(../img/bar1.png) no-repeat bottom center; background-size: 30%;}


.opening .desc_orig {font-size: 25px; font-weight: 300; padding-bottom: 20px; background: url(../img/bar.png) no-repeat bottom center; background-size: 100%;}
.opening .open_box {overflow: hidden; padding: 20px 3% 0 3%;}
.opening .open_box > div {float: left; width: 27.333%; margin: 4% 3% 0 3%; box-sizing: border-box; background: rgba(0,0,0,0.5); border: 1px solid #3e4b44;}
.opening .open_box > div h3 {color:#fff; border: 1px solid #6e3abb;margin-top: -24px; font-size: 19px; display: inline-block; padding: 10px 20px; background: #551e9b;}
.opening .open_box > div p {font-size: 27px; color:#fff; font-weight: 300; padding: 6% 0 10% 0;}
.opening .open_box > div em {display: block; }
.opening .open_box > div strong {display: block; font-weight: 700}

/*.opening .desc1 {color: #000000;font-size: 30px;padding-top: 20px;}*/
.opening .desc1 {color: #000000;font-size: 23px;padding-top: 20px;}
.opening .desc1_orig {font-size: 35px;}

.opening .intro_year{margin : 10px;font-size: 35px; }
.opening .intro_content{margin : 10px;font-size: 25px; }

.opening .map {width : 100%;}

/*.opening .desc_road {color: #676767;font-size: 25px; font-weight: 300; padding-bottom: 20px; background: url(../img/bar1.png) no-repeat bottom center; background-size: 100%;}*/


/*  */
.greeting {visibility: hidden}
/*.history {display: none}*/
.road {display: none}


/* 새로운 영화 */
.new {padding: 100px 0; overflow: hidden; position: relative; }
.new h2 {font-size: 30px; font-weight: 500; margin-bottom: 20px;}
.new .new_left {position: relative; margin-right: 423px ; height: 500px; overflow: hidden; background: #ccc url(../img/new01.jpg) center center; background-size: cover;}
.new .new_left .play {position: absolute; left: 50%; top: 50%; width: 120px; height: 120px; transform: translate(-50%,-50%); cursor: pointer;}
.new .new_left .play .st0 {fill: #fff; opacity: 0.3;}
.new .new_left .play .st1 {fill: #fff;}
.new .new_right {position: absolute; right:0; top: 165px; width: 400px; height: 500px; background: #f0f0f0; padding: 34px; box-sizing: border-box;}
.new .new_right .title {font-size: 28px; color: #000;}
.new .new_right .release {font-size: 15px; color: #333; }
.new .new_right .star {padding: 13px 0;}
.new .new_right .star strong {font-size: 18px; padding-left: 5px;}
.new .new_right .star span {display: inline-block; width: 20px; height: 20px; vertical-align: -3px; }
.new .new_right .star .star1 {background-position: -393px 0;}
.new .new_right .star .star2 {background-position: -412px 0;}
.new .new_right .star .star0 {background-position: -374px 0;}

.new .new_right .summary {font-size: 14px;}
.new .new_right .summary .genre {padding-bottom: 3px;}
.new .new_right .summary .age {padding-bottom: 10px;}
.new .new_right .summary .desc {margin-bottom: 20px; height: 108px; overflow: hidden;}

.new .new_right .select {overflow: hidden;}
.new .new_right .select .s1 {float: left; width: 49%; margin-right: 2%;}
.new .new_right .select .s2 {float: left; width: 49%; background: #2c2f34;}
.new .new_right .select .s2 select::-ms-expand{display: none;}
.new .new_right .select .s3 {float: left; width: 100%; margin-top: 2%;}
.new .new_right .select .s3 input::placeholder {color: #ccc; opacity: 1;}
.new .new_right .select .s3 input:-ms-input-placeholder {color:#ccc;}
.new .new_right .select .s3 input::-ms-input-placeholder {color: #ccc;}
.new .new_right .btn {overflow: hidden; margin-top: 2%; text-align: center;}
.new .new_right .btn a {float: left; width: 49%; box-sizing: border-box; padding: 10px 30px 12px 30px; display: block;}
.new .new_right .btn .white {margin-right: 2%; background-color: #fff; color: #3a0e6a;border: 1px solid #3a0e6a;}
.new .new_right .btn .purple {background-color: #3a0e6a;color: #fff;border: 1px solid #6e40c4;}

/* help */
.help {overflow: hidden; padding-bottom: 100px;}
.help article {float: left; width: 32%; margin-right: 2%;}
/*.help article > div {border: 1px solid #dbdbdb; height: 350px;}*/
.help article > div {border: 1px solid #dbdbdb; height: 150px;}
.help article.help_box3 {margin-right: 0;}
.help article.help_box3 > div {border: 0;}
.help article h3 {font-size: 30px; font-weight: 500; margin-bottom: 20px;}

/* 공지사항 */
.notice {position: relative; padding: 17px;}
.notice ul {overflow: hidden;}
.notice ul li {float: left; text-align: center; margin-right: -1px;}
.notice ul li a {border: 1px solid #dbdbdb; font-size: 15px; color: #666; display: block; width: 80px; padding: 10px 20px; background: #f5f5f5; }
.notice ul li.active a {background: #fff;}
.notice ul li ul {overflow: hidden; width: 90%; box-sizing: border-box; position: absolute; left: 17px; top: 70px; margin-right: 17px;  }
.notice ul li ul li {width: 100%; box-sizing: border-box; text-align: left; padding: 17px; border-bottom: 1px solid #dbdbdb;}
.notice ul li ul li dt em {color: #666;}
.notice ul li ul li dd {color: #333; padding-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/* 빠른메뉴 */
.quick_menu {padding: 17px;}
/*.card ul li {position: relative; border: 1px solid #dbdbdb; padding: 17px; margin-bottom: 17px; min-height: 102px; box-sizing: border-box;}*/
.quick_menu ul li {position: relative; border: 1px solid #dbdbdb; padding: 5px; margin-bottom: 17px; min-height: 10px; box-sizing: border-box;}
/*.card ul li span {position: absolute; left: 17px; top: 17px;}*/
.quick_menu ul li span {position: absolute; left: 20px; top: 3px;}
/*.card ul li span img {width: 115px;}*/
.quick_menu ul li span img {width: 40px;}
/*max-width: 100%; height: auto;*/
/*.card ul li strong {display: block; font-size: 18px; font-weight: 500; color: #666; padding-left: 130px;}*/
.quick_menu ul li strong {display: block; font-size: 18px; font-weight: 500; color: #666; text-align: center;}


.quick_menu ul li em {display: block; font-size: 14px;  padding-left: 130px;}

/* 고객지원 */
.service ul {overflow: hidden;}
/*.service li {float: left; width: 50%; height: 193px; box-sizing: border-box; border: 1px solid #dbdbdb; text-align: center;  }*/
.service li {float: left; width: 50%; height: 185px; box-sizing: border-box; border: 1px solid #dbdbdb; text-align: center;  padding: 2px;}

/*.service li a span {display: block; width: 120px; height: 120px; margin: 20px auto 0 auto; overflow: hidden;}*/
.service li a span {display: block; width: 100px; height: 95px; margin: 20px auto 0 auto; overflow: hidden;}
.service li a strong {color: #666; font-size: 18px; font-weight: 500;}
/*
#service span img {width: 40px;}
#service strong {color: #666; font-size: 30px; font-weight: 500;}
*/
/*.service li a .sv1 {background-position: 0 -267px}
.service li a .sv2 {background-position: -100px -267px}
.service li a .sv3 {background-position: -201px -267px}
.service li a .sv4 {background-position: -300px -267px}
.service li:nth-child(1) {border-right: 0; border-bottom: 0;}
.service li:nth-child(2) {border-bottom: 0;}
.service li:nth-child(3) {border-right: 0; }*/

/* 푸터 */
.footer_sns {position: absolute; right: 17px; top: 33px; z-index: 1;}
.footer_sns li {display: inline-block; width: 36px; height: 36px; margin-left: 4px;}
.footer_sns li.s1 {background-position: 0 -375px;}
.footer_sns li.s2 {background-position: -36px -375px;}
.footer_sns li.s3 {background-position: -72px -375px;}
.footer_sns li.s4 {background-position: -108px -375px;}
.footer_sns li.s5 {background-position: -144px -375px;}
.footer_sns li.s1:hover {background-position: 0 -411px;}
.footer_sns li.s2:hover {background-position: -36px -411px;}
.footer_sns li.s3:hover {background-position: -72px -411px;}
.footer_sns li.s4:hover {background-position: -108px -411px;}
.footer_sns li.s5:hover {background-position: -144px -411px;}
.footer_sns .tel {text-align: right; padding-top: 5px;}
.footer_sns .tel a {color: #8f8f8f; font-size: 21px;}
.footer_sns .tel a em {color: #fff;}

.footer_infor {padding: 50px 0; width: 80%;}
.footer_infor h2 img {width: 150px;}
.footer_infor ul {padding: 15px 0;}
.footer_infor li {position: relative; display: inline; padding-right: 16px; white-space: nowrap;}
.footer_infor li:after {content: ''; position: absolute; right: 5px; top: 5px; width: 1px; height: 11px; background: #8f8f8f;}
.footer_infor li:last-child:after {width: 0; height: 0;}
.footer_infor li a {color: #8f8f8f;}
.footer_infor address p {color: #8f8f8f; padding-bottom: 15px;}

/* 트레일러 */
.overlay {background: rgba(0, 0, 0, .92); display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10000}
.modal {position: absolute}
.modal_close {
    background: url(../img/close.svg) no-repeat; background-size: 32px 32px; 
    border: 0; color: transparent; 
    display: block; width: 32px; height: 32px; overflow: hidden;
    position: absolute; top: 24px; right: 24px; text-indent: 100%;
}
body.modal_on {overflow: hidden;}



/* 미디어 쿼리 */
@media (max-width: 1290px){
    .container {width: 100%;}
    #header .row {padding-right: 0;}
    .header .nav li:last-child {border-right: 0;}

	#banner .nav > div ol {float: right; width: 160px;overflow: hidden;  }
    /*#banner .nav > div ol li {padding-left: 20px; text-align: center;margin-right: 1px;}*/
	#banner .nav > div ol li {text-align: center;}

    .slider .swiper-slide.ss3 {text-align: center;} 

	#inst_fittings > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_quick_connect > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_tube_hose > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_tools > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	
	#semi_fittings > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#semi_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#semi_regulators > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	
	#ball_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}

//------------------------------------------------------------------------------------------------------------------
/*	#valves_indicator_ported_valve > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_hi_flo_valve_family > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_poppet_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_ported_plate_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_unloaders_actuators > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#lubrication_lubricator_pumps > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
*/
	.section_class > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}



    /*#inst_fittings > div {width: 23%; }*/
    /*#inst_valves > div {width: 23%; }*/
}

@media (max-width: 1120px){
	.service li a strong {font-size: 15px; }
}

@media (max-width: 1024px){
    .header h1 em {padding: 11px 11px 8px 0px; }
    .header h1 em img {width: 135px; }
    .header h1 strong {left: 150px; top: 18px;}
    .header h1 strong img {width: 117px;}
    
    #banner .nav > div ol li {padding-left: 20px; text-align: center;margin-right: 1px;}

    .help article.help_box1 {width: 49%; margin-right: 2%;}
    .help article.help_box2 {width: 49%; margin-right: 0;}
    .help article.help_box3 {width: 100%; margin-top: 2%; }
    .help article.help_box3 h3 {overflow: hidden; position:absolute; width:0; height:0; line-height:0; text-indent:-9999px;}
    .help article.help_box3 > div {border: 1px solid #dbdbdb; height: auto;}
    .service li {width: 25%; height: auto; border: 0; }
    /*.service li a strong {display: block; padding-bottom: 10%;}*/
    .service li a strong {display: block;}
    .service li a span {display: block;}
	.service li a strong {font-size: 18px; }

	#inst_fittings > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_quick_connect > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_tube_hose > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_tools > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	
	#semi_fittings > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#semi_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#semi_regulators > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}

	#ball_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}

//------------------------------------------------------------------------------------------------------------------
/*	#valves_indicator_ported_valve > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_hi_flo_valve_family > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_poppet_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_ported_plate_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_unloaders_actuators > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#lubrication_lubricator_pumps > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
*/
	.section_class > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}


/*    #inst_fittings > div {width: 23%; }
    #inst_valves > div {width: 23%; }*/
}

@media (max-width: 960px){
    #mNav {display: block;}
    .header .nav {display: none;}
    .header h1 {text-align: center; float: none;}
    .header h1 em {padding-right: 0;}
    .header h1 strong {left: 0px;}
    
    #banner .nav > div ol li {padding-left: 20px; text-align: center;margin-right: 1px;}

    .banner_menu .bm_left ul {display: none;}
    .banner_menu .bm_right ul:first-child {display: none;}
    
    .slider {height: 500px;}
    .slider .swiper-slide h3 {margin-top: 210px; font-size: 40px;}
    .slider .swiper-slide p {margin-bottom: 100px; font-size: 20px;}
    
	#inst_fittings > div { padding-bottom:50px; width: 31.333333%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_valves > div { padding-bottom:50px; width: 31.333333%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_quick_connect > div { padding-bottom:50px; width: 31.333333%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_tube_hose > div { padding-bottom:50px; width: 31.333333%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_tools > div { padding-bottom:50px; width: 31.333333%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}

	#semi_fittings > div { padding-bottom:50px; width: 31.333333%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#semi_valves > div { padding-bottom:50px; width: 31.333333%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#semi_regulators > div { padding-bottom:50px; width: 31.333333%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}

	#ball_valves > div { padding-bottom:50px; width: 31.333333%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}

//------------------------------------------------------------------------------------------------------------------
/*	#valves_indicator_ported_valve > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_hi_flo_valve_family > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_poppet_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_ported_plate_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_unloaders_actuators > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#lubrication_lubricator_pumps > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
*/

	.section_class > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}



/*
	#inst_fittings > div {width: 31.333333%; }
	#inst_valves > div {width: 31.333333%; }*/

    .movie_title ul {width: auto;}
    .movie_title li {width: 33%; box-sizing: border-box; padding-right: 1px;}

    .menu_2nd_title ul {width: auto;}
    .menu_2nd_title li {width: 19.8%; box-sizing: border-box; padding-right: 1px;}
    
    .menu_2nd_title_2 ul {width: auto;}
    .menu_2nd_title_2 li {width: 33%; box-sizing: border-box; padding-right: 1px;}

    .menu_2nd_title_3 ul {width: auto;}
    .menu_2nd_title_3 li {width: 99%; box-sizing: border-box; padding-right: 1px;}


    .menu_2nd_title_8 ul {width: auto;}
    .menu_2nd_title_8 li {width: 99%; box-sizing: border-box; padding-right: 1px;}


    
    .event {padding: 50px 0;}
    
    .opening {padding: 50px 0;}
    .opening .open_box {display: none;}
    /*.opening .desc {background: none; font-size: 25px;}*/
    /*.opening .desc { font-size: 25px;}*/
    .opening .desc { font-size: 20px;}
    .opening .desc_orig { font-size: 25px;}

    .new {background: #fff; padding: 50px 0;}
    .new .new_left {margin-right: 0; height: 400px;}
    .new .new_right {position: relative; top:0; width: 100%; height: auto;}
    .new .new_right .summary .desc {height: auto;}
    
    .footer_sns {position: static; text-align: center; background: #352c2c; padding-bottom: 15px;}
    .footer_sns .tel {display: none;}
    .footer_infor {width: 100%; text-align: center;}
}

@media (max-width: 768px){
    body {background: #d9d7e0;}

	#banner .banner_menu {height: 110px;}
    #banner .nav > div ol li {padding-left: 10px; text-align: center;margin-right: 1px;}
	/*#banner .nav > div ol {float: right; width: 120px;overflow: hidden;  }*/
	#banner .nav > div ol {float: right; width: 135px;overflow: hidden;  }
	.banner_menu a {color:#fff; font-size: 14px; transition: all 0.3s ;}


	#inst_fittings > div { padding-bottom:50px; width: 47%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_valves > div { padding-bottom:50px; width: 47%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_quick_connect > div { padding-bottom:50px; width: 47%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_tube_hose > div { padding-bottom:50px; width: 47%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#inst_tools > div { padding-bottom:50px; width: 47%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}

	#semi_fittings > div { padding-bottom:50px; width: 47%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#semi_valves > div { padding-bottom:50px; width: 47%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#semi_regulators > div { padding-bottom:50px; width: 47%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}

	#ball_valves > div { padding-bottom:50px; width: 47%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}

//------------------------------------------------------------------------------------------------------------------
/*	#valves_indicator_ported_valve > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_hi_flo_valve_family > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_poppet_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_ported_plate_valves > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#valves_unloaders_actuators > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
	#lubrication_lubricator_pumps > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}
*/

	.section_class > div { padding-bottom:50px; width: 23%; margin: 1%; height: 170px;  float: left; border-radius: 5px;}



/*	#inst_fittings > div {width: 45%}; 
	#inst_valves > div {width: 45%};
*/
    #movie {background-color: transparent;}
    #movie .row {margin: 24px; padding: 24px; background: #fff;}
    #movie .ir_so {position: static; width: auto; height: auto; line-height: normal; text-indent: 0; font-size: 23px; font-weight: bold; padding-bottom: 20px;}
    .movie {padding: 0;}
    .movie_title {margin-bottom: 30px;}
    .movie_title ul {position: relative; padding-bottom: 10px;}
    .movie_title ul:before {content: ''; position: absolute; z-index: 1; left: 0; bottom: 0px; width: 100%; height: 2px; background: #e1e1e1;}
    .movie_title li {width: auto; border: 0;}
    /*.movie_title li a {position: relative; font-size: 18px; color: #666; font-weight: 400; padding: 0; margin-right: 35px;}*/
    .movie_title li a {position: relative; font-size: 18px; color: #666; font-weight: 400; padding: 5px; margin-right: 35px;}
    
    .movie_title li.active a:before {content: ''; position: absolute; z-index: 10000; left: 0; bottom: -1px; width: 100%; height: 2px; background: #666;}
    .movie_title li.active a {background: none; color: #666;}
     

    .menu_2nd_1 {padding: 0;}
    #menu_2nd_1 {background-color: transparent;}
    #menu_2nd_1 .row {margin: 24px; padding: 24px; background: #fff;}
    #menu_2nd_1 .ir_so {position: static; width: auto; height: auto; line-height: normal; text-indent: 0; font-size: 24px; font-weight: bold; padding-bottom: 20px;}
    .menu_2nd_1 {padding: 0;}
    .menu_2nd_title {margin-bottom: 30px;}
    .menu_2nd_title ul {position: relative; padding-bottom: 10px;}
    .menu_2nd_title ul:before {content: ''; position: absolute; z-index: 1; left: 0; bottom: 0px; width: 100%; height: 2px; background: #e1e1e1;}
    .menu_2nd_title li {width: auto; border: 0;}
    .menu_2nd_title li a {position: relative; font-size: 18px; color: #666; font-weight: 400; padding: 5px; margin-right: 18px;}
    .menu_2nd_title li.active a:before {content: ''; position: absolute; z-index: 10000; left: 0; bottom: -1px; width: 100%; height: 2px; background: #666;}
    .menu_2nd_title li.active a {background: none; color: #666;}

    .menu_2nd_2 {padding: 0;}
    #menu_2nd_2 {background-color: transparent;}
    #menu_2nd_2 .row {margin: 24px; padding: 24px; background: #fff;}
    #menu_2nd_2 .ir_so {position: static; width: auto; height: auto; line-height: normal; text-indent: 0; font-size: 24px; font-weight: bold; padding-bottom: 20px;}
    .menu_2nd_2 {padding: 0;}
    .menu_2nd_title_2 {margin-bottom: 30px;}
    .menu_2nd_title_2 ul {position: relative; padding-bottom: 10px;}
    .menu_2nd_title_2 ul:before {content: ''; position: absolute; z-index: 1; left: 0; bottom: 0px; width: 100%; height: 2px; background: #e1e1e1;}
    .menu_2nd_title_2 li {width: auto; border: 0;}
    .menu_2nd_title_2 li a {position: relative; font-size: 18px; color: #666; font-weight: 400; padding: 5px; margin-right: 18px;}
    .menu_2nd_title_2 li.active a:before {content: ''; position: absolute; z-index: 10000; left: 0; bottom: -1px; width: 100%; height: 2px; background: #666;}
    .menu_2nd_title_2 li.active a {background: none; color: #666;}

    .menu_2nd_3 {padding: 0;}
    #menu_2nd_3 {background-color: transparent;}
    #menu_2nd_3 .row {margin: 24px; padding: 24px; background: #fff;}
    #menu_2nd_3 .ir_so {position: static; width: auto; height: auto; line-height: normal; text-indent: 0; font-size: 24px; font-weight: bold; padding-bottom: 20px;}
    .menu_2nd_3 {padding: 0;}
    .menu_2nd_title_3 {margin-bottom: 30px;}
    .menu_2nd_title_3 ul {position: relative; padding-bottom: 10px;}
    .menu_2nd_title_3 ul:before {content: ''; position: absolute; z-index: 1; left: 0; bottom: 0px; width: 100%; height: 2px; background: #e1e1e1;}
    .menu_2nd_title_3 li {width: auto; border: 0;}
    .menu_2nd_title_3 li a {position: relative; font-size: 18px; color: #666; font-weight: 400; padding: 5px; margin-right: 18px;}
    .menu_2nd_title_3 li.active a:before {content: ''; position: absolute; z-index: 10000; left: 0; bottom: -1px; width: 100%; height: 2px; background: #666;}
    .menu_2nd_title_3 li.active a {background: none; color: #666;}


    .menu_2nd_4 {padding: 0;}
    #menu_2nd_4 {background-color: transparent;}
    #menu_2nd_4 .row {margin: 24px; padding: 24px; background: #fff;}
    #menu_2nd_4 .ir_so {position: static; width: auto; height: auto; line-height: normal; text-indent: 0; font-size: 24px; font-weight: bold; padding-bottom: 20px;}
    .menu_2nd_4 {padding: 0;}


    .menu_2nd_8 {padding: 0;}
    #menu_2nd_8 {background-color: transparent;}
    #menu_2nd_8 .row {margin: 24px; padding: 24px; background: #fff;}
    #menu_2nd_8 .ir_so {position: static; width: auto; height: auto; line-height: normal; text-indent: 0; font-size: 24px; font-weight: bold; padding-bottom: 20px;}
    .menu_2nd_8 {padding: 0;}
    .menu_2nd_title_8 {margin-bottom: 30px;}
    .menu_2nd_title_8 ul {position: relative; padding-bottom: 10px;}
    .menu_2nd_title_8 ul:before {content: ''; position: absolute; z-index: 1; left: 0; bottom: 0px; width: 100%; height: 2px; background: #e1e1e1;}
    .menu_2nd_title_8 li {width: auto; border: 0;}
    .menu_2nd_title_8 li a {position: relative; font-size: 18px; color: #666; font-weight: 400; padding: 5px; margin-right: 18px;}
    .menu_2nd_title_8 li.active a:before {content: ''; position: absolute; z-index: 10000; left: 0; bottom: -1px; width: 100%; height: 2px; background: #666;}
    .menu_2nd_title_8 li.active a {background: none; color: #666;}



    #event .row {padding: 0 24px;}
    .event {padding: 24px; background: #fff;}
    .event h2 {font-size: 24px; font-weight: 700; height: 27px;  margin-bottom: 20px; padding-bottom: 10px;}
    .event_left {width: 100%; margin-right: 0;}
    .event_right {display: none;}
    
    #new .row {padding: 0 24px;}
    .new {padding: 24px; background: #fff;}
    .new h2 {font-size: 24px; font-weight: 700; height: 27px;  margin-bottom: 20px; padding-bottom: 10px;}
    
    #help .row {padding: 0 24px;}
    .help {padding-bottom: 24px;}
    .help article.help_box1 {width: 100%; background: #fff; margin-top: 24px; padding: 24px; box-sizing: border-box;}
    .help article.help_box2 {width: 100%; background: #fff; margin-top: 24px; padding: 24px; box-sizing: border-box;}
    .help article.help_box3 {background: #fff; margin-top: 17px;}
    .help article.help_box1 h3 {font-size: 24px; font-weight: 700; height: 27px;  margin-bottom: 20px; padding-bottom: 10px;}
    .help article.help_box2 h3 {font-size: 24px; font-weight: 700; height: 27px;  margin-bottom: 20px; padding-bottom: 10px;}
    .help article.help_box3 > div {border:0;}

    .service li a strong {font-size: 14px; }
}

@media (max-width: 600px){
    .header h1 strong {display: none}
    .header h1 {text-align: left;}
    
    #banner .nav > div ol li {padding-left: 8px; text-align: center;margin-right: 1px;}
	/*#banner .nav > div ol {float: right; width: 110px;overflow: hidden;  }*/
	#banner .nav > div ol {float: right; width: 135px;overflow: hidden;  }
	.banner_menu a {color:#fff; font-size: 14px; transition: all 0.3s ;}


    .banner_menu .bm_right li.white a {font-size: 14px; padding: 3px 5px 5px 5px; color:#fff; background: rgba(0,0,0,0.6); border-color:#fff;}
    .banner_menu .bm_right li.purple a {font-size: 14px; padding: 3px 5px 5px 5px; color:#fff; background: rgba(0,0,0,0.6); border-color:#fff;}
    
    .slider {height: 400px;}
    .slider .swiper-slide h3 {margin-top: 200px; font-size: 30px; }
    .slider .swiper-slide p {margin-bottom: 100px; font-size: 12px;}
    .swiper-button-prev, .swiper-button-next {display: none;}
    .swiper-pagination-bullet {width: 13px !important; height: 13px !important;}
    
    #movie .container {position: relative;}
    #movie .container:after {content: ''; position: absolute; z-index: 20; top: 0; right: 0; width: 8px; height: 100%; background: #d9d7e0;}
    #movie .row {position: relative; margin: 8px; padding: 16px; background: #fff; margin-right: 0; padding-right: 0;}
    #movie .row:after {content: ''; position: absolute; top: 0; right: 0; z-index: 10; width: 24px; height: 100%; background: #fff;}
    #movie .ir_so {font-size: 18px; padding-bottom: 10px;}
    .movie_title {margin-bottom: 20px;}
    .movie_title ul {padding-bottom: 8px; overflow-x: auto;white-space: nowrap;}
    .movie_title li a {font-size: 14px; margin-right: 15px;}
    .movie_title li.active a:before {bottom: -1px;}
  

    #menu_2nd_1 .container {position: relative;}
    #menu_2nd_1 .container:after {content: ''; position: absolute; z-index: 20; top: 0; right: 0; width: 8px; height: 100%; background: #d9d7e0;}
    #menu_2nd_1 .row {position: relative; margin: 8px; padding: 16px; background: #fff; margin-right: 0; padding-right: 0;}
    #menu_2nd_1 .row:after {content: ''; position: absolute; top: 0; right: 0; z-index: 10; width: 24px; height: 100%; background: #fff;}
    #menu_2nd_1 .ir_so {font-size: 18px; padding-bottom: 10px;}
    .menu_2nd_title {margin-bottom: 20px;}
    .menu_2nd_title ul {padding-bottom: 8px; overflow-x: auto;white-space: nowrap;}
    .menu_2nd_title li a {font-size: 14px; margin-right: 15px;}
    .menu_2nd_title li.active a:before {bottom: -1px;}

    #menu_2nd_2 .container {position: relative;}
    #menu_2nd_2 .container:after {content: ''; position: absolute; z-index: 20; top: 0; right: 0; width: 8px; height: 100%; background: #d9d7e0;}
    #menu_2nd_2 .row {position: relative; margin: 8px; padding: 16px; background: #fff; margin-right: 0; padding-right: 0;}
    #menu_2nd_2 .row:after {content: ''; position: absolute; top: 0; right: 0; z-index: 10; width: 24px; height: 100%; background: #fff;}
    #menu_2nd_2 .ir_so {font-size: 18px; padding-bottom: 10px;}
    .menu_2nd_title_2 {margin-bottom: 20px;}
    .menu_2nd_title_2 ul {padding-bottom: 8px; overflow-x: auto;white-space: nowrap;}
    .menu_2nd_title_2 li a {font-size: 14px; margin-right: 15px;}
    .menu_2nd_title_2 li.active a:before {bottom: -1px;}

    #menu_2nd_3 .container {position: relative;}
    #menu_2nd_3 .container:after {content: ''; position: absolute; z-index: 20; top: 0; right: 0; width: 8px; height: 100%; background: #d9d7e0;}
    #menu_2nd_3 .row {position: relative; margin: 8px; padding: 16px; background: #fff; margin-right: 0; padding-right: 0;}
    #menu_2nd_3 .row:after {content: ''; position: absolute; top: 0; right: 0; z-index: 10; width: 24px; height: 100%; background: #fff;}
    #menu_2nd_3 .ir_so {font-size: 18px; padding-bottom: 10px;}
    .menu_2nd_title_3 {margin-bottom: 20px;}
    .menu_2nd_title_3 ul {padding-bottom: 8px; overflow-x: auto;white-space: nowrap;}
    .menu_2nd_title_3 li a {font-size: 14px; margin-right: 15px;}
    .menu_2nd_title_3 li.active a:before {bottom: -1px;}

 	#menu_2nd_4 .container {position: relative;}
    #menu_2nd_4 .container:after {content: ''; position: absolute; z-index: 20; top: 0; right: 0; width: 8px; height: 100%; background: #d9d7e0;}
    #menu_2nd_4 .row {position: relative; margin: 8px; padding: 16px; background: #fff; margin-right: 0; padding-right: 0;}
    #menu_2nd_4 .row:after {content: ''; position: absolute; top: 0; right: 0; z-index: 10; width: 24px; height: 100%; background: #fff;}
    #menu_2nd_4 .ir_so {font-size: 18px; padding-bottom: 10px;}


/*
    .movie_chart {position: relative; z-index: 30;}
    .movie_chart > div > div > div .infor {padding: 5px;}
    .movie_chart > div > div > div .infor h3 {text-align: center; margin: 5px 0 10px; }
    .movie_chart > div > div > div .infor h3 strong {display: block; font-size: 19px; color: #222; font-weight: 300;}
    .movie_chart > div > div > div .infor h3 span {display: none;}
    .movie_chart > div > div > div .infor .infor_btn a {width: 52%; margin-left: 24%; display: block; margin-right: 0; padding: 5px; color: #777; margin-bottom: 5px; box-sizing: border-box; font-size: 14px; background: none; border: 1px solid #ddd;}
    .movie_chart > div > div > div .infor .infor_btn a:last-child {display: none;}
    */


    #event .row {padding: 0 8px;}
    .event {padding: 16px;}
    .event h2 {font-size: 18px; margin-bottom: 0;}
    
    #opening {margin: 8px 0;}
    .opening {padding: 20px 0;}
    .opening h2 {margin-bottom: 10px;}
    .opening h2 .grand {background-size: 200px; background-position: 0 -70px; width: 131px; height: 16px;}
    .opening .date {display: none;}
    /*.opening .desc {font-size: 16px; font-weight: 400; padding: 0% 12% 0% 12%; background-size: 200px;}*/
    /*.opening .desc {font-size: 16px; font-weight: 400; padding: 0% 12% 0% 12%; }*/
    .opening .desc {font-size: 16px; font-weight: 400; padding: 0% 12% 0% 12%; }
    
    .opening .desc_orig {font-size: 16px; font-weight: 400; padding: 0% 12% 0% 12%; }
    /*.opening .desc1_orig {font-size: 25px;} */   
    .opening .desc1_orig {font-size: 20px;} 
    
/*    #greeting {margin: 8px 0;}
    .greeting {padding: 20px 0;}
    .greeting h2 {margin-bottom: 10px;}
    .greeting h2 .grand {background-size: 200px; background-position: 0 -70px; width: 131px; height: 16px;}
    .greeting .date {display: none;}
    .greeting .desc {font-size: 16px; font-weight: 400; padding: 0% 12% 0% 12%; background-size: 200px;}
    
*/



    #new .row {padding: 0 8px;}
    .new {padding: 16px;}
    .new h2 {font-size: 18px; margin-bottom: 0px;}
    .new .new_left {height: 200px;}
    .new .new_left .play {width: 80px; height: 80px;}
    .new .new_right {padding: 17px;}
    .new .new_right .title {font-size: 22px;}
    .new .new_right .star {padding: 9px 0;}
    .new .new_right .select .s1 {width: 100%; margin-right: 0; margin-bottom: 2%;}
    .new .new_right .select .s2 {width: 100%;}
    
    #help .row {padding: 0 8px;}
    .help {padding-bottom: 8px;}
    .help article.help_box1 {margin-top: 8px; padding: 16px;}
    .help article.help_box2 {margin-top: 8px; padding: 16px;}
    .help article.help_box3 {margin-top: 8px;}
    .help article.help_box1 h3 {font-size: 18px; margin-bottom: 0px;}
    .help article.help_box2 h3 {font-size: 18px; margin-bottom: 0px;}
    .service li {width: 50%; border: 1px solid #dbdbdb;}
    .service li:nth-child(2) {border-right: 0;}
    .service li:nth-child(4) {border-right: 0;}
    .service li a strong {font-size: 18px; }

    .notice {padding: 8px;}
    .notice ul li ul {left: 8px; top: 50px; width: 95%; margin-right: 0;}
    .notice ul li ul li {padding: 17px 8px;}
    .quick_menu {padding: 8px;}
    .service li a span {width: 70px; height: 70px;}
    
    .footer_infor {padding: 30px 0;}
    .footer_infor address p br {display: none;}
}

@media (max-width: 480px){
	#banner .banner_menu {height: 100px;}
    #banner .nav > div ol li {padding-left: 5px; text-align: center;margin-right: 1px;}
	/*#banner .nav > div ol {float: right; width: 90px;overflow: hidden;  }*/
	#banner .nav > div ol {float: right; width: 120px;overflow: hidden;  }
	.banner_menu a {color:#fff; font-size: 11px; transition: all 0.3s ;}

	.service li a strong {font-size: 18px; }
}

@media (max-width: 390px){
    #banner .nav > div ol li {padding-left: 54px; text-align: center;margin-right: 1px;}
	/*#banner .nav > div ol {float: right; width: 80px;overflow: hidden;  }*/
	#banner .nav > div ol {float: right; width: 110px;overflow: hidden;  }
	.banner_menu a {color:#fff; font-size: 10px; transition: all 0.3s ;}

}

@media (max-width: 320px){

    #banner .nav > div ol li {padding-left: 3px; text-align: center;margin-right: 1px;}
	/*#banner .nav > div ol {float: right; width: 70px;overflow: hidden;  }*/
	#banner .nav > div ol {float: right; width: 100px;overflow: hidden;  }
	.banner_menu a {color:#fff; font-size: 9px; transition: all 0.3s ;}

    .movie_title li a {margin-right: 9px;}
    .quick_menu ul li {padding: 8px;}
    .quick_menu ul li span {left: 8px;}
    .quick_menu ul li strong {font-size: 16px;}
}


