@charset "utf-8";

/* Font */
@import url(common.css);
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0;}
	
	dl,ul,ol,menu,li {list-style:none;}
	*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	:focus{outline:0 !important;}
	iframe{border:none; width:100%;}
	a{color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out;}
	a:hover, a:focus ,a:active{text-decoration:none; /*color:#bd1f27;*/}
	img{max-width:100%;}
	textarea{max-width:100%; resize:none;}
    
    body {overflow-x: hidden;}
    #header {max-width:1920px;}

	@media only screen and (min-width: 320px){
		body{overflow-x:hidden;}
	}

	.hidden{font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
	.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(/images/basic_resp/img/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.back-to-top{width:40px; height:40px; position:fixed; bottom:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#bd1f27;}
	.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#wrapper{position:relative; width:100%; min-width:320px; height:100%;}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	@media only screen and (min-width: 981px){
		#header{position:absolute;z-index:666; width:100%; background:rgba(0,0,0,0.7);}
		#header > div{position:relative; margin:0 auto; width:100%; height:100px;}
		#header h1{position:absolute;left:50%;text-align:center;z-index:2000;width:153px;margin-left:-80px;}
		#header h1 a{display:block; line-height:100px;}

		.nav-btn{display:none;}

		.nav-bg{z-index:996; display:none; position:absolute; top:100px; left:-500%; width:1000%; height:220px; background:#f6f6f6; border-bottom:3px solid #ab070f;}

		#nav{position:absolute;left:0;top:30px;width:100%;text-align:center;}

		.util-menu{position:absolute; top:9px; right:10px; line-height:0; font-size:0;}
		.util-menu ul{display:inline-block; line-height:0; font-size:0;}
		.util-menu li{display:inline-block; margin-left:10px; padding-left:10px; line-height:0; font-size:0; border-left:1px solid #ddd;}
		.util-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
		.util-menu a{display:inline-block; line-height:10px; font-size:12px; color:#888;}
		.util-menu li:first-child a{color:#ff4e00;}

		.navigation{width:100%;margin:0 auto;text-align:center;}
		.navigation:after{content:""; display:block; clear:both;}
		.navigation > li{position:relative; float:left; width:20%;min-width:240px; text-align:center;}
		
		.navigation .main-menu{display:block; margin:10px 0 41px; width:100%; font-weight:400; font-size:20px; color:#fff;}
		
		.navigation .sub-menu{display:none; z-index:999; position:absolute; top:70px; left:0; padding:15px 0; width:100%; height:217px; border-right:1px solid #ddd;}
		.navigation li:first-child .sub-menu{border-left:1px solid #ddd;}
		.navigation .sub-menu a{display:block; text-align:center; line-height:35px; letter-spacing:-1px; font-size:16px; color:#7a7d83;}
		.navigation .sub-menu .intro-menu{display:none;}
		
		.navigation > li:hover .sub-menu{background:#c50810;}
		.navigation > li:hover .sub-menu a{color:#fff;}
		.navigation .sub-menu a:hover{background:#85050c;}
	}
	@media only screen and (min-width: 1201px){
		#header > div{width:1200px;}
	}
	@media only screen and (max-width: 1200px){
		#header > div{padding:0 20px;}
		.navigation{width:950px;}
		.navigation > li{position:relative;width:20%;min-width:190px; text-align:center;}
		#header h1 img{width:auto; max-height:50px;}

	}
	@media only screen and (max-width: 980px){
		#header{position:relative;z-index:999; width:100%; height:65px; background:#fff;}
		#header > div{padding:0;}

		#header h1{float:left; padding:10px 20px; height:65px;}
		#header h1 a{display:block;}
		#header h1 img{width:auto; max-height:40px;}

		.nav-btn{z-index:999; display:block; position:absolute; top:20px; right:20px; width:30px; height:23px; cursor:pointer;}
		.nav-btn span{position:absolute; left:50%; display:block; margin-left:-15px; width:30px; height:3px; background:#c50810; transition:.2s all linear;}
		.nav-btn span:nth-child(1){top:0;}
		.nav-btn span:nth-child(2){top:10px;}
		.nav-btn span:nth-child(3){top:20px;}
		
		.nav-btn.nav-close{position:fixed;}
		.nav-btn.nav-close span:nth-child(1){top:50%; transform:rotate(45deg);}
		.nav-btn.nav-close span:nth-child(2){margin-left:0; width:0;}
		.nav-btn.nav-close span:nth-child(3){top:50%; transform:rotate(-45deg);}

		.nav-bg{z-index:996; display:none; position:fixed; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7);}

		#nav{z-index:998; position:fixed; right:-260px; display:block; padding:65px 0 20px; width:260px; height:100%; background:#fff;}

		.util-menu{padding:0 30px 20px; border-bottom:1px solid #eee;}
		.util-menu a{display:inline-block; margin-top:5px; font-size:14px; color:#555;}
		.util-menu li:first-child a{color:#c50810;}
				
		.navigation .main-menu{display:block; padding:0 30px; width:100%; line-height:43px; font-weight:400; font-size:16px; color:#000; transition:none;}
		.navigation li{width:100%;min-width:100%;text-align:left;}
		.navigation > li:nth-child(3){display:none;}
		.navigation li.active .main-menu{background:#c50810; color:#fff;}

		.navigation .sub-menu{display:none; padding:10px 0; background:#f1f1f1;}
		.navigation .sub-menu a{display:block; padding:0 30px; line-height:33px; font-size:14px; color:#555;}
		.navigation .sub-menu a:before{content:""; display:inline-block; margin:0 5px 0 0; width:4px; height:1px; vertical-align:middle; background:#888;}
		.navigation .sub-menu a:hover{color:#fff; background:#3a3533;}
		.navigation .sub-menu a:hover:before{background:#fff;}
	}
	@media only screen and (max-width: 768px){
		#header h1{padding:10px;}
		.nav-btn{right:10px;}
	}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	/*.btn{text-transform:uppercase; border-radius:3px; line-height:24px;}
	.btn:focus, .btn:active{outline:none; color:#fff;}*/

	.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#509591; border-color: #509591; color:#fff;}
	.btn-custom:hover, .btn-custom:focus{background-color: #447774; border-color: #447774; color:#fff;}

	.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
	.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
	.btn-bar a{margin-right:10px;}

	.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:3px; height:38px;}
	.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #509591;}

	@media only screen and (max-width: 980px) {

	}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#footer{padding:30px 0px 50px 0; width:100%; background:#000; color:#9c9a9a;}
	.footer-area{margin:0 auto; width:95%; box-sizing:border-box;text-align:center;}
	.footer-area:after{content:""; display:block; clear:both;}
	#footer p, #footer li{font-size:14px; letter-spacing:0;word-break:keep-all;}

	.foot-logo{margin:22px auto;text-align:center;}
	.foot-info{width:100%;}

	.footer-menu{margin:0 auto 15px; line-height:0; font-size:0;text-align:center;}
	.footer-menu li{display:inline-block; margin-left:10px;	padding-left:10px; vertical-align:middle; line-height:10px; border-left:1px solid #9c9a9a; color:#fff;}
	.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
	.footer-menu li a{line-height:10px; font-size:14px; color:#fff;}

	.footer-info{margin-bottom:10px;text-align:center;}
	
	@media only screen and (min-width: 1201px){
		.footer-area{width:1200px;}
	}
	@media only screen and (max-width: 1200px){
		.footer-area{padding:0 20px;}
	}
	@media only screen and (max-width:980px){
	.footer-info span{display:block;}
		.foot-logo img{height:40px;}
	}
	
	@media only screen and (max-width:768px){
		.footer-area{padding:0 10px; text-align:center;}

		.foot-logo{float:none; margin:0 0 20px 0;}
		.foot-logo img{height:30px;}
		.foot-info{float:none; width:100%;}
		#footer p, #footer li{font-size:12px;}
		.footer-menu li{margin-left:5px; padding-left:5px;}
		.footer-menu li a{font-size:13px;}
	}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.carousel-inner > .item{height:800px;}
	.carousel-inner > .main-img01{background:url('/images/kor06r-18-0404/main/main_visual01.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img02{background:url('/images/kor06r-18-0404/main/main_visual02.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img03{background:url('/images/kor06r-18-0404/main/main_visual03.jpg') no-repeat center center/cover;}

	.main-visual .carousel-caption{top:45%; left:0; right:0; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); margin:auto; width:100%; text-shadow:none; color:#fff;}
	.main-visual .carousel-caption .slogan{width:100%;text-align:left;font-size:28px; color:#fff; word-break:keep-all;font-weight:200;}
	.main-visual .carousel-caption .slogan .main-copy{margin-bottom:10px; font-size:80px; line-height:0.9;font-family: 'Titillium Web', sans-serif;font-style: italic;}
	.main-visual .carousel-caption .slogan span{font-weight:500;}

	.main-visual .carousel-control{background:none; text-shadow:none; width:10%; text-indent:-9999em; overflow:hidden;}
	.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control:hover{opacity:1;}
	.main-visual .carousel-control.left{background:url('/images/kor06r-18-0404/main/visual_btn_prev.png') no-repeat center center;}
	.main-visual .carousel-control.right{background:url('/images/kor06r-18-0404/main/visual_btn_next.png') no-repeat center center;}

	.main-visual .carousel-indicators{text-align:left;top:60%;bottom:0px;width:1200px;margin-left:-600px;}
	.main-visual .carousel-indicators li{width:13px; height:13px; box-sizing:border-box; vertical-align:middle; border:2px solid #fff; border-radius:50%;}
	.main-visual .carousel-indicators .active{width:13px; height:13px; box-sizing:border-box; background:#fff; border-radius:50%;}

	@media only screen and (min-width: 1201px){
		.main-visual .carousel-caption{width:1200px;}
	}
	@media only screen and (max-width: 1200px){
		.main-visual .carousel-caption .slogan{margin-left:12%;}
		.main-visual .carousel-indicators{top:60%;bottom:0px;left:12%;width:100%;margin-left:0;}
	}
	@media screen and (max-width:980px){
		.carousel-inner > .item{height:600px;}
		.main-visual .carousel-caption{top:35%;}
		.main-visual .carousel-caption .slogan{font-size:18px;}
		.main-visual .carousel-caption .slogan .main-copy{margin-bottom:5px; font-size:70px;}
		.main-visual .carousel-indicators{top:50%;left:12%;width:100%;margin-left:0;}
	}
	@media screen and (max-width:768px){
		.carousel-inner > .item{height:350px;}
		.carousel-inner > .main-img01,
		.carousel-inner > .main-img02{background-position:55% center;}

		.main-visual .carousel-control.left,
		.main-visual .carousel-control.right{background-size:20px;display:none;}

		.main-visual .carousel-caption .slogan{font-size:15px;}
		.main-visual .carousel-caption .slogan .main-copy{font-size:50px;}
		.main-visual .carousel-indicators{top:60%;}
	}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#mainContainer{z-index:555;}
	#mainContainer .box_width{}

	@media only screen and (min-width: 1201px){
	}
	.main-container h2{font-family: 'Titillium Web', sans-serif;font-size:60px;font-weight:600;color:#222;margin-bottom:20px;}
	.main-container p.tcon{font-size:20px;font-weight:300;}

@media only screen and (max-width: 1200px){
	.main-container h2{font-size:55px;margin-bottom:20px;}
	.main-container p.tcon{font-size:18px;}
}

@media only screen and (max-width: 980px){
	.main-container h2{font-size:40px;margin-bottom:20px;}
	.main-container p.tcon{font-size:16px;}
}

@media only screen and (max-width: 768px){
	.main-container h2{font-size:30px;margin-bottom:15px;}
	.main-container p.tcon{font-size:14px;}
}

@media only screen and (max-width: 480px){
	.main-container p.tcon{font-size:13px;}
}


/* 비지니스  */
	.business_wrap:after{content:""; display:block; clear:both;}
	.business_wrap{background:url('/images/kor06r-18-0404/main/bg_business.jpg') no-repeat center 0;padding:70px 0 0 0;}
	.business_wrap > div{width:1200px;min-height:650px;margin:0 auto;}
	.business_wrap .business_left{float:left;width:55%;}
	.business_wrap .business_right{float:right;width:45%;text-align:right;margin-top:90px;}
	.business_wrap .business_right .img{box-shadow:-5px 10px 15px rgba(0, 0, 0, 0.4);}
	.business_wrap .business_right .bt_more{display:inline-block;margin-bottom:10px;font-weight:400;}
	.business_wrap .business_right .bt_more:hover{}
	.business_wrap .business_right .bt_more:after{content:'>';text-align:right;padding-left:10px;}
	.business_wrap .business_left .business_box{margin:30px 0;}
	.business_wrap .business_left .business_banner:after{content:""; display:block; clear:both;}
	.business_wrap .business_left .business_banner{margin-top:100px;}
	.business_wrap .business_left .business_banner li{float:left;width:25%;text-align:center;}
	.business_wrap .business_left .business_banner li a{color:#fff;font-weight:500;display:block;padding:10px;}
	.business_wrap .business_left .business_banner li a:hover{box-shadow:5px 10px 10px rgba(0, 0, 0, 0.2);border-radius:20px;}
	.business_wrap .business_left .business_banner li i{display:block;width:130px;height:130px;margin:0 auto 20px auto;}
	.business_wrap .business_left .business_banner li:nth-child(1) i{background:url('/images/kor06r-18-0404/main/icon_business01.png') no-repeat center 0;background-size:100%;}
	.business_wrap .business_left .business_banner li:nth-child(2) i{background:url('/images/kor06r-18-0404/main/icon_business02.png') no-repeat center 0;background-size:100%;}
	.business_wrap .business_left .business_banner li:nth-child(3) i{background:url('/images/kor06r-18-0404/main/icon_business03.png') no-repeat center 0;background-size:100%;}
	.business_wrap .business_left .business_banner li:nth-child(4) i{background:url('/images/kor06r-18-0404/main/icon_business04.png') no-repeat center 0;background-size:100%;}


@media only screen and (max-width: 1200px){
	.business_wrap > div{width:95%;min-height:550px;}
	.business_wrap{background-position:center -50px;padding:50px 0 0 0;}
	.business_wrap .business_right img{width:85%;}
	.business_wrap .business_left .business_banner{width:98%;}
	.business_wrap .business_left .business_banner li i{width:120px;height:120px;}
}

@media only screen and (max-width: 980px){
	.business_wrap{background-position:center -150px;padding:30px 0;}
	.business_wrap > div{width:100%;min-height:auto;}
	.business_wrap .business_right{position:relative;float:none;width:100%;text-align:center;margin-top:30px;display:none;}
	.business_wrap .business_right .bt_more{display:none;}
	.business_wrap .business_right .img_bg{height:300px;width:100%;overflow:hidden;background:url('/images/kor06r-18-0404/main/img_business.jpg') no-repeat 0 -180px / cover;background-size:100%;}
	.business_wrap .business_right img{display:none;}
	.business_wrap .business_left {width:97%;float:none;width:100%;text-align:center;}
	.business_wrap .business_left .business_box{margin:0 0;}

	.business_wrap .business_left .business_banner{margin-top:40px;}
	.business_wrap .business_left .business_banner li i{width:110px;height:110px;}
}
@media only screen and (max-width: 768px){
	.business_wrap .business_right{}
	.business_wrap .business_right .img_bg{height:200px;background:url('/images/kor06r-18-0404/main/img_business.jpg') no-repeat center/ cover;}
	.business_wrap .business_left .business_banner{margin-top:50px;}
	.business_wrap .business_left .business_banner li{width:50%;}
	.business_wrap .business_left .business_banner li i{width:80px;height:80px;}
	.business_wrap .business_left .business_banner li i{margin:0 auto 5px auto;}
	.business_wrap .business_left .business_banner li a{font-size:14px;}
}
@media only screen and (max-width: 480px){
	.business_wrap{background-position:center -160px;}
}

/* 소개  */
.company_wrap{background:url('/images/kor06r-18-0404/main/bg_company.jpg') no-repeat center 0;padding:70px 0 0 0;}
.company_wrap > div{width:1200px;min-height:600px;margin:0 auto;}
.company_wrap .company_box img{margin-left:5px;}
.company_wrap .company_box{text-align:left;color:#fff;margin-top:50px;}
.company_wrap .company_box p.title{font-size:48px;font-weight:500;}
.company_wrap .company_box .tcon{margin:30px 0;}
.company_wrap .company_box a.bt_more{display:inline-block;font-size:14px;border:1px solid #fff;padding:10px 0;border-radius:50px;width:250px;background:rgba(255,255,255,0.2);text-align:center;}
.company_wrap .company_box a.bt_more:after{content:'>';text-align:right;padding-left:10px;}
.company_wrap .company_box a.bt_more:hover{border:1px solid #ae1b22;background:rgba(173,27,34,0.2);color:#fff;}

@media only screen and (max-width: 1200px){
	.company_wrap{background-position:center -50px;padding:50px 0 0 0;}
	.company_wrap > div{width:95%;min-height:550px;}
}

@media only screen and (max-width: 980px){
	.company_wrap{background:url('/images/kor06r-18-0404/main/bg_company.jpg') no-repeat center /cover;padding:30px 0 0;}
	.company_wrap > div{min-height:450px;}
	.company_wrap .company_box{text-align:center;}
	.company_wrap .company_box img{width:auto;height:20px;}
	.company_wrap .company_box p.title{font-size:40px;}
	.company_wrap .company_box .tcon{margin:15px 0 25px 0;}
}

@media only screen and (max-width: 768px){
	.company_wrap{padding:20px 0 50px 0;}
	.company_wrap > div{min-height:auto;}
	.company_wrap .company_box p.title{font-size:30px;}
	.company_wrap .company_box img{height:15px;}
	.company_wrap .company_box a.bt_more{width:50%;}
}

@media only screen and (max-width: 480px){
	.company_wrap{padding:50px 0;}
	.company_wrap .company_box{margin-top:0px;}
	.company_wrap .company_box p.title{font-size:22px;}
	.company_wrap .company_box img{height:13px;}
}

/* 지도  */
.map_wrap{background:#cdd1d2 url('/images/kor06r-18-0404/main/bg_contactus.jpg') no-repeat center 0;padding:110px 0;}
.map_wrap > div{width:1200px;margin:0 auto;color:#222;}
.map_wrap > div:after{content:""; display:block; clear:both;}
.map_wrap .map_right{float:right;width:55%;text-align:right;}
.map_wrap .map_right .root_daum_roughmap{width:100%;box-shadow:-5px 10px 15px rgba(0, 0, 0, 0.4);}
.map_wrap .map_left{float:left;width:45%;margin-top:0px;}
.map_wrap .map_left .info_list{margin-top:50px;}
.map_wrap .map_left .info_list li:after{content:""; display:block; clear:both;}
.map_wrap .map_left .info_list li{font-size:18px;font-weight:400;color:#222;line-height:60px;margin-bottom:30px;}
.map_wrap .map_left .info_list li:first-child{line-height:25px;}
.map_wrap .map_left .info_list li i{display:inline-block;float:left;width:60px;height:60px;margin-right:10px;}
.map_wrap .map_left .info_list li:nth-child(1) i{background:url('/images/kor06r-18-0404/main/icon_contactus01.png') no-repeat center 0;background-size:100%;}
.map_wrap .map_left .info_list li:nth-child(2) i{background:url('/images/kor06r-18-0404/main/icon_contactus02.png') no-repeat center 0;background-size:100%;}
.map_wrap .map_left .info_list li:nth-child(3) i{background:url('/images/kor06r-18-0404/main/icon_contactus03.png') no-repeat center 0;background-size:100%;}


@media only screen and (max-width: 1200px){
	.map_wrap{padding:80px 0;}
	.map_wrap > div{width:95%;margin:0 auto;}
	.map_wrap .map_left .info_list li{font-size:16px;}
}

@media only screen and (max-width: 980px){
	.map_wrap{padding:50px 0 40px 0;}
	.map_wrap .map_left, .map_wrap .map_right{float:none;width:100%;}
	.map_wrap .map_left{text-align:center;}
	.map_wrap .map_left .info_list{width:90%;margin:30px auto 20px auto;text-align:left;}
	.map_wrap .map_left .info_list li{font-size:16px;line-height:40px;margin-bottom:10px;}
	.map_wrap .map_left .info_list li:first-child{line-height:20px;}
	.map_wrap .map_left .info_list li i{width:40px;height:40px;margin-right:10px;}
}

@media only screen and (max-width: 768px){
	.map_wrap .map_left .info_list li{font-size:14px;line-height:40px;margin-bottom:10px;}
	.map_wrap .map_left .info_list li:first-child{line-height:17px;}
	.map_wrap .map_left .info_list li i{width:40px;height:40px;margin-right:10px;}	
	.map_wrap .map_right .root_daum_roughmap{height:300px;}
}


/* 하단 배너*/
.banner_wrap{background:#ededed;padding:50px 0;}
.banner_wrap ul:after{content:""; display:block; clear:both;}
.banner_wrap ul{width:1200px;margin:0 auto;color:#222;}
.banner_wrap ul li{float:left;width:25%;text-align:center;border-left:1px solid #ccc;}
.banner_wrap ul li:first-child{border-left:0;}
.banner_wrap ul li dl dt{font-size:18px;}
.banner_wrap ul li dl dd{font-size:15px;}
.banner_wrap ul li a{display:block;padding:30px 0;}
.banner_wrap ul li a:hover{box-shadow:5px 10px 10px rgba(0, 0, 0, 0.2);border-radius:20px;}
.banner_wrap ul li a i{display:block;width:80px;height:80px;margin:0 auto 20px auto;}
.banner_wrap ul li:nth-child(1) i{background:url('/images/kor06r-18-0404/main/icon_bottom01.png') no-repeat center 0;background-size:100%;}
.banner_wrap ul li:nth-child(2) i{background:url('/images/kor06r-18-0404/main/icon_bottom02.png') no-repeat center 0;background-size:100%;}
.banner_wrap ul li:nth-child(3) i{background:url('/images/kor06r-18-0404/main/icon_bottom03.png') no-repeat center 0;background-size:100%;}
.banner_wrap ul li:nth-child(4) i{background:url('/images/kor06r-18-0404/main/icon_bottom04.png') no-repeat center 0;background-size:100%;}


@media only screen and (max-width: 1200px){
	.banner_wrap ul{width:95%;}
}

@media only screen and (max-width: 980px){
	.banner_wrap ul li a i{width:70px;height:70px;margin:0 auto 15px auto;}
	.banner_wrap ul li dl dt{font-size:17px;}
	.banner_wrap ul li dl dd{font-size:14px;letter-spacing:-1px;}
}

@media only screen and (max-width: 768px){
	.banner_wrap{padding:30px 0;}
	.banner_wrap ul li{width:50%;border:0;}
	.banner_wrap ul li:nth-child(1){border-bottom:1px solid #ccc !important;}
	.banner_wrap ul li:nth-child(2){border:1px solid #ccc;border-top:0;border-right:0;}
	.banner_wrap ul li:nth-child(4){border-left:1px solid #ccc;}
	.banner_wrap ul li a{padding:20px 0;}
	.banner_wrap ul li a i{width:70px;height:70px;margin:0 auto 10px auto;}
	.banner_wrap ul li dl dt{font-size:16px;}
}

@media only screen and (max-width: 480px){
	.banner_wrap ul li a i{width:50px;height:50px;margin:0 auto 10px auto;}
	.banner_wrap ul li dl dt{font-size:15px;}
	.banner_wrap ul li dl dd{font-size:13px;}
}



/* d_quick */
.d_quick_form{position:fixed;right:-1180px;top:50%;transform:translateY(-50%);z-index:1002;transition:right 0.5s ease}
.d_quick_form.on{right:0}
.d_quick{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:775;margin-top:360px;transition:margin 0.5s ease}
.d_quick.on{margin-top:0}
.d_quick a{display:block;width:145px;height:200px;background:#d6001a;padding:20px 0 0 30px}
.d_quick .d_imgArea img{display:block;width:94px}
.d_quick p{font-size:20px;line-height:28px;color:#fff;font-weight:700;margin:10px 0 0 0}
.d_quick p:after{content:'';display:block;width:25px;height:17px;background:url("/images/d_img/d_ar.png") no-repeat;background-size:100%;margin-top:18px}

.sub-visual .navi_con ul li.d_none{display:none}


.d_mask{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);opacity:0;visibility:hidden;z-index:1001;transition:opacity 0.3s ease, visibility 0.3s ease}
.d_mask.on{opacity:1;visibility:visible}
@media screen and (max-width: 1200px){
	.d_quick_form{width:95%;right:-95%}
}
@media screen and (max-width: 980px){
	.d_quick .d_imgArea img{width:74px}
	.d_quick a{width:130px;height:180px}
	.d_quick p{font-size:18px;line-height:26px;margin:8px 0 0 0}
	.d_quick p:after{width:20px;height:15px;margin-top:15px}
	.d_quick{margin-top:290px}
}
@media screen and (max-width: 768px){
	.d_quick a{width:90px;height:130px;padding:15px 0 0 15px}
	.d_quick .d_imgArea img{width:54px}
	.d_quick p{font-size:16px;line-height:22px}
	.d_quick p:after{margin-top:10px}
	.d_quick{margin-top:40px}
}
@media screen and (max-width: 640px){
	.d_quick_form{top:0;bottom:0;overflow-y:auto;transform:translateY(0);background:#Af001B;width:100%;right:-100%;padding:0 0 30px 0}
}