@charset "utf-8";

body.main{
	overflow-x:hidden !important;
}
#fullpage .section.first{
    height: 100%;
    min-height: 720px;
    position:relative;
}
.section.first .bx-wrapper, .section.first .bx-viewport{
    height: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}
.section.first .slider{
    width: 100%;
    height: 100%;
    position: relative;
}
#fullpage .section.first .slider li{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.section.first .slider .visualTxt {
    position: absolute;
    top: 300px;
    right: 10%;
    width: 485px;
    height: 369px;
    padding: 70px 50px;
    background: url('../images/main/visualTextBox.png')no-repeat;
}
.section.first .slider .visualTxt h3{
    font-family: 'GmarketSansLight';
    font-size: 30px;
    line-height: 38px;
    color: #fff;
}
.section.first .slider .visualTxt h3 strong{
    font-family: 'GmarketSansBold';
}
.section.first .slider .visualTxt p{
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}
/*.section.first .bx-controls{*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    display:inline-block;*/
/*    height:20px;*/
/*    top:325px;*/
/*}*/
/*.section.first .bx-wrapper .bx-pager{*/
/*    width: 485px !important;*/
/*    right: 7%;*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*}*/
/*.section.first .bx-wrapper .bx-pager.bx-default-pager a {*/
/*	width:12px;*/
/*	height:12px;*/
/*    background: #fff;*/
/*    border-radius:50%;*/
/*}*/
/* .section.first .bx-wrapper .bx-pager.bx-default-pager a.active{*/
/*	width:12px;*/
/*	height:12px;*/
/*    border:2px solid #fff;*/
/*    background: none;*/
/*    border-radius:50%;*/
/*	*/
/*}*/
 .section.first #down_btn {
 	width:85px;
 	height:85px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}


/* section second _ 위원회소식 */
#fullpage .section.second{
    height: 100%;
    min-height: 760px;
    /*padding-top: 120px;*/
    padding-top: 170px;
    /*background: url('../images/main/newsBg.jpg')no-repeat center;*/
    background: url('../images/main/newsbg2.png')no-repeat center;
    background-size: cover;
    position: relative;
}

/* section youtube_content _ 영상 속 위원회 */
#fullpage .section.youtube_content{
    height: 100%;
    min-height: 760px;
    padding-top: 170px;
    background: url('../images/main/media_bg.png')no-repeat center;
    background-size: cover;
    position: relative;
}

.section.second .newsTit h3{
    font-family: 'GmarketSansBold';
    font-size: 42px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
.section.second .newsTit p{
    font-family: 'GmarketSansLight';
    font-size: 16px;
    text-align: center;
    color: #000000;
}
.section.second .newsTit p span.disB{
    display: inline-block !important;
}
#fullpage .section.second .newsWrap{
    width: 1100px;
    text-align: center;
    margin: 67px auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
#fullpage .section.second .news{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 430px;
}

#fullpage .section.section .news .notice_board{
    grid-column: 1;
    grid-row: 1 / 3;
    border: 1px solid #868686;
    border-radius: 5px;
    background-color: #ffffff;
}

#fullpage .section.section .news .notice_board .board_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px 0 15px;
}

#fullpage .section.section .news .notice_board .board_title h3{
    font-family: GmarketSansBold;
    font-size: 30px;
}

#fullpage .section.section .news .notice_board .board_title ul li{
    display: inline-block;
    color: #4c4c4c;
    padding: 0 5px;
    cursor: pointer;
}

#fullpage .section.section .news .notice_board .board_title ul li.active,
#fullpage .section.section .news .notice_board .board_title ul li:hover{
    color: #000000;
    box-shadow: inset 0 -10px 0 #d3e6ff;

}

#fullpage .section.section .news .notice_board .board_list{
    margin-top: 20px;
    padding: 0 15px;
}

#fullpage .section.section .news .notice_board .board_list ul li{
    display: grid;
    grid-template-columns: 0.5fr 3fr 1fr;
    margin-bottom: 10px;

}
#fullpage .section.section .news .notice_board .board_list ul li span{
    color: #ffffff;
    border-radius: 50px;
    margin-right: 5px;
}

#fullpage .section.section .news .notice_board .board_list ul li span.notice{
    background-color: #8a99f0;
}
#fullpage .section.section .news .notice_board .board_list ul li span.report{
    background-color: #8acdf0;
}
#fullpage .section.section .news .notice_board .board_list ul li a.newsListTit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: left;
}

#fullpage .section.second .news .photo_news{
    grid-column: 2;
    grid-row: 1;
    border: 1px solid #868686;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 15px;
}

#fullpage .section.second .news .photo_news ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#fullpage .section.second .news .photo_news ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: left;
}


#fullpage .section.second .news .etc_news{
    grid-column: 2;
    grid-row: 2;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#fullpage .section.second .news .etc_news a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ceecdc;
    border-radius: 5px;
    font-size: 20px;
}
#fullpage .section.second .news .etc_news a:first-child{
    background-image: url(../images/main/icon_news1.png);
    background-repeat: no-repeat;
    background-position: left 40px center;
    background-size: 50px;
    padding-left: 50px;
}

#fullpage .section.second .news .etc_news a:last-child{
    background-image: url(../images/main/icon_news2.png);
    background-repeat: no-repeat;
    background-position: left 40px center;
    background-size: 50px;
    padding-left: 35px;
}


/* 뉴스레터 */
.newsLetter{
    width: 1100px;
    height: 128px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.newsLetter .letter{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.newsLetter .letterTxt{
    float: left;
    width: 70%;
    height: 100%;
}
.newsLetterIcon{
    width: 68px;
    height: 100%;
    background: url('../images/main/newsLetterIcon.png')no-repeat center;
    float: left;
    margin-right: 25px;
}
.newsLetter h4{
    font-size: 20px;
    font-family: 'notokr-medium';
    color: #fff;
    padding-top: 40px;
    float: left;
}
.newsLetter .letterTxt > p{
    float: left;
    font-size: 14px;
    font-family: 'notokr-light';
    color: #fff;
}
.newsLetter .letter ul{
    float:right;
    padding-top: 40px;
} 
.newsLetter .letter ul li{
    float: left;
    position: relative;
} 
.newsLetter .letter ul li:last-child{
    border-left: 1px solid #777677;
    padding-right:0;
} 
.newsLetter .letter ul li a{
    padding: 0 25px;
	width:100%;
	height:100%;
    display:inline-block;
} 
.newsLetter .letter ul li a h5{
    color: #fff;
    font-family: 'notokr-medium';
    font-weight:500;
    font-size:16px;
} 
.newsLetter .letter ul li a p{
    font-size: 12px;
    color: #c2c2c2;
    font-family: 'notokr-medium';
} 
.newsLetter .letter ul li a p span{
    text-transform: uppercase;
    padding: 0 10px;
    background: url('../images/main/newsLetterGo.png')no-repeat right center;
} 

#fullpage .section.second .newsGo::before{
    width: 75px;
    height: 1px;
    background: #000;
    position: absolute;
    top: -5px;
    display: inline-block;
    content: '';
}
#fullpage .section.second .news .owl-nav{
    display: block;
}
.section.second .news .owl-nav .owl-prev{
    position: absolute;
    bottom: -46px;
    left: 420px;
}
.section.second .news .owl-nav .owl-next{
    position: absolute;
    bottom: -46px;
    right: 420px;
}
#fullpage .section.second .news .owl-dots{
    display: block;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
}
.section.second .news .owl-dots .owl-dot{
    width: 9px;
    height: 9px;
    float:left;
    background: #fff;
    margin: 0 7px;
    border-radius: 50%;
}
.section.second .news .owl-dots .owl-dot.active{
    background: none;
    border: 1px solid #fff;
}
.section.second .newsMore{
    display: none;
    font-size: 0;
    text-indent: -999px;
}
.section.second .newsMore a{
    display: block;
    width: 49px;
    height: 50px;
    background: url('../images/main/newsMore.png')no-repeat center;
}


/* section third _ 비디오 */
.section.third {
	position:relative;
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	overflow:hidden;
}
.section.third .video_box{
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
	z-index:998;
}
.section.third video#mainVideo {
	margin:0 auto;
	min-width: 100%;
	min-height: auto;
    background-color: black;
    background-position: center center;
    object-fit: cover;
    position:absolute;
	right:0;
	left:0;
	bottom:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-100;
	background-size:100% 100%;
	overflow:hidden;
}



@media screen and (max-width:1280px){

    .section.first .slider .visualTxt{
        top: 30%;
        right: 2%;
    }
    .section.first .bx-controls{
	    top:33%;
	}
	.section.first .bx-wrapper .bx-pager{
		width:auto !important;
	    right: 30%;
	}

    .newsLetter .letter{
        width: 100%;
    }
    
    
	    
}

@media screen and (max-width:1200px){
	.section.first .bx-wrapper .bx-pager {
	    right: 32%;
	}
	
	
	#fullpage .section.second .newsWrap {
   		 width: 80%;
	}
	#fullpage .section.second .news {
	    width: 100%;
	}
	#fullpage .section.second .news ul{
		width:100%;
	}
	.section.second .news .owl-nav .owl-prev {
	    left: 310px;
	}
	.section.second .news .owl-nav .owl-next {
	    right: 310px;
	}
	.newsLetter{
		width:98%;
	}
	.newsLetter .letterTxt{
		width:65%;
	}

    #fullpage .section.second .news .etc_news a:first-child{
        background-position: left 20px center;
    }
    #fullpage .section.second .news .etc_news a:last-child{
        background-position: left 20px center;
    }
}

@media screen and (max-width:1100px){
    #fullpage .section.second .news .etc_news{
        grid-template-columns: auto;
    }

	.section.first .bx-wrapper .bx-pager {
   		right: 34%;
	}
    .section.first #down_btn{
  	 	display:none;
    }
	
	#fullpage .section.second .newsWrap {
   		 width: 90%;
	}
	.newsLetterIcon {
	    display: none;
	}
}

@media screen and (max-width:1024px){
	.section.first .bx-wrapper .bx-pager {
   		right: 36%;
	}
	
	 /* section third _ 비디오 */
	.section.third {
		height:auto !important;
	}
	.section.third .video_box{
		height:600px;
	}
	.section.third video#mainVideo {
		width:100%;
		height:600px;
	}
}

@media screen and (max-width:930px){
    #fullpage .section.second{
        height: 100% !important;
    }
    #fullpage .section.second .news{
        display: initial;
    }
    #fullpage .section.second{
        background: none;
        padding-top: 80px;
    }
    #fullpage .section.section .news .notice_board,
    #fullpage .section.second .news .photo_news{
        margin-bottom: 20px;
    }
    #fullpage .section.section .news .notice_board{
        padding-bottom: 20px;
    }
    #fullpage .section.second .news .notice_board .board_title ul{
        text-align: right;
    }

    #fullpage .section.second .news .etc_news a{
        padding: 15px 0 !important;
        background-image: initial !important;
    }


	.section.first .slider .visualTxt{
		right:1%;
	    width: 450px;
	    height: 330px;
	    padding: 60px 30px;
	    background-size: 100% 100%;
	}
		
	
	/* .section.second_위원회소식  */
	#fullpage .section.second .newsWrap {
	    width: 80%;
	}
	.newsLetter {
	    width: 100%;
	    text-align:center;
	}
	.section.second .news .owl-nav .owl-prev {
	    left: 180px;
	}
	.section.second .news .owl-nav .owl-next {
	    right: 180px;
	}
	.newsLetter .letterTxt{
		position: absolute;
		left:0;
	    top: 0;
	    display: inline-block;
	    height: auto;
	    width:100%;
	    float:none;
	}
	.newsLetter h4{
		padding:0;
		float:none;
	}
	.newsLetter .letterTxt > p{
		float:none;
	}
	.newsLetter .letter ul {
	    float: none;
	    padding-top: 65px;
	    height: auto;
	    display: inline-block;
	}
}

@media screen and (max-width:830px){
	/* section1 */
       #fullpage .section.first {
        height: 722px !important;
    }
    #fullpage .section.first .slider li{
    	background-position:center top -130px !important;
    	background-size: cover;
    }
    .section.first .slider .slide01{
    	background:url('../images/main/mainVisual01_mm.jpg')no-repeat !important;
    }
    .section.first .slider .slide02{
    	background:url('../images/main/mainVisual02_mm.jpg')no-repeat !important;
    }
    .section.first .slider .visualTxt{
        top: auto;
	    right: 50%;
	    bottom: 0;
	    width: 95%;
	    height:350px;
	    background-size: 100% 100%;
	    transform: translateX(50%);
	    padding: 70px 60px;
    }
    
    .section.first .slider .visualTxt h3{
    	letter-spacing:-1px;
    }
    .section.first .bx-controls {
	    top: auto;
	    bottom: 5%;
	}
	.section.first .bx-wrapper .bx-pager {
	    left: 80px;
	}
	
	#fullpage .section.second .newsWrap {
	    width: 90%;
	}
}

@media screen and (max-width:750px){
	/* section.first */
	/*#fullpage .section.first {*/
	/*    background: #f5f5f5;*/
	/*}*/

	#fullpage .section.first .slider li {
	    background-position: center top -70px !important;
	}
	
	/* section.section */
	#fullpage .section.second{
		height:auto !important;
		padding-top: 80px;
        /*background: #f5f5f5;*/
	}
	.section.second .newsTit h3{
    	color:#000;
    	display: inline-block;
    	margin: 0 16px 0 20px;
	}
    .section.second .newsTit p{
  		color:#000;
  		display: inline-block;
    }
    .section.second .newsTit p span.disB{
        display: block !important;
    }
    #fullpage .section.second .news{
        margin-top: 45px;
    }
    /*#fullpage .section.second .news li{*/
    /*	border:1px solid #c8c8c8;*/
    /*}*/
    #fullpage .section.second .newsWrap{
        width: 100%;
        padding: 0 20px;
        /*padding-left: 50px;*/
        margin-top: 20px;
    }
    #fullpage .section.second .fp-tableCell{
        display: block;
    }
    #fullpage .section.second .news .owl-nav{
        display: none;
    }
    #fullpage .section.second .news .owl-dots{
        left: 0;
        transform: translateX(0);
    }
    .section.second .news .owl-dots .owl-dot {
	    background: #d1d1d1;
	}
	.section.second .news .owl-dots .owl-dot.active {
	    border: 1px solid #000;
	}
   .newsLetter{
   	  width: 100%;
      background: #e3e2df;
      position: relative;
      padding: 72px 53px;
      height: 500px;
      display: inline-block;
    }
  .newsLetterIcon{
      width: 87px;
      height: 87px;
      background:url('../images/main/newsLetterIcon_m.png')no-repeat;
      float: left;
      margin-right: 17px;
    }
  
   .newsLetter .letterTxt{
       width: 100%;
       height: auto;
       float: none;
       top:auto;
       bottom:70px;
    }
    .newsLetter h4 {
	    font-size:22px;
	    color:#5b554d;
	}
    .newsLetter h4 span{
	    display:block;
	}
    .newsLetter .letterTxt > p{
        display: none;
    }
    .newsLetter .letter ul{
        float: none;
        width: 100%;
        background: #fafafa;
        border: 1px solid #dcdcdc;
        padding: 0;
    }
    .newsLetter .letter ul li{
    	width:100%;
        height: 137px;
        line-height: 137px;
        text-align: center;
    }
    .newsLetter .letter ul li:first-child{
        margin-bottom:1px;
        background:#6c6a68;
    }
    .newsLetter .letter ul li:last-child{
	    border-left: 0;
        background:#605e5b;
    }
    .newsLetter .letter ul li a{
        padding: 0 54px 0 128px;
    }
    .newsLetter .letter ul li:first-child a{
        background:url('../images/main/newsLetterulIcon01.png')no-repeat left 54px center;
    }
    .newsLetter .letter ul li:last-child a{
        background:url('../images/main/newsLetterulIcon02.png')no-repeat left 54px center;
    }
    .newsLetter .letter ul li a h5{
        font-size: 28px;
        float:left;
    }
    .newsLetter .letter ul li a p{
        font-size: 20px;
        color: #f9de9e;
        float:right;
    } 
    .newsLetter .letter ul li a p span{
        text-transform: uppercase;
        padding: 0 20px 0 15px;
        background: url('../images/main/newsLetterGo_m.png')no-repeat right center;
    } 
    .section.second .newsMore{
        display: block;
        position: absolute;
        top: 75px;
        right: 20px;
    }
    .section.third .video_box, .section.third video#mainVideo {
		height:300px !important;
	}
}

@media screen and (max-width:680px){
	.newsLetter .letter ul li a {
	    padding: 0 30px 0 100px;
	}
	.newsLetter .letter ul li:first-child a {
	    background-position: left 30px center;
	}
	.newsLetter .letter ul li:last-child a {
	    background-position: left 30px center;
	}
}

@media screen and (max-width:600px){
	.newsLetter {
	    padding: 72px 20px;
	}
	.newsLetter .letter ul li a h5 {
	    font-size: 26px;
	}
	.newsLetter .letter ul li a p span {
	    padding: 0 20px 0 0px;
	}
}

@media screen and (max-width:530px){
	#fullpage .section.first .slider li {
	    background-position: center top -100px !important;
	}
	.section.first .slider .visualTxt{
		padding:60px 40px;
		height:320px
	}
	.section.first .slider .visualTxt h3 {
	    font-size: 25px;
	    line-height: 34px;
	}
	.section.first .bx-wrapper .bx-pager {
	    left: 50px;
	}
	
	
	/* section.second */
	.newsLetter .letter ul li a {
	    padding: 0 30px 0 85px;
	}
	.newsLetter .letter ul li:first-child a, .newsLetter .letter ul li:last-child a {
	    background-size: 9%;
	}
	.newsLetter .letter ul li a p {
	    font-size: 18px;
	}
}

@media screen and (max-width:480px){
	#fullpage .section.first {
	    height: 660px !important;
	    min-height:auto;
	}
	.section.first .slider .visualTxt{
		height:300px
	}
	
	/* section.second */
	.newsLetter h4 {
	    font-size: 18px;
	}
	.newsLetter .letter ul li a {
	    padding: 0 20px 0 60px;
	}
	.newsLetter .letter ul li:first-child a, .newsLetter .letter ul li:last-child a {
	    background-position: left 20px center;
	    background-size: 7%;
	}
	.newsLetter .letter ul li a h5 {
	    font-size: 20px;
	}
	.newsLetter .letter ul li a p span {
	    padding: 0 15px 0 0px;
	}
	.section.second .newsMore {
	    right: 0;
	}
	
    .section.third .video_box, .section.third video#mainVideo {
		height:230px !important;
	}
}

@media screen and (max-width:430px){

    #fullpage .section.section .news .notice_board .board_title ul li:not(.board_all){
        display: none;
    }

    #fullpage .section.section .news .notice_board .board_list ul li{
        display: block;
    }
    #fullpage .section.section .news .notice_board .board_list ul li span,
    #fullpage .section.section .news .notice_board .board_list ul li p.data{
        display: none;
    }
    #fullpage .section.section .news .notice_board .board_list ul li a.newsListTit{
        display: block;
    }

    #fullpage .section.second .news .etc_news a{
        padding: 8px 0 !important;
    }

	.section.first .slider .visualTxt{
		padding:50px 30px;
	}
	.section.first .slider .visualTxt h3 {
	    font-size: 24px;
	}
	.section.first .bx-wrapper .bx-pager {
	    left: 40px;
	}
	
		
	/* section.second */
	.section.second .newsTit h4 {
	    margin: 0 10px 0 40px;
	}
	/*#fullpage .section.second .newsWrap {*/
	/*    padding-left: 40px;*/
	/*}*/
	.newsLetter h3 {
	    font-size: 20px;
	    line-height: 26px;
	}
	.newsLetter .letter ul li a {
	    padding: 0 20px 0 55px;
	}
	.newsLetter .letter ul li a h54 {
	    font-size: 20px;
	}
	.newsLetter .letter ul li a p {
	    font-size: 14px;
	}
}

@media screen and (max-width:380px){
	/* section.first */
	#fullpage .section.first {
	    height: 610px !important;
	}
	.section.first .slider .visualTxt h3 {
	    font-size: 22px;
	}
	.section.first .slider .visualTxt p {
	    font-size: 15px;
	}
	
	/* section.second */
	.section.second .newsTit h3 {
		font-size: 38px;
	    margin: 0 10px 0 30px;
	}
	#fullpage .section.second .newsWrap {
	    padding-left: 30px;
	}
}

@media screen and (max-width:360px){
	/* section.second */
	.newsLetter .letter ul li a {
	    padding: 0 10px 0 50px;
	}
}



