/******/
#gnb { background-color: #000; }
/******/

#header { background-color: #0e2842; }
#footer { background-color: #dddddd; }
#footer .box { color: rgba(0,0,0,.4); font-weight: 700; }

#wrap { padding: 60px 0px 120px;  min-height: 50vh; }
#mo_wrap { padding: 60px 0px 120px;  min-height: 50vh; }

.containner {
	left: 50%;
	width: 100%; max-width: 1140px; height: auto;
	padding: 0px 30px 0px;

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;
}





#sub_header {
	width: 100%; height: auto;
	margin-top: 132px;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}



#sub_header > div {
	left: 50%;
	width: 100%; max-width: 1140px; height: auto;
	padding: 75px 30px 60px;

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;
}

#sub_header .title { 
	width: 100%; height: auto; line-height: 1;
	font-size: 40px; color: #000; text-align: center;
	box-sizing: border-box;
}

#sub_header .desc { 
	width: 100%; height: auto; line-height: 1.2;
	margin-top: 20px;
	font-size: 16px; color: #666666; text-align: center;
	box-sizing: border-box;	
}


#sub_nav {
	width: 100%; height: auto;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}

#sub_nav > div {
	left: 50%;
	width: 100%; max-width: 1140px; height: auto;
	padding: 0px 30px 0px;

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;
}


#sub_nav.floor > div > a { width: 12.5%; }
#sub_nav.on > div > a { width: 33.333%; }
#sub_nav > div > a {
	width: 50%; height: 65px; line-height: 65px;
	font-size: 16px; color: #333333; text-align: center;
	box-sizing: border-box;
}
#sub_nav > div > a:hover { color: #00a0e9; }
#sub_nav > div > a.active { color: #00a0e9; font-weight: 700; }
#sub_nav > div > a.active::after {
	content: '';
	position: absolute; 
	bottom: 0px; left: 0px;
	width: 100%; height: 3px;
	background-color: #00a0e9;
	box-sizing: border-box;
}







#paging {
	width: 100%; height: auto;
	margin-top: 90px;
	box-sizing: border-box;
}


#paging > div {
	width: 100%; height: auto;
	box-sizing: border-box;
}

#paging > div > div {
	left: 50%;
	width: auto; max-width: 100%; height: auto;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;
}


#paging > div > div > a.active { color: #00a0e9; text-decoration: underline; text-underline-position: under; }
#paging > div > div > a.prev {
    width: 20px; height: 20px; line-height: 20px;
    margin: 0px 20px;
    background-image: url(../images/paing_prev.png);
    background-size: 6px 11px;
    background-position: center center;
    background-repeat: no-repeat;
}
#paging > div > div > a.next {
    width: 20px; height: 20px; line-height: 20px;
    margin: 0px 20px;
    background-image: url(../images/paing_next.png);
    background-size: 6px 11px;
    background-position: center center;
    background-repeat: no-repeat;
}

#paging > div > div > a {
    width: auto;
    height: 20px;
    line-height: 20px;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 16px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
}


.division_box { width: 100%; height: auto; margin-bottom: 45px; box-sizing: border-box;}
.division_box > div {
	left: 50%;
	width: auto; height: auto;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	text-align: center;
	box-sizing: border-box;
}
.division_box a:first-child { border-left: 0px; }
.division_box a.active {
	color: #fff; font-weight: 700;
	background-color: #00aaef;
}
.division_box a {
	width: 179px; height: 30px; line-height: 30px;
	border-left: 1px solid #fff;
	font-size: 16px; color: #000; text-align: center;
	margin-bottom: 4px;
	background-color: #dddddd;
	box-sizing: border-box;
}
.division_box select {
	display: none;
	width: 100%; height: 35px; 
	border: 1px solid #dddddd;
	font-size: 16px; color: #999999; text-align: left;
	padding: 0px 45px 0px 15px;


	background-image: url(../images/select_icon.png);
    background-position: calc(100% - 15px) center;
    background-size: 10px 6px;
    background-repeat: no-repeat;
	box-sizing: border-box;
}

.page_title {
	width: 100%; height: auto; line-height: 1.5;
	font-size: 30px; color: #000; text-align: center;
	margin-bottom: 60px;
	box-sizing: border-box;
}



br.type_01 { display: none; }
br.type_02 { display: none; }
@media (max-width: 479px){ 
	br.type_01 { display: block; }
	br.type_02 { display: block; }

	#wrap, #mo_wrap { padding: 45px 0px 60px; }
	.containner { padding: 0px 15px; }


	#sub_header { margin-top: 70px; }
	#sub_header .title { font-size: 26px; }
	#sub_header > div { padding: 45px 15px 30px; } 
	#sub_header .desc { line-height: 1.5; margin-top: 10px; font-size: 14px; }
	#sub_header .desc span { font-size: 12px; letter-spacing: -0.5px; }
	#sub_nav > div { padding: 0px 0px; }
	#sub_nav > div > a {  height: 50px; line-height: 50px; font-size: 14px;  border-left: 1px solid #dddddd;  }
	#sub_nav > div > a:first-child { border-left: 0px; } 


	#paging { margin-top: 45px; }
	#paging > div > div > a { font-size: 12px;  } 
	#paging > div > div > a.next { background-size: 6px 12px; }
	#paging > div > div > a.prev { background-size: 6px 12px; }

	.division_box { margin-bottom: 30px; }
	.division_box a { display: none; }
	.division_box select { display: inline-block; }
	.division_box > div { width: 100%; }
	.page_title { font-size: 24px; margin-bottom: 30px; }


	#sub_nav > div > a.active { 
		color: #fff;
		background-color: #00a0e9;
	}
}

@media (max-width: 749px) and (min-width: 480px) { 
	br.type_01 { display: block; }
	#wrap, #mo_wrap { padding: 45px 0px 90px; }

	#sub_header { margin-top: 70px; }
	#sub_header .title { font-size: 26px; }
	#sub_header > div { padding: 45px 20px 30px; } 
	#sub_header .desc { line-height: 1.5; margin-top: 10px; }
	.containner { padding: 0px 20px; }
	#sub_nav > div { padding: 0px 0px; }
	#sub_nav > div > a {  height: 50px; line-height: 50px; border-left: 1px solid #dddddd; }
	#sub_nav > div > a:first-child { border-left: 0px; } 



	#paging { margin-top: 45px; }
	#paging > div > div > a { font-size: 12px;  } 
	#paging > div > div > a.next { background-size: 6px 12px; }
	#paging > div > div > a.prev { background-size: 6px 12px; }

	.division_box { margin-bottom: 30px; }
	.division_box a { display: none; }
	.division_box select { display: inline-block; }
	.division_box > div { width: 100%; }
	.page_title { font-size: 24px; margin-bottom: 30px;  }


	#sub_nav > div > a.active { 
		color: #fff;
		background-color: #00a0e9;
	}
}

@media (max-width: 1023px) and (min-width: 750px) { 
	#wrap, #mo_wrap { padding: 60px 0px 120px; }
	#sub_header { margin-top: 85px; }
	#sub_header .title { font-size: 26px; }
	#sub_header > div { padding: 60px 20px 45px; } 
	.containner { padding: 0px 20px; }
	#sub_nav > div { padding: 0px 0px; }
	#sub_nav > div > a {  height: 50px; line-height: 50px; }



	#paging { margin-top: 60px; }
	#paging > div > div > a { font-size: 15px;  } 
	#paging > div > div > a.next { background-size: 6px 12px; }
	#paging > div > div > a.prev { background-size: 6px 12px; }

	.division_box { margin-bottom: 30px; }
	.division_box a { display: none; }
	.division_box select { display: inline-block; }
	.division_box > div { width: 100%; }
	.page_title { font-size: 26px; margin-bottom: 45px; }
}


@media (max-width: 1279px) and (min-width: 1024px) { 
	#wrap, #mo_wrap { padding: 60px 0px 120px; }
	#sub_header { margin-top: 100px; }
	#sub_header .title { font-size: 32px; }
	#sub_header > div { padding: 75px 20px 60px; } 
	.containner { padding: 0px 20px; }
	#sub_nav > div { padding: 0px 20px; }
	#sub_nav > div > a {  height: 55px; line-height: 55px; }


	#paging { margin-top: 90px; }
	#paging > div > div > a { font-size: 16px;  } 

	.division_box a { width: 160px; font-size: 14px; }
	.page_title { font-size: 26px; }

}




/*
	@media (max-width: 479px){ 

	}

	@media (max-width: 749px) and (min-width: 480px) { 

	}

	@media (max-width: 1023px) and (min-width: 750px) { 

	}


	@media (max-width: 1279px) and (min-width: 1024px) { 

	}
*/