/* BASIC css start */
img{max-width:100%}

#container{padding-bottom:0}
#contents{padding:0}
#contents:after{display:none}
#content{padding:0;background:white}

.transition-.ease {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    -ms-transition: all 10s ease;
    transition: all 0.5s ease
}

.transition-.ease-in-out {
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


/* Main_ section */
.section{padding:60px 0}
.section .inwrap{}
.section .inwrap:after{display:block;clear:both;zoom:1;content:''}
.section .title{margin-bottom:30px;text-align:center}
.section .title h3{font-size:21px;color:#121F5F;letter-spacing:0.16em}
.section .title h3 strong{display:inline-block;vertical-align:top}

/* Main_ section Keyvisual */
.section.keyvisual{padding:0}
.section.keyvisual .swipe_slide .pager{bottom:25px;height:0}
.section.keyvisual .swipe_slide .pager span{width:13px;height:13px;background:url(/design/baegayul/skin1.m/imgx/commx/sp_bull.png) no-repeat -70px -40px;background-size:320px;border-radius:0}
.section.keyvisual .swipe_slide .pager .swiper-pagination-bullet-active{border:0 none;background-position:-40px -40px}

/* Main_ section:sect1 */
.section.sect1{overflow:hidden;background:#FDEDF2}
.section.sect1 .inwrap{padding:0 20px}
.section.sect1 .swipe_slide{margin:0 -20px}
.section.sect1 .swipe_slide .display_slide{overflow:visible;margin:0 65px}

/* Main_ section:sect2 */
.section.sect2{overflow:hidden;position:relative;background:#FEF8F7}
.section.sect2 .inwrap{padding:0 20px;position:relative;z-index:1}
.section.sect2 .row{overflow:hidden}
.section.sect2 .column+.column{padding:10px 20px 50px;background:white}
.section.sect2 .column+.column .n1{margin-top:40px}
.section.sect2 .column+.column .n2{margin:30px 0}

/* Main_ section:sect3 */
.section.sect3{background:white}
.section.sect3 .inwrap{padding:0 20px}
.section.sect3 .swipe_slide .pager{margin-top:25px}
.section.sect3 .swipe_slide .pager span{width:13px;height:13px;background:url(/design/baegayul/skin1.m/imgx/commx/sp_bull.png) no-repeat -70px -40px;background-size:320px;border-radius:0}
.section.sect3 .swipe_slide .pager .swiper-pagination-bullet-active{border:0 none;background-position:-40px -40px}
.section.sect3 .txt{margin-top:30px;text-align:center}

/* Main_ section:sect4 */
.section.sect4{background:#F0FAFE}
.section.sect4 .inwrap{padding:0 20px}
.section.sect4 .gallery{margin-bottom:20px}
.section.sect4 .gallery .txt{margin-bottom:50px}
.section.sect4 .gallery .list_cell{overflow:hidden;margin:-2% 0 0 -2%}
.section.sect4 .gallery .list_cell li{overflow:hidden;float:left;width:31%;height:23%;margin:2% 0 0 2%}
.section.sect4 .gallery .list_cell li:hover .thumb{
    transform:scale(1.05)
}
.section.sect4 .gallery .list_cell li .thumb{transition:0.55s ease}
.section.sect4 .gallery .list_cell li a{display:display:blcok}
/* BASIC css end */

