@charset "utf-8";

/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0;}
	body,th,td,input,select,textarea,button{font-family:'Nanum Barun Gothic', sans-serif; font-weight:300; font-size:16px; color:#555555;}
	dl,ul,ol,menu,li {list-style:none;}
	*, *:before, *:after{-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:hover, a:focus ,a:active{text-decoration:none; color:#0072b7;}
	img{max-width:100%;}
	textarea{max-width:100%; resize:none;}

	.disabled {pointer-events: none; cursor: default;}

	@media only screen and (min-width: 320px){
		body{overflow-x:hidden;}
	}

	.hidden{font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}


/* 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 (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.back-to-top{width:40px; height:40px; position:fixed; bottom:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#0072b7;}
	.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#wrapper{position:relative; width:100%; min-width:320px; height:100%;}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	

	@media only screen and (min-width: 981px){
		#header{z-index:666; width:100%; background:#fff;}
		#header > div{position:relative; margin:0 auto; width:100%; height:100px;}

		#header h1{float:left;}
		#header h1 a{display:block; line-height:100px;}
		

		.nav-btn{display:none;}

		.nav-bg{z-index:888; position:absolute; top:100px; left:-500%; width:1000%; height: 0px; background:rgba(0,0,0,0.7); border-bottom:3px solid #0072b7; transition: height .3s; }
        .nav-bg.on2 { height:340px; }
        
		#nav{float:right; margin-top:20px;}

		.util-menu{position:absolute; top:9px; right:10px; line-height:0; font-size:0;}
		.util-menu ul{display:inline-block; line-height:0; font-size:0;}
		.util-menu li{display:inline-block; margin-left:10px; padding-left:10px; line-height:0; font-size:0; border-left:1px solid #ddd;}
		.util-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
		.util-menu a{display:inline-block; line-height:10px; font-size:12px; color:#888;}
		.util-menu li:first-child a{color:#0072b7;}
		
		.navigation:after{content:""; display:block; clear:both;}
		.navigation > li{position:relative; float:left; width:140px; text-align:center;}
		
		.navigation .main-menu{display:block; margin:18px 0 38px; width:100%; font-weight:bold; font-size:20px; color:#000; font-family: 'Nanum Square', sans-serif;}
		
		.navigation .sub-menu{ opacity: 0; z-index:999; position:absolute; top:80px; left:0; padding:15px 0; width:140px; height:0px; border-right:1px solid rgba(255,255,255,0.5); transition: all .3s; overflow: hidden; }
        .navigation .sub-menu.on2 { opacity: 1; height:337px; }
        
		.navigation li:first-child .sub-menu{border-left:1px solid rgba(255,255,255,0.5);}
		.navigation .sub-menu a{display:block; text-align:center; line-height:35px; letter-spacing:-1px; font-size:15px; color:#fff;}
		.navigation .sub-menu .intro-menu{display:none;}
		
		.navigation > li:hover .sub-menu{background:#0072b7;}
		.navigation > li:hover .sub-menu a{color:#fff;}
		.navigation .sub-menu a:hover{background:#3a3533;}
	}
	@media only screen and (min-width: 1201px){
		#header > div{width:1200px;}
	}
	@media only screen and (max-width: 1200px){
		#header > div{padding:0 20px;}
		#header h1 a img {width:220px;}
	}
	@media only screen and (max-width: 980px){
		#header{z-index:666; width:100%; height:65px; background:#fff;}
		#header > div{padding:0;}

		#header h1{float:left; padding:10px 20px; height:65px;}
		#header h1 a{display:block;}
		#header h1 img{width:auto; max-height:30px;}

		.nav-btn{z-index:999; display:block; position:absolute; top:20px; right:20px; width:30px; height:23px; cursor:pointer;}
		.nav-btn span{position:absolute; left:50%; display:block; margin-left:-15px; width:30px; height:3px; background:#0072b7; transition:.2s all linear;}
		.nav-btn span:nth-child(1){top:0;}
		.nav-btn span:nth-child(2){top:10px;}
		.nav-btn span:nth-child(3){top:20px;}
		
		.nav-btn.nav-close{position:fixed;}
		.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-bg{z-index:777; display:none; position:fixed; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7);}

		#nav{z-index:888; position:fixed; right:-260px; display:block; padding:65px 0 20px; width:260px; height:100%; background:#fff;}

		.util-menu{padding:0 30px 20px; border-bottom:1px solid #eee;}
		.util-menu a{display:inline-block; margin-top:5px; font-size:14px; color:#555;}
		.util-menu li:first-child a{color:#0072b7;}
				
		.navigation .main-menu{display:block; padding:0 30px; width:100%; line-height:43px; font-weight:400; font-size:16px; color:#000; transition:none;}
		.navigation li.active .main-menu{background:#0072b7; color:#fff;}

		.navigation .sub-menu{display:none; padding:10px 0; background:#f1f1f1;}
		.navigation .sub-menu a{display:block; padding:0 30px; line-height:33px; font-size:14px; color:#555;}
		.navigation .sub-menu a:before{content:""; display:inline-block; margin:0 5px 0 0; width:4px; height:1px; vertical-align:middle; background:#888;}
		.navigation .sub-menu a:hover{color:#fff; background:#3a3533;}
		.navigation .sub-menu a:hover:before{background:#fff;}
	}
	@media only screen and (max-width: 768px){
		#header h1{padding:10px;}
		#header h1 img{width:auto !important; max-height:25px;}
		.nav-btn{right:10px;}
	}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.btn{text-transform:uppercase; border-radius:0; line-height:24px;}
	.btn:focus, .btn:active{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:#509591; border-color: #509591; color:#fff;}
	.btn-custom:hover, .btn-custom:focus{background-color: #447774; border-color: #447774; 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:hover, .btn-custom-outline:focus{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: #509591;}

	@media only screen and (max-width: 980px) {

	}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#footer{padding:50px 0px 60px 0px; width:100%; background:#333333; color:#9c9a9a;}
	.footer-area{margin:0 auto; width:100%; box-sizing:border-box;}
	.footer-area:after{content:""; display:block; clear:both;}
	#footer p, #footer li{font-size:13px; letter-spacing:0;}

	.foot-logo{float:left; margin:22px 90px 0 0;}
	.foot-info{float:left; }

	.footer-menu{margin:0 auto 15px; line-height:0; font-size:0;}
	.footer-menu li{display:inline-block; margin-left:10px;	padding-left:10px; vertical-align:middle; line-height:10px; border-left:1px solid #9c9a9a; color:#fff;}
	.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
	.footer-menu li a{line-height:10px; font-size:14px; color:#fff;}

	.footer-info{margin-bottom:10px;}
	.footer-info span{color:#9c9a9a;}
	
	@media only screen and (min-width: 1201px){
		.footer-area{width:1200px;}
	}
	@media only screen and (max-width: 1200px){
		.footer-area{padding:0 20px;}
	}
	@media only screen and (max-width:768px){
		.footer-area{padding:0 10px; text-align:center;}

		.foot-logo{float:none; margin:0 0 20px 0;}
		.foot-info{float:none; width:100%;}
	}
	@media only screen and (max-width:768px){
		#footer p, #footer li{font-size:12px;}
		.footer-menu li{ margin-bottom:10px; margin-left:5px; padding-left:5px;}
		.footer-menu li a{font-size:13px;}
	}



/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.carousel-inner > .item{height:500px;}
	.carousel-inner > .main-img01{background:url('/images/kor06r-18-0404/main/main_visual01.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img02{background:url('/images/kor06r-18-0404/main/main_visual02.jpg') no-repeat center center/cover;}

	.main-visual .carousel-caption{top:50%; left:0; right:0; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); margin:auto; width:100%; text-shadow:none; color:#fff;}
	.main-visual .carousel-caption .slogan{padding:50px 40px; width:100%; text-align:center; line-height:1.3; font-size:36px; font-weight:700; color:#fff; word-break:keep-all;}
	.main-visual .carousel-caption .slogan p { margin-bottom:10px;  }
	.main-visual .carousel-caption .slogan .main-copy{ margin-bottom:0; font-size:60px; letter-spacing:-3px; line-height:1.1;}


	.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-control.left{background:url('/images/kor06r-18-0404/main/visual_btn_prev.png') no-repeat center center;}
	.main-visual .carousel-control.right{background:url('/images/kor06r-18-0404/main/visual_btn_next.png') no-repeat center center;}

	.main-visual .carousel-indicators li{width:45px; height:6px; box-sizing:border-box; vertical-align:middle; border:1px solid #fff; border-radius:0;}
	.main-visual .carousel-indicators .active{width:45px; height:6px; box-sizing:border-box; background:#fff; border-radius:0;}

	.main-img01 img { display: none !important; }
	.main-img02 img { display: none !important; }

	@media only screen and (min-width: 1201px){
		.main-visual .carousel-caption{width:1200px;}
		
		
	}
	@media screen and (max-width:1200px){
		
		.carousel-inner > .main-img01{background:url('/images/kor06r-18-0404/main/main_visual01.jpg') no-repeat; background-position: 44% 50% !important; }
		.carousel-inner > .main-img02{background:url('/images/kor06r-18-0404/main/main_visual02.jpg') no-repeat; background-position: 44% 50% !important; }
	}

	@media screen and (max-width:980px){
		.carousel-inner > .item{height: auto;}
		.main-visual .carousel-caption .slogan{padding:35px 25px; font-size:24px;}
		.main-visual .carousel-caption .slogan .main-copy{ font-size:42px;}
		
		
        .main-img01 img { display: block !important; width: 100%; height: auto; }
        .main-img02 img { display: block !important; width: 100%; height: auto; }
	}
	@media screen and (max-width:768px){
		.carousel-inner > .item{height: auto; }
		.carousel-inner > .main-img01,
		.carousel-inner > .main-img02,
		.carousel-inner > .main-img03{background-position:55% center;}

		.main-visual .carousel-control.left,
		.main-visual .carousel-control.right{background-size:20px;}

		.main-visual .carousel-caption .slogan{ padding:20px;  font-size:13px;}
		.main-visual .carousel-caption .slogan p { margin-bottom:5px; }
		.main-visual .carousel-caption .slogan .main-copy{font-size:24px;}

		
	}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#mainContainer { z-index:555; width: 100%; padding: 0; }
    #mainContainer >div { width: 100%; }
    #mainContainer >div >* { margin: 0 auto !important; }	

	/*section1*/
	#section1 article { margin: 0 auto; width: 1200px; }

    .s1-1 { padding: 100px 0 70px 0; text-align: center; }
    .s1-1 h2 { font-size: 30px; font-weight: 900; font-family: 'Nanum Square', sans-serif; }
    .s1-1 p { padding-top: 20px; color: #666; font-size: 16px; word-break: keep-all; }

    .s1-2 { padding: 0 0 100px 0; display: flex; justify-content: space-between; flex-wrap: wrap; }
    .s1-2 span { padding-top: 20px; color: #222; font-size: 15px; font-weight: bold; }
    .s1-2 p { padding: 20px; height: 100px; color: #666; font-size: 15px; word-break: keep-all; }

    .s1-2-img { width: 105px; height: 105px; border-radius: 55px; background: #0072b8; }
    .s1-2-img svg { position: relative; width: 56%; height: 56%; fill: #fff; }

    .s1-2-inner { position: relative; width: 255px; height: 320px; }
    .s1-2-inner a { display: block; width: 100%; height: 100%; }
    .s1-2-inner a >div { position: absolute; cursor: pointer;  width: 100%; border: 1px solid #eee; border-bottom: 3px solid #0072b8; }
    .s1-2-inner a >div >div { position: absolute; bottom: 30px; }
    .s1-2-inner a >div >div *  { display: block; margin: 0 auto; text-align: center; }

    .s1-2-inner:nth-child(1) svg { top: 20%; left: 0%;  }
    .s1-2-inner:nth-child(2) svg { top: 20%; left: -2%; }
    .s1-2-inner:nth-child(3) svg { top: 22%; left: -2%; }
    .s1-2-inner:nth-child(4) svg { top: 26%; left: 1%; }

    .s1-2-item { height: 100%; }
    .s1-2-hover { bottom: 0; height: 0%; overflow: hidden; transition: height .4s; background: #0072b8; border: 1px solid #0072b8 !important; border-bottom: 3px solid #0072b8 !important; }
    .s1-2-hover .s1-2-img { background: #fff; }
    .s1-2-hover svg {fill: #0072b8; }
    .s1-2-hover span, .s1-2-hover p { color: #fff; }
    .s1-2-inner:hover .s1-2-hover { height: 100%; }

    @media only screen and (max-width: 1200px) { 
        #section1 article { width: 100%; }

        .s1-2-inner { margin: 15px; width: calc(25% - 30px); }
    }

    @media only screen and (max-width: 980px) {                             
        .s1-1 { padding: 75px 0 55px 0; }
		.s1-1 p { font-size: 14px; }

        .s1-2 { padding: 0 0 75px 0; }
        .s1-2-inner { margin: 10px; width: calc(25% - 20px); height: 260px; }
        .s1-2-inner a >div >div { bottom: 20px; }

        .s1-2-img { width: 75px; height: 75px; }
		.s1-2 p { font-size: 13px; }
    }

    @media only screen and (max-width: 768px) { 
        .s1-1 { padding: 50px 0 35px 0; }
        .s1-1 h2 { font-size: 22px; }
        .s1-1 p { margin: 0 auto; width: 80%; }
        .s1-1 br { display: none; }

        .s1-2 { padding: 0 0 50px 0; }
		.s1-2 p { padding: 10px; }
        .s1-2-inner { width: calc(50% - 20px); }
        .s1-2-inner a >div >div { bottom: 20px; }

    }         


	/*section2*/
	#section2 { display: table; }
    #section2 article { float: left; width: 50%; height: 650px; }
    
    .s2-1 { background: url(/images/kor06r-18-0404/common/s2_1.jpg) no-repeat; background-size: cover; background-position: 50% 50%; }
    .s2-2 { background: #f7f7f7; }
    .s2-2 >div { padding: 80px 0 80px 50px; width: 600px; height: 100%; display: flex; justify-content: space-between; flex-direction: column; }
    
    .s2-2 p:first-child { width: 100%; height: 20%; font-family: 'NanumSquare', sans-serif; font-size: 28px; background: #f7f7f7; }
    .s2-2-li { width: 100%; height: 10%; background: #fff; cursor: pointer; transition: background .3s; }
    .s2-2-li i { float: right; font-size: 30px; }
    .s2-2-li * { font-size: 19px; font-weight: bold; }
    .s2-2-li a { display: flex; align-items: center; justify-content: space-between; padding: 0 5%; width: 100%; height: 100%; }
    .s2-2-li a >span { display: block; font-family: 'NanumSquare', sans-serif;  }
    .s2-2-li a >span >span { display: inline-block; width: 35px; font-weight: 900 !important; color: #0072b8; font-family: 'NanumSquare', sans-serif; transition: color .3s; }
    
    .s2-2-li:hover { background: #0072b8; }
    .s2-2-li:hover * { color: #fff; }
    
    
    
    @media only screen and (max-width: 1200px) {
        #section2 article { height: 50vw; }
        
        .s2-2 >div { padding: 60px 30px 60px 30px; width: 100%; height: 100%; }
        
        .s2-2 p:first-child { font-size: 2.333vw; }
        .s2-2-li * { font-size: 1.583vw; }
        .s2-2-li i { font-size: 2.5vw; }
        .s2-2-li a >span { font-family: 'Nanum Gothic', sans-serif; }
    }
    
    @media only screen and (max-width: 980px) { 
    	.s2-2 >div { padding: 40px 15px 40px 15px; }
    }
    
    @media only screen and (max-width: 768px) { 
        #section2 article { float: none; width: 100%; }
        
        .s2-1 { height: 170px !important; }
        .s2-2 { height: 450px !important; }
        
        .s2-2 >div { padding: 30px 10px 40px 10px; }
        
        .s2-2 p:first-child { font-size: 18px; height: 22%;  }
        .s2-2-li { height: 10%; }
        .s2-2-li * { font-size: 13px; }
        .s2-2-li i { font-size: 19px; }
    } 


	/*section3*/
	#section3 { width: 1200px !important; height: 550px; margin: 0 auto; }
    #section3 article { float: left; width: 50%; height: 100%; display: flex; align-items: center; justify-content: center; }
    
    
    .s3-1 i { display: block; font-size: 35px; font-weight: 900; color: #0072b8; }
    .s3-1 span {  display: block; padding: 25px 0; font-size: 30px; font-weight: 900; font-family: 'NanumSquare', sans-serif; }
    .s3-1 p { font-size: 16px; color: #777; line-height: 25px; word-break: keep-all; }
    
    
    .s3-2 img { width: 80%; }
    
    @media only screen and (max-width: 1200px) { 
    #section3 { width: 100% !important; height: 47vw; }
    }
    
    @media only screen and (max-width: 980px) {   
    #section3 { padding: 10px; height: 47vw; }
    
    .s3-1 div { width: calc(100% - 20px); }
    .s3-2 img { width: calc(100% - 20px); }
	.s3-1 p { font-size: 13px; line-height: 20px; }
    .s3-1 p br { display: none; }
    }
    
    @media only screen and (max-width: 768px) { 
    #section3 { padding: 50px 10px; height: auto; }
    #section3 article { float: none; width: 100%; height: auto; }
    
    } 


	/*section4*/
	#section4 { width: 100%; padding: 100px 0 100px 0; background: url(/images/kor06r-18-0404/main/s4_bg.jpg) no-repeat; background-size: cover; background-position: 50% 50%; }
    #section4 article { margin: 0 auto; width: 1200px; }
    
    .s4-1 { text-align: center; margin-bottom: 100px; }
    .s4-1 * { color: #fff; }
    .s4-1 h2 { margin-bottom: 10px; font-family: 'Nanum Square', sans-serif; font-size: 30px; font-weight: 900; }
    .s4-1 p { font-weight: 500; }
    .s4-2 { display: flex; align-items: center; justify-content: space-between; }
	.s4-2 li { margin: 0 20px 20px 0; cursor: pointer; }
	.s4-2 li:hover span:nth-child(2) { background: #fff; color: #333; }
    .s4-2 li:last-child { margin-right: 0; }
    .s4-2 li >a { display: block; width: 100%; height: 100%; }
    .s4-2 li .s4-2-a { display: block; width: 200px; height: 230px; }
    .s4-2 li:nth-child(1) .s4-2-a { background: url(/images/kor06r-18-0404/main/s4_1.jpg) no-repeat; background-position: 50% 50%; background-size: cover; }
    .s4-2 li:nth-child(2) .s4-2-a { background: url(/images/kor06r-18-0404/main/s4_2.jpg) no-repeat; background-position: 50% 50%; background-size: cover; }
    .s4-2 li:nth-child(3) .s4-2-a { background: url(/images/kor06r-18-0404/main/s4_3.jpg) no-repeat; background-position: 50% 50%; background-size: cover; }
    .s4-2 li:nth-child(4) .s4-2-a { background: url(/images/kor06r-18-0404/main/s4_4.jpg) no-repeat; background-position: 50% 50%; background-size: cover; }
    .s4-2 li:nth-child(5) .s4-2-a { background: url(/images/kor06r-18-0404/main/s4_5.jpg) no-repeat; background-position: 50% 50%; background-size: cover; }
    .s4-2 div { display: flex; width: 100%; height: 100px; align-items: center; justify-content: center; }
    .s4-2 span { display: block; color: #fff; font-weight: bold; text-align: center; }
    .s4-2 span:nth-child(1) { font-size: 22px; font-family: 'Nanum Square', sans-serif; margin-bottom: 20px; }
    .s4-2 span:nth-child(2) { margin: 0 auto; width: 90px; height: 30px; border-radius: 15px; border: 1px solid #fff; font-size: 12px; line-height: 28px; transition: background, color .2s; }
                            
                        
                        
    @media only screen and (max-width: 1200px) {
    #section4 { background: url(/images/kor06r-18-0404/main/s4_bg_m.jpg) no-repeat; background-size: cover; background-position: 50% 50%; }
    #section4 article { width: 100%; }
	
    .s4-2 { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
	.s4-2 li { margin: 20px;  width: 25%; }
    .s4-2 li .s4-2-a { width: 100%; height: 28vw; }
    
    }
    
    @media only screen and (max-width: 980px) { 
		#section4 { padding: 70px 0 70px 0; }
		.s4-1 { margin-bottom: 70px; }
		.s4-1 p { font-size: 13px; }

		.s4-2 li { margin: 10px; width: 25%; }
    	.s4-2 li .s4-2-a { width: 100%; height: 28vw; }
    	.s4-2 span:nth-child(1) { font-size: 17px; }
    }
    
    @media only screen and (max-width: 768px) { 
    	.s4-1 p { font-size: 11px; }
		
		.s4-2 li { width: 38%; }
		.s4-2 li .s4-2-a { width: 100%; height: 43vw; }
    }
    @media only screen and (max-width: 480px) { 
		.s4-2 li { width: 60%; }
		.s4-2 li .s4-2-a { width: 100%; height: 68vw; }
	}


	/*section5*/
	#section5 { display: flex; align-items: center; margin: 0 auto; width: 1200px !important; padding: 100px 0 100px 0; }
    #section5 article { float: left; }
    
    .s5-1 { width: 480px; }
    .s5-2 { width: 720px; }
    
    .s5-1 * { font-family: 'NanumSquare', sans-serif; }
    
    .s5-1 h2 { font-size: 30px; font-weight: 900; }
    .s5-1 >span { display: block; margin: 35px 0; font-size: 23px; color: #0072b8; }
    .s5-1 p { font-size: 17px; font-weight: 600; color: #5a5a5a; }
    
    
    .s5-2-li { float: left; padding: 30px; width: 33.33%; height: 220px; border-right: 1px solid #e5e5e5; transition: opacity .2s; }
    .s5-2-li:hover { opacity: 0.7; }
    .s5-2-li:last-child { border: none; }
    .s5-2-li a { display: block; width: 100%; height: 100%; }
    .s5-2-li svg { height: 50px; }
    .s5-2-li span { display: block; margin: 25px 0; font-family: 'NanumSquare', sans-serif; font-size: 24px; font-weight: 900; }
	.s5-2-li p { color: #444; font-size: 14px; word-break: keep-all; }
    
    
    
    
    @media only screen and (max-width: 1200px) {
	#section5 { width: 100% !important; padding: 100px 15px 100px 15px; }
    
	.s5-br3  { display: none; }
	
    .s5-1 { width: 40%; }
    .s5-2 { width: 60%; }
    
    }
    
    @media only screen and (max-width: 980px) { 
    #section5 { display: table; padding: 70px 10px 70px 10px; }

    .s5-br { display: none; }
    .s5-br2 { display: none; }
    
    .s5-1 { width: 100%; padding: 0 30px 0 30px; }
    .s5-2 { width: 100%;  padding: 50px 0 0 0; }
    
    .s5-1 h2 { font-size: 30px; }
    .s5-1 >span { margin: 22px 0; }
    
    .s5-2-li span { font-size: 26px; }
	.s5-2-li p { font-size: 15px; }
    
    }
    
    @media only screen and (max-width: 768px) { 
    #section5 { padding: 50px 10px 50px 10px; }
    .s5-br2 { display: block; }
    
    .s5-1 { width: 100%; padding: 0 10px 0 10px; }
    .s5-2 { width: 100%;  padding: 30px 0 0 0; }
    
    .s5-1 h2 { font-size: 19px; font-weight: 900; }
    .s5-1 >span { margin: 15px 0; font-size: 17px; }
    .s5-1 p { font-family: 'Nanum Gothic', sans-serif; font-size: 12px; font-weight: 600; color: #5a5a5a; }
    
    .s5-2-li { padding: 10px; }
    .s5-2-li span {font-size: 18px; }
	.s5-2-li p { font-size: 12px; }
    
    } 


	/*section5*/
	.main-partner { width: 1200px !important; }
    .main-partner >dl >dt{ display: none; }

	@media only screen and (max-width: 1200px) {
		.main-partner { width: 90% !important; margin: 0 auto; }	
	}

	@media only screen and (max-width: 768px) {
		.main-partner { width: 80% !important; }	
	}