

/* ::::::::: Main Slide ::::::::: */

.wrap_slide_main {
    position:relative;
}

.img_ma_slide {
    width:100%;
    height:50vw; max-height:750px; min-height:550px;
}

    .img_ma_slide.img1 {
        background:url('/img/main/slider3.jpg')no-repeat 20% 50%;
        background-size:cover;
        background-position: center;
    }

.img_ma_slide.img1 .sli1_txt{
	position: absolute;
	top:200px;
	left:calc(50% - 452px);
}
    .img_ma_slide.img2 {
        background:url('/img/main/slider2_bg.jpg')no-repeat 20% 50%;
        background-size:cover;
        background-position: center;
    }

.img_ma_slide.img2 .sli2_txt{
	position: absolute;
	top:200px;
	left:calc(50% - 452px);
}

    .wrap_slide_main .slick-dots {
        position:absolute;
        bottom:20px;
        left:50%; transform:translate(-50%, 0);
    }
    .wrap_slide_main .slick-dots li {
        display:inline-block;
    }

    .wrap_slide_main .slick-dots button {
        display: block;
        width: 1rem;
        height: 1rem;
        margin:0 5px;
        padding: 0;
        border-radius: 100%;
        background-color: rgba(255,255,255,0.5);
        border:2px solid transparent;
        text-indent: -9999px;
        transition:background 300ms;
        outline:none;
        cursor:pointer;
    }

    .wrap_slide_main .slick-dots li.slick-active button {
        background-color:#002e73;

    }

/* ::::::: Main Intro ::::::::: */

    .wrap_main_intro {
        position:relative;
        width:1300px;
        margin: 100px auto 10px auto;
        padding:50px 20px;
        border-top:1px solid #002e73;
    }
        .main_mark {
            position:absolute;
            top:-40px;left: 350px;
            width:25px;
            height:300px;
            background-color:#002e73;
        }
        .main_intro_txt {
            display:flex;
            justify-content: space-between;
            text-align:center;
        }
            .main_intro_txt .intro_tit {
                font-size:40px;
                font-weight: 300;
                text-align: left;
				margin:0 100px;
            }
            .main_intro_txt .intro_tit span {
                display:block;
				text-align: center;
				font-weight: bold;
				font-size: 33px;
				margin-top: 0px;
            }
            .main_intro_txt > div {
                display:flex; flex-direction:column;
                width:33.3%;
            }
                .btn_intro_1 {
                    display:inline-block;
                    padding:10px 15px;
                    border:1px solid rgb(226, 226, 226);
                    transition:background 300ms;
					margin: 0 auto;
                }
                .btn_intro_1.style_2 {
                    margin-top:10px;
                    padding:5px 15px;
                }
                .btn_intro_1:hover {
                    background:#0056C6;
                    color:white;
                }

            .main_intro_txt div.introduction {
                width:36%;
                font-size:16px;
                font-weight:normal;
				text-align: left;
				color: #666;
				margin-top: -20px;
            }
            .introduction span {
                display:block;
                margin:10px 0;
                padding-left:50px;
            }

        .main_notice {
            margin:0 auto;
            text-align:center;
            width:85%;
            height:300px;
            background:#f9fafc;
            padding-top:30px;
			margin-top: -20px;
        }
.not_css{
	
}
        .arrow1 {
            display:inline-block;
            animation: slide1 1s ease-in-out infinite;
          }

          @keyframes slide1 {
            0%,
            100% {
              transform: translate(0, 0);
            }
          
            50% {
              transform: translate(5px, 0);
            }
          }
          


          @media screen and (max-width: 1300px) {
            .wrap_main_intro {
                width:100%;
            }
          }

          @media screen and (max-width: 900px) {

            .main_mark {
                position:absolute;
                top:-40px; left:50px;
                width:25px;
                height:80px;
                background-color:#00337A;
            }

            .main_intro_txt {
                flex-direction:column;
                justify-content: center;
                align-items:center;
                text-align:center;
                padding:0 10px;
            }
            .main_intro_txt > div {
                display:flex; 
                flex-direction:column;
                width:100%;
            }

            .main_intro_txt div.introduction {
                width:100%;
                margin:30px 0;
                padding:10px;
                border-top:1px solid #00337A;
                border-bottom:1px solid #00337A;
            }
                .introduction span {
                    padding-left:0;
					text-align: center;
                }

            .btn_intro_1 {
                padding:7px 15px;
            }

            .btn_intro_1.style_2 {
                padding:7px 15px;
            }


            .main_intro_txt .intro_tit {
                font-size:40px;
                font-weight:bold;
                text-align: center;
            }

	.img_ma_slide.img1 .sli1_txt{
		width: 350px;
		height: auto;
	position: absolute;
	top:200px;
	left:calc(50% - 175px);
}
	
		.img_ma_slide.img2 .sli2_txt{
		width: 350px;
		height: auto;
	position: absolute;
	top:200px;
	left:calc(50% - 175px);
}
	
            

        }
  @media screen and (min-width: 1200px) {
   .main_intro_txt .intro_tit {
                font-size:40px;
                font-weight: 300;
                text-align: left;
				margin:0 100px 0 -100px;
            }
            .main_intro_txt .intro_tit span {
                display:block;
				text-align: right;
				font-weight: bold;
				font-size: 53px;
				margin-top: -20px;
            }

}

/* ::::::: Main Business ::::::::: */


    .main_business {
        position:relative;
        width:100%;
        height:600px;
        background-color:rgba(0,0,0,.7);
    }
    .main_business::before {
        content:'';
        position:absolute;
        top:0; left:0;
        width:100%; height:100%;
        background:url('/img/main/bg_ma_business2.jpg')no-repeat 50% 50%;
        background-size:cover;
        background-attachment: fixed;
    }
/*
    .business_tit h1::after{
        content:'';
        width: 50px;
        background:#000;
        height:1px;
        position: absolute;
        left:50%;
        margin-left:-25px;
        top:50px
    }
*/
        .business_tit {
            position:relative;
            width:1200px;
            margin:0 auto;
            padding-top:60px;
            text-align:center;
        }
            .business_tit h1 {
                position:relative;
                display:inline-block;
                font-size:35px;
                font-weight:bold;
				color: #fff;
            }
          
            .business_tit h2 {
                margin:20px 0;
                font-weight: 600;
				
            }

.img_main_busi h2{
	background: #00337A;
	font-weight: 100;
	padding: 5px 10px;
	font-size: 20px;
	margin-top:50px;
}
.business_tit p {
                margin:10px 0;
                font-size:15px;
                line-height:1.5em;
                font-weight:600
            }

        .img_main_busi {
            width:70%;
            display:flex;
            justify-content: space-between;
            margin:40px auto;
        }
        .busi_list {
            display:flex;
            flex-direction:column;
            justify-content: center;
            align-items:center;
            width:250px;
            height:250px;
            color:white;
        }
        .busi_list.img1:hover {
            background:url('/img/main/list_busi_1_hover.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .busi_list.img2:hover {
            background:url('/img/main/list_busi_2_hover.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .busi_list.img3:hover {
            background:url('/img/main/list_busi_3_hover.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
            .busi_list.img1 {
                background:url('/img/main/list_busi_1.jpg')no-repeat 50% 50%;
                background-size:cover;
            }
            .busi_list.img2 {
                background:url('/img/main/list_busi_2.jpg')no-repeat 50% 50%;
                background-size:cover;
            }
            .busi_list.img3 {
                background:url('/img/main/list_busi_3.jpg')no-repeat 50% 50%;
                background-size:cover;
            }


            a.btn_busi {
                font-weight:bold;
                margin-top:10px;
                padding:7px 25px;
                color:white;
                border:2px dashed white;
			 
                opacity:0;
                transform: translate(-50px,0);
                transition:opacity 300ms, transform 300ms, background 300ms;
            }
            a.btn_busi:hover {
                background:white;
                color:black;
            }

            .busi_list:hover a.btn_busi {
                opacity:1;
                transform: translate(0px,0);
            }



            @media screen and (max-width: 1300px) {
                .business_tit {
                    width:100%;
                }
            }

            @media screen and (max-width: 900px) {

                


            }


            @media screen and (max-width: 600px) {

               

            }

            @media screen and (max-width: 500px) {
                .business_tit h1::before {
                    content:'';
                    position:absolute;
                    bottom:25px; left:-190px;
                    width:0px; height:0px;
                    background-color:black;
                }
                .business_tit h1::after {
                    content:'';
                    position:absolute;
                    bottom:25px; right:-190px;
                    width:0px; height:0px;
                    background-color:black;
                }

                .business_tit h2 {
                    font-size: 20px;
					margin: 0 auto;
					padding: 0 20px;
                }

				 .business_tit h1 {
                position:relative;
                display:inline-block;
                font-size:23px;
                font-weight:bold;
            }
                .business_tit p {
                    font-size:15px;
					padding: 20px;
					font-weight: 100;
                    line-height:1.5em;
                }

                .main_business {
                    height:auto;
                }

                .img_main_busi {
                    flex-direction:column;
                }


                .img_main_busi {
                    width:100%;
                    justify-content: center;
                    align-items: center;
					margin-top: -15px;
					padding-bottom: 20px;
                }
                    .busi_list {
                        display:flex;
                        flex-direction:column;
                        justify-content: center;
                        align-items:center;
                        margin:5px 0;
                        width:75%;
                        height:200px;
                        color:white;
                    }
                    a.btn_busi {
                        display:inline-block;
                        opacity:1;
                        padding:5px 15px;
                        font-size:12px;
                        transform: translate(0px,0);
                    }




            }



/* ::::::: Main Portfolio ::::::::: */

    .wrap_port {
        width:1200px;
        margin:0 auto;
        padding-top:50px;
        text-align:center;
    }

        .wrap_port h1 {
            position:relative;
            display:inline-block;
            font-size:35px;
            font-weight:bold;
			color: #666;
        }
        .wrap_port h1::after{
            content:'';
            width: 50px;
            background:#000;
            height:1px;
            position: absolute;
            left:50%;
            margin-left:-25px;
            top:50px
        }
        .wrap_port h2 {
            margin:20px 0;
        }

    


    .slide_main_port {
        width:1200px; 
        margin:50px auto;
    }

        .list_main_port {
            position:relative;
            margin:0 10px;
            height:400px;
            padding:20px;
        }
            .main_port_inner {
                display:flex; flex-direction:column;
                justify-content: center;
                align-items:center;
                width:100%;
                height:100%;
                color:white;
                border:5px double white;
                transform:scale(0.5);
                opacity:0;
                transition:300ms;
            }
            .list_main_port:hover .main_port_inner {
                opacity:1;
                transform:scale(1);
            }

            a.btn_port {
                font-weight:bold;
                margin-top:50px;
                padding:7px 25px;
                color:white;
                
				background: #00337A;
                transition:opacity 300ms, background 300ms;
            }
            a.btn_port:hover {
                background:white;
                color:black;
            }

    .list_main_port.img1 {
        background:url('/img/gallery/gallery_7.jpg')no-repeat 50% 50%;
         background-size:cover;
    }
    .list_main_port.img2 {
        background:url('/img/gallery/gallery_6.jpg')no-repeat 50% 50%;
         background-size:cover;
    }
    .list_main_port.img3 {
        background:url('/img/gallery/gallery_5.jpg')no-repeat 50% 50%;
         background-size:cover;
    }
    .list_main_port.img4 {
        background:url('/img/gallery/gallery_1.jpg')no-repeat 50% 50%;
         background-size:cover;
    }
    .list_main_port.img5 {
        background:url('/img/gallery/gallery_2.jpg')no-repeat 50% 50%;
         background-size:cover;
    }


    @media screen and (max-width: 1300px) {
        .wrap_port {
            width:100%;
        }
        .slide_main_port {
            width:100%; 
        }
    }


    @media screen and (max-width: 500px) {
		
		 .wrap_port h1 {
            position:relative;
            display:inline-block;
            font-size:22px;
            font-weight:bold;
        }
        .wrap_port{padding-top:20px;}
        .wrap_port h1::before {
            content:'';
            position:absolute;
            bottom:25px; left:-190px;
            width:0px; height:0px;
            background-color:black;
        }
        .wrap_port h1::after {
            content:'';
            position:absolute;
            bottom:25px; right:-190px;
            width:0px; height:0px;
            background-color:black;
        }

        .wrap_port h2 {
            font-size: 4vw;
			margin: 10px 0;
			padding: 0 20px;
        }

        .slide_main_port {
            display:flex;
        }
            .list_main_port {
                height:250px !important;
            }

		.main_port_inner {
                display:flex; flex-direction:column;
                justify-content: center;
                align-items:center;
                width:100%;
                height:100%;
                color:white;
                border:2px solid #fff;
                transform:scale(1);
                opacity:1;
                transition:300ms;
            }
		.main_port_inner h2{
			font-size: 16px;
			font-weight: 600;
			padding: 0 5px;
			text-align: center;
		}
            .list_main_port:hover .main_port_inner {
                opacity:1;
                transform:scale(1);
            }

            a.btn_port {
                font-weight:bold;
                margin-top:50px;
                padding:5px 5px;
                color:white;
                border:none;
                transition:opacity 300ms, background 300ms;
				background: #00337A;
            }
            a.btn_port:hover {
                background:white;
                color:black;
            }
		
		
		
		
    }









    
/* ============================= 

 ::::::::::::: 최신글  :::::::::::::

    ============================= */

    .lat ul li {
        margin:10px 0;
        font-size:13px;
    }
    .lat ul li:hover {
        font-weight:bold;
    }
    .lt_more {
        font-size:13px;
        font-weight:bold;
    }


