@charset "utf-8";


#title {
	position:relative;
	float:left;
}

.inner {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
.inner2 {
    margin: 0 auto;
    max-width: 1500px;
    overflow: hidden;
    position: relative;
}

#wrap {position:relative; min-width:1260px; height:100%; padding-top:80px;}
#container {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    min-height: 800px;
    transition:all 0.4s ease;
}
body.main #container {margin:0;}


@media (max-width:1280px) {
#wrap {min-width:100%;}
}

@media (max-width:1023px) {
#wrap {padding-top:70px;}
}

@media (max-width:767px) {
#wrap {padding-top:56px;}
}


.main_visual {
    position: relative;
    margin-right: 65px;
    margin-left: 65px;
}




/* ----------------------------- */
/* 메인비쥬얼 슬라이드
/* ----------------------------- */
#banner {
    margin-top:70px;
    position: relative;
}
#banner .inner {
    width:100%;
    height:100%;
    text-align: center;
    max-width:none;
    position: absolute;
    top:0;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
#banner .inner span {
    font-family: 'S-CoreDream-7ExtraBold';
}
#banner h1 {
    width: 250px;
    margin: 0 auto 0;
}
#banner p {
    color:#000;
    font-size: 2.2rem;
    line-height: 35px;
    font-weight: 500;
    font-family: 'S-CoreDream-3Light';
}
#banner a {
    color:#fff;
    text-decoration:none;
}
#banner .sclDown {
    display: inline-block;
    font-size: 1.6rem;
    color: #3b5284;
    background-color: #fff;
    border: 1px solid #3b5284;
    padding: 12px 40px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    font-weight: 500;
    margin-top: 15px;
}
#banner .sclDown:hover,
#banner .sclDown:focus,
#banner .sclDown:active {
    background-color: #fff;
    color: #3b5284;
    font-weight: 500;
}
.bx-has-pager{
    position: absolute;
    bottom: 100px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    z-index: 99;
}


.cont {
    width:100%;
}
.cont div.m_imgbg {
    min-height: 890px;
    height: 100%;
    width: 100%;
    position: relative;
    /*text-align: center;*/
    overflow: hidden;
}
.cont div.m_img01 {
	background-image: url(../../images/main/banner.jpg);
    background-position: center;
}
.cont div.m_img02 {
	background-image: url(../../images/main/banner2.jpg);
    background-position: center;
}
.cont div.m_img03 {
	background-image: url(../../images/main/banner3.jpg);
    background-position: center;
}
.cont div.m_img04 {
	background-image: url(../../images/main/banner4.jpg);
    background-position: center;
}


@media (max-width:740px) {

	.cont div.m_img01 {
		background-image: url(../../images/main/m_banner.jpg);
		background-position: center;
	}
	.cont div.m_img02 {
		background-image: url(../../images/main/m_banner2.jpg);
		background-position: center;
	}
	.cont div.m_img03 {
		background-image: url(../../images/main/m_banner3.jpg);
		background-position: center;
	}
	.cont div.m_img04 {
		background-image: url(../../images/main/m_banner4.jpg);
		background-position: center;
	}

}


/* ----------------------------- */
/* ���� ������
/* ----------------------------- */

/* main_wrap */
.main_bg {
    border:0;
    padding-bottom: 4%;
}
.main_wrap { }

.content_box01 {
    position:relative;
    width:100%;
    display:block;
    overflow:hidden;
    margin-top:5px;
}



/* banner */
.banner_L {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.banner_R {
    float: left;
    width: 49%;
    margin-left: 1%;
}




/* one */
.m_con01 {
	background: #7993c2;
    height: 655px;
    text-align: center;
    color: #fff;
}
.inner2:before {
    content: '';
    width: 339px;
    height: 471px;
    background: url(../../images/main/con_bg01.png) no-repeat center;
    top: 100px;
	left:0;
    display: block;
    position: absolute;
}
.inner2:after {
    content: '';
    width: 339px;
    height: 471px;
    background: url(../../images/main/con_bg02.png) no-repeat center;
    top: 100px;
	right:0;
    display: block;
    position: absolute;
}

@media screen and (max-width: 980px){

	.inner2:before,
	.inner2:after {
		display: none;
	}

}


.con01_img:before {
    content: '';
    width: 1px;
    height: 70px;
    background: #fff;
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
}
.con01_txt {
    line-height: 30px;
}
.con01_txt span {
	font-style: italic !important;
	font-weight: 700 !important;
}




/* t_con */
#t_con div.con_title {
    color:#000;
    text-align: center;
}
#t_con div.con_title span.light_txt {
    font-size: 2.5rem;
	font-family:'NotoL';
}
#t_con div.con_title span.light_txt span {
    font-size: 1.5rem;
	color:#284b8b;
    position: relative;
    top: -7px;
}
#t_con div.con_title h3 {
    font-size: 2.5rem;
    margin: 10px 0 30px 0;
    font-family: 'S-CoreDream-7ExtraBold';
}

#t_con div.seccon {
}
#t_con div.seccon div.sec {
    float: left;
    width: 24%;
    overflow: hidden;
    margin: 0 1.33% 0 0;
    position: relative;
}
#t_con div.seccon div.sec:last-child {
    margin: 0;
}
#t_con div.seccon div.sec img {
    width: 100%;
    height: 100%;
}
#t_con div.seccon div.sec span.tofcon {
    position: absolute;
    top: 20px;
    left: 22px;
    color: #fff;
    /*font-family: 'Nanum Gothic';*/
}
#t_con div.seccon div.sec div.sec_txt {
}
#t_con div.seccon div.sec div.sec_txt div {
    margin: 5px 0 0;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-family: 'NotoM';
	color:#000;
}
#t_con div.seccon div.sec div.sec_txt span {
    margin: 20px 0 0;
    font-size: 1.5rem;
    color: #284b8b;
    font-weight: 800;	
    display: block;
}

.seccon2 {
	padding-top: 50px;
}

@media screen and (max-width: 468px) {
    #t_con,
	#t_con2 {
		padding: 4% 0 0;
	}
	.seccon2 {
		padding-top: 0;
	}
}

/* t_con2 */
#t_con2 div.con_title {
    color:#000;
    text-align: center;
}
#t_con2 div.con_title span.light_txt {
    font-size: 2.5rem;
	font-family:'NotoL';
}
#t_con2 div.con_title span.light_txt span {
    font-size: 1.5rem;
	color:#284b8b;
    position: relative;
    top: -7px;
}
#t_con2 div.con_title h3 {
    font-size: 2.5rem;
    margin: 10px 0 30px 0;
    font-family: 'S-CoreDream-7ExtraBold';
}

#t_con2 div.seccon {
    display: inline-block;
    width: 100%;
}
#t_con2 div.seccon div.sec {
    float: left;
    width: 30%;
    overflow: hidden;
    margin: 0 5% 0 0;
    position: relative;
}
#t_con2 div.seccon div.sec:last-child {
    margin: 0;
}
#t_con2 div.seccon div.sec img {
    width: 100%;
    height: 100%;
}
#t_con2 div.seccon div.sec div.sec_txt h4 {
    margin: 5px 0 0 0;
    font-size: 2.0rem;
	color:#000;
}
#t_con2 div.seccon div.sec div.sec_txt div {
    margin: 5px 0 0;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-family: 'NotoM';
	color:#000;
}
#t_con2 div.seccon div.sec div.sec_txt p {
    margin: 5px 0 0 10px;
    font-size: 1.6rem;
    color: #474747;
}
#t_con2 div.seccon div.sec div.sec_txt span {
    margin: 20px 0 0;
    font-size: 1.5rem;
    color: #284b8b;
    font-weight: 800;	
    display: block;
}



.main_banner {
    padding: 5% 0;
}








@media screen and (max-width: 1400px){

    .header {
        width: 100%;
    }
    .inner {
        padding: 0 3%;
    }

    .main_banner {
        text-align: center;
        margin: 2.5% 0 2%;
    }
    .banner_L {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .banner_R {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }


}

@media screen and (max-width: 1100px) {
    
    #banner {
        min-height: 0;
        -webkit-background-size: cover;
    }
    #banner .sclDown {
        padding: 20px 35px;
    }

    .cont {
        width: 100%;
    }

    #one div.box {
        background-image: none;
        padding: 3% 6%;
        margin: 5% 0 5%;
        background: #129cc3;
    }

}


@media screen and (max-width:980px) {
    
    #banner {
        background-attachment: scroll;
    }


    .cont {
        width: 100%;
    }


    #t_con div.con_title {
		text-align: left;
		padding-left: 5px;
    }
    #t_con2 div.con_title {
        text-align: center;
    }

    #t_con div.seccon div.sec {
        float: left;
        width: 49%;
        margin: 0 2% 0 0;
        position: relative;
    }
    #t_con div.seccon div.sec:nth-child(2),
    #t_con div.seccon div.sec:nth-child(4) {
        margin: 0 0 0 0;
    }
    #t_con div.seccon div.sec img {
        width: 100%;
    }

    #t_con div.seccon div.sec div.sec_txt {
        margin-bottom: 10%;
    }

    #t_con2 div.seccon div.sec {
        width: 100%;
    }
    #t_con2 div.seccon div.sec img {
        width: 100%;
    }
    #t_con2 div.seccon div.sec div.sec_txt {
        margin-bottom: 10%;
    }
	#t_con div.seccon div.sec div.sec_txt span {
		margin: 10px 0 0;
	}

    .main_banner {
        text-align: center;
        margin: 5% 0;
    }
    .main_banner img {
        width: 100%;
    }

    #one div.box {
        margin: 5% 0 12%;
    }



}


@media screen and (max-width: 768px) {

    #header .headL .gnb {
        margin: 25px 0 0 30px;
    }
    #header .headR h1 {
        margin: 25px 30px 0 0;
    }

    #banner h1 img {
        width: 70%;
    }
	
    
    #banner {
        min-height: 0;
        height: 470px !important;
        background-attachment: scroll;
    }
	.cont div.m_imgbg { min-height:0;	height:470px !important; background-attachment: scroll; }

	#banner h1 { font-size:27px !important; margin-bottom:8px; padding-bottom:0; }
	#banner p { font-size: 17px !important; line-height: 26px !important; }
	#banner .sclDown { font-size: 16px; padding: 10px 20px; }

	.menuBtn { right: 30px; }	
	/*#main { padding:3rem 0 1rem 0 ; }*/
	.conMain .content { padding: 15px 0 20px; }
	.subpage .content { padding: 30px 20px 50px 20px; }
	.sec1Txt { text-align: justify; }	
	.slideHot .slideHotBox h4,
	.slideHotB2 .slideHotBox h4 { font-size: 14px; line-height: 20px; }
	.slideHotB2 .slideHotBox h4 span { display: inline-block; font-size: 14px; line-height: 20px; }
	.intro .inner { padding: 0 10px; }
	.intro .introBtn .introLine { display: none; }
	.introBtn .introBtnTxt em { font-size: 14px; line-height: 20px; }
	.intro h3.lastH3 { margin-top: 20px !important; }
	.intro.lastIntro {  margin-top: 20px; }
    
    #one div.box .introtxt em {
        font-size: 1.5rem;
    }

    #t_con div.seccon div.sec {
        float: none;
        width: 100%;
        margin: 0;
    }
    #t_con div.con_title span.light_txt,
    #t_con2 div.con_title span.light_txt {
        font-size: 1.6rem;
    } 

    #t_con div.seccon div.sec div.sec_txt {
        margin-bottom: 5%;
    }
	#t_con, #t_con2 {
		padding: 4% 0 0;
	}

    .three,
    .five,
    .four {
        padding: 10% 0 5%;
    }

}