@charset "utf-8";

	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

	@font-face {
		 font-family: 'S-CoreDream-7ExtraBold';
		 src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
		 font-weight: normal;
		 font-style: normal;
	}

	@font-face {
	 font-family: 'NanumBarunGothic';
	 font-style: normal;
	 font-weight: 300;
	 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
	 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
	}

	.nanumbarungothic * {
	 font-family: 'NanumBarunGothic', sans-serif;
	}

	#new_wrap {position: relative; height: 100%;}
	.progress-container {position: fixed; top: 250px; right: 100px; width: 1px; height: 230px; background: #ccc; z-index: 1000;}
	.progress-container:before {content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -20px; width: 9px; height: 5px; background: url("/images/lang_arrow2.png") center no-repeat; background-size: 100%;}
	.progress-bar {height: 0%; width: 1px; background: #e1052c;}
	.progress_btn {display: block;}

	#header {position: absolute; top: 0; left: 0; width: 100%; height: 100px; z-index: 30;}
	.head {position: relative; max-width: 1400px; height: 100px; margin: 0 auto;}
	.head h1 {position: absolute; top: 25px; left: 0;}
	.head h1 img.mob_logo {display: none;}
	.head h1 img.mob_logo_on {display: none;}
	.head h1 img.logo_on {display: none;}
	.gnb {position: absolute; left: 50%; transform: translateX(-50%);}
	.gnb > li {position: relative; float: left; height: 100px;}
	.gnb > li + li {margin-left: 120px;}
	.gnb > li > a {display: block; line-height: 100px; color: #fff; font-size: 19px; font-weight: 700;}
	.gnb_2depth {display: none; position: absolute; left: 50%; transform: translateX(-50%); padding: 40px 0; text-align: center; width: 150px;}
	.gnb_2depth li + li {margin-top: 15px;}
	.gnb_2depth li a {display: block; color: #acacac; font-size: 18px; line-height: 26px;}
	.gnb_2depth li:hover a {color: #e1052c;}
	.gnb > li:before {display: none; content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -7px; width: 15px; height: 13px; background: url("/images/navi_ic.png") center no-repeat; background-size: 100%;} 
	.head_bg {display: none; position: absolute; top: 100px; left: 0; width: 1920px; height: 280px; background: #fff; z-index: -1; border-top: 1px solid #e2e1e1;}
	.head_lang {position: absolute; top: 40px; right: 0;}
	.head_lang span {color: #fff; font-size: 19px; font-weight: 700; cursor: pointer;}
	.head_lang .head_lang_ic {display: inline-block; vertical-align: middle; width: 9px; height: 5px; margin-left: 5px; background: url("/images/lang_arrow.png") center no-repeat; background-size: 100%; }
	.head_lang ul {display: none; position: absolute; top: 40px; left: -17px; background: #000; padding: 15px 20px; border-radius: 5px;}
	.head_lang ul li {position: relative;}
	.head_lang ul li a {display: block; color: #fff; font-size: 19px; line-height: 25px; font-weight: 700;}
	.head_lang ul li + li {margin-top: 20px;} 
	.head_lang ul li + li:before {content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); width: 35px; height: 1px; background: rgba(255,255,255,0.5);} 
	.head_mob_btn {display: none;}
	.head_mob_menu {display: none;}

	.head_bg.on {display: block;}
	.gnb_2depth.on {display: block;}
	
	#header.on {background: #fff;}
	#header.on .head h1 img.logo_on {display: block;}
	#header.on .head h1 img.logo {display: none;}
	#header.on .gnb > li > a {color: #000;}
	#header.on .gnb > li:hover > a {color: #e1052c;}
	#header.on .gnb > li:hover:before {display: block;}
	#header.on .head_lang span {color: #000;}

	#header.on .head_lang .head_lang_ic {background: url("/images/lang_arrow_on.png") center no-repeat; background-size: 100%;}
	
	.visual {position: relative; height: 940px;}
	.visual_list.bg01 { height: 940px; background: url("/images/dp_visual_img1.jpg") center no-repeat; background-size: cover;}
	.visual_list.bg02 { height: 940px; background: url("/images/dp_visual_img2.jpg") center no-repeat; background-size: cover;}
	.visual_list.bg03 { height: 940px; background: url("/images/dp_visual_img3.jpg") center no-repeat; background-size: cover;}


	
	.vis_menu {position: absolute; bottom: 220px; right: 120px;}
	.vis_menu .d_vis_prev {display: inline-block; vertical-align: middle; width: 10px; height: 15px; background: url("/images/vis_prev.png") center no-repeat; background-size: 10px 15px; cursor: pointer; margin-left: 30px;}
	.vis_menu .d_vis_next {position: relative; display: inline-block; vertical-align: middle; width: 10px; height: 15px; background: url("/images/vis_next.png") center no-repeat; background-size: 10px 15px; cursor: pointer; margin-left: 30px;}
	.vis_menu .d_vis_next:before {content: ""; position: absolute; top: -2px; left: -15px; width: 1px; height: 20px; background: #fff;}
	.vis_menu .page_info {display: inline-block; vertical-align: middle;}
	.vis_menu .page_info .current_num {font-family: 'S-CoreDream-7ExtraBold'; font-size: 18px; color: #fff; line-height: 26px;}
	.vis_menu .page_info .total_num {font-family: 'S-CoreDream-7ExtraBold'; font-size: 18px; color: #fff; line-height: 26px; margin-left: 105px;}
	.visual .slider-progress {position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); margin-left: -40px; width:100%; max-width: 75px; height: 3px; background:rgba(255,255,255,0.5);  overflow:hidden; }
	.visual .slider-progress .progress {width:0%; height: 3px; background:#fff; position:absolute;}
	
	.visual .slider-progress2 .progress {background: #e1052c;}
	.visual .slider-progress.slider-progress2 {/* bottom: 345px; */ bottom: 310px; max-width: 1400px; margin-left: 0;}
	
	.visual_txt {position: absolute; bottom: 350px; left: 0; right: 0; max-width: 1400px; width: 100%; margin: auto;}
	.visual_txt p {font-family: 'NanumBarunGothic', sans-serif; color: #fff; font-size: 25px; line-height: 35px; font-weight: 300;}
	.visual_txt h2 {color: #fff; font-family: 'Montserrat', sans-serif; font-size: 65px; line-height: 75px; font-weight: 900;}
	
	.vis_menu2 {position: absolute; bottom: 0; left: 0; right: 0; margin: auto; max-width: 1400px; width: 100%;}
	.vis_menu2 > div {float: left;}
	.vis_menu2 .b_bmi_menu a {display: block; padding: 30px 70px 30px 40px; background: #005b9e; }
	.vis_menu2 .b_bmi_menu a h3 img {width: 159px}
	.vis_menu2 .b_bmi_menu a p {font-size: 18px; line-height: 26px; color: #fff; margin-top: 10px;}
	.vis_menu2 .vis_inquiry a {display: block; padding: 30px 70px 30px 40px; background: #e1052c; }
	.vis_menu2 .vis_inquiry h3 {font-family: 'Montserrat', sans-serif; color: #fff; font-size: 24px; line-height: 32px; font-weight: 900;}
	.vis_menu2 .vis_inquiry p {font-size: 18px; line-height: 26px; color: #fff; margin-top: 5px;}
	.vis_menu2 .vis_product a {display: block; padding: 30px 70px 30px 40px; background: #fff;}
	.vis_menu2 .vis_product h3 {font-family: 'Montserrat', sans-serif; color: #e1052c; font-size: 24px; line-height: 32px; font-weight: 900;}
	.vis_menu2 .vis_product p {font-size: 18px; line-height: 26px; color: #e1052c; margin-top: 5px;}

	.ui-bg {position: absolute; background: #fff; z-index: 4;}
	.ui-bg.ui-top-bg {top: 0; left: 0; width: 100%; height: 0; transition: all .5s ease-in; animation: ani01 .75s ease-in;}
	.ui-bg.ui-left-bg {top: 0; left: 0; width: 0; height: 100%; transition: all .5s ease-in; animation: ani02 .75s ease-in;}
	.ui-bg.ui-right-bg {top: 0; right: 0; width: 0; height: 100%; transition: all .5s ease-in; animation: ani02 .75s ease-in ;}

	@keyframes ani01 {
		0% {height: 100px;}
		100% {height: 0;}
	}

	@keyframes ani02 {
		0% {width: 100px;}
		100% {width: 0;}
	}


	.section1 {padding: 190px 0; background: url("/images/d_sec1_bg.jpg") center no-repeat; background-size: cover;}
	.inner {max-width: 1400px; margin: 0 auto;}
	.sec1_txt {text-align: center;}
	.sec1_txt h2 {font-family: 'Montserrat', sans-serif; color: #fff; font-size: 65px; line-height: 75px; font-weight: 900;}
	.sec1_txt p {color: #fff; font-size: 25px; line-height: 35px; font-weight: 300; margin-top: 10px;}
	.sec1_menu {margin-top: 100px;}
	.sec1_menu ul {position: relative;}
	.sec1_menu ul:after {content: ""; display: block; clear: both;}
	.sec1_menu ul li {position: relative; float: left; width: 25%; text-align: center; }
	.sec1_menu ul li a {display: block; padding: 25px 0;}
	.sec1_menu ul li + li:before {content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.5);}
	.sec1_menu ul li span {display: block; height: 70px;}
	.sec1_menu ul li dl {margin-top: 20px;}
	.sec1_menu ul li dl dt {font-family: 'Poppins', sans-serif; color: #fff; font-size: 30px; line-height: 38px; font-weight: 700;}
	.sec1_menu ul li dl dd {font-size: 24px; line-height: 32px; color: #fff; font-weight: 300; margin-top: 10px;}

	.d_sec2_wrap {position: relative; display: table; width: 100%; table-layout: fixed;background:url("/images/pattern.png") 0 0 repeat}
	.d_sec2_left {display: table-cell; vertical-align: top; padding-top: 150px; padding-left: 200px;}
	.d_sec2_left_txt h2 {font-family: 'Montserrat', sans-serif; color: #000; font-size: 65px; line-height: 75px; font-weight: 900;}
	.d_sec2_left_txt p {color: #000; font-size: 25px; line-height: 35px; font-weight: 300; margin-top: 10px;}
	.d_sec2_left .tabnav {margin-top: 120px;}
	.d_sec2_left .tabnav li + li {margin-top: 10px;}
	.d_sec2_left .tabnav li span {font-family: 'Poppins', sans-serif; display: inline-block; width: 60px; height: 60px; border: 1px solid #e0e0e0; text-align: center; line-height: 58px; font-weight: 900; font-size: 20px; margin-right: 20px;background:#fff}
	.d_sec2_left .tabnav li em {display: inline-block; vertical-align: middle; font-size: 25px; color: #000; width: 400px; padding-bottom: 10px;}
	.d_sec2_left .tabnav li.on a span {background: #e1052c; color: #fff; border: 1px solid #e1052c;}
	.d_sec2_left .tabnav li.on a em {border-bottom: 1px solid #e1052c; color: #e1052c; background: url("/images/sec2_arrow.png") right center no-repeat; background-size: 25px 17px;}
	.d_sec2_right {display: table-cell; vertical-align: middle;}
	.s_img {position: absolute; left: 0; right: 0; width: 100%; max-width: 810px; margin: auto; bottom: 50px; text-align: center;}
	.s_slide_list {position: relative; display: inline-block; width: 150px; height: 150px; cursor: pointer; margin: 0 7.5px; }
	.s_slide_list.dp_list1.on:before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); background: #e1052c url("/images/sec2_plus.png") center no-repeat; background-size: 39px; width: 100%; height: 100%; z-index: 1;}
	.s_slide_list.dp_list2.on:before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); background: #e1052c url("/images/sec2_plus.png") center no-repeat; background-size: 39px; width: 100%; height: 100%; z-index: 1;}
	.s_slide_list.dp_list3.on:before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); background: #e1052c url("/images/sec2_plus.png") center no-repeat; background-size: 39px; width: 100%; height: 100%; z-index: 1;}
	.s_slide_list img {position: relative; width: 100%;}
	.b_slide_list a {display: block; height: 940px;}
	.d_sec2_right .tabcontent {display: block; height: 940px; background: #f5f5f4 url("/images/d_sec2_img.jpg") center no-repeat; background-size: 100%;}
	.d_sec2_right .tabcontent.on {display: block; height: 940px; background: #f5f5f4 url("/images/d_sec2_img.jpg") center no-repeat; background-size: 100%}
	.d_sec2_right .tabcontent.on2 {display: block; height: 940px; background: #f5f5f4 url("/images/d_sec2_img2.jpg") center no-repeat; background-size: cover;}
	.d_sec2_right .tabcontent.on3 {display: block; height: 940px; background: url("/images/d_sec2_img3.jpg") center no-repeat; background-size: cover;}

	.section3 {height: 940px; padding: 220px 0; background: url("/images/sec3_bg.jpg") center no-repeat; background-size: cover;}
	.section3.on {background: url("/images/sec3_bg.jpg") center no-repeat; background-size: cover;}
	.section3.on2 {background: url("/images/sec3_bg2.jpg") center no-repeat; background-size: cover;}
	.section3.on3 {background: url("/images/sec3_bg3.jpg") center no-repeat; background-size: cover;}
	.section3 .tab-wrapper {display: table; width: 100%;}
	.section3 .tab-menu {display: table-cell; vertical-align: top; width: 12.85%;}
	.section3 .tab-menu li {vertical-align: middle; border-bottom: 1px solid rgba(255,255,255,0.5); font-size: 25px; color: #fff; font-weight: 300; height: 90px; padding: 30px 0 20px; background: url("/images/sec3_ic.png") right 40px no-repeat; background-size: 15px; cursor: pointer;}
	.section3 .tab-menu li.active {border-bottom: 2px solid #fff; font-weight: 700;}
	.section3 .tab-content {display: table-cell; vertical-align: top; width: 87.14%; padding-left: 150px;}
	.sec3_wrap {padding-top: 30px;}
	.sec3_wrap h3 {position: relative; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 65px; line-height: 75px; font-weight: 900;}
	.sec3_wrap h3.sec3_wrap_title {font-family: "Noto Sans KR",'Malgun Gothic', dotum, sans-serif;}
	.sec3_wrap h3:after {content: ""; display: block; width: 60px; height: 1px; background: #fff; margin: 30px 0;}
	.sec3_wrap .sec3_txt1 {color: #fff; font-size: 25px; line-height: 35px; font-weight: 300;}
	.sec3_wrap .sec3_txt2 {color: #fff; font-size: 18px; line-height: 26px; font-weight: 300; margin-top: 20px;}
	.sec3_wrap .sec3_txt_menu {margin-top: 30px;}
	.sec3_txt_menu h4 {color: #fff; font-size: 23px; line-height: 30px; font-weight: 700; margin-bottom: 5px;}
	.sec3_txt_menu span {display: inline-block; color: #fff; font-size: 20px;}
	.sec3_txt_menu span + span {margin-left: 30px;}
	.sec3_txt_menu span strong {font-size: 23px; font-weight: 700;}
	.sec3_txt_menu span .d_mail_ic {display: inline-block; vertical-align: middle; width: 16px; height: 12px; background: url("/images/d_mail_ic.png") center no-repeat; background-size: 100%; margin-right: 10px; margin-top: -5px;}
	.sec3_txt_menu span .d_call_ic {display: inline-block; vertical-align: middle; width: 15px; height: 16px; background: url("/images/d_call_ic.png") center no-repeat; background-size: 100%; margin-right: 10px; margin-top: -5px;}
	.sec3_wrap a.more {display: inline-block; height: 60px; border: 1px solid #fff; line-height: 58px; color: #fff; font-size: 20px; font-weight: 700; margin-top: 50px; padding: 0 30px;}
	.sec3_wrap a.more .more_view_ic {display: inline-block; vertical-align: middle; width: 23px; height: 11px; background: url("/images/more_view_ic.png") center no-repeat; background-size: 100%; margin-left: 70px;}
	.sec3_wrap a.more:hover {background: #fff; color: #000;}
	.sec3_wrap a.more:hover .more_view_ic {background: url("/images/more_view_ic_on.png") center no-repeat; background-size: 100%;}

	.section4 {padding: 180px 0 90px;background:url("/images/pattern.png") 0 0 repeat}
	.d_news_wrap {position: relative; height: 400px;}
	.d_news_wrap .news_arrow {position: absolute; top: 80px; cursor: pointer; z-index: 10;}
	.d_news_wrap .news_prev {left: -260px; background: url("/images/sec4_prev.png") center no-repeat; width: 10px; height: 15px; background-size: 100%;}
	.d_news_wrap .news_next {left: -230px; background: url("/images/sec4_next.png") center no-repeat; width: 10px; height: 15px; background-size: 100%;}
	.d_news_wrap .news_next:before {content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: -10px; width: 1px; height: 15px; background: #000;}
	.d_news_txt {display: inline-block;}
	.d_news_txt h3 {font-family: 'Montserrat', sans-serif; font-size: 45px; line-height: 55px; color: #000; font-weight: 900;}
	.d_news_txt a.more {display: inline-block; height: 55px; border: 1px solid #b5b5b5; line-height: 53px; border-radius: 50px; padding: 0 30px 0 40px; font-size: 19px; color: #000; margin-top: 70px;background:#fff}
	.d_news_txt a.more .dp_more_ic {display: inline-block; vertical-align: middle; width: 22px; height: 12px; background: url("/images/dp_more_ic.png") center no-repeat; background-size: 100%; margin-left: 10px; margin-top: -3px;}
	.d_news_slider {position: absolute; top: 0; right: 0;}
	.news_slider { margin: 0 -7.5px; width: 1150px;}
	.news_list {padding: 0 7.5px;}
	.news_list:hover .circle_txt {color: #e1052c;}
	.news_list:hover .circle {background: #e1052c url("/images/sec2_plus.png") center no-repeat; background-size: 22px;}
	.news_list a {position: relative; display: block; height: 405px; padding: 50px 30px;  z-index: 1}
	.news_list a:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #e5e5e5; border-top-right-radius: 50px; border-bottom-left-radius: 50px; z-index: -1;background:#fff}
	.news_list a:hover:before {border: 2px solid #e1052c;}
	.news_list h3 {color: #000; font-size: 25px; line-height: 1.4; height: 2.8em; display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
	.news_list .d_news_content {color: #777676; font-size: 20px; line-height: 1.4; height: 4.2em; display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; margin-top: 20px;}
	.news_list .date_txt {display: block; color: #9f9f9f; font-size: 17px; line-height: 23px; font-weight: 300; margin-top: 20px;}
	.news_list .circle_txt {display: inline-block; vertical-align: middle; font-size: 20px; line-height: 28px; color: #bebebe; font-weight: 900; margin-top: 30px;}
	.news_list .circle {display: inline-block; vertical-align: middle; margin-right: 10px; width: 55px; height: 55px; border-radius: 50%; background: #bebebe url("/images/sec2_plus.png") center no-repeat; background-size: 22px; }
	.d_notice_wrap {position: relative; margin-top: 90px; height: 220px;}
	.d_notice_wrap .notice_arrow {position: absolute; top: 80px; cursor: pointer; z-index: 10;}
	.d_notice_wrap .notice_prev {left: -500px; background: url("/images/sec4_prev.png") center no-repeat; width: 10px; height: 15px; background-size: 100%;}
	.d_notice_wrap .notice_next {left: -470px; background: url("/images/sec4_next.png") center no-repeat; width: 10px; height: 15px; background-size: 100%;}
	.d_notice_wrap .notice_next:before {content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: -10px; width: 1px; height: 15px; background: #000;}
	.d_notice_txt {display: inline-block;}
	.d_notice_txt h3 {font-family: 'Montserrat', sans-serif; font-size: 45px; line-height: 55px; color: #000; font-weight: 900;}
	.d_notice_txt a.more {display: inline-block; height: 55px; border: 1px solid #b5b5b5; line-height: 53px; border-radius: 50px; padding: 0 30px 0 40px; font-size: 19px; color: #000; margin-top: 70px;background:#fff}
	.d_notice_txt a.more .dp_more_ic {display: inline-block; vertical-align: middle; width: 22px; height: 12px; background: url("/images/dp_more_ic.png") center no-repeat; background-size: 100%; margin-left: 10px; margin-top: -3px;}
	.d_notice_slider {position: absolute; top: 0; right: 0; height: 200px; }
	.notice_slider {width: 900px; height: 200px;}
	.notice_slider .slick-list {height: 200px !important;}
	.notice_slider .slick-track {height: 200px !important;}
	.notice_list ul li {position: relative; padding: 30px 0; border-top: 1px solid #e5e5e5; background: url("/images/sec4_plus.png") 95% center no-repeat; background-size: 25px;}
	.notice_list ul li:hover {background: url("/images/sec4_plus_on.png") 95% center no-repeat; background-size: 25px;}
	.notice_list ul li + li { border-bottom: 1px solid #e5e5e5;}
	.notice_list ul li span {position: absolute; top: 50%; transform: translateY(-50%); left: 50px; font-family: 'Open Sans', sans-serif;  text-align: center; vertical-align: middle; color: #e1052c; font-weight: 700; font-size: 25px;}
	.notice_list ul li h3 {display: -webkit-box; text-align: left; vertical-align: middle; color: #0b1116; font-size: 24px; line-height: 1.4; height: 1.4em; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; padding-left: 180px; width: 90%;}

	#d_footer {padding: 70px 0; background: #000;}
	.foot {position: relative; max-width: 1400px; min-height: 110px; margin: 0 auto;}
	.foot h1 {position: absolute; top: 0; left: 0;}
	.foot_menu {padding-left: 250px;}
	.foot_menu ul li span {color: #a9a9a9; font-size: 16px;}
	.foot_menu ul li span strong {color: #d4d4d4; display: inline-block; margin-right: 10px;}
	.foot_menu ul li span em {display: inline-block; margin-right: 10px;}
	.foot_menu ul li span + span {margin-left: 10px;}
	.foot_menu p.copyright {color: #8e8e8e; font-size: 15px; line-height: 22px; margin-top: 20px;}
	.d_foot_site_menu {position: absolute; top: 0; right: 0; height: 50px;  border: 1px solid #8d8d8d; line-height: 48px;}
	.d_foot_site_menu > li {color: #8d8d8d; font-size: 16px; cursor: pointer; padding: 0 20px 0 20px;}
	.d_foot_site_menu > li .btn_ic {display: inline-block; vertical-align: middle; width: 9px; height: 7px; background: url("/images/foot_ic.png") center no-repeat; margin-left: 20px; background-size: 100%;}
	.d_foot_site_inner {display: none; position: absolute; bottom: 50px; left: 0; width: 100%; background: #000; border: 1px solid #8d8d8d; border-bottom: 0; padding: 30px 0; z-index: 10;}
	.d_foot_site_inner li {height: 30px;}
	.d_foot_site_inner li + li {margin-top: 10px;}
	.d_foot_site_inner li a {display: block; color: #8d8d8d; font-size: 16px; line-height: 30px; padding-left: 20px;}

	.foot_mob {display: none;}

	@media (max-width: 1430px) {
		.progress-container {top: 17.4825vw; right: 6.9930vw; height: 16.0839vw;}
		.progress-container:before {bottom: -1.3986vw; width: 0.6294vw; height: 0.3497vw;}

		#header {height: 6.9930vw; padding: 0 3.4965vw;}
		.head {height: 6.9930vw;}
		.head h1 {top: 1.7483vw;}
		.head h1 img {width: 9.2308vw;}
		.gnb > li {height: 6.9930vw;}
		.gnb > li + li {margin-left: 8.3916vw;}
		.gnb > li > a {line-height: 6.9930vw; font-size: 1.3287vw;}
		.head_lang {top: 2.7972vw;}
		.head_lang span {font-size: 1.3287vw;}
		.head_lang .head_lang_ic {margin-left: 0.3497vw;}
		.head_lang ul {top: 2.7972vw; left: -1.1888vw; padding: 1.0490vw 1.3986vw; border-radius: 0.3497vw;}
		.head_lang ul li a {font-size: 1.3287vw; line-height: 1.7483vw; }
		.head_lang ul li + li {margin-top: 1.3986vw;} 
		.head_lang ul li + li:before {top: -0.6993vw; width: 2.4476vw; } 

		.gnb_2depth {padding: 2.7972vw 0; width: 10.4895vw;}
		.gnb_2depth li + li {margin-top: 1.0490vw;}
		.gnb_2depth li a {font-size: 1.2587vw; line-height: 1.8182vw;}
		.gnb > li:before {bottom: -0.4895vw; width: 1.0490vw; height: 0.9091vw; } 
		.head_bg {top: 6.9930vw; height: 19.5804vw;}

		.visual { height: 65.7343vw;}
		.visual_list.bg01 { height: 65.7343vw;}
		.visual_list.bg02 { height: 65.7343vw;}
		.visual_list.bg03 { height: 65.7343vw;}
			
		.vis_menu {bottom: 15.3846vw; right: 4.5455vw;}
		.vis_menu .d_vis_prev {width: 0.6993vw; height: 1.0490vw; background-size: 0.6993vw 1.0490vw; cursor: pointer; margin-left: 2.0979vw;}
		.vis_menu .d_vis_next {width: 0.6993vw; height: 1.0490vw; background-size: 0.6993vw 1.0490vw; cursor: pointer; margin-left: 2.0979vw;}
		.vis_menu .d_vis_next:before { top: -0.1399vw; left: -1.0490vw; width: 0.0699vw; height: 1.3986vw;}
		.vis_menu .page_info .current_num {font-size: 1.2587vw;  line-height: 1.8182vw;}
		.vis_menu .page_info .total_num {font-size: 1.2587vw;  line-height: 1.8182vw; margin-left: 7.3427vw;}
		.visual .slider-progress {bottom: 0.6993vw; margin-left: -2.7972vw; width:100%; max-width: 5.2448vw; height: 0.2098vw; }
		.visual .slider-progress .progress {width:0%; height: 0.2098vw; }
	
		.visual .slider-progress.slider-progress2 {/* bottom: 24.1259vw; */ bottom: 21.6783vw;  margin-left: -0.8392vw; max-width: 89.5105vw;}
		/* .visual .slider-progress.slider-progress2 {margin-left: -0.8392vw; bottom: 24.1259vw; max-width: 89.5105vw;} */
		
		.visual_txt { bottom: 24.4755vw; left: 3.4965vw;}
		.visual_txt p { font-size: 1.7483vw; line-height: 2.4476vw;}
		.visual_txt h2 {font-size: 4.5455vw; line-height: 5.2448vw;}
		
		.vis_menu2 {left: 3.4965vw;}
		.vis_menu2 .b_bmi_menu a { padding: 2.0979vw 4.8951vw 2.0979vw 2.7972vw;}
		.vis_menu2 .b_bmi_menu a h3 img {width: 11.1189vw}
		.vis_menu2 .b_bmi_menu a p {font-size: 1.2587vw; line-height: 1.8182vw;  margin-top: 0.6993vw;}
		.vis_menu2 .vis_inquiry a {padding: 2.0979vw 4.8951vw 2.0979vw 2.7972vw;}
		.vis_menu2 .vis_inquiry h3 {font-size: 1.6783vw; line-height: 2.2378vw; }
		.vis_menu2 .vis_inquiry p {font-size: 1.2587vw; line-height: 1.8182vw;  margin-top: 0.3497vw;}
		.vis_menu2 .vis_product a { padding: 2.0979vw 4.8951vw 2.0979vw 2.7972vw;}
		.vis_menu2 .vis_product h3 {font-size: 1.6783vw; line-height: 2.2378vw; }
		.vis_menu2 .vis_product p {font-size: 1.2587vw; line-height: 1.8182vw;  margin-top: 0.3497vw;}

		.section1 {padding: 13.2867vw 3.4965vw;}
		.sec1_txt h2 {font-size: 4.5455vw; line-height: 5.2448vw; }
		.sec1_txt p {font-size: 1.7483vw; line-height: 2.4476vw;  margin-top: 0.6993vw;}
		.sec1_menu {margin-top: 6.9930vw;}
		.sec1_menu ul li {width: 25%;}
		.sec1_menu ul li a {padding: 1.7483vw 0;}
		.sec1_menu ul li span {height: 4.8951vw;}
		.sec1_menu ul li dl {margin-top: 1.3986vw;}
		.sec1_menu ul li dl dt {font-size: 2.0979vw; line-height: 2.6573vw; }
		.sec1_menu ul li dl dd {font-size: 1.6783vw; line-height: 2.2378vw;  margin-top: 0.6993vw;}
		/* .sec1_menu ul li:nth-child(1) img {width: 4.8951vw;}
		.sec1_menu ul li:nth-child(2) img {width: 4.0559vw;}
		.sec1_menu ul li:nth-child(3) img {width: 3.0769vw;}
		.sec1_menu ul li:nth-child(4) img {width: 4.1958vw;} */
		.sec1_menu ul li:nth-child(1) img {width: 2.7972vw;}
		.sec1_menu ul li:nth-child(2) img {width: 4.1958vw;}
		.sec1_menu ul li:nth-child(3) img {width: 4.8951vw;}
		.sec1_menu ul li:nth-child(4) img {width: 4.1958vw;}

		.d_sec2_left {padding-top: 10.4895vw; padding-left: 3.4965vw;}
		.d_sec2_left_txt h2 {font-size: 4.5455vw; line-height: 5.2448vw; }
		.d_sec2_left_txt p {font-size: 1.7483vw; line-height: 2.4476vw;  margin-top: 0.6993vw;}
		.d_sec2_left .tabnav {margin-top: 8.3916vw;}
		.d_sec2_left .tabnav li + li {margin-top: 0.6993vw;}
		.d_sec2_left .tabnav li span {width: 4.1958vw; height: 4.1958vw; line-height: 4.0559vw;  font-size: 1.3986vw; margin-right: 1.3986vw;}
		.d_sec2_left .tabnav li em {font-size: 1.7483vw;  width: 27.9720vw; padding-bottom: 0.6993vw;}
		.d_sec2_left .tabnav li.on a em {background-size: 1.7483vw 1.1888vw;}
		.s_img {max-width: 56.6434vw; bottom: 3.4965vw;}
		.s_slide_list {width: 10.4895vw; height: 10.4895vw; margin: 0 0.5245vw; }
		.s_slide_list:hover:before {background-size: 2.7273vw;}
		.s_slide_list.dp_list1.on:before {background-size: 2.7273vw;}
		.s_slide_list.dp_list2.on:before {background-size: 2.7273vw;}
		.s_slide_list.dp_list3.on:before {background-size: 2.7273vw;}
		.d_sec2_right .tabcontent { height: 65.7343vw; }

		.section3 {height: 65.7343vw; padding: 15.3846vw 3.4965vw;}
		.section3 .tab-menu {width: 12.85%;}
		.section3 .tab-menu li {font-size: 1.7483vw; height: 6.2937vw; padding: 2.0979vw 0 1.3986vw; background: url("/images/sec3_ic.png") right 2.7972vw no-repeat; background-size: 1.0490vw;}

		.section3 .tab-content {width: 87.14%; padding-left: 10.4895vw;}
		.sec3_wrap {padding-top: 2.0979vw;}
		.sec3_wrap h3 {font-size: 4.5455vw; line-height: 5.2448vw; }
		.sec3_wrap h3:after {width: 4.1958vw; margin: 2.0979vw 0;}
		.sec3_wrap .sec3_txt1 { font-size: 1.7483vw; line-height: 2.4476vw; }
		.sec3_wrap .sec3_txt2 { font-size: 1.2587vw; line-height: 1.8182vw; margin-top: 1.3986vw;}
		.sec3_wrap .sec3_txt_menu {margin-top: 2.0979vw;}
		.sec3_txt_menu h4 { font-size: 1.6084vw; line-height: 2.0979vw;  margin-bottom: 0.3497vw;}
		.sec3_txt_menu span {  font-size: 1.3986vw;}
		.sec3_txt_menu span + span {margin-left: 2.0979vw;}
		.sec3_txt_menu span strong {font-size: 1.6084vw; }
		.sec3_txt_menu span .d_mail_ic {width: 1.1189vw; height: 0.8392vw; margin-right: 0.6993vw; margin-top: -0.3497vw;}
		.sec3_txt_menu span .d_call_ic {width: 1.0490vw; height: 1.1189vw; margin-right: 0.6993vw; margin-top: -0.3497vw;}
		.sec3_wrap a.more { height: 4.1958vw; line-height: 4.0559vw;  font-size: 1.3986vw; margin-top: 3.4965vw; padding: 0 2.0979vw;}
		.sec3_wrap a.more .more_view_ic {width: 1.6084vw; height: 0.7692vw; margin-left: 4.8951vw;}

		.section4 {padding: 12.5874vw 3.4965vw 6.2937vw; padding-right: 0;}
		.d_news_wrap {height: 27.9720vw;}
		.d_news_wrap .news_arrow {top: 5.5944vw;}
		.d_news_wrap .news_prev {left: -18.5315vw; width: 0.6993vw; height: 1.0490vw;}
		.d_news_wrap .news_next {left: -15.7343vw; width: 0.6993vw; height: 1.0490vw;}
		.d_news_wrap .news_next:before {left: -1.0490vw; height: 1.0490vw;}
		.d_news_txt h3 {font-size: 3.1469vw; line-height: 3.8462vw;}
		.d_news_txt a.more { height: 3.8462vw; line-height: 3.7063vw; border-radius: 3.4965vw; padding: 0 2.0979vw 0 2.7972vw; font-size: 1.3287vw;  margin-top: 4.8951vw;}
		.d_news_txt a.more .dp_more_ic {width: 1.5385vw; height: 0.8392vw; margin-left: 0.6993vw; margin-top: -0.2098vw;}
		.d_news_slider {right: -3.4965vw}
		.news_slider { margin: 0 -0.5245vw; width: 80.4196vw;}
		.news_list {padding: 0 0.5245vw;}
		.news_list:hover .circle {background-size: 1.5385vw;}
		.news_list a {height: 28.3217vw; padding: 3.4965vw 2.0979vw; }
		.news_list a:before {border-top-right-radius: 3.4965vw; border-bottom-left-radius: 3.4965vw;}
		.news_list h3 { font-size: 1.7483vw;}
		.news_list .d_news_content {font-size: 1.3986vw; margin-top: 1.3986vw;}
		.news_list .date_txt {font-size: 1.1888vw; line-height: 1.6084vw; margin-top: 1.3986vw;}
		.news_list .circle_txt { font-size: 1.3986vw; line-height: 1.9580vw;  margin-top: 2.0979vw;}
		.news_list .circle { width: 3.8462vw; height: 3.8462vw; background-size: 1.5385vw; }
		.d_notice_wrap { margin-top: 6.2937vw; height: 15.3846vw;}
		.d_notice_slider {right: 3.4965vw; height: 13.9860vw; }
		.d_notice_wrap .notice_arrow {top: 5.5944vw;}
		.d_notice_wrap .notice_prev {left: -32.1678vw; width: 0.6993vw; height: 1.0490vw;}
		.d_notice_wrap .notice_next {left: -29.3706vw; width: 0.6993vw; height: 1.0490vw; }
		.d_notice_wrap .notice_next:before {left: -1.0490vw; height: 1.0490vw;}
		.d_notice_txt h3 {font-size: 3.1469vw; line-height: 3.8462vw;}
		.d_notice_txt a.more { height: 3.8462vw; line-height: 3.7063vw; border-radius: 3.4965vw; padding: 0 2.0979vw 0 2.7972vw; font-size: 1.3287vw;  margin-top: 4.8951vw;}
		.d_notice_txt a.more .dp_more_ic { width: 1.5385vw; height: 0.8392vw; margin-left: 0.6993vw; margin-top: -0.2098vw;}
		.d_notice_slider { top: 0; right: 0; }
		.notice_slider {width: 62.9371vw; height: 13.9860vw;}
		.notice_slider .slick-list {height: 13.9860vw !important;}
		.notice_slider .slick-track {height: 13.9860vw !important;}
		.notice_list ul li {padding: 2.0979vw 0; background-size: 1.7483vw;}
		.notice_list ul li:hover {background-size: 1.7483vw;}
		.notice_list ul li span {left: 3.4965vw; font-size: 1.7483vw;}
		.notice_list ul li h3 {font-size: 1.6783vw; padding-left: 12.5874vw;}

		#d_footer {padding: 4.8951vw 3.4965vw;}
		.foot {min-height: 7.6923vw;}
		.foot h1 img {width: 9.2308vw;}
		.foot_menu {padding-left: 17.4825vw;}
		.foot_menu ul li span { font-size: 1.1189vw;}
		.foot_menu ul li span strong {margin-right: 0.6993vw;}
		.foot_menu ul li span em { margin-right: 0.6993vw;}
		.foot_menu ul li span + span {margin-left: 0.6993vw;}
		.foot_menu p.copyright { font-size: 1.0490vw; line-height: 1.5385vw; margin-top: 1.3986vw;}
		.d_foot_site_menu {height: 3.4965vw; line-height: 3.3566vw;}
		.d_foot_site_menu > li {font-size: 1.1189vw; padding: 0 1.3986vw 0 1.3986vw;}
		.d_foot_site_menu > li .btn_ic {width: 0.6294vw; height: 0.4895vw; margin-left: 1.3986vw; }
		.d_foot_site_inner {bottom: 3.4965vw; padding: 2.0979vw 0;}
		.d_foot_site_inner li {height: 2.0979vw;}
		.d_foot_site_inner li + li {margin-top: 0.6993vw;}
		.d_foot_site_inner li a {font-size: 1.1189vw; line-height: 2.0979vw; padding-left: 1.3986vw;}

	}

	@media (max-width: 1200px) {
		.progress-container {top: 20.8333vw; right: 4.1667vw; height: 19.1667vw;}
		.progress-container:before {bottom: -1.6667vw; width: 0.7500vw; height: 0.4167vw;}

		#header {height: 8.3333vw; padding: 0 4.1667vw;}
		.head {height: 8.3333vw;}
		.head h1 {top: 2.0833vw;}
		.head h1 img {width: 11.0000vw;}
		.gnb {transform: translate(0); left: 20.8333vw;}
		.gnb > li {height: 8.3333vw;}
		.gnb > li + li {margin-left: 8.3333vw;}
		.gnb > li > a {line-height: 8.3333vw; font-size: 1.5833vw;}
		.head_lang {top: 3.3333vw;}
		.head_lang span {font-size: 1.5833vw;}
		.head_lang .head_lang_ic {margin-left: 0.4167vw;}
		.head_lang ul {top: 3.3333vw; left: -1.4167vw; padding: 1.2500vw 1.6667vw; border-radius: 0.4167vw;}
		.head_lang ul li a {font-size: 1.5833vw; line-height: 2.0833vw; }
		.head_lang ul li + li {margin-top: 1.6667vw;} 
		.head_lang ul li + li:before {top: -0.8333vw; width: 2.9167vw; } 

		.gnb_2depth {padding: 3.3333vw 0; width: 12.5000vw;}
		.gnb_2depth li + li {margin-top: 1.2500vw;}
		.gnb_2depth li a {font-size: 1.5000vw; line-height: 2.1667vw;}
		.gnb > li:before {bottom: -0.5833vw; width: 1.2500vw; height: 1.0833vw; } 
		.head_bg {top: 8.3333vw; height: 23.3333vw;}

		.visual { height: 78.3333vw;}
		.visual_list.bg01 { height: 78.3333vw;}
		.visual_list.bg02 { height: 78.3333vw;}
		.visual_list.bg03 { height: 78.3333vw;}
		.visual .slider-progress.slider-progress2 {display: none; max-width: 83.3333vw;}

		.vis_menu {display: none; bottom: 18.3333vw; right: 5.4167vw;}
		.vis_menu .d_vis_prev {width: 0.8333vw; height: 1.2500vw;  margin-left: 2.5000vw;}
		.vis_menu .d_vis_next {width: 0.8333vw; height: 1.2500vw; margin-left: 2.5000vw;}
		.vis_menu .d_vis_next:before { top: -0.1667vw; left: -1.2500vw; width: 0.0833vw; height: 1.6667vw;}
		.vis_menu .page_info .current_num {font-size: 1.5000vw;  line-height: 2.1667vw;}
		.vis_menu .page_info .total_num {font-size: 1.5000vw;  line-height: 2.1667vw; margin-left: 8.7500vw;}
		.visual .slider-progress {bottom: 0.8333vw; margin-left: -3.3333vw; width:100%; max-width: 6.2500vw; height: 0.2500vw; }
		.visual .slider-progress .progress {width:0%; height: 0.2500vw; }
	
	
		
		.visual_txt { bottom: 25.0000vw; left: 4.1667vw;}
		.visual_txt p { font-size: 2.0833vw; line-height: 2.9167vw;}
		.visual_txt h2 {font-size: 5.4167vw; line-height: 6.2500vw;}
		.vis_menu2 {left: 4.1667vw;}
		.vis_menu2 .b_bmi_menu a { padding: 2.5000vw 5.8333vw 2.5000vw 3.3333vw; }
		.vis_menu2 .b_bmi_menu a h3 img {width: 13.2500vw}
		.vis_menu2 .b_bmi_menu a p {font-size: 1.5000vw; line-height: 2.1667vw;  margin-top: 0.8333vw;}
		.vis_menu2 .vis_inquiry a {padding: 2.5000vw 5.8333vw 2.5000vw 3.3333vw;}
		.vis_menu2 .vis_inquiry h3 {font-size: 2.0000vw; line-height: 2.6667vw; }
		.vis_menu2 .vis_inquiry p {font-size: 1.5000vw; line-height: 2.1667vw;  margin-top: 0.4167vw;}
		.vis_menu2 .vis_product a { padding: 2.5000vw 5.8333vw 2.5000vw 3.3333vw;}
		.vis_menu2 .vis_product h3 {font-size: 2.0000vw; line-height: 2.6667vw; }
		.vis_menu2 .vis_product p {font-size: 1.5000vw; line-height: 2.1667vw;  margin-top: 0.4167vw;}

		.section1 {padding: 15.8333vw 4.1667vw;}
		.sec1_txt h2 {font-size: 5.4167vw; line-height: 6.2500vw; }
		.sec1_txt p {font-size: 2.0833vw; line-height: 2.9167vw;  margin-top: 0.8333vw;}
		.sec1_menu {margin-top: 8.3333vw;}
		.sec1_menu ul li {width: 25%; }
		.sec1_menu ul li a {padding: 2.0833vw 0;}
		.sec1_menu ul li span {height: 5.8333vw;}
		.sec1_menu ul li dl {margin-top: 1.6667vw;}
		.sec1_menu ul li dl dt {font-size: 2.3333vw; line-height: 3.1667vw; }
		.sec1_menu ul li dl dd {font-size: 2.0000vw; line-height: 2.6667vw;  margin-top: 0.8333vw;}
		.sec1_menu ul li:nth-child(1) img {width: 3.3333vw;}
		.sec1_menu ul li:nth-child(2) img {width: 5.0000vw;}
		.sec1_menu ul li:nth-child(3) img {width: 5.8333vw;}
		.sec1_menu ul li:nth-child(4) img {width: 5.0000vw;}

		.d_sec2_left {padding-top: 12.5000vw; padding-left: 4.1667vw;}
		.d_sec2_left_txt h2 {font-size: 5.4167vw; line-height: 6.2500vw; }
		.d_sec2_left_txt p {font-size: 2.0833vw; line-height: 2.9167vw;  margin-top: 0.8333vw; word-break: keep-all;}
		.d_sec2_left .tabnav {margin-top: 10.0000vw;}
		.d_sec2_left .tabnav li + li {margin-top: 0.8333vw;}
		.d_sec2_left .tabnav li span {width: 5.0000vw; height: 5.0000vw; line-height: 4.8333vw;  font-size: 1.6667vw; margin-right: 1.6667vw;}
		.d_sec2_left .tabnav li em {font-size: 2.0833vw;  width: 33.3333vw; padding-bottom: 0.8333vw;}
		.d_sec2_left .tabnav li a.on em {background-size: 2.0833vw 1.4167vw;}
		.s_img {max-width: 67.5000vw; bottom: 4.1667vw;}
		.s_slide_list {width: 12.5000vw; height: 12.5000vw; margin: 0 0.6667vw;}
		.s_slide_list.dp_list1.on:before {background-size: 3.2500vw;}
		.s_slide_list.dp_list2.on:before {background-size: 3.2500vw;}
		.s_slide_list.dp_list3.on:before {background-size: 3.2500vw;}
		.d_sec2_right .tabcontent { height: 78.3333vw; background: #f5f5f4 url("/images/d_sec2_1200_img.jpg") center no-repeat; background-size: 100%;}
		.d_sec2_right .tabcontent.on { height: 78.3333vw; background: #f5f5f4 url("/images/d_sec2_1200_img.jpg") center no-repeat; background-size: 100%; }
		.d_sec2_right .tabcontent.on2 { height: 78.3333vw; background: #f5f5f4 url("/images/d_sec2_1200_img2.jpg") center no-repeat; background-size: cover; }
		.d_sec2_right .tabcontent.on3 { height: 78.3333vw; background: url("/images/d_sec2_1200_img3.jpg") center no-repeat; background-size: cover; }


		.section3 {height: 78.3333vw; padding: 18.3333vw 4.1667vw;}
		.section3 .tab-menu {width: 12.85%;}
		.section3 .tab-menu li {font-size: 2.0833vw; height: 7.5000vw; padding: 2.5000vw 0 1.6667vw; background: url("/images/sec3_ic.png") right 3.3333vw no-repeat; background-size: 1.2500vw;}

		.section3 .tab-content {width: 87.14%; padding-left: 12.5000vw;}
		.sec3_wrap {padding-top: 2.5000vw;}
		.sec3_wrap h3 {font-size: 5.4167vw; line-height: 6.2500vw; }
		.sec3_wrap h3:after {width: 5.0000vw; margin: 2.5000vw 0;}
		.sec3_wrap .sec3_txt1 { font-size: 2.0000vw; line-height: 2.9167vw; }
		.sec3_wrap .sec3_txt2 { font-size: 1.5000vw; line-height: 2.1667vw; margin-top: 1.6667vw;}
		.sec3_wrap .sec3_txt_menu {margin-top: 2.5000vw;}
		.sec3_txt_menu h4 { font-size: 1.9167vw; line-height: 2.5000vw;  margin-bottom: 0.4167vw;}
		.sec3_txt_menu span {  font-size: 1.6667vw;}
		.sec3_txt_menu span + span {margin-left: 2.5000vw;}
		.sec3_txt_menu span strong {font-size: 1.9167vw; }
		.sec3_txt_menu span .d_mail_ic {width: 1.3333vw; height: 1.0000vw; margin-right: 0.8333vw; margin-top: -0.4167vw;}
		.sec3_txt_menu span .d_call_ic {width: 1.2500vw; height: 1.3333vw; margin-right: 0.8333vw; margin-top: -0.4167vw;}
		.sec3_wrap a.more { height: 5.0000vw; line-height: 4.8333vw;  font-size: 1.6667vw; margin-top: 4.1667vw; padding: 0 2.5000vw;}
		.sec3_wrap a.more .more_view_ic {width: 1.9167vw; height: 0.9167vw; margin-left: 5.8333vw;}

		.section4 {padding: 15.0000vw 4.1667vw 7.5000vw; padding-right: 0;}
		.d_news_wrap {height: 33.3333vw;}
		.d_news_wrap .news_arrow {top: 6.6667vw;}
		.d_news_wrap .news_prev {left: -20.0000vw; width: 0.8333vw; height: 1.2500vw;}
		.d_news_wrap .news_next {left: -16.6667vw; width: 0.8333vw; height: 1.2500vw;}
		.d_news_wrap .news_next:before {left: -1.2500vw; height: 1.2500vw;}
		.d_news_txt h3 {font-size: 3.7500vw; line-height: 4.5833vw;}
		.d_news_txt a.more { height: 4.5833vw; line-height: 4.4167vw; border-radius: 4.1667vw; padding: 0 2.5000vw 0 3.3333vw; font-size: 1.5833vw;  margin-top: 5.8333vw;}
		.d_news_txt a.more .dp_more_ic {  width: 1.8333vw; height: 1.0000vw; margin-left: 0.8333vw; margin-top: -0.2500vw;}
		.d_news_slider {right: -8.3333vw}
		.news_slider { margin: 0 -0.6667vw; width: 83.3333vw;}
		.news_list {padding: 0 0.6667vw;}
		.news_list:hover .circle {background-size: 1.8333vw;}
		.news_list a {height: 33.7500vw; padding: 4.1667vw 2.5000vw; }
		.news_list a:before {border-top-right-radius: 4.1667vw; border-bottom-left-radius: 4.1667vw;}
		.news_list h3 { font-size: 2.0833vw;}
		.news_list .d_news_content {font-size: 1.6667vw; margin-top: 1.6667vw;}
		.news_list .date_txt {font-size: 1.4167vw; line-height: 1.9167vw; margin-top: 1.6667vw;}
		.news_list .circle_txt { font-size: 1.6667vw; line-height: 2.3333vw;  margin-top: 2.5000vw;}
		.news_list .circle { width: 4.5833vw; height: 4.5833vw; background-size: 1.8333vw; }
		.d_notice_wrap { margin-top: 7.5000vw; height: 18.3333vw;}
		.d_notice_slider {right: 0; height: 16.6667vw;}
		.d_notice_wrap .notice_arrow {top: 6.6667vw;}
		.d_notice_wrap .notice_prev {left: -31.6667vw; width: 0.8333vw; height: 1.2500vw;}
		.d_notice_wrap .notice_next {left: -28.3333vw; width: 0.8333vw; height: 1.2500vw; }
		.d_notice_wrap .notice_next:before {left: -1.2500vw; height: 1.2500vw;}
		.d_notice_txt h3 {font-size: 2.9167vw; line-height: 3.7500vw;}
		.d_notice_txt a.more { height: 4.5833vw; line-height: 4.4167vw; border-radius: 4.1667vw; padding: 0 2.5000vw 0 3.3333vw; font-size: 1.5833vw;  margin-top: 5.8333vw;}
		.d_notice_txt a.more .dp_more_ic {  width: 1.8333vw; height: 1.0000vw; margin-left: 0.8333vw; margin-top: -0.2500vw;}
		.notice_slider {width: 62.5000vw; height: 16.6667vw;}
		.notice_slider .slick-list {height: 16.6667vw !important;}
		.notice_slider .slick-track {height: 16.6667vw !important;}
		.notice_list ul li {padding: 2.5000vw 0; background-size: 2.0833vw;}
		.notice_list ul li:hover {background-size: 2.0833vw;}
		.notice_list ul li span {left: 4.1667vw; font-size: 2.0833vw;}
		.notice_list ul li h3 {font-size: 2.0000vw; padding-left: 13.3333vw;}

		#d_footer {padding: 5.8333vw 4.1667vw;}
		.foot {min-height: 9.1667vw;}
		.foot h1 img {width: 11.0000vw;}
		.foot_menu {padding-left: 15.0000vw;}
		.foot_menu ul li span { font-size: 1.3333vw;}
		.foot_menu ul li span strong {margin-right: 0.8333vw;}
		.foot_menu ul li span em { margin-right: 0.8333vw;}
		.foot_menu ul li span + span {margin-left: 0.8333vw;}
		.foot_menu p.copyright { font-size: 1.2500vw; line-height: 1.8333vw; margin-top: 1.6667vw;}
		.d_foot_site_menu {height: 4.1667vw; line-height: 4.0000vw;}
		.d_foot_site_menu > li {font-size: 1.3333vw; padding: 0 1.6667vw 0 1.6667vw;}
		.d_foot_site_menu > li .btn_ic {width: 0.7500vw; height: 0.5833vw; margin-left: 1.6667vw; }
		.d_foot_site_inner {bottom: 4.1667vw; padding: 2.5000vw 0;}
		.d_foot_site_inner li {height: 2.5000vw;}
		.d_foot_site_inner li + li {margin-top: 0.8333vw;}
		.d_foot_site_inner li a {font-size: 1.3333vw; line-height: 2.5000vw; padding-left: 1.6667vw;}
	
	}

	@media (max-width: 1024px) {
		.progress-container {top: 24.4141vw; right: 4.8828vw; height: 22.4609vw;}
		.progress-container:before {bottom: -1.9531vw; width: 0.8789vw; height: 0.4883vw;}

		#header {height: 8.3008vw; padding: 0 3.9063vw;}
		.head {height: 8.3008vw;}
		.head h1 {top: 50%;transform: translateY(-50%);}
		.head h1 img {width: 12.8906vw;}
		.gnb {left: 21.4844vw;}
		.gnb > li {height: 8.3008vw;}
		.gnb > li + li {margin-left: 9.7656vw;}
		.gnb > li > a {line-height: 8.3008vw; font-size: 1.5625vw;}
		.head_lang {top: 50%;transform: translateY(-50%);}
		.head_lang span {font-size: 1.5625vw;}
		.head_lang .head_lang_ic {margin-left: 0.4883vw;}
		.head_lang ul {top: 3.9063vw; left: -1.6602vw; padding: 1.4648vw 1.9531vw; border-radius: 0.4883vw;}
		.head_lang ul li a {font-size: 1.5625vw; line-height: 2.4414vw; }
		.head_lang ul li + li {margin-top: 1.9531vw;} 
		.head_lang ul li + li:before {top: -0.9766vw; width: 3.4180vw; } 

		.gnb_2depth {padding: 3.9063vw 0; width: 14.6484vw;}
		.gnb_2depth li + li {margin-top: 1.4648vw;}
		.gnb_2depth li a {font-size: 1.7578vw; line-height: 2.5391vw;}
		.gnb > li:before {bottom: -0.6836vw; width: 1.4648vw; height: 1.2695vw; } 
		.head_bg {top: 8.3008vw; height: 27.3438vw;}

		.visual { height: 78.4180vw;}
		.visual_list.bg01 { height: 78.4180vw; background: url("/images/dp_visual_1024_img1.jpg") center no-repeat; background-size: cover;}
		.visual_list.bg02 { height: 78.4180vw; background: url("/images/dp_visual_1024_img2.jpg") center no-repeat; background-size: cover;}
		.visual_list.bg03 { height: 78.4180vw; background: url("/images/dp_visual_1024_img3.jpg") center no-repeat; background-size: cover;}

		.visual .slider-progress.slider-progress2 { max-width: 68.3594vw;}
		
		.visual_txt { bottom: 24.4141vw; left: 3.9063vw;}
		.visual_txt p { font-size: 2.0508vw; line-height: 2.9297vw;}
		.visual_txt h2 {font-size: 5.3711vw; line-height: 6.3477vw;}
		.vis_menu2 {left: 0; width: 100%;}
		.vis_menu2 > div {float: left; width: 33.33%; height: 13.6719vw;}
		.vis_menu2 .b_bmi_menu a { padding: 3.9063vw; height: 100%;}
		.vis_menu2 .b_bmi_menu a h3 img {width: 15.5273vw}
		.vis_menu2 .b_bmi_menu a p {font-size: 1.7578vw; line-height: 2.5391vw;  margin-top: 0.9766vw;}
		.vis_menu2 .vis_inquiry a {padding: 3.9063vw; height: 100%;}
		.vis_menu2 .vis_inquiry h3 {font-size: 1.9531vw; line-height: 2.7344vw; }
		.vis_menu2 .vis_inquiry p {font-size: 1.4648vw; line-height: 2.1484vw;  margin-top: 0.4883vw;}
		.vis_menu2 .vis_product a { padding: 3.9063vw; height: 100%;}
		.vis_menu2 .vis_product h3 {font-size: 1.9531vw; line-height: 2.7344vw; }
		.vis_menu2 .vis_product p {font-size: 1.4648vw; line-height: 2.1484vw;  margin-top: 0.4883vw;}

		.section1 {padding: 15.6250vw 3.9063vw; background: url("/images/d_sec1_1024_bg.jpg") center no-repeat; background-size: cover;}
		.sec1_txt h2 {font-size: 5.3711vw; line-height: 6.3477vw; }
		.sec1_txt p {font-size: 2.0508vw; line-height: 3.1250vw;  margin-top: 0.9766vw;}
		.sec1_menu {margin-top: 7.8125vw;}
		.sec1_menu ul li {width: 25%;}
		.sec1_menu ul li a {padding: 2.4414vw 0;}
		.sec1_menu ul li span {height: 7.8125vw;}
		.sec1_menu ul li dl {margin-top: 1.9531vw;}
		.sec1_menu ul li dl dt {font-size: 2.3438vw; line-height: 3.1250vw; }
		.sec1_menu ul li dl dd {font-size: 1.8555vw; line-height: 2.4414vw;  margin-top: 0.9766vw;}
		.sec1_menu ul li:nth-child(1) img {width: 3.9063vw;}
		.sec1_menu ul li:nth-child(2) img {width: 5.8594vw;}
		.sec1_menu ul li:nth-child(3) img {width: 6.8359vw;}
		.sec1_menu ul li:nth-child(4) img {width: 5.8594vw;}

		.d_sec2_left {padding-top: 14.6484vw; padding-left: 3.9063vw;}
		.d_sec2_left_txt h2 {font-size: 5.3711vw; line-height: 6.3477vw; }
		.d_sec2_left_txt p {font-size: 2.0508vw; line-height: 2.9297vw;  margin-top: 0.9766vw;}
		.d_sec2_left .tabnav {margin-top: 9.7656vw;}
		.d_sec2_left .tabnav li + li {margin-top: 0.9766vw;}
		.d_sec2_left .tabnav li span {width: 4.8828vw; height: 4.8828vw; line-height: 4.6875vw;  font-size: 1.6602vw; margin-right: 0.9766vw;}
		.d_sec2_left .tabnav li em {font-size: 2.0508vw;  width: 29.2969vw; padding-bottom: 0.9766vw;}
		.d_sec2_left .tabnav li a.on em {background-size: 2.4414vw 1.6602vw;}
		.s_img {max-width: 79.1016vw; bottom: 4.8828vw;}
		.s_slide_list {width: 14.6484vw; height: 14.6484vw; margin: 0 0.5859vw;}
		.s_slide_list.dp_list1.on:before {background-size: 3.8086vw;}
		.s_slide_list.dp_list2.on:before {background-size: 3.8086vw;}
		.s_slide_list.dp_list3.on:before {background-size: 3.8086vw;}
		.b_slide_list a { }
		.d_sec2_right .tabcontent {height: 78.4180vw; background: #f5f5f4 url("/images/d_sec2_1024_img.jpg") center no-repeat; background-size: 100%;}
		.d_sec2_right .tabcontent.on {height: 78.4180vw; background: #f5f5f4 url("/images/d_sec2_1024_img.jpg") center no-repeat; background-size: 100%;}
		.d_sec2_right .tabcontent.on2 {height: 78.4180vw; background: #f5f5f4 url("/images/d_sec2_1024_img2.jpg") center no-repeat; background-size: cover;}
		.d_sec2_right .tabcontent.on3 {height: 78.4180vw; background: url("/images/d_sec2_1024_img3.jpg") center no-repeat; background-size: cover;}

		.section3 {height: 78.4180vw; padding: 19.5313vw 3.9063vw; background: url("/images/sec3_1024_bg.jpg") center no-repeat; background-size: cover;}
		.section3.on {background: url("/images/sec3_1024_bg.jpg") center no-repeat; background-size: cover;}
		.section3.on2 {background: url("/images/sec3_1024_bg2.jpg") center no-repeat; background-size: cover;}
		.section3.on3 {background: url("/images/sec3_1024_bg3.jpg") center no-repeat; background-size: cover;}

		.section3 .tab-menu {width: 17.021%;}
		.section3 .tab-menu li {font-size: 2.0508vw; height: 5.8594vw; padding: 1.9531vw 0 0.9766vw; background: url("/images/sec3_ic.png") right 1.9531vw no-repeat; background-size: 1.4648vw;}
		.section3 .tab-content {width: 82.97%; padding-left: 11.7188vw;}
		.sec3_wrap {padding-top: 2.9297vw;}
		.sec3_wrap h3 {font-size: 5.3711vw; line-height: 6.3477vw; }
		.sec3_wrap h3:after {width: 4.8828vw; margin: 2.9297vw 0;}
		.sec3_wrap .sec3_txt1 { font-size: 1.9531vw; line-height: 2.9297vw; }
		.sec3_wrap .sec3_txt2 { font-size: 1.3672vw; line-height: 2.4414vw; margin-top: 1.9531vw;}
		.sec3_wrap .sec3_txt_menu {margin-top: 2.9297vw;}
		.sec3_txt_menu h4 { font-size: 1.8555vw; line-height: 2.4414vw;  margin-bottom: 0.4883vw;}
		.sec3_txt_menu span {  font-size: 1.6602vw;}
		.sec3_txt_menu span + span {margin-left: 1.9531vw;}
		.sec3_txt_menu span strong {font-size: 1.7578vw; }
		.sec3_txt_menu span .d_mail_ic {width: 1.5625vw; height: 1.1719vw; margin-right: 0.9766vw; margin-top: -0.4883vw;}
		.sec3_txt_menu span .d_call_ic {width: 1.4648vw; height: 1.5625vw; margin-right: 0.9766vw; margin-top: -0.4883vw;}
		.sec3_wrap a.more { height: 4.8828vw; line-height: 4.6875vw;  font-size: 1.6602vw; margin-top: 2.9297vw; padding: 0 1.9531vw;}
		.sec3_wrap a.more .more_view_ic {width: 2.2461vw; height: 1.0742vw; margin-left: 4.8828vw;}

		.section4 {padding: 15.6250vw 3.9063vw 6.8359vw; padding-right: 0;}
		.d_news_wrap {height: 33.2031vw;}
		.d_news_wrap .news_arrow {top: 7.8125vw;}
		.d_news_wrap .news_prev {left: -15.6250vw; width: 0.9766vw; height: 1.4648vw;}
		.d_news_wrap .news_next {left: -11.7188vw; width: 0.9766vw; height: 1.4648vw;}
		.d_news_wrap .news_next:before {left: -1.4648vw; height: 1.4648vw;}
		.d_news_txt h3 {font-size: 3.7109vw; line-height: 4.3945vw;}
		.d_news_txt a.more { height: 5.3711vw;  line-height: 5.1758vw; border-radius: 4.8828vw; padding: 0 2.9297vw 0 3.9063vw; font-size: 1.8555vw;  margin-top: 6.8359vw;}
		.d_news_txt a.more .dp_more_ic {  width: 2.1484vw; height: 1.1719vw;  margin-left: 0.9766vw; margin-top: -0.2930vw;}
		.d_news_slider {right: -3.9063vw}
		.news_slider { margin: 0 -0.7813vw; width: 83.0078vw;}
		.news_list {padding: 0 0.7813vw;}
		.news_list:hover .circle {background-size: 2.1484vw;}
		.news_list a {height: 34.1797vw; padding: 4.8828vw 2.9297vw; }
		.news_list a:before {border-top-right-radius: 4.8828vw; border-bottom-left-radius: 4.8828vw;}
		.news_list h3 { font-size: 2.0508vw;}
		.news_list .d_news_content {font-size: 1.9531vw; margin-top: 1.9531vw;}
		.news_list .date_txt {font-size: 1.3672vw; line-height: 1.9531vw; margin-top: 1.9531vw;}
		.news_list .circle_txt { font-size: 1.9531vw; line-height: 2.7344vw;  margin-top: 2.9297vw;}
		.news_list .circle { width: 4.8828vw; height: 4.8828vw; background-size: 2.1484vw;}
		.d_notice_wrap { margin-top: 6.8359vw; height: 29.2969vw;}
		.d_notice_slider {position: static; right: 3.9063vw; height: 19.5313vw; margin-top: 4.8828vw;}
		.d_notice_wrap .notice_arrow {top: -6.8359vw;}
		.d_notice_wrap .notice_prev {right: 22.4609vw; left: auto; width: 0.9766vw; height: 1.4648vw;}
		.d_notice_wrap .notice_next {right: 18.5547vw; left: auto; width: 0.9766vw; height: 1.4648vw; }
		.d_notice_wrap .notice_next:before {left: -1.4648vw; height: 1.4648vw;}
		.d_notice_txt h3 {font-size: 3.7109vw; line-height: 4.3945vw;}
		.d_notice_txt a.more {position: absolute; top: -6.8359vw; right: 0; height: 5.3711vw; line-height: 5.1758vw; border-radius: 4.8828vw; padding: 0 2.9297vw 0 3.9063vw; font-size: 1.8555vw;  margin-top: 6.8359vw;}
		.d_notice_txt a.more .dp_more_ic {  width: 2.1484vw; height: 1.1719vw; margin-left: 0.9766vw; margin-top: -0.2930vw;}
		.notice_slider {width: 92.1875vw; height: 19.5313vw;}
		.notice_slider .slick-list {height: 19.5313vw !important;}
		.notice_slider .slick-track {height: 19.5313vw !important;}
		.notice_list ul li {padding: 2.9297vw 0; background-size: 2.4414vw;}
		.notice_list ul li:hover {background-size: 2.4414vw;}
		.notice_list ul li span {left: 3.9063vw; font-size: 2.0508vw;}
		.notice_list ul li h3 {font-size: 1.9531vw; padding-left: 12.6953vw;}
	
		#d_footer {padding: 5.8594vw 3.9063vw;}
		.foot {min-height: 8.7891vw;}
		.foot h1 img {width: 12.8906vw;}
		.foot_menu {padding-left: 16.6016vw;}
		.foot_menu ul li span { font-size: 1.2695vw;}
		.foot_menu ul li span strong {margin-right: 0.9766vw;}
		.foot_menu ul li span em { margin-right: 0.9766vw;}
		.foot_menu ul li span + span {margin-left: 0.9766vw;}
		.foot_menu p.copyright { font-size: 1.2695vw; line-height: 2.1484vw; margin-top: 1.9531vw;}
		.d_foot_site_menu {height: 4.3945vw; line-height: 4.1992vw;}
		.d_foot_site_menu > li {font-size: 1.3672vw; padding: 0 1.4648vw 0 1.4648vw;}
		.d_foot_site_menu > li .btn_ic {width: 0.8789vw; height: 0.6836vw; margin-left: 1.9531vw; }
		.d_foot_site_inner {bottom: 4.8828vw; padding: 2.9297vw 0;}
		.d_foot_site_inner li {height: 2.9297vw;}
		.d_foot_site_inner li + li {margin-top: 0.9766vw;}
		.d_foot_site_inner li a {font-size: 1.3672vw; line-height: 2.9297vw; padding-left: 1.9531vw;}
	
	}

	@media (max-width: 768px) {
		.gnb {display: none;}

		.progress-container {display: none;}

		#header {height: 16.9271vw; padding: 0 2.6042vw;}
		#header.on .head h1 img.logo_on {display: none;}
		#header.on .head h1 img.mob_logo_on {display: inline-block;}
		#header.on .head h1 img.mob_logo {display: none;}
		#header.on .head_mob_btn {background :url("/images/head_mob_btn_on.png") center no-repeat; background-size: 100%;}

		.head {height: 16.9271vw;}
		.head h1 {top: 50%;transform: translateY(-50%);}
		.head h1 img.mob_logo {display: inline-block;}
		.head h1 img.logo {display: none;}
		.head h1 img {width: 22.1354vw;}
		.head_lang {top: 50%;transform: translateY(-50%); right: 9.1146vw;}
		.head_lang span {font-size: 3.1250vw;}
		.head_lang .head_lang_ic {margin-left: 0.4883vw;}
		.head_lang ul {top: 7.8125vw; left: -2.2135vw; padding: 1.9531vw 2.6042vw; border-radius: 0.6510vw;}
		.head_lang ul li a {font-size: 3.1250vw; line-height: 4.1667vw; }
		.head_lang ul li + li {margin-top: 2.6042vw;} 
		.head_lang ul li + li:before {top: -1.3021vw; width: 4.5573vw; } 
		.head_mob_btn {display: block; position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 5.2083vw; height: 1.9531vw; background: url("/images/head_mob_btn.png") center no-repeat; background-size: 100%; cursor: pointer;}

		.head_mob_menu.on {display: block;}
		.head_mob_menu {display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1200;}
		.head_mob_inner {position: relative; float: right; width: 75.5208vw; height: 100%; background: #fff; }
		.head_mob_bg {position: relative; width: 100%; height: 22.1354vw; background: #e1052c; }
		.head_mob_bg h1 {position: absolute; top: 50%; transform: translateY(-50%); left: 6.5104vw;}
		.head_mob_inner h1 img {width: 24.7396vw;}
		.mob_close_btn {position: absolute; top: 50%; transform: translateY(-50%); right: 6.5104vw; width: 3.9063vw; height: 3.6458vw; background: url("/images/close_btn.png") center no-repeat; background-size: 100%; cursor: pointer;}
		.accordion > li:last-child {border-bottom: 1px solid #e1e1e1;}
		.accordion .link {position: relative; cursor: pointer; padding: 0 6.5104vw; display: block;  color: #000;  font-size: 4.5573vw;  font-weight: 900; border-top: 1px solid #e1e1e1; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease;  transition: all 0.4s ease; height: 13.0208vw; line-height: 12.7604vw;  background: url("/images/head_mob_arrow.png") 95% center no-repeat; background-size: 3.2552vw 1.6927vw;}
		.accordion .link a {display: block;}
		.accordion li.open .link { color: #e1052c; background: url("/images/head_mob_arrow_on.png") 95% center no-repeat; background-size: 3.2552vw 1.6927vw; border-bottom: 0;}
		.submenu {display: none;  padding: 5.2083vw 6.5104vw; border-top: 1px solid #e1e1e1; background: #fdedf0;}
		.submenu li + li {margin-top: 2.6042vw;}
		.submenu a {display: block;  color: #3d3d3d;  font-size: 3.3854vw;  line-height: 4.6875vw;  -webkit-transition: all 0.25s ease;  -o-transition: all 0.25s ease;  transition: all 0.25s ease;}
		.submenu a:hover { color: #e1052c;}

		.visual { height: 104.1667vw;}
		.visual_list.bg01 { height: 104.1667vw; background: url("/images/dp_visual_mob_img1.jpg") center no-repeat; background-size: cover;}
		.visual_list.bg02 { height: 104.1667vw; background: url("/images/dp_visual_mob_img2.jpg") center no-repeat; background-size: cover;}
		.visual_list.bg03 { height: 104.1667vw; background: url("/images/dp_visual_mob_img3.jpg") center no-repeat; background-size: cover;}
		.visual .slider-progress.slider-progress2 { max-width: 91.1458vw;}
		
		.visual_txt { bottom: 32.5521vw; left: 2.6042vw;}
		.visual_txt p { font-size: 3.2552vw; line-height: 4.5573vw;}
		.visual_txt h2 {font-size: 7.5521vw; line-height: 9.1146vw;}
		.vis_menu {display: none;}
		.vis_menu2 {left:0;}
		.vis_menu2 > div {height: 23.4375vw;}
		.vis_menu2 .b_bmi_menu a { padding: 5.2083vw 2.60vw; }
		.vis_menu2 .b_bmi_menu a h3 img {width: 20.7031vw}
		.vis_menu2 .b_bmi_menu a p {font-size: 3.1250vw; line-height: 4.1667vw;  margin-top: 1.3021vw; word-break: keep-all;}
		.vis_menu2 .vis_inquiry a {padding: 5.2083vw 2.60vw;}
		.vis_menu2 .vis_inquiry h3 {font-size: 3.3854vw; line-height: 4.4271vw; }
		.vis_menu2 .vis_inquiry p {font-size: 3.1250vw; line-height: 4.1667vw;  margin-top: 0.6510vw;}
		.vis_menu2 .vis_product a { padding: 5.2083vw 2.60vw;}
		.vis_menu2 .vis_product h3 {font-size: 3.3854vw; line-height: 4.4271vw; }
		.vis_menu2 .vis_product p {font-size: 3.1250vw; line-height: 4.1667vw;  margin-top: 0.6510vw;}

		.ui-bg.ui-top-bg {animation: ani01 1.25s ease-in;}
		.ui-bg.ui-left-bg {animation: ani02 1.25s ease-in;}
		.ui-bg.ui-right-bg {animation: ani02 1.25s ease-in ;}

		@keyframes ani01 {
			0% {height: 13.0208vw;}
			100% {height: 0;}
		}

		@keyframes ani02 {
			0% {width: 13.0208vw;}
			100% {width: 0;}
		}

		.section1 {padding: 20.8333vw 2.6042vw; background: url("/images/d_sec1_mob_bg.jpg") center no-repeat; background-size: cover;}
		.sec1_txt h2 {font-size: 8.4635vw; line-height: 9.7656vw; }
		.sec1_txt p {font-size: 3.2552vw; line-height: 4.5573vw;  margin-top: 1.3021vw; word-break: keep-all;}
		.sec1_menu {margin-top: 7.8125vw;}
		.sec1_menu ul li {width: 50%;}
		.sec1_menu ul li a {padding: 5.2083vw 0;}
		.sec1_menu ul li span {height: 12.3698vw;}
		.sec1_menu ul li dl {margin-top: 0;}
		.sec1_menu ul li dl dt {font-size: 3.9063vw; line-height: 4.6875vw; }
		.sec1_menu ul li dl dd {font-size: 3.2552vw; line-height: 4.4271vw;  margin-top: 1.3021vw;}
		.sec1_menu ul li:nth-child(1) img {width: 5.2083vw;}
		.sec1_menu ul li:nth-child(2) img {width: 7.8125vw;}
		.sec1_menu ul li:nth-child(3) img {width: 9.1146vw;}
		.sec1_menu ul li:nth-child(4) img {width: 7.8125vw;}
		.sec1_menu ul li:nth-child(3):before {display: none;}
		.sec1_menu ul li:nth-child(n+3):after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.5);}

		.d_sec2_left {display: block; width: 100%; padding: 19.5313vw 2.6042vw 10.4167vw;}
		.d_sec2_left_txt h2 {font-size: 8.4635vw; line-height: 9.7656vw; }
		.d_sec2_left_txt p {font-size: 3.2552vw; line-height: 4.4271vw;  margin-top: 1.3021vw;}
		.d_sec2_left .tabnav {margin-top: 6.5104vw;}
		.d_sec2_left .tabnav li + li {margin-top: 1.3021vw;}
		.d_sec2_left .tabnav li span {width: 7.8125vw; height: 7.8125vw; line-height: 7.5521vw;  font-size: 3.1250vw; margin-right: 1.3021vw;}
		.d_sec2_left .tabnav li em {font-size: 3.2552vw;  width: 75.5208vw; padding-bottom: 1.3021vw;}
		.d_sec2_left .tabnav li a.on em {background-size: 3.2552vw 2.2135vw;}
		.d_sec2_right {display: block; width: 100%;}
		.s_img {display: none;}
		.d_sec2_right .tabcontent { height: 72.9167vw; background: #f5f5f4 url("/images/d_sec2_mob_img.jpg") center no-repeat; background-size: 100%;}
		.d_sec2_right .tabcontent.on { height: 72.9167vw; background: #f5f5f4 url("/images/d_sec2_mob_img.jpg") center no-repeat; background-size: 100%;}
		.d_sec2_right .tabcontent.on2 {height: 72.9167vw; background: #f5f5f4 url("/images/d_sec2_mob_img2.jpg") center no-repeat; background-size: cover;}
		.d_sec2_right .tabcontent.on3 { height: 72.9167vw; background: url("/images/d_sec2_mob_img3.jpg") center no-repeat; background-size: cover;}

	

		.section3 {position: relative; height: 122.3958vw; padding: 20.8333vw 2.6042vw; background: url("/images/sec3_mob_bg.jpg") center no-repeat; background-size: cover;}
		.section3.on {background: url("/images/sec3_mob_bg.jpg") center no-repeat; background-size: cover;}
		.section3.on2 {background: url("/images/sec3_mob_bg2.jpg") center no-repeat; background-size: cover;}
		.section3.on3 {background: url("/images/sec3_mob_bg3.jpg") center no-repeat; background-size: cover;}

		.section3 .tab-menu {position: absolute; width: 100%; left: 2.6042vw; bottom: 26.0417vw}
		.section3 .tab-menu li {float: left; font-size: 3.2552vw; width: 26.0417vw; height: 7.8125vw; padding: 2.6042vw 0 1.3021vw; background: url("/images/sec3_ic.png") right 3.9063vw no-repeat; background-size: 1.9531vw;}
		.section3 .tab-menu li + li {margin-left: 3.9063vw;}
		.section3 .tab-content {width: 100%; padding-left: 0;}
		.sec3_wrap {padding-top: 3.9063vw;}
		.sec3_wrap h3 {font-size: 8.4635vw; line-height: 9.7656vw; }
		.sec3_wrap h3:after {width: 7.8125vw; margin: 3.9063vw 0;}
		.sec3_wrap .sec3_txt1 { font-size: 3.2552vw; line-height: 4.5573vw; word-break: keep-all;}
		.sec3_wrap .sec3_txt1 br.pc_br {display: none;}
		.sec3_wrap .sec3_txt2 { font-size: 3.1250vw; line-height: 4.1667vw; margin-top: 2.6042vw; word-break: keep-all;}
		.sec3_wrap .sec3_txt2 br.pc_br {display: none;}
		.sec3_wrap .sec3_txt_menu {margin-top: 3.9063vw;}
		.sec3_txt_menu h4 { font-size: 3.3854vw; line-height: 4.5573vw;  margin-bottom: 0.6510vw;}
		.sec3_txt_menu span {display: block;  font-size: 2.6042vw;}
		.sec3_txt_menu span + span {margin-left: 0;}
		.sec3_txt_menu span strong {font-size: 3.2552vw; }
		.sec3_txt_menu span .d_mail_ic {width: 2.0833vw; height: 1.5625vw; margin-right: 1.3021vw; margin-top: -0.6510vw;}
		.sec3_txt_menu span .d_call_ic {width: 1.9531vw; height: 2.0833vw; margin-right: 1.3021vw; margin-top: -0.6510vw;}
		.sec3_wrap a.more { height: 7.8125vw; line-height: 7.5521vw;  font-size: 3.1250vw; margin-top: 3.9063vw; padding: 0 2.6042vw;}
		.sec3_wrap a.more .more_view_ic {width: 2.9948vw; height: 1.4323vw; margin-left: 6.5104vw;}
		

		.section4 {padding: 20.8333vw 2.6042vw 9.1146vw; padding-right: 0;}
		.d_news_wrap {height: 67.7083vw;}
		.d_news_wrap .news_arrow {top: -10.8073vw;}
		.d_news_wrap .news_prev { left: auto; right: 36.4583vw; width: 1.3021vw; height: 1.9531vw;}
		.d_news_wrap .news_next {left: auto; right: 31.2500vw; width: 1.3021vw; height: 1.9531vw;}
		.d_news_wrap .news_next:before {left: -1.9531vw; height: 1.9531vw;}
		.d_news_txt {position: relative; display: block;}
		.d_news_txt h3 {font-size: 7.1615vw; line-height: 8.4635vw;}
		.d_news_txt a.more {position: absolute; top: 1.3021vw; right: 2.6042vw;  height: 7.1615vw; line-height: 6.9010vw; border-radius: 6.5104vw; padding: 0 3.9063vw 0 5.2083vw; font-size: 3.1250vw;  margin-top: 0;}
		.d_news_txt a.more .dp_more_ic { width: 2.8646vw; height: 1.5625vw;  margin-left: 1.3021vw; margin-top: -0.3906vw;}
		.d_news_slider {position: static; margin-top: 6.5104vw;}
		.news_slider { margin: 0 -1.3021vw; width: 98.9583vw; }
		.news_list {padding: 0 1.3021vw;}
		.news_list:hover .circle {background-size: 2.8646vw;}
		.news_list a {height: 54.6875vw; padding: 7.8125vw 5.2083vw; }
		.news_list a:before {border-top-right-radius: 6.5104vw; border-bottom-left-radius: 6.5104vw;}
		.news_list h3 { font-size: 3.3854vw;}
		.news_list .d_news_content {font-size: 3.1250vw; margin-top: 2.6042vw;}
		.news_list .date_txt {font-size: 3.1250vw; line-height: 4.1667vw; margin-top: 2.6042vw;}
		.news_list .circle_txt {  font-size: 3.1250vw; line-height: 4.1667vw;  margin-top: 3.9063vw;}
		.news_list .circle { width: 7.1615vw; height: 7.1615vw; background-size: 2.8646vw; }
		
		.d_notice_wrap { margin-top:  23.4375vw; height: 45.5729vw;}
		.d_notice_slider {position: static; margin-top: 6.5104vw; height: 26.0417vw;}
		.d_notice_wrap .notice_arrow {top: -9.7656vw;}
		.d_notice_wrap .notice_prev {left: auto; right: 31.2500vw; width: 1.3021vw; height: 1.9531vw;}
		.d_notice_wrap .notice_next {left: auto; right: 26.0417vw; width: 1.3021vw; height: 1.9531vw; }
		.d_notice_wrap .notice_next:before {left: -1.9531vw; height: 1.9531vw;}
		.d_notice_txt {position: relative; display: block;}
		.d_notice_txt h3 {font-size: 5.2083vw; line-height: 6.2500vw;}
		.d_notice_txt a.more  {position: absolute; top: 0; right: 2.6042vw; height: 7.1615vw; line-height: 6.9010vw; border-radius: 6.5104vw; padding: 0 3.9063vw 0 5.2083vw; font-size: 3.1250vw; margin-top: 0;}
		.d_notice_txt a.more .dp_more_ic {  width: 2.8646vw; height: 1.5625vw; margin-left: 1.3021vw; margin-top: -0.3906vw;}
		.notice_slider {width: 92.4479vw;  height: 26.0417vw;}
		.notice_slider .slick-list {height: 26.0417vw !important;}
		.notice_slider .slick-track {height: 26.0417vw !important;}
		.notice_list ul li {padding: 3.9063vw 0; background-size: 3.2552vw;}
		.notice_list ul li:hover {background-size: 3.2552vw;}
		.notice_list ul li span {left: 5.2083vw; font-size: 3.3854vw;}
		.notice_list ul li h3 {font-size: 3.3854vw; padding-left: 16.9271vw;}	

		#d_footer {padding: 13.0208vw 2.6042vw;}
		.foot {display: none;}
		.foot_mob {position: relative; display: block; min-height: 75.5208vw;}
		.foot_mob h1 img {width: 28.7760vw}
		.foot_mob_menu {margin-top: 5.2083vw;}
		.foot_mob_menu h3 {color: #d4d4d4; font-size: 3.1250vw; line-height: 4.1667vw; font-weight: 900; margin-bottom: 1.3021vw;}
		.foot_mob_menu span {display: inline-block; color: #9a9a9a; font-size: 3.1250vw; line-height: 4.1667vw; }
		.foot_mob_menu li + li {margin-top: 1.3021vw;}
		.foot_mob_menu span strong {display: inline-block; font-weight: 900; color: #d4d4d4; margin-right: 1.3021vw}
		.foot_mob_menu span + span {margin-left: 2.6042vw;}
		.foot_mob_menu span:nth-child(3) {margin-left: 0;}
		.mob_copyright {color: #969696; font-size: 3.1250vw; line-height: 4.1667vw; margin-top: 6.5104vw;}

		.dd_foot_menu2 {margin-top: 9.1146vw; text-align: center;}
		.d_foot_site_menu {position: relative; display: inline-block; height: 9.7656vw; line-height: 9.5052vw;}
		.d_foot_site_menu > li {font-size: 3.1250vw; padding: 0 3.9063vw 0 3.9063vw;}
		.d_foot_site_menu > li .btn_ic {width: 1.1719vw; height: 0.9115vw; margin-left: 2.6042vw; }
		.d_foot_site_inner {bottom: 9.6354vw; padding: 3.9063vw 0;}
		.d_foot_site_inner li {height: 3.9063vw;}
		.d_foot_site_inner li + li {margin-top: 1.3021vw;}
		.d_foot_site_inner li a {font-size: 3.1250vw; line-height: 3.9063vw; padding-left: 2.6042vw; text-align: left;}
	}

	

