


/* ///////////////////////////////////////// 1200px */
  @media (min-width: 1200px) {

	/* *************************** 컨텐츠 1 */

	.cont1 {
	flex-wrap: wrap;
	margin-top: 114px;
	}

	.con1-box2 {
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	.img-box1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 390px;
		height: 301px;
		cursor: pointer;
		background-image: url("../images/main1-1.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.img-box1 > h1 a {
		position: relative;
		top: 248px;
		-webkit-padding-before :9px;
		color: #fff;
		font-family:'Cardo', serif !important; 
		font-size: 24px;
		transition: all 0.7s ease-in-out;
	}
	.img-box1:hover h1 a {
		top: 136px;
		transition: all 1s ease-in-out;
	}

	.img-box1:before {
		position: absolute;
		top: 249px;
		left: 0;
		display: block;
		content: '';
		width: 390px;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.45);
		transition: all 0.7s ease-in-out;
	}

	.img-box1:hover::before {
		top: 0px;
		transition: all 0.7s ease-in-out;
	}
	

	.img-box2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 390px;
		height: 301px;
		cursor: pointer;
		background-image: url("../images/main1-2.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0 15px;
	}
	.img-box2 > h1 a {
		position: relative;
		top: 248px;
		-webkit-padding-before :9px;
		color: #fff;
		font-family:'Cardo', serif !important; 
		font-size: 24px;
		transition: all 0.7s ease-in-out;
	}
	.img-box2:hover h1 a {
		top: 136px;
		transition: all 1s ease-in-out;
	}
	
	.img-box2:before {
		position: absolute;
		top: 249px;
		left: 405px;
		width: 390px;
		display: block;
		content: '';
		height: 100%;
		background-color: rgba(0, 0, 0, 0.45);
		transition: all 0.7s ease-in-out;
	}

	.img-box2:hover::before {
		top: 0px;
		transition: all 0.7s ease-in-out;
	}


	.img-box3 {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 390px;
		height: 301px;
		cursor: pointer;
		background-image: url("../images/main1-3.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.img-box3 > h1 a {
		position: relative;
		top: 248px;
		-webkit-padding-before :9px;
		color: #fff;
		font-family:'Cardo', serif !important; 
		font-size: 24px;
		transition: all 0.7s ease-in-out;
	}
	.img-box3:hover h1 a {
		top: 136px;
		transition: all 1s ease-in-out;
	}
	
	.img-box3:before {
		position: absolute;
		top: 249px;
		right: 0;
		display: block;
		content: '';
		width: 390px;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.45);
		transition: all 0.7s ease-in-out;
	}

	.img-box3:hover::before {
		top: 0px;
		transition: all 0.7s ease-in-out;
	}



	/* *************************** 컨텐츠 2 */

	.con2-box2 {
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 160px;
	}

	.con2-box2 > img {
		width: 66%;
	}
	.con2-box2 > div {
		position: relative;
		width: 34%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.con2-box2 > div > h3 {
		font-size: 24px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		color: rgb(44, 44, 44);
		margin-top: 79px;
		margin-left: 50px;
	}
	.con2-box2 > div > h3:after {
		position: absolute;
		content: '';
		width: 100px;
		height: 1px;
		top: 140px;
		left: 50px;
		background-color: rgb(126, 126, 126);
	}
	.con2-box2 > div > p {
		margin-top: 55px;
		margin-left: 50px;
		font-size: 14px;
		font-weight: 300;
		color: #666;
	}

	#btn {
		overflow: hidden;
		display: flex;
		padding-left: 20px;
		position: absolute;
		cursor: pointer;
		left: 850px;
		top: 280px;
		width: 168px;
		height: 40px;
		line-height: 40px;
		border: 1px solid rgb(161, 161, 161);
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		font-weight: 300;
		color: rgb(126, 126, 126);
		background-color: #ffffff;
		transition: all 0.3s ease-in;
	}
	#btn:after {
		background-image: url('../images/arrow-r.png');
		width: 34px;
		top: 0;
		height: 11px;
		margin-top: 13px;
		margin-left: 15px;
		transform: translateX(80px);
		transition: all 0.3s ease-in;
  }

  #btn:hover {
	  background-color: rgb(85, 85, 85);
	  color: #ffffff;
	  border: 1px solid rgb(85, 85, 85);
	  transition: all 0.3s ease-in;
  }

  #btn:hover::after {
	   display: block;
	   content: '';
	   background-image: url('../images/arrow-r2.png');
	   width: 34px;
	   height: 11px;
	   margin-top: 13px;
	   margin-left: 25px;
	   transform: translateX(80px);
	   transition: all 0.3s ease-in;
  }


 /* *************************** 컨텐츠 3 */

 .con-3 {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.joinbox {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
    margin-top: 136px;
}

.joinbox > h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 52px;
    font-family: 'Cardo', serif;
    color: rgb(128, 128, 128);
}

.joinbox > h3::after {
    width: 100px;
    height: 3px;
    background-color: rgb(128, 128, 128);
    left: 50%;
    transform: translate(-50%);
}

.joinbox > h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
    font-family: 'Cardo', serif;
	color: rgb(131, 98, 10);
	text-align: center;
	margin-top: 32px;
}


 /* *************************** 컨텐츠 4 */

#img-box {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 110px;
}
#img-box > .imgbox {
	width: 25%;
	height: 352px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#img-box > .imgbox:nth-of-type(1) {
	background-image: url('../images/main3.jpg');
}
#img-box > .imgbox:nth-of-type(2) {
	background-image: url('../images/main3-2.jpg');
}
#img-box > .imgbox:nth-of-type(3) {
	background-image: url('../images/main3-3.jpg');
}
#img-box > .imgbox:nth-of-type(4) {
	background-image: url('../images/main3-4.jpg');
}

}


/* /////////////////////////////////////////// 992px */
  
@media (max-width: 1199.99px) and (min-width: 992px) {
	/* *************************** 컨텐츠 1 */

	.cont1 {
		flex-wrap: wrap;
		margin-top: 84px;
		}
	
		.con1-box2 {
			position: relative;
			overflow: hidden;
			display: flex;
			flex-direction: row;
			width: 100%;
		}
		.img-box1 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 324px;
			height: 250px;
			cursor: pointer;
			background-image: url("../images/main1-1.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.img-box1 > h1 a {
			position: relative;
			top: 182px;
			-webkit-padding-before :19px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 24px;
			transition: all 0.7s ease-in-out;
		}
		.img-box1:hover h1 a {
			top: 96px;
			transition: all 1s ease-in-out;
		}
	
		.img-box1:before {
			position: absolute;
			top: 183px;
			left: 0;
			display: block;
			content: '';
			width: 317px;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box1:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
		
	
		.img-box2 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 324px;
			height: 250px;
			cursor: pointer;
			background-image: url("../images/main1-2.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			margin: 0 10px;
		}
		.img-box2 > h1 a {
			position: relative;
			top: 182px;
			-webkit-padding-before :19px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 24px;
			transition: all 0.7s ease-in-out;
		}
		.img-box2:hover h1 a {
			top: 96px;
			transition: all 1s ease-in-out;
		}
		
		.img-box2:before {
			position: absolute;
			top: 183px;
			left: 328px;
			width: 317px;
			display: block;
			content: '';
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box2:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
	
	
		.img-box3 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 324px;
			height: 250px;
			cursor: pointer;
			background-image: url("../images/main1-3.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.img-box3 > h1 a {
			position: relative;
			top: 182px;
			-webkit-padding-before :19px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 24px;
			transition: all 0.7s ease-in-out;
		}
		.img-box3:hover h1 a {
			top: 96px;
			transition: all 1s ease-in-out;
		}
		
		.img-box3:before {
			position: absolute;
			top: 183px;
			right: 0;
			display: block;
			content: '';
			width: 317px;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box3:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
	
	
	
		/* *************************** 컨텐츠 2 */
	
		.con2-box2 {
			position: relative;
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			margin-top: 100px;
		}
	
		.con2-box2 > img {
			width: 66%;
		}
		.con2-box2 > div {
			position: relative;
			width: 34%;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}
		.con2-box2 > div > h3 {
			font-size: 24px;
			font-weight: 400;
			font-family: 'Noto Sans KR', sans-serif;
			color: rgb(44, 44, 44);
			margin-top: 79px;
			margin-left: 50px;
		}
		.con2-box2 > div > h3:after {
			position: absolute;
			content: '';
			width: 100px;
			height: 1px;
			top: 140px;
			left: 50px;
			background-color: rgb(126, 126, 126);
		}
		.con2-box2 > div > p {
			margin-top: 55px;
			margin-left: 50px;
			font-size: 14px;
			font-weight: 300;
			color: #666;
		}

		.con2-box2 > div > p > br {
			display: none;
		}
	
		#btn {
			overflow: hidden;
			display: flex;
			padding-left: 20px;
			position: absolute;
			cursor: pointer;
			left: 693px;
			top: 280px;
			width: 168px;
			height: 40px;
			line-height: 40px;
			border: 1px solid rgb(161, 161, 161);
			font-family: 'Noto Sans KR', sans-serif;
			font-size: 13px;
			font-weight: 300;
			color: rgb(126, 126, 126);
			background-color: #ffffff;
			transition: all 0.3s ease-in;
		}
		#btn:after {
			background-image: url('../images/arrow-r.png');
			width: 34px;
			top: 0;
			height: 11px;
			margin-top: 13px;
			margin-left: 15px;
			transform: translateX(80px);
			transition: all 0.3s ease-in;
	  }
	
	  #btn:hover {
		  background-color: rgb(85, 85, 85);
		  color: #ffffff;
		  border: 1px solid rgb(85, 85, 85);
		  transition: all 0.3s ease-in;
	  }
	
	  #btn:hover::after {
		   display: block;
		   content: '';
		   background-image: url('../images/arrow-r2.png');
		   width: 34px;
		   height: 11px;
		   margin-top: 13px;
		   margin-left: 25px;
		   transform: translateX(80px);
		   transition: all 0.3s ease-in;
	  }
	
	
	 /* *************************** 컨텐츠 3 */
	
	 .con-3 {
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	
	.joinbox {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		margin-top: 76px;
	}
	
	.joinbox > h3 {
		font-size: 24px;
		font-weight: 400;
		line-height: 52px;
		font-family: 'Cardo', serif;
		color: rgb(128, 128, 128);
	}
	
	.joinbox > h3::after {
		width: 100px;
		height: 3px;
		background-color: rgb(128, 128, 128);
		left: 50%;
		transform: translate(-50%);
	}
	
	.joinbox > h2 {
		font-size: 34px;
		font-weight: 400;
		line-height: 42px;
		font-family: 'Cardo', serif;
		color: rgb(131, 98, 10);
		text-align: center;
		margin-top: 32px;
	}
	
	
	 /* *************************** 컨텐츠 4 */
	
	#img-box {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 90px;
	}
	#img-box > .imgbox {
		width: 25%;
		height: 220px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	#img-box > .imgbox:nth-of-type(1) {
		background-image: url('../images/main3.jpg');
	}
	#img-box > .imgbox:nth-of-type(2) {
		background-image: url('../images/main3-2.jpg');
	}
	#img-box > .imgbox:nth-of-type(3) {
		background-image: url('../images/main3-3.jpg');
	}
	#img-box > .imgbox:nth-of-type(4) {
		background-image: url('../images/main3-4.jpg');
	}
}


/* /////////////////////////////////////////// 768px */


@media (max-width: 991px) and (min-width: 768px) {

	.cont1 {
		flex-wrap: wrap;
		margin-top: 64px;
		}
	
		.con1-box2 {
			position: relative;
			overflow: hidden;
			display: flex;
			flex-direction: row;
			width: 100%;
		}
		.img-box1 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 249px;
			height: 192px;
			cursor: pointer;
			background-image: url("../images/main1-1.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.img-box1 > h1 a {
			position: relative;
			top: 146px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 18px;
			transition: all 0.7s ease-in-out;
		}
		.img-box1:hover h1 a {
			top: 71px;
			transition: all 1s ease-in-out;
		}
	
		.img-box1:before {
			position: absolute;
			top: 153px;
			left: 0;
			display: block;
			content: '';
			width: 242px;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box1:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
		
	
		.img-box2 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 249px;
			height: 192px;
			cursor: pointer;
			background-image: url("../images/main1-2.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			margin: 0 10px;
		}
		.img-box2 > h1 a {
			position: relative;
			top: 146px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 18px;
			transition: all 0.7s ease-in-out;
		}
		.img-box2:hover h1 a {
			top: 71px;
			transition: all 1s ease-in-out;
		}
		
		.img-box2:before {
			position: absolute;
			top: 153px;
			left: 252px;
			width: 242px;
			display: block;
			content: '';
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box2:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
	
	
		.img-box3 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 249px;
			height: 192px;
			cursor: pointer;
			background-image: url("../images/main1-3.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.img-box3 > h1 a {
			position: relative;
			top: 146px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 18px;
			transition: all 0.7s ease-in-out;
		}
		.img-box3:hover h1 a {
			top: 71px;
			transition: all 1s ease-in-out;
		}
		
		.img-box3:before {
			position: absolute;
			top: 153px;
			right: 0;
			display: block;
			content: '';
			width: 242px;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box3:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
	
	
	
		/* *************************** 컨텐츠 2 */
	
		.con2-box2 {
			position: relative;
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			margin-top: 70px;
		}
	
		.con2-box2 > img {
			width: 66%;
			height: 251px;
		}
		.con2-box2 > div {
			position: relative;
			width: 34%;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}
		.con2-box2 > div > h3 {
			font-size: 20px;
			font-weight: 400;
			font-family: 'Noto Sans KR', sans-serif;
			color: rgb(44, 44, 44);
			margin-top: 10px;
			margin-left: 20px;
		}
		.con2-box2 > div > h3:after {
			position: absolute;
			content: '';
			width: 100px;
			height: 1px;
			top: 60px;
  			left: 25px;
			background-color: rgb(126, 126, 126);
		}
		.con2-box2 > div > p {
			margin-top: 60px;
			margin-left: 20px;
			font-size: 14px;
			font-weight: 300;
			color: #666;
		}

		.con2-box2 > div > p > br {
			display: none;
		}
	
		#btn {
			overflow: hidden;
			display: flex;
			padding-left: 20px;
			position: absolute;
			cursor: pointer;
			left: 515px;
			top: 190px;
			width: 168px;
			height: 40px;
			line-height: 40px;
			border: 1px solid rgb(161, 161, 161);
			font-family: 'Noto Sans KR', sans-serif;
			font-size: 13px;
			font-weight: 300;
			color: rgb(126, 126, 126);
			background-color: #ffffff;
			transition: all 0.3s ease-in;
		}
		#btn:after {
			background-image: url('../images/arrow-r.png');
			width: 34px;
			top: 0;
			height: 11px;
			margin-top: 13px;
			margin-left: 15px;
			transform: translateX(80px);
			transition: all 0.3s ease-in;
	  }
	
	  #btn:hover {
		  background-color: rgb(85, 85, 85);
		  color: #ffffff;
		  border: 1px solid rgb(85, 85, 85);
		  transition: all 0.3s ease-in;
	  }
	
	  #btn:hover::after {
		   display: block;
		   content: '';
		   background-image: url('../images/arrow-r2.png');
		   width: 34px;
		   height: 11px;
		   margin-top: 13px;
		   margin-left: 25px;
		   transform: translateX(80px);
		   transition: all 0.3s ease-in;
	  }
	
	
	 /* *************************** 컨텐츠 3 */
	
	 .con-3 {
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	
	.joinbox {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		margin-top: 56px;
	}
	
	.joinbox > h3 {
		font-size: 20px;
		font-weight: 400;
		line-height: 52px;
		font-family: 'Cardo', serif;
		color: rgb(128, 128, 128);
	}
	
	.joinbox > h3::after {
		width: 100px;
		height: 3px;
		background-color: rgb(128, 128, 128);
		left: 50%;
		transform: translate(-50%);
	}
	
	.joinbox > h2 {
		font-size: 30px;
		font-weight: 400;
		line-height: 42px;
		font-family: 'Cardo', serif;
		color: rgb(131, 98, 10);
		text-align: center;
		margin-top: 28px;
	}
	
	
	 /* *************************** 컨텐츠 4 */
	
	#img-box {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 60px;
	}
	#img-box > .imgbox {
		width: 25%;
		height: 170px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	#img-box > .imgbox:nth-of-type(1) {
		background-image: url('../images/main3.jpg');
	}
	#img-box > .imgbox:nth-of-type(2) {
		background-image: url('../images/main3-2.jpg');
	}
	#img-box > .imgbox:nth-of-type(3) {
		background-image: url('../images/main3-3.jpg');
	}
	#img-box > .imgbox:nth-of-type(4) {
		background-image: url('../images/main3-4.jpg');
	}

}


/* /////////////////////////////////////////// 576px */


@media (max-width: 767.99px) and (min-width: 576px) {

	/* *************************** 컨텐츠 1 */

	.cont1 {
		flex-wrap: wrap;
		margin-top: 44px;
		}
	
		.con1-box2 {
			position: relative;
			overflow: hidden;
			display: flex;
			flex-direction: row;
			width: 100%;
		}
		.img-box1 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 178px;
			height: 137px;
			cursor: pointer;
			background-image: url("../images/main1-1.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.img-box1 > h1 a {
			position: relative;
			top: 96px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 16px;
			transition: all 0.7s ease-in-out;
		}
		.img-box1:hover h1 a {
			top: 45px;
			transition: all 1s ease-in-out;
		}
	
		.img-box1:before {
			position: absolute;
			top: 103px;
			left: 0;
			display: block;
			content: '';
			width: 174px;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box1:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
		
	
		.img-box2 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 178px;
			height: 137px;
			cursor: pointer;
			background-image: url("../images/main1-2.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			margin: 0 10px;
		}
		.img-box2 > h1 a {
			position: relative;
			top: 96px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 16px;
			transition: all 0.7s ease-in-out;
		}
		.img-box2:hover h1 a {
			top: 45px;
			transition: all 1s ease-in-out;
		}
		
		.img-box2:before {
			position: absolute;
			top: 103px;
			/*left: 189px;*/
			width: 177px;
			display: block;
			content: '';
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box2:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
	
	
		.img-box3 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 180px;
			height: 137px;
			cursor: pointer;
			background-image: url("../images/main1-3.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.img-box3 > h1 a {
			position: relative;
			top: 96px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 16px;
			transition: all 0.7s ease-in-out;
		}
		.img-box3:hover h1 a {
			top: 45px;
			transition: all 1s ease-in-out;
		}
		
		.img-box3:before {
			position: absolute;
			top: 103px;
			/* right: 0;*/
			display: block;
			content: '';
			width: 180px;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box3:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
	
	
	
		/* *************************** 컨텐츠 2 */
	
		.con2-box2 {
			position: relative;
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			margin-top: 50px;
		}
	
		.con2-box2 > img {
			width: 66%;
			height: 201px;
		}
		.con2-box2 > div {
			position: relative;
			width: 34%;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}
		.con2-box2 > div > h3 {
			font-size: 18px;
			font-weight: 400;
			font-family: 'Noto Sans KR', sans-serif;
			color: rgb(44, 44, 44);
			margin-top: 10px;
			margin-left: 20px;
		}
		.con2-box2 > div > h3:after {
			position: absolute;
			content: '';
			width: 100px;
			height: 1px;
			top: 50px;
  			left: 25px;
			background-color: rgb(126, 126, 126);
		}
		.con2-box2 > div > p {
			margin-top: 30px;
			margin-left: 20px;
			font-size: 13px;
			font-weight: 300;
			color: #666;
		}

		.con2-box2 > div > p > br {
			display: none;
		}
	
		#btn {
			overflow: hidden;
			display: flex;
			padding-left: 10px;
			position: absolute;
			cursor: pointer;
			left: 385px;
			top: 150px;
			width: 138px;
			height: 30px;
			line-height: 30px;
			border: 1px solid rgb(161, 161, 161);
			font-family: 'Noto Sans KR', sans-serif;
			font-size: 12px;
			font-weight: 300;
			color: rgb(126, 126, 126);
			background-color: #ffffff;
			transition: all 0.3s ease-in;
		}
		#btn:after {
			background-image: url(../images/arrow-r.png);
			width: 34px;
			top: 0;
			height: 11px;
			margin-top: 9px;
			margin-left: 0;
			transform: translateX(80px);
			transition: all 0.3s ease-in;
	  }
	
	  #btn:hover {
		  background-color: rgb(85, 85, 85);
		  color: #ffffff;
		  border: 1px solid rgb(85, 85, 85);
		  transition: all 0.3s ease-in;
	  }
	
	  #btn:hover::after {
		   display: block;
		   content: '';
		   background-image: url('../images/arrow-r2.png');
		   width: 34px;
		   height: 11px;
		   margin-top: 9px;
		   margin-left: 15px;
		   transform: translateX(80px);
		   transition: all 0.3s ease-in;
	  }
	
	
	 /* *************************** 컨텐츠 3 */
	
	 .con-3 {
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	
	.joinbox {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		margin-top: 35px;
	}
	
	.joinbox > h3 {
		font-size: 18px;
		font-weight: 400;
		line-height: 52px;
		font-family: 'Cardo', serif;
		color: rgb(128, 128, 128);
	}
	
	.joinbox > h3::after {
		width: 100px;
		height: 3px;
		background-color: rgb(128, 128, 128);
		left: 50%;
		transform: translate(-50%);
	}
	
	.joinbox > h2 {
		font-size: 22px;
		font-weight: 400;
		line-height: 30px;
		font-family: 'Cardo', serif;
		color: rgb(131, 98, 10);
		text-align: center;
		margin-top: 22px;
	}
	
	
	 /* *************************** 컨텐츠 4 */
	
	#img-box {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 40px;
	}
	#img-box > .imgbox {
		width: 25%;
		height: 130px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	#img-box > .imgbox:nth-of-type(1) {
		background-image: url('../images/main3.jpg');
	}
	#img-box > .imgbox:nth-of-type(2) {
		background-image: url('../images/main3-2.jpg');
	}
	#img-box > .imgbox:nth-of-type(3) {
		background-image: url('../images/main3-3.jpg');
	}
	#img-box > .imgbox:nth-of-type(4) {
		background-image: url('../images/main3-4.jpg');
	}
}


/* /////////////////////////////////////////// 420px */


@media (max-width: 575.99px) and (min-width: 420px) {

	/* *************************** 컨텐츠 1 */

	.cont1 {
		flex-wrap: wrap;
		margin-top: 30px;
		}
	
		.con1-box2 {
			position: relative;
			overflow: hidden;
			display: flex;
			flex-direction: row;
			width: 100%;
		}
		.img-box1 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 126px;
			height: 137px;
			cursor: pointer;
			background-image: url("../images/main1-1.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: relative;
		}
		.img-box1 > h1 a {
			position: relative;
			top: 96px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 14px;
			transition: all 0.7s ease-in-out;
		}
		.img-box1:hover h1 a {
			top: 45px;
			transition: all 1s ease-in-out;
		}
	
		.img-box1:before {
			position: absolute;
			top: 103px;
			left: 0;
			display: block;
			content: '';
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box1:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
		
	
		.img-box2 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 126px;
			height: 137px;
			cursor: pointer;
			background-image: url("../images/main1-2.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			margin: 0 10px;
			position: relative;
		}
		.img-box2 > h1 a {
			position: relative;
			top: 96px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 14px;
			transition: all 0.7s ease-in-out;
		}
		.img-box2:hover h1 a {
			top: 45px;
			transition: all 1s ease-in-out;
		}
		
		.img-box2:before {
			position: absolute;
			top: 103px;
			/* left: 136px;*/
			width: 100%;
			display: block;
			content: '';
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box2:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
	
	
		.img-box3 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 126px;
			height: 137px;
			cursor: pointer;
			background-image: url("../images/main1-3.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: relative;
		}
		.img-box3 > h1 a {
			position: relative;
			top: 96px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 14px;
			transition: all 0.7s ease-in-out;
		}
		.img-box3:hover h1 a {
			top: 45px;
			transition: all 1s ease-in-out;
		}
		
		.img-box3:before {
			position: absolute;
			top: 103px;
			display: block;
			content: '';
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box3:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
	
	
	
		/* *************************** 컨텐츠 2 */
	
		.con2-box2 {
			position: relative;
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			margin-top: 40px;
			margin-bottom: 20px;
		}
	
		.con2-box2 > img {
			width: 100%;
			height: 170px;
		}
		.con2-box2 > div {
			position: relative;
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}
		.con2-box2 > div > h3 {
			font-size: 18px;
			font-weight: 400;
			font-family: 'Noto Sans KR', sans-serif;
			color: rgb(44, 44, 44);
			margin-top: 20px;
		}
		.con2-box2 > div > h3:after {
			content: '';
			width: 100px;
			height: 1px;
			background-color: rgb(126, 126, 126);
			margin-top: 10px;
		}
		.con2-box2 > div > p {
			margin-top: 30px;
			font-size: 13px;
			font-weight: 300;
			color: #666;
		}

		.con2-box2 > div > p > br {
			
		}
	
		#btn {
			overflow: hidden;
			display: flex;
			padding-left: 10px;
			cursor: pointer;
			width: 138px;
			height: 30px;
			line-height: 30px;
			border: 1px solid rgb(161, 161, 161);
			font-family: 'Noto Sans KR', sans-serif;
			font-size: 12px;
			font-weight: 300;
			color: rgb(126, 126, 126);
			background-color: #ffffff;
			transition: all 0.3s ease-in;
			margin-top: 20px;
			position: relative;
		}
		#btn:after {
			background-image: url(../images/arrow-r.png);
			width: 34px;
			/*top: 0;*/
			height: 11px;
			margin-top: 9px;
			margin-left: 0;
			transform: translateX(80px);
			transition: all 0.3s ease-in;
			position: absolute;
			top: -1px;
			left: 0;
	  }
	
	  #btn:hover {
		  background-color: rgb(85, 85, 85);
		  color: #ffffff;
		  border: 1px solid rgb(85, 85, 85);
		  transition: all 0.3s ease-in;
	  }
	
	  #btn:hover::after {
		   display: block;
		   content: '';
		   background-image: url('../images/arrow-r2.png');
		   width: 34px;
		   height: 11px;
		   margin-top: 9px;
		   margin-left: 15px;
		   transform: translateX(80px);
		   transition: all 0.3s ease-in;
		   position: absolute;
			top: -1px;
			left: 0;
	  }
	
	
	 /* *************************** 컨텐츠 3 */
	
	 .con-3 {
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	
	.joinbox {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		margin-top: 35px;
	}

	.joinbox::before {
		width: 90%;
		height: 1px;
		background-color: #ddd;
		top: -22px;
	}
	
	.joinbox > h3 {
		font-size: 18px;
		font-weight: 400;
		line-height: 52px;
		font-family: 'Cardo', serif;
		color: rgb(128, 128, 128);
	}
	
	.joinbox > h3::after {
		width: 100px;
		height: 3px;
		background-color: rgb(128, 128, 128);
		left: 50%;
		transform: translate(-50%);
	}
	
	.joinbox > h2 {
		font-size: 22px;
		font-weight: 400;
		line-height: 30px;
		font-family: 'Cardo', serif;
		color: rgb(131, 98, 10);
		text-align: center;
		margin-top: 22px;
	}
	
	
	 /* *************************** 컨텐츠 4 */
	
	#img-box {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 30px;
	}
	#img-box > .imgbox {
		width: 25%;
		height: 90px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	#img-box > .imgbox:nth-of-type(1) {
		background-image: url('../images/main3.jpg');
	}
	#img-box > .imgbox:nth-of-type(2) {
		background-image: url('../images/main3-2.jpg');
	}
	#img-box > .imgbox:nth-of-type(3) {
		background-image: url('../images/main3-3.jpg');
	}
	#img-box > .imgbox:nth-of-type(4) {
		background-image: url('../images/main3-4.jpg');
	}

}


/* /////////////////////////////////////////// max- 419.99px */


@media (max-width:419.99px) {

	/* *************************** 컨텐츠 1 */

	.cont1 {
		flex-wrap: wrap;
		margin-top: 30px;
		}
	
		.con1-box2 {
			position: relative;
			overflow: hidden;
			display: flex;
			flex-direction: row;
			width: 100%;
		}
		.img-box1 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 126px;
			height: 137px;
			cursor: pointer;
			background-image: url("../images/main1-1.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: relative;
		}
		.img-box1 > h1 a {
			position: relative;
			top: 96px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 12px;
			transition: all 0.7s ease-in-out;
		}
		.img-box1:hover h1 a {
			top: 45px;
			transition: all 1s ease-in-out;
		}
	
		.img-box1:before {
			position: absolute;
			top: 103px;
			left: 0;
			display: block;
			content: '';
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box1:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
		
	
		.img-box2 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 126px;
			height: 137px;
			cursor: pointer;
			background-image: url("../images/main1-2.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			margin: 0 5px;
			position: relative;
		}
		.img-box2 > h1 a {
			position: relative;
			top: 96px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 12px;
			transition: all 0.7s ease-in-out;
		}
		.img-box2:hover h1 a {
			top: 45px;
			transition: all 1s ease-in-out;
		}
		
		.img-box2:before {
			position: absolute;
			top: 103px;
			/* left: 136px;*/
			width: 100%;
			display: block;
			content: '';
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box2:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
	
	
		.img-box3 {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 126px;
			height: 137px;
			cursor: pointer;
			background-image: url("../images/main1-3.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: relative;
		}
		.img-box3 > h1 a {
			position: relative;
			top: 96px;
			-webkit-padding-before :15px;
			color: #fff;
			font-family:'Cardo', serif !important; 
			font-size: 12px;
			transition: all 0.7s ease-in-out;
		}
		.img-box3:hover h1 a {
			top: 45px;
			transition: all 1s ease-in-out;
		}
		
		.img-box3:before {
			position: absolute;
			top: 103px;
			display: block;
			content: '';
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.45);
			transition: all 0.7s ease-in-out;
		}
	
		.img-box3:hover::before {
			top: 0px;
			transition: all 0.7s ease-in-out;
		}
	
	
	
		/* *************************** 컨텐츠 2 */
	
		.con2-box2 {
			position: relative;
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			margin-top: 40px;
			margin-bottom: 20px;
		}
	
		.con2-box2 > img {
			width: 100%;
			height: 170px;
		}
		.con2-box2 > div {
			position: relative;
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}
		.con2-box2 > div > h3 {
			font-size: 18px;
			font-weight: 400;
			font-family: 'Noto Sans KR', sans-serif;
			color: rgb(44, 44, 44);
			margin-top: 20px;
		}
		.con2-box2 > div > h3:after {
			content: '';
			width: 100px;
			height: 1px;
			background-color: rgb(126, 126, 126);
			margin-top: 10px;
		}
		.con2-box2 > div > p {
			margin-top: 30px;
			font-size: 13px;
			font-weight: 300;
			color: #666;
		}

		.con2-box2 > div > p > br {
			
		}
	
		#btn {
			overflow: hidden;
			display: flex;
			padding-left: 10px;
			cursor: pointer;
			width: 138px;
			height: 30px;
			line-height: 30px;
			border: 1px solid rgb(161, 161, 161);
			font-family: 'Noto Sans KR', sans-serif;
			font-size: 12px;
			font-weight: 300;
			color: rgb(126, 126, 126);
			background-color: #ffffff;
			transition: all 0.3s ease-in;
			margin-top: 20px;
			position: relative;
		}
		#btn:after {
			background-image: url(../images/arrow-r.png);
			width: 34px;
			/*top: 0;*/
			height: 11px;
			margin-top: 9px;
			margin-left: 0;
			transform: translateX(80px);
			transition: all 0.3s ease-in;
			position: absolute;
			top: -1px;
			left: 0;
	  }
	
	  #btn:hover {
		  background-color: rgb(85, 85, 85);
		  color: #ffffff;
		  border: 1px solid rgb(85, 85, 85);
		  transition: all 0.3s ease-in;
	  }
	
	  #btn:hover::after {
		   display: block;
		   content: '';
		   background-image: url('../images/arrow-r2.png');
		   width: 34px;
		   height: 11px;
		   margin-top: 9px;
		   margin-left: 15px;
		   transform: translateX(80px);
		   transition: all 0.3s ease-in;
		   position: absolute;
			top: -1px;
			left: 0;
	  }
	
	
	 /* *************************** 컨텐츠 3 */
	
	 .con-3 {
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	
	.joinbox {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		margin-top: 35px;
	}

	.joinbox::before {
		width: 95%;
		height: 1px;
		background-color: #ddd;
		top: -22px;
	}
	
	.joinbox > h3 {
		font-size: 18px;
		font-weight: 400;
		line-height: 52px;
		font-family: 'Cardo', serif;
		color: rgb(128, 128, 128);
	}
	
	.joinbox > h3::after {
		width: 100px;
		height: 3px;
		background-color: rgb(128, 128, 128);
		left: 50%;
		transform: translate(-50%);
	}
	
	.joinbox > h2 {
		font-size: 22px;
		font-weight: 400;
		line-height: 30px;
		font-family: 'Cardo', serif;
		color: rgb(131, 98, 10);
		text-align: center;
		margin-top: 22px;
	}
	
	
	 /* *************************** 컨텐츠 4 */
	
	#img-box {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 30px;
	}
	#img-box > .imgbox {
		width: 25%;
		height: 90px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	#img-box > .imgbox:nth-of-type(1) {
		background-image: url('../images/main3.jpg');
	}
	#img-box > .imgbox:nth-of-type(2) {
		background-image: url('../images/main3-2.jpg');
	}
	#img-box > .imgbox:nth-of-type(3) {
		background-image: url('../images/main3-3.jpg');
	}
	#img-box > .imgbox:nth-of-type(4) {
		background-image: url('../images/main3-4.jpg');
	}

}


