@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.5px;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: #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: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:#e35677;-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:1201px){
    #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:260px; margin:0 auto; background:rgba(255,255,255,.9)}
	/*.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:#fff; font-weight:300;}
    .login-menu li{display:inline-block;}
	.login-menu li a {color:#fff; font-size:14px; font-weight: 300;}
    .navigation{display:inline-block;}
    .navigation > li{position:relative;float:left;width:170px;text-align:center;z-index:999}
    .navigation .main-menu{display:block;width:100%;font-weight:400;font-size:20px;color:#333;line-height: 65px;}
    .navigation .main-menu:hover{color:#e35677;}
    .navigation > li:hover .main-menu{color:#e35677;}
    .navigation .sub-menu{z-index:888;display:none;position:absolute;top:63px;left:50%;margin-left:-85px;padding:10px 0;width:100%;text-align:center}
    .navigation .sub-menu a{line-height:35px;font-size:16px;color:#555;}
    .navigation .sub-menu a:hover{color:#e35677;}
	
	.navigation > li:nth-child(1), .navigation > li:nth-child(5){width:150px;}
	.navigation > li:nth-child(1) .sub-menu, .navigation > li:nth-child(5) .sub-menu{margin-left:-75px;}
	.navigation > li:nth-child(3), .navigation > li:nth-child(4){width:210px;}
	.navigation > li:nth-child(3) .sub-menu, .navigation > li:nth-child(4) .sub-menu{margin-left:-105px;}
}

/*@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:120px}
    .navigation .sub-menu{margin-left:-60px}
}*/

@media only screen and (max-width:1200px){
    #header{height:65px}
	#header h1 {line-height:80px}
    #header h1 a{line-height:80px}
    .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: rgba(227,86,119,0.5);color: #fff;}
    .login-menu li{display:inline-block}
    .login-menu li{margin:0px 10px; }
	.login-menu li a:hover {color:#fff;}
    .navigation .main-menu{display:block;margin-top:20px;text-align:center;padding:0 20px;width:100%;font-weight:400;font-size:18px;color:#333;}
    .navigation > li:first-child .main-menu{margin-top:0}
    .navigation .active .main-menu{font-weight:400;text-decoration:underline;color:#e35677;}
    .navigation .sub-menu{display:none;padding:10px 0}
    .navigation .sub-menu a{display:block;text-align:center;line-height:30px;font-size:16px;color:#777}
    .nav-btn small._on{opacity:0}
	.pc_gnb {display:none;}
	.m_gnb {display:block;}

}

@media only screen and (max-width: 768px){
	#header h1 {line-height:70px; border-bottom: 1px solid rgba(255,255,255,0.3);}
    #header h1 a{line-height:70px}
    #header h1 img{width:170px}
    .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:#e35677;}

@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:8px;color:#fff; position:relative;}
.footer-menu li:after {content:''; display:inline-block; width:4px; height:4px; background:#df7a94; 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:14px;color:#fff;}
.footer-info{margin:0 auto;width:1200px;letter-spacing:0;font-size:15px; line-height: 1.4; color:#888; 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:#e35678; }
.footer-info p a{color:inherit}

@media only screen and (max-width:1200px){
    .footer-info{width:100%}
}

@media only screen and (max-width:768px){
    #footer{padding:35px 10px}
    .foot_logo{margin-bottom:20px}
    .foot_logo img{width:180px}
	.footer-menu li a{font-size: 14px;}
	.footer-info,
    .footer-info strong{font-size:14px}
    .footer-info a.link_b{font-size:14px}

}

@media only screen and (max-width:480px){
	.footer-menu li a {font-size: 13px;}
	.footer-info { font-size: 13px; line-height: 24px;}
	.footer-info > p {margin-top:0px; }
}


/* 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/kor04r-19-0423/main/visual_btn_prev.png") no-repeat center center}
.main-visual .carousel-control.right{background:url("/images/kor04r-19-0423/main/visual_btn_next.png") no-repeat center center}
.main-visual .carousel-control{background:none;text-shadow:none;width:10%;text-indent:-9999em;overflow:hidden}
.main-visual .carousel-control,
.main-visual .carousel-control:focus,
.main-visual .carousel-control:hover{opacity:1}
.main-visual .carousel-indicators{bottom:5%}
.main-visual .carousel-indicators li{position:relative;width:15px;height:15px;margin:0 0 0 7px;border-width:1px}
.main-visual .carousel-indicators li.active{width:30px;height:15px;margin-left:7px}
.main-visual .carousel-indicators li:first-child{margin-left:0}
.main-visual .carousel-indicators li:first-child:after{display:none}
.carousel-caption .slogan {text-align:center; color:#fffc00; font-family: 'KccBangjeonghwan'; font-size: 74px; line-height: 1.2; letter-spacing: -1px; word-break:keep-all;  text-shadow:0 0 15px rgba(0,0,0,0.7)}
.carousel-caption .slogan span {font-family:'NotoSansKR',sans-serif;  font-size:60px; color:#fff; font-weight:500; display:block; margin-top:10px; }

.slick-slider {text-align:center;}
.slider-box{position:relative;width:100%; margin:0 auto;height:740px}
.slick-initialized .slick-slide {height:740px;}
.slick-initialized .slick-slide.slide01  {position: relative;  background:url("/images/kor04r-19-0423/main/main_visual.jpg") no-repeat 20% center/cover; }
.slick-initialized .slick-slide.slide02  {position: relative;  background:url("/images/kor04r-19-0423/main/main_visual02.jpg") no-repeat 25% center/cover; }
.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: #e35677;}
.pro-ani{  animation: proBar 5s 1; }
.carousel-caption{top:262px; right:0; left:0; padding:0; bottom:auto; text-shadow:none; width: 1200px;
    margin: 0 auto;}
.carousel-caption a { display:block; width: 240px; height: 50px; line-height: 49px; border: 1px solid #e66784; background:#e66784;
  border-radius: 25px; font-size: 22px; text-align: center; margin:40px auto 0; font-weight:400;}
.carousel-caption a:hover { background:#fff; color:#e35677;}
.slick-dots li {margin:0 7px;}
.slick-dots li button { width: 15px; height: 15px; border-radius: 50%; border: 1px solid #fff; text-indent: -9999px; background: none;}
.slick-dots li.slick-active button {width:30px; border-radius: 7.5px; background:#fff;}
@keyframes proBar{
    0%{width:0;}
    100%{width:100%;}
    }



@media only screen and (max-width:1200px){
	.carousel-caption {width:100%;}
	/*.carousel-caption a { width: 200px; font-size: 18px;}
	.carousel-caption .slogan {font-size: 50px;}
	.carousel-caption .slogan span:after {height:20px;}*/
}

@media only screen and (max-width:980px){
	.slider-box { height: 700px;}
	.slick-initialized .slick-slide { height: 700px;}
	.carousel-caption .slogan {font-size:48px;}
	.carousel-caption .slogan span{font-size: 36px;}
}

@media only screen and (max-width:768px){
	.carousel-caption{top:35%}
    .slider-box { height:560px; }
	.slick-initialized .slick-slide { height: 560px;}
    .main-visual .carousel-control{display:none;background-size:40% !important}
    .main-visual .carousel-indicators{display:none}
}

@media only screen and (min-width:521px){
	.carousel-caption .slogan br{display:none}
}

@media only screen and (max-width:520px){
	.carousel-caption{top:28%;}
	.slider-box {height:460px; }
	.carousel-caption .slogan {font-size:36px;}
	.carousel-caption .slogan span{font-size: 26px;}
	.slick-initialized .slick-slide { height: 460px;}
	.slick-initialized .slick-slide{background-position: -700px 140px; }
	.carousel-caption a {width: 120px; height: 42px; line-height: 41px; font-size: 18px; margin:25px auto 0;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{background:#fff;}

/*  main_section02  */
.main_section02 {background: #f5f5f5; padding:80px 0px; position:relative; }
.main_section02:before {content:''; display:inline-block; width:1px; height:55px; background:#df7a94; position:absolute; top:0; left: 50%;}
.main_section02:after {content:''; display:inline-block; width:7px; height:7px;  background:#df7a94; border-radius: 50%; position: absolute; top: 55px; left: 50%;
  margin-left: -3.5px;} 
.section_title { text-align: center; font-size: 43px; color: #333; font-weight: 500; margin-bottom:50px;}
.section_txt { text-align: center; font-size: 20px; color: #777; font-weight:300; padding: 20px 0px 50px 0px; line-height: 1;}
.section02_list {width: 1200px; margin: 0 auto;}
.section02_list:after {content:''; display:block; clear:both;}
.section02_list > li {float:left; width:calc(100%/3 - 20px); margin-right:30px; border-radius: 5px; border: 1px solid #eaeaea; overflow:hidden;}
.section02_list > li:last-child { margin-right:0px;}
.section02_list > li .section02_box { padding: 30px; text-align:center; background: #fff; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}
.section02_list > li .section02_box h3 { font-size: 24px; color: #333; font-weight: 500; margin-bottom: 20px;}
.section02_list > li .section02_box p { font-size: 16px; color: #777; font-weight:300; line-height: 18px;}
.section02_list > li .section02_box p.detail { font-size: 17px; color: #e35677;font-weight:400}
.section02_list > li .section02_box p.detail i {margin-left:6px; font-size:20px;}
.section02_list > li:hover {border:1px solid #e35677;}
.section02_list > li > a > img {transition:all 0.3s;}
.section02_list > li:hover > a > img { transform: scale(1.1);}

@media only screen and (max-width:1200px){
	.section02_list {width:100%; padding: 0px 20px;}
}

@media only screen and (max-width:1120px){
	.section02_list > li .section02_box { min-height: 208px;}
}

@media only screen and (max-width:980px){
	.section_title { font-size: 35px;}
	.section_txt { font-size: 18px;  padding: 20px 0px 30px 0px;}
	.section02_list > li {width:100%; margin-right: 0px; margin-bottom: 20px;}
	.section02_list > li:last-child {margin-bottom: 0px;}
	.section02_list > li .section02_box { min-height: auto;}
	.section02_list > li a > img {width:100%;}
	.main_section02 { padding: 60px 0px;}
	.main_section02:before {height: 45px;}
	.main_section02:after { top: 45px;}
}

@media only screen and (max-width:620px){
	.section_title {font-size: 28px; margin-bottom:30px}
	.section02_list > li .section02_box { padding: 20px;}
	.section02_list > li .section02_box h3 {font-size: 20px;}
}



/*  main_section03  */
.main_section03 {background: #f5f5f5; padding:80px 0px; position:relative; }
.main_section03:before {content:''; display:inline-block; width:1px; height:55px; background:#df7a94; position:absolute; top:0; left: 50%;}
.main_section03:after {content:''; display:inline-block; width:7px; height:7px;  background:#df7a94; border-radius: 50%; position: absolute; top: 55px; left: 50%;
  margin-left: -3.5px;} 
.section03_board {width:1200px; margin:0 auto;}
.section03_board > div {width:calc(100%/2 - 20px); height: 296px; display:inline-block; vertical-align:top; padding:30px; background:#fff; border:1px solid #eaeaea;}
.section03_board > div.section03_left {margin-right:20px;}

.main_section03 .module_title{display:inline-block; padding-bottom:20px; margin-bottom:20px; width:100%; font-size:25px; color:#333; border-bottom:1px solid #d3d3d3;}
.main_section03 .module_title strong{display:inline-block; font-weight:inherit; color:inherit;}
.main_section03 .module_title a{float:right; font-size:16px; color:#666; font-weight:300;}
.main_section03 .module_title a i {margin-left:10px;}
	
@media only screen and (max-width:1200px){
	.section03_board {width: 100%; padding:0px 20px;}
	.section03_board > div { width: 100%;}
	.section03_board > div.section03_left { margin-right: 0px; margin-bottom: 20px;}
	
}

@media only screen and (max-width:980px){
	.main_section03 { padding: 60px 0px;}
	.main_section03:before {height: 45px;}
	.main_section03:after { top: 45px;}
}

@media only screen and (max-width:768px){
	.main_section03 .module_title {font-size: 18px;}
	.main_section03 .module_title a{font-size:14px; color:#666;}
}



/*  banner_area  */
.banner_area {background: #fdf8c0; position:relative;}
.banner_area .line_banner { width: 1200px; margin: 0 auto; text-align:center;height:112px; align-content: center; position:relative; overflow:hidden;}
.banner_area .line_banner a{position:absolute; top:0; left:0; display:block; width:100%; height:100%; }
.banner_area .line_banner h2 {}
.banner_area .line_banner h2 span{position:relative; line-height:118px; font-size: 32px; padding-left:100px; color: #333; font-weight: 500; }
.banner_area .line_banner h2 span strong{color: #e35677; }
.banner_area .line_banner h2 span:before{position:absolute; content:""; left:0; top:-25px; width:80px; height:112px; background:url('/images/kor04r-19-0423/main/banner_icon.png') no-repeat; }
.banner_area .line_banner h2 strong{color:#e35677; font-weight:500}
.banner_area .line_banner i{position: relative; margin-left:10px; top:-5px;}

.bline_banner {width:100%; background:#f9e4eb; text-align:center}
.bline_banner .inner{width:1200px; margin:0 auto}

@media only screen and (max-width:1200px){
	.banner_area .line_banner { width: 100%;}
	.bline_banner .inner{ width: 100%;}
}

@media only screen and (max-width:980px){
	.banner_area .line_banner { text-align: center;}
	.banner_area .line_banner h1 { position: relative; top:auto; right: auto; margin-top: 20px;}
}

@media only screen and (max-width:620px){
	.banner_area .line_banner { height:70px;}
	.banner_area .line_banner h2 span{line-height:76px; font-size: 20px; padding-left:48px; letter-spacing:-1px;}
	.banner_area .line_banner h2 span:before{top:-10px; width:40px; height:64px; background-size:40px}
	.banner_area .line_banner i{margin-left:6px; top:2px;}
	.banner_area .line_banner i img{width:20px}
}


/*  main_section04  */
.main_section04 {text-align:center; position:relative; height:450px; align-content: center; width:100%;background:url("/images/kor04r-19-0423/main/main_section04_bg.jpg") no-repeat center center/cover;  letter-spacing:-1px;}
.main_section04 h1{ font-family: 'DaeguDongseongRo'; font-size:60px; font-weight:700; color:#fff; line-height:1px; margin-bottom:25px; letter-spacing:1px; text-shadow:0 0 15px rgba(0,0,0,0.7)}
.main_section04 .section_txt {color: #fff; font-size:28px; letter-spacing:-1px; font-weight:500; text-shadow:0 0 15px rgba(0,0,0,0.7)}
.main_section04 .section_txt i{position: relative; margin-left:10px; top:-5px;}
.main_section04 a{position:absolute; top:0; left:0; display:block; width:100%; height:100%; }
  
 @media only screen and (max-width:768px){
	.main_section04 {height:220px;}
	.main_section04 h1{font-size:32px; margin-bottom:10px;}
	.main_section04 .section_txt {font-size:19px;}
	.main_section04 .section_txt i{margin-left:6px; top:-2px;}
	.main_section04 .section_txt img{width:20px}
 }
 
 
 
 