@charset "utf-8";

/* ------------ 공통 start ------------ */

*{
    font-size:18px;
    line-height:34px;
}

a{font-size:18px;}
/* 공통 */
.sub_mains{
    width: 100%;
    max-width: 1440px;
    margin: 100px auto 0;
}
.sub_mains .text_box h3{
    margin-bottom: 18px;
    font-size: 50px;
    line-height:1.06;
    letter-spacing: -0.9px;
    font-weight: 600;
}


.sub_mains .side_txt p{
	font-size: 14px;
	color: #595959;
}
.sub_mains .side_txt a{
	font-size: 14px;
	color: #595959;
	text-decoration: underline;
}
.sub_mains .side_txt a: hover{
	color: #3437ce;
	text-decoration: none;
}


.sub_mains .text_box p{
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: -0.4px;
    color: #979797;
}

/* 탭 */
.contain15{
	max-width:1440px;
	height:4px;
	margin: 60px auto 0;
	border-top: 4px solid #3437ce;
}
.contain02{
	max-width:910px;
	height:auto;
	margin: 30px auto 0;
	/*border-top: 4px solid #3437ce;*/
}

/* 탭 메뉴 버튼 */
.contain02 .btn{
	display:flex;
	justify-content:center;
	margin-top: 100px;
}
.contain02 .btn li{
	margin-right:10px;
	width:134px;
	height:50px;
	line-height:50px;
	border-bottom:2px solid #b0afb7;
	text-align:center;
}
.contain02 .btn li:nth-child(1){
	width:75px;
}

.contain02 .btn .on{
	border-bottom:3px solid #3437ce;
}

.contain02 .btn a{
	font-size: 16px;
	line-height: 0.88;
	letter-spacing: -0.23px;
	text-align: center;
	color: #4a4e5e;
	/* ========== 7/11 조태호 css 추가 ==========*/
	cursor: pointer;
	/* ========== 7/11 조태호 css 추가 ==========*/
}

/* ========== 7/11 조태호 css 추가 ==========*/
.contain02 .btn .on a {
	font-weight: bold;
}
/* ========== 7/11 조태호 css 추가 ==========*/

.contain02 .side_txt{
	font-size:14px;
	text-align:right;
	color:#979797;
	margin-top:-40px;
	/*margin-right:240px;*/
	margin-bottom: 51px;
}

input[type="checkbox"]{
	width:14px;
	height:14px;
	margin-right:10px;
}





/* 0713 jungeun */
/* event_assume 파일의 css에 적용되지 않아 부득이하게 기존 코드 수정/추가 */
/* 이에따른 반응형도 부득이하게 기존 코드 해당 부분 미디어쿼리에 수정/추가 */


/* 이벤트 콘텐츠 이미지 */
.contents .picture{
	  display: flex;
    justify-content: left;
    position: relative;
    width: 910px;
    margin: 0 auto;
    height: 289px;
    border-radius: 6px;
    border: solid 1px #b0afb7;
    padding: 50px;
}

.contents .picture img{
	position : relative;
	width:100%;
	height : 100%;
	display:flex;
	justify-content:center;
	margin-top:10px;
/* 	margin-right : 30px; */
	border:solid 1px #b0afb7;
	border-radius:6px;
}

.contents .img_txt{
	position: absolute;
	margin-left : 3em;
  
}
.badge{
	width:90px;
	height:30px;
	background-color:#3437ce;
	padding-left:12px;
	padding-bottom:35px;
	border-radius:2px;
	color:#fff;
	margin-top: 38px;
	    text-align: center;
}
.badge_event{
	width:90px;
	height:30px;
	background-color:#f43442;
	padding-left:18px;
	padding-bottom:35px;
	border-radius:2px;
	color:#fff;
	margin-top : 2.2em;
}
.event_txt{
	font-size:28px;
	margin-top:12px;
	font-weight:500;
}

/* 여기가 아래 부분 : 진행중 2020.20.20~ 2020.20.20 */

.contents .text{
	display:flex;
	justify-content:left;
	margin-top:20px;
	margin-left:20px;
}
.contents .text::before{
	content:'';
	width:13px;
	height:13px;
	border-radius:50%;
	background-color:#cacaca;
	position:relative;
	top:10px;
	left:-15px;
}	
.contents .text h4,
.contents .text p{
	margin-right:20px;
	font-size: 14px;
}

.contents .text .rec{
	width:1px;
	height:15px;
	background-color:#e6e6e6;
	position:relative;
	top:10px;
	right:10px;
}

/* ------------ 조태호 수정 ------------- */
.contents .text2{
	display:flex;
	justify-content:left;
	margin-top:20px;
	margin-left:20px;
}
/* ------------ 조태호 수정 ------------- */
.contents .text2::before{
	content:'';
	width:13px;
	height:13px;
	border-radius:50%;
	position:relative;
	top:10px;
	left:-15px;
	background-color:#f43442;
}	
.contents .text2 h4,
.contents .text2 p{
	margin-right:20px;
	font-size: 14px;
}

.contents .text2 .rec{
	width:1px;
	height:15px;
	background-color:#e6e6e6;
	position:relative;
	top:10px;
	right:10px;
}


/* ------------ 1025 start ------------ */
/* @media all and (min-width: 1025px) {

	.sub_mains{
		display:flex;
		justify-content:space-between;
		width: 100%;
		max-width: 1380px;
		margin: 180px auto 0;
}
.sub_mains .text_box h3{
    margin-bottom: 18px;
    font-size: 50px;
    line-height:1.06;
    letter-spacing: -0.9px;
}
.sub_mains .text_box p{
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: -0.4px;
}

	/* 탭 */
	.contain02{
		max-width:910px;
		height:auto;
		margin: 30px auto 0;
		/*border-top: 4px solid #3437ce;*/
	}

	/* 탭 메뉴 버튼 */
	.contain02 .btn{
		display:flex;
		justify-content:center;
		margin-top: 100px;
	}
	.contain02 .btn li{
		margin-right:10px;
		width:134px;
		height:50px;
		line-height:50px;
		border-bottom:2px solid #b0afb7;
		text-align:center;
	}
	.contain02 .btn li:nth-child(1){
		width:75px;
	}
	.contain02 .btn .on{
		border-bottom:3px solid #3437ce;
	}

	.contain02 .btn a{
		font-size: 16px;
		line-height: 0.88;
		letter-spacing: -0.23px;
		text-align: center;
		color: #4a4e5e;
	}

	.contain02 .side_txt{
		font-size:14px;
		text-align:right;
		color:#979797;
		margin-top:-40px;
		/*margin-right:240px;*/
	}

	input[type="checkbox"]{
		width:14px;
		height:14px;
		margin-right:10px;
	}

	/* 이벤트 콘텐츠 이미지 */
	
.contents .eventlist{
	position: relative;

}
.contents .eventlist .event_txt{
  color:#fff;max-width:380px
    
}
	.contents .eventlist .picture{
		display:flex;
		
		position:relative;
		width:910px;
		margin:0 auto;
		background-position: center;
    background-size: cover;
		padding: 1em;
	}
	.contents .eventlist .picture img{
		width:100%;
		display:flex;
		justify-content:center;
		margin-top:73px;
		border:solid 1px #b0afb7;
		border-radius:6px;
	}
	.contents .eventlist .img_txt{

	}
	.badge{
		width:90px;
		height:30px;
		background-color:#3437ce;
		padding: 4px;
		padding-bottom:35px;
		border-radius:2px;
		color:#fff;
		    text-align: center;
	}
	.badge_event{
		width:90px;
		height:30px;
		background-color:#f43442;
		padding-left:18px;
		padding-bottom:35px;
		border-radius:2px;
		color:#fff;
	}
	.event_txt{
		font-size:28px;
		margin-top:12px;
		font-weight:500;
	}
	.contents .text{
		display:flex;
		justify-content:left;
		margin-top: 10px;
	    margin-left: 17px;
	    margin-bottom: 24px;
	}
	.contents .text::before{
		content:'';
		width:13px;
		height:13px;
		border-radius:50%;
		background-color:#cacaca;
		position:relative;
		top:10px;
		left:-15px;
	}
	.contents .text h4,
.contents .text p{
		margin-right:20px;
		font-size: 14px;
	}
	.contents .text .rec{
		width:1px;
		height:15px;
		background-color:#e6e6e6;
		position:relative;
		top:10px;
		right:10px;
	}

} */
/* ------------ 1025 start ------------ */





/* ------------ 1024 start ------------ */
@media all and (max-width: 1024px) {
.contain01{
  padding-left: 30px;
  padding-right: 30px;
}
.contain02{
  padding-left: 30px;
  padding-right: 30px;
}
.sub_mains{
width: 100%;
max-width: 1380px;
padding : 0 30px;
margin: 180px auto 0;
}
.sub_mains .text_box h3{
    margin-bottom: 18px;
    font-size: 50px;
    line-height:1.06;
    letter-spacing: -0.9px;
}
.sub_mains .text_box p{
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: -0.4px;
    color: #979797;
}

    /* 탭 */
    .contain02{
        max-width:1024px;
        height:auto;
        margin: 30px auto 0;
        /*border-top: 4px solid #3437ce;*/
    }

    /* 탭 메뉴 버튼 */
    .contain02 .btn{
        display:flex;
        justify-content:center;
        margin-top: 100px;
    }
    .contain02 .btn li{
        margin-right:10px;
        width:134px;
        height:50px;
        line-height:50px;
        border-bottom:2px solid #b0afb7;
        text-align:center;
    }
    .contain02 .btn li:nth-child(1){
        width:75px;
    }
    .contain02 .btn li:nth-child(1) a{
        font-weight:700;
    }

    .contain02 .btn .on{
        border-bottom:3px solid #3437ce;
    }

    .contain02 .btn a{
        font-size: 16px;
        line-height: 0.88;
        letter-spacing: -0.23px;
        text-align: center;
        color: #4a4e5e;
    }

    .contain02 .side_txt{
        font-size:14px;
        text-align:right;
        color:#979797;
        margin-top:-40px;
     /*   margin-right:240px;*/
    }

    input[type="checkbox"]{
        width:14px;
        height:14px;
        margin-right:10px;
    }

    /* 이벤트 콘텐츠 이미지 */
    .contents .picture{
        display: flex;
    
    position: relative;
    width: 910px;
    margin: 0 auto;
    height: 289px;
    border-radius: 6px;
    border: solid 1px #b0afb7;
    }
    .contents .picture img{
        width:100%;
			  height : 100%;
        display:flex;
        justify-content:center;
        margin-top:73px;
        border:solid 1px #b0afb7;
        border-radius:6px;
    }
    .contents .img_txt{

    }
    .badge{
        width:90px;
        height:30px;
        background-color:#3437ce;
        padding: 4px;
        padding-bottom:35px;
        border-radius:2px;
        color:#fff;
            text-align: center;
    }
    .badge_event{
        width:90px;
        height:30px;
        background-color:#f43442;
        padding-left:18px;
        padding-bottom:35px;
        border-radius:2px;
        color:#fff;
    }
    .event_txt{
        font-size:28px;
        margin-top:12px;
        font-weight:500;
    }
    .contents .text{
		display:flex;
		justify-content:left;
		margin-top: 10px;
	    margin-left: 17px;
	    margin-bottom: 24px;
    }
    .contents .text::before{
        content:'';
        width:13px;
        height:13px;
        border-radius:50%;
        background-color:#cacaca;
        position:relative;
        top:10px;
        left:-15px;
    }
    .contents .text h4,
	  `.contents .text p{
        margin-right:20px;
			font-size: 14px;
    }
    .contents .text .rec{
        width:1px;
        height:15px;
        background-color:#e6e6e6;
        position:relative;
        top:10px;
        right:10px;
    }

}
/* ------------ 1024 finish ------------ */







/* ------------ 768 start ------------ */
@media all and (max-width: 768px) {

	.contain01{
/*     padding-top:174px; */
		padding-left: 30px;
		padding-right: 30px;
	}
	.contain02{
		padding-left: 30px;
		padding-right: 30px;
	}


    .sub_mains{margin:120px 0px 0;}

    .sub_mains .side_txt p{font-size:14px; /*margin:0 60px;*/}

    /*.contain02 .side_txt{margin-right:80px;}*/

    .contain02 .btn{width:70%;}

    .contents .picture{width:80%;   height: 289px;}
	
/* 	0713 jungeun */
	.contents .picture img {
		width : 100%;
		height : 88%;
	}
	
	.badge_event{
		margin-top : 2.8em;
	}

  .contents .img_txt{
    margin-left : 25px;
  }
	
	.contents .text{
	  display:flex;
	  justify-content:left;
	  margin-top:1.3em;
	  margin-left:1.1em;
  }
	
	
	
    .contents .img_txt .badge, .contents .img_txt .badge_event{width:72px; font-size:13px;}
    .contents .img_txt .event_txt{font-size:17px;}
	
/*     .contents .text {margin-left:20px;} */

.sub_mains .text_box h3 { margin-bottom: 16px; font-size: 41px; }
.sub_mains .text_box p {font-size: 16px;    margin-left: 4px; }

.contents .eventlist .picture {    
	width: 100%;
	padding: 1em;
/* 	height :100%; */
	}
/* ------------ 768 finish ------------ */






/* ------------ 425 start ------------ */
@media all and (max-width: 425px) {
.contain01{
/* 		padding-top:174px; */
    padding-left:30px;
    padding-right:30px;
	}
	.contain02{
		padding-left: 30px;
		padding-right: 30px;
	}
    .sub_mains .text_box p {font-size: 16px;}
  
    .sub_mains .text_box h3 {font-size: 39px;}

    .side_txt{opacity:0;}

    .contents .picture img{height:216px;}

    
    .contents .img_txt .event_txt{font-size:18px;}

    .contain02 .btn{width:100%;}

    .contents .picture img{margin-top:0;}

    .contain02 .side_txt{margin:30px 40px 10px 0;}

    .contents .text h4,.contents .text p{font-size:12px;}
	ㅍ.contents .text2 h4,.contents .text2 p{font-size:12px;}
    .contents .text {margin:0 0 30px 60px;}

    .contents .img_txt {top:-15px; left: 22px;}

    .contents .img_txt .badge, .contents .img_txt .badge_event {width: 66px; font-size: 12px;}

    .contents .eventlist .picture { max-height: 150px;}
    .contents .picture{padding: 0px;}

	.badge {padding: 0px; padding-bottom: 35px;}

	.event_txt { margin-top: 5px;}
	.contents .text {margin: 9px 0 21px 18px;}
	
	
/* 	0713 jungeun */
	
	.contents .picture {
    border :none;
		width: 20em;
    margin: 0 auto;
    height: 10em;
	}
	
	.contents .picture img {
		width : 98%;
		height :90%;
/* 		border : 4px solid pink; */
		margin-bottom : 0px;
		text-align : center;
	}
	
	.badge_event{
		margin-top : 2.8em;
	}

  .contents .img_txt{
    margin-left : 1px;
  }
	
	.contents .text{
	  display:flex;
	  justify-content:left;
	  margin-top:0px;
	  margin-left:1.2em;
  }
	

}
/* ------------ 425 finish ------------ */