
/* contents */

#contents{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
	padding-top: 101px !important;
}


/* contents-wrapper */

#contents .contents-wrapper{
    width: 100% !important;
    margin: 0 auto;
    position: relative;
}

/* contents-area */
.contents-wrapper .main-contents-area01{
    position: relative;
    height: 640px;
}

/* swiper */

.main-visual-wrapper {
    position: relative;
	width: 100%;
	height: 640px;
	background-color: #000;
	overflow: hidden;
}

.main-visual-area {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height:640px;
	margin-left: -960px;
}


.swiper-container{
    width: 100%;
    height: 640px;
}

.swiper-container .swiper-wrapper{
    display: flex;
    width: 100%;
    height: 640px;
    overflow: hidden;
}

.swiper-container .swiper-slide{
    width: 100%;
    justify-content: center;
    align-items: center;
}

.main-visual-option-wrapper{
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;

}

.main-visual-option-area{
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-visual-option-area #main-visual-pagination{
    display: block;
    position: static;
	height: 16px;
}

.main-visual-option-area .swiper-pagination{
    text-align: center;
    transition: opacity 0.3s;
}

#main-visual-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.65;
    border-radius: 8px;
}

#main-visual-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 24px;
    opacity: 1;
}

.main-visual-option-wrapper .main-visual-option-area .visual-button-pause,
.main-visual-option-wrapper .main-visual-option-area .visual-button-play {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    text-indent: -5000rem;

    transition: background-image 0.2s;
}



.main-visual-option-wrapper .main-visual-option-area .visual-button-pause{
    background-image: url(/_res/pnuh/cmit/img/main/btn_pause00.png);
}
.main-visual-option-wrapper .main-visual-option-area .visual-button-play{
    background-image: url(/_res/pnuh/cmit/img/main/btn_play00.png);
}

.main-visual-option-area .btn-visual-prev,
.main-visual-option-area .btn-visual-next{
    width: 17px;
    height: 25px;
    background-position: center;
    background-size: cover;
	text-indent:-5000rem;
}

.main-visual-option-area .btn-visual-prev{
    background-image: url(../img/main/btn_previous03.png);
}

.main-visual-option-area .btn-visual-next{
    background-image: url(../img/main/btn_next03.png);
}


/* main-contents-area02 */

.contents-wrapper .main-contents-area02{
    position: relative;
    max-width: 1320px;
    width: 100%;

    padding: 100px 20px 200px 20px;
    margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
}


.contents-wrapper .main-contents-area02::after{
    content: '';
    overflow: hidden;
    clear: both;
}

/* contents-box */

.contents-box{
    max-width: 620px;
	width: calc(50% - 20px);
	
}
.contents-box .contents-title{
    height: 54px;
    border-bottom: 1px solid #222;
}

.contents-box .contents-title h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000;

    float: left;
}

.contents-wrapper .contents-box .contents-title a{
    display: block;
    width: 22px;
    height: 22px;
    float: right;
    vertical-align: top;
}

.contents-wrapper .contents-box .contents-title img{
    width: 22px;
    height: 22px;
}

.contents-wrapper .contents-list .title-wrapper{
    display: block;
    width: 100%;    
}

.contents-wrapper .contents-list li{
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 20px 28px;
}

.contents-wrapper .contents-list strong{
	display: blcok;
	width: calc(100% - 85px);
    font-size: 18px;
    font-weight: 500;
    color: #333;

    display: inline-block;
    vertical-align: middle;
    line-height: 28px;

    width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.contents-wrapper .contents-list em{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #ff4444;
    color: #fff;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    border-radius: 100%;
}


.contents-wrapper .contents-list .date{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    font-weight: 300;
    color: #555;
    font-size: 16px;

    vertical-align: center;
    display: block;
}

.contents-wrapper .gallery .contents-list li{
    float: left;
    border-bottom: 0;
}

.contents-wrapper .gallery .contents-list li span{
    display: block;
}

.contents-wrapper .gallery .contents-list li a img{

}

.contents-group.tel,
.contents-group.gallery{
    margin-top: 80px;
}

/* contents-box left*/

.mgt80{margin-top: 80px !important;}

.contents-wrapper .contents-box.left{
    float: left;
}

/* contents-box right*/
.contents-wrapper .contents-box.right{
    margin-left: auto;
}

.contents-wrapper .contents-group.basic .contents-list{
    height: 277px;
	text-align: left;
}

/* contents-group photoGallery */

.contents-group.gallery li{
    width: 193px;
    
    padding: 0;
}

.gallery-title strong{
	width: calc(100% - 40px);
}

.contents-group.gallery .contents-list{
    margin-top: 28px;
}

.contents-group.gallery li:nth-child(2){
    /*margin-left: calc(41px/2);*/
}

.contents-group.gallery li:nth-child(3n){
	/*margin-left: 19px;*/
	margin-right:0px;
}

.contents-group.gallery .contents-list::after{
	content:'';
	display:block;
	clear:both;
}

.contents-group.gallery li{
	float: left;
	margin-right:12px;
	margin-bottom:12px;
}





.contents-group.gallery .gallery-title{
    margin-top: 16px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
/* contents-group tel */

.contents-group.tel{
}

.tel .contents-list li{
    width: 50%;
    padding: 0;
    height: 250px;
    float: left;

    border: none;

    background-size: cover;
    background-position: center;
    overflow: hidden;

    background: url(/_res/pnuh/cmit/img/main/telephone.png);
}

.tel .contents-list li:first-child{
    background: url(/_res/pnuh/cmit/img/main/telephone_blue.png);
}

.tel .contents-list li:last-child{
    float: right;
}

.tel .contents-list li{
    box-sizing: border-box;
    padding: 42px;

}

.tel li a{
    vertical-align: bottom;
    display: block;
    font-size: 22px;
    height: 64px;
    text-align: left;
    color: #fff;
}

.tel li a span{
    vertical-align: bottom;
    margin-top: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    display: block;
}

.tel li:last-child span{
    vertical-align: bottom;
}

