/* CSS Document */
@charset "utf-8";

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

.wrapper{
	width: 96%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
@media screen and (min-width:1750px){
	.wrapper{
		width: 1690px;
	}
}


/* header */

header{
	width: 100%;
	height: 100px;
	background: #FFF;
	position: fixed; top: 0; left: 0;
	z-index: 50;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
header .wrapper{
	padding: 0;
}
header .head{
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	z-index: 100;
	box-shadow: none;
}
header h1{
	height: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header h1 a{
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
header h1 a:hover{
	text-decoration: none;
}
header h1 img{
	height: 100%;
}
	
/* CSS ADD HAP 2025_07_14 */	

header .head p img {
	height: 100%;
}	

header .head p a {
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
header .head p {
	height: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/* CSS ADD HAP 2025_07_14 END */
	
header .menu{
}
header .search .icon a{
	position: absolute; top: 50%; right: 0;
	transform: translateY(-50%);
	z-index: 100;
	font-size: 34px;
}
header .menu .box{
	width: auto;
	height: 100%;
	background: none;
	position: absolute; top: 0; left: auto; right: 70px;
	display: flex;
	align-items: center;
	z-index: 100;
	pointer-events: auto;
	overflow: hidden;
}
header .menu nav {
	display: flex;
	text-align: left;
}
header .menu nav > div{
	margin-top: 0;
	border-bottom: none;
}
header .menu nav > div a{
	margin-right: 30px;
	padding: 0;
	background: none;
	display: inline;
	position: relative;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
header .menu nav > div a:hover{
	text-decoration: underline;
}
header .menu nav > div a i{
	position: absolute; top: 50%; right: 0;
	transform: translateY(-50%);
}
header .menu nav > div a i:last-child,
header .menu nav > div a.on i{
	display: none;
}
header .menu nav > div a.on i:last-child{
	display: inline;
}
header .menu nav .slide_menu + .slide_menu{
	display: block;
}
header .menu nav .slide_menu,
header .menu nav .slide_menu:last-child{
	display: none;
}
header .menu nav .slide_menu a{
	padding-right: 30px;
}
header .menu nav .slide_inner{
	width: 100%;
	padding: 40px 10% 110px 10%;
	background: #FFF;
	border-top: 1px solid #707070;
	display: none;
	position: fixed; top: 100px; left: 0;
	font-size: 0;
	text-align: center;
}
header .menu nav .slide_inner div{
	min-width: 160px;
	margin: 30px 0 0 0;
	display: inline-block;
}
header .menu nav .slide_inner div:first-child{
	margin-top: 0;
}
header .menu nav .slide_inner div a{
	margin: 0 12px;
	padding: 5px 25px;
	background: none;
	border: 2px solid #0B236C;
	border-radius: 4px;
	display: block;
	font-size: 22px;
	color: #0B236C;
	transition: .2s;
	text-decoration: none;
}
header .menu nav .slide_inner div a:hover{
	background: #0B236C;
	color: #FFF;
}
header .menu nav .slide_inner.keyword div a::before{
	content: "#";
	margin-right: 3px;
}
header .menu .btn{
	padding: 0 50px 0 0;
	border-right: 1px solid #000;
}
header .menu .btn a{
	padding: 0;
	display: inline;
	position: relative;
	background: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 22px;
	color: #000;
	text-align: center;
}
header .menu .btn a i{
	display: none;
}
header .search .box{
	width: 100%;
	height: auto;
	padding: 70px 0 90px 0;
	background: #FFF;
	border-top: 1px solid #707070;
	position: fixed; top: 100px; left: 0;
	display: none;
	z-index: 90;
	pointer-events: auto;
	overflow: auto;
}
header .search .input{
	width: 720px;
	margin: 0 auto;
	display: flex;
}
header .search .input input{
	width: calc(100% - 190px);
	border-radius: 6px 0 0 6px;
	border-color: #C6C6C6;
}
header .search .input button{
	width: 190px;
	padding: 4px;
	background: #0B236C;
	border: 1px solid #C6C6C6;
	border-radius: 0 6px 6px 0;
	outline: none;
	font-size: 22px;
	color: #FFF;
	transition: .2s;
}
header .search .input button:hover{
	background: #FFF;
	color: #0B236C;
}
@media screen and (min-width:1140px){
	header .menu nav .slide_inner{
		padding: 40px 15% 110px 15%;
	}
}
@media screen and (min-width:1200px){
	header .menu .box{
		right: 105px;
	}
	header .menu nav > div a{
		margin-right: 54px;
	}
	header .menu nav .slide_menu a{
		padding-right: 65px;
	}
	header .menu .btn{
		padding: 0 80px 0 0;
	}
}
@media screen and (min-width:1300px){
	header .menu nav .slide_inner{
		padding: 40px 20% 110px 20%;
	}
}


/* main */

main{
	margin-top: 100px;
	overflow: hidden;
}

.kv{
	position: relative;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.kv .image{
	width: 100%;
	height: calc(100vh - 100px);
}
.kv .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.search_pref{
	padding: 50px 0 0 0;
	background: #EDF2F7;
}
.search_pref .wrapper{
	padding: 0 0 105px 0;
	border-bottom: 2px dotted #707070;
}
.search_pref h2{
	padding-left: 15px;
	border-left: 15px solid #0B236C;
	font-size: 30px;
}
.search_pref h2 a{
	padding: 0;
	display: block;
	position: relative;
	color: #0B236C;
	pointer-events: none;
}
.search_pref h2 a i{
	display: none;
}
.search_pref .box{
	width: 100%;
	height: auto;
	margin-top: 40px;
	padding-left: 70px;
	background: none;
	position: static;
	display: flex;
	z-index: 30;
	pointer-events: auto;
	overflow: auto;
}
.search_pref .back_btn{
}
.search_pref .back_btn a{
	padding: 3vw;
	border-bottom: 1px solid #B4B4B4;
	display: block;
	position: relative;
	color: #0B236C;
	text-align: center;
}
.search_pref .back_btn a i{
	position: absolute; top: 50%; left: 2vw;
	transform: translateY(-50%);
}
.search_pref .map{
	width: 350px;
}
.search_pref .item{
	margin-left: 70px;
}
.search_pref .inner{
	margin-top: 35px;
	padding-top: 10px;
}
.search_pref .item .inner:first-child{
	margin-top: 0;
}
.search_pref h3{
	padding: 0;
	background: none;
	border-bottom: none;
	font-size: 24px;
	color: #0B236C;
}
.search_pref nav{
	display: flex;
	flex-wrap: wrap;
}
.search_pref  nav div{
	margin-top: 10px;
	padding: 0 10px;
	border-left: 1px solid #808080;
}
.search_pref  nav div:first-child{
	padding-left: 0;
	border-left: none;
}
.search_pref  nav div a{
	padding: 0;
	border-bottom: none;
	display: inline;
	font-size: 17px;
	transition: .2s;
	text-decoration: none;
}
.search_pref  nav div a:hover{
	color: #B02E49;
}

.search_key{
	padding: 60px 0 80px 0;
	background: #EDF2F7;
}
.search_key .box{
	width: 920px;
	margin: 0 auto;
	padding: 40px 110px;
	background: #D0DEEB;
	border-bottom: none;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search_key .title{
	margin-right: auto;
	font-size: 22px;
	color: #0B236C;
}
.search_key .input{
	margin-top: 0;
	display: flex;
}
.search_key .input input{
	width: 460px;
	border-radius: 6px 0 0 6px;
	border-color: #C6C6C6;
}
.search_key .input button{
	width: 120px;
	padding: 10px;
	background: #0B236C;
	border: 1px solid #C6C6C6;
	border-radius: 0 6px 6px 0;
	outline: none;
	font-size: 14px;
	color: #FFF;
	transition: .2s;
}
.search_key .input button:hover{
	background: #FFF;
	color: #0B236C;
}

.contents_box{
	padding: 80px 0 200px 0;
	display: flex;
	justify-content: space-between;
}
.main_contents{
	width: calc(100% - 450px);
	padding: 0;
}
body.detail_page .main_contents{
	width: 880px;
}
body.shop_page .main_contents{
	width: 950px;
}

.article_list{
	margin-top: -80px;
}
body.top_page .article_list{
	margin-top: 0;
}
body.top_page .article_list + .article_list{
	margin-top: 200px;
}
.article_list h2{
	font-size: 40px;
	color: #0B236C;
	text-align: center;
}
.article_list .box{
	padding-top: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 367px);
	justify-content: center;
}
.article_list .item{
	margin: 80px 43px 0 0;
}
.article_list .box .item:first-child{
	margin-top: 80px;
}
body.top_page .article_list .box .item:first-child{
	margin-top: 80px;
}
.article_list .thum{
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.article_list .thum img{
	width: 100%;
	height: 215px;
	object-fit: cover;
}
.article_list .cate_box{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.article_list .date{
	font-size: 18px;
	color: #808080;
}
.article_list .cate{
}
.article_list .cate div{
}
.article_list .cate div a{
	min-width: 50px;
	padding: 1px 20px;
	display: block;
	background: #0b236c;
	border: 1px solid #0b236c;
	border-radius: 4px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	transition: .2s;
	text-decoration: none;
}
.article_list .cate div a:hover{
	background: #FFF;
	color: #0b236c;
}
.article_list .inner{
	margin-top: 18px;
}
.article_list .title{
	font-size: 24px;
}
.article_list .text{
	margin-top: 6px;
	font-size: 14px;
}
.article_list p{
	text-align: center;
}

.side_contents{
	width: 450px;
	margin-top: 0;
	padding: 0;
}
.side_contents h3{
	margin-top: 60px;
	font-size: 30px;
}

.search_box{
	padding: 5px 40px 55px 40px;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
}
.search_box .cate{
	padding: 8px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.search_box .cate div{
	margin: 16px 14px 0 0;
}
.search_box .cate div a{
	min-width: 100px;
	padding: 5px;
	display: block;
	background: #FFF;
	border: 2px solid #0b236c;
	border-radius: 4px;
	font-size: 20px;
	color: #0b236c;
	text-align: center;
	transition: .2s;
	text-decoration: none;
}
.search_box .cate div a:hover{
	background: #0b236c;
	color: #FFF;
}
.search_box .keyword{
	padding: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.search_box .keyword div{
	margin: 15px 20px 0 0;
}
.search_box .keyword div a{
	font-size: 16px;
	color: #808080;
	transition: .2s;
	text-decoration: none;
}
.search_box .keyword div a::before{
	content: "#";
	margin-right: 3px;
}
.search_box .keyword div a:hover{
	color: #0B236C;
}
.search_box .pickup{
	padding-top: 10px;
}
.search_box .pickup .item{
	padding: 18px 0;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.search_box .pickup .thum{
	width: 100px;
}
.search_box .pickup .thum img{
	width: 100%;
	height: 80px;
	object-fit: cover;
}
.search_box .pickup .inner{
	width: calc(100% - 100px);
	padding-left: 18px;
}
.search_box .pickup .title{
	font-size: 18px;
}
.search_box .pickup .text{
	margin-top: 12px;
	font-size: 14px;
}
.search_box .input{
	margin-top: 20px;
}
.search_box .input form{
	display: flex;
}
.search_box .input input{
	width: calc(100% - 90px);
	border-radius: 6px 0 0 6px;
	border-color: #C6C6C6;
}
.search_box .input button{
	width: 90px;
	padding: 10px 0;
	background: #0B236C;
	border: 1px solid #C6C6C6;
	border-radius: 0 6px 6px 0;
	outline: none;
	font-size: 18px;
	color: #FFF;
	transition: .2s;
}
.search_box .input button:hover{
	background: #FFF;
	color: #0B236C;
}
.search_box .popular{
	padding-top: 10px;
}
.search_box .popular .item{
	padding: 18px 0;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search_box .popular .thum{
	width: 100px;
}
.search_box .popular .thum img{
	width: 100%;
	height: 80px;
	object-fit: cover;
}
.search_box .popular .inner{
	width: calc(100% - 100px);
	padding-left: 18px;
}
.search_box .popular .title{
	font-size: 20px;
}
.search_box .popular .text{
	margin-top: 5px;
	font-size: 14px;
}

.cta_box{
	margin-top: 40px;
	padding: 24px 40px 45px 40px;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
	text-align: center;
}
.cta_box .icon{
	width: 130px;
	margin: 0 auto;
}
.cta_box .title{
	margin-top: 15px;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	font-size: 20px;
}
.cta_box .title::before,
.cta_box .title::after{
	content: "";
	width: 2px;
	height: 100%;
	background: #000;
	position: absolute; top: 0;
}
.cta_box .title::before{
	left: 0;
	rotate: -20deg;
}
.cta_box .title::after{
	right: 0;
	rotate: 20deg;
}
.cta_box .btn{
	margin-top: 10px;
}
.cta_box .btn a{
	padding: 19px 10px;
	display: block;
	position: relative;
	background: #00b900;
	border: 1px solid #00b900;
	border-radius: 12px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
	font-size: 26px;
	color: #FFF;
	text-decoration: none;
	transition: .2s;
}
.cta_box .btn a:hover{
	background: #FFF;
	color: #00b900;
}
.cta_box .btn a i{
	position: absolute; top: 50%; right: 25px;
	transform: translateY(-50%);
}

.cta{
	padding: 110px 0 80px 0;
	background: #CED8E6;
}
.cta .wrapper{
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.cta .item{
	width: 48%;
	margin-top: 0;
	padding: 50px 30px 85px 30px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
	text-align: center;
}
.cta .icon{
	width: 200px;
	margin: 0 auto;
}
.cta .title{
	margin-top: 5px;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	font-size: 25px;
}
.cta .title::before,
.cta .title::after{
	content: "";
	width: 2px;
	height: 100%;
	background: #000;
	position: absolute; top: 0;
}
.cta .title::before{
	left: 0;
	rotate: -20deg;
}
.cta .title::after{
	right: 0;
	rotate: 20deg;
}
.cta .btn{
	margin-top: 22px;
}
.cta .btn a{
	padding: 19px 10px;
	display: block;
	position: relative;
	background: #00b900;
	border: 1px solid #00b900;
	border-radius: 8px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
	transition: .2s;
}
.cta .btn a:hover{
	background: #FFF;
	color: #00b900;
}
.cta .item:last-child .btn a{
	background: #187FC4;
	border-color: #187FC4;
}
.cta .item:last-child .btn a:hover{
	background: #FFF;
	color: #187FC4;
}
.cta .btn a i{
	position: absolute; top: 50%; right: 25px;
	transform: translateY(-50%);
}
@media screen and (min-width:1400px){
	.cta .wrapper{
		padding: 0 45px;
	}
	.cta .item{
		padding: 50px 65px 85px 65px;
	}
	.cta .icon{
		width: 200px;
	}
	.cta .title{
		padding: 0 40px;
		font-size: 30px;
	}
	.cta .btn a{
		padding: 30px;
		font-size: 36px;
	}
	.cta .btn a i{
		right: 45px;
	}
}
.cta.thanks_cta{
	background: #CED8E6;
}
.cta.thanks_cta .item{
	width: 900px;
	margin: 0 auto;
	padding: 55px 65px 55px 285px;
	position: relative;
}
.cta.thanks_cta .icon{
	width: 188px;
	margin: 0;
	position: absolute; top: 55px; left: 65px;
}
.cta.thanks_cta .title{
	padding: 0 35px;
	font-size: 27px;
}
.cta.thanks_cta .item .btn a{
	padding: 30px;
	background: #00b900;
	border-color: #00b900;
	font-size: 32px;
}
.cta.thanks_cta .item .btn a:hover{
	color: #00b900;
}


/* under_column */

.h2_area{
	padding: 115px 0 120px 0;
	background: #EDF2F8;
}
.h2_area h2{
	font-size: 40px;
	color: #0B236C;
	text-align: center;
}

.breadcrumb{
	padding-top: 40px;
}
.breadcrumb i{
	margin: 0 5px;
}

.article_detail{
}
.article_detail .date_box{
	display: flex;
}
.article_detail .date{
	font-size: 18px;
	color: #808080;
}
.article_detail .keyword{
	display: flex;
	flex-wrap: wrap;
}
.article_detail .keyword div{
	margin: 0 0 0 40px;
}
.article_detail .keyword div a{
	font-size: 18px;
	color: #808080;
}
.article_detail .keyword div a::before{
	content: "#";
	margin-right: 5px;
}
.article_detail .cate{
	display: flex;
	flex-wrap: wrap;
}
.article_detail .cate div{
	margin: 20px 20px 0 0;
}
.article_detail .cate div a{
	min-width: 120px;
	padding: 5px;
	display: block;
	background: #0b236c;
	border: 2px solid #0b236c;
	border-radius: 4px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	transition: .2s;
	text-decoration: none;
}
.article_detail .cate div a:hover{
	background: #FFF;
	color: #0b236c;
}
	
/* CSS Update HAP 2025_07_14
 * h2→h1 */	
.article_detail h1{
	margin-top: 10px;
	font-size: 40px;
}
.article_detail .thum{
	margin-top: 48px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.article_detail .thum img{
	width: 100%;
}
	
/* CSS Update HAP 2025_07_14
 * h3→h2 */	
.article_detail h2{
	margin-top: 90px;
	padding: 0 45px 10px 0;
	border-bottom: 1px solid #0B236C;
	display: inline-block;
	font-size: 30px;
	color: #0B236C;
}
.article_detail p{
	margin-top: 48px;
	font-size: 18px;
}
.article_detail p + p{
	margin-top: 30px;
}
	
/* CSS Update HAP 2025_07_14
 * h4→h3 */	
.article_detail h3{
	margin-top: 90px;
	padding: 0 0 0 10px;
	border-left: 3px solid #0B236C;
	font-size: 24px;
	color: #0B236C;
}
.article_detail ul{
	margin-top: 30px;
}
.article_detail ul li{
	margin-top: 20px;
}
.article_detail ul li::before{
	content: "●";
	margin-right: 10px;
}

.product{
	margin-top: 150px;
}
.product h2{
	padding: 0 90px 10px 0;
	border-bottom: 2px solid #CDD8E6;
	display: inline-block;
	font-size: 36px;
}
.product .box{
}
.product .item{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product .thum{
	width: 360px;
	margin-top: 0;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.product .inner{
	width: calc(100% - 400px);
}
.product .title{
	margin-top: 0;
	font-size: 24px;
}
.product .text + .title{
	margin-top: 50px;
}
.product .text{
	margin-top: 8px;
	font-size: 14px;
}
.product .btn{
	width: 340px;
	margin: 60px auto 0 auto;
}
.product .btn a{
	padding: 17px;
	display: block;
	position: relative;
	background: #187FC4;
	border: 1px solid #187FC4;
	border-radius: 8px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
	font-size: 26px;
	color: #FFF;
	text-align: center;
	transition: .2s;
	text-decoration: none;
}
.product .btn a:hover{
	background: #FFF;
	color: #187FC4;
}
.product .btn a i{
	position: absolute; top: 50%; right: 25px;
	transform: translateY(-50%);
}

.related{
	margin-top: 90px;
}
.related h2{
	font-size: 40px;
	color: #0B236C;
	text-align: left;
}
.related .box{
	padding-top: 5px;
}
.related .item{
	padding: 40px 0;
	border-bottom: 1px solid #CDD8E6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.related .thum_box{
	width: 250px;
	position: relative;
}
.related .thum{
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.related .thum img{
	width: 100%;
	height: 165px;
	object-fit: cover;
}
.related .cate{
}
.related .cate div{
}
.related .cate div a{
	padding: 2px 20px;
	display: block;
	background: #0b236c;
	border: 2px solid #0b236c;
	border-radius: 0 0 4px 0;
	position: absolute; top: 0; left: 0;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	pointer-events: none;
}
.related .inner{
	width: calc(100% - 290px);
	padding-left: 0;
	display: flex;
	flex-flow: column;
}
.related .title{
	order: 1;
	margin-top: 0;
	font-size: 24px;
}
.related .date{
	order: 2;
	margin-top: 10px;
	font-size: 18px;
	color: #808080;
}
.related .text{
	order: 3;
	margin-top: 25px;
	font-size: 16px;
}

.shop_num{
	padding-top: 60px;
}
.shop_num span{
	color: #B02E49;
}

.shop_list{
}
.shop_list .box{
}
.shop_list .item{
	margin-top: 50px;
	padding: 25px 35px 35px 35px;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
	display: flex;
	justify-content: space-between;
}
.shop_list .box .item:first-child{
	margin-top: 0;
}
.shop_list .thum{
	width: 325px;
}
.shop_list .inner{
	width: calc(100% - 325px);
	padding-left: 50px;
}
.shop_list .title{
	font-size: 24px;
}
.shop_list .text{
	margin-top: 10px;
	font-size: 18px;
}

.contact{
	padding: 100px 0 150px 0;
}
.contact .wrapper{
	width: 1005px;
	padding: 45px 200px 75px 200px;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.contact h2{
	font-size: 40px;
}
.contact .box{
	padding-top: 25px;
}
.contact .item{
	margin-top: 40px;
}
.contact .title{
	font-size: 18px;
}
.contact .title span{
	margin-left: 15px;
	padding: 2px 12px;
	background: #b02e49;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.contact .input{
	margin-top: 10px;
}
.contact .privacy_check{
	margin-top: 40px;
	font-size: 18px;
}
.contact .privacy_check a{
}
.contact .btn{
	width: 340px;
	margin: 65px auto 0 auto;
}
.contact .btn button,
.contact .btn input{
	width: 100%;
	padding: 22px;
	display: block;
	background: #0B236C;
	border: 1px solid #0B236C;
	border-radius: 10px;
	outline: none;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	transition: .2s;
}
.contact .btn button:hover,
.contact .btn input:hover{
	background: #FFF;
	color: #0B236C;
}

.thanks{
	padding: 90px 0 200px 0;
}
.thanks h2{
	font-size: 40px;
}
.thanks p{
	margin-top: 45px;
	padding: 0 50px;
	font-size: 24px;
}
@media screen and (min-width:1140px){
	.thanks .wrapper{
		width: 1120px;
	}
	.thanks p{
		padding: 0 180px;
	}
}

nav.pagination{
	margin-top: 50px;
}
nav.pagination h2{
	display: none;
}
nav.pagination .nav-links{
	display: flex;
	justify-content: center;
	align-items: center;
}
nav.pagination a.page-numbers,
nav.pagination span.page-numbers{
	width: 40px;
	margin: 0 12.5px;
	border: 1px solid #707070;
	font-size: 20px;
	line-height: calc(40px - 2px);
	text-align: center;
	text-decoration: none;
}
nav.pagination span.page-numbers.current,
nav.pagination a.page-numbers:hover{
	background: #0B236C;
	border: none;
	line-height: 40px;
	color: #FFF;
}
nav.pagination a.page-numbers.prev,
nav.pagination a.page-numbers.next{
	width: auto;
	border: none;
}
nav.pagination a.page-numbers.prev:hover,
nav.pagination a.page-numbers.next:hover{
	background: #FFF;
	border: none;
	line-height: 40px;
	color: #0B236C;
}

.not_found{
	padding-top: 60px;
}
.not_found .logo{
	width: 80px;
	margin: 0 auto;
	text-align: center;
}
.not_found p{
	margin-top: 20px;
	text-align: center;
}


/* footer */

footer{
	padding: 110px 0 65px 0;
	background: #0B236C;
	color: #FFF;
}
footer .wrapper{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .sns{
	width: 100%;
	margin-top: 0;
	padding-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
}
footer .sns div{
	margin: 0 15px;
}
footer .sns div a{
	font-size: 50px;
	color: #FFF;
}
footer .sns div a i{
	transition: .2s;
}
footer .sns div a:hover i{
	transform: rotateY(180deg);
}
footer .nav_box{
	width: 50%;
	padding: 50px 0;
	border-right: 2px dotted #FFF;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	order: 2;
}
footer .nav_box .title{
	margin-left: -35px;
	font-size: 26px;
}
footer .nav_box nav{
	margin-top: 20px;
}
footer .nav_box nav div{
	margin-top: 8px;
}
footer .nav_box nav div a{
	font-size: 22px;
	color: #FFF;
}
footer .nav_box nav div a i{
	margin-right: 5px;
}
footer .logo_box{
	width: 50%;
	margin-top: 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	order: 3;
}
footer .logo{
	width: 315px;
	margin: 0 auto;
}
footer .logo a{
	padding: 13px 24px;
	background: #FFF;
	display: block;
}
footer .link{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
footer .link div{
	margin: 0 35px;
}
footer .link div:last-child::before{
	content: "/";
	margin-right: 25px;
}
footer .link div a{
	color: #FFF;
	font-size: 22px;
}
footer .copy{
	margin-top: 64px;
	font-size: 16px;
}

}



