@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: #9c99da; 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:#505093;-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,.8)}
	/*.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:#666; font-weight:300;}
    .login-menu li{display:inline-block;}
	.login-menu li a {color:#666; font-size:14px; font-weight: 300;}
    .navigation{display:inline-block;}
    .navigation > li{position:relative;float:left;width:200px;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:#505093;}
    .navigation > li:hover .main-menu{color:#505093;}
    .navigation .sub-menu{z-index:888;display:none;position:absolute;top:63px;left:50%;margin-left:-100px;padding:20px 0;width:100%;text-align:center}
    .navigation .sub-menu a{line-height:35px;font-size:16px;color:#555;}
    .navigation .sub-menu a:hover{color:#505093;}
}

@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:170px}
    .navigation .sub-menu{margin-left:-88px}
}

@media only screen and (max-width: 980px){
    #header{height:65px}
	#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:150px}
    .nav-btn{top:20px;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:#9c99da;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:#505093;}
    .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 img{width:130px}
    .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){
	.nav-btn {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:#505093;}

@media only screen and (max-width: 980px){}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:40px 20px;width:100%;box-sizing:border-box;text-align:center;background:#3e3e3e;color:#848484;clear:both; position:relative;}
.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:9px;color:#fff; position:relative; transition: .4s;}
.footer-menu li:after {content:''; display:inline-block; width:4px; height:4px; background:#b5b5cd; 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:#fff;}
.footer-info{margin:0 auto;width:980px;letter-spacing:0;font-size:16px; line-height: 28px; color:#d6d6d6; font-weight:300; word-break:keep-all;}
.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:#ffffff; }
.footer-info p a{color:inherit}

@media only screen and (max-width:980px){
    .footer-info{width:100%}
}

@media only screen and (max-width:768px){
    #footer{padding:35px 10px}
    .foot_logo{margin-bottom:30px}
    .foot_logo img{width:150px}
    .footer-info strong{font-size:14px}
    .footer-info a.link_b{font-size:14px}

}

@media only screen and (max-width:480px){
	.footer-menu{margin-bottom:20px;}
	.foot_logo{margin-bottom:20px}
	.footer-menu li a {font-size: 14px;}
	.footer-info { font-size: 14px; line-height: 24px;}
	.footer-info > p {margin-top:0px; }
}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual{position:relative;width:100%; background:#e9e9e9;}
.carousel-caption .slogan {overlfow:hidden; letter-spacing:-1px;}
.carousel-caption .slogan .desc {float:left; text-align:center; transition: .4s;}
.carousel-caption .slogan .desc .txt1 {display:block; font-size:32px; color:#3d3d87; font-weight:600; margin-bottom:20px;}
.carousel-caption .slogan .desc .txt1 span {color:#005ce7;}
.carousel-caption .slogan .desc .txt2 {display:block; font-size:26px; color:#666666; margin:0 0 40px; line-height:130%;}
.carousel-caption .slogan .desc .txt2 span {color:#3d3d87;}
.carousel-caption .slogan .desc .txt3 {display:block; font-size:29px; background:#005ce7; color:#fff; padding:5px 10px 8px; margin:0 0 10px; font-weight:500; letter-spacing:-2px;}
.carousel-caption .slogan .desc .txt4 {display:block; font-size:36px; color:#005ce7; font-weight:500; letter-spacing:-2px; margin-bottom:10px;}
.carousel-caption .slogan .desc .txt5 {display:block; font-size:26px; color:#c01e42; margin:0 0 40px; line-height:130%;}
.carousel-caption .slogan .img {float:right;transition: .4s;}

.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_visual.jpg"); background-color: #e1a5b6; }
.slick-initialized .slick-slide.slide02  {position: relative;  background-image:url("/images/kor04r-19-0423/main/main_visual02.jpg"); background-color: #e1a5b6;}
.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: none !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: #505093;}
.pro-ani{  animation: proBar 5s 1; }
.carousel-caption{top:262px; right:0; left:0; text-align:center; padding:0 20px; bottom:auto; text-shadow:none; width: 1200px;
    margin: 0 auto;}
.carousel-caption a { display: inline-block; width: 240px; height: 50px; line-height: 49px; border: 1px solid #fff;
  border-radius: 25px; font-size: 22px; text-align: center; margin-top: 40px; font-weight:300;}
.carousel-caption a:hover { background:#fff; color:#505093;}
.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 {top:200px; width:100%;}
	.carousel-caption .slogan {}
	.carousel-caption .slogan .desc {float:none; text-align:center;}
	.carousel-caption .slogan .desc .txt1 {display:block; font-size:32px; color:#3d3d87; font-weight:600; margin-bottom:20px; word-break:keep-all;}
	.carousel-caption .slogan .desc .txt2 {display:block; font-size:26px; color:#666666; margin:0 0 40px; line-height:130%; word-break:keep-all;}
	.carousel-caption .slogan .desc .txt2 span {color:#3d3d87;}
	.carousel-caption .slogan .desc .txt3 {display:inline-block; font-size:29px; background:#005ce7; color:#fff; padding:5px 10px 8px; margin:0 0 10px; font-weight:500; letter-spacing:-2px; word-break:keep-all; line-height:120%;}
	.carousel-caption .slogan .desc .txt3:after {content:''; display:block;}
	.carousel-caption .slogan .desc .txt4 {display:block; font-size:36px; color:#005ce7; font-weight:500; letter-spacing:-2px; word-break:keep-all; line-height:120%;}
	.carousel-caption .slogan .img {float:none; width:100%; text-align:center; margin-top:30px;}
	.carousel-caption .slogan .img img {display:inline-block;}
	.slider-box{height:800px}
	.slick-initialized .slick-slide {height:800px;}
}

@media only screen and (max-width:980px){
	.carousel-caption{top:142px;}
}

@media only screen and (max-width:768px){
	.carousel-caption{top:110px;}
    .slider-box { height:640px; }
	.slick-initialized .slick-slide { height: 640px;}
	.carousel-caption .slogan .desc .txt1 {font-size:26px; margin-bottom:15px;}
	.carousel-caption .slogan .desc .txt2 {font-size:20px; margin:0 0 25px;}
	.carousel-caption .slogan .desc .txt3 {font-size:22px;}
	.carousel-caption .slogan .desc .txt4 {font-size:26px;}
	.carousel-caption .slogan .desc .txt5 {font-size:20px;}
}

@media only screen and (max-width:480px){
	.carousel-caption .slogan .desc .txt1 {font-size:22px;}
	.carousel-caption .slogan .desc .txt2 {font-size:16px;}
	.carousel-caption .slogan .desc .txt3 {font-size:22px;}
	.carousel-caption .slogan .desc .txt4 {font-size:20px;}
	.carousel-caption .slogan .desc .txt5 {font-size:16px;}


}

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{background:#fff;}

/*  main_section  */
.main_section04 {padding:80px 0 100px; width:100%;background:url("/images/kor04r-19-0423/main/main_cs_bg.jpg") no-repeat center center/cover; position:relative;}
.main_section04 .section_title {color: #fff; text-align:center;}
.main_section04:before {content:''; display:inline-block; width:1px; height:55px; background:#fff; position:absolute; top:0; left: 50%;}
.main_section04:after {content:''; display:inline-block; width:7px; height:7px;  background:#fff; border-radius: 50%; position: absolute; top: 55px; left: 50%;
  margin-left: -3.5px;} 

.main_section04 .frame {overflow:hidden; margin:60px auto 0; text-align:center;}
.main_section04 .frame ul {display:inline-block; transition: .4s;}
.main_section04 .frame ul + ul {margin-left:130px;}
.main_section04 .frame ul li {font-size:16px; color:#fff; line-height:34px; text-align:left;}
.main_section04 .frame ul li + li {margin-top:6px;}
.main_section04 .frame ul li span {background:#3d3d87; color:#fff; width:126px; height:34px; line-height:32px; text-align:center; float:left; margin-right:20px; -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;}
.main_section04 .frame .point_word {color:#B2CCFF; text-align:center; font-size:18px;}

@media only screen and (max-width:980px){
	.section_title { font-size: 35px;}
	.section_txt { font-size: 18px;  padding: 20px 0px 30px 0px;}
}

@media only screen and (max-width:700px){
	.main_section04 .frame ul + ul {margin-left:50px;}
}
@media only screen and (max-width:588px){
	.main_section04 .frame {margin:40px auto 0; }
	.main_section04 .frame ul {width:260px;}
	.main_section04 .frame ul:after {content:''; display:block;}
	.main_section04 .frame ul + ul {margin-left:0px; margin-top:6px;}
}
@media only screen and (max-width:480px){
	.section_title {font-size: 28px;}
}