@charset "utf-8";

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 본고딕 */
@font-face {
    font-family:'Noto Sans KR';
	font-weight:100;
    src: url('/tpl/webfont/NotoSansKR-Thin.eot');
    src: url('/tpl/webfont/NotoSansKR-Thin.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Thin.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Thin.ttf') format('truetype');   
}
@font-face {
    font-family:'Noto Sans KR';
	font-weight:300;
    src: url('/tpl/webfont/NotoSansKR-Light.eot');
    src: url('/tpl/webfont/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Light.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Light.ttf') format('truetype');   
}
@font-face {
    font-family:'Noto Sans KR';
	font-weight:400;
    src: url('/tpl/webfont/NotoSansKR-Regular.eot');
    src: url('/tpl/webfont/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Regular.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Regular.ttf') format('truetype');   
}
@font-face {
    font-family:'Noto Sans KR';
	font-weight:500;
    src: url('/tpl/webfont/NotoSansKR-Mediumeot');
    src: url('/tpl/webfont/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Medium.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Medium.ttf') format('truetype');   
}
@font-face {
    font-family:'Noto Sans KR';
	font-weight:700;
    src: url('/tpl/webfont/NotoSansKR-Bold.eot');
    src: url('/tpl/webfont/NotoSansKR-Boldeot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Bold.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Bold.ttf') format('truetype');   
}
@font-face {
    font-family:'Noto Sans KR';
	font-weight:900;
    src: url('/tpl/webfont/NotoSansKR-Black.eot');
    src: url('/tpl/webfont/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Black.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Black.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:"Noto Sans KR", "Malgun Gothic", sans-serif; font-weight: 300;}
dl,ul,ol,menu,li {list-style:none; color:#444;}
body{font-family:"Noto Sans KR", "Malgun Gothic", sans-serif; font-size:14px; font-weight:normal; color:#555; letter-spacing:-1px; }
*, *: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", "Malgun Gothic", sans-serif; color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; color:#555;}
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:#232c61;}
.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:#232c61;}
#header.header-bg{background-color:#2e2e2e; transition:all 0.5s;}
.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%;}
	#L_SITE_LOGO img{width:220px;}
}

@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;}
}

@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:150px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999;}

.navigation .menu-item > a{display:block; font-size:18px; 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:#969fd1;}

@media only screen and (min-width: 980px){
	#menuArea{float:right;}
	
	#gnb{display:block !important;}

	.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:#232c61;}
	#gnb {position: absolute; top:65px; border-bottom: 1px solid #9e9e9e; }
	#gnb .navigation .menu-item:last-child a { border-bottom: 0; }
	
	#menuArea{float:none; width:100%; height:100%; background: #232c61;}
	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 #9e9e9e; color:#fff;}
	.navigation .menu-item:first-child > a{border-top:1px solid #9e9e9e;}
	.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:"Noto Sans KR", "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:#555; 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; word-break:keep-all;}
.footer-info span{font-size:10px; margin:0 3px;}
.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;}
	.footer-info br{display:none;}
}

@media only screen and (max-width:480px) {
	.footer-area{padding:0 20px;}
	.footer-menu li{margin-left:5px; padding-left:5px;}
}



/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item{height:878px;}
.main-visual .carousel-inner > .item.main-img01{background:url('/images/kor07r-17-0385/section01_bg01.jpg') no-repeat center center/cover;}
.main-visual .carousel-inner > .item.main-img02{background:url('/images/kor07r-17-0385/section01_bg02.jpg') no-repeat center center/cover;}
.main-visual .carousel-inner > .item.main-img03{background:url('/images/kor07r-17-0385/section01_bg03.jpg') no-repeat center center/cover;}

.main-visual .carousel-caption{top:47%; 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);}
.main-visual .carousel-caption p{margin-top:60px; font-size:24px; line-height:1.8; letter-spacing:1px; }
.main-visual .carousel-caption p > span{ display: inline-block;  padding: 7px 25px;  background: #232c61; text-transform:uppercase}

.main-visual .carousel-indicators{bottom:80px;}
.main-visual .carousel-indicators li{margin:0 4px; width:20px; height:20px; background:#232c61; 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: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-indicators li{width:15px; height:15px;}
	.main-visual .carousel-indicators li.active{width:30px; height:15px;}
	
	.main-visual .carousel-caption img{width:80%;}
}
@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 p{margin-top:30px; font-size:18px; line-height:1.5;}
	.main-visual .carousel-caption p > span{padding: 5px 15px;}

	.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;}
}
@media screen and (max-width:500px){
	.main-visual .carousel-inner > .item{height:420px;}
	.main-visual .carousel-caption p{font-size:13px;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents{z-index:88;}
#mainContents > section > div{margin:0 auto; padding:100px 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 > section > div.sect_gre{position: relative; padding-bottom: 110px;}

#mainContents h2{margin-bottom:80px; text-align:center; font-size:50px; color:#333; }
#mainContents h2.greeting{margin-bottom: 130px;}
#mainContents .section02 h2{color:#333; font-weight: 400;}

/*#mainContents .section02 h2, #mainContents .section04 h2{color:#333; font-weight: 400;}*/

#mainContents .section-title h2{margin-bottom:30px; font-weight: 400;}
#mainContents .section-title h2 + p{margin-bottom:50px; text-align:center; font-size:20px; text-transform:uppercase; color:#999;}
#mainContents h2.greeting:before { display: block; content: ""; margin: 0 auto; width: 50px; height:1px; background: #000; transform: rotate(90deg); position: relative; top: 110px;}
#mainContents .section02 h2, #mainContents .section03 h2{color:#000; text-align:left; font-weight: 500; font-size:36px; letter-spacing:-0.03em; margin-bottom:40px;} 
#mainContents .section02 h2 span, #mainContents .section03 h2 span{display:block; margin-bottom:15px; font-size:20px;}


.section02 .about-warp{display:table; width:100%; position:relative;}
.section03 .business-warp{display:table; width:100%; position:relative;}
.section03 .media-warp{display:table; width:100%; position:relative; margin-top:100px;}
.section02 .about-warp:after, .section03 .business-warp:after, .section03 .media-warp:after{content:""; display:block; clear:both;}

.section02{background:#f0f0f0;}
.section02 .about-warp .mo{display:none;}
.section02 .about-warp .pc{position:relative;}
.section02 .about-warp .pc .vertical-tit span{writing-mode:vertical-lr; padding:30px; position:relative; top:30px; background:#f0f0f0; color:#000; font-weight: 500; font-size:40px; letter-spacing:-0.03em; 
	transform: rotate(180deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(180deg);	
}
.section02 .about-warp .pc .vertical-tit{position:absolute; top:-100px; padding-top:200px; left:130px; background:url('/images/kor07r-17-0385/main_h2_bg.jpg') repeat-y center center;}
.section02 .about-warp .right-frame .about-top{font-size:17px; color:#000; padding:30px 10px; border-top:1px solid #b9b9b9; border-bottom:1px solid #b9b9b9; letter-spacing:-0.02em; line-height:1.6; word-break:keep-all;}

.section02 .about-warp .right-frame .value-list{margin-top:60px; padding:0 20px;}
.section02 .about-warp .right-frame .value-list ul{margin:0 -20px;}
.section02 .about-warp .right-frame .value-list ul:after{content:""; display:block; clear:both;}
.section02 .about-warp .right-frame .value-list li{position:relative; float:left; margin:0 20px; width:calc(50% - 40px); font-weight:400; padding-left:20px; font-size:20px; color:#333; line-height:1.5; margin-bottom:30px; word-break:keep-all; }
.section02 .about-warp .right-frame .value-list li:before{display:inline-block; position:absolute; left:0;}
.section02 .about-warp .right-frame .value-list li:nth-child(1):before{content:"1.";}
.section02 .about-warp .right-frame .value-list li:nth-child(2):before{content:"2.";}
.section02 .about-warp .right-frame .value-list li:nth-child(3):before{content:"3.";}
.section02 .about-warp .right-frame .value-list li:nth-child(4):before{content:"4.";}
.section02 .about-warp .right-frame .value-list li:nth-child(5):before{content:"5.";}
.section02 .about-warp .right-frame .value-list li:nth-child(6):before{content:"6.";}
.section02 .about-warp .right-frame .value-list li:nth-child(7):before{content:"7.";}
.section02 .about-warp .right-frame .value-list li:nth-child(8):before{content:"8.";}

.section02 .txt-area{display: table-cell; padding: 60px 250px 60px 40px; /* width: 50%; */ box-sizing: border-box;vertical-align: middle; border: 15px solid #fff;}
.section02 .txt-area p{line-height:1.8; font-size:18px; color:#666;}
.section02 .txt-area p:first-child{margin-bottom:40px; line-height:1.2; font-size:30px; color:#232c61; font-weight: 400;}
.section02 .img-area{display:table-cell; padding-left:20px; width:50%; box-sizing:border-box; vertical-align:middle; position: absolute; top: 350px; right: 0;}
.section02 .img-area img{width:100%;}

.section03 .business-warp h2, .section03 .business-warp p{color:#000;}
.section03 .business-warp .intro-frame{padding-right:120px;}
.section03 .business-warp .intro-frame p{padding-left:25px;}
.section03 .business-warp .intro-frame p:before {content:''; display:inline-block; width:3px; height:calc(100% - 110px); position:absolute; top:110px; left:0; background:#488c1a;}
.section03 .media-warp h2, .section03 .media-warp p{color:#fff !important;}
.section03 .media-warp p{position:relative;}
.section03 .media-warp .intro-frame{
	padding:40px 50px;
	background: #72b745; 
	background: -moz-linear-gradient(90deg, #72b745, #53a21e); 
	background: -webkit-linear-gradient(90deg, #72b745, #53a21e); 
	background: linear-gradient(90deg, #72b745, #53a21e); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b745', endColorstr='#53a21e',GradientType=0 ); 
}
.section03 .media-warp .intro-frame p:before {content:''; display:block; width:100%; height:2px; position:absolute; top:-20px; background:#fff;}

.section03 .media-warp .right-frame ul{margin:0 -10px;}
.section03 .media-warp .right-frame ul:after{content:""; display:block; clear:both;}
.section03 .media-warp .right-frame li{position:relative; float:left; margin:10px; width:calc(33.33% - 20px); text-align:center;}
.section03 .media-warp .right-frame li dl{position:relative; padding-bottom:40px;}
.section03 .media-warp .right-frame li dt{margin-bottom:10px;}
.section03 .media-warp .right-frame li dd{font-size:17px; letter-spacing:-0.05em; color:#333; line-height:1.5; }

.intro-frame{display:table-cell; width: 39%; vertical-align:top; }
.intro-frame p{font-size:17px; letter-spacing:-0.02em; line-height:1.6; word-break:keep-all;}
.right-frame{display:table-cell; width: 61%; padding-top:40px; padding-left:70px; }
.right-frame .line-box{padding:40px 10px; border-top:2px solid #488c1a;}
.right-frame .line-box{content:""; display:block; clear:both;}
.right-frame .line-box h3{font-size:20px; color:#629f39; font-weight:400; letter-spacing:0; line-height:1.4; margin-bottom:20px; word-break:keep-all;}
.right-frame .line-box p{font-size:18px; color:#000; line-height:1.5; letter-spacing:-0.02em; word-break:keep-all;}
.right-frame .line-box02{padding-left:25%;}
.right-frame .line-box03{border-bottom:2px solid #488c1a;}


.section04{background:url('/images/kor07r-17-0385/section04_bg.jpg') no-repeat center center/cover;}
.section04 .reference-warp{padding:40px 30px; background:#fff; margin-top:50px;}
.section04 .reference-warp:after{content:""; display:block; clear:both;}
.section04 .reference-warp .inner ul{margin:0 -10px;}
.section04 .reference-warp .inner ul:after{content:""; display:block; clear:both;}
.section04 .reference-warp .inner li{position:relative; float:left; margin:15px 10px; width:calc(20% - 20px); text-align:center;}
.section04 .reference-warp .inner li:nth-child(21){margin-left:10%;}

.section05 {background:#fff;} 

@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%;}
		
	.section02 .about-warp .mo{display:block;}
	.section02 .about-warp .pc{display:none;}
	
	.section03 .business-warp .intro-frame{padding-right:0;}
	.section03 .business-warp .intro-frame p{position:relative; padding:15px;}
	.section03 .business-warp .intro-frame p:before {width: 2px; height: 100%;top: 0;}	
	.section03 .media-warp .intro-frame{padding:30px 40px;}
	.section03 .media-warp .intro-frame p:before{height:1px;}
		
	.intro-frame{display:block; width: 100%; padding-left:0;}
	.right-frame{display:block; width: 100%; padding:30px 0 0 0; }
	.intro-frame p:before {width:2px; height:100%;  top:0;}
	.right-frame .line-box{border-top:1px solid #488c1a;}
	.right-frame .line-box03{border-bottom:1px solid #488c1a;}
	
	.section04 .reference-warp{padding:30px 20px;}
	.section04 .reference-warp .inner ul{margin:0 -10px;}
	.section04 .reference-warp .inner li{width:calc(25% - 20px);}
	.section04 .reference-warp .inner li:nth-child(21){margin-left:0;}
}

@media only screen and (max-width:980px) {
	#mainContents > section > div{padding:80px 25px;}
	#mainContents > #section01 > div{padding:65px 0 0 0;}
	#mainContents > section > div.sect_gre{padding: 50px 25px;}
	#mainContents h2.greeting{margin-bottom: 100px;}
	.section04 .reference-warp .inner li img{height:62px;}
}
@media only screen and (min-width: 768px) and (max-width:980px) {
	.section02 .about-warp .right-frame{padding-top:0;}
}

@media only screen and (max-width:767px) {
	#mainContents > section > div{padding:50px 20px;}
	#mainContents > #section01 > div{padding:50px 0 0 0;}
	#mainContents > section > div.sect_gre{padding: 30px 20px;}
	#mainContents h2.greeting{margin-bottom: 70px;}
	#mainContents h2.greeting:before { width: 35px; top: 70px;}

	#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;}
	
	#mainContents .section02 h2 span, #mainContents .section03 h2 span{margin-bottom:10px; font-size:16px;}
	#mainContents .section02 h2, #mainContents .section03 h2{font-size:27px; margin-bottom:20px;}
	#mainContents .section02 h2{margin-bottom:0;}

	.section02 .about-warp .right-frame .about-top{font-size:15px; line-height:1.5; padding:20px 10px;}
	.section02 .about-warp .right-frame .value-list{margin-top:20px;}
	.section02 .about-warp .right-frame .value-list ul{margin:0 -10px;}
	.section02 .about-warp .right-frame .value-list li{margin:0 10px; width:calc(50% - 20px); padding-left:15px; font-size:17px; margin-bottom:20px;}
	
	.section03 .business-warp .intro-frame p{ padding:10px;}
	.section03 .media-warp{margin-top:30px;}
	.section03 .media-warp .intro-frame{padding:20px 25px;}
	.section03 .media-warp .intro-frame p{padding-top:10px;}
	.section03 .media-warp .intro-frame p:before{top:0;}
	
	.intro-frame p{font-size:15px; line-height:1.5;}
	.right-frame{padding-top:30px;}
	.right-frame .line-box{padding:20px 10px;}
	.right-frame .line-box h3{font-size:17px; margin-bottom:15px;}
	.right-frame .line-box p{font-size:16px;}
	.right-frame .line-box p br{display:none;}
	
	.section03 .media-warp .right-frame li dl{padding-bottom:20px;}
	.section03 .media-warp .right-frame li dd{font-size:15px; line-height:1.4; }
	
	.section04 .reference-warp{padding:30px 15px; background:#fff; margin-top:30px;}
	.section04 .reference-warp .inner li{margin:10px; width:calc(33.33% - 20px);}
	.section04 .reference-warp .inner li img{height:52px;}
	
}


@media only screen and (max-width:500px) {
	#mainContents > section > div{padding:50px 15px;}
	.section02 .about-warp .right-frame .value-list ul ul{margin:0;}
	.section02 .about-warp .right-frame .value-list li{margin:10px 0 0 0; width:100%; font-size:16px; }
	.section02 .about-warp .right-frame .value-list li br{display:none;}
	
	.section03 .media-warp .right-frame ul{margin:0 -5px;}
	.section03 .media-warp .right-frame li{width:calc(50% - 10px); margin:5px;}
	.section03 .media-warp .right-frame li dl{padding-bottom:10px;}
	.section03 .media-warp .right-frame li dt{margin-bottom:5px;}
	.section03 .media-warp .right-frame li dt img{height:36px;}
	.section03 .media-warp .right-frame li dd{font-s14px; letter-spacing:-0.06em;}
	
	.section04 .reference-warp{padding:20px 10px;}
	.section04 .reference-warp .inner ul{margin:-5px;}
	.section04 .reference-warp .inner li{margin:5px; width:calc(33.33% - 10px);}
	.section04 .reference-warp .inner li img{height:34px;}
}


