

/* 오리발 */
.page_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background : #f7f7f7;
	max-width : 1100px;
    border : 1px solid #e5e5e5;
    padding : 25px 60px 25px 120px;
    min-height : 120px;
    font-size: 13px;
    letter-spacing: -0.04em;
    color : #777;
    position : relative;
	margin : 2em auto 0;
}
.page_info::after{
    display: flex;
    align-items: center;
    justify-content: center;
    color : #fff;
    font-size: 36px;
    font-weight: 700;
    content : '!';
    position : absolute;
    width : 70px;
    height : 70px;
    border-radius: 50%;
    background : #727272;
    left : 25px;
    top : 50%;
    transform: translateY(-50%);
}
.page_info > li{
    position : relative;
    padding-left : 11px;
    font-weight: 500;
}
.page_info > li + li{
    margin-top : 3px;
}
.page_info > li::before{
    content : '※ ';
    position : absolute;
    left : 0;
    font-size: 11px;
    line-height: 18px;
}

@media (max-width : 1200px){
	.moView{
		display : block !important;
	}
	.pcView{
		display : none !important;
	}
	.sub-title-box{
		height : 46.2667vw;
		max-height : 347px;
	}
	.sub-title-inner{
		justify-content : center;
		align-items : center;
		padding-top : 50px;
		padding-bottom : 0;
	}
	.sub-title{
		font-size : 28px;
	}
	.sub-title-kor{
		font-size : 14px;
	}
	.sub-menu-box{
		display : none;
	}	
	.overview-table {
			max-width : 1200px;
		}
	.overview-table > li {
		/* width : 48%; */
		width : 100%;
		gap: 0;
		margin-bottom: 4.9333vw;
		line-height: 20px;
		font-size : 14px;
	}
	.overview-th{
		font-size : 14px;
        line-height: 2;
	}
	.overview-line{
		margin-bottom : 13px;
	}
	.overview-td > img{
		width : 120px;
	}
	.overview-td img.logo{
		max-height : 1.5em;
	}
	    /* 오리발 */
    .page_info{
        justify-content: center;
        padding : 15px 20px 15px 20px;
        min-height : 0;
        font-size: 11px;
    }
    .page_info::after{
        display : none;
    }
    .page_info > li{
        position : relative;
        padding-left : 12px;
    }
    .page_info > li + li{
        margin-top : 4px;
    }
    .page_info > li::before{
        font-size: 10px;
        line-height: 18px;
    }
}





.summaryWrap{display:flex; align-items: center; justify-content: center; flex-flow:column nowrap; overflow:hidden; margin-bottom: 170px}


.btn-default {
    width: 100%;
    height: 55px;
    border: none;
    background: #295f79 !important;
    color: white;
    transition: 0.4s;
    font-weight: bold;   
}
   

.btn_submit2{
width: 160px;
    height: 40px;
    color: #fff;
    background: #295f79;
    border: 0px;
    margin: 0 3px;
} 

.btn_submit3{
    background: #295f79;
    color: #fff !important;
    border: 0px;
    padding: 5px 15px;
    margin: 2px;
}  

.btn_cancel{
width: 160px!important;
    height: 40px!important;
    color: #000;
    background: #ddd;
    border: 0px;
    float: left;
    text-align: center;
    line-height:2.7;
    margin: 0 3px;
}

.btn_cancel2 {
    height: 37px!important;
    background: #ababab;
    float: left;
    text-align: center;
    margin: 0 3px;
    font-size: 1.167em;
    font-weight: 400;
    padding: 7px 12px 7px 12px;
    color: #ffffff !important;
}

.btn-2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff !important;
    border: none;
    padding: 12px 18px 11px 18px;
    border: 1px solid #d9ded9;
    transition: all .3s;
    background: #295f79;
}

.btn-3 {
    background: #295f79;
    color: #fff !important;
    border: 0px;
    padding: 5px 15px;
    float: inline-end;
    margin: 2px;
}



.m1-1{width: 1200px; margin: 0 auto; text-align: left}
.m1-2{position: absolute; z-index: 99; margin: 30px 0 0 400px;}
.m1-3{float: right; padding: 0 100px}

.m1-4{width: 1200px; margin: 0 auto; text-align: left}
.m1-5{position: absolute; margin: 150px 0 0 290px;}
.m1-6{margin: 50px 100px 100px 180px;}




a {text-decoration:none;color: inherit;}
a:link, a:visited {text-decoration:none;color: inherit;}
a:hover, a:focus, a:active {text-decoration:none;}



.news-zone {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}

.news-zone li {
	max-height: 435px;
	margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 5px;
}

.news-zone li {
	position:relative;
	width: 31%;
	text-align:left;
}

.news-zone li a:hover {
	
}

.news-zone li a .inner:hover {
	border:1px solid #2c3d47; 
	-webkit-transform: scale(1.03); 
	transform: scale(1.03); -webkit-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out; -webkit-box-shadow: 20px 30px 50px 8px black; 
	box-shadow: 0px 20px 30px 8px rgba(0,0,0,.1);}
}


.news-zone li:nth-child(3n) {
	margin-right: 0;
}

.news-zone li a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.news-zone li .thumbnail img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.news-zone li .thumbnail {
	width: 100%;
	height: 190px;
	max-height: 190px;
	flex: 1;
}

.news-zone li .content {
	width: 100%;
	height: 245px;
	max-height: 245px;
	flex: 1;
	padding: 30px;
	letter-spacing:-1px;
	border:1px solid #d5d5d5;
}

.news-zone li .content .news-title {
	font-size:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 55px;
	margin-bottom: 20px;
	line-height:140%;
	color: #5f5e5e;
}

.news-zone li .content .news-content {
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 65px;
	margin-bottom: 20px;
    line-height: 1.5;
}

.news-zone li .news-info {
	display: flex;
	justify-content: space-between;
	font-size:13px;
}




.indicator {
	display:flex;
	justify-content: center;
	margin-bottom: 20px;
}

.indicator ul { display:flex;}

.indicator li { margin:0 2px}
.indicator li a { 
	display:flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	font-weight: normal;
}

.indicator li a:hover, .indicator li a.active {
	background-color: #295f79;
	border: 1px solid #295f79;
	color: #fff;
}


.fa-angle-double-left:before {
  content: "\f100"; }














/******** sub snb **********************/

#tab {width:100%; margin: 0 0 70px 0; overflow: hidden; position: relative; z-index: 0;background:#f2f2f2;text-transform: uppercase;}
#tab .inner {margin: 0px auto; max-width: 1100px;}
#tab .inner::after {clear: both; display: block; content: "";}
#tab .inner li {background:#f2f2f2; color: #000 !important; font-weight:600; float: left;border-left:1px solid #d4d4d4;border-bottom:0px solid #666;}
#tab .inner li:first-child {border-left:1px solid #d4d4d4;}
#tab .inner li:last-child {border-right:1px solid #d4d4d4;}
#tab .inner .tab1 li{width:100%;}
#tab .inner .tab2 li{width:50%;}
#tab .inner .tab3 li{width:33.33%;}
#tab .inner .tab4 li{width:25%;}
#tab .inner .tab5 li{width:20%;}
#tab .inner .tab6 li{width:16.555%;}
#tab .inner .tab7 li{width:14.21%;}
#tab .inner .tab8 li{width:12.5%;}
#tab .inner li a {padding: 22px 0 22px 0; text-align: center; line-height:15px;letter-spacing: -0.4px; font-size: 17px; display: block;}

#tab .inner li.active {background:#eb6000; border-bottom:0px solid #fff;}
#tab .inner li.active a{color:#fff;}
#tab .inner li a:hover {color:#fff; background:#eb6000;}
#tab .inner li a.bg_none {background: none;}







/******** sub snb **********************/

#tab2 {width:100%; margin: 0 0 20px 0; overflow: hidden; position: relative; z-index: 0;background:#fff;text-transform: uppercase;}
#tab2 .inner {margin: 0px auto; max-width: 1100px;}
#tab2 .inner::after {clear: both; display: block; content: "";}
#tab2 .inner li {background:#f2f2f2; color: #000 !important; font-weight:600; float: left;border-left:1px solid #fff;border-bottom:0px solid #666;}
#tab2 .inner li:first-child {border-left:none}
#tab2 .inner .tab1 li{width:100%;}
#tab2 .inner .tab2 li{width:50%;}
#tab2 .inner .tab3 li{width:33.33%;}
#tab2 .inner .tab4 li{width:25%;}
#tab2 .inner .tab5 li{width:20%;}
#tab2 .inner .tab6 li{width:16.555%;}
#tab2 .inner .tab7 li{width:14.21%;}
#tab2 .inner .tab8 li{width:12.5%;}
#tab2 .inner li a {padding: 22px 0 22px 0; text-align: center; line-height:15px;letter-spacing: -0.4px; font-size: 17px; display: block;}

#tab2 .inner li.active {background:#804f22; border-bottom:0px solid #fff;}
#tab2 .inner li.active a{color:#fff;}
#tab2 .inner li a:hover {color:#fff; background:#804f22;}
#tab2 .inner li a.bg_none {background: none;}













.subTopWrap {
    position:relative;
    overflow: hidden;
    /* padding: 0 70px 0; */
    display: flex;
    flex-flow: column;
    align-items: center;
    /* margin: 120px 0 0; */
}

/* .subTopWrap:before {
    content:'';
    width: 550px;
    height: 100%;
    background-color: #001343;
    position:absolute;
    top:0;
    right:0;
} */

.subTopWrap .imageWrap {
    position:relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
    /* margin:0 125px 0 50px; */
    width: 100%;
}

.subTopWrap .logo1 {
    position: absolute;
    z-index: 9999;
    width: 250px !important;
    margin: 130px 750px 0 0;
}


.subTopWrap .imageWrap>img {
    width: 100%;
    /* transform-origin: 0 100%; */
    transform: scale(1.1);
    animation: subImage 5s forwards;
}

@keyframes subImage {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.subTopWrap .textWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position:absolute;
    height: 100%;
    top:0;
    width: 1200px;
    max-width: 100%;
    padding-top:60px;
    /* padding-left: 70px; */
    z-index: 10;
}

.subTopWrap .textWrap .text1 {
    color:#fff;
    font-size: 45px;
    font-family: 'NotoKrM';
    /* margin-bottom: 40px; */
    /* margin-left: -10px; */
    display: flex;
    flex-flow: column;
    align-items: center;
    /* position:absolute; */
    margin-bottom: 25px;
}

/* .subTopWrap .textWrap .text1:before {
    content:'';
    position:absolute;
    bottom: 5px;
    right:-20px;
    width: 12px;
    height: 12px;
    border-radius:100%;
    background-color: #eec373;
} */

.subTopWrap .textWrap .text1 img {
    margin-top: 15px;
}

.subTopWrap .textWrap .text1 span {
    color:#eac9a1;
}

.subTopWrap .textWrap .text2 {
    color:#fff;
    font-size: 20px;
    font-family: 'NotoKrL';
}






.tit_font { font-size: 38px; margin-bottom: 5px; color: #000;font-weight: 500;font-family: 'Noto Sans Korean';letter-spacing: -2px;padding-top: 0px;}










/***** side-menu *****/
.side_menu{ 
	position: fixed; right:-100px; width:45px; height:100%; z-index:99000; text-align:center; background: #ffffff; border-left: solid 1px #ddd;
	/*background: url('http://mybuzz.speedgabia.com/yangju3/aside_bg.jpg') no-repeat top center #eee ;background-repeat:no-repeat;*/
	}
.side_menu h2{font-weight:100;  font-family: 'NanumSquare', sans-serif !important; font-size:24px; line-height:110%; color:#8dc63f; opacity:0.9; padding-top:120px;}
.side_menu h2 span{font-weight:400;font-size:24px;color:#eee; opacity:0.8; }

.side_menu p{font-weight:400;  font-family: 'NanumSquare', sans-serif !important; font-size:12.5px; line-height:160%; color:#fff; padding-top:25px; opacity:0.7;}

.side_menu ul{ padding-top:0px;}
.side_menu ul li{ padding-top:0px;}
.side_menu ul li>a>img{opacity:1; transition:0.1s;}
.side_menu ul li>a>img:hover{opacity:0.8;}


.side_menu .custom{ text-align:center; background:#ab7b4a; color:#fff; font-size:14px;font-weight:400;  font-family: 'NanumSquare', sans-serif !important; height:30px; padding-top:10px; width:162px; margin:10px auto 0;}
.side_menu .jogam{position:absolute; bottom:120px; text-align:center;border-top:1px solid #555; border-bottom:1px solid #555; height:40px; line-height:40px; width:100%; margin:0 auto;}
.side_menu .jogam a{color:#ddd; font-size:12px;font-weight:400; display:block; font-family:'NanumSquare', sans-serif !important; }
.side_menu .reserv{ text-align:center; background:#69a715; color:#fff; font-size:14px;font-weight:400;  font-family: 'NanumSquare', sans-serif !important; height:30px; padding-top:10px; width:162px; margin:10px auto;}
.side_menu .side_logo{position:absolute;bottom:0;}
.side_menu .btn_top{position:absolute;bottom:0;}
.side_inner{ position:fixed; right:-600px; opacity:1;z-index:998;filter:drop-shadow(5px 5px 5px rgba(0,0,0,0.3)); height:100%; background:#eeefef; overflow:scroll;}





.bird {
  background-image: url(../../images/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
          animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
          animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bird--one {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.bird--two {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
}
.bird--three {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}
.bird--four {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
          animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
    z-index: 9999;
}
.bird-container--one {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.bird-container--two {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bird-container--three {
  -webkit-animation-duration: 14.6s;
          animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}
.bird-container--four {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
          animation-delay: 10.25s;
}

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}