@charset "utf-8";
/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1280px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.
*/


/* 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,select,textarea,button{margin:0; padding:0; font-family:"Noto Sans KR", "Nanum Square", "Malgun Gothic", sans-serif;}
input {font-family: 'Nanum Gothic','나눔고딕' sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#666;}
body{font-family:"Noto Sans KR", "Nanum Square", "Malgun Gothic", sans-serif; font-size:14px; letter-spacing:-1px; font-weight:normal; color:#666;}
*, *: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", "Nanum Square", "Malgun Gothic", sans-serif; color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out;}
a:hover, a:focus ,a:active{text-decoration:none; color:#333;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}

@media only screen and (min-width: 320px){
	body{overflow-x:hidden;}
}

.hidden{font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}


/* 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:#f7a43e;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{min-width:1140px;}

#header{z-index:1000; width:100%; background:#fff;}
#header:after {content:''; display:block; width:100%; height:32px; background:#f5f5f5; border-bottom:1px solid #f7a43e; position: absolute; z-index: 9; top: 0; }
#header > div{position:relative; margin:0 auto; width:1140px; box-sizing:border-box; height:173px;}

#L_SITE_LOGO{padding-top:58px; text-align:center;}
#L_SITE_LOGO h1{font-size:0; line-height:0;}
#L_SITE_LOGO img{vertical-align:middle; width:200px;}

@media only screen and (max-width: 1280px){
	#wrapper{min-width:320px;}
	#header > div{width:100%;}
}
@media only screen and (max-width: 980px){
	#header { padding: 0px 0px 0px 20px;}	
	#header > div{height:65px;}

	#L_SITE_LOGO{padding-top:0; text-align:left;}
	#L_SITE_LOGO a{line-height:65px;}
	#L_SITE_LOGO img{width:155px;}
}
@media only screen and (max-width: 767px){
	#header {padding: 0px;}
	#header > div{padding:0 10px; height:50px;}

	#L_SITE_LOGO a{line-height:50px;}
	#L_SITE_LOGO img{width:115px;}
}


/* Login (로그인 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.login-menu { position: absolute; top: 0px; right: 0px; z-index: 10;  }
.login-menu a {color:#fff; font-weight: 350;}
.login-menu a:hover {color:#ff7536;}
@media only screen and (min-width: 980px) {
	.login-menu ul{text-align:right; line-height:0; font-size:0; padding: 11px 15px; background: #f7a43e;}
    .login-menu li:first-child { border-left: none; margin-left: 0; padding-left: 10px; }
	.login-menu li{display:inline-block; margin-left:15px; padding-left:15px; border-left:1px solid #fff; line-height:10px; font-size:12px;}

}
@media only screen and (max-width: 980px) {
    .login-menu{position: relative; top: 0; right: 0;}
	.login-menu ul{margin:0 -5px; padding:50px 10px 10px; text-align:center;}
	.login-menu ul:after{content:""; display:block;	clear:both;}
	.login-menu li{float:left; margin:0 5px; width:calc(33.33% - 10px);}
	.login-menu li a{display:block; padding:8px 5px; text-align:center; width:100%; line-height:1; font-size:13px; color:#fff; border:1px solid #f7a43e; background:#f7a43e; box-sizing:border-box;}
	.login-menu li a:hover {color:#fff;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999;}

.m-menu-open, .m-menu-close, .gnb-bg{display:none;}
.sub-menu{display:none;}

.navigation .menu-item > a{display:block; font-weight:500; color:#333;}
.navigation .menu-item{position:relative; display:inline-block; margin-left: 45px; padding-left: 45px; border-left: 1px solid #ccc;}
.navigation .menu-item:first-child{margin-left:0; padding-left: 0px; border-left:none;}


@media only screen and (min-width: 980px){

	.navigation{margin-top:33px; text-align:center;}
	.navigation .menu-item:first-child{margin-left:0;padding-left: 0px; border-left:none;}
	.navigation .menu-item > a{ line-height:1; font-size:19px;}

    .sub-menu {z-index: 999; position: absolute; top: 47px; left: 50%; margin-left: -105px; min-width: 210px; }
	.navigation .menu-item:nth-child(2) .sub-menu{margin-left: -85px;}
	.navigation .menu-item:nth-child(3) .sub-menu{margin-left: -85px;}
	.navigation .menu-item:nth-child(4) .sub-menu{margin-left: -85px;}
    .sub-menu li {text-align: center; line-height: 40px; border-top: 1px solid #de7c03;}
    .sub-menu li a {position: relative; display: block; padding: 0 11px; width: 100%; box-sizing: border-box; text-align: center; line-height: 40px; font-size: 16px; color: #777; background: #fff;}
    .sub-menu li a:hover, .sub-menu li a:active {color: #fff; background: #f7a43e;}
}
@media only screen and (max-width: 1280px){
	.sub-menu ul{margin:0 auto; width:100%;}
}
@media only screen and (max-width: 980px){
	#header:after {display:none;}
	#gnb{display:none; position:fixed; top:0; right:0; padding-top:50px; width:80%; height:100%; box-sizing:border-box; background:#fff; overlofw-y:scroll;}

	.m-menu-open{display:block; position:absolute; top:50%; right:20px; margin-top:-17.5px; padding:9px 8px; width:40px; height:35px; cursor:pointer; border-radius:5px; background:#f7a43e;}
	.m-menu-open span{display:block; margin-top:4px; width:24px; height:3px; background:#fff;}
	.m-menu-open span:first-child{margin-top:0;}

	.m-menu-close{z-index:1000; display:block; position:absolute; top:15px; right:20px; width:35px; height:35px; cursor:pointer;}
	.m-menu-close span{position:absolute; top:50%; left:3px; display:block; width:30px; height:3px; background:#333; transform:rotate(45deg);}
	.m-menu-close span:first-child{transform:rotate(-45deg);}

	.navigation{border-top:1px solid #de7c03;}

	.navigation .menu-item{position:relative; display:block; margin-left:0; text-align:left;  padding-left: 0px; border-left: none;}
	.navigation .menu-item > a{padding:0 20px; width:100%; line-height:50px; font-size:17px; transition:none; border-bottom:1px solid #de7c03; color:#333;}
	.navigation .menu-item.on > a{color:#de7c03; background:#fff;}

	.sub-menu{width:100%; background:#f7a43e;}
	.sub-menu li{border-bottom:1px solid #de7c03;}
	.sub-menu li a{display:block; padding:0 20px; line-height:40px; font-size:13px; color:#fff;}
	.sub-menu li a:before{display:inline-block; content:""; position:relative; top:-4px; margin-right:7px; width:5px; height:1px; background:#fff;}

	.gnb-bg{z-index:888; display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
}

@media only screen and (max-width: 767px){
	.m-menu-open{margin-top:-15px; right:10px; padding:8px; width:35px; height:30px;}
	.m-menu-open span{width:20px; height:2px;}

	.m-menu-close{top:10px; right:10px; width:30px; height:30px;}
	.m-menu-close span{left:2px; width:25px; height:2px;}
}


/* 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:#3d427c; border-color: #3d427c; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color: #36384e; border-color: #36384e; 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;}
textarea.#counselContent {height:100px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #333 !important;}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:20px 0px 30px 0px; width:100%; border-top:1px solid #e5e5e5;}
.footer-area{margin:0 auto; padding:0 20px; width:1140px; box-sizing:border-box; text-align:center;}
#footer p, #footer li{font-size:12px; letter-spacing:0; color:#999;}
.yellow {color:#f7a43e;}

.footer-menu{margin-bottom:30px;padding-bottom: 20px;text-align: center; border-bottom: 1px solid #e5e5e5;}
.footer-menu li{display:inline-block; margin-left:10px;	padding-left:10px; line-height:10px; border-left:1px solid #bbb;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:10px; font-size:14px; color:#666;}

.foot_logo {display:inline-block; margin:0 auto 15px; vertical-align: top;width: 170px;}
.foot_logo img {width:140px;}
.footer-info-box {display:inline-block; text-align:center;}
.footer-info{margin-bottom:10px;}
.footer-info span{color:#ddd;}
.foot-call-btn {text-align:center;  width: 200px; margin:0 auto 15px;}
.foot-call-btn a {font-size: 20px;font-weight: 500;color: #f7a43e;border: 1px solid #f7a43e;padding: 7px; width:200px;border-radius: 5px;display: inline-block;}
.foot-call-btn a:hover {color:#fff; background: #f7a43e;}
@media only screen and (max-width:1280px) {
	.footer-area{width:100%;}
}
@media only screen and (max-width:980px) {
	.foot_logo { display: block; }
	.footer-info-box { display: block;}
	.footer-area{padding:0 20px; box-sizing:border-box;}
	.footer-menu{text-align:center;}
.footer-info br {display:none;}
}
@media only screen and (max-width:767px) {
	#footer{padding:15px 0px;}
	.footer-area{padding:0 10px;}
	.footer-menu{margin-bottom:20px; padding-bottom: 15px;}
	.footer-menu li{margin-left:5px; padding-left:5px;}
	.footer-menu li a{font-size:12px;}
}


/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.carousel-inner > .item{height:550px;}
.carousel-inner > .item.main-img01{background:url('/images/kor01r-18-0405/main/main_visual01.jpg') no-repeat center center/cover;}
.carousel-inner > .item.main-img02{background:url('/images/kor01r-18-0405/main/main_visual02.jpg') no-repeat center top; }
.carousel-inner > .item.main-img03{background:url('/images/kor01r-18-0405/main/main_visual01.jpg') no-repeat center center/cover;}

.main-visual .carousel-caption{top:50%; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%);width: 100%;left: 0; right: 0; bottom: auto;  padding: 78px 0 57px 0;}

.main-visual .carousel-control{ display:none; background:none; text-shadow:none;}
.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control:hover{opacity:1;}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{width:85px; height:85px; right:20%;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{width:85px; height:85px; left:20%;}
.main-visual .glyphicon-chevron-left:before, .main-visual .glyphicon-chevron-right:before{content:""; display:block; width:85px; height:85px; border:1px solid #fff;}
.main-visual .glyphicon-chevron-left:before{background:url('/images/kor01r-18-0405/main/prev_btn.png') no-repeat center center;}
.main-visual .glyphicon-chevron-right:before{background:url('/images/kor01r-18-0405/main/next_btn.png') no-repeat center center;}


.carousel-indicators{bottom:3%;}
.carousel-indicators li{margin:5px; width:15px; height:15px; background:rgba(255,255,255,0.8); border:0;}
.carousel-indicators .active{margin:5px; width:30px; height:15px; background:none; border:3px solid rgba(255,255,255,0.8); box-sizing:border-box;}

.carousel-caption h1 {font-size:50px; margin-bottom: 47px; letter-spacing: -0.3px;} 
.carousel-caption h1 > span {font-weight:200; letter-spacing: -0.2px;}
.carousel-caption h1 > strong {font-weight:450; font-style: italic;}
.carousel-caption ul {display:inline-block;}
.carousel-caption ul li {float:left; padding:0px 80px;}
.carousel-caption ul:after {content:''; display:block; clear:both;}
.visual_subicon_title{ font-size: 22px; color: #fff; line-height: 1; margin-bottom: 15px;}
.visual_subicon_num {font-family: 'Nanum Square'; font-size: 42px; line-height: 1; margin-top: 17px; color: #fff; font-weight: 600;}
.visual_subicon_num > span {font-family: 'Noto Sans KR'; font-size: 18px; font-weight: 500; margin-left: 10px;}
.carousel-caption .more_btn { display: block; margin: 42px auto 0; width: 215px; height: 48px;  text-align: center; line-height: 48px; font-size: 18px; border: 1px solid #f7a43e;}
.carousel-caption .more_btn:hover{color:#fff; background:#f7a43e;}
.carousel-caption .more_btn:active {color:#fff !important; }
.carousel-caption .more_btn:visited {color:#fff !important; }
.carousel-caption .more_btn > img {padding-left:20px;}



@media screen and (min-width:980px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{margin-top:-42.5px;}
}
@media screen and (max-width:980px){
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{width:60px; height:60px;}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{margin-top:-30px;}
	.main-visual .glyphicon-chevron-left:before, .main-visual .glyphicon-chevron-right:before{width:60px; height:60px; background-size:16px;}
}
@media screen and (max-width:920px){
    .carousel-caption h1 {font-size: 38px;}
    .visual_subicon_title { font-size: 18px;}
    .visual_subicon_num { font-size: 30px;}
    .visual_subicon_num > span {font-size: 15px;}
    .visual_subicon > img {width:100px;}
    .carousel-caption ul li { padding: 0px 60px;}
}
@media screen and (max-width:767px){
	.carousel-inner > .item{height:450px;}
	.carousel-control{display:none;}
	.carousel-indicators{bottom:30px;}
	.main-visual .glyphicon-chevron-left:before, .main-visual .glyphicon-chevron-right:before{width:40px; height:40px; background-size:12px;}
}
@media screen and (max-width:710px){
    .carousel-caption h1 {font-size: 30px;}
    .visual_subicon_title { font-size: 16px;}
    .visual_subicon_num { font-size: 25px;}
    .visual_subicon > img {width:80px;}
    .carousel-caption ul li { padding: 0px 30px;}
    .carousel-caption .more_btn { font-size: 16px; width: 160px; height: 45px; line-height: 45px; }
    .carousel-caption .more_btn > img { padding-left: 10px; position: relative; top: -2px;}
}
@media screen and (max-width:510px){
	.main-visual .carousel-caption { padding: 60px 0 57px 0;}
	.carousel-caption h1 > span {display:block; line-height: 38px;}
    .carousel-caption h1 {  margin-bottom: 35px;}
	.carousel-caption ul{ }
    .carousel-caption ul li { padding: 0px 15px;}
    .visual_subicon_num {font-size: 22px;}
    .visual_subicon > img { width: 73px;}
    .carousel-caption .more_btn {  margin: 35px auto 0;}
}
@media screen and (max-width:480px){
.carousel-inner > .item.main-img01 {background-position:40% center;}
.carousel-inner > .item.main-img02 {background-size:100% 100%; }
}

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{background:#fff;}
.main-contents.consulting {background:#ffede4;}

.main-contents .quick-bar{position:relative; top:-151px; height:151px; background:rgba(6,8,33,0.46);}
.main-contents .quick-bar ul{padding:30px 4%; margin:0 auto; width:1280px; text-align:center;}
.main-contents .quick-bar li{display:inline-block; width:23%; text-align:center;}
.main-contents .quick-bar li a{font-size:18px; color:#e5e5e5;}
.main-contents .quick-bar li img{display:block; padding-bottom:20px; margin:0 auto;}

.main-contents .content-area{padding:80px 0; margin:0 auto ; width:1140px;}
.main-contents .content-area:after{content:""; display:block; clear:both;}
.main-contents .content-area > div{display:block; vertical-align:top;}
.content-area > h2{ font-size: 30px; color: #333; text-align: center; margin-bottom: 48px;}
.content-area > h2:before {content:''; display:block; background:#fd7435; width:40px; height:2px;margin: 0 auto; margin-bottom: 15px;}

.main-contents .txt-area{position:relative; padding:35px 50px 0 18px;}
.main-contents .txt-area:before{position:absolute; top:0; left:0; content:""; display:block; width:110px; height:5px; background:#3d427c;}
.main-contents .txt-area p{font-family:'Nanum Square'; line-height:1.7; font-size:20px; color:#2b2b2b;}
.main-contents .txt-area p:nth-of-type(2){font-family:'Nanum Myeongjo'; margin-top:20px; font-size:17px; color:#929292;}
.main-contents .txt-area .btn-more{position:absolute; bottom:5px; right:50px; display:inline-block; padding:0 15px; width:160px; height:47px; line-height:47px; font-size:15px; color:#fff; background:#3d427c; border:1px solid #3d427c;}
.main-contents .txt-area .btn-more span{float:right; font-size:20px;}
.main-contents .txt-area .btn-more:hover, .txt-area .btn-more:active{color:#3d427c; background:none;}

.main-contents .video-area iframe{width:100%; height:360px;}

@media screen and (max-width:1280px){
	.main-contents .quick-bar ul{padding:30px 20px; width:100%;}
	.main-contents .content-area{padding:90px 20px;width:100%;}
	.main-contents .content-area{width:100%;}
}
@media screen and (max-width:980px){
	.main-contents .quick-bar{position:static; height:auto; background:none;}
	.main-contents .quick-bar ul{padding:1px;}
	.main-contents .quick-bar ul:after{content:""; display:block; clear:both;}
	.main-contents .quick-bar li{float:left; display:block; margin:1px; width:calc(50% - 2px);}
	.main-contents .quick-bar li a{display:block; padding:0 15px; height:76px; line-height:76px; color:#fff; background:#3d427c;}
	.main-contents .quick-bar li a:hover, 	.quick-bar li a:active{background:#333765;}
	.main-contents .quick-bar li img{display:inline-block; padding:0 25px 0 0;}

	.main-contents .content-area{display:block; padding:50px 20px; margin:0 auto;}
}
@media screen and (max-width:767px){
	.main-contents .quick-bar li a{padding:0 10px; height:50px; line-height:50px; font-size:15px;}
	.main-contents .quick-bar li img{padding:0 15px 0 0; width:33px;}
	
	.content-area > h2 { font-size: 25px; margin-bottom: 35px;}
	.main-contents .content-area{padding:30px 10px;}
	.main-contents .content-area > div{display:block; width:100%;}
	
	.main-contents .txt-area{margin-bottom:15px; padding:20px; text-align:center; border:1px solid #9194bf;}
	.main-contents .txt-area:before{position:static; margin:0 auto 20px; width:15px; height:15px; transform:rotate(45deg);}
	.main-contents .txt-area p{line-height:1.5; font-size:16px;}
	.main-contents .txt-area p:nth-of-type(2){margin:15px 0; font-size:15px;}
	.main-contents .txt-area .btn-more{position:static; bottom:0; right:0; display:block; width:100%; text-align:center;}

	.main-contents .video-area iframe{width:100%; height:250px;}

}