@charset"utf-8";

/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------
	▶사이즈
	pc : 1160px
	tablet : 980px ~
	mobile : 768px ~ 320px

	▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/
/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, select, td, textarea, textarea, th, ul{margin:0;padding:0; line-height:1;letter-spacing:-0.2px;font-weight:400;}
body, button, input, select, td, textarea, th{font-family:'NotoSansKR',sans-serif;letter-spacing:-0.2px;font-weight:400;font-size:16px;line-height:1;color:#777;}
dl, li, menu, ol, ul{list-style:none}
*, *:after, *:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:focus{outline:0 !important}
iframe{border:none;width:100%}
a{color:inherit;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out}
a:active, a:focus, a:hover{text-decoration:none; }
img{max-width:100%}
textarea{max-width:100%;resize:none}
@media only screen and (max-width: 768px){
    body, button, input, select, td, textarea, th{font-size:14px}
}
@media only screen and (min-width: 320px){
    body{overflow-x:hidden}
}
.hidden{font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
::selection{background-color:#bceeff}

/* 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 (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.top_btn {position:absolute; display: inline-block; right: 50px; top: -55px;}
.top_btn a {display:inline-block; width: 55px; height: 55px; background: #ff7a00; color: #fff; font-size: 16px; font-weight: 300; padding-top: 5px;}
.top_btn a i {display: inline-block;  margin-bottom: 5px;}

@media only screen and (max-width: 768px){
.top_btn {right: 20px;}
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative;width:100%;min-width:320px;height:100%}

/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header{position:absolute;width:100%;height:160px;background:transparent;z-index:16}
#header #L_SITE_LOGO{position:relative;z-index:2}
#header h1{line-height:95px;font-size:0; text-align: center;}
#header h1 a{display:inline-block;line-height:95px;vertical-align:middle}
.nav-btn{z-index:999;position:absolute;top:115px;right:20px;width:45px;height:28px;cursor:pointer}
.nav-btn span{position:absolute;left:50%;display:inline-block;margin-left:-17.5px;width:37px;height:5px;background:#3c3c3c;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out;
	border-radius:2.5px;}
.nav-btn span:nth-child(1){top:0}
.nav-btn span:nth-child(2){top:11px; width:45px; left: 15px;}
.nav-btn span:nth-child(3){top:23px}
.nav-btn small{position:absolute;left:50%;display:inline-block;margin-left:-17.5px;width:35px;height:20px;line-height:20px;color:#fff;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out;font-size:20px;bottom:-17px}
.nav-btn small._off{opacity:0}
.nav-btn small._on{opacity:1}
.nav-btn.nav-close span:nth-child(1){top:50%;transform:rotate(45deg)}
.nav-btn.nav-close span:nth-child(2){margin-left:0;width:0}
.nav-btn.nav-close span:nth-child(3){top:50%;transform:rotate(-45deg)}
.nav-close small._on{opacity:0}
.pc_gnb {display:block;}
.m_gnb {display:none;}

@media only screen and (min-width: 981px){
    #header{height:160px}
    #header .header_in{position:relative;max-width:1200px;width:100%;margin:0 auto}
    .nav-bg{z-index:1;display:none;top:160;width:1200px;height:160px; margin:0 auto; background:rgba(255,255,255,0)}
	/*.nav-bg:after{content:'';background:rgba(11,45,133,.9);position:absolute;top:-100px;left:0;width:100%;height:100px;border-bottom:1px solid #081c50}*/
    #nav{z-index:888; height: 65px;background: #fff;  text-align: center; }
    .login-menu{position:absolute;z-index:999;float:right; top: 15px; right: 0; color:#000000; font-weight:300;}
    .login-menu li{display:inline-block;}
	.login-menu li a {color:#000000; font-size:14px; font-weight: 300;}
    .navigation{display:inline-block;}
    .navigation > li{position:relative;float:left;width:170px;text-align:center;z-index:999}
    .navigation .main-menu{display:block;width:100%;font-weight:400;font-size:20px;color:#333;line-height: 65px;}
    .navigation .main-menu:hover{color:#ff7a00;}
    .navigation > li:hover .main-menu{color:#ff7a00;}
    .navigation .sub-menu{z-index:888;display:none;position:absolute;top:63px;left:50%;margin-left:-85px;padding:20px 0;width:100%;background:rgba(255,255,255,0.8);text-align:center}
    .navigation .sub-menu a{line-height:35px;font-size:16px;color:#555;}
    .navigation .sub-menu a:hover{color:#ff7a00;}
}

@media only screen and (min-width: 981px) and (max-width: 1200px){
    .nav-btn{right:20px}
    .login-menu {right:20px;}
    .login-menu li:first-child{margin-left:0}
	.navigation > li{width:150px;}
    .navigation .sub-menu{margin-left:-60px}
}

@media only screen and (max-width: 980px){
    #header{height:65px}
	#header h1 {line-height:80px}
    #header h1 a{line-height:80px}
    .nav-btn{top:40px;right:20px;}
    .nav-btn.nav-close{position:fixed}
    .nav-bg{z-index:777;display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8)}
    #nav{z-index:888;position:fixed;top:0; right:-300px;padding-top:65px;width:300px;height:100%;background:#fff;}
    .login-menu{margin-bottom:40px;padding:20px;text-align:center;font-size:15px; background: rgba(255,122,0,0.5);color: #fff;}
    .login-menu li{display:inline-block}
    .login-menu li{margin:0px 10px; }
	.login-menu li a:hover {color:#fff;}
    .navigation .main-menu{display:block;margin-top:20px;text-align:center;padding:0 20px;width:100%;font-weight:400;font-size:18px;color:#333;}
    .navigation > li:first-child .main-menu{margin-top:0}
    .navigation .active .main-menu{font-weight:400;text-decoration:underline;color:#ff7a00;}
    .navigation .sub-menu{display:none;padding:10px 0}
    .navigation .sub-menu a{display:block;text-align:center;line-height:30px;font-size:16px;color:#777}
    .nav-btn small._on{opacity:0}
	.pc_gnb {display:none;}
	.m_gnb {display:block;}

}

@media only screen and (max-width: 768px){
	#header h1 {line-height:70px; border-bottom: 1px solid rgba(255,255,255,0.3);}
    #header h1 a{line-height:70px}
	#header h1 img{width:400px; height:100px;}
    .nav-btn{width:35px;}
    .nav-btn span{margin-left:-15px;width:30px;height:4px}
    .nav-btn span:nth-child(1){top:0}
    .nav-btn span:nth-child(2){width: 40px; top:10px; left:8px;}
    .nav-btn span:nth-child(3){top:20px}
    .nav-btn small._off{opacity:0}
}

@media only screen and (max-width:480px){
	#header h1 img{width:260px; height:70px;}
	.nav-btn {top:30px;right:10px;}
}

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{text-transform:uppercase;border-radius:0;line-height:24px}
.btn:active,
.btn:focus{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:#e65b43;border-color:#e65b43;color:#fff}
.btn-custom:focus,
.btn-custom:hover{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:focus,
.btn-custom-outline:hover{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:#ff7a00;}

@media only screen and (max-width: 980px){}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:40px 20px;width:100%;box-sizing:border-box;text-align:center;background:#fff;color:#303030;clear:both; position:relative; border-top:3px solid #ff7a00;}
.foot_logo{margin-bottom:30px}
.footer-menu{margin-bottom:30px;font-size:0;line-height:0}
.footer-menu li{display:inline-block;padding-left:10px; margin-left:10px;line-height:8px; position:relative;}
.footer-menu li:after {content:''; display:inline-block; width:4px; height:4px; background:#ff7a00; border-radius:50%; position: absolute; top:2px; left:0;}
.footer-menu li:first-child{margin-left:0;padding-left:0;border-left:0}
.footer-menu li:first-child:after {display:none;}
.footer-menu li a{font-weight:300;font-size:16px;color:#303030;}
.footer-info{margin:0 auto;width:1200px;letter-spacing:0;font-size:16px; line-height: 28px; color:#303030; font-weight:300; }
.footer-info .footer-banner img {margin:10px 5px;}
.footer-info .footer-banner .block {display:inline-block;}
.footer-info span{color:#6b6b6b}
.footer-info > p{margin-top:20px; line-height: 20px; font-weight: 300;}
.footer-info span{color:#4e4e4e}
.footer-info strong{color:#fff;margin-right:5px;font-size:20px;font-weight:500}
.footer-info a{color:#ff7a00; }
.footer-info p a{color:inherit}

@media only screen and (max-width:980px){
    .footer-info{width:100%}
	.footer-info .footer-banner .block {display:block;}
	
}

@media only screen and (max-width:768px){
    #footer{padding:35px 10px}
    .foot_logo{margin-bottom:30px}
    .foot_logo img{width:400px}
	.footer-info .footer-banner>img {}
    .footer-info strong{font-size:14px}
    .footer-info a.link_b{font-size:14px}

}

@media only screen and (max-width:480px){
	.footer-menu li a {font-size: 14px;}
	.footer-info { font-size: 14px; line-height: 24px;}
	.footer-info > p {margin-top:10px; }
	.footer-info{width:100%}
	.footer-info .footer-banner .block {display:inline; }
	.footer-info .footer-banner img {margin:5px 2px;}
}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual{position:relative;width:100%}
.main-visual p{line-height:1.2;color:#ff7a00;word-break:break-all}
.main-visual p strong{color:#ff7a00}
.main-visual span{font-size:30px;font-weight:400}
.main-visual p br{display:none}
.main-visual .intro-copy{font-size:60px;font-weight:400}
.main-visual .main-copy{margin-bottom:20px;font-size:60px;font-weight:500}
.main-visual .main-copy strong{font-weight:600}
.main-visual .sub-copy{font-size:22px}
.main-visual .sub-copy strong{font-weight:500}
.main-visual .carousel-control.left{background:url("/images/kor04r-19-0423/main/visual_btn_prev.png") no-repeat center center}
.main-visual .carousel-control.right{background:url("/images/kor04r-19-0423/main/visual_btn_next.png") no-repeat center center}
.main-visual .carousel-control{background:none;text-shadow:none;width:10%;text-indent:-9999em;overflow:hidden}
.main-visual .carousel-control,
.main-visual .carousel-control:focus,
.main-visual .carousel-control:hover{opacity:1}
.main-visual .carousel-indicators{bottom:5%}
.main-visual .carousel-indicators li{position:relative;width:15px;height:15px;margin:0 0 0 7px;border-width:1px}
.main-visual .carousel-indicators li.active{width:30px;height:15px;margin-left:7px}
.main-visual .carousel-indicators li:first-child{margin-left:0}
.main-visual .carousel-indicators li:first-child:after{display:none}
.carousel-caption .slogan {color:#fff; font-size: 40px; font-weight: 700;  line-height: 1.5; l	etter-spacing: -0.3px; text-shadow:rgba(0, 0, 0, .5) 2px 2px 4px;}
.carousel-caption .slogan span {color:#fff; font-size: 60px; font-weight:700; position:relative; text-shadow:none;}
.carousel-caption .slogan span:after {content:''; display:inline-block; position:absolute; bottom:7px; left:0; width:100%; height:72px; z-index:-1;
	background:rgba( 255, 122, 0, 0.8);}
.slogan2 {display:none; color:#fff; line-height:150%; letter-spacing: -0.5px; text-shadow:rgba(0, 0, 0, .5) 2px 2px 3px;}
.slogan2 span {color:#fff; font-weight:500; font-size:17px; position:relative;}
.slogan2 span:after {content:''; display:inline-block; position:absolute; bottom:1px; left:0; width:100%; height:20px; z-index:-1; background:rgba( 255, 255, 255, 1);}

.slick-slider {text-align:center;}
.slider-box{position:relative;width:100%; margin:0 auto;height:740px}
.slick-initialized .slick-slide {height:740px; background-repeat:no-repeat;background-position:center center;background-size:cover;}
.slick-initialized .slick-slide.slide01  {position: relative;  background-image:url("/images/kor04r-19-0423/main/main.jpg"); background-color: #ff7a00; }
.slick-initialized .slick-slide.slide02  {position: relative;  background-image:url("/images/kor04r-19-0423/main/main.jpg"); background-color: #ff7a00;}
.slick-arrow {position:absolute; display:block; width:50px; height:50px; top: 125px; z-index:9; border:0; background:none; color:rgba(0,0,0,0)}
.slick-arrow.slick-prev {left:0;}
.slick-arrow.slick-prev:before{content:" "; color:#000; font-size:50px;}
.slick-arrow.slick-next {right:0;}
.slick-arrow.slick-next:after{content:" "; color:#000; font-size:50px;}
.slick-dots{display: inline-block !important; text-align:center; position:absolute; bottom:30px; width: 120px; left: 50%; margin-left: -60px;}
.slick-dots li{display: inline-block; margin:0 10px; }
.pro-bar{ position:absolute; bottom:0; left:0; width:0;  height:10px; background: #ff7a00;}
.pro-ani{  animation: proBar 5s 1; }
.carousel-caption{top:262px; right:10%; left:10%; text-align: left; padding:0; bottom:auto; text-shadow:none; width: 1200px;
    margin: 0 auto;}
.carousel-caption a { display: inline-block; font-size: 32px; color: #fff; font-weight: 600;  background:#ff7a00; padding:10px 30px; border-radius:20px;
font-size: 32px; text-align: center; margin-top: 40px; }
.carousel-caption a>img {display:inline; height:40px; width:40px; margin-top:-5px; margin-right:10px;}
.carousel-caption a:hover { background:#ff7a00;}
.slick-dots li {margin:0 7px;}
.slick-dots li button { width: 15px; height: 15px; border-radius: 50%; border: 1px solid #fff; text-indent: -9999px; background: none;}
.slick-dots li.slick-active button {width:30px; border-radius: 7.5px; background:#fff;}
@keyframes proBar{
    0%{width:0;}
    100%{width:100%;}
    }



@media only screen and (max-width:1200px){
	.carousel-caption {width:100%; }
	.carousel-caption a { font-size: 18px;}
	.carousel-caption a >img {width:30px; height:30px;}
	.carousel-caption .slogan {font-size: 42px;}
	.carousel-caption .slogan span {font-size: 55px;}
	.carousel-caption .slogan span:after {height:61px;}
}

@media only screen and (max-width:980px){
	.slider-box { height: 700px;}
	.slick-initialized .slick-slide { height: 700px;}
	.carousel-caption {width:100%; top:220px; left:5%;}
	.carousel-caption .slogan {font-size: 36px;}
	.carousel-caption .slogan span {font-size: 50px;}
	.carousel-caption .slogan span:after {bottom: 4px; height: 60px;}
	.slick-initialized .slick-slide.slide01  {background-image:url("/images/kor04r-19-0423/main/main_980.jpg");}
	.slick-initialized .slick-slide.slide02  {background-image:url("/images/kor04r-19-0423/main/main_980.jpg");}
}

@media only screen and (max-width:768px){
	.carousel-caption{top:32%}
    .slider-box { height:600px; }
	.slick-initialized .slick-slide { height: 600px;}
	.carousel-caption { left: 3%;}
	.carousel-caption .slogan {font-size: 30px;}
	.carousel-caption .slogan span {font-size: 40px;}
	.carousel-caption .slogan span:after {bottom: 4px; height: 47px;}
    .main-visual .carousel-control{display:none;background-size:40% !important}
    .main-visual .carousel-indicators{display:none}
}

@media only screen and (max-width:480px){
	.pro-bar{display:none;}
	.carousel-caption{display:none;}
	.slogan2 {display:none;}
	.slick-initialized .slick-slide.slide01  {background-image:url("/images/kor04r-19-0423/main/main_480.png");}
	.slick-initialized .slick-slide.slide02  {background-image:url("/images/kor04r-19-0423/main/main_480.png");}
}

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{background:#fff;}

/*  main_section02  */
.main_section02 {background: #e0e0e0; padding:80px 0px; position:relative; }
.main_section02:before {content:''; display:inline-block; width:1px; height:55px; background:#ff7a00; position:absolute; top:0; left: 50%;}
.main_section02:after {content:''; display:inline-block; width:7px; height:7px;  background:#ff7a00; border-radius: 50%; position: absolute; top: 55px; left: 50%;
  margin-left: -3.5px;} 
.section_title { text-align: center; font-size: 43px; color: #333; font-weight: 500;}
.section_txt { text-align: center; font-size: 20px; color: #777; font-weight:300; padding: 10px 0px 50px 0px; line-height: 1;}
.section02_list {width: 1600px; margin: 0 auto; }
.section02_list:after {content:''; display:block; clear:both;}
.section02_list > li {float:left; width:calc(100%/4 - 30px); margin-right:30px; overflow:hidden; height:420px; background: #fff;}
.section02_list > li:last-child { margin-right:0px;}
.section02_list > li .section02_box { padding: 20px; padding-top: 10px; border-bottom-left-radius: 5px; text-align:center;}
.section02_list > li .section02_box h3 { font-size: 24px; color: #ff7a00; font-weight: 500; margin-bottom: 10px; }
.section02_list > li .section02_box p { font-size: 16px; color: #777; font-weight:400; line-height: 18px; letter-spacing:-0.5px; }
.section02_list > li .section02_box .dotted {border:1px dotted #777;  width:100%;  margin-top:20px; margin-bottom:20px;}
.section02_list > li .section02_box span {display:block; font-size: 24px; color: #f00; font-weight: 500; margin-top:10px;}

.section02_list > li:hover {border:2px solid #ff7a00;}
.section02_list > li > a > img {transition:all 0.3s;}
.section02_list > li:hover > a > img { transform: scale(1.1);}

@media only screen and (max-width:1200px){
	.section02_list {width:100%; padding: 0px 20px;}
	.section02_list > li .section02_box { min-height: 70px;}
}

@media only screen and (max-width:1120px){
	.section02_list > li .section02_box { min-height: 70px;}
}

@media only screen and (max-width:980px){
	.section_title { font-size: 35px;}
	.section_txt { font-size: 18px;  padding: 20px 0px 30px 0px;}
	.section02_list > li {width:45%; margin-right: 20px; margin-bottom: 20px; height: auto;}
	.section02_list > li a > img {width:100%;}
	.main_section02 { padding: 60px 20px 60px 60px;}
	.main_section02:before {height: 45px;}
	.main_section02:after { top: 45px;}
}

@media only screen and (max-width:620px){
	.main_section02 { padding: 60px 0px 60px 20px;}
	.section02_list > li .section02_box h3 {font-size: 20px;}
	.section02_list > li .section02_box p { font-size: 14px;}
}

@media only screen and (max-width:480px){
	.main_section02 {display:none;}
	.section_title {font-size: 28px;}
	.section_txt {font-size:20px;}
	.main_section02 {padding-left:0px;}
	.section02_list {text-align: center;}
	.section02_list > li {width:100%; }
	.section02_list > li .section02_box { padding: 10px;}
	.section02_list > li .section02_box p { font-size: 18px;}
}

/*  banner_area  */
.banner_area {background:#fff; position:relative;}
.banner_area .line_banner {padding:20px 0;}
.banner_area .line_banner h2 {text-align:center; margin:0 10px; transition:all 0.3s;}
.banner_area .line_banner h2:hover {transform: scale(1.05);}
.banner_area .line_banner h2.mobile_img {display:none;}
.banner_area .line_banner h1.text {text-align:center; font-size: 30px; color: #000; font-weight: 600; font-family: 'Nanum Square'; letter-spacing: -2px; margin-bottom:10px; }
.banner_area .line_banner h1.phone {text-align:center; font-size: 50px; color: #ff7a00; font-weight: 900; font-family: 'Nanum Square'; letter-spacing: -2px; }

.bline_banner {position:relative; width:100%; height:auto;  background:#fff; }
.bline_banner .text_area h2{position:absolute; top:15%; right:37%; font-size: 30px; color: #fff; font-weight: 500; }
.bline_banner .text_area span {color: #fff;}
.bline_banner .text_area a {position:absolute; top:12%; right:20%; font-size: 30px; color: #fff; font-weight: 600;  background:#ff7a00; padding:10px 30px; border-radius:20px;}
.bline_banner .text_area a>img {height:40px; width:40px; margin-top:-5px;}
.bline_banner .text_area a:hover {background:#ff7a00; transform: scale(1.1);}
.bline_banner .banner_01 {width:100%; margin:0 auto;}
.bline_banner .banner_02 {display:none;}
.bline_banner .banner_03 {display:none;}
.bline_banner .banner_04 {display:none;}

@media only screen and (max-width:1520px){
	.bline_banner .text_area h2 {top:13%; right:35%; font-size: 26px; }
	.bline_banner .text_area a {top:10%; right:15%; font-size: 26px;}
	.bline_banner .text_area a>img {height:30px; width:30px;}
	.bline_banner .banner_01 {width:100%; margin:0 auto;}
}

@media only screen and (max-width:1200px){
	.bline_banner .banner_01 {width:100%; margin:0 auto;}
	.bline_banner .text_area h2 {top:11%; font-size: 22px; }
	.bline_banner .text_area a {top:8%;font-size: 22px; padding:8px 15px; }
	.bline_banner .text_area a>img {height:20px; width:20px;}
	.bline_banner .banner_01 {display:none;}
	.bline_banner .banner_02 {display:block; width:100%; height:auto; align:center;}
}

@media only screen and (max-width:980px){
	.bline_banner .text_area h2 {top:10%; right:32%; font-size: 20px; }
	.bline_banner .text_area a {top:8%;font-size: 20px; padding:6px 15px; }
}

@media only screen and (max-width:768px){
	.banner_area .line_banner h1.text {font-size:35px;}
	.banner_area .line_banner h1.phone {font-size:40px;}
	.bline_banner .text_area h2 {top:10%; right:32%; font-size: 16px; }
	.bline_banner .text_area a {top:8%;font-size: 16px; font-weight: 500; padding:4px 10px; }
	.bline_banner .text_area a>img {height:16px; width:16px;}
}

@media only screen and (max-width:560px){
	.banner_area .line_banner h1.text {font-size:25px;}
	.banner_area .line_banner h1.phone {font-size:40px;}
	.bline_banner .banner_02{display:none;}
	.bline_banner .banner_03 {display:block; width:100%; height:auto;}
	.bline_banner .text_area h2 {top:10%; right:32%; font-size: 18px; }
	.bline_banner .text_area a {top:8%; font-size: 11px; padding:4px 10px; }
	.bline_banner .text_area a>img {height:12px; width:12px;}
}

@media only screen and (max-width:480px){
	.banner_area .line_banner { padding: 10px; padding-left:0;}
	.banner_area .line_banner h2.pc_img {display:none;}
	.banner_area .line_banner h2.mobile_img {display:block;}
	.bline_banner .banner_04 {display:block; width:100%; height:auto;}
	.bline_banner .text_area h2 {top:8%; left:10%; right:0%; font-size: 18px; }
	.bline_banner .text_area a {top:15%; right:5%; font-size: 20px; padding:4px 12px; }
	.bline_banner .text_area a>img {height:18px; width:18px;}
}
@media only screen and (max-width:340px){
	.banner_area .line_banner h1.text {font-size:20px;}
	.banner_area .line_banner h1.phone {font-size:30px;}
	.bline_banner .text_area h2 {top:6%; left:5%; right:0%; font-size: 20px; }
	.bline_banner .text_area a {top:15%; right:5%; font-size: 16px; padding:4px 10px; }
	.bline_banner .text_area a>img {height:16px; width:16px;}
}

/*  main_section03  */
.main_section03 {background: #f5f5f5; padding:80px 0px; position:relative; }
.main_section03:before {content:''; display:inline-block; width:1px; height:55px; background:#ff7a00; position:absolute; top:0; left: 50%;}
.main_section03:after {content:''; display:inline-block; width:7px; height:7px;  background:#ff7a00; border-radius: 50%; position: absolute; top: 55px; left: 50%;
  margin-left: -3.5px;} 
.section03_board {width:800px; margin:0 auto;}

@media only screen and (max-width:980px){
	.main_section03 { padding: 60px 0px;}
	.main_section03:before {height: 45px;}
	.main_section03:after { top: 45px;}
}

@media only screen and (max-width:800px){
	.section03_board {width: 100%; padding:0px 20px;}
}

@media only screen and (max-width:500px){
	.main_section03 .section_title {font-size:22px; font-wieght:700; margin-left:6px;}
	.main_section03 .section_txt {font-size:14px; margin-left:3px; }	
}

/*  main_section04  */
.main_section04 {padding:80px 0; width:100%; position:relative;}
.contact-us h2{text-align:center;font-weight:400;line-height:1;font-size:40px;color:#fff}
.contact-us h2 + p{margin:10px 0 50px;text-align:center;font-size:17px;color:#d5d4d6}
.main_section04 .section_title {color: #000; }
.main_section04 .section_txt {color: #707070; }
.main_section04:before {content:''; display:inline-block; width:1px; height:55px; background:#ff7a00; position:absolute; top:0; left: 50%;}
.main_section04:after {content:''; display:inline-block; width:7px; height:7px;  background:#ff7a00; border-radius: 50%; position: absolute; top: 55px; left: 50%;
  margin-left: -3.5px;} 

@media only screen and (max-width:490px){
.main_section04 .section_title {font-size:25px; margin-left:6px; }
	.main_section04 .section_txt {font-size:17px; margin-left:2px; }
}

/*  main_section06  */
.main_section06 {display:none;}

@media only screen and (max-width:490px){
.main_section06 {display:block;}
}
