@charset "utf-8";

/* Font */

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {font-family: 'NTSK-H'; font-style: normal; font-weight: 100; src: local('Noto Sans Thin'), local('NotoSans-Thin'),    url(/data/css/NotoSansKR-Thin-Hestia.woff) format('woff');}
@font-face {font-family: 'NTSK-H'; font-style: normal; font-weight: 300; src: local('Noto Sans Light'), local('NotoSans-Light'),    url(/data/css/NotoSansKR-Light-Hestia.woff) format('woff');}
@font-face {font-family: 'NTSK-H'; font-style: normal; font-weight: 350; src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),    url(/data/css/NotoSansKR-DemiLight-Hestia.woff) format('woff');}
@font-face {font-family: 'NTSK-H'; font-style: normal; font-weight: 400; src: local('Noto Sans Regular'), local('NotoSans-Regular'),    url(/data/css/NotoSansKR-Regular-Hestia.woff) format('woff');}
@font-face {font-family: 'NTSK-H'; font-style: normal; font-weight: 500; src: local('Noto Sans Medium'), local('NotoSans-Medium'),    url(/data/css/NotoSansKR-Medium-Hestia.woff) format('woff');}
@font-face {font-family: 'NTSK-H'; font-style: normal; font-weight: 700; src: local('Noto Sans Bold'), local('NotoSans-Bold'),    url(/data/css/NotoSansKR-Bold-Hestia.woff) format('woff');}
@font-face {font-family: 'NTSK-H'; font-style: normal; font-weight: 900; src: local('Noto Sans Black'), local('NotoSans-Black'),    url(/data/css/NotoSansKR-Black-Hestia.woff) format('woff');}


/* Guide 
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
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,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
	font-family: 'NTSK-H', sans-serif;
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 16px;
    color: #333;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

: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:hover,
a:focus,
a:active,
a:link {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

textarea {
    max-width: 100%;
    resize: none;
}

body {
    overflow-x: hidden;
}

@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: 20px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f37321;
}

.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}

.back-to-top.sub-common {
	 display: block;
}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
    position: relative;
    width: 100%;
    min-width: 340px;
    height: 100%;
}

    .login-bar {
        padding: 21px 0;
        text-align: center;
        z-index: 999;
        position: relative;
    }
    .login-bar li {
        display: inline-block;
        position: relative;
        margin-left: 10px;
        border-left: 1px solid #ddd;
        height: 23px;
        border: 1px solid #525353;
        border-radius: 11px;
        margin-bottom: 10px;
    }
    .login-bar li a {
        font-size: 12px;
        line-height: 23px;
        padding: 0 14px;
        color: #525353;
        font-weight: 500;
    }
    .login-bar .material-icons {
        display: block;
        position: absolute;
        right: 6px;
        top: 2px;
        font-size: 18px;
        color: #fff;
    }
    .login-bar li:first-child {
        padding-right: 12px;
        background-color: #0b7c02;
        border: 1px solid #1c9e75;
    }
    .login-bar li:first-child a {
        display: block;
        width: 55px;
        color: #fff;
    }
    .login-bar li ul {
        position: absolute;
        left: -11px;
        top: 31px;
    }
    .login-bar li ul li {
        padding-right: 12px;
    }
    .login-bar li ul li a {
        display: block;
        margin-bottom: 38px;
        width: 55px;
    }
    .login-bar .lang_list {
        display: none;
        position: absolute;
        background-color: #000;
        width: 71px;
        left: -3px;
        border-radius: 10px;
        padding: 5px 0;
        top: -1px;
    }
    .login-bar .lang_list dd a {
        color: #fff;
        font-weight: 400;
        position: relative;
        line-height: 26px;
    }
    .login-bar .lang_list dd a i {
        color: #fff !important;
        right: -8px !important;
        top: 5px !important;
    }


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
    #header {
        z-index: 999;
        width: 100%;
        padding: 0px 0px;
    	position: fixed;
		transition:all 0.5s;
		border-top:7px solid #f37321; 
    }
    #header:after {
		display:block;
		content:"";
		clear:both;
	}
	#header.scroll_on {background: #fff; transition:all 0.5s; border-bottom:1px solid #eaeaea;}
	#header.sub_page:after {content:''; display:block; width:100%; height:1px; background:#eaeaea; position:absolute; left:0;}
    #header > div {
        position: relative;
        margin: 0 auto;
        width: 1180px;
        height: 100px;
		text-align: center;
    }
	#L_SITE_LOGO {float: left;}
    #header h1 {
        float: left;
		padding-top:20px;
		position: absolute;
    }
    #header h1 a {
        display: block;
    }
    #header h1 a > img {
        vertical-align: baseline;
    } 
	.gnb {
		float: right;
    	right: 0;
        top: 42px;
        position: absolute;
	}
	.all_menu {
        display: inline-block;
        width: 17px;
        height: 17px;
	}
	.all_menu > span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #f37321;
        float: left;
	}
.all_menu > span:first-child {margin:0px 1px 1px 0px; }
.all_menu > span:nth-child(3) {margin:0px 1px 0px 0px;}

.lang_select { font-size:14px; float: right; position: absolute; right: 50px; top: 42px;}
.lang_select > li {float:left;line-height: 1; padding-right:12px; margin-left:12px; border-right:1px solid #b6b6b6;}
.lang_select > li:last-child {padding-right:0px; border-right:none;}
.lang_select > li a {color:#b6b6b6; line-height: 1;}
.lang_select > li a.active {color:#f37321;}
.nav-btn {
        z-index: 999;
        position: absolute;
        top: 20px;
        right: 32px;
        width: 35px;
        height: 29px;
        cursor: pointer;
		display: none;
    }
    .nav-btn span {
        position: absolute;
        left: 50%;
        display: inline-block;
        margin-left: -17.5px;
        width: 35px;
        height: 3px;
        background: #0b7c02;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .nav-btn span:nth-child(1) {
        top: 0;
    }
    .nav-btn span:nth-child(2) {
        top: 10px;
    }
    .nav-btn span:nth-child(3) {
        top: 21px;
    }
    .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);
    }
    .all-btn {
        z-index: 999;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 75px;
        height: 65px;
        background: #0b7c02;
        cursor: pointer;
    }
    .all-btn span {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #fff;
        transition: .2s all linear;
    }
    .all-btn span:nth-child(1) {
        top: 20px;
    }
    .all-btn span:nth-child(2) {
        top: 30px;
    }
    .all-btn span:nth-child(3) {
        top: 40px;
    }
    .all-btn.all-close span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }
    .all-btn.all-close span:nth-child(2) {
        margin-left: 0;
        width: 0;
    }
    .all-btn.all-close span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }
    .nav-bg {
        z-index:-1;
        display: none;
        position: absolute;
        top: 0px;
        left: -500%;
        width: 1000%;
        height: 280px;
        background: #fff;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    }
    #nav {
		display:inline-block;
		vertical-align: top;
		z-index: 999;
		float:right;
		margin-right:40px;
    }
    .navigation:after {
        content: "";
        display: block;
        clear: both;
    }
    .navigation > li {
        position: relative;
        float: left;
        display: table;
        width: 120px;
		height:100px;
        text-align: center;
		padding-top:8px;
    }
    .navigation > li:nth-of-type(2) {
        width: 190px;
    }
    .navigation > li:nth-of-type(3) {
        width: 145px;
    }
    .navigation .main-menu {
       display:table-cell;
	   vertical-align:middle;
        width: 100%;
        font-weight: 400;
        font-size: 18px;
        color: #1e1e1e;
       line-height: 120%;
    }
	.navigation > li:hover:before {
		content:''; 
   		display:block;
        width:100%;
        height:2px; 
        background:#f37321;
		position: absolute;
    	bottom: 0;
	}
    .navigation .sub-menu {
        display: none;
        z-index: 999;
        position: absolute;
        top: 100px;
        left: 0;
        padding: 20px 0;
        width: 120px;
        height: 150px;
    }
    .navigation > li:nth-of-type(2) .sub-menu {
        width: 190px;
    }
    .navigation > li:nth-of-type(3) .sub-menu {
        width: 145px;
    }	
    .navigation .sub-menu a {
        display: block;
        text-align: center;
        line-height: 35px;
        font-size: 15px;
        color: #666;
    }
    .navigation .sub-menu .intro-menu {
        display: none;
    }
    .navigation .sub-menu a:hover {
		color:#f37321;
    }
	
/* 서브상단메뉴 */
	#L_SITE_LOGO.sub_page a { display: inline-block; background: url('/images/kor02r-22-0455/common/logo.png') no-repeat left center/cover; width: 266px; height:60px;}
	#L_SITE_LOGO.sub_page a > img {display:none;}	
	.navigation.sub_page .main-menu {color: #fff;}
	.all_menu.sub_page > span {background: #fff;}
	.lang_select.sub_page > li {border-right: 1px solid #fff;}
	.lang_select.sub_page > li:last-child {border-right:none;}
	.lang_select.sub_page > li a.active {color: #fff;}

}

@media only screen and (max-width: 1520px) {
	#header { padding: 0px 0px;}
	#L_SITE_LOGO.sub_page a {width:266px;}
	#header h1 a > img {width:266px;}
	.navigation .sub-menu {width: 130px;}
}

@media only screen and (max-width: 1200px) {
    #header {
        z-index: 666;
        width: 100%;
        height: 65px;
        background: #fff;
	    position: fixed;
		padding: 0px;
		border-bottom:1px solid #eaeaea;
    }
    #header > div {
        padding: 0;
		width: 100%;
    }
    #header h1 {
        float: left;
        padding: 13px 20px;
        height: 65px;
    }
    #header h1 a {
        display: block;
    }
	#L_SITE_LOGO.sub_page a {width:200px;}
    #header h1 {padding-top:10px;}
	#header h1 a > img {width:200px;}
    .login-bar {
        float: none;
		padding-top: 10px;
    }
    .login-bar li {
        border: 1px solid #ffffff;
	    margin-left: 28px;
    }
	.login-bar li:first-child {
		border: 1px solid #fff;
	}
    .login-bar li a {
        color: #fff;
    }
    .login-bar .material-icons {
        color: #fff;
    }
    .nav-btn {
        z-index: 999;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 23px;
        cursor: pointer;
    }
    .nav-btn span {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #f37321;
        transition: .2s all linear;
    }
    .nav-btn span:nth-child(1) {
        top: 0;
    }
    .nav-btn span:nth-child(2) {
        top: 10px;
    }
    .nav-btn span:nth-child(3) {
        top: 20px;
    }
    .nav-btn.nav-close {
        position: fixed;
    }
    .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-bg {
        z-index: 777;
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    #nav {
        z-index: 888;
        position: fixed;
        right: -100%;
        display: block;
        padding: 65px 0 20px;
        width: 70%;
        height: 100%;
        background: #fff;
    }
	.navigation > li {width: 100%;}
	.navigation .sub-menu {width: 100%;} 
    .navigation .main-menu {
        display: block;
        padding: 0 30px;
        width: 100%;
        line-height: 45px;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        transition: none;
    }
	    .navigation .main-menu br {display:none;}
    .navigation li.active .main-menu {
        background: #f37321;
        color: #fff;
    }
    .navigation .sub-menu {
        display: none;
        padding: 10px 0;
        background: #f1f1f1;
    }
    .navigation .sub-menu a {
        display: block;
        padding: 0 30px;
        line-height: 38px;
        font-size: 16px;
        color: #555;
    }
    .navigation .sub-menu a:before {
        content: "";
        display: inline-block;
        margin: 0 5px 0 0;
        width: 4px;
        height: 1px;
        vertical-align: middle;
        background: #888;
    }
    .navigation .sub-menu a:hover {
        color: #f37321;
    }
    .navigation .sub-menu a:hover:before {
        background: #f37321;
    }
	.lang_select { font-size:14px; display:inline-block; padding-left:20px; margin-top: 30px; }
    .lang_select > li {float:left;line-height: 1; padding-right:12px; margin-left:12px; border-right:1px solid #b6b6b6;}
    .lang_select > li:last-child {padding-right:0px; border-right:none;}
    .lang_select > li a {color:#b6b6b6; line-height: 1;}
    .lang_select > li a.active {color:#f37321;}
}

@media only screen and (max-width: 768px) {

    .nav-btn {
        right: 20px;
    }
    #header h1 a > img {
        
    }
}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.btn {
    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: #509591;
    border-color: #509591;
    color: #fff;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #447774;
    border-color: #447774;
    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: #333;
}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
    padding: 35px 0px;
    width: 100%;
    background: #1e1b1b;
    color: #999;
}
.footer-area {width:1200px; margin:0 auto;}

.footer-menu {margin-top:25px;}
.footer-menu:after {
    content: '';
    display: block;
    clear: both;	
}

.footer-menu li {
	float: left; 
	color: #fff; 
	padding-right:15px; 
	margin-right:15px; 
	border-right:1px solid #fff; 
	line-height: 1;
}
.footer-menu li > a {line-height: 1;}
.footer-menu li:last-child { 
	padding-right:0px; 
	margin-right:0px; 
	border-right:none;
}
.foot-info {margin:30px 0 40px;}
.foot-info > ul:after {
	content:''; 
	display:block; 
	clear:both;
}
.foot-info > ul li {
	float: left; 
	width: calc(100%/3);
}
.foot-info > ul li h4 {
	font-size:16px; 
	color:#fff; 
	font-weight:400; 
	margin-bottom:15px;
}
.foot-info > ul li p {
	font-weight:300; 
	line-height:26px;
} 

@media only screen and (max-width: 1200px) {
    #footer {
        padding: 30px 20px 35px 20px;
    }
	.footer-area {width:100%;}
	.footer-menu li { font-size: 15px;}
}

@media only screen and (max-width: 980px) {   
    .footer_top {
        padding-bottom: 0px;
        border-bottom: none;
    }  
	.footer-menu {float:none; display: inline-block;}
}
@media only screen and (max-width: 768px) {
	.footer_top {text-align:center;}
	.foot-info {text-align:center; margin-bottom:30px;}
	.foot-info > ul li { float:none; width:100%; margin-bottom:20px;}
	.foot-info > ul li:last-child {margin-bottom:0px;}	
	.copy {text-align:center;}
}

@media only screen and (max-width: 480px) {
	.foot-logo > img {margin-bottom:20px; }
    .footer-info {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
    }
	.foot-info > ul li p {line-height: 24px; font-size: 15px;}
	.footer-menu li { float: none; padding-right:0px; margin-right: 0px; border-right: none;  margin-bottom: 10px;}
	.footer-menu li:last-child { margin-bottom: 0px;}
	.footer-menu li > a {font-size: 14px;}
    .copy  { font-size: 14px; line-height: 20px; }
}

@media only screen and (max-width: 353px) {
    #footer {
        padding: 30px 10px 35px 10px;
    }
}


/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual {
    position: relative;
    overflow: hidden;
}

.carousel-caption {
    position: absolute;
    width: 1200px;
    top: 30%;
    left: 50%;
    margin-left: -600px;
    z-index: 99;
	text-align:left;
}

.carousel-caption .slogan {font-size:46px; line-height: 1.2; color: #fff; font-weight:700; letter-spacing: -1px;}

.carousel-caption p {margin-top:30px; font-size:32px; color:#fff; font-weight:500;}
#main_slide.owl-carousel .owl-item .main-img01 .carousel-caption p {font-size:47px; color:#f7a43e; font-weight:700;}


.visual_subicon{margin-top:50px; margin-left:30px;}
.visual_subicon img{float:left; margin-right:20px;}
.visual_subicon a{border-bottom:1px solid #f5b324; color:#f5b324; font-size:25px; display:inline-block; line-height:2; width:200px; margin:10px 0;background: url('/images/kor02r-22-0455/main/about_arrow.png') no-repeat right center;font-weight:600}
.visual_subicon p{margin:0; color:#fff; font-size:22px}
.visual_subicon p span{font-size:42px}

#main_slide.owl-carousel {
    display: block;
    height: 840px;
}

#main_slide.owl-carousel .owl-item .item {
    height: 840px;
}

#main_slide.owl-carousel .owl-item .main-img01 {background: url('/images/kor02r-22-0455/main/main_visual_01.jpg') no-repeat center center/cover;}
#main_slide.owl-carousel .owl-item .main-img02 {background: url('/images/kor02r-22-0455/main/main_visual_02.jpg') no-repeat center center/cover;}
#main_slide.owl-carousel .owl-item .main-img03 {background: url('/images/kor02r-22-0455/main/main_visual_03.jpg') no-repeat center center/cover;}

#main_slide.owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 0px;
	width: 100%;
    text-align: center;
}

#main_slide.owl-carousel .owl-dots .owl-dot {
    background: none;
    border: none;
    display: inline-block;
}

#main_slide.owl-carousel .owl-dots .owl-dot span {
    display:inline-block;
    width:17px;
    height:17px;
    border-radius:0px;
	background:#fff;
	margin:0px 5px;
}
#main_slide.owl-carousel .owl-dots .owl-dot.active span {
    display:inline-block;
    width:17px;
    height:17px;
    border-radius:0px;
	background:#f37321;
}

@media only screen and (max-width: 1200px) {
    .carousel-caption {
        width: 100%;
        left: 0%;
        margin-left: 0px;
		padding:0px 20px;
    }
}
@media only screen and (max-width: 980px) {
    #main_slide.owl-carousel {
        height: 600px;
    }
    #main_slide.owl-carousel .owl-item .item {
        height: 600px;
    }
	
	#main_slide.owl-carousel .owl-item .main-img01,
	#main_slide.owl-carousel .owl-item .main-img02 {background-position:85% center;}
	#main_slide.owl-carousel .owl-item .main-img03 {background-position:30% center;}

	.carousel-caption { top:40%;}
	.carousel-caption .slogan {font-size:32px; letter-spacing:0;}

	.carousel-caption p {margin-top:20px; font-size:24px;}
	#main_slide.owl-carousel .owl-item .main-img01 .carousel-caption p {font-size:33px;}

	.visual_subicon {display:none}
}
@media only screen and (max-width: 768px) {
    #main_slide.owl-carousel {
        height: 500px;
    }
    #main_slide.owl-carousel .owl-item .item {
        height: 500px;
    }
	.carousel-caption .slogan {font-size:24px;}

	.carousel-caption p {font-size:20px;}
	#main_slide.owl-carousel .owl-item .main-img01 .carousel-caption p {font-size:25px;}
	
	#main_slide.owl-carousel .owl-dots {bottom:20px;}
	
}
@media only screen and (max-width: 510px) {
	#main_slide.owl-carousel .owl-item .main-img03 {background-position:25% center;}
	.carousel-caption .slogan {font-size:20px;}
	.carousel-caption p {font-size:16px;}
	#main_slide.owl-carousel .owl-item .main-img01 .carousel-caption p {font-size:21px;}

}

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#mainContainer { z-index: 555; overflow:hidden;background: #f3f3f3;}

.main_section_title { font-size:42px; color: #333; font-weight:600; text-align: center; margin-bottom:70px;}
.main_section_title strong{display:block; color:#f37321; font-weight:800; font-size:46px; }

.main_section02 h3 {font-size:30px; color:#333; font-weight:500; margin-bottom:20px;}
.main_section04 p.extract-body {margin-top:15px;}

@media only screen and (max-width: 1200px) {   
    
}

@media only screen and (max-width: 980px) {	
	.main_section_title {font-size:35px }
}

@media only screen and (max-width: 640px){	
	.main_section_title {font-size:30px }
	.main_section02 h3 {font-size:20px;}
}

@media only screen and (max-width: 480px) {		
	.main_section_title {
        font-size: 25px;
        margin-bottom: 30px;
    }
	.main_section_title strong{font-size: 28px;}
}


/*   main_section01   */
.main_section01 {width:100%; padding:100px 0px; background-color:#f6f6f6;position:relative;}

.section01_list { width:1200px; margin: 0 auto; line-height: 1;}
.section01_list:after {content:''; display:block; clear:both;}
.section01_list > li {float:left; width:23.5%; box-sizing:border-box; margin:0; border-radius:20px; overflow:hidden; background:#fff; box-shadow: 0px 0px 15px #aaa;}
.section01_list > li + li {margin-left:2%;}

.section01_list li div {width:100%; min-height:130px; padding:0 15px; display:table;}
.section01_list p {line-height:1.3;background:#fff;  font-size:19px; font-weight:500; text-align:center; color:#333; display:table-cell; vertical-align:middle;}
.section01_list p span {display:block; font-size:18px;}
.section01_list img{width:100%; display:block}


@media only screen and (max-width: 1200px){	
	.main_section01 { padding: 60px 20px;}
	.section01_list { width:100%;}
	.section01_list > li {width:46%; margin:0 2% 40px;}

}
@media only screen and (max-width: 980px){	
}
@media only screen and (max-width: 768px){	
	.section01_list > li {
		float:none; 
		width:100%; 	
		margin:0 0 30px;
		background: #fff;
	}	
	.section01_list > li + li {margin-left:0%;}
	.section01_list li div {min-height:auto; padding:20px 15px;}
	.section01_list p {font-size:18px;}
}
@media only screen and (max-width: 510px){		
	.section01_list > li {	}	
	.section01_list p {font-size:16px;}	
}


/*  main_section02  */
.main_section02 {width:100%; padding:0px; background-color:#2c2c2c;position:relative;}
.main_section02 .section02_inner {width:1240px; margin:0 auto;display:flex;}
.main_section02 .section02_inner .inner-left{width:40%;position:relative;}
.main_section02 .section02_inner .inner-right{width:60%; padding:100px 0;}
.main_section02 .main_section_title {position:absolute;top:90px; color:#fff; text-align:left;font-size:22px;font-weight:500; }
.main_section02 .main_section_title strong{font-size:25px; font-weight:700; display:inline-block; color:#fff;}
.main_section02 .inner-left p {position:absolute; top:140px; color:#c8c8c8; font-size:14px; width:370px; line-height:160%;}
.main_section02 .inner-left p strong {font-weight:500; color:#fff;}
.main_section02 .inner-left p + p {top:auto; bottom:30px;}
.main_section02 ul{}
.main_section02 ul li{width:calc(20% - 10px); float:left; height:150px; margin:5px; background:#fff; border-radius:10px;text-align:center;padding:8px 2px 10px;border:4px solid #fff}
.main_section02 ul li:hover{border:4px solid #f37321}
.main_section02 ul li div {width:100%; display:table; height:60px;}
.main_section02 ul li p {word-break:keep-all; font-size:15px; line-height:1.2; font-weight:500; color:#333; display:table-cell; vertical-align:middle; text-align:center;}
.main_section02 ul li:hover p{color:#f37321}
.main_section02 .img-bg {position:absolute;bottom:0px;}
.main_section02 .img-bg img{}

@media only screen and (max-width: 1240px){
	.main_section02 {padding:0 20px;}
	.main_section02 .section02_inner {width:100%; margin:0 auto;}
	.main_section02 .section02_inner .inner-left{width:50%;}
	.main_section02 .section02_inner .inner-right{width:50%; padding:60px 0;}	
	.main_section02 .main_section_title {font-size:20px; top:110px;}
	.main_section02 .main_section_title strong{font-size:22px}
	.main_section02 .inner-left p {top:160px; width:450px; font-size:15px;}
	.main_section02 .inner-left p + p {bottom:80px;}
	.main_section02 .img-bg {right:20px; bottom:10%;}
	.main_section02 ul li{width:calc(33% - 10px);}
}

@media only screen and (max-width: 980px){
	.main_section02 {padding:60px 20px;}
	.main_section02 .section02_inner{display:block}
	.main_section02 .section02_inner .inner-left{width:100%; height:420px;}
	.main_section02 .section02_inner .inner-right{width:100%;}
	.main_section02 .main_section_title {font-size:20px; top:30px;}
	.main_section02 .main_section_title strong{font-size:22px}
	.main_section02 .inner-left p {top:80px; width:60%;}
	.main_section02 .inner-left p + p {bottom:5%;}
	.main_section02 .img-bg {right:8%; bottom:0px;}
	.main_section02 ul li{width:calc(20% - 10px);}
}

@media only screen and (max-width: 768px){
	.main_section02 .section02_inner .inner-right{padding:30px 0 0;}
	.main_section02 .main_section_title {top:10px;}
	.main_section02 .inner-left p {top:60px; width:75%; font-size:14px;}
	.main_section02 .inner-left p + p {bottom:0px; width:100%;}
	.main_section02 .img-bg {right:0px;}
	.main_section02 ul li{width:calc(50% - 10px);}
}

@media only screen and (max-width: 410px){
	.main_section02 .section02_inner .inner-left{height:460px;}
	.main_section02 .img-bg {bottom:15%;}
}
@media only screen and (max-width: 380px){
	.main_section02 .inner-left p {top:70px;}
}


/*  main_section03   */
.main_section03 {width:100%; padding:70px 0px; background-color:#f37321;}
.main_section03 p {color:#fff; font-size:34px; text-align:center; line-height:1.5}

@media only screen and (max-width: 1200px){
	.main_section03 {padding:60px 20px;}
	.main_section03 p {font-size:30px;}
}

@media only screen and (max-width: 768px){
	.main_section03 {width:100%; margin:0;padding:40px 20px;}	
	.main_section03 p {font-size:24px;}
}

@media only screen and (max-width: 510px){	
	.main_section03 p:first-child, .main_section03 p{font-size:20px; }
}


/*  main_section04   */
.main_section04 {width:1200px; margin:80px auto; position:relative;}
.main_section04 .img-bg {position:absolute; width:100%; top:-400px; z-index:3; text-align:center;}

@media only screen and (max-width: 1200px){
	.main_section04 {width:100%; margin:60px auto; padding:0 20px;}
}

@media only screen and (max-width: 980px){  
	.main_section04 .img-bg {top:-300px; width:auto}
}

@media only screen and (max-width: 768px){  
	.main_section04 .img-bg {top:-270px;}
}

@media only screen and (max-width: 640px){  	
	.main_section04 .main_section_title {margin-bottom:40px;}
}

@media only screen and (max-width: 480px){  	
	.main_section04 .img-bg {top:-200px;}
}


/*  main_section05  */
.main_section05 {width:100%; padding:100px 0px; background-color:#2c2c2c; color:#fff; text-align:center; background: url("/images/kor02r-22-0455/main/main_section05_bg.jpg") no-repeat center center/cover;}
.main_section05 .section05_inner {width:1200px; margin:0 auto;text-align:left}
.main_section05 .main_section_title {color:#fff; font-size:36px; font-weight:500; margin-bottom:10px}
.main_section05 .main_section_title strong{margin-bottom:30px;color:#f7a43e}
.main_section05 .main_section_title +p{margin-bottom:50px}

@media only screen and (max-width: 1200px){
	.main_section05 {padding:60px 20px;}
	.main_section05 .section05_inner {width:100%; margin:0 auto;}
	.main_section05 .main_section_title strong{font-size:36px}
	.main_section05 .main_section_title {font-size:24px}
}

@media only screen and (max-width: 980px){
}

@media only screen and (max-width: 768px){
	.main_section05 {width:100%; margin:0;}	
	.main_section05 .section05_inner{display:block}
}

@media only screen and (max-width: 480px){		
}


/* Scroll Animation (sa, 스크롤 애니메이션) */
.sa {opacity: 0;transition: all .5s ease;}

/* 아래에서 위로 페이드 인 */
.sa-up {transform: translate(0, 100px);}
/* 위에서 아래로 페이드 인 */
.sa-down {transform: translate(0, -100px);}
/* 왼쪽에서 오른쪽으로 페이드 인 */
.sa-right {transform: translate(-100px, 0);}
/* 오른쪽에서 왼쪽으로 페이드 인 */
.sa-left {transform: translate(100px, 0);}
/* 왼쪽으로 회전하면서 페이드 인 */
.sa-rotateL {transform: rotate(180deg);}
/* 오른쪽으로 회전하면서 페이드 인 */
.sa-rotateR {transform: rotate(-180deg);}
/* 작아진 상태에서 커지면서 페이드 인 */
.sa-scaleUp {transform: scale(.5);}
/* 커진 상태에서 작아지면서 페이드 인 */
.sa-scaleDown {transform: scale(1.5);}

.sa.show {opacity: 1;transform: none;}


.clear:after { display: block; content: ""; clear: both;}


		