@charset "utf-8";
/*───────────────────────────────────────────────────────────
	
	header, footer, main 관련 작성 css 파일입니다.

	** 이와 서브페이지 관련 css는 /css/sub.css 에 있습니다.

───────────────────────────────────────────────────────────*/
	.clear:after {content:'';display:block;clear:both;}
	.fl {float:left;}
	.fr {float:right;}
	.ta_c {text-align:center;}
	.ta_l {text-align:left;}
	.ta_r {text-align:right;}
	.dis_table {display:table;
	table-layout:fixed;width:100%;
	margin:0;border-collapse:collapse;}
	.dis_inb {display:inline-block;}
	.dn{display:none;}

	#wrap{width:100%;overflow:hidden;}
	select::-ms-expand {display:none}
	.container + #footer{margin-top:0;}

/*───────────────────────────────────────────────────────────
	layout common
───────────────────────────────────────────────────────────*/
	/* pc */
		#wrap {position:relative;height:100%;width:100%;margin:0;padding:0;} /* #header 와 #container, #footer 전체 감싸는 영역 */
		#wrap #header {width:100%;margin:0;overflow: visible;}
		#wrap #container {width:100%;margin:0;padding:0;}
		#wrap #footer {width:100%;margin:0;position: relative;z-index:2;}
		/* #container 안의 레이아웃 */
			#contents_wrap {width:1230px;margin:0 auto;padding:0 15px;position:relative;z-index:1;box-sizing:border-box;} /* #container 안의 컨텐츠 감싸는 영역 */
			#contents_wrap #side_box {width:100%;padding:110px 0 0 0;box-sizing:border-box;} /* lnb 감싸는 영역 */
			#contents_wrap #contents_box {width:100%;padding:110px 0 7.2% 0;box-sizing:border-box;} /* 컨텐츠를 감싸는 영역 */
			#contents_wrap #side_box + #contents_box {padding-top:0;} /* lnb와 컨텐츠가 float 일때 사이즈 재설정 */
		/* navigation layout */
			#contents_wrap .nav_wrap {box-sizing:border-box;}
		/* #content */
			#content {width:100%;margin:0;padding:0;text-align:left;box-sizing:border-box;} /* navigation 을 제외한 컨텐츠 */
			#content .sub_content{width:100%;margin:0 auto;background:#fff;box-sizing:border-box;}
			/*#content .sub_content > div:nth-child(1){padding-top:0px;}*/
			#content .sub_content:after {clear:both;content:"";display:block;}
			/* 컨텐츠 전체 가로 사이즈 */
			.w_custom {width:1230px;max-width:1230px;text-align:left;margin:0 auto;padding:0 15px;box-sizing:border-box;position: relative;}
	@media only screen and (max-width:1247px) {
		body.on {height:100%;overflow:hidden;}
		#contents_wrap, .w_custom{width:100%;}
	}
	@media only screen and (max-width:1200px) {
	}
	@media only screen and (max-width:1023px) {
		#contents_wrap #side_box {padding: 85px 0 0 0;}
		#contents_wrap #contents_box {padding:4.8% 0 6.4% 0;}
	}
	@media only screen and (max-width:860px) {
		#contents_wrap #side_box {padding: 85px 0 0 0;}
		#contents_wrap #contents_box {padding:4.2% 0 8.4% 0;}
	}
	@media only screen and (max-width:767px) {
		/*.w_custom {padding-left:4% !important;padding-right:4% !important;}*/
		#contents_wrap #side_box {display:none;}
		.sub_goods #contents_wrap #side_box {display:block;padding:0;}
	}
	@media only screen and (max-width:640px) {
		.w_custom{width:100%;padding-left:12px !important;padding-right:12px !important;}
		#contents_wrap {width:100%;}
		#contents_wrap #contents_box {padding:4.2% 0 10.4% 0;}
	}
	@media only screen and (max-width:480px) {
		#contents_wrap #contents_box {padding:4.2% 0 12% 0;}
	}
	@media only screen and (max-width:320px) {
		#contents_wrap {padding-left:10px;padding-right:10px;}
	}

/*───────────────────────────────────────────────────────────
	메인 상품 진열 
───────────────────────────────────────────────────────────*/
	/* pc */
		/* 메인상품진열 - 공통 */
		.main .list_cont {}
		.main .list_cont ul {font-size:0;width:calc(100% + 15px);margin-left:-15px;}
		.main .list_cont ul li {display:inline-block;margin-left:15px;vertical-align:top;}
		.main .list_cont ul li a {display:block;height:100%;}
		.main .list_cont ul li .thumb {}
		.main .list_cont ul li .thumb img {max-width:100%;width:100%;}
		.main .list_cont ul li .info {}
		.main .list_cont ul li .info p {color:#333;line-height:1.2;}
		.main .list_cont ul li .info .name {font-size:14px;}
		/* 메인상품진열 - 갤러리형 */
		.main .list_Galleryform {}
		.main .list_Galleryform ul {text-align:left;} 
		.main .list_Galleryform ul li {width:calc(25% - 15px);}
		.main .list_Galleryform ul li:nth-of-type(n+5) {margin-top:40px;}
		.main .list_Galleryform ul li .thumb {}
		.main .list_Galleryform ul li .thumb img {}
		.main .list_Galleryform ul li .info {margin-top:10px;}
		.main .list_Galleryform ul li .info p {}
		.main .list_Galleryform ul li .info .name {}
		/* 메인상품진열 - 리스트형 */
		.main .list_Listform {}
		.main .list_Listform ul {} 
		.main .list_Listform ul li {width:calc(50% - 15px);}
		.main .list_Listform ul li a {width:100%;display:table;}
		.main .list_Listform ul li:nth-of-type(n+3) {margin-top:40px;}
		.main .list_Listform ul li .thumb,
		.main .list_Listform ul li .info {display:table-cell;vertical-align:middle;width:50%;box-sizing:border-box;}
		.main .list_Listform ul li .thumb {}
		.main .list_Listform ul li .thumb img {}
		.main .list_Listform ul li .info {border:1px solid #ddd;padding:0 15px;}
		.main .list_Listform ul li .info p {}
		.main .list_Listform ul li .info .name {}
	@media only screen and (max-width:860px) {
		/* 메인상품진열 - 갤러리형 */
		.main .list_Galleryform ul li {width:calc(50% - 15px);}
		.main .list_Galleryform ul li:nth-of-type(n+3) {margin-top:40px;}		
		/* 메인상품진열 - 리스트형 */
		.main .list_Listform ul li {width:calc(100% - 15px);}
		.main .list_Listform ul li:nth-of-type(n+2) {margin-top:40px;}
	}

/*───────────────────────────────────────────────────────────

	 HEADER | outline/header.html, outline/nav.html

───────────────────────────────────────────────────────────*/
	.main_index #contents_wrap #contents_box{padding-top:0 !important;}
	/*------ header -------*/
	#wrap #header{position:fixed;z-index:10;}
	#header.head_main{top:-150px;}
	#header.hd_move.main{top:0;left:0;width:100%;transition:all 1.7s ease, opacity 2s ease;z-index:9;}

	.hd_main{width:100%;height:80px;position:relative;background:#fff;transition:all 0.5s;box-sizing:border-box;}
	.hd_main .hd_logo{position: absolute;top:19px;left:98px;font-size:0;}	
	.hd_main .hd_logo{display: inline-block;height:49px;width:216px;}
	.hd_main .hd_logo a{display: block;width:100%;height:100%;background:url('../images/skin/hd_logo_ov.png')no-repeat left;background-size:auto 100%;transition:all 0.5s;font-size:0;}	
	.hd_main .hd_lnb{text-align:center;}
	.hd_main .hd_lnb {font-size:0;}
	.hd_main .hd_lnb > li{display: inline-block;position: relative;padding:0 54px;}
	.hd_main .hd_lnb > li > a:before{width:0;height:2px;background:#000;position: absolute;bottom:0;left:0;transition:width 0.5s;content:"";}
	.hd_main .hd_lnb > li > a{font-size:16px;color:#111;font-weight:400;line-height:80px;transition:all 0.5s;position: relative;letter-spacing:0;display:inline-block;}
	.hd_main .hd_lnb > li:hover > a:before,
	.hd_main .hd_lnb > li.on > a:before{width:100%;transition:width 0.5s;}
	.hd_main .hd_lnb > li:nth-child(1) .hd_lnb_dep2{height:277px;box-shadow:12px 8px 10px -4px rgba(0,0,0,0.2);}
	.hd_main .hd_lnb .hd_lnb_dep2{display: none;position:absolute;top:100%;left:0;width:100%;background:#fff;box-sizing:border-box;padding:30px 26px;box-shadow:0px 8px 10px -4px rgba(0,0,0,0.2);}
	.hd_main .hd_lnb > li:nth-child(1) .sub_dep2{left:100%;width:280px;z-index:11;box-shadow:5px 8px 10px -4px rgba(0,0,0, 0.2);padding:22px 26px;}
	.hd_main .hd_lnb .sub_dep2 li + li{margin-top:13px;}
	.hd_main .hd_lnb .sub_dep2 .li_3 a{font-size:20px;color:#007abb;font-weight:500;}	

	.hd_main .hd_lnb .hd_lnb_dep2 li + li{margin-top:15px;}
	.hd_main .hd_lnb .hd_lnb_dep2 li a{font-size:14px;color:#666;font-weight:300;font-family:'Noto Sans KR';}
	.hd_main .hd_lnb .hd_lnb_dep2 li:hover a{color:#007abb;}
	
	.hd_main .hd_right{display: inline-block;position: absolute;top:50%;right:91px;transform:translate(0,-50%);}
	.hd_main .hd_right .lang{background:transparent;width: auto;border-radius:18px;border:1px solid #aaa;outline:none;display:inline-block;vertical-align:top;transition:all 0.5s;box-sizing:border-box;}
	.hd_main .hd_right .lang li {text-transform: uppercase;position: relative;}
	.hd_main .hd_right .lang > li > span{font-size:13px;color:#333;font-weight:400;line-height: 1.5;background: url('../images/skin/select_arr_black.png') no-repeat calc(100% - 15px) 50%;box-sizing:border-box;cursor:pointer;display: flex;align-items: center;height: 34px;padding: 0 35px 0 20px;gap: 8px;}
	.hd_main .hd_right .lang > li > span > .icon{font-size:0;width: 26px;}
	.hd_main .hd_right .lang .lang_list{border-radius:18px;display: none;box-sizing:border-box;border:1px solid #aaa;overflow:hidden;position: absolute;top: 100%;left: 0;width: 100%;box-sizing: border-box;}
	.hd_main .hd_right .lang .lang_list li a{font-size:13px;color:#333;font-weight:400;background:#fff;padding: 10px 25px 10px 20px;display: block;width:100%;height:100%;text-align:center;text-transform: uppercase;box-sizing: border-box;display: flex;align-items: center;gap: 8px;}
	.hd_main .hd_right .lang .lang_list li:hover a{color:#007abb;}
	.hd_main .hd_right .lang .lang_list .icon{font-size:0;display:inline-block;width:26px;vertical-align:middle;}
	.hd_main .hd_right > a{display:inline-block;width:32px;height:22px;position: relative;top:7px;margin-left:24px;}
	.hd_main .hd_right > a span{display: inline-block;width:100%;height:2px;background:#333;position: absolute;transition:all 0.5s;}
	.hd_main .hd_right > a:hover span{background:#007abb;}
	.hd_main .hd_right > a span:nth-child(1){top:0;}
	.hd_main .hd_right > a span:nth-child(2){top:10px;}
	.hd_main .hd_right > a span:nth-child(3){bottom:0;}
	
	/*header hover*/
		#header .hd_main:hover{background:#fff;transition:all 0.5s;box-shadow:0px 2px 10px rgba(0,0,0,0.2);}
		#header .hd_main:hover .hd_logo a{background:url('../images/skin/hd_logo_ov.png')no-repeat left;background-size:auto 100%;transition:all 0.5s;}
		#header .hd_main:hover .hd_lnb > li > a{color:#111;transition:all 0.5s;}
		#header .hd_main:hover .hd_lnb > li > a:before{width:0;height:2px;background:#000;position: absolute;bottom:0;left:0;transition:width 0.5s;content:"";}
		#header .hd_main:hover .hd_lnb > li:hover > a:before,
		#header .hd_main:hover .hd_lnb > li.on > a:before{width:100%;transition:width 0.5s;}	
		#header .hd_main:hover .hd_right select{border:1px solid #aaa;color:#333;background:url('../images/skin/select_arr_black.png')no-repeat;background-position:45px center;transition:all 0.5s;}
		#header .hd_main:hover .hd_right select option{background:#fff;color:#333;transition:all 0.5s;}
		#header .hd_main:hover .hd_right > a span{background:#333;transition:all 0.5s;}
		#header .hd_main:hover .hd_right > a:hover span{background:#007abb;}

	/*header on*/
		#header.on{position: fixed;}
		#header.on .hd_main{background:#fff;transition:all 0.5s;box-shadow:0px 2px 10px rgba(0,0,0,0.2);}
		#header.on .hd_main .hd_logo a{background:url('../images/skin/hd_logo_ov.png')no-repeat left;background-size:auto 100%;transition:all 0.5s;}
		#header.on .hd_main .hd_lnb > li > a{color:#111;transition:all 0.5s;}
		#header.on .hd_main .hd_lnb > li > a:before{width:0;height:2px;background:#000;position: absolute;bottom:0;left:0;transition:width 0.5s;content:"";}
		#header.on .hd_main .hd_lnb > li:hover > a:before,
		#header.on .hd_main .hd_lnb > li.on > a:before{width:100%;transition:width 0.5s;}
		#header.on .hd_main .hd_right select{border:1px solid #aaa;color:#333;background:url('../images/skin/select_arr_black.png')no-repeat;background-position:45px center;transition:all 0.5s;}
		#header.on .hd_main .hd_right select option{background:#fff;color:#333;transition:all 0.5s;}
		#header.on .hd_main .hd_right > a span{background:#333;transition:all 0.5s;}
		#header.on .hd_main .hd_right > a:hover span{background:#007abb;}

	/*main*/
		#header.main .hd_main{background:transparent;box-shadow:none;border:none;}
		#header.main .hd_main .hd_logo a{background:url('../images/skin/hd_logo.png')no-repeat left;background-size:auto 100%;}
		#header.main .hd_main .hd_lnb > li > a{color:#fff;}
		#header.main .hd_main .hd_right .lang{border:1px solid #fff;}
		#header.main .hd_main .hd_right .lang > li > span{color:#fff;background-image:url('../images/skin/arr_down.png');}
		#header.main .hd_main .hd_right > a span{background:#fff;}
		#header.main .hd_main .hd_right > a:hover span{background:#007abb;}

		#header.main:hover .hd_main{background:#fff;transition:all 0.5s;box-shadow:0px 2px 10px rgba(0,0,0,0.2);}
		#header.main:hover .hd_main .hd_logo a{background:url('../images/skin/hd_logo_ov.png')no-repeat left;background-size:auto 100%;}
		#header.main:hover .hd_main .hd_lnb > li > a{color:#111;}
		#header.main:hover .hd_main .hd_right .lang{border:1px solid #aaa;}
		#header.main:hover .hd_main .hd_right .lang > li > span{color:#333;background-image:url('../images/skin/select_arr_black.png');}
		#header.main:hover .hd_main .hd_right > a span{background:#333;}
		#header.main:hover .hd_main .hd_right > a:hover span{background:#007abb;}

		#header.main.on .hd_main{background:#fff;transition:all 0.5s;box-shadow:0px 2px 10px rgba(0,0,0,0.2);}
		#header.main.on .hd_main .hd_logo a{background:url('../images/skin/hd_logo_ov.png')no-repeat left;background-size:auto 100%;}
		#header.main.on .hd_main .hd_lnb > li > a{color:#111;}
		#header.main.on .hd_main .hd_right .lang{border:1px solid #aaa;}
		#header.main.on .hd_main .hd_right .lang > li > span{color:#333;background-image:url('../images/skin/select_arr_black.png');}
		#header.main.on .hd_main .hd_right > a span{background:#333;}
		#header.main.on .hd_main .hd_right > a:hover span{background:#007abb;}

	/*aside*/
		.aside_bg {left:0px;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.6);opacity:0;transition:0.8s;z-index: 15;position:fixed;display: none;}
		.aside_bg.on {opacity:1;display: block;}	

		#aside {top:0px;right: -420px;width: 420px;transition:0.8s;height:100%;box-sizing:border-box;display:block;position:fixed;background:#fff;z-index: 500;overflow-y:auto;}
		#aside.on {right:0%;}
		#aside .aside_hd{width:100%;height:80px;position: relative;box-sizing:border-box;border-bottom:1px solid #ddd;}
		#aside .aside_hd h1{display: inline-block;height:43px;width:190px;position: absolute;left:30px;top:50%;transform:translateY(-50%);}
		#aside .aside_hd h1 a{display: block;width:100%;height:100%;background:url('../images/skin/hd_logo_ov.png')no-repeat left;background-size:auto 100%;transition:all 0.5s;font-size:0;}	
		#aside .aside_box .btn_aside_close{position: absolute;width:28px;height:24px;top:50%;right:30px;transform:translateY(-50%);}
		#aside .aside_box .btn_aside_close .menu-trigger2.active-1 {width:100%;height:100%;position: relative;display: block;}
		#aside .aside_box .btn_aside_close .menu-trigger2.active-1 span {transition:0.3s;position:absolute;width: 100%;height:2px;background-color:#333;left: 0;top: 11px;}
		#aside .aside_box .btn_aside_close .menu-trigger2.active-1 span:nth-of-type(1) {-webkit-transform: translateY (0) rotate (-45deg);transform: translateY(0) rotate(-45deg);}
		#aside .aside_box .btn_aside_close .menu-trigger2.active-1 span:nth-of-type(2) {opacity:0;}
		#aside .aside_box .btn_aside_close .menu-trigger2.active-1 span:nth-of-type(3) {-webkit-transform: translateY(0) rotate(45deg);transform: translateY(0) rotate(45deg);}
		#aside .aside_box .btn_aside_close:hover .menu-trigger2.active-1 span{background:#007abb;}

		#aside .aside_box .slidemenu{width:100%;height:100%;box-sizing:border-box;padding:0 30px;margin-top:40px;}
		#aside .aside_box .slidemenu .dep1_li{position: relative;padding-left:18px;}
		#aside .aside_box .slidemenu .dep1_li:before{width:3px;height:3px;border-radius:100%;content:"";background:#111;position: absolute;left:0;top:28px;}
		#aside .aside_box .slidemenu .dep1_li > a{font-size:24px;color:#111;font-weight:400;display: inline-block;width:100%;line-height:60px;}
		#aside .aside_box .slidemenu .group_tit > a{background:url('../images/skin/cate_on.png')no-repeat right center;background-size:15px auto;}
		#aside .aside_box .slidemenu .group_tit > a.on{background:url('../images/skin/cate_off.png')no-repeat right center;background-size:15px auto;color:#007abb;}
		#aside .aside_box .slidemenu .dep2{display: none;padding:10px 0;position: relative;}
		#aside .aside_box .slidemenu .dep2 li{position: relative;padding-left:20px;}
		#aside .aside_box .slidemenu .dep2 li:before{width:10px;height:1px;content:"";background:#666;position: absolute;left:0;top:20px;transform:translateY(-50%);}
		#aside .aside_box .slidemenu .dep2 li a span{font-size:18px;color:#666;font-weight:400;line-height:24px;padding:8px 0;display: inline-block;width:100%;}
		#aside .aside_box .slidemenu .dep2 li:hover a span{color:#007abb;}

		#aside .aside_box .slidemenu .partner_login{width:150px;height:50px;text-align:center;margin-top:40px;background:#007abb;position: relative;}
		#aside .aside_box .slidemenu .partner_login:hover{background:rgba(0,122,187, 0.8);}
		#aside .aside_box .slidemenu .partner_login a{display: block;width:100%;height:100%;line-height:50px;font-size:17px;color:#fff;font-weight:400;}

	/*1350이하*/
	@media only screen and (max-width:1350px) {
		.hd_main .hd_logo{left:50px;}
		.hd_main .hd_right{right:50px;}
	}
	/*1300이하*/
	@media only screen and (max-width:1300px) {
		.hd_main .hd_lnb > li{padding:0 40px;}

		.hd_main .hd_lnb .hd_lnb_dep2{padding:15px 10px;}
		.hd_main .hd_lnb > li:nth-child(1) .hd_lnb_dep2{height:260px;}
		.hd_main .hd_lnb .hd_lnb_dep2 li a{font-size:12px;}
		.hd_main .hd_lnb > li:nth-child(1) .sub_dep2{padding:10px 26px;height:260px;}
		.hd_main .hd_lnb .sub_dep2 .li_3 a{font-size:18px;}
	}
	/*1200이하*/
	@media only screen and (max-width:1200px) {
		.hd_main .hd_lnb > li{padding:0 30px;}

	}
	/*1100이하*/
	@media only screen and (max-width:1100px) {
		.hd_main .hd_logo{left:30px;height:39px;width:175px;top:22px;}
		.hd_main .hd_lnb ul li a{font-size:14px;}
		.hd_main .hd_right{right:30px;}
	}
	/*1000이하*/
	@media only screen and (max-width:1000px) {
		.hd_main .hd_lnb{display:none;}
	}
	/*850이하*/
	@media only screen and (max-width:850px) {

		/*aside*/
			#aside{width:380px;right:-380px;}
			#aside .aside_hd{height:60px;}
			#aside .aside_box .btn_aside_close{width:22px;height:22px;}
			#aside .aside_box .slidemenu ul .depth1 > a{font-size:22px;}
			#aside .aside_box .slidemenu ul .group_tit > a{background-size:13px auto;}
			#aside .aside_box .slidemenu ul .group_tit > a.on{background-size:13px auto;}
	}
	/*480이하*/
	@media only screen and (max-width:480px) {
		#header.head_main{top:-100px;}
		.hd_main{height:50px;}
		.hd_main .hd_logo{width:134px;height:30px;top:13px;left:15px;}

		.hd_main .hd_right{right:15px;}
		.hd_main .hd_right .lang{border-radius:14px;}
		.hd_main .hd_right .lang > li > span{font-size:12px;}
		#header.main .hd_main .hd_right .lang > li > span{}
		.hd_main .hd_right > a{width:25px;height:20px;top:6px;margin-left:13px;}
		.hd_main .hd_right > a span:nth-child(2){top:9px;}
		.hd_main .hd_right .lang > li > span{gap:5px;}
		.hd_main .hd_right .lang > li > span > .icon{width:18px;}
		.hd_main .hd_right .lang .lang_list li a{gap:5px;font-size: 12px;}
		.hd_main .hd_right .lang .lang_list .icon{width:18px;}

		/*main*/
		#header.main:hover .hd_main{background:transparent;box-shadow:none;}
		#header.main:hover .hd_main .hd_logo a{background:url('../images/skin/hd_logo.png')no-repeat left;background-size:auto 100%;}
		#header.main:hover .hd_main .hd_right .lang{border:1px solid #fff;}
		#header.main:hover .hd_main .hd_right .lang > li > span{color:#fff;}
		#header.main:hover .hd_main .hd_right > a span{background:#fff;}
		#header.main:hover .hd_main .hd_right > a:hover span{background:#fff;}

		#header.main.on .hd_main{background:#fff;transition:all 0.5s;box-shadow:0px 2px 10px rgba(0,0,0,0.2);}
		#header.main.on .hd_main .hd_logo a{background:url('../images/skin/hd_logo_ov.png')no-repeat left;background-size:auto 100%;}
		#header.main.on .hd_main .hd_lnb > li > a{color:#111;}
		#header.main.on .hd_main .hd_right .lang{border:1px solid #aaa;}
		#header.main.on .hd_main .hd_right .lang > li > span{color:#333;}
		#header.main.on .hd_main .hd_right > a span{background:#333;}
		#header.main.on .hd_main .hd_right > a:hover span{background:#333;}
		.hd_main .hd_right .lang .lang_list .icon{width:18px; margin-right:5px;}

		#header.main.on:hover .hd_main{background:#fff;transition:all 0.5s;box-shadow:0px 2px 10px rgba(0,0,0,0.2);}
		#header.main.on:hover .hd_main .hd_logo a{background:url('../images/skin/hd_logo_ov.png')no-repeat left;background-size:auto 100%;}
		#header.main.on:hover .hd_main .hd_lnb > li > a{color:#111;}
		#header.main.on:hover .hd_main .hd_right .lang{border:1px solid #aaa;}
		#header.main.on:hover .hd_main .hd_right .lang > li > span{color:#333;}
		#header.main.on:hover .hd_main .hd_right > a span{background:#333;}
		#header.main.on:hover .hd_main .hd_right > a:hover span{background:#333;}

		/*aside*/
			#aside{width:100%;right:-100%;}
			#aside .aside_hd{height:50px;}
			#aside .aside_hd h1{width:160px;height:33px;left:15px;}
			#aside .aside_box .btn_aside_close{width:20px;height:20px;top:12px;right:13px;transform:none;}
			#aside .aside_box .btn_aside_close:hover .menu-trigger2.active-1 span{background:#333;}
			#aside .aside_box .slidemenu{padding:0 20px 0 22px;margin-top:17px;}
			#aside .aside_box .slidemenu ul .dep1_li{padding-left:6px;}
			#aside .aside_box .slidemenu ul .dep1_li:before{width:2px;height:2px;top:24px;}
			#aside .aside_box .slidemenu ul .dep1_li > a{font-size:15px;line-height:50px;}
			#aside .aside_box .slidemenu ul .group_tit > a{background-size:11px auto;}
			#aside .aside_box .slidemenu ul .group_tit > a.on{background-size:11px auto;}
			
			#aside .aside_box .slidemenu ul .dep2{padding:4px 8px;}
			#aside .aside_box .slidemenu ul .dep2 li{padding-left:8px;}
			#aside .aside_box .slidemenu ul .dep2 li:before{width:4px;top:15px;}
			#aside .aside_box .slidemenu ul .dep2 li a span{font-size:14px;line-height:21px;padding:5px 0;}

			#aside .aside_box .slidemenu .partner_login{width:130px;height:40px;margin-top:30px;}
			#aside .aside_box .slidemenu .partner_login a{line-height:40px;font-size:14px;}
			#aside .aside_box .slidemenu .partner_login:hover{background:#007abb;}
	}


/*───────────────────────────────────────────────────────────

	 FOOTER | outline/footer.html

───────────────────────────────────────────────────────────*/
	#footer .ft_kakao{position:fixed;right:30px;bottom:50px;}
	#footer .ft_kakao a{display:inline-block;width:78px;height:78px;background:url('../images/skin/quick_menu_kakao.png')no-repeat;font-size:0;}
	/* pc */
		#footer{width:100%;background:#21242a;box-sizing:border-box;}
		#footer .btn_top{display:block;text-align:right;padding-bottom:8px;}
		#footer .btn_top a{display:inline-block;font-size:16px;color:#fff;font-weight:600;background:url('../images/skin/arr_up.png')no-repeat;background-position:right 5px;padding-right:26px;box-sizing:border-box;transition:all 0.5s;}
		#footer .btn_top a:hover{background-position:right 3px;transition:all 0.5s;}
		
		#footer .info_box{display: flex;flex-wrap:wrap;}
		/*하단 정보*/
			#footer .ft_info{padding:17px 90px 38px 95px;box-sizing:border-box;}
			#footer .ft_info .info{display: flex;flex-wrap:wrap;width:calc(100% - 340px);}
			#footer .ft_info .info > div{display: inline-block;vertical-align:top;padding-right:94px;}
			#footer .ft_info .info > div + div{border-left:1px solid rgba(221,221,221,0.3);}
			#footer .ft_info .info > div:nth-child(2){padding-right:82px;padding-bottom:7px;}
			#footer .ft_info .info > div:last-child{padding-right:0;border-right:none;}
			#footer .ft_info .info > div:last-child dl {opacity: 0.7;}
			#footer .ft_info .info > div + div{padding-left:36px;}
			#footer .ft_info .info > div h3{font-size:20px;color:#fff;font-weight:500;margin-bottom:33px;line-height:26px;letter-spacing:-0.02em;}	
			#footer .ft_info .info table{border-collapse:collapse;padding-bottom:3px;}
			#footer .ft_info .info table tr td{padding-bottom:16px;}
			#footer .ft_info .info table tr:last-child td{padding-bottom:0;}
			#footer .ft_info .info table .info_tit{font-size:14px;color:#fff;font-weight:400;text-align:left;vertical-align:top;line-height:1;}
			#footer .ft_info .info .ft_information .info_tit{padding-right:46px;}	
			#footer .ft_info .info .ft_contact .info_tit{padding-right:22px;}
			#footer .ft_info .info table .info_cont{font-size:14px;color:#fff;font-weight:400;opacity:0.7;letter-spacing:0;line-height:1;}	
			#footer .ft_info .info table .info_cont.ft_phone{padding-bottom:25px;}
			#footer .ft_info .info dl + dl{margin-top:16px;}
			#footer .ft_info .info dl dt,
			#footer .ft_info .info dl dd{display:inline-block;font-size:14px;color:#fff;font-weight:400;line-height:20px;vertical-align:top;}
			#footer .ft_info .info .ft_location dl dd{font-family:'Noto Sans KR';}
			#footer .ft_info .info .ft_location dl:nth-child(2){margin-top:-3px;}
			#footer .ft_info .info .ft_location dl + dl{margin-top:14px;}
		/*하단 sns*/
			#footer .ft_info .ft_sub{display:inline-block;float:right;padding-top:42px;width:340px;}
			#footer .ft_info .ft_sub .ft_sns{display: inline-block;vertical-align:top;}
			#footer .ft_info .ft_sub .ft_sns li{display: inline-block;vertical-align:top;padding-top:8px;}
			#footer .ft_info .ft_sub .ft_sns li + li{margin-left:12px;}
			#footer .ft_info .ft_sub .ft_sns li a{display: block;width:100%;height:100%;font-size:0;width:25px;height:25px;}	
			#footer .ft_info .ft_sub .ft_sns li:nth-child(1) a{background:url('../images/skin/ft_sns_01.png')no-repeat center;background-size:22px auto;}
			#footer .ft_info .ft_sub .ft_sns li:nth-child(2) a{background:url('../images/skin/ft_sns_02.png')no-repeat center;background-size:26px auto;}
			#footer .ft_info .ft_sub .ft_sns li:nth-child(3) a{background:url('../images/skin/ft_sns_03.png')no-repeat center;background-size:auto 23px;}
			#footer .ft_info .ft_sub .ft_sns li:nth-child(4) a{background:url('../images/skin/ft_sns_04.png')no-repeat center;background-size:23px auto;}
		/*패밀리사이트*/
			#footer .ft_info .ft_sub .ft_family{display:inline-block;margin-left:28px;}
			#footer .ft_info .ft_sub .ft_family > li{text-align:center;position:relative;}
			#footer .ft_info .ft_sub .ft_family > li span{display:block;line-height:40px;font-size:13px;color:#fff;font-weight:400;font-family:'Noto Sans KR';width:160px;height:40px;box-sizing:border-box;border:1px solid #ddd;padding-right:25px;background:url('../images/skin/arr_down.png')no-repeat;background-position:82.5% 19px;cursor:pointer;}
			#footer .ft_info .ft_sub .ft_family > li span.on{background:url('../images/skin/arr_up.png')no-repeat;background-position:82.5% 19px;}
			#footer .ft_info .ft_sub .ft_family .family_dep2{width:100%;position:absolute;top:100%;background:#fff;padding:10px;box-sizing:border-box;text-align:left;display:none;} 
			#footer .ft_info .ft_sub .ft_family .family_dep2 li a{font-size:13px;color:#21242a;font-weight:400;font-family:'Noto Sans KR';line-height:30px;}
			#footer .ft_info .ft_sub .ft_family .family_dep2 li:hover a{font-weight:500;}
		#footer .ft_info .ft_sub .biz_logo{text-align:right;margin-top:33px;}
		#footer .ft_info .ft_sub .biz_logo li{display:inline-block;vertical-align:middle;}
		#footer .ft_info .ft_sub .biz_logo li:nth-child(1){padding-top:7px;}
		#footer .ft_info .ft_sub .biz_logo li:nth-child(2){margin-left:20px;}

		#footer .ft_info .ft_sub .iso_logo{display:flex;align-items:center;gap:10px;justify-content:flex-end;margin-top:20px;}
		#footer .ft_info .ft_sub .iso_logo li img{height:70px;}

		#footer .ft_copy{clear:both;padding-top:56px;}
		#footer .ft_copy p{font-size:14px;color:#fff;font-weight:300;text-align:center;text-transform:uppercase;opacity:0.7;}
	/*1700이하*/
	@media only screen and (max-width:1750px) {
		#footer .ft_info .info{float:none;width:100%;}
		#footer .ft_info .ft_sub{float:none;display:block;width:100%;}
		#footer .ft_info .ft_sub .biz_logo{text-align:left;}
		#footer .ft_info .ft_sub .iso_logo{justify-content:flex-start;}
	}
	/*1400이하*/
	@media only screen and (max-width:1400px) {
		#footer .ft_info{padding:15px 25px 40px 25px}
		#footer .ft_info .info > div{width:33.3333%;box-sizing:border-box;}
	}
	/*1350이하*/
	@media only screen and (max-width:1350px) {
		#footer .ft_info .info{float:none;}
		#footer .ft_info .ft_sns{float:none;}
		#footer .ft_info .ft_sns li a{width:40px;height:40px;}
		#footer .ft_info .ft_sns li:nth-child(1) a{background:url('../img/ft_sns_01.png')no-repeat center;background-size:27px auto;}
		#footer .ft_info .ft_sns li:nth-child(2) a{background:url('../img/ft_sns_02.png')no-repeat center;background-size:35px auto;}
		#footer .ft_info .ft_sns li:nth-child(3) a{background:url('../img/ft_sns_03.png')no-repeat center;background-size:auto 28px;}
		#footer .ft_info .ft_sns li:nth-child(4) a{background:url('../img/ft_sns_04.png')no-repeat center;background-size:30px auto;}
	}
	/*1200이하*/
	@media only screen and (max-width:1200px) {
		#footer .ft_info .info > div{padding-right:50px;width:50%;}
		#footer .ft_info .info > div:nth-child(2){padding-right:60px;border-right:none;}
		#footer .ft_info .info > div:last-child{display:block;padding-left:0;padding-top:30px;width:100%;border:none;}
	}
	/*1100이하*/
	@media only screen and (max-width:1100px) {
		#footer .ft_info .info > div{padding-right:30px;}
		#footer .ft_info .info > div:nth-child(2){padding-right:35px;}
		#footer .ft_info .info > div + div{padding-left:17px;}
	}
	/*640이하*/
	@media only screen and (max-width:640px) {
		#footer .btn_top{display: none;}
		#footer .ft_info{padding:30px 15px 40px 15px;}
		#footer .ft_info .info > div{width:100%;border:none;}
		#footer .ft_info .info > div.ft_information{padding:0;border:none;display:block;}
		#footer .ft_info .info > div:nth-child(2){display:block;padding:0;padding-top:30px;border:none;}
		#footer .ft_info .info > div h3{margin-bottom:15px;}
		#footer .ft_info .info table .info_tit{width:70px;}
		#footer .ft_info .info .ft_contact .info_tit{width:50px;}
	}
	/*479이하*/
	@media only screen and (max-width:480px) {
		#footer .ft_kakao{right:20px;bottom:25px;}
		#footer .ft_kakao a{width:55px;height:55px;background-size:auto 100%;}

		#footer .ft_info .info > div:nth-child(2){padding-top:22px;}
		#footer .ft_info .info > div + div{padding-top:16px;}
		#footer .ft_info .info > div h3{font-size:16px;margin-bottom:9px;}
		#footer .ft_info .info table tr td{padding-bottom:13px;}
		#footer .ft_info .info table .info_tit{font-size:13px;font-weight:300;}
		#footer .ft_info .info table .info_cont{font-size:13px;}
		#footer .ft_info .info .ft_information .info_tit{padding-right:15px;}
		#footer .ft_info .info .ft_contact .info_tit{padding-right:10px;}
		#footer .ft_info .info dl + dl{margin-top:10px;}
		#footer .ft_info .info dl dt{font-size:13px;vertical-align:top;}
		#footer .ft_info .info dl dd{font-size:13px;vertical-align:top;}
		#footer .ft_info .info .ft_location p{font-size:12px;font-weight:300;}
		#footer .ft_info .info .ft_location dl dt{line-height:20px;}
		#footer .ft_info .info .ft_location dl dd{width:80%;word-break:keep-all;line-height:20px;}
		#footer .ft_info .ft_sns li:nth-child(2){margin-left:23px;}
		#footer .ft_info .ft_sns li:nth-child(3){margin-left:17px;}
		#footer .ft_info .ft_sns li:nth-child(4){margin-left:15px;}
		#footer .ft_info .ft_sns li:nth-child(1) a{background:url('../img/ft_sns_01.png')no-repeat center;background-size:28px auto;}
		#footer .ft_info .ft_sns li:nth-child(2) a{background:url('../img/ft_sns_02.png')no-repeat center;background-size:32px auto;}
		#footer .ft_info .ft_sns li:nth-child(3) a{background:url('../img/ft_sns_03.png')no-repeat center;background-size:auto 28px;}
		#footer .ft_info .ft_sns li:nth-child(4) a{background:url('../img/ft_sns_04.png')no-repeat center;background-size:28px auto;}
		#footer .ft_info .ft_sns li a{width:38px;}
		#footer .ft_info .ft_sub .biz_logo{text-align:center;}
		#footer .ft_info .ft_sub .iso_logo{justify-content:center;}
		#footer .ft_info .ft_sub .iso_logo li img{height:50px;}
		#footer .ft_copy{padding-top:30px;}
	}
	/*370이하*/
	@media only screen and (max-width:370px) {
		#footer .ft_info .ft_sub .ft_family > li span{width:140px;}
	}
	/*350이하*/
	@media only screen and (max-width:350px) {
		#footer .ft_info .ft_sub .ft_family{display:block;margin-left:0;margin-top:20px;}
		#footer .ft_info .ft_sub .ft_family > li{display:inline-block;}
	}

/*───────────────────────────────────────────────────────────

	 SIDE_BOX | outline/left_bbs.html｜outline/left_goods.html｜outline/left_member.html｜outline/left_service.html

───────────────────────────────────────────────────────────*/
	/* pc */
		#side_box {padding-bottom:1.8%;}
		#side_box .sub_menu {width:100%;padding:0;margin:0;z-index:2;text-align:center;vertical-align:top;}
		#side_box .sub_menu dl {position:relative;display:inline-block;margin:0 auto;z-index:3;font-size:0;text-align:center;vertical-align:top;padding:0;}
		#side_box .sub_menu dt, #side_box .sub_menu dd {display:inline-block;margin:0;padding:0;}
		#side_box .sub_menu dt {display:none;}
		#side_box .sub_menu dd {line-height:31px;height:32px;padding:0 12px;border-bottom:1px #ccc solid;position:relative;z-index:1;box-sizing:border-box;vertical-align:top;}
		#side_box .sub_menu dd + dd {}
		#side_box .sub_menu dd a, #side_box .sub_menu dd strong {height:31px;line-height:31px;font-size:15px;font-weight:600;padding:0 2px;color:#888;display:inline-block;box-sizing:border-box;vertical-align:top;}
		#side_box .sub_menu dd:hover a, #side_box .sub_menu dd.on a, #side_box .sub_menu dd strong {border-color:#333;color:#333;position:relative;}
		#side_box .sub_menu dd:hover a:before, #side_box .sub_menu dd.on a:before, #side_box .sub_menu dd strong:before {bottom:-1px;width:100%;height:2px;background:#333;left:50%;transform:translateX(-50%);position:absolute;content:"";display:block;}
	@media only screen and (max-width:1200px) {
	}
	@media only screen and (max-width:1023px) {		
	}
	@media only screen and (max-width:860px) {
		#side_box .sub_menu dd {line-height:29px;height:30px;padding:0 8px;}
		#side_box .sub_menu dd a,
		#side_box .sub_menu dd strong {height:29px;line-height:29px;font-size:14px;padding:0 2px;}
	}
	@media only screen and (max-width:767px) {
	}
	@media only screen and (max-width:640px) {
		#side_box .sub_menu dd {line-height:27px;height:28px;padding:0 8px;}
		#side_box .sub_menu dd a,
		#side_box .sub_menu dd strong {height:27px;line-height:27px;font-size:14px;padding:0 2px;}
	}
	@media only screen and (max-width:480px) {
		#side_box {display:none;}
	}

/*───────────────────────────────────────────────────────────

	 MAIN | index.html

───────────────────────────────────────────────────────────*/
	/*visual*/
		.main_visual{height:940px;position: relative;z-index:10;}
		.main_visual .visual_ul, .main_visual .slick-list, .main_visual .slick-track{height:100%;}
		.main_visual .slick-slide{height:100%;overflow:hidden;}
		.main_visual .slick-slide > a{display:inline-block;height:100%;width: 100%;margin:0 auto;text-align:Center;position:relative;left: 0;top:0;outline:0;background:url('../img/main_visual_01.jpg')no-repeat;background-position: center;background-size: cover !important;transition:transform 4.2s;transform:scale(1.2);}

		.main_visual .txt_box {width: 100%;text-align:center;transform:translate(-50%);position:absolute;left:50%;top:397px;font-size: 0;}
		.main_visual .txt_box b,
		.main_visual .txt_box span{transform:translateY(50px);opacity:0;}
		.main_visual .txt_box b{display:block;font-size:68px;color:#fff;font-weight:700;}
		.main_visual .txt_box span{display:block;font-size:20px;color:#fff;font-weight:400;margin-top:22px;letter-spacing:-0.02em;}

		.main_visual .visual_btn_wrap {position:absolute;left: 0;bottom:81px;overflow:hidden;width: 100%;text-align:center;}
		.main_visual .visual_btn_wrap .control_btn{display:inline-block;vertical-align:middle;width:152px;height:30px;box-sizing:border-box;position:relative;border-radius:15px;background:rgba(0,0,0, 0.3);font-size:0;text-align:left;padding:0 13px 0 21px;}
		.main_visual .visual_btn_wrap .control_btn .slide_count{display:inline-block;font-size:14px;color:#fff;font-weight:700;line-height:29px;letter-spacing:-0.04em;}
		.main_visual .visual_btn_wrap .control_btn .slide_count span{font-size:inherit;color:inherit;font-weight:inherit;letter-spacing:inherit;}
		.main_visual .visual_btn_wrap .control_btn #pause-btn,
		.main_visual .visual_btn_wrap .control_btn #play-btn,
		.main_visual .visual_btn_wrap .control_btn .slick-arrow {font-size:0;display:inline-block;height:29px;outline:none;vertical-align:top;}
		.main_visual .visual_btn_wrap .control_btn .slick-arrow {width:15px;}
		.main_visual .visual_btn_wrap .control_btn .slick-prev {background: url('../images/skin/slick_prev.png') no-repeat left;background-size:9px auto;margin-right:13px;}
		.main_visual .visual_btn_wrap .control_btn .slick-next {background: url('../images/skin/slick_next.png') no-repeat right;background-size:9px auto;margin-left:12px;}
		.main_visual .visual_btn_wrap .control_btn #pause-btn {width:24px;background:url('../images/skin/slick_pause.png') no-repeat center;background-size:8px auto;margin-left:11px;}
		.main_visual .visual_btn_wrap .control_btn #play-btn{width:14px;height: 0px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right: 50px solid none;border-left: 10px solid #fff;margin-top:7px;margin-left:20px;display: none;font-size:0;outline:none;}
		#wrap button span{display: block;}
		
		/* visual active */
			.main_visual .active > a{transform:scale(1);transition-delay:0.5s;}
			.main_visual .active .txt_box b,
			.main_visual .active .txt_box span{opacity:1;transform:translateY(0);transition:all 1.5s;transition-delay:1s;}
			.main_visual .slick-active .txt_box span{transition-delay:1.5s;}
	
	/*section 01*/
		.section_01{position: relative;z-index:2;}
		.section_01 > div{width:100%;height:940px;} 
		.section_01 > div > div{width:50%;height:100%;}
		.main_terminal .section01_img{position: relative;background:url('../images/skin/main_bnr_01.jpg')no-repeat center;background-size:cover;}
		.main_solution .section01_img{position: relative;background:url('../images/skin/main_bnr_02.jpg')no-repeat center;background-size:cover;}
		.section_01 .section01_txt{box-sizing:border-box;}
		.main_terminal .section01_txt{padding:212px 67px 200px 137px;}
		.main_solution .section01_txt{padding:214px 67px 200px 123px;}
		.section_01 .section01_txt .sub_tit{font-size:24px;color:#888;font-weight:400;}
		.section_01 .section01_txt h3{font-size:44px;color:#333;font-weight:700;letter-spacing:0;margin-top:34px;}
		.section_01 .main_terminal .section01_txt .sub_tit{font-family:'Montserrat';}
		
		.section_01 .main_solution .section01_txt .sub_tit{color:#333;}
		.section_01 .main_solution .section01_txt h3{font-size:70px;font-family:'Montserrat';font-style:italic;font-weight:800;margin-top:14px;letter-spacing:-0.01em;}

		.section_01 .section01_txt p{font-size:16px;color:#666;font-weight:400;word-break:keep-all;margin-top:40px;line-height:26px;}
		.section_01 .main_solution .section01_txt p{margin-top:35px;}
		.section_01 .section01_txt a{display: inline-block;width:240px;height:60px;line-height:60px;text-align:center;border:1px solid #000;font-size:16px;color:#000;font-weight:700;box-sizing:border-box;margin-top:97px;background:url('../images/skin/btn_more_black.png')no-repeat;background-position:180px center;padding-right:75px;position: relative;transition:all 0.5s;}
		.section_01 .section01_txt a:before{content:"";position: absolute;top:0;left:0;display: block;width:100%;height:100%;z-index:-1;background-color:#eee;transform:scaleX(.3);transform:scaleX(.3);opacity:0;transition:all .6s;}
		.section_01 .section01_txt a:hover:before{background-color:#000;opacity:1;transform:scaleX(1);transition:transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;}	
		.section_01 .section01_txt a:hover{color:#fff;background:url('../images/skin/btn_more_arr_white.png')no-repeat;background-position:180px center;transition:all 0.5s;transition-delay:0.2s;}	

	/*section 02*/
		.section_02{width:100%;box-sizing:border-box;padding:144px 0;background:#f5f5f5;height:800px;margin-top:44px;}
		.section_02 .main_ex{width:1280px;height:100%;margin:0 auto;position: relative;}
		.section_02 .main_ex .main_ex_tit{position: absolute;top:41px;left:0;width:370px;}
		.section_02 .main_ex .main_ex_tit h3{font-size:44px;color:#333;font-weight:700;}
		.section_02 .main_ex .main_ex_tit p{font-size:14px;color:#888;font-weight:400;word-break:keep-all;margin-top:18px;letter-spacing:0;line-height:20px;}
		
		.section_02 .main_ex_img{position: absolute;width:1660px;right:-770px;}
		.section_02 .main_ex_img .slick-slide img{width:100%;}
		.section_02 .main_ex_img .slick-track{padding-left:0;}
		.section_02 .main_ex_img .slick-arrow{position: absolute;z-index:1;width:100px;height:67px;font-size:0;bottom:-41px;outline:none;}
		.section_02 .main_ex_img .slick-prev{left:90px;background:url('../images/skin/arr_prev.png')no-repeat;background-color:#222;background-position:55px 47%;background-size:28px auto;}
		.section_02 .main_ex_img .slick-next{left:190px;background:url('../images/skin/arr_next.png')no-repeat left center;background-color:#222;background-position:21px 47%;background-size:28px auto;}

		.section_02 .main_ex_img li{display: inline-block;margin-left:30px;outline:none;}
		.section_02 .main_ex_img li a{outline:none;}
		
		.section_02 .main_ex_txt .slick-track{padding-left:0px;}
		.section_02 .main_ex .main_ex_view{position: absolute;bottom:80px;width:240px;counter-reset: section 0;}
		.section_02 .main_ex_txt li{display: inline-block;position: relative;outline:none;height:130px;}
		.section_02 .main_ex_txt li:before{counter-increment: section;content:"0"counter(section) "";font-size:80px;line-height:80px;color:#ccc;font-weight:700;opacity:1;position:absolute;right:48px;bottom:60px;display: none;}
		.section_02 .main_ex_txt li:after{font-size:80px;line-height:80px;color:#ccc;position:absolute;left:0;bottom:53px;font-weight:700;content:"";font-family:'Montserrat';}
		.section_02 .main_ex_txt li:nth-child(2):after{content:"01";}
		.section_02 .main_ex_txt li:nth-child(3):after{content:"02";}
		.section_02 .main_ex_txt li:nth-child(4):after{content:"03";}
		.section_02 .main_ex_txt li:nth-child(5):after{content:"04";}
		.section_02 .main_ex_txt li:nth-child(6):after{content:"05";}
		.section_02 .main_ex_txt li:nth-child(7):after{content:"06";}
		.section_02 .main_ex_txt li:nth-child(8):after{content:"07";}
		.section_02 .main_ex_txt li a{outline:none;font-size:28px;color:#333;font-weight:500;position: absolute;bottom:0;}

		.section_02 .main_ex .main_ex_view a.btn_more{display: inline-block;width:240px;height:60px;text-align:center;border:1px solid #333;box-sizing:border-box;margin-top:29px;position: relative;transition:all 0.5s;}
		.section_02 .main_ex .main_ex_view a.btn_more span{line-height:55px;font-size:16px;color:#333;font-weight:600;background:url('../images/skin/btn_more_black.png')no-repeat;background-position:180px center;position: relative;z-index:2;display: inline-block;width:100%;height:100%;padding-right:81px;box-sizing:border-box;}
		.section_02 .main_ex .main_ex_view a.btn_more:before{content:"";position: absolute;top:0;left:0;display: block;width:100%;height:100%;z-index:1;background-color:#000;transform:scaleX(.3);transform:scaleX(.3);opacity:0;transition:all .6s;}
		.section_02 .main_ex .main_ex_view a.btn_more:hover:before{background-color:#000;opacity:1;transform:scaleX(1);transition:transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;}	
		.section_02 .main_ex .main_ex_view a.btn_more:hover span{color:#fff;background:url('../images/skin/btn_more_arr_white.png')no-repeat;background-position:180px center;transition:all 0.5s;transition-delay:0.2s;}		

	/*section 03*/
		.main_partner{margin:0 auto;box-sizing:border-box;}
		.main_partner h3{text-align:center;font-size:44px;color:#333;font-weight:700;margin:43px 0 35px 0;}
		.main_partner li a{display: block;width:100%;height:100%;transition:all 0.5s;position: relative;box-sizing:border-box;text-align:center;}
		.up_partner_box{box-sizing:border-box;padding:0 88.5px;}
		#wrap .up_partner{width:100%;box-sizing:border-box;overflow:visible;border-bottom:1px solid #aaa;padding-bottom:30px;}
		.partner_upside:after{clear:both;content:"";display:block;}
		.partner_upside li{display: inline-block;box-sizing:border-box;position: relative;float:left;margin-bottom:20px;transition:all 0.5s;width:calc(10% - 12px);box-sizing:border-box;border:1px solid #ddd;position:relative;}
		.partner_upside li:nth-of-type(10n+1){clear:both;float:left;margin-left:0;}
		.partner_upside li + li{margin-left:13px;}
		/* .partner_upside li:before{width:1px;height:0;content:"";background:#128bef;position: absolute;top:0px;left:1px;transition:all 0.5s;}
		.partner_upside li:after{width:1px;height:0;content:"";background:#128bef;position: absolute;bottom:0;right:0px;transition:all 0.5s;} */
		.partner_upside li:hover{border:1px solid #128bef;transition:all 0.5s;}
		/* .partner_upside li:hover:before,
		.partner_upside li:hover:after{height:100%;transition:all 0.5s;} */

		.down_partner_box{margin-top:40px;width:100%;font-size:0;padding:0 88.5px;box-sizing:border-box;}
		#wrap .down_partner_box > div{overflow:visible;}
		#wrap .down_partner_box .down_partner{width:100%;box-sizing:border-box;overflow:visible;}
		.partner_downside{width:100%;font-size:0;}
		.partner_downside:after{clear:both;content:"";display:block;}
		.partner_downside li{box-sizing:border-box;position: relative;transition:all 0.5s;vertical-align:top;float:left;margin-bottom:20px;width:calc(10% - 12px);box-sizing:border-box;border:1px solid #ddd;position: relative;}
		.partner_downside li + li{margin-left:13px;}
		.partner_downside li:nth-of-type(10n+1){clear:both;float: left;margin-left:0;}
		.partner_downside li a{display:block;width:100%;height:100%;box-sizing:border-box;position:relative;}
		/* .partner_downside li:before{width:1px;height:0;content:"";background:#128bef;position: absolute;top:0px;left:-1px;transition:all 0.5s;}
		.partner_downside li:after{width:1px;height:0;content:"";background:#128bef;position: absolute;bottom:0;right:-1px;transition:all 0.5s;} */
		.partner_downside li:hover{border:1px solid #128bef;transition:all 0..5s;}
		/* .partner_downside li:hover a:before,
		.partner_downside li:hover a:after{height:100%;transition:all 0.5s;} */

	/*section 04*/
		.section_04{margin-top:78px;}
		.section_04 .main_qa{width:100%;background:url('../images/skin/main_tech_bg.jpg')no-repeat;background-size:cover;box-sizing:border-box;padding:66px 0 85px 0;}
		.section_04 .main_qa h3{font-size:44px;color:#fff;font-weight:700;margin:0 0 29px 0;text-align:center;letter-spacing:-0.02em;}
		.section_04 .main_qa_form{width:1280px;padding:61px 100px 56px 98px;box-sizing:border-box;background:#f2f3f4;border-radius:10px;border:1px solid #ddd;margin:0 auto;transition-delay:0.3s;text-align:center;}
		.section_04 .main_qa_form table{text-align:left;}
		.section_04 .main_qa_form table tbody tr td{padding:8px 0;}
		.section_04 .main_qa_form table tbody tr td:nth-child(1){width:58.2%;}
		.section_04 .main_qa_form dl dt{display: inline-block;font-size:18px;color:#333;font-weight:400;width:115px;line-height:54px;position: relative;vertical-align:middle;}
		.section_04 .main_qa_form dl dt.required:after{content:"*";font-size:18px;color:#e50051;font-weight:400;display: inline-block;margin-left:5px;line-height:initial;}	
		.section_04 .main_qa_form dl dd{display:inline-block;vertical-align:top;}
		.section_04 .main_qa_form dl dd select{height:52px;border:1px solid #ddd;box-sizing:border-box;vertical-align:top;margin-left:13px;outline:none;font-size:16px;color:#666;font-weight:400;padding-left:20px;appearance:none;-webkit-appearance:none;width:200px;background:#fff url('../images/skin/main_select_arr.png')no-repeat 90% center;}
		.section_04 .main_qa_form dl dd select::-ms-expand{appearance:none;}
		.section_04 .main_qa_form dl dd input{height:52px;line-height:52px;border:1px solid #ddd;box-sizing:border-box;vertical-align:top;margin-left:13px;outline:none;font-size:16px;color:#666;font-weight:400;padding-left:20px;width:320px;}
		.section_04 .main_qa_form dl dd input:focus{border:1px solid #000;color:#000;}
		.section_04 .main_qa_form dl dd input::placeholder{color:#aaa;}
		.section_04 .main_qa_form dl dd input:focus::placeholder{color:#000;}
		
		.section_04 .main_qa_form dl dd.tit_cont{width:88%;}
		.section_04 .main_qa_form dl dd.tit_cont input{width:100%;}
		
		.section_04 .main_qa_form dl dd.inquiry_cont{width:88%;height:122px;}
		.section_04 .main_qa_form dl dd textarea{border:1px solid #ddd;box-sizing:border-box;vertical-align:top;margin-left:13px;outline:none;font-size:16px;color:#666;font-weight:400;width:100%;height:100%;padding:10px;}
		.section_04 .main_qa_form dl dd textarea:focus{border:1px solid #000;color:#000;}

		.section_04 .main_qa_form dl dd .captcha_wrap{margin-left:13px;}
		.section_04 .main_qa_form dl dd .captcha_wrap img#captcha{height:50px !important;width:auto !important;}
		.section_04 .main_qa_form dl dd .captcha_wrap input#captcha{width:210px;margin:0;}

		.section_04 .main_qa_form table tbody tr td.check_td textarea{display:block;width:100%;outline:none;height:92px;box-sizing:border-box;}

		.section_04 .main_qa_form .btn_send_main{display:inline-block;width:200px;height:56px;line-height:56px;margin:40px auto 0 auto;background:#128bef;font-size:18px;color:#fff;font-weight:400;transition:all 0.3s;border:1px solid #128bef;}
		.section_04 .main_qa_form .btn_send_main:hover{background:#fff;color:#333;transition:all 0.3s;}

		.section_04 .introduc_down{text-align:center;margin-top:67px;font-size:0;}
		.section_04 .introduc_down a{display: inline-block;width:300px;height:80px;line-height:80px;box-sizing:border-box;font-size:18px;color:#fff;font-weight:400;padding-right:38px;border:1px solid transparent;transition:all 0.5s;position: relative;}
		.section_04 .introduc_down a:before{width:1px;height:0;content:"";background:#fff;position: absolute;top:0px;left:-1px;transition:all 0..5s;}
		.section_04 .introduc_down a:after{width:1px;height:0;content:"";background:#fff;position: absolute;bottom:0;right:-1px;transition:all 0..5s;}
		.section_04 .introduc_down a:hover{border-top:1px solid #fff;border-bottom:1px solid #fff;transition:all 0.5s;}
		.section_04 .introduc_down a:hover:before,
		.section_04 .introduc_down a:hover:after{height:100%;transition:all 0.5s;}
		.section_04 .introduc_down a + a{margin-left:20px;}
		.section_04 .introduc_down a:nth-child(1){background:url('../images/skin/icon_download.png')no-repeat;background-size:21px;background-position:227px 27px;background-color:#00aca9;}
		.section_04 .introduc_down a:nth-child(2){background:url('../images/skin/icon_download.png')no-repeat;background-size:21px;background-position:236px 27px;background-color:#20aad2;}
		.section_04 .introduc_down a:nth-child(3){background:url('../images/skin/icon_download.png')no-repeat;background-size:21px;background-position:236px 27px;background-color:#2d2e71;}

	/*section 05*/
		.section_05{margin:90px 0 177px 0;}
		.section_05 .video_wrap{width:1720px;height:640px;margin:0 auto;position:relative;box-sizing:border-box;}
		.section_05 .video_wrap iframe{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}

	/*1800이하*/
	@media only screen and (max-width:1800px) {
		.section_05 .video_wrap{width:85%;height:77vh;}
	}
	/*1500이하*/
	@media only screen and (max-width:1500px) {
		/*section 01*/
			.main_terminal .section01_txt{padding:212px 40px 200px 70px;}	
			.main_solution .section01_txt{padding:218px 30px 200px 80px;}
			.section_01 .section01_txt h3{font-size:60px;}
	}
	/*1350이하*/
	@media only screen and (max-width:1350px) {
		/*section 02*/
			.section_02 .main_ex .main_ex_tit{left:30px;}
			.section_02 .main_ex{width:100%;box-sizing:border-box;padding:67px 30px 0 30px;}

		/*section 04*/
			.section_04 .main_qa{padding:66px 30px 85px 30px;}
			.section_04 .main_qa_form{width:100%;padding:61px 60px 56px 60px;}

			.section_04 .main_qa_form table tbody tr td:nth-child(1){width:53%;}
	}
	/*1310이하*/
	@media only screen and (max-width:1310px) {
		/*section 02*/
			.section_02 .main_ex_img{width:1300px;right:-500px;}
	}
	/*1300이하*/	
	@media only screen and (max-width:1300px){
		/*section 01*/
			.section_01 .section01_txt p br{display:none;}

		/*section 03*/
			.up_partner_box{padding:0 40px;}

			.down_partner_box{padding:0;padding-left:40px;}
			#wrap .up_partner_wrapper, #wrap .down_partner_box .down_partner{width:1600px;}
	}
	/*1200이하*/	
	@media only screen and (max-width:1200px){
		/*visual*/
			.main_visual{height:800px;}
			.main_visual .txt_box{top:38%;}
			.main_visual .visual_btn_wrap{bottom:10%;}

		/*section 02*/
			.section_02{padding:100px 0;height:620px;}
			.section_02 .main_ex .main_ex_tit h3{font-size:30px;}
			.section_02 .main_ex .main_ex_tit p{font-size:13px;}
			.section_02 .main_ex_img{width:1100px;right:-430px;}
			.section_02 .main_ex .main_ex_view{bottom:60px;}
			.section_02 .main_ex_txt li{height:110px;}
			.section_02 .main_ex_txt li a{font-size:26px;}
			.section_02 .main_ex_txt li:after{font-size:60px;line-height:60px;bottom:42px;}
			.section_02 .main_ex .main_ex_view a.btn_more{width:200px;height:50px;}
			.section_02 .main_ex .main_ex_view a.btn_more span{padding-right:75px;line-height:50px;font-size:14px;background-position:150px center;}
			.section_02 .main_ex .main_ex_view a.btn_more:hover span{background-position:150px center;}

		/*section 04*/
			.section_04 .main_qa{padding:45px 30px 70px 30px;}
			.section_04 .main_qa_form dl dd input{width:280px;}

			.section_04 .main_qa_form dl dd.tit_cont,			
			.section_04 .main_qa_form dl dd.inquiry_cont{width:84%;}

		/*section 05*/
			.section_05{margin:80px 0 150px 0;}
			.section_05 .video_wrap{height:65vh;}
	}
	/*1100이하*/	
	@media only screen and (max-width:1100px){
		/*section 01*/
			.section_01 > div{height:780px;}
			.main_terminal .section01_txt{padding:10% 3% 10% 5%;}
			.section_01 .section01_txt .sub_tit,
			.section_01 .section01_txt .sub_tit{font-size:20px;}
			.section_01 .section01_txt h3,
			.section_01 .main_solution .section01_txt h3{font-size:50px;}
			.section_01 .section01_txt a{width:170px;margin-top:50px;background-position:85% center;padding-right:45px;}
			.section_01 .section01_txt a:hover{background-position:85% center;}

			.main_solution .section01_txt{padding:10% 5% 10% 3%;}

		/*section 04*/
			.section_04 .main_qa_form dl dt{font-size:16px;width:105px;}
			.section_04 .main_qa_form dl dd input{font-size:14px;width:240px;}
			.section_04 .main_qa_form dl dd select{font-size:14px;width:170px;}

			.section_04 .main_qa_form dl dd.tit_cont,
			.section_04 .main_qa_form dl dd.inquiry_cont{width:83%;}

			.section_04 .main_qa_form dl dd .captcha_wrap input#captcha{width:150px;}

			.section_04 .introduc_down a{width:26%;}
			.section_04 .introduc_down a:nth-child(1),
			.section_04 .introduc_down a:nth-child(2),
			.section_04 .introduc_down a:nth-child(3){background-size:21px;background-position:90% center;}
	}
	/*1050이하*/
	@media only screen and (max-width:1050px) {
		/*section 02*/
			.section_02{padding:60px 0;height:auto;}
			.section_02 .main_ex .main_ex_tit{position: relative;top:0;left:0;}
			.section_02 .main_ex .main_ex_tit h3{font-size:44px;}
			.section_02 .main_ex .main_ex_tit p{font-size:15px;}
			.section_02 .main_ex_img{position: relative;width:1050px;right:0px;margin-top:40px;}
			.section_02 .main_ex_img .slick-track{padding-left:930px;}
			.section_02 .main_ex_img .slick-arrow{width:80px;}
			.section_02 .main_ex_img .slick-prev{left:70px;background-position:30px center;}
			.section_02 .main_ex_img .slick-next{left:150px;background-position:25px center;}
			.section_02 .main_ex .main_ex_view{position: relative;bottom:0;margin-top:50px;}
			.section_02 .main_ex_txt li{height:80px;}
			.section_02 .main_ex_txt li a{padding-left:95px;}
			.section_02 .main_ex_txt li:after{bottom:0;}

		/*section 03*/
			#wrap .up_partner_wrapper, #wrap .down_partner_box .down_partner{width:1300px;}
	}
	/*1023이하*/	
	@media only screen and (max-width:1023px){
		/*section 04*/
			.section_04 .main_qa_form dl dd select{height:48px;}
			.section_04 .main_qa_form dl dd input{height:48px;line-height:48px;}
	}
	/*1000이하*/	
	@media only screen and (max-width:1000px){
		/*section 04*/
			.section_04 .main_qa h3{font-size:38px;}
			.section_04 .main_qa_form{padding:40px 30px 40px 30px;}
			.section_04 .main_qa_form dl dd input{width:210px;}

			.section_04 .main_qa_form dl dd.tit_cont,
			.section_04 .main_qa_form dl dd.inquiry_cont{width:80%;}

			.section_04 .introduc_down a{font-size:16px;height:70px;line-height:70px;}
	}
	/*900이하*/	
	@media only screen and (max-width:900px){
		/*section 01*/
			.section_01 > div{height:680px;}

		/*section 04*/
			.section_04 .main_qa_form table tbody tr td{display:block;}
			.section_04 .main_qa_form table tbody tr td:nth-child(1){width:100%;}
			.section_04 .main_qa_form dl dd{width:calc(100% - 130px);margin-left:13px;}
			.section_04 .main_qa_form dl dd input{width:100%;margin:0;}
			.section_04 .main_qa_form dl dd select{width:100%;background-position:97% center;margin:0;}
			.section_04 .main_qa_form dl dd textarea{margin:0;}
			.section_04 .main_qa_form dl dd .captcha_wrap{margin:0;}

			.section_04 .main_qa_form dl dd.tit_cont,
			.section_04 .main_qa_form dl dd.inquiry_cont{width:calc(100% - 130px);}

			.section_04 .introduc_down a{width:28%;}
	}
	/*860이하*/	
	@media only screen and (max-width:860px){
		/*section 04*/
			.section_04 .main_qa_form dl dt{line-height:46px;}
			.section_04 .main_qa_form dl dd select{height:44px;}
			.section_04 .main_qa_form dl dd input{height:44px;line-height:44px;}
			.section_04 .main_qa_form dl dd .captcha_wrap img#captcha{height:44px !important;}
	}
	/*800이하*/	
	@media only screen and (max-width:800px){
		/*visual*/
			.main_visual{height:100vh;}
			.main_visual .txt_box b{font-size:50px;}
			.main_visual .txt_box span{font-size:16px;margin-top:16px;}

		/*section 01*/
			.section_01{margin-top:80px;}
			.section_01 > div{height:auto;box-sizing:border-box;padding:0 30px;}
			.section_01 .section01_img{height:500px;}
			.section_01 > div > div{width:100%;}
			.main_terminal .section01_txt, .main_solution .section01_txt{padding:30px 0;}

			.section_01 .main_solution{margin-top:30px;}

		/*section 02*/
			.section_02 .main_ex_img{width:100%;}
			.section_02 .main_ex_img .slick-track{padding-left:0;}
			.section_02 .main_ex_img li{margin-left:0;}

		/*section 03*/
			#wrap .up_partner_wrapper, #wrap .down_partner_box .down_partner{width:1700px;}

		/*section 04*/
			.section_04 .introduc_down a{display:block;width:80%;font-size:18px;margin:0 auto;}
			.section_04 .introduc_down a + a{margin:20px auto 0 auto;}

		/*section 05*/
			.section_05{margin:80px 0 100px 0;}
			.section_05 .video_wrap{height:50vh;}
	}
	/*767이하*/	
	@media only screen and (max-width:767px){
		/*section 04*/
			.section_04 .main_qa_form dl dt{line-height:42px;}
			.section_04 .main_qa_form dl dd,
			.section_04 .main_qa_form dl dd.tit_cont, 
			.section_04 .main_qa_form dl dd.inquiry_cont{width:calc(100% - 122px);}
			.section_04 .main_qa_form dl dd select{height:40px;}
			.section_04 .main_qa_form dl dd input{height:40px;line-height:40px;}
			.section_04 .main_qa_form dl dd .captcha_wrap img#captcha{height:40px !important;}
	}
	/*640이하*/	
	@media only screen and (max-width:640px){
		/*visual*/
			.main_visual{height:100vh;}

		/*section 03*/
			.main_partner h3{font-size:30px;margin:28px 0 20px 0;}
			#wrap .up_partner{padding-bottom:30px;}
			.up_partner_box{padding:0 15px;}
			.down_partner_box{padding-left:15px;margin-top:20px;}

		/*section 04*/
			.section_04{margin-top:50px;}
			.section_04 .main_qa{padding:30px 15px 30px 15px;}
			.section_04 .main_qa h3{font-size:32px;margin:0 0 20px 0;}
			.section_04 .main_qa_form{padding:25px 15px 25px 15px;}
			.section_04 .main_qa_form dl dt{line-height:38px;}
			.section_04 .main_qa_form dl dd input{height:36px;line-height:36px;padding-left:10px;font-size:13px;}
			.section_04 .main_qa_form dl dd select{height:36px;padding-left:10px;font-size:13px;}
			.section_04 .main_qa_form dl dd .captcha_wrap img#captcha{height:36px !important;}
			.section_04 .main_qa_form dl dd .captcha_wrap input#captcha{display:block;width:100%;margin-top:10px;}
			.section_04 .main_qa_form .btn_send_main{width:150px;height:46px;line-height:46px;margin:20px auto 0 auto;font-size:16px;}

		/*section 05*/
			.section_05{margin:80px 0 100px 0;}
			.section_05 .video_wrap{height:50vh;width:92%;}
	}
	/*500이하*/	
	@media only screen and (max-width:500px){
		/*section 04*/
			.section_04 .main_qa_form dl dt{line-height:34px;}
			.section_04 .main_qa_form dl dd input{height:32px;line-height:32px;}
			.section_04 .main_qa_form dl dd select{height:32px;}
			.section_04 .main_qa_form dl dd .captcha_wrap img#captcha{height:32px !important;}

			.section_04 .introduc_down{margin-top:45px;}
			.section_04 .introduc_down a{width:100%;font-size:16px;height:60px;line-height:60px;}
	}
	/*480이하*/	
	@media only screen and (max-width:480px){
		/*visual*/
			.main_visual{height:100vh;}
			.main_visual .txt_box{top:50%;transform:translate(-50%, -50%);}
			.main_visual .txt_box b{font-size:35px;}
			.main_visual .txt_box span{font-size:14px;}

			.main_visual .visual_btn_wrap{bottom:8%;}

		/*section 01*/
			.section_01 > div{padding:0 15px;}
			.section_01 .section01_img{height:350px;}
			.section_01 .section01_txt .sub_tit, .section_01 .section01_txt .sub_tit{font-size:16px;}
			.section_01 .section01_txt h3, .section_01 .main_solution .section01_txt h3{font-size:32px;margin-top:15px;}
			.section_01 .section01_txt p, .section_01 .main_solution .section01_txt p{font-size:14px;margin-top:15px;line-height:24px;}
			.section_01 .section01_txt a{width:135px;height:45px;line-height:45px;font-size:14px;color:#fff;background:#000 url('../images/skin/btn_more_arr_white.png')no-repeat 85% center;background-size:auto 9px;margin-top:20px;}
			.section_01 .section01_txt a:hover{background:#000 url('../images/skin/btn_more_arr_white.png')no-repeat 85% center;background-size:auto 9px;}

			.section_01 .main_solution{margin-top:15px;}

		/*section 02*/
			.section_02{margin-top:25px;padding:38px 0 48px 0;}
			.section_02 .main_ex{padding:0 15px;}
			.section_02 .main_ex .main_ex_tit h3{font-size:25px;}
			.section_02 .main_ex .main_ex_tit p{font-size:13px;margin-top:9px;}
			.section_02 .main_ex_img{margin-top:20px;}
			.section_02 .main_ex_img li{height:222px;}
			.section_02 .main_ex_img .slick-slide img{width:auto;height:100%;}
			.section_02 .main_ex_img .slick-arrow{width:50px;height:33px;bottom:-18px;}
			.section_02 .main_ex_img .slick-prev{left:10px;background-position:28px center;background-size:14px auto;}
			.section_02 .main_ex_img .slick-next{left:60px;background-position:11px center;background-size:14px auto;}

			.section_02 .main_ex .main_ex_view{margin-top:35px;width:100%;}
			.section_02 .main_ex .main_ex_tit{width:100%;}
			.section_02 .main_ex_txt li{height:50px;}
			.section_02 .main_ex_txt li:after{font-size:40px;line-height:60px;}
			.section_02 .main_ex_txt li a{padding-left:51px;font-size:20px;}
			.section_02 .main_ex_txt li:after{font-size:40px;line-height:42px;}
			.section_02 .main_ex .main_ex_view a.btn_more{width:170px;height:40px;margin-top:11px;}	
			.section_02 .main_ex .main_ex_view a.btn_more span{line-height:37px;font-size:13px;padding-right:62px;background-position:136px center;background-size:10px auto;}
			.section_02 .main_ex .main_ex_view a.btn_more:hover span{color:#333;background:url('../images/skin/btn_more_black.png')no-repeat;background-position:136px center;background-color:transparent;background-size:10px auto;}	

		/*section 04*/
			.section_04{margin-top:45px;}
			.section_04 .main_qa h3{font-size:25px;}
			.section_04 .main_qa_form table tbody tr td{padding:3.5px 0;}
			.section_04 .main_qa_form dl dt{font-size:14px;line-height:32px;width:85px;}
			.section_04 .main_qa_form dl dt.required:after{font-size:14px;margin-left:0;}
			.section_04 .main_qa_form dl dd,
			.section_04 .main_qa_form dl dd.tit_cont,
			.section_04 .main_qa_form dl dd.inquiry_cont{width:calc(100% - 94px);margin-left:5px;}
			.section_04 .main_qa_form dl dd{}
			.section_04 .main_qa_form dl dd input{height:30px;line-height:30px;font-size:12px;}
			.section_04 .main_qa_form dl dd select{height:30px;font-size:12px;}
			.section_04 .main_qa_form dl dd .captcha_wrap img#captcha{height:30px !important;}

			.section_04 .main_qa_form .btn_send_main:hover{background:#128bef;color:#fff;}

			.section_04 .introduc_down a{height:50px;line-height:50px;font-size:14px;}
			.section_04 .introduc_down a:nth-child(1),
			.section_04 .introduc_down a:nth-child(2),
			.section_04 .introduc_down a:nth-child(3){background-size:18px;background-position:74% center;}
			.section_04 .introduc_down a:hover{border:none;}
			.section_04 .introduc_down a:hover:before,
			.section_04 .introduc_down a:hover:after{height:0;}

		/*section 05*/
			.section_05{margin:45px 0 40px 0;}
			.section_05 .video_wrap{height:40vh;}
	}
	/*330이하*/	
	@media only screen and (max-width:330px){
		/*section 04*/
			.section_04 .main_qa_form dl dt{font-size:13px;width:80px;}
			.section_04 .main_qa_form dl dd, .section_04 .main_qa_form dl dd.tit_cont, .section_04 .main_qa_form dl dd.inquiry_cont{margin-left:0;width:calc(100% - 83px);}

			.section_04 .introduc_down a:nth-child(1),
			.section_04 .introduc_down a:nth-child(2),
			.section_04 .introduc_down a:nth-child(3){background-position:78% center;}
	}
	/*320이하*/	
	@media only screen and (max-width:320px){
		/*visual*/
			.main_visual{height:100vh;}
			.main_visual .txt_box b{font-size:30px;}
			.main_visual .txt_box span{font-size:13px;}

		/*section 01*/
			.section_01 .section01_img{height:300px;}
	}


/* 레이어 팝업 */
@media only screen and (max-width:1080px) {
	#popup_1 .pop_content img, #popup_2 .pop_content img {vertical-align:top;}
	#popup_1 {left:50% !important;transform:translateX(-477px) !important;}
	#popup_2 {left:50% !important;transform:translateX(24px) !important;}
}
@media only screen and (max-width:960px) {
	#popup_1 {left:50% !important;transform:translateX(-377px) !important;width:400px !important;}
	#popup_2 {left:50% !important;transform:translateX(24px) !important;width:350px !important;}
}
@media only screen and (max-width:767px) {
	#popup_1 {left:50% !important;transform:translateX(-297px) !important;width:320px !important;}
	#popup_2 {left:50% !important;transform:translateX(24px) !important;width:270px !important;}
}
@media only screen and (max-width:600px) {
	#popup_1 {left:50% !important;transform:translateX(-50%) !important;width:90% !important;max-width:400px;}
	#popup_2 {left:50% !important;transform:translateX(-50%) !important;width:90% !important;max-width:350px;}
}
