@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css');
/* 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:400;
    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:#030034;}
.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:#030034;}
#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%;}
}

@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:110px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999;}

.navigation .menu-item > a{display:block;font-size:20px;color:#fff;font-family:'SUIT', sans-serif;font-weight:700;letter-spacing:0px;}
.navigation .menu-item.on > a{color:#36c4e5;}
.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none;color:#36c4e5;}

@media only screen and (min-width: 981px){
	#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:70px;}
	.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:#030034;}
	#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: #030034;}
	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;}
.footer-info span{color:#fff;}
.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 > section > div{margin:0 auto; padding:70px 25px; width:1150px; 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 .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; letter-spacing:0; 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;}

.section02{background:#e0e0e5;}
.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%;}

.section04{background:url('/images/kor07r-17-0385/section04_bg.jpg') no-repeat center center/cover;}
/* 다음지도 */
.section04 .map-area{display:inline-block;width:48%; vertical-align:middle;}
.section04 .root_daum_roughmap{width:100%;}

.section04 .info-area{display:inline-block; padding-left:3.3%; width:48%; box-sizing:border-box; vertical-align:middle;}
.section04 .info-area dl{margin:25px 0 0; color:#fff;}
.section04 .info-area dl:first-child{margin-top:0;}
.section04 .info-area dt{display:inline-block; margin-bottom:5px; padding:5px 15px; text-align:center;font-size:18px; background: #232c61; border-radius: 5px; letter-spacing: 1px;}
.section04 .info-area dd{line-height:1.5; font-size:18px;  color:#555;}

.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%;}
}

@media only screen and (max-width:980px) {
	#mainContents > section > div{padding:50px 25px;}
	#mainContents > #section01 > div{padding:65px 0 0 0;}
	#mainContents > section > div.sect_gre{padding: 50px 25px;}
	#mainContents h2.greeting{margin-bottom: 100px;}

	.section02 .txt-area{display:block; padding-right:0; width:100%; text-align:center; padding:30px; }
	.section02 .img-area{display:block; padding-left:0;  margin-top:50px; width:100%; position:relative; top:0; }
	.section02 .txt-area p:first-child{margin-bottom:20px;}

	.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) {
	#mainContents > section > div{padding:30px 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 .section-title h2{margin-bottom:10px;}
	#mainContents .section-title h2 + p{margin-bottom:40px; font-size:14px;}

	.section02 .txt-area p{font-size:16px;}
	.section02 .txt-area p:first-child{font-size:28px;}

	.section04 .map-area{margin-bottom:30px;}
	.section04 .info-area dl{margin:20px 0 0;}
	.section04 .info-area dt{font-size:18px;}
	.section04 .info-area dd{font-size:16px;}

	.m_br {display: none;}
}





/* Contents : section_area
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
:root {
    --area-primary:#36c4e5;
    --area-primary-hover:#03a7cd;
    --area-secondary:#221ba2;
    --area-secondary-hover:#030040;
	--area-light:#efeff5;
	}

.section_area .point{color:var(--area-primary) !important;}	
.section_area .point2{color:var(--area-secondary) !important;}
.section_area .c_wh{color:#fff;}
.section_area .c_bk{color:#000 !important;}
.section_area .gradient{background:linear-gradient(to right,  #717be1 0%,#5a9dd7 100%);}

.section_area{}
.section_area:after{content:'';clear:both;display:block;}
.section_area .l_group,.section_area .section_area,.section_area .s_group,.section_area .group,.section_area .n_group,.section_area .t_group{box-sizing:border-box;}
.section_area .l_group{margin-bottom:70px;}
.section_area .m_group{margin-bottom:50px;}
.section_area .s_group{margin-bottom:30px;}
.section_area .group{margin-bottom:10px;}
.section_area .t_c{text-align:center !important;}
.section_area h1,.section_area h2,.section_area h3,.section_area h4,.section_area h5,.section_area h6,.section_area p,.section_area span,
.section_area dl dt,.section_area dl dd,.section_area span,.section_area ol li{font-family:'SUIT', 'Noto Sans KR', sans-serif;font-weight:600;line-height:1.5;word-break:keep-all;letter-spacing:0px;}
.section_area h1{font-size:100px;}
.section_area h2{font-size:60px;}
.section_area h3{font-size:48px;}
.section_area h4{font-size:30px;}
.section_area h5{font-size:24px;}
.section_area h6{font-size:20px;}
.section_area strong{font-weight:900;font-family:inherit;}
.section_area p,
.section_area ol li,
.section_area table th,
.section_area table td,
.section_area dl dd{font-size:18px;color:#444;line-height:1.5;}
.section_area .image{display:block;}
.section_area .image img{max-width:100%;margin:0 auto;display:block;}

/* section_common */
.section_area .section_inner{width:1200px;padding:150px 0;margin:0 auto;position:relative;}
.section_inner .section_top{margin-bottom:70px;}
.section_inner .section_top h3{font-size:48px;}
.section_area.section03 .section_inner,
.section_area.section04 .section_inner,
.section_area.section05 .section_inner{padding:0 0 100px 0;}
.section_area.section03 .section_top,
.section_area.section04 .section_top,
.section_area.section05 .section_top{margin-bottom:100px;padding:30px 0;text-align:center;color:#fff;background-image:url('/images/kor07r-17-0385/title_bg.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;}

/* main_visual */
.main-visual .carousel-inner > .item{height:870px;}
.main-visual .carousel-inner > .item.main-img01{background-image:url('/images/kor07r-17-0385/section01_bg01.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;}

.main-visual .carousel-caption{top:50%;width:1200px;left:50%;margin-left:-600px;right:auto;bottom:auto;text-align:left;-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 h1,
.main-visual .carousel-caption h2{line-height:1.2;color:#fff;font-weight:900;}
.main-visual .carousel-caption h2{color:#d1d1d1;}
.main-visual .carousel-caption h5{font-weight:700;margin-top:30px;color:#fff;}

/* co_info */
.co_info{background-color:var(--area-light);}

/* over_view */
.over_view.first,
.over_view.second,
.over_view.four{background-size:cover;background-repeat:no-repeat;background-position:center center;}
.over_view.first{background-image:url('/images/kor07r-17-0385/bg_overview.jpg');}
.over_view.second{background-image:url('/images/kor07r-17-0385/bg_overview_dark.jpg');}
.over_view.three{background-color:var(--area-light);}
.over_view.four{background-image:url('/images/kor07r-17-0385/bg_overview2.jpg');background-color:#fff;background-position:right center;}

.over_view.first .section_cont{text-align:center;background-color:rgba(0,0,0,0.4);padding:50px 0;}
.over_view.second .section_cont{display:flex;gap:50px;flex-direction:row;justify-content:center;padding:2em;border:1px solid rgba(255,255,255,0.75);}

.over_view.three h4{font-style:italic;font-weight:800;}
.over_view.three .section_cont{display:flex;margin:-10px;flex-wrap:wrap;}
.over_view.three .section_cont > .obj{padding:10px;flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;width:50%;}
.over_view.three .section_cont .obj_inner{padding:40px 30px;min-height:565px;background-color:#fff;border:1px solid #ddd;}
.over_view.three .section_cont .f_obj{display:flex;gap:100px;justify-content:center;}
.over_view.three .section_cont .f_obj .list h6{color:#000;padding:5px 0;}
.over_view.three .f_icon{display:flex;margin:-10px;flex-wrap:wrap;}
.over_view.three .f_icon > .obj{padding:10px;flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;width:50%;}
.over_view.three .f_icon .obj .box{padding:30px 20px;background-color:var(--area-light);display:flex;align-items:center;}
.over_view.three .f_icon .obj .box.bg_other{background-color:#ff8a3a;}
.over_view.three .f_icon .obj .box span{width:80px;height:80px;margin-right:10px;border-radius:50%;background:#fff;text-align:center;display:flex;align-items:center;}
.over_view.three .f_icon .obj .box span img{display:block;margin:0 auto;}
.over_view.three .f_icon .obj .box h6{color:#000;line-height:1.2;}

.over_view.four .section_cont .f_cont{display:flex;gap:20px;margin:20px 0;flex-direction:row;align-items:center;}

/* our_service */
.our_service{background-color:var(--area-light);}
.our_service .section_cont{display:flex;margin:-5px;flex-wrap:wrap;}
.our_service .section_cont .obj{padding:5px;flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;width:50%;}
.our_service .section_cont .obj .box_inner{padding:20px 0px;min-height:300px;background-color:#fff;border:1px solid #ddd;border-radius:5px;display:flex;align-items:center;}
.our_service .section_cont .obj .box_inner h4,
.our_service .section_cont .obj .box_inner h5{flex:0 0 15%;-ms-flex:0 0 15%;max-width:15%;width:15%;line-height:1.2;}
.our_service .section_cont .obj .box_inner h4 strong small,
.our_service .section_cont .obj .box_inner h5 strong small{display:block;font-size:24px;color:inherit;font-weight:inherit;}
.our_service .section_cont .obj .box_inner h4 small{display:block;font-size:16px;color:#777;}
.our_service .section_cont .obj .box_inner .dl_group{flex:0 0 85%;-ms-flex:0 0 85%;max-width:85%;width:85%;}
.our_service .section_cont .obj .box_inner .dl_group.solo dl{align-items:center;}
.our_service .section_cont .obj .box_inner .dl_group dl{display:flex;margin:5px 0;}
.our_service .section_cont .obj .box_inner .dl_group dl dt{width:130px;padding:5px 0;font-size:16px;line-height:1.3;word-break:break-all;display:flex;align-items:center;justify-content:center;border-radius:5px;color:#fff;font-weight:600;text-align:center;background:linear-gradient(to right,  #717be1 0%,#5a9dd7 100%);}
.our_service .section_cont .obj .box_inner .dl_group dl dd,
.our_service .section_cont .obj .box_inner .dl_group dl dd ol li{padding-left:8px;/*5px;*/ font-size:16px;line-height:1.3;text-align:left;color:#333;font-weight:400;position:relative;letter-spacing:-0.03em;}
.our_service .section_cont .obj .box_inner .dl_group dl dd ol li{margin:2px 0;}
.our_service .section_cont .obj .box_inner .dl_group dl dd ol li::before{content:'';position:absolute;top:7px;left:0px;width:2px;height:2px;border-radius:50%;background:#aaa;}

/* main_clients */
.main_clients{background-color:#fff;}
.main_clients .clients_cont{display:flex;justify-content:center;gap:50px;flex-direction:row;}
.main_clients .clients_cont .bottom_ex{padding:10px 30px;font-size:18px;margin-top:20px;font-weight:700;display:inline-block;color:#fff;text-align:center;border-radius:5px;background-color:var(--area-primary);}

/* main_history */
.main_history{background-color:var(--area-light);}
.main_history .section_cont{display:flex;margin:-10px;flex-wrap:wrap;position:relative;}
.main_history .section_cont::before{content:'';position:absolute;top:0;left:50%;border-left:3px dotted #aaa;height:98%;}
.main_history .section_cont .obj{padding:0px 30px;flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;width:50%;}
.main_history .section_cont .obj dl{margin-bottom:50px;position:relative;}
.main_history .section_cont .obj dl dt{position:absolute;left:0px;top:0px;min-width:100px;padding:5px 0px;background-color:var(--area-primary);border-radius:16px;color:#fff;font-weight:900;font-size:20px;display:inline-block;text-align:center;}
.main_history .section_cont .obj dl dd{padding-left:120px;text-align:left;font-size:16px;color:#666;}


/* main_contact */
.main_contact .contact_cont{display:flex;text-align:center;flex-direction:row;}
.main_contact .contact_cont .obj{flex:1;padding:0 30px;}
.main_contact .contact_cont span{display:block;margin:0 auto 10px auto;}
.main_contact .contact_cont span i{font-size:3em;color:var(--area-primary);}
.main_contact .contact_cont h5{color:var(--area-primary);margin-bottom:30px;}




.main_clients .clients_cont .obj_pc { display:block; margin-bottom:50px; }
.main_clients .clients_cont .obj_m { display:none; }


@media screen and (max-width:1280px){
    .section_area{width:100%;}

    /* main_visual */
    .main-visual .carousel-inner > .item{height:800px;}
    .main-visual .carousel-caption{top:45%;width:100%;left:auto;margin-left:auto;text-align:center;}
	.section_area h1{font-size:80px;}
	.section_area h2{font-size:50px;}

	/* section_common */
	.section_area .section_inner{width:100%;padding:100px 20px;}
	.section_inner .section_top{margin-bottom:50px;}
    .section_inner .section_top h3{font-size:45px;}
	.section_area.section03 .section_inner,
	.section_area.section04 .section_inner,
	.section_area.section05 .section_inner{padding:0 20px 100px 20px;}
	.section_area.section03 .section_top,
	.section_area.section04 .section_top,
	.section_area.section05 .section_top{margin-bottom:50px;padding:25px 0;}

	/* over_view */
	.over_view.three .section_cont{margin:-5px;}
	.over_view.three .section_cont .obj{padding:5px;}
    .over_view.four{background-image:none;background-color:#fff;}

	/* our_service */
	.our_service .section_cont .obj{flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;width:100%;}
	.our_service .section_cont .obj .box_inner{padding:10px;min-height:auto;},
	.our_service .section_cont .obj .box_inner h4 strong small,
	.our_service .section_cont .obj .box_inner h5 strong small{font-size:20px;}
	.our_service .section_cont .obj .box_inner h4 small{font-size:14px;}
	.our_service .section_cont .obj .box_inner .dl_group dl dt{width:150px;/*110px;*/font-size:17px;}
	.our_service .section_cont .obj .box_inner .dl_group dl dd,
	.our_service .section_cont .obj .box_inner .dl_group dl dd ol li{font-size:15px;}
	.our_service .section_cont .obj .box_inner .dl_group dl dd ol li::before{top:5px;}

	/* main_clients */
	.main_clients .clients_cont{flex-direction:column;gap:10px;}
	.main_clients .clients_cont .bottom_ex{padding:7px 25px;font-size:16px;margin-top:10px;}


	/* main_history */
	.main_history .section_cont{margin:0px;}
	.main_history .section_cont::before{content:none;}
	.main_history .section_cont .obj{padding:20px 10px;flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;width:100%;}
	.main_history .section_cont .obj dl{margin-bottom:30px;text-align:left;}
	.main_history .section_cont .obj dl dt{position:relative;font-size:18px;margin-bottom:10px;}
	.main_history .section_cont .obj dl dd{padding-left:0px;font-size:15px;}

	/* main_contact */
	.main_contact .contact_cont{flex-direction:column;}
	.main_contact .contact_cont .obj{padding:10px;}
	.main_contact .contact_cont span i{font-size:2.5em;color:var(--area-primary);}
	.main_contact .contact_cont h5{margin-bottom:20px;}
}

@media screen and (max-width:991px){

    /* main_visual */
    .main-visual .carousel-inner > .item{height:700px;}
    .main-visual .carousel-caption h5{margin-top:20px;}

	/* section_common */
	.section_area .section_inner{padding:100px 20px;}
	.section_inner .section_top{margin-bottom:40px;}
    .section_inner .section_top h3{font-size:40px;}
	.section_area.section03 .section_top,
	.section_area.section04 .section_top,
	.section_area.section05 .section_top{margin-bottom:40px;padding:20px 0;}

	/* over_view */
	.over_view.three .section_cont > .obj{flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;width:100%;}
	.over_view.three .section_cont .obj_inner{padding:30px 20px;min-height:auto;}
	.over_view.three .section_cont .f_obj{gap:20px;}
	.over_view.three .f_icon{margin:-5px;}
	.over_view.three .f_icon .obj{padding:5px;}
	.over_view.three .f_icon .obj .box{padding:20px 10px;}
	.over_view.three .f_icon .obj .box span{width:70px;height:70px;margin-right:5px;}
}

@media screen and (max-width:767px){
	.section_area .l_group{margin-bottom:50px;}
	.section_area .m_group{margin-bottom:40px;}
	.section_area .s_group{margin-bottom:20px;}
	.section_area h1{font-size:60px;}
	.section_area h2{font-size:40px;}
	.section_area h3{font-size:36px;}
	.section_area h4{font-size:24px;}
	.section_area h5{font-size:20px;}
	.section_area h6{font-size:18px;}
	.section_area p,
	.section_area ol li,
	.section_area table th,
	.section_area table td,
	.section_area dl dd{font-size:16px;}


    /* main_visual */
    .main-visual .carousel-inner > .item{height:640px;}
    .main-visual .carousel-caption h5{margin-top:10px;}

	/* section_common */
	.section_area .section_inner{padding:70px 15px;}
	.section_inner .section_top{margin-bottom:30px;}
    .section_inner .section_top h3{font-size:36px;}
	.section_area.section03 .section_inner,
	.section_area.section04 .section_inner,
	.section_area.section05 .section_inner{padding:0 15px 70px 15px;}
	.section_area.section03 .section_top,
	.section_area.section04 .section_top,
	.section_area.section05 .section_top{margin-bottom:30px;}

	/* over_view */
	.over_view.first .section_cont{padding:30px 0;}
	.over_view.second .section_cont{gap:30px;}
    .over_view.three .f_icon > .obj{flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;width:100%;}

	/* our_service */
	.our_service .section_cont .obj .box_inner{flex-wrap:wrap;}
	.our_service .section_cont .obj .box_inner h4,
	.our_service .section_cont .obj .box_inner h5,
	.our_service .section_cont .obj .box_inner .dl_group{flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;width:100%;}
	.our_service .section_cont .obj .box_inner h4,
	.our_service .section_cont .obj .box_inner h5,{margin-bottom:10px;}
	.our_service .section_cont .obj .box_inner h4 br,
	.our_service .section_cont .obj .box_inner h5 br{display:none;}
	.our_service .section_cont .obj .box_inner h4 strong small,
	.our_service .section_cont .obj .box_inner h5 strong small{font-size:18px;}
	.our_service .section_cont .obj .box_inner .dl_group dl{flex-direction:column;margin:5px 0;}
    .our_service .section_cont .obj .box_inner .dl_group.solo dl{align-items:unset;}
	.our_service .section_cont .obj .box_inner .dl_group dl dt{width:100%;font-size:16px;margin-bottom:5px;}
	.our_service .section_cont .obj .box_inner .dl_group dl dt br{display:none;}
	.our_service .section_cont .obj .box_inner .dl_group dl dd ol li::before{top:7px;}

	/* main_history */
	.main_history .section_cont .obj{padding:10px;}
	.main_history .section_cont .obj dl{margin-bottom:20px;}
	.main_history .section_cont .obj dl dt{font-size:16px;}
	.main_history .section_cont .obj dl dd{font-size:14px;}

	.main_clients .clients_cont .obj_pc { display:none; }
	.main_clients .clients_cont .obj_m { display:block; margin-bottom: 50px;}


}

@media screen and (max-width:520px){
	/* over_view */
	.over_view.second .section_cont{gap:20px;}
}

@media screen and (max-width:480px){
	.section_area .l_group{margin-bottom:40px;}
	.section_area .m_group{margin-bottom:30px;}
	.section_area .s_group{margin-bottom:10px;}
	.section_area h1{font-size:50px;}
	.section_area h2{font-size:36px;}
	.section_area h3{font-size:24px;}
	.section_area h4{font-size:20px;}
	.section_area h5{font-size:18px;}
	.section_area h6{font-size:16px;}
	.section_area p,
	.section_area ol li,
	.section_area table th,
	.section_area table td,
	.section_area dl dd{font-size:15px;}

    .section_inner .section_top h3{font-size:30px;}

    /* main_visual */
    .main-visual .carousel-inner > .item{height:520px;}

	/* over_view */
	.over_view.first .section_cont{padding:20px 0;}
	.over_view.second .section_cont{gap:10px;}

	/* our_service */
	.our_service .section_cont .obj .box_inner h4 strong small,
	.our_service .section_cont .obj .box_inner h5 strong small{font-size:16px;}

}

@media screen and (max-width:360px){
	.section_area .l_group{margin-bottom:30px;}
	.section_area .m_group{margin-bottom:20px;}

	.section_area h1{font-size:50px;}
	.section_area h2{font-size:30px;}
	.section_area h3{font-size:20px;}
	.section_area h4{font-size:18px;}
	.section_area h5{font-size:16px;}
	.section_area h6{font-size:15px;}
	.section_area p,
	.section_area ol li,
	.section_area table th,
	.section_area table td,
	.section_area dl dd{font-size:14px;}
}


		