@charset "utf-8";

/* 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');   
}



/* 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:"Malgun Gothic", sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#444;}
body{font-family:"Malgun Gothic", 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:"Malgun Gothic", 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:#5177a7;}
.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-color:rgba( 0, 0, 0, 0.15 ); border-bottom:1px solid rgba( 0, 0, 0, 0.3 ); transition:all 0.5s;}
#header.header-bg{background-color:#2e2e2e; }
.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; position: relative; top: -5px;}

@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{width:160px;}
}

@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{width:130px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999;}

.navigation .menu-item > a{display:block; font-family:"Nanum Square"; font-size:20px; font-weight:bold; color:#fff;}
.navigation .menu-item.on > a{color:#1766b6;}
.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#949494;}

@media only screen and (min-width: 980px){
	#gnb{display:block !important;}

	#menuArea{float:right;}

	.navigation{margin:35px 0 0;}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{position:relative; float:left; margin-left:90px;}
	.navigation .menu-item:first-child{margin-left:0;}
}

@media only screen and (max-width: 980px){
	#gnb{display:none; width:100%; height:auto; box-sizing:border-box; background:#2e2e2e;}
	#gnb {position: absolute; top:65px; border-bottom: 1px solid #555;}
	#gnb .navigation .menu-item:last-child a { border-bottom: 0; }
	
	#menuArea{float:none; width:100%; height:100%;}
	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:#fff;}
	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 #555; color:#fff;}
	.navigation .menu-item:first-child > a{border-top:1px solid #555;}
	.navigation .menu-item.on > a{color:#fff;}
}

@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:"Malgun Gothic", 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; word-break:keep-all;}

.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;position:relative;padding:0 5px 0 10px;display:inline-block;}
.footer-info span:before{content:'';position:absolute;left:0px;top:50%;margin-top:-5px;width:1px;height:10px;background:rgba(255,255,255,0.5);}
.footer-info span:first-child::before{content:none;}
.footer-info + p 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 div.cont_inner{margin:0 auto; padding:100px 25px; width:1200px; box-sizing:border-box;}
#mainContents div.cont_inner:after{content:""; display:block; clear:both;}
#mainContents > #section01 > div{margin:0; padding:0px; width:100%;}

#mainContents h2{margin-bottom:80px; text-align:center; font-family:'Nanum Square'; font-weight:bold; font-size:45px; color:#000;}
#mainContents h2:before{display:block; content:""; margin:0 auto 30px; width:35px; height:3px; background:#000; transform: rotate(-30deg);}
#mainContents h2.t_wh:before{background:#fff;}
#mainContents .section-title h2{margin-bottom:20px;}
#mainContents .section-title h2 + p{margin-bottom:80px; text-align:center; font-size:18px; text-transform:uppercase; letter-spacing:0; color:#535353;}

.ff_object{margin:-15px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.ff_object .obj{padding:15px;}
.f_two .obj{flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;width:50%;}
.f_three .obj{flex:0 0 33.33%;-ms-flex:0 0 33.33%;max-width:33.33%;width:33.33%;}
.f_four .obj{flex:0 0 25%;-ms-flex:0 0 25%;max-width:25%;width:25%;}
.f_five .obj{flex:0 0 20%;-ms-flex:0 0 20%;max-width:20%;width:20%;}
.f_wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;}
.f_center{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}
.f_middle{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.f_between{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;}
.f_reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
.f_creverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}

.t_wh{color:#fff !important;}
.t_bk{color:#000 !important;}
.cont_area h1,.cont_area h2,.cont_area h3,.cont_area h4,.cont_area h5,.cont_area h6,.cont_area p,.cont_area span,
.cont_area dl dt,.cont_area dl dd,.cont_area span,.cont_area li{line-height:1.5;word-break:keep-all;font-weight:normal;letter-spacing:-0.5px;font-family:'Nanum Square','Malgun Gothic', sans-serif;}
.cont_area h1{font-size:50px;}
.cont_area h2{font-size:48px;}
.cont_area h3{font-size:35px;}
.cont_area h4{font-size:28px;}
.cont_area h5{font-size:24px;}
.cont_area h6{font-size:20px;}
.cont_area strong{font-weight:600;font-family:inherit;}
.cont_area p,
.cont_area span,
.cont_area li{font-size:18px; color:#222;}
.cont_area .image{display:block;}
.cont_area .image img{max-width:100%;margin:0 auto;display:block;}


.section02 .section_top{background:#5177a7;text-align:center;}
.section02 .cont_area h6{margin-bottom:50px;}
.section02 .cont_area .ff_object span{margin-top:20px;color:#fff;display:block;}
.section02 .section_bottom{background:#fafafa;}
.section02 .section_bottom .history_cont{}
.section02 .section_bottom .history_cont dl{margin-top:10px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;}
.section02 .section_bottom .history_cont dt{font-size:30px;flex:0 0 20%;-ms-flex:0 0 20%;max-width:20%;width:20%;text-align:center;font-weight:bold;color:#fff;}
.section02 .section_bottom .history_cont dd{padding:10px 20px;background:#eee;flex:0 0 80%;-ms-flex:0 0 80%;max-width:80%;width:80%;}
.section02 .section_bottom .history_cont dd ol{}
.section02 .section_bottom .history_cont dd ol li{margin:5px 0;color:#555;position:relative;padding-left:10px;}
.section02 .section_bottom .history_cont dd ol li:before{content:'';position:absolute;left:0px;top:50%;width:5px;height:1px;background:#777;margin-top:-1px;}
.section02 .section_bottom .history_cont dd ol li strong{padding-right:10px;color:#333;}
.section02 .section_bottom .history_cont dl:nth-child(1),
.section02 .section_bottom .history_cont dl:nth-child(5){background:#006d69;}
.section02 .section_bottom .history_cont dl:nth-child(2),
.section02 .section_bottom .history_cont dl:nth-child(6){background:#00a094;}
.section02 .section_bottom .history_cont dl:nth-child(3),
.section02 .section_bottom .history_cont dl:nth-child(7){background:#0077bf;}
.section02 .section_bottom .history_cont dl:nth-child(4),
.section02 .section_bottom .history_cont dl:nth-child(8){background:#123b89;}

.section03 .group{text-align:center;margin-bottom:150px;padding-bottom:120px;border-bottom:1px dotted #777;box-sizing:border-box;}
.section03 .group:last-child{margin-bottom:0px;border-bottom:none;}
.section03 .group h1{font-weight:700;position:relative;display:inline-block;color:#000;line-height:1;}
.section03 .group h1 strong{padding:0 3px;}
.section03 .group:nth-child(1) h1 strong{color:#006d69;}
.section03 .group:nth-child(2) h1 strong{color:#00a094;}
.section03 .group:nth-child(3) h1 strong{color:#0077bf;}
.section03 .group:nth-child(4) h1 strong{color:#123b89;}
.section03 .group .image{margin:30px auto 50px auto;}
.section03 .group .ff_object{margin-top:50px;margin-bottom:50px;}
.section03 .group .ff_object .image{margin:0 auto 20px auto;}
.section03 .group h6{font-weight:600;color:#000;}
.section03 .group .icon_cont{width:90%;margin:0 auto;}

.section04{background:#00a094;text-align:center;}
.section04 .ff_object span{margin-top:20px;color:#fff;display:block; font-weight:600;}

.section05{background:url('/images/kor01r-17-0384/section04_bg.jpg') no-repeat center center/cover;}
.section05 .root_daum_roughmap{width:100%;}
.section05 .info-area dl{margin:25px 0 0; color:#fff; border-bottom: 1px dashed rgba(255,255,255,0.5);}
.section05 .info-area dl:first-child{margin-top:0;}
.section05 .info-area dt{display:inline-block; margin-bottom:5px; padding:3px 7px; text-align:center; font-family:'Nanum Square'; font-weight:bold; font-size:22px; background:#5177a7b8; /*#5177a7;*/}
.section05 .info-area dd{line-height:1.5; font-family:'Nanum Square'; font-size:19px;}



@media only screen and (max-width:1590px) {
	#mainContents > #section01 > div{padding:0px;}
}

@media only screen and (max-width:1200px) {
	#mainContents div.cont_inner{width:100%;}
	.cont_area h1{font-size:40px;}
	.cont_area h2{font-size:38px;}
	.cont_area h3{font-size:30px;}
	.cont_area h4{font-size:24px;}
	.cont_area h5{font-size:22px;}
	.cont_area h6{font-size:18px;}
	.cont_area p,
	.cont_area span,
	.cont_area li{font-size:16px;}
}

@media only screen and (max-width:980px) {
	#mainContents div.cont_inner{padding:70px 25px;}
	#mainContents > #section01 > div{padding:0px;}

	.section02 .cont_area h6{margin-bottom:40px;}
	.section02 .cont_area .ff_object .obj{flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;width:50%;}
	.section02 .cont_area .ff_object span{margin-top:10px;}
	.section02 .section_bottom .history_cont dt{font-size:24px;}
	.section02 .section_bottom .history_cont dd{padding:10px;}
	.section02 .section_bottom .history_cont dd ol li{margin:3px 0;}
	.section02 .section_bottom .history_cont dd ol li strong{padding-right:5px;}

    .section03 .group{margin-bottom:100px;padding-bottom:80px;}
	.section03 .group .image{margin:20px auto 30px auto;}
	.section03 .group .ff_object{margin-top:30px;margin-bottom:30px;}
	.section03 .group .ff_object .obj{padding:10px;}
	.section03 .group .ff_object .image{margin:0 auto 10px auto;}
	.section03 .group .icon_cont{width:100%;}

	.section04 .map-area{display:block; margin-bottom:50px; width:100%;}
	.section04 .info-area{display:block; padding-left:0; width:100%;}
}

@media only screen and (max-width:767px) {	
    .cont_area h1{font-size:35px;}
	.cont_area h2{font-size:30px;}
	.cont_area h3{font-size:24px;}
	.cont_area h4{font-size:22px;}
	.cont_area h5{font-size:20px;}
	.cont_area h6{font-size:16px;}
	.cont_area p,
	.cont_area span,
	.cont_area li{font-size:14px;}
	#mainContents div.cont_inner{padding:50px 20px;}
	#mainContents > #section01 > div{padding:0px;}

	#mainContents h2{margin-bottom:40px; font-size:35px;}
	#mainContents h2:before{margin:0 auto 20px;}
	#mainContents .section-title h2{margin-bottom:10px;}
	#mainContents .section-title h2 + p{margin-bottom:40px; font-size:14px;}

	.section02 .cont_area h6{margin-bottom:30px;}
	.section02 .cont_area h6 br{display:none;}
	.section02 .section_bottom .history_cont dt{font-size:20px;}

    .section03 .group{margin-bottom:70px;padding-bottom:50px;}
	.section03 .group .image{margin:10px auto 20px auto;}
	.section03 .group .ff_object{margin-top:20px;margin-bottom:20px;}
	.section03 .group .ff_object .obj{padding:5px;}

	.section05 .map-area{margin-bottom:30px;}
	.section05 .info-area dl{margin:20px 0 0;}
	.section05 .info-area dt{font-size:18px;}
	.section05 .info-area dd{font-size:16px;}
	.section05 .ff_object .obj{flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;width:100%;}
}

@media only screen and (max-width:480px) {	
    .cont_area h1{font-size:30px;}
	.cont_area h2{font-size:24px;}
	.cont_area h3{font-size:22px;}
	.cont_area h4{font-size:18px;}
	.cont_area h5{font-size:16px;}
	.cont_area h6{font-size:15px;}
	.cont_area p,
	.cont_area span,
	.cont_area li{font-size:13px;}
	.section02 .cont_area h6{margin-bottom:10px;}
	.section02 .section_bottom .history_cont dt,
	.section02 .section_bottom .history_cont dd,
	.section04 .ff_object .obj{flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;width:100%;}
}


/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item{height:878px;}
.main-visual .carousel-inner > .item.main-img01{background:url('/images/kor01r-17-0384/main_visual_01.jpg') no-repeat center center/cover;}
.main-visual .carousel-inner > .item.main-img02{background:url('/images/kor01r-17-0384/main_visual_02.jpg') no-repeat center center/cover;}

.main-visual .carousel-caption{top:50%; left:9%; right:5%; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); text-shadow:0 1px 2px rgba(0,0,0,.3); text-align: left; width: 1200px; margin: 0 auto;}
.main-visual .carousel-caption h3,
.main-visual .carousel-caption p{font-family:'Nanum Square';color:#fff;letter-spacing:-0.5px;}
.main-visual .carousel-caption h3{font-size:100px;font-weight:normal;}
.main-visual .carousel-caption h3 strong{font-weight:bold;}
.main-visual .carousel-caption p{margin-top:50px;font-size:27px;line-height:1.5; font-weight:700; text-shadow:2px 1px 0px #9594945e;}

.main-visual .carousel-indicators{bottom:80px;}
.main-visual .carousel-indicators li{margin:0 4px; width:20px; height:20px; background:#fff; border:0;}
.main-visual .carousel-indicators li.active{margin:0 4px; width:40px; height:20px; background:#5177a7; box-sizing:border-box;}

@media screen and (max-width:1590px){
    .main-visual .carousel-caption{top:50%; left:5%; right:5%; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); text-shadow:0 1px 2px rgba(0,0,0,.3); text-align: left; width:auto; margin:0 ;}
    .main-visual .carousel-caption h3{font-size:80px;}
}

@media screen and (max-width:980px){
	.main-visual .carousel-inner > .item.main-img01, .carousel-inner > .item.main-img02, .carousel-inner > .item.main-img03{background-position:21% center;}
    .main-visual .carousel-caption h3{font-size:50px;}
	.main-visual .carousel-caption p{margin-top:30px;}
	.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-inner > .item{height:540px;}
	.main-visual .carousel-inner > .item.main-img01, .carousel-inner > .item.main-img02, .carousel-inner > .item.main-img03{background-position:25% center;}

    .main-visual .carousel-caption h3{font-size:40px;}
	.main-visual .carousel-caption p{margin-top:20px;font-size:18px; line-height:1.5; letter-spacing:0;}

	.main-visual .carousel-indicators{bottom:40px;}
	.main-visual .carousel-indicators li{margin:0 2px; width:12px; height:12px;}
	.main-visual .carousel-indicators li.active{margin:0 2px; width:24px; height:12px;}
}

