@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: #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: 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:200px; 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:#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:220px;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:-110px;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:#e35677;}
}

@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 .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: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: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}
}

@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:16px;color:#fff;}
.footer-info{margin:0 auto;width:980px;letter-spacing:0;font-size:16px; line-height: 28px; color:#d6d6d6; font-weight:300; }
.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: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
    .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: 14px;}
	.footer-menu li{line-height:1.5;}
	.footer-menu li:after{top:50%;margin-top:-2px;}
	.footer-info { font-size: 14px; 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 h3,
.carousel-caption .slogan h4,
.carousel-caption .slogan h5{font-weight:400;line-height:1.3;color:#6c309e;letter-spacing:-1px;}
.carousel-caption .slogan strong{font-weight:600;}
.carousel-caption .slogan h3{font-size:60px;}
.carousel-caption .slogan h4{font-size:50px;}
.carousel-caption .slogan h5{font-size:30px;margin-bottom:20px;color:#9770b7;}

.slick-slider {text-align:center;}
.slider-box{position:relative;width:100%; margin:0 auto;height:740px}
.slick-initialized .slick-slide.slide01,
.slick-initialized .slick-slide.slide02{background-color:#dac9e8;}
.slick-initialized .slick-slide .inner{width:1200px;margin:0 auto;height:740px;background-repeat:no-repeat;background-position:right bottom;background-size:auto;}
.slick-initialized .slick-slide.slide01 .inner{position:relative;background-image:url("/images/kor04r-19-0423/main/main_visual_01.png");}
.slick-initialized .slick-slide.slide02 .inner{position:relative;background-image:url("/images/kor04r-19-0423/main/main_visual_02.png");}
.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:37%;right:auto;left:0%; text-align: left; padding:0; bottom:auto; text-shadow:none; width: 1200px;
    margin: 0 auto;}
.carousel-caption a {display: inline-block; width: 240px; height: 50px; line-height: 48px;/*49px;*/ border: 1px solid #6c309e;
border-radius: 25px; font-size: 22px; text-align: center; margin-top: 40px; font-weight:500;/*300;*/ color:#6c309e;}
.carousel-caption a:hover{background:#6c309e;color:#fff;}
.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,.slick-initialized .slick-slide .inner{width:100%;}
	.carousel-caption a { width: 200px; font-size: 18px;}
}

@media only screen and (max-width:980px){
	.slider-box{height:700px;}
	.carousel-caption{top:18%;left:0;text-align:center;}
	.slick-initialized .slick-slide .inner{height:700px;background-position:center bottom;background-size:50% auto;}
	.carousel-caption .slogan h3{font-size:50px;}
	.carousel-caption .slogan h4{font-size:40px;}
	.carousel-caption .slogan h5{font-size:25px;margin-bottom:10px;}
	.carousel-caption .slogan h3 br{display:none;}
	.carousel-caption a{margin-top:20px;}
}

@media only screen and (max-width:768px){
    .slider-box { height:600px; }
	.slick-initialized .slick-slide .inner{height:600px;background-size:70% auto;}
	.carousel-caption{left:auto;text-align:center;}
	.carousel-caption .slogan h3{font-size:40px;}
	.carousel-caption .slogan h4{font-size:30px;}
	.carousel-caption .slogan h5{font-size:22px;}
    .main-visual .carousel-control{display:none;background-size:40% !important}
    .main-visual .carousel-indicators{display:none}
}

@media only screen and (max-width:480px){
	.carousel-caption .slogan h3{font-size:30px;}
	.carousel-caption .slogan h4{font-size:24px;}
	.carousel-caption .slogan h5{font-size:18px;}
	.slider-box{height:530px;}
	.slick-initialized .slick-slide .inner{height:530px;background-size:80% auto;}
	.carousel-caption a{width: 160px; height: 40px; line-height: 39px; font-size: 16px; margin-top:15px;}
}

/* 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;}
.section_txt { text-align: center; font-size: 20px; color: #777; font-weight:400;/*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:nth-child(1){background:#dac9e8;}
.section02_list > li:nth-child(2){background:#ffe9e3;}
.section02_list > li:nth-child(3){background:#d7e5ff;}
.section02_list > li:last-child { margin-right:0px;}
.section02_list > li .section02_box { padding: 30px; 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;line-height: 20px;/*18px*/}
.section02_list > li .section02_box p.detail { font-size: 16px; color: #e35677; text-align: right; margin-top:50px;}
.section02_list > li .section02_box p.detail i {margin-left:12px;}
.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;line-height:1.5;}
	.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:767px){
	.section_title{font-size:30px;}
	.section_txt{font-size:16px;padding:15px 0px 20px 0px;}
    .section02_list > li .section02_box p.detail{font-size:15px;margin-top:20px;}
}

@media only screen and (max-width:480px){
	.section_title {font-size: 28px;}
	.section02_list > li .section02_box { padding: 20px;}
	.section02_list > li .section02_box h3 {font-size: 20px;}
}

/*  banner_area  */
.banner_area {background:#6c309e; position:relative;}
.banner_area .line_banner{width:1200px;margin:0 auto;position:relative;}
.banner_area .line_banner .banner_inner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;}
.banner_area .line_banner h2{ font-size: 32px; color: #c2a8ea; font-weight: 500;display: inline-block;}
.banner_area .line_banner h1 {font-size: 60px; color: #fff; font-weight: 900; font-family: 'Nanum Square'; letter-spacing: -2px;}

.bline_banner a{display:inline-block;width:100%;height:222px;background:url('/images/kor04r-19-0423/main/banner_img.jpg') no-repeat center center;background-size:contain;background-color:#f9e4eb;}


@media only screen and (max-width:1200px){
	.banner_area .line_banner{width:100%;}
	.banner_area .line_banner .banner_inner{display:inline-block;padding:10px 0 20px 0px;}
	.banner_area .line_banner h2{font-size:30px;}
	.banner_area .line_banner h2 img{width:150px;display:block;margin:0 auto 10px auto;}
	.banner_area .line_banner h1{font-size:50px;margin-top: 20px;}
	.bline_banner a{height:160px;}
}

@media only screen and (max-width:980px){
	.banner_area .line_banner { text-align: center;}
	.bline_banner a{height:130px;background-size:100% auto;background-position:bottom center;}
}

@media only screen and (max-width:768px){
	.banner_area .line_banner h2{font-size:24px;}
	.banner_area .line_banner h2 img{width:120px;}
	.banner_area .line_banner h1{font-size:40px;margin-top:10px;}
}

@media only screen and (max-width:480px){
	.banner_area .line_banner .banner_inner{padding:5px 0 10px 0px;}
	.banner_area .line_banner h2{font-size:18px;}
	.banner_area .line_banner h2 img{width:100px;}
	.banner_area .line_banner h1{font-size:30px;}
	.banner_area .line_banner h1 img{width:25px;}
	.bline_banner a{height:80px;}
}

/*  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;}
.section03_board .board_tit{display:inline-block;padding-bottom:20px;margin-bottom:20px;width:100%;font-size:25px;color:#333;border-bottom:1px solid #d3d3d3;}
.section03_board .board_tit strong{display:inline-block;font-weight:inherit;color:inherit;}
.section03_board .board_tit a{float:right;font-size:16px;color:#666;font-weight:300;}
.section03_board .board_tit a i{margin-left:10px;}
.section03_board .link_image{height:180px;overflow:hidden;display:inline-block;background:#ffd2d9;}


@media only screen and (max-width:1200px){
	.section03_board {width: 100%; padding:0px 20px;}
	.section03_board > div { width: 100%;}
    .section03_board > div {height:auto;padding:20px;}
	.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;}

	.section03_board .board_tit{padding-bottom:15px;margin-bottom:15px;font-size:20px;}
	.section03_board .link_image{height:150px;}
}

@media only screen and (max-width:767px){
	.section03_board .board_tit{padding-bottom:10px;margin-bottom:10px;font-size:18px;}
	.section03_board .board_tit a{font-size:14px;}
	.section03_board .board_tit a i{margin-left:5px;}
	.section03_board .link_image{height:120px;}
}

/*  main_section04  */
.main_section04 {padding:80px 0; width:100%;background:#fdf8c0;text-align:center;position:relative;}
.section04_box a{text-align:center;font-weight:500;line-height:1;font-size:40px;color:#333;display:block;}
.section04_box a:hover{color:#000;}

@media only screen and (max-width:767px){
	.main_section04{padding:50px 0;}
	.section04_box a{font-size:30px;}
}

@media only screen and (max-width:480px){
	.main_section04{padding:40px 0;}
	.section04_box a{font-size:24px;}
}
