@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:#555;}
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: #df7a94; 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:110px;font-size:0; text-align: center;background:#fff;}
#header h1 a{display:inline-block;line-height:110px;vertical-align:middle;padding-top:5px}
.nav-btn{z-index:999;position:absolute;top:128px;right:30px;width:45px;height:28px;cursor:pointer}
.nav-btn span{position:absolute;left:50%;display:inline-block;margin-left:-17.5px;width:37px;height:3px;background:#ffa116;-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;}
.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;}
#header .t-tel {position:absolute; z-index: 999; float:left; top:30px; left: 30px;}
#header .t-tel dt{color:#111; font-size:20px;padding-left:25px; line-height:1.5;background:url("/images/kor08r-22-0458/common/ico_tel.png") no-repeat 0 0}
#header .t-tel dd{font-size:30px; font-weight:bold; color:#ff6c00}
#header .t-tel dd a:hover{color:#ff4a63}
#header .t-sns {position:absolute; z-index: 999; float:right; top: 60px; right: 30px;}
#header .t-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .t-sns li:not(:first-child) {
  padding-left: 5px;
}

#header .t-sns li:not(:last-child) {
  padding-right: 5px;
}

@media only screen and (min-width: 981px){
    #header{height:160px}
    #header .header_in{position:relative;width:100%;margin:0 auto}
    .nav-bg{z-index:1;display:none;top:160; height:300px; background: rgba(0,0,0,.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: 55px; background: rgba(0,0,0,.9);  text-align: center; }
    .login-menu{position:absolute;z-index:999;float:right; top: 15px; right: 30px; color:#333; font-weight:300;}
    .login-menu li{display:inline-block;}
	.login-menu li a {color:#111; font-size:14px; font-weight: 300;}
    .navigation{display:inline-block;}
    .navigation > li{position:relative;float:left;width:220px;text-align:center;z-index:999}
    .navigation .main-menu{display:block;width:100%;font-weight:400;font-size:18px;color:#fff;line-height: 55px;}
    .navigation .main-menu:hover{color:#ffa116;}
    .navigation > li:hover .main-menu{color:#ffa116;}
	.navigation > li:first-child .main-menu{color:#ffa116;}
    .navigation .sub-menu{z-index:888;display:none;position:absolute;top:55px;left:50%;margin-left:-110px;padding:0;width:100%;text-align:center}
    .navigation .sub-menu a{padding:5px 0;line-height:1.5;font-size:16px;color:#ddd;display:block;}
	.navigation .sub-menu li:first-child a{padding-top:20px;}
    .navigation .sub-menu a:hover{color:#ffa116;}
}

@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}
	#header .t-tel {left:20px;}
	#header .t-sns {right:20px;}
    .navigation > li{width:120px}
    .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:27px;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:115px;width:300px;height:100%;background:#fff;}
    .login-menu{margin-bottom:40px;padding:20px;text-align:center;font-size:15px; background: #ffa116;color: #fff;}
    .login-menu li{display:inline-block}
    .login-menu li{margin:0px 10px; }
	.login-menu li a:hover {color:#fff;}
	#header .t-tel {position: absolute; top: 15px; left:16px}
	#header .t-tel dt{font-size:16px;}
	#header .t-tel dd{font-size:25px;}
	#header .t-sns {position: absolute; top: 70px; left:16px}
    .navigation .main-menu{display:block;margin-top:20px;text-align:left;padding:0 25px;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:#ffa116;}
    .navigation .sub-menu{display:none;padding:10px 0}
    .navigation .sub-menu a{display:block;text-align:left;line-height:30px;font-size:16px;color:#777;padding:0px 40px;}
    .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; background: rgba(255,255,255,0.8);}
    #header h1 a{line-height:70px}
    #header h1 img{width:150px}
    .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}

	#header .t-tel dt{font-size:14px;}
	#header .t-tel dd{font-size:20px;}
	

}

@media only screen and (max-width:480px){
	.nav-btn {right:10px;}
	#header .t-sns {right: 45px;}
}

/* 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:#ffa116;}

@media only screen and (max-width: 980px){}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
    padding: 35px 0px;
    width: 100%;
    background: #1e1b1b;
    color: #999;
}
.footer-area {width:1200px; margin:0 auto;}

.footer-menu {margin-top:15px;}
.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;width:100%}
.main-visual p{line-height:1.2;color:#fff;word-break:break-all}
.main-visual p strong{color:#d50050}
.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/kor08r-22-0458/main/visual_btn_prev.png") no-repeat center center}
.main-visual .carousel-control.right{background:url("/images/kor08r-22-0458/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 strong{font-size:60px;color:#fff; font-weight:600; position:relative;text-shadow:3px 3px 5px rgba(0,0,0,0.5);}
.slide02 .carousel-caption .slogan span {color:#ff8999;}
.slide02 .carousel-caption .slogan strong {color:#ff3854;}

.slick-slider {text-align:center;}
.slider-box{position:relative;width:100%; margin:0 auto;height:890px}
.slick-initialized .slick-slide {height:890px; background-repeat:no-repeat;background-position:50% center;background-size:cover;}
.slick-initialized .slick-slide.slide01  {position: relative;  background-image:url("/images/kor08r-22-0458/main/main_visual.jpg"); background-color: #e1a5b6; }
.slick-initialized .slick-slide.slide02  {position: relative;  background-image:url("/images/kor08r-22-0458/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: 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: #ffa116;}
.pro-ani{  animation: proBar 5s 1; }
.carousel-caption{top:42%;right:auto;left:50%;margin-left:-25%;text-align:center;padding:0;bottom:auto;width:50%;}
.carousel-caption a { display: inline-block; width: 240px; height: 50px; line-height: 48px; border: 1px solid #00E75E; font-size: 22px; text-align: center; margin-top: 40px; font-weight:300; background:#00E75E; color:#fff}
.carousel-caption a:hover { background:#00c450; color:#fff;}
.slide02 .carousel-caption{top:85%; bottom:150px;margin-left:-20%;text-align:left;}
.slide02 .carousel-caption a { background:#ff3854; border: 1px solid #ff3854; margin-left:10%;}
.slide02 .carousel-caption a:hover {background:#fff;  color:#ff3854;}

.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%;top:45%;left:auto;margin-left:auto;padding:0 20px;}
	.carousel-caption .slogan strong{font-size:60px;line-height:1.1;word-break:keep-all;}
    .slide02 .carousel-caption{top:auto;bottom:70px;margin-left:auto;text-align:center;}
	.slick-initialized .slick-slide.slide01{background-position: 50% 0px; }
	.slick-initialized .slick-slide.slide02 {background-position:35% 0px; }
}

@media only screen and (max-width:980px){
	.slider-box { height: 700px;}
	.slick-initialized .slick-slide { height: 700px;}
	.carousel-caption .slogan strong{font-size:50px;}
}

@media only screen and (max-width:768px){
    .slider-box { height:600px; }
	.slick-initialized .slick-slide { height: 600px;}
	.carousel-caption .slogan strong{font-size:40px;}

    .main-visual .carousel-control{display:none;background-size:40% !important}
    .main-visual .carousel-indicators{display:none}
}

@media only screen and (max-width:480px){
	.slider-box {height:530px; }
	.slick-initialized .slick-slide { height: 530px;}
	.carousel-caption .slogan strong{font-size:30px;}
    .slide02 .carousel-caption{bottom:50px;}
}

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{background:#fff;}
.section_title { text-align: center; font-size: 43px; color: #fff; font-weight: 500;}
.section_txt { text-align: center; font-size: 20px; color: #fff; font-weight:300; padding: 20px 0px 50px 0px; line-height: 1.3; word-break:keep-all}
@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:480px){
	.section_title {font-size: 28px;}
	.section_txt { font-size: 18px;  padding: 20px 20px 30px 20px;}
}


/*  main_section02  */
.main_section02 {background: #ffa116; padding:80px 0px 60px; position:relative;display:inline-block;width:100%; }
.pd_section .section02_box {width: 1200px; margin: 0 auto;}

@media only screen and (max-width:1200px){
	.pd_section .section02_box {width:100%; padding: 0px 20px;}
}

@media only screen and (max-width:980px){
	.main_section02 { padding: 60px 0px;}
}

@media only screen and (max-width:480px){
}



/*  main_section03  */
.main_section03 {display: inline-block; width: 100%; min-height:420px;margin-bottom: -5px;}
.main_section03 h1{font-size:36px; margin-bottom:10px;}
.section03_list .box_cont{padding:50px 40px;min-height:420px;position: relative; display: table;  max-width :100%; }
.section03_list .box_cont a.title{position:relative;padding-left:70px;text-align: left; font-size: 18px; line-height: 1.5; color: #111;display:block;}
.section03_list .box_cont a.title:before{content:'';position:absolute;top:50%;margin-top:-25px;left:0px;width:50px;height:50px;background-position:center center;background-repeat:no-repeat;background-size:100% auto;}

.section03_list .box_cont.box-1 {background:#f9f9f9;}
.section03_list .box_cont.box-1 a.title:before{background-image:url('/images/kor08r-22-0458/main/title_icon_01.png');}
.section03_list .box_cont.box-2 {background:#eeeeee;}
.section03_list .box_cont.box-2 a.title:before{background-image:url('/images/kor08r-22-0458/main/title_icon_02.png');}
.section03_list .box_cont.box-3 {background:#e3e3e3;}
.section03_list .box_cont.box-3 a.title:before{background-image:url('/images/kor08r-22-0458/main/title_icon_03.png');}

.section03_list .box_cont ul{margin-top:40px;}
.section03_list .box_cont ul li{display:block;line-height:50px;font-size:18px; border-bottom:1px dotted #aaa;padding-left: 13px;position:relative;}
.section03_list .box_cont ul li:before {content: ''; display: inline-block; width: 4px; height: 4px;top:22px;left: 0;background: #ffa116;  border-radius: 50%; position: absolute; }

@media only screen and (max-width:1200px){
    .main_section03 {min-height:400px;}
	.main_section03 h1{font-size:30px;}
	.section03_list .box_cont{padding:40px 30px;min-height:400px;}
	.section03_list .box_cont a.title{font-size:16px;}

	.section03_list .box_cont ul{margin-top:30px;}
	.section03_list .box_cont ul li{line-height:40px;font-size:16px;}

}

@media only screen and (max-width:480px){
	.section03_list .box_cont{min-height:320px;}
	.main_section03 h1{font-size:26px;}
	.section03_list .box_cont{padding:30px 20px;min-height:320px;}
	.section03_list .box_cont a.title{padding-left:50px;font-size:15px;}
	.section03_list .box_cont a.title:before{margin-top:-20px;width:40px;height:40px;}

	.section03_list .box_cont ul{margin-top:20px;}
	.section03_list .box_cont ul li{line-height:40px;font-size:14px;}
	.section03_list .box_cont ul li:before{top:20px;}

}



/*  main_section04  */
.main_section04 {padding:80px 0 50px; width:100%; background:#ff7b93; position:relative;}
.main_section04 .section_title {word-break:keep-all; line-height:1.3}
.main_section04 .section_title strong{color:#ffea75}

.section04_list {width: 1200px; margin: 60px auto 0;}
.section04_list:after {content:''; display:block; clear:both;}
.section04_list > li {float:left; width:calc(100%/4 - 25px); margin-right:30px; border-radius: 5px; overflow:hidden; text-align:center; padding:20px}
.section04_list > li:last-child { margin-right:0px;}
.section04_list > li .section04_box {margin-top:10px; padding:20px; }
.section04_list > li .section04_box h3 {margin:0 auto; max-width:150px; font-size: 24px; color: #fff; font-weight: 500; background:#f8516f; border-radius:20px; line-height:1.6}
.section04_list > li .section04_box p { font-size: 16px; color: #777; font-weight:300; line-height: 18px;}
.section04_list > li .section04_box p.detail { font-size: 16px; color: #e35677; text-align: right; margin-top:50px;}
.section04_list > li .section04_box p.detail i {margin-left:12px;}
.section04_list > li:hover {}
.section04_list > li > a > img {transition:all 0.3s; max-width:200px}
.section04_list > li:hover > a > img { transform: scale(1.1);}

@media only screen and (max-width:1200px){
	.section04_list {width:100%; padding: 0px 20px;}
}

@media only screen and (max-width:980px){
	.main_section04 { padding: 60px 0px;}
	.section04_list > li {float:left; width:calc(100%/2 - 15px); margin-right:30px; border-radius: 5px; overflow:hidden; text-align:center; padding:20px}
	.section04_list > li:nth-child(2) { margin-right:0px;}
}

@media only screen and (max-width:768px){
	.section04_list > li {width:100%; margin-right: 0px; margin-bottom: 0px;}
	.section04_list > li:last-child {margin-bottom: 0px;}
	.section04_list > li .section04_box { min-height: auto;}
	.section04_list > li a > img {width:100%;}
}



/*  main_section05  */
.main_section05 {background: #17974d; padding:80px 0px 60px; position:relative; display:inline-block;width:100%;}
.section05_box {width: 1200px; margin: 0 auto;}

@media only screen and (max-width:1200px){
	.section05_box {width:100%; padding: 0px 20px;}
}

@media only screen and (max-width:980px){
	.main_section05 { padding: 60px 0px;}
}

@media only screen and (max-width:480px){
}



/*  main_section06  */
.main_section06 {padding: 80px 0; width: 100%; background: url("/images/kor08r-22-0458/main/main_section06_bg.jpg") no-repeat 30% center/cover; position: relative;}
.section06_box {width: 1200px; margin: 0 auto;}

@media only screen and (max-width:1200px){
	.section06_box {width:100%; padding: 0px 20px;}
}

@media only screen and (max-width:980px){
	.main_section06 { padding: 60px 0px;}
}

@media only screen and (max-width:480px){
}
