@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900');
@font-face {font-family: 'S-CoreDream-5Medium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'S-CoreDream-6Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: normal; font-style: normal;}


/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 출처 : 이 사이트에는 네이버에서 제공한 나눔글꼴이 적용되어 있습니다. */
/* 나눔스퀘어 */
@font-face {
    font-family:'Nanum Square';
    src: url('/tpl/webfont/NanumSquareR.eot');
    src: url('/tpl/webfont/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareR.woff') format('woff'),
         url('/tpl/webfont/NanumSquareR.ttf') format('truetype');   
}
@font-face {
    font-family:'Nanum Square';
	font-weight:bold;
    src: url('/tpl/webfont/NanumSquareB.eot');
    src: url('/tpl/webfont/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareB.woff') format('woff'),
         url('/tpl/webfont/NanumSquareB.ttf') format('truetype');   
}

@font-face {font-family:'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family:'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family:'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family:'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family:'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family:'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}


/* 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; font-family:'Noto Sans KR', sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#444;}
body{font-family:'Noto Sans KR', sans-serif; font-size:14px; font-weight:normal; color:#444;}
*, *: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 {font-family:'Noto Sans KR', sans-serif; color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; color:#444;}
a:hover, a:active{text-decoration:none; color:#1766b6;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}

@media only screen and (min-width: 320px){
	body{min-width:320px; overflow-x:hidden;}
}

.hidden{margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
#divWMSSLLoading {display: none;}


/* 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:#1766b6;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1200px;}

#header{z-index:10000; position:fixed; top:0; left:0; width:100%; box-sizing:border-box; height:90px; background:#fff; border-bottom:1px solid #ddd;}
.header-area{padding:0 25px; margin:0 auto; width:1200px; box-sizing:border-box;}

#L_SITE_LOGO{float:left;}
#L_SITE_LOGO h1{margin:0;}
#L_SITE_LOGO a{line-height:90px;}
#L_SITE_LOGO img{vertical-align:middle;}

@media only screen and (max-width:1590px) {
	#header{height:auto;}
}

@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
	.header-area{width:100%;}
}

@media only screen and (max-width: 980px){
	.header-area{position:relative; padding:0; height:65px;}

	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:65px;}
	#L_SITE_LOGO img {height:50px;}
}

@media only screen and (max-width: 767px){
	.header-area{height:50px;}

	#L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO a{line-height:50px;}
	#L_SITE_LOGO img{height:40px;}
}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999;}

.login-menu {position:absolute; left:50%; margin-left:492px; top:10px;}
.login-menu li {display:inline-block; padding:0 10px; height:20px; line-height:18px; border-radius:3px;}
.login-menu li + li {margin-left:2px;}
.login-menu li a {font-size:12px; color:#666; text-decoration:none !important;}
.login-menu li.on {background:#1766b6; }
.login-menu li.on a {color:#fff;}

@media only screen and (max-width: 1200px){
	.login-menu {left:auto; right:20px;}
}

@media only screen and (max-width: 980px){
	.login-menu {right:70px; top:22px;}
}

@media only screen and (max-width: 767px){
	.login-menu {right:60px; top:14px;  width:100px;}
}

.navigation .menu-item > a{display:block; font-family:"Nanum Square"; font-size:18px; font-weight:bold; color:#373737;}

@media only screen and (min-width: 980px){
	#menuArea{float:right;}
	
	#gnb{display:block !important;}

	.navigation{margin:50px 0 0;}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{position:relative; float:left; margin-left:60px;}
	.navigation .menu-item:first-child{margin-left:0;}
	.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#1766b6;}
}

@media only screen and (min-width: 1280px){
	.navigation .menu-item{margin-left:80px;}
}

@media only screen and (max-width: 980px){
	#menuArea{width:100%; height:100%;}
	
	#gnb{display:none; width:100%; height:auto; box-sizing:border-box; background:#fff;}
	#gnb {position: absolute; top:65px; border-bottom: 1px solid #ddd; }
	#gnb .navigation .menu-item:last-child a { border-bottom: 0; }
	
	nav [data-type='menu-btn'] {z-index:1000; position:absolute; right:25px; top:calc(50% - 12px); width:24px; height:24px; border-radius:5px; cursor:pointer; transition:.4s all linear;}
	nav [data-type='menu-btn'] span {display:block; position:absolute; left:1px; width:22px; height:3px;  transition:.3s all linear; background:#000;}
	nav [data-type='menu-btn'] span:nth-child(1) {top:4px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(2),
	nav [data-type='menu-btn'] span:nth-child(3) {top:11px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(4) {top:18px;}
	nav.open [data-type='menu-btn'] span:nth-child(1) {left:50%; width:0;}
	nav.open [data-type='menu-btn'] span:nth-child(2) {transform: rotate(45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(3) {transform: rotate(-45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(4) {left:50%; width:0;}

	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:40px; font-size:17px; transition:none; border-bottom:1px solid #ddd; color:#000;}
	.navigation .menu-item:first-child > a{border-top:1px solid #ddd;}
}

@media only screen and (max-width: 767px){
	#gnb {top:50px;}
	#btnMenuOpen{right:20px;}
	nav [data-type='menu-btn']{right:20px;}
	.navigation .menu-item > a{padding:0 20px;}
}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{font-family:'Noto Sans KR', sans-serif; text-transform:uppercase; border-radius:0; 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:#003aaf; border-color: #003aaf; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color: #00208e; border-color: #00208e; 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: #003aaf;}



/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:30px 0px; width:100%; background:#1a191f; color:#fff;}
.footer-area{margin:0 auto; padding:0 10%; width:1200px; box-sizing:border-box; text-align:center;}
#footer p, #footer li{font-size:12px; letter-spacing:0; color:#adadad;}

.footer-menu{margin:0 auto 30px;}
.footer-menu li{display:inline-block; margin-left:20px;	padding-left:20px; line-height:8px;	border-left:1px solid #fff;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:8px; font-size:12px; color:#fff;}

.footer-info{text-align:center;	margin-bottom:10px;}
.footer-info span{color:#fff;}
.footer-info a {color:#adadad}

@media only screen and (max-width:1200px) {
	.footer-area{width:100%;}
}

@media only screen and (max-width:767px) {
	.footer-area{padding:0 25px; box-sizing:border-box;}
	.footer-menu li{margin-left:10px; padding-left:10px;}
}

@media only screen and (max-width:480px) {
	.footer-area{padding:0 20px;}
	.footer-menu li{margin-left:5px; padding-left:5px;}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents{z-index:88;}
#mainContents > section > div {margin:0 auto; padding:120px 25px; width:1200px; box-sizing:border-box;}
#mainContents > section > div:after{content:""; display:block; clear:both;}
#mainContents > #section01 > div{margin:0; padding:90px 0 0 0; width:100%;}

#mainContents h2 {position:relative; margin-bottom:90px; text-align:center; font-family: 'S-CoreDream-5Medium', sans-serif; letter-spacing:-2px; font-size:36px; color:#1766b6; word-break:keep-all;}
#mainContents h2:after {content:''; position:absolute; left:50%; bottom:-66px; width:1px; height:50px; background:#1766b6;}
#mainContents .section05 h2 {color:#40c8f9; letter-spacing:-0.5px; }
#mainContents .section05 h2 span {letter-spacing:0px;  font-size:26px;}
#mainContents .section05 h2:after {background:#40c8f9;}
#mainContents .section07 h2 {letter-spacing:0;}

@media only screen and (max-width:1590px) {
	#mainContents > #section01 > div {padding:90px 0 0 0;}
}

@media only screen and (max-width:1200px) {
	#mainContents > section > div {width:100%;}
		#mainContents h2 {font-size:30px !important; }
		#mainContents .section05 h2 span {font-size:20px;}
}

@media only screen and (max-width:980px) {
	#mainContents > section > div {padding:70px 25px;}
	#mainContents > #section01 > div{padding:65px 0 0 0;}
}

@media only screen and (max-width:767px) {
	#mainContents h2 {margin-bottom:70px;  font-size:24px !important; }
	#mainContents h2:after {bottom:-46px; height:30px;}
	#mainContents .section05 h2 span {font-size:18px;}

	#mainContents > section > div{padding:50px 20px;}
	#mainContents > #section01 > div{padding:50px 0 0 0;}
}
@media only screen and (max-width:640px) {
	#mainContents .section05 h2 span {display:block;}
}

.section02 {}
.section02 ul {width:100%; overflow:hidden; text-align:center;}
.section02 ul li {float:left; width:360px;}
.section02 ul li + li {margin-left:35px;}
.section02 ul li img {margin:0 0 15px;}
.section02 ul li p {font-size:18px; line-height:120%; word-break:keep-all; color:#666; word-break:keep-all;}
.section02 ul li p strong {font-weight:500; color:#333; display:block; margin:0 0 10px;}

@media only screen and (max-width:1200px) {
	.section02 ul li {width:32%;}
	.section02 ul li + li {margin-left:2%;}
}

@media only screen and (max-width:980px) {
	.section02 ul li p {font-size:16px;}
}

@media only screen and (max-width:767px) {
	.section02 ul li p {font-size:14px;}
}

@media only screen and (max-width:640px) {
	.section02 ul li {width:100%;}
	.section02 ul li + li {margin:40px 0 0;}
}

.section03 {background:url('/images/kor06r-17-0383/main_business.jpg') no-repeat center center/cover;}
.section03 .text-area {display:table-cell; padding-right:20px; width:50%; box-sizing:border-box; vertical-align:middle;}
.section03 .text-area ul {width:800px; margin:0 auto 60px;}
.section03 .text-area ul li {border:1px solid #959595; font-size:20px; text-align:center; border-radius:50px; line-height:50px;}
.section03 .text-area ul li + li {margin-top:10px;}
.section03 .text-area p {line-height:160%; font-size:20px; color:#1766b6; text-align:center; word-break:keep-all;}

@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:880px) {
	.section03 .text-area ul {width:100%; margin:0 auto 40px;}
	.section03 .text-area ul li {font-size:18px;}
	.section03 .text-area p {font-size:18px;}
}

@media only screen and (max-width:767px) {
	.section03 .text-area ul {margin:0 auto 30px;}
	.section03 .text-area ul li {font-size:15px;}
	.section03 .text-area p {font-size:14px;}
	.section03 .text-area p {font-size:16px;}

}
@media only screen and (max-width:620px) {
	.section03 .text-area ul li {border-radius:5px; line-height:120%; padding:15px 10px;}
}
@media only screen and (max-width:480px) {
	.section03 .text-area p br {display:none;}
}

.section04 {}
.section04 ul {overflow:hidden;}
.section04 ul li {float:left; width:50%; text-align:center; font-size:17px; line-height:140%; padding:0 20px; word-break:keep-all;}
.section04 ul li + li {border-left:1px solid #efefef;}
.section04 ul li strong {font-size:20px; font-weight:700; display:block; margin:0 0 10px;}
.section04 ul li img {margin:25px 0 0;}

@media only screen and (max-width:1200px) {
	.section04 ul li {padding:0 20px;}
	.section04 ul li img {width:100%;}
}

@media only screen and (max-width:980px) {

}

@media only screen and (max-width:767px) {
	.section04 ul li {float:none; width:100%; font-size:15px;}
	.section04 ul li + li {border-left:0; border-top:1px solid #efefef; margin:40px 0 0; padding:30px 0 0;}
	.section04 ul li strong {font-size:18px;}
}


.section05 {background:url('/images/kor06r-17-0383/main_return.jpg') no-repeat right center/cover;}
.section05 .text-area {}
.section05 .text-area h5 {text-align:center; font-size:22px; color:#fff; font-weight:700; margin:0 0 40px; line-height:130%;}
.section05 .text-area ul {}
.section05 .text-area ul li {position:relative; font-size:17px; color:#fff; line-height:180%; padding-left:40px; word-break:keep-all;}
.section05 .text-area ul li + li {margin-top:30px;}
.section05 .text-area ul li:before {position:absolute; left:0; top:0; width:32px; height:28px; background:#40c8f9; color:#fff; text-align:center; font-size:17px; font-family:'Montserrat', sans-serif; font-weight:700; border-radius:5px;}
.section05 .text-area ul li:nth-of-type(1):before {content:'01';}
.section05 .text-area ul li:nth-of-type(2):before {content:'02';}
.section05 .text-area ul li:nth-of-type(3):before {content:'03';}
.section05 .text-area ul li:nth-of-type(4):before {content:'04';}

@media only screen and (max-width:1200px) {
	.section05 .text-area h5 {margin:0 0 30px;}
}

@media only screen and (max-width:980px) {
	.section05 .text-area h5 {font-size:20px;}
}

@media only screen and (max-width:767px) {
	.section05 {background-position:80% center;}
	.section05 .text-area h5 {font-size:17px;}
	.section05 .text-area h5 br {display:none;}
	.section05 .text-area ul li {font-size:14px; padding-left:34px;}
	.section05 .text-area ul li:before {width:28px; height:24px; font-size:14px;}
}


.section06 {background:url('/images/kor06r-17-0383/main_env.jpg') no-repeat center center/cover;}
.section06 .text-area p {font-size:17px; line-height:160%; word-break:keep-all;}
.section06 .text-area p + p {margin-top:20px;}
.section06 .text-area p:last-child {color:#1766b6; font-size:20px; text-align:center;}

@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:980px) {
	.section06 .text-area p {font-size:15px;}
	.section06 .text-area p + p {margin-top:15px;}
	.section06 .text-area p:last-child { font-size:18px;}
}

@media only screen and (max-width:767px) {
	.section06 .text-area p {font-size:14px;}
	.section06 .text-area p + p {margin-top:10px;}
	.section06 .text-area p:last-child {color:#1766b6; font-size:20px; text-align:center;}
	.section06 .text-area p:last-child { font-size:16px;}
}
@media only screen and (max-width:640px) {
	.section06 .text-area p br {display:none;}
}

.section07 .map-area {width:100%;}
.section07 .info-area {width:100%; background:#2c4585; padding:30px 40px;}
.section07 .info-area dl {overflow:hidden;}
.section07 .info-area dl + dl {margin-top:10px;}
.section07 .info-area dt, .section07 .info-area dd {float:left; font-size:17px; font-family:'Montserrat', sans-serif; color:#fff;}
.section07 .info-area dt {font-weight:600; width:90px;}
.section07 .info-area dd {padding-left:20px; width:calc(100% - 90px); word-break:keep-all;}
.section07 .info-area dd a {color:#fff;}

@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:980px) {
	.section07 .info-area {padding:20px 30px;}
	.section07 .info-area dt, .section07 .info-area dd {font-size:15px;}
}

@media only screen and (max-width:767px) {
	.section07 .info-area {padding:20px;}
	.section07 .info-area dt, .section07 .info-area dd {font-size:14px;}
	.section07 .info-area dt {width:70px;}
	.section07 .info-area dd {width:calc(100% - 70px); padding-left:10px;}
}



/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item{height:788px;}
.main-visual .carousel-inner > .item.main-img01{background:url('/images/kor06r-17-0383/main_visual1.jpg') no-repeat center center/cover;}
.main-visual .carousel-inner > .item.main-img02{background:url('/images/kor06r-17-0383/main_visual2.jpg') no-repeat center center/cover;}

.main-visual .carousel-caption {top:40%; bottom:auto; width:700px; left:0; right:0; margin:0; text-align:left; -webkit-transform:translateY(-40%);- ms-transform:translateY(-40%); transform:translateY(-40%); }
.main-visual .carousel-caption p {font-family: 'S-CoreDream-5Medium', sans-serif; font-size:40px; line-height:120%; font-weight:600; text-shadow:none; word-break:keep-all; letter-spacing:-2px;}

.main-visual .carousel-inner > .item.main-img01 .carousel-caption {left:45%;}
.main-visual .carousel-inner > .item.main-img01 .carousel-caption p {color:#fff;}
.main-visual .carousel-inner > .item.main-img02 .carousel-caption {left:50%; margin-left:-575px;}
.main-visual .carousel-inner > .item.main-img02 .carousel-caption p {color:#333;}

.main-visual .carousel-indicators {bottom:80px;}
.main-visual .carousel-indicators li{margin:0 4px; width:20px; height:20px; background:#08a2f2; border:0;}
.main-visual .carousel-indicators li.active{margin:0 4px; width:40px; height:20px; background:#fff; box-sizing:border-box;}

@media screen and (max-width:1200px){
	.main-visual .carousel-inner > .item{height:600px;}
	.main-visual .carousel-inner > .item.main-img01 {background-position:40% center;}
	.main-visual .carousel-inner > .item.main-img02 {background-position:70% center;}
	.main-visual .carousel-caption {top:40%; bottom:auto; width:580px;}
	.main-visual .carousel-caption p {font-size:30px;}
	.main-visual .carousel-inner > .item.main-img01 .carousel-caption {left:auto; right:0;}
	.main-visual .carousel-inner > .item.main-img02 .carousel-caption {left:20px; margin-left:0;}

	.main-visual .carousel-indicators {bottom:40px;}
}

@media screen and (max-width:980px){
	.main-visual .carousel-indicators li{width:15px; height:15px;}
	.main-visual .carousel-indicators li.active{width:30px; height:15px;}
}

@media screen and (max-width:767px){
	.main-visual .carousel-caption {width:100%;}
	.main-visual .carousel-inner > .item{height:450px;}
	.main-visual .carousel-inner > .item.main-img01, 
	.carousel-inner > .item.main-img02 {background-position:13% center;}

	.main-visual .carousel-inner > .item.main-img01 .carousel-caption {left:auto; right:auto; width:100%; text-align:center;}
	.main-visual .carousel-caption {top:40%;}
	.main-visual .carousel-caption p {font-size:28px;}

	.main-visual .carousel-indicators{bottom:30px;}
	.main-visual .carousel-indicators li{margin:0 2px; width:12px; height:12px;}
	.main-visual .carousel-indicators li.active{margin:0 2px; width:26px; height:12px;}
}

@media screen and (max-width:640px){
	.main-visual .carousel-inner > .item{height:500px;}
	.main-visual .carousel-inner > .item.main-img01{background:url('/images/kor06r-17-0383/main_visual1_m.jpg') no-repeat center center/cover;}
	.main-visual .carousel-inner > .item.main-img02{background:url('/images/kor06r-17-0383/main_visual2_m.jpg') no-repeat center center/cover;}

	.main-visual .carousel-caption {top:20%;}
	.main-visual .carousel-caption p {font-size:24px;}
	.main-visual .carousel-inner > .item.main-img02 .carousel-caption {left:auto; right:auto; margin:0; text-align:center; width:100%;}
}
@media screen and (max-width:460px){
	.main-visual .carousel-caption {padding:0 20px;}
}
