body {
	display: inline-block;
	font-family: 'Noto Sans KR', sans-serif;
}
header {
	font-family: 'Noto Sans KR', sans-serif;
}
#wrap {
	position: relative;
}

.main-con {
	display: inline-block;
	width: 100%;
}

.main-con > div:first-child {
	display: inline-block;
	width: 100%;
	height: 0;
	/* padding-bottom: 45%; */
	min-height: 50vh;
	/*background:  url(../../img/sub/sub01/topbg1.jpg) no-repeat 0 0 / 100%;*/
	position: relative;
}
.top-tit {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 30%;
	left: 15%;
	/*text-shadow: 7px 7px 9px #9d9d9d;*/
	text-shadow: 1px 1px 0 #9d9d9d, 
    2px 2px 0 #9d9d9d, 
    3px 4px 0 #9d9d9d, 
    4px 5px 0 #9d9d9d,
    5px 7px 0 #9d9d9d,
    6px 8px 0 #9d9d9d,
    7px 10px 0 #9d9d9d,
    8px 11px 0 #9d9d9d,
    9px 13px 0 #9d9d9d;
	
	font-family: 'Noto Sans KR', sans-serif;
	z-index: 1;
}

.top-btn {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	position: absolute;
	height: 0;
	top: 58%;
}
.top-btn > div {
	display: inline-block;
	width: 12%;
	height: 0;
	padding-bottom: 12%;
	background: url(../../img/sub/sub01/t-btn1.png) no-repeat 0 0 / 100%;
	margin-left: 30px;
	
}

.top-btn > div:hover {
	transform: translateY(-20%);
	transition: 1s;
}

.top-btn > div:first-child {
	margin-left: 0;
}
.sub1-sec1 .top-btn > div:last-child {
	background-image: url(../../img/sub/sub01/t-btn2.png);
	margin-left: 30px;
}

.top-btn > div > a {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}


.sec2-in {
	width: 100%;
}
.menu1 > h2 {
	font-size: 50px;
	font-weight: 600;
	color: #70706b;
	text-shadow: 5px 3px 0px #d1cdcd;
	padding: 100px 0 50px 0;
	padding-left: 15%;
	font-family: 'Noto Sans KR', sans-serif;
}

.menu1-sec {
	width: 100%;
	max-width: 1920px;
	/*height: 0;*/
	/*padding-bottom: 120%;*/
	margin: 0 auto;
}
.menu1-in {
	width: 70%;
	padding:7% 0;
	margin: 5% auto 5%;
	background-color: #f4f4f6;
	border-radius: 20px;
}
.menu-tab {
	width: 100%;
	display: inline-flex;
	display: none;
    justify-content: space-around;
}
.menu-tab > div {
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 30px;
	background-color: #9a9988;
	font-size: 22px;
	font-weight: 600;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	box-shadow: 0px -8px #bab9ac;
}
.menu-tab span {
	color: #6c6b6b;
}
.menu-tab .this {
	color: #fff;
}
.menu-tab > div.tab2 {
	background-color: #d9d6d6;
	box-shadow: none;
}

.menu-top ,
.menu-top2 {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	/*padding-top: 8%;*/
	font-family: 'Noto Sans KR', sans-serif;
	line-height: 1.45;
	text-align: left;
}

.menu-top00{
	align-items: flex-start;
}

.menu-top  h3 ,
.menu-top2  h3,
         h3.tit,
.menu-kind > h3 {
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 30px;
}
.top1 > h3::after,
 h3.tit::after,
 .menu-kind > h3::after {
	content: "";
	display: block;
	width: 32px;
	height: 3px;
	margin: 24px 0;
	background-color: #019fe7;
}
.top1 > .gray , .gray{
	font-size: 13px;
	font-weight: 600;
	color: #c0b4b1;
	margin-bottom: 10px;
}
.menu-top > div > span {
	display: inline-block;
	margin-bottom: 10px;
}
.menu-top > .top1 {
	margin-right: 5%;
}
.top1 {
	width: 38%;
	font-size: 15px;
}
.top1 > .s-tit {
	font-size: 20px;
	padding-bottom: 10%;
}
.top1 > .s-tit > span {
	font-size: 20px;
}
.top1 > .txt-bot {
	margin-top: 6%;
	color: #aaaaab;
}
.menu-top > .top2 {
	width: 40%;
	height: 0;
	padding-bottom: 30%;
	background: url(../../img/sub/sub01/topimg1.jpg) no-repeat 0 0 / 100%;
	position: relative;
}
.menu-top > .top2 > div {
	width: 60%;
	height: 0;
	padding-bottom: 66%;
	background:url(../../img/sub/sub01/topimg1-1.png) no-repeat 0 0 / 100%;
	position: absolute;
	top: -10%;
	left: -8%;
}
.menu-top > .top2 > div.img2 {
	background-image :url(../../img/sub/sub01/topimg1-2.png);
	top: 20%;
	left: 50%;
}
.on.top2 > div {
	transform: translateY(0);
	transition: 0.8s;
	opacity: 1;
}
.top2 > div {
	transform: translateY(-60px);
	transition: 0.8s;
	opacity: 0;
}
.on.top2 > div.img2 {
	transform: translateX(0);
	transition: 1.5s;
	opacity: 1;
}
.top2 > div.img2 {
	transform: translateX(-60px);
	transition: 1.5s;
	opacity: 0;
}
.menu-top > div > p > span,
.menu-top > div > span > span {
	color: #019fe7;
	font-weight: 500;
	font-size: 15px;
}
.menu-top2 > .top2 {
	width: 45%;
	height: 0;
	padding-bottom: 28%;
	background:url(../../img/sub/sub01/on-img2.png) no-repeat 0 0 / contain;
	margin: 0 5%;
	transform: translateX(-60px);
	transition: 1s;
	opacity: 0;
}
.menu-top2 > .on.top2 {
	transform: translateX(0);
	transition: 1s;
	opacity: 1;
}
.menu-top2 > .top1 {
	width: 40%;
}

.top2-right {
	margin-top: 2%;
}
.top2-right > p {
	margin: 14px 0;
	display: inline-flex;
	align-items: center;

}
.top2-right > p:nth-child(6)::before,
.top2-right > p:nth-child(7)::before {
	margin-bottom: 15px;
}

.top2-right > p::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #add4e5;
	margin-right: 10px;
}



.menu-benner {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	padding-top: 138px;
}
.menu-benner > .mok-img {
	width: 55%;
	height: 0;
	padding-bottom: 53%;
	background: url(../../img/sub/sub01/on-img1.png) no-repeat 0 0 /contain;
    margin: 0 auto;
    position: relative;
}
.menu-benner > p {
	font-size: 30px;
	font-weight: 800;
}
.menu-benner > .mok-img > .img1,
.menu-benner > .mok-img > .img2 {
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    background: url(../../img/sub/sub01/on-img1-1.png) no-repeat 0 0 /contain;
    position: absolute;
    top: 30%;
    left: -20%;
    transform: translateX(-60px);
	transition: 1.8s;
	opacity: 0;
}
.menu-benner > .mok-img > .img2 {
	background-image: url(../../img/sub/sub01/on-img1-2.png);
	top: 10%;
    left: 90%;
    transform: translateX(60px);
}


.on.menu-benner > .mok-img > .img1,
.on.menu-benner > .mok-img > .img2 {
    transform: translateX(0);
	transition: 1.8s;
	opacity: 1;
}

.mo-top-right {
	display: none;
}

@media(max-width: 1700px) {
	/*.menu1-in {
		padding-bottom: 140%;
	}*/
	.top1 > .s-tit {
		font-size: 18px;
	}
	.menu-top > div > span {
		font-size: 13px;
	}
	.menu-top2 > .top2,
	.menu-top2 > .on.top2 {
		margin: 5% 5% 0 0;
	}
	.top2-right > p {
		font-size: 13px;
	}
}
@media(max-width: 1500px) {
	.top-tit {
		font-size: 50px;
	}
	.menu1 > h2 {
		font-size: 45px;
	}
	.menu-top > .top2,
	.menu-top > .on.top2 {
		margin-top: 3%;
	}
}
@media(max-width: 1420px) {
	/*.menu-top > .top2 {
		width: 38%;
		padding-bottom: 27%;
	}*/
	.menu-top h3, .menu-top2 h3, h3.tit,.menu-kind > h3 {
		font-size: 25px;
	}
	.top2-right > p {
		margin: 1% 0;
	}
	.menu-benner > p {
		font-size: 25px;
	}
}

@media(max-width: 1220px) {
	/*.menu1-in {
		padding-bottom: 150%;
	}*/
	.menu-tab > div {
		padding-top: 20px;
	}
	.top-btn {
		top: 54%;
	}
	.top-btn > div {
		width: 15%;
		padding-bottom: 15%;
	}
	.menu-tab > div {
		height: 40px;
	}
	.menu-top > .top1 {
		width: 45%;
	}
	.menu-top > div > span br {
		display: none;
	}
	.menu-top h3, 
	.menu-top2 h3 ,
	 h3.tit  {
		font-size: 23px;
	}
	.top1,
	.menu-top > div > p > span {
		font-size: 13px;
	} 
	.top1 > .s-tit,
	.top1 > .s-tit > span {
		font-size: 16px;
		font-weight: 500;
	}
	.top1 > .s-tit {
		padding-bottom: 5%;
	}
	.top1 > .txt-bot {
		font-size: 12px;
	}
	.menu-top > .top2, 
	.menu-top > .on.top2 {
		margin-top: 6%;
	}
	.menu-top2 > .top2 {
		width: 40%;
	}
	.top2-right > p {
		font-size: 12px;
	}
}

@media(max-width: 1120px) {
	.menu-top2 > .top1 {
		width: 43%;
	}
	/*.menu-top ,
.menu-top2 {padding-top: 5%;}
	.menu1-in {
		padding-bottom: 165%;
	}*/
}
@media(max-width: 1020px) {
	.top-tit {
		font-size: 40px;
	}
	.menu1 > h2 {
		font-size: 35px;
	}
	.top-tit {
		top: 25%;
	}
}

@media(max-width: 920px){
	/*.menu1-in {
		padding-bottom: 175%;
	}*/
    .top-btn {
		top: 50%;
	}
	.top-btn > div {
		width: 17%;
		padding-bottom: 17%;
	}
	.menu-benner > p{
		font-size: 22px;
	}
}

@media(max-width: 820px) {
	/*.menu1-in {
		padding-bottom: 285%;
	}*/
	.mo-top-right {
		display: block;
	}
	.menu-top > .top-right {
		display: none;
	}
	.menu-top, .menu-top2 {
		display: inline-block;
	}
	.menu-top > div,
	.menu-top2 > div {
		width: 80%;
		margin: 0 auto;
	}
	.menu-top > .top1,
	.menu-top2 > .top1 {
		width: 60%;
		margin-top: 30px;
	}
	.menu-top > .top2 {
		width: 60%;
		padding-bottom: 45%;
	}
	.menu-top2 > .top2 {
		width: 70%;
		padding-bottom: 55%;
		margin:  0 auto;
		background-position: center center;
	}
	.menu-top2 > .on.top2 {
		width: 70%;
		padding-bottom: 55%;
		margin:  0 auto;
	}
	.menu-top2 > .top2 {
		transform: translateY(-60px);
	}
	.menu-top2 > .on.top2 {
		transform: translateY(0);
	}
	.menu-benner > p {
		font-size: 20px;
	}
}

@media(max-width: 820px) {
	/*.menu1-in {
		padding-bottom: 300%;
	}*/
	.main-con > div:first-child {
		padding-bottom: 60%;
		background-size: cover;
		background-position: center;
	}
	.sub1-sec1 {
		padding-bottom: 70%;
		background-size: cover;
		background-position: center center;
	}
	.top-btn > div {
		width: 28%;
		padding-bottom: 28%;
	}
	.menu-top > .top1{
		margin: 0 auto;
	}
	.menu-top2 > .top2, .menu-top2 > .on.top2 {
		margin-top: 0;
	}
}		

@media(max-width: 620px) {
	.top-tit {
		font-size: 30px;
	}
	/*.menu1-in {
		padding-bottom: 320%;
	}*/
	.menu-tab > div {
		font-size: 20px;
	}
	.menu1 > h2 {
		font-size: 30px;
		padding: 70px 0 50px;
		padding-left: 15%;
	}
	.menu-top, .menu-top2 {
		padding-top: 0;
	} 
	.menu-top > .top2 {
		width: 70%;
	}
	.menu-top > .top1, 
	.menu-top2 > .top1 {
        width: 70%;
	}
	.menu-top2 > .top2,
	.menu-top2 > .on.top2 {
        width: 75%;
        padding-bottom: 75%;
	}
	.menu-top h3, 
	.menu-top2 h3 , 
	h3.tit,
	.menu-kind > h3  {
		font-size: 20px;
	}
	.top1 > .gray {
		font-size: 12px;
	}
	.top1 > .s-tit, 
	.top1 > .s-tit > span {
		font-size: 15px; 
	}
	.top1 > .txt-bot {
		font-size: 12px;
		margin-top: 3%;
	}
	.menu-top > div > span {
		font-size: 12px;
	}
	.menu-benner > p {
		font-size: 16px;
	}
	.menu-benner {
		padding-top: 15%;
	}
}
@media(max-width: 520px) {
	.main-con > div:first-child {
		padding-bottom: 70%;
	}
	.menu1-in{
		width: 80%;
	}
	/*.menu1-in {
		padding-bottom: 390%;
	}*/
	.menu-tab > div{
		height: 30px;
		padding-top: 15px;
		font-size: 17px;
	}

	.top2-right > p {
		font-size: 11px;
	}
	.top-tit {
		text-shadow:4px 2px #9d9d9d;
	}
}

@media(max-width: 450px) {
	.menu1 > h2 {
		padding-left: 0;
		text-align: center;
		font-size: 28px;
	}
	/*.menu1-in {
		padding-bottom: 430%;
	}*/
}

@media(max-width: 400px) {
	.menu-tab .this {
		font-size: 14px;
	}
}

@media(max-width: 370px) {

	/*.menu1-in {
		padding-bottom: 460%;
	}*/
}

footer {
	width: 100%;
	/*margin-top: 150px;*/
	position: absolute;
}

/*SUB 상단 배경 동영상 (공통)*/
.sub_bg {
	position: absolute;
        top: 0px;
        left: 0px;
        min-width: 100%;
        min-height: 80%;
        width: auto;
        height: auto;
        overflow: hidden;
		background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../img/main/main2.png) no-repeat 0 0 / cover;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 60px;
}
.sub_bg span {
	position: relative;
	font-size: 48px;
	font-weight: 900;
	color: white;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
	letter-spacing: 2px;
	line-height: 1.2;
}