@charset "utf-8";

/* TODO : [배너] */
.main-banner-base {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 620px;
    background: #F3F3F3;
}
.main-banner-item-image-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 620px;
}
.main-banner-item-image1 {
    width: 70%;
    height: 620px;
    background: url('http://www.thehhopeplus.com/static/images/main/main_banner_01.jpg') no-repeat center bottom;
    background-size: cover;
    margin: 0px auto;
}
.main-banner-item-image2 {
    width: 100%;
    height: 620px;
    background: url('http://www.thehhopeplus.com/static/images/main/main_banner_02.jpg') no-repeat center center;
    background-size: cover;
}
.main-banner-item-image3 {
    width: 100%;
    height: 620px;
    background: url('http://www.thehhopeplus.com/static/images/main/main_banner_03.jpg') no-repeat center center;
    background-size: cover;
}
.main-banner-item-image4 {
    width: 100%;
    height: 620px;
    background: url('http://www.thehhopeplus.com/static/images/main/main_banner_04.jpg') no-repeat center center;
    background-size: cover;
}
.main-banner-item-image5 {
    width: 100%;
    height: 620px;
    background: url('http://www.thehhopeplus.com/static/images/main/main_banner_05.jpg') no-repeat center center;
    background-size: cover;
}
.main-banner-item-text-container {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 620px;
    z-index:2;
}
.main-banner-item-text {
    width: 580px;
    height: 456px;
    padding: 164px 0px 0px 500px;
    margin:0px auto;
}

/* TODO : [배너 슬라이드] */
.main-banner-swiper {
    width:100%;
    height: 620px;
	overflow: hidden;
}
.main-banner-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.main-banner-swiper.main-banner-swiper-auto .swiper-slide {
    width: 100%;
}
.main-banner-swiper .swiper-pagination{
    top: 580px;
    z-index:99996;
}
.main-banner-swiper .swiper-slide span {
    text-align:center;
    margin:0px;
    padding:0px;
}
.main-banner-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background:#ffffff;
    opacity:.9;
    margin:0px;
    padding:0px;
    cursor:pointer;
    text-align: center;
    font-size: 12px;
    color:#000000;
}
.main-banner-swiper .swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 10px;
    background:#ffffff;
    color: #000000;
    opacity:.9;
}

/* TODO : [소개] */
.main-info-base {
    width: 1200px;
    height: 600px;
    margin: 100px auto;
}
.main-info1-item-image-container {
    float: left;
    width: 50%;
    height: 295px;
}
.main-info1-item-image {
    width: 100%;
    height: 295px;
    background: url('http://www.thehhopeplus.com/static/images/main/main_side_banner_01.jpg') no-repeat center center;
    background-size: cover;
}
.main-info2-notice-item-container {
    float: right;
    width: 50%;
    height: 295px;
}
.main-info2-notice-item {
    padding-left: 10px;
}
.main-info2-notice-top-item {
    width: 100%;
    height: 10px;
    background: #ebebeb;
    margin-bottom: 42px;
}
.main-info2-notice-title-button-item {
    float: left;
    width: 50%;
    height: 60px;
    color: #979797;
    font-size: 12px;
    font-weight: 500;
}
.main-info2-notice-title-text-item {
    float: right;
    width: 50%;
    height: 60px;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
}
.main-info2-notice-content-item-base {
    margin-bottom: 15px;
}
.main-info2-notice-content-title-item {
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.main-info2-notice-content-date-item {
    float: right;
    color: #979797;
}
.main-info2-notice-bottom-item {
    width: 100%;
    height: 1px;
    background: #ebebeb;
    margin-top: 32px;
}
.main-info3-item-image-container {
    float: left;
    width: 50%;
    height: 295px;
    margin-top: 10px;
}
.main-info3-item-title {
    margin: 50px 0px 20px 0px;
}
.main-info3-item-image {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}
.main-info4-item-image-container {
    float: right;
    width: 50%;
    height: 295px;
    margin-top: 10px;
}
.main-info4-item-image1 {
    float: left;
    width: 295px;
    height: 295px;
    background: #ffffff;
}
.photo02Preview {
	width: 295px;
	height: 295px;
}
.photo02PreviewBack {
	width:100%;
	height:300px;
}
.main-info4-item-image2 {
    float: right;
    width: 295px;
    height: 295px;
    background: #ffffff;
}
.photo03Preview {
	width: 295px;
	height: 295px;
}
.photo03PreviewBack {
	width:100%;
	height:300px;
}

/* TODO : [내역] */
.main-history-base {
    width: 100%;
    height: 100%;
    background: #f3f3f3;
}
.main-history-container {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    padding: 80px 0px 100px 0px;
}
.main-history-title-item {
    font-size: 42px;
    font-weight: 700;
    color: #0067cd;
    text-align: right;
    margin-bottom: 80px;
}
.main-history-image-item {
    width: 1200px;
    height: 100%;
}
.main-history-image-item > ul > li {
    display: inline-block;
    padding-right: 12px;
}
.main-history-image-item > ul > li:last-child {
    padding: 0px;
}
.main-history-image-item > ul > li img {
    width: 390px;
	height: 250px;
}
.main-history-text-item {
    width: 350px;
    height: 150px;
    background: #ffffff;
    margin-top:-4px;
    padding: 10px 20px;
}
.main-history-text1-item {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #666666;
}
.main-history-text2-item {
	height: 54px;
    line-height: 26px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
}
.main-history-text3-item {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    color: #979797;
}

/* TODO : [홍보] */
.main-ad-base {
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.main-ad-container {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    padding: 100px 0px 100px 0px;
}
.main-ad-title-item {
    font-size: 42px;
    font-weight: 700;
    color: #033363;
    margin: 60px 0px 60px 0px;
}
.main-ad-image1-item {
    width: 1200px;
    height: 100%;
}
.main-ad-image1-item > ul > li {
    display: inline-block;
    padding-right: 7px;
}
.main-ad-image1-item > ul > li:last-child {
    padding: 0px;
}
.main-ad-image2-item {
    width: 1200px;
    height: 100%;
    margin-top: 7px;
}
.main-ad-image2-item > ul > li {
    display: inline-block;
    padding-right: 8px;
}
.main-ad-image2-item > ul > li:last-child {
    padding: 0px;
}

/* TODO : [게시판] */
.main-board-base {
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.main-board-container {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    padding: 100px 0px 30px 0px;
}
.main-board-left-item {
    float: left;
    width: 50%;
    height: 100%;
}
.main-board-left-padding-item {
    padding-right:20px;
}
.main-board-right-item {
    float: left;
    width: 50%;
    height: 100%;
}
.main-board-right-padding-item {
    padding-left:20px;
}
.main-board-top-item {
    width: 100%;
    height: 10px;
    background: #d6dde5;
    margin-bottom: 42px;
}
.main-board-title-text-item {
    float: left;
    width: 50%;
    height: 60px;
    font-size: 22px;
    font-weight: 700;
}
.main-board-title-button-item {
    float: right;
    width: 50%;
    height: 60px;
    color: #979797;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
}
.main-board-content-item-base {
    margin-bottom: 15px;
}
.main-board-content-title-item {
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.main-board-content-date-item {
    float: right;
    color: #979797;
}

/* TODO : [배너 스크롤] */
.banner-scroll-base {
    position: absolute;
    top: 830px;
    left: 50%;
    margin: 0px 0px 0px 611px;
}
.banner-scroll-image-item {
    width: 100px;
    height: 130px;
}

/* TODO : [팝업] */
.layerPopupContain{
	position:fixed;
	top:10px;
	left:50%;
	width: 32%; 
	height: 100%;
	margin:0px 0px 0px -14.5%;
	z-index:99999;
}