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

/****************************
   MAIN IMAGE
*****************************/
.mainContent-headerContainer{
	height:500px;
	overflow:hidden;
    position:relative;
    background-image: url('/assets/image/news/main_image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header-title{
    width:1100px;
    margin: 50px auto;
    padding-left: 10px;
    color:#FFFFFF;
    letter-spacing: 5px;
}
@media screen and (max-width: 1100px) {
    .header-title{
        padding-left: 25px;
    }
}
@media screen and (max-width: 978px) {
    .mainContent-headerContainer{
        height:475px;
    }
    .header-title{
        font-size: 4.3rem;
    }
}
@media screen and (max-width: 479px) {
    .mainContent-headerContainer{
        height:300px;
    }
    .header-title{
        font-size: 2.5rem;
    }
}


/****************************
   GUIDE
*****************************/
.mainContent-guideContainer{
    display: block;
    clear: both;
    overflow: hidden;
    background-color:#ECEBE1;
    text-align:center;
		padding: 45px 15px;
}
.guide{
    max-width: 1100px;
    width:100%;
    margin: auto;
		padding: 15px 0 45px 0;
		background-color: #FFFFFF;
		border-radius: 55px;
}
@media screen and (max-width: 414px) {
	.guide{
		border-radius: 25px;
}

}
.guide-title{
    font-weight: bold!important;
    text-align:center;
		font-size: 3.2rem!important;
		margin: 0;
}

@media screen and (max-width: 767px) {
	.guide-title{
		font-size: 2.8rem!important;
	}
}
@media screen and (max-width: 414px) {
	.guide-title{
		font-size: 2.1rem!important;
	}
}

.guide-menu{
	background-color: #E5ECF4;
	margin: 30px 0;
	padding: 0;
}
.guide-portal{
	display: inline-block;
	font-size: 2.8rem;
	border: 1px solid #000000;
	width: auto;
	margin: 20px auto 0 auto;
	padding: 15px 55px;
	background-color: #FFFFFF;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.guide-portal{
		font-size: 2.0rem;
	}
}
.guide-portal.active{
	background-color: rgb(255, 254, 223);
	box-shadow:0px 0px 5px 3px rgb(255, 230, 0.2)
	,0px 0px 5px 3px rgba(255, 230, 0.2);
	border: 1px solid #95ccdc;
	box-sizing: border-box;
}
.guide-portal:hover{
	background-color: #f0f8ff;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2)
	,0px 0px 5px 3px rgba(224, 224, 224, 0.2);
	border: 1px solid #95ccdc;
	box-sizing: border-box;
}
.guide-table{
	display: table;
	width: 68%;
	margin: 15px auto;
	font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
	.guide-table{
		width: 95%;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 417px) {
	.guide-table{
		width: 100%;
		font-size: 1.4rem;
	}
}
.guide-new{
	display: table-cell;
	text-align: center;
	width: 50%;
	cursor: pointer;
}
.guide-contract{
	display: table-cell;
	text-align: center;
	width: 50%;
	cursor: pointer;
}
.guide-triangle{
	display: block;
	text-align: center;
}
.guide-button{
	/*border: 1px solid #000000;*/
	margin: 20px;
}
.guide-new .guide-button.active,.guide-contract .guide-button.active{
	box-shadow:0px 0px 5px 3px rgb(255, 230, 0.2)
	,0px 0px 5px 3px rgba(255, 230, 0.2);
	border: 1px solid #95ccdc;
	box-sizing: border-box;
}
.guide-text{
	display: block;
	border: 1px solid #707070;
}
.guide-text.as-blueBar{
	background-color: #95ccdc;
	border-bottom:none;
	font-size: 1.4rem;
	color: #ffffff;
	padding: 7px 0;
}
.guide-text.as-whiteBar{
	background-color: #ffffff;
	padding: 10px 0;
}
.guide-text.as-blueBar br.spOnly{
	display: none;
}
@media screen and (max-width: 1000px) {
	.guide-button{
		/*border: 1px solid #000000;*/
		margin: 5px;
	}
	.guide-text.as-blueBar{
		height: auto;
		font-size: 1.2rem;
	}
	.guide-text.as-whiteBar{
	}
}
@media screen and (max-width: 700px) {
	.guide-button{
		margin: 5px 5px 25px 5px;
	}
	.guide-text.as-blueBar br.spOnly{
		display: block;
	}
}
.guide-button:hover{
	background-color: #f0f8ff;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2)
	,0px 0px 5px 3px rgba(224, 224, 224, 0.2);
	border: 1px solid #95ccdc;
	box-sizing: border-box;
}

/* POINT */
.guide-detailWrapper{
	width: 90%;
	margin: auto;
	padding: 35px 25px;
	/*height: 600px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #81aebb #c1e7f2;*/
}
@media screen and (max-width: 767px) {
	.guide-detailWrapper{
		width: 85%;
		padding: 25px 15px;
	}
	
}
.guide-detailWrapper::-webkit-scrollbar {
  width: 12px;
}
.guide-detailWrapper::-webkit-scrollbar-track {
  background: #c2e7f2;
  border-radius: 10px;
}
.guide-detailWrapper::-webkit-scrollbar-thumb {
  background: #34c0eb;
  border-radius: 10px;
}
.detail{

}
.detail-title{
	font-size: 2.8rem;
	text-align: left;
	border-bottom: 3px #000000 solid;
	padding-bottom: 15px;
}
.detail-notice{
	text-align: left;
}
@media screen and (max-width: 767px) {
	.detail-title{
		font-size: 2.0rem;
	}
}
.detail-pointWrapper{
	text-align: left;
}
.point-title{
	margin: 35px 0;
	font-size: 2rem;
}
.point-textBlue{
	margin: -15px 0 0 0;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #5aa0e4;
}
.point-image{
	margin: 35px 0 75px 0;
}
.point-image img{
	max-width: 598px;
	width: 100%;
}
.detail-backtoportal{
	text-align: left;
	font-size: 1.4rem;
	cursor: pointer;
}
.point-done{
	margin-bottom: 65px;
	line-height: 1.5;
	font-size: 2.0rem;
}