@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

.mainWrap *{
    line-height: 100%;
    letter-spacing: -1px;
    box-sizing: border-box;
}

body,html{
    scroll-behavior: smooth;
}
/* body::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 5px;
    display: none;
}
body::-webkit-scrollbar-thumb {
    background-color: #373d71;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid transparent;
}
body::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
} */
.ovH2 {
    height: 100vh!important;
    overflow: hidden;
}
.disN{
	display:none;
}
.slick-slide img{
    width:100%;
}
.mainWrap{
    /* overflow: hidden; */
    width: 100%;
}

.openWrap_m{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    padding: 2.2% 2.5%;
    text-align: center;
    background-color: #7a6757;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    animation: fadeIn 1s 3s forwards;
}

.value_only{
    display: none;
}

.mainVisual {
    width: 100%;
    position: relative;
    display:flex;
    height: 100vh;
    align-items: center;
    z-index: 2;
    overflow: hidden;
}
.mainVisual .content{
    width:100%;
    height:100%;
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
}
.mainVisual .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/mainVisual_bg.jpg) center top / cover no-repeat;
}
@keyframes scale_1{
    to{
        transform: scale(1);
    }
}
.mainVisual .textWrap{
    position: relative;
    color: #fff;
    font-size: 200px;
    font-weight: 700;
}
.mainVisual .textWrap .textlist{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainVisual .textWrap .text{
    opacity: 0;
}
.mainVisual .textWrap .text.point{
    font-size: 50px;
    font-weight: 100;
    margin:0 50px;
    animation: fadeIn 0.75s 0.5s forwards;
}
.mainVisual .textWrap .textlist01 .text:nth-child(1),
.mainVisual .textWrap .textlist02 .text:nth-child(3),
.mainVisual .textWrap .textlist03 .text:nth-child(2),
.mainVisual .textWrap .textlist03 .text:nth-child(5){
    animation: fadeInUp 1s 1.25s forwards;
}
.mainVisual .textWrap .textlist02 .text:nth-child(1),
.mainVisual .textWrap .textlist03 .text:nth-child(3),
.mainVisual .textWrap .textlist03 .text:nth-child(6){
    animation: fadeIn 1s 2s forwards;
}
.mainVisual .textWrap .textlist01 .text:nth-child(2),
.mainVisual .textWrap .textlist03 .text:nth-child(1),
.mainVisual .textWrap .textlist03 .text:nth-child(4){
    animation: fadeInRight 1s 2.75s forwards;
}

.mainVisual .scrolldown{
    left: 50%;
    transform: translateX(-50%);
    bottom: -150px;
    position: absolute;
    width: 1px;
    z-index: 5;
}
.mainVisual .scrolldown .line{
    position: relative;
    height: 225px;
    background: #555;
    opacity: 0;
    animation: fadeIn 1s 1s forwards;
}
.mainVisual .scrolldown .line:after{
    content:"";
    width: 1px;
    height: 0;
    position: absolute;
    left:0;
    top:0;
    background: #fff;
    animation: mainVisual_scrolldown 4s infinite;
}
@keyframes mainVisual_scrolldown{
    0%{
        height: 0;
    }
    50%{
        height: 100%;
    }
    100%{
        height: 0;
    }
}

/*scroldown*/
.main_scrolldown{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
}
.main_scrolldown .chevron {
    position: relative;
    width: 28px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.main_scrolldown .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.main_scrolldown .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.main_scrolldown .chevron:before,
.main_scrolldown .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.main_scrolldown .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.main_scrolldown .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
/*pageinfo*/
.pagingInfo {
    color: #99a3aa;
    font-size: 18px;
    font-weight: 100;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0 30px;
    letter-spacing: 0;
}
/*loader*/
body{
	overflow-x:hidden;
}
.loading{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background:#fff;
    z-index:1000;
}
.loading .content{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.loading .image{
    display: flex;
    gap: 5px;
    align-items: flex-start;
    margin-bottom: 30px;
}
.loading .image_con{
    animation: loading_imgcon 2s infinite forwards;
    opacity: 0;
}
@keyframes loading_imgcon{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.loading .image_con:nth-child(2){
    animation-delay: 0.5s;
}
.loading .image_con:nth-child(3){
    animation-delay: 1s;
}
.loading .image_con:nth-child(4){
    transform: translateY(-23px);
    animation-delay: 1.5s;
}
.loading .text{
    font-size: 20px;
    opacity: 0;
    animation: fadeInUp 1s 1s forwards;
}
.loading .text .point{
    position: relative;
}
.loading .text .point:before{
    content:"";
    width: 3px;
    height: 3px;
    background: #111111;
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    border-radius:50%;
}
@media(max-width:1080px){
    .loader{width:calc(100% - 30px);}
    .loading .text{
        font-size: 18px;
    }
}

.mainContent{
    text-align: center;
    position: relative;
    /* overflow: hidden; */
}
.mainContent .slideCon{
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}
.mainContent .Slider .slick-list, .mainContent .slick-track{
	height:100%;
}

.mainContent .sec01{
}
.mainContent .sec01 .content{
    position: relative;
}
.mainContent .sec01 .content:after{
    content: "";
    width: 100%;
    height: 2px;
    background: #191919;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}
.mainContent .sec01 .titleWrap{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 10% 0 5% 5%;
}
.mainContent .sec01 .titleWrap .title{
    font-size: 70px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 2.5%;
    align-items: flex-start;
}
.mainContent .sec01 .titleWrap .explain{
    font-size: 24px;
    font-weight: 700;
}
.mainContent .sec01 .content{

}
.mainContent .sec01 .content .listWrap{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100vh
}
.mainContent .sec01 .content .listcon{
    height: 100%;
    width: 100%;
    position: absolute;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mainContent .sec01 .content .listcon01{
    z-index: 3;
}
.mainContent .sec01 .content .listcon02{
    z-index: 2;
}
.mainContent .sec01 .content .listcon03{
    z-index: 1;
}
.mainContent .sec01 .content .listcon .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
.mainContent .sec01 .content .listcon01 .bg{
    background: url(../images/main_sec01_bg_01.jpg) center center / cover no-repeat;
}
.mainContent .sec01 .content .listcon02 .bg{
    background: url(../images/main_sec01_bg_02.jpg) center center / cover no-repeat;
}
.mainContent .sec01 .content .listcon03 .bg{
    background: url(../images/main_sec01_bg_03.jpg) center center / cover no-repeat;
}
.mainContent .sec01 .content .listcon .text{
    color: #fff;
    position: relative;
    text-align: left;
    margin-right: 10%;
}
.mainContent .sec01 .content .listcon .title{
    font-weight: 500;
    font-size: 60px;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}
.mainContent .sec01 .content .listcon01 .title{
    flex-direction: row;
}
.mainContent .sec01 .content .listcon .title_con{

}
.mainContent .sec01 .content .listcon .explain{
    font-weight: 300;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 7.5px;
    margin-top: 15%;
}
.mainContent .sec01 .content .listcon .explain .mg{
    margin-bottom: 5%;
}

.mainContent .sec02{
    background: #191919;
}
.mainContent .sec02 .list01{
    padding:10% 0;
}
.mainContent .sec02 .list01 .titleWrap{
    margin-right: 5%;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1 0 auto;
}
.mainContent .sec02 .list01 .titleWrap .title{
    margin-bottom: 2.5%;
}
.mainContent .sec02 .list01 .titleWrap .explain{

}
.mainContent .sec02 .list01 {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 10%;
    align-items: center;
}
.mainContent .sec02 .list01 .graph{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.mainContent .sec02 .list01 .graph .accent{
    margin-left: 30px;
    margin-bottom: 30px;
}

.mainContent .sec02 .list02{
    background: url(../images/main_sec02_list02_bg.jpg) right bottom / cover no-repeat;
    padding:10% 0;
}
.mainContent .sec02 .list02 .titleWrap{
    margin-right: 35%;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.mainContent .sec02 .list02 .titleWrap .title{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mainContent .sec02 .list02 .titleWrap .title .columnline{
    flex:1;
    padding-right: 5%;
    position: relative;
}
.mainContent .sec02 .list02 .titleWrap .title .columnline:before{
    content:"";
    width: 100%;
    height: 1px;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    background: #fff;
}
.mainContent .sec02 .list02 .titleWrap .title .columnline .image{
    position: relative;
    cursor: pointer;
}

.mainContent .sec03{
    padding-top: 5%;
}
.mainContent .sec03 .topWrap{
    width: 90%;
    height: 75vh;
    max-width: 1700px;
    margin:0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 15%;
}
.mainContent .sec03 .toplist{
    height: 100%;
    flex:0 0 100%;
}
.mainContent .sec03 .toplist .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
.mainContent .sec03 .toplist.main .content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    color: #fff;
}
.mainContent .sec03 .toplist.main .logo{
}
.mainContent .sec03 .toplist.main .logo_img{
    margin-bottom:5%;
}
.mainContent .sec03 .toplist.main .logo_explain{
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
}
.mainContent .sec03 .toplist.main .title{
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 1.5%;
}
.mainContent .sec03 .toplist.main .explain{
    font-size: 30px;
    font-weight: 200;
}
.mainContent .sec03 .toplist.sub{
    display: flex;
    flex-wrap: nowrap;
}
.mainContent .sec03 .toplist.sub .tipping{
    flex:0 0 100%;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
}
.mainContent .sec03 .toplist.sub .tipping .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
.mainContent .sec03 .toplist.sub .tipping._01 .bg{
    background: url(../images/main_sec03_bg_01.jpg) center center / cover no-repeat;
}
.mainContent .sec03 .toplist.sub .tipping._02 .bg{
    background: url(../images/main_sec03_bg_02.jpg) center center / cover no-repeat;
}
.mainContent .sec03 .toplist.sub .tipping._03 .bg{
    background: url(../images/main_sec03_bg_03.jpg) center center / cover no-repeat;
}
.mainContent .sec03 .toplist.sub .tipping .text{
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-left: 5%;
}
.mainContent .sec03 .toplist.sub .tipping .text .sub{
    font-size: 24px;
    border:1px solid #fff;
    padding: 10px 45px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 7.5%;
}
.mainContent .sec03 .toplist.sub .tipping .text .title{
    font-size: 40px;
    margin-bottom: 5%;
}
.mainContent .sec03 .toplist.sub .tipping .text .title_con{
    margin-bottom: 1.5%;
}
.mainContent .sec03 .toplist.sub .tipping .text .title_con:nth-last-child(1){
    margin-bottom: 0;
}
.mainContent .sec03 .toplist.sub .tipping .text .explain{
    font-weight: 300;
    font-size: 20px;
}
.mainContent .sec03 .toplist.sub .tipping .text .explain_con{
    margin-bottom: 2.5%;
}
.mainContent .sec03 .toplist.sub .tipping .text .explain_con:nth-last-child(1){
    margin-bottom:0;
}
.mainContent .sec03 .subtitle{
    width: 90%;
    margin:0 auto;
    display: flex;
    align-items: flex-start;
    text-align: left;
    max-width: 1400px;
    margin-bottom: 5%;
}
.mainContent .sec03 .subtitle .columnline{
    height: 10px;
    flex:0;
    background: #191919;
    margin-left: 30px;
    margin-top: 30px;
}
.mainContent .sec03 .subtitle .title{

}
.mainContent .sec03 .subtitle .title .text{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 70px;
    font-weight: 700;
}
.mainContent .sec03 .subtitle .title .text .small{
    font-size: 40px;
}
.mainContent .sec03 .listWrap{
    max-width: 1400px;
    margin: 0 auto;
    padding:5% 0 10%;
    width: 90%;
}
.mainContent .sec03 .listcon{
    display: flex;
    margin-bottom: 15%;
    align-items: flex-start;
    text-align: left;
}
.mainContent .sec03 .listcon:nth-last-child(1){
    margin-bottom: 0;
}
.mainContent .sec03 .listcon .text{
    flex: 1;
}
.mainContent .sec03 .listcon .title{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 50px;
    font-weight: 700;
    gap: 5px;
    margin-bottom: 10%;
}
.mainContent .sec03 .listcon .explain{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 300;
    font-size: 20px;
    gap: 10px;
}
.mainContent .sec03 .listcon .image{

}

.mainContent .sec04{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #ebebeb;
    height: 100vh;
}
.mainContent .sec04 .titleWrap{
    width: 90%;
    margin:0 auto;
    display: flex;
    align-items: flex-end;
    text-align: right;
    margin-bottom: 5%;
}
.mainContent .sec04 .titleWrap .columnline{
    height: 10px;
    flex:0;
    background: #191919;
    margin-right: 30px;
    margin-bottom: 30px;
}
.mainContent .sec04 .titleWrap .title{

}
.mainContent .sec04 .titleWrap .title .text{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 70px;
    font-weight: 700;
}
.mainContent .sec04 .titleWrap .title .text_con{

}
.mainContent .sec04 .listWrap{
    display: flex;
    flex-wrap: nowrap;
    gap: 80px;
    margin-left: 5%;
    /* animation: marquee 10s infinite; */
}
@keyframes marquee {
    0% {
        transform: translateZ(0)
    }
    50% {
        transform: translate3d(-15%, 0, 0)
    }
    100% {
        transform: translateZ(0)
    }
}
.mainContent .sec04 .listWrap .listcon{

}
.mainContent .sec04 .listWrap .listcon .image{

}
.mainContent .sec04 .listWrap .listcon .image img{
    image-rendering: pixelated;
}

.mainContent .sec05{
    position: relative;
    height: 950px;
    overflow: hidden;
}
.mainContent .sec05 .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/main_sec05_bg.jpg) center center / cover no-repeat;
}
.mainContent .sec05 .text{
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
}
.mainContent .sec05 .text .title{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5%;
}
.mainContent .sec05 .text .explain{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-weight: 300;
}

.mainContent .sec06{
    padding: 5% 0;
}
.mainContent .sec06 .wrap{
    max-width: 1400px;
    margin:0 auto;
    text-align: left;
    width: 90%;
}
.mainContent .sec06 .titleWrap{
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 2.5%;
}
.mainContent .sec06 .noticeWrap{
    border-top: 1px solid #191919;
    margin-bottom: 2.5%;
    text-align: c;
}
.mainContent .sec06 .notice_list{
    font-weight: 300;
    padding: 2.5% 0;
    border-bottom: 1px solid #191919;
    display: flex;
    cursor: pointer;
    text-align: center;
    transition: 0.5s all;
}
.mainContent .sec06 .notice_list:hover{
    color: #fff;
    background: #191919;
}
.mainContent .sec06 .notice_list .type{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    flex: 0 0 200px;
    text-align: center;
}
.mainContent .sec06 .notice_list .title{
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    text-align: left;
}
.mainContent .sec06 .notice_list .date{
    font-size: 18px;
    flex: 0 0 150px;
}
.mainContent .sec06 .notice_list .false{
    flex: 1;
    text-align: center;
    font-size: 20px;
}
.mainContent .sec06 .pagingWrap{
    display: flex;
    gap: 15px;
    justify-content: center;
}
.mainContent .sec06 .pagingWrap .prev{
    margin-right: 15px;
}
.mainContent .sec06 .pagingWrap .next{
    margin-left: 15px;
}
.mainContent .sec06 .pagingWrap .num{
    font-size: 22px;
    font-weight: 300;
}
.mainContent .sec06 .pagingWrap .num.active{
    font-weight: 700;
}
.mainContent .sec06 .pagingWrap .date{

}


.fan_ball {
    position: fixed;
    top: auto;
    left: auto;
    z-index: 10;
    cursor: pointer;
}

.fan_ball>div {
    position: relative;
}

.fan_ball a {
    width: 75px;
    height: 75px;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    user-select: none;
    font-size: 15px;
    letter-spacing: 0;
}

.fan_ball a::before{
    content:"";
    width: 75px;
    height: 1px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.fan_ball a::after{
    content:"";
    width: 1px;
    height: 75px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

/*layer_pop*/
.layer_pop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.85);
    width: 100%;
    display: none;
    z-index: 111;
    cursor:pointer;
}
.layer_pop img{
    width:100%;
}
.layer_container {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.layer_pop .movie{
    padding: 56.25% 0 0 0;
    position: relative;
    width: 80%;
    height: 0;
}
.layer_pop .movie iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.layer_pop .layer_close {
    width: 75px;
    height: 50px;
    z-index: 9999;
    position: absolute;
    right: 2.5%;
    top: 5%;
    background-color: transparent;
}
.layer_pop .layer_close span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fefeff;
    font-size: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.layer_pop .layer_close span:nth-child(even) {
    margin: 5px 0;
    width: 75%;
    margin-left: auto;
}
.layer_pop .layer_close span{
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    height: 3px;
    text-align: center;
}
.layer_pop .layer_close span:nth-child(even){
    display:none;
}
.layer_pop .layer_close span:nth-child(1) {
    transform: translateY(1.5px) rotate( 225deg);
}
.layer_pop .layer_close span:nth-child(3) {
    transform: translateY(-2px) rotate( 135deg);
}

.layer_ceo{
    color: #fff;
}
.layer_ceo .layer_container{
}
.layer_ceo .boxWrap{
    background: url(../images/main_sec02_list02_bg.jpg) right bottom / cover no-repeat;
    width: 90%;
    padding: 7.5% 2.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: auto;
    position: relative;
}
.layer_ceo .title{
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 2.5%;
}
.layer_ceo .explain{
    font-size: 20px;
    font-weight: 200;
    max-height: 300px;
    overflow: auto;
    padding-right: 30px;
}
.layer_ceo img{
    max-width: max-content;
}

.layer_notice .content {
    background: #fff;
    width: 90%;
    padding: 2.5%;
    text-align: center;
    cursor: auto;
}
.layer_notice .titleWrap{
    background: #ebebeb;
    padding: 1.5% 2.5%;
    text-align: left;
}
.layer_notice .titleWrap .title{
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 5px;
}
.layer_notice .titleWrap .date{
    color: #898989;
}
.layer_notice .explain{
    padding: 1.5% 2.5%;
    border-bottom: 1px solid #191919;
    font-size: 18px;
    text-align: left;
    margin-bottom: 1.5%;
    max-height: 300px;
    overflow: auto;
}
.layer_notice .btnlist {
    background: #191919;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 10px;
    font-weight: 300;
    min-width: 150px;
    margin-bottom: 1.5%;
    cursor: pointer;
}
.layer_notice .pageWrap {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.layer_notice .pageWrap .page {
    display: flex;
    padding: 1.5% 2.5%;
    color: #898989;
    font-weight: 300;
    cursor: pointer;
    transition: 0.5s all;
    text-align: left;
    font-size: 20px;
}
.layer_notice .pageWrap .page:hover{
    color: #fff;
    background: #191919;
}
.layer_notice .pageWrap .page.next {
    border-bottom: 1px solid #191919;
}
.layer_notice .pageWrap .subject{
    margin-right: 2.5%;
}
.layer_notice .pageWrap .name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.MB_BR{
    display: none;
}

/*response*/
@media(max-width:1400px){
    .mainContent .sec02 .list02 .titleWrap{
        margin-right: 15%;
    }

    .mainContent .sec03 .toptitle .title{
        font-size: 50px;
    }
    .mainContent .sec03 .toptitle .explain{
        font-size: 24px;
    }
    .mainContent .sec03 .listcon .image{
        width: 50%;
    }
    .mainContent .sec03 .listcon .image img{
        width: 100%;
    }
}
@media (max-width:1080px){
    .mainWrap{
        overflow: hidden;
    }
    .mainWrap img{
        width: 100%;
    }

    .MB_BR{
        display: block;
    }


    .mainVisual .textWrap{
        width: auto;
        font-size: 15vw;
    }
    .mainVisual .textWrap .text.point{
        font-size: 4vw;
        margin: 0 15px;
    }

    .mainContent .sec01 .titleWrap{
        padding-top: 30%;
    }
    .mainContent .sec01 .titleWrap .title{
        font-size: 50px;
        gap: 10px;
    }
    .mainContent .sec01 .titleWrap .explain{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .mainContent .sec01 .content .listcon{
        justify-content: flex-start;
    }
    .mainContent .sec01 .content .listcon .text{
        margin:0;
        margin-left: 5%;
    }
    .mainContent .sec01 .content .listcon .title{
        font-size: 50px;
    }
    .mainContent .sec01 .content .listcon01 .title{
        flex-direction: column;
    }
    
    .mainContent .sec02 .list01{
        flex-direction: column;
        justify-content: center;
        height: 100vh;
    }
    .mainContent .sec02 .list01 .titleWrap{
        font-size: 50px;
        flex: 0 0 auto;
        margin-bottom: 15%;
    }
    .mainContent .sec02 .list01 .titleWrap .title{
        line-height: 120%;
    }
    .mainContent .sec02 .list01 .titleWrap .explain{
        width: 75%;
    }
    .mainContent .sec02 .list01 .graph{
        flex: 0 0 auto;
        flex-wrap: nowrap;
        width: 300%;
        margin-left: 100%;
    }

    .mainContent .sec02 .list02{
        height: 100vh;
        background: url(../images/main_sec02_list02_bg_m.jpg) right bottom / cover no-repeat;
    }
    .mainContent .sec02 .list02 .titleWrap{
        font-size: 50px;
        margin-right: 2.5%;
        align-items: flex-end;
        height: 100%;
        justify-content: center;
    }
    .mainContent .sec02 .list02 .titleWrap .title{
        width: 100%;
    }
    .mainContent .sec02 .list02 .titleWrap .title .columnline{
        padding-right: 0;
    }
    .mainContent .sec02 .list02 .titleWrap .title .columnline .image{
        margin: 0 auto;
        max-width: max-content;
    }
    .mainContent .sec02 .list02 .titleWrap .explain{
        width: 80%;
        max-width: max-content;
    }
    .layer_ceo .layer_container{
        width: 100%;
    }
    .layer_ceo .title{
        font-size: 30px;
        margin-bottom: 5%;
        line-height: 130%;
    }
    .layer_pop .layer_close{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: -35px
    }
    .layer_ceo .explain{
        font-size: 16px;
    }

    .mainContent .sec03{
        padding-top:10%;
    }
    .mainContent .sec03 .topWrap{
        height: 85vh;
    }
    .mainContent .sec03 .toplist.main .bg{
        background: url(../images/main_sec03_top_bg_m.jpg) center center / cover no-repeat;
    }
    .mainContent .sec03 .toplist.main .logo_img{
        width: 50%;
        max-width: max-content;
        margin: 0 auto;
        margin-bottom: 5%;
    }
    .mainContent .sec03 .toplist.main .logo_explain{
        font-size: 26px;
    }
    .mainContent .sec03 .toplist.main .title{
        font-size: 40px;
    }
    .mainContent .sec03 .toplist.main .explain{
        font-size: 20px;
    }
    .mainContent .sec03 .toplist.sub .tipping{
        align-items: flex-end;
        padding-bottom: 15%;
    }
    .mainContent .sec03 .toplist.sub .tipping._01 .bg{
        background: url(../images/main_sec03_bg_01_m.jpg) center center / cover no-repeat;
    }
    .mainContent .sec03 .toplist.sub .tipping._02 .bg{
        background: url(../images/main_sec03_bg_02_m.jpg) center center / cover no-repeat;
    }
    .mainContent .sec03 .toplist.sub .tipping._03 .bg{
        background: url(../images/main_sec03_bg_03_m.jpg) center center / cover no-repeat;
    }
    .mainContent .sec03 .toplist.sub .tipping .text .sub{
        font-size: 20px;
    }
    .mainContent .sec03 .toplist.sub .tipping .text .title{
        font-size: 36px;
    }
    .mainContent .sec03 .toplist.sub .tipping .text .explain{
        font-size: 18px;
    }
    .mainContent .sec03 .subtitle .title{
        width: 70%;
    }
    .mainContent .sec03 .subtitle .title .text{
        font-size: 50px;
    }
    .mainContent .sec03 .subtitle .title .text .small{
        font-size: 30px;
    }
    .mainContent .sec03 .listcon{
        flex-direction: column;
    }
    .mainContent .sec03 .listcon .text{
        margin-bottom: 7.5%;
    }
    .mainContent .sec03 .listcon .image{
        width: 100%;
    }

    .mainContent .sec04{
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mainContent .sec04 .titleWrap{
        align-items: center;
        margin-bottom: 10%;
    }
    .mainContent .sec04 .titleWrap .columnline{
        margin-bottom: 0;
    }
    .mainContent .sec04 .titleWrap .title .text{
        font-size: 50px;
        gap: 0;
    }
    .mainContent .sec04 .titleWrap .title .text_con{
        line-height: 120%;
    }
    .mainContent .sec04 .titleWrap .title .text_con .mb_br{
        line-height: inherit;
    }
    .mainContent .sec04 .listWrap{
        width: 300%;
        gap: 5%;
        padding-right: 5%;
    }

    .mainContent .sec05 .text .title{
        font-size: 30px;
        gap: 0;
    }
    .mainContent .sec05 .text .title_con{
        line-height: 125%;
    }
    .mainContent .sec05 .text .explain{
        gap: 0;
    }
    .mainContent .sec05 .text .explain_con{
        line-height: 130%;
    }

    .mainContent .sec06{
        padding:15% 0;
    }
    .mainContent .sec06 .titleWrap{
        margin-bottom: 5%;
    }
    .mainContent .sec06 .notice_list{
        padding:5% 0;
    }
    .mainContent .sec06 .wrap{
        width: 95%;
    }
    .mainContent .sec06 .noticeWrap{
        margin-bottom: 5%;
    }
    .mainContent .sec06 .notice_list .type{
        flex:0 0 20%;
    }
    .mainContent .sec06 .notice_list .date{
        flex:0 0 20%;
    }



}
@media(max-width:720px){

    .mainContent .sec01 .titleWrap .title{
        font-size: 7vw;
    }
    .mainContent .sec01 .titleWrap .explain{
        font-size: 3.6vw;
    }
    .mainContent .sec01 .content .listcon .title{
        font-size: 7vw;
    }
    .mainContent .sec01 .content .listcon .explain{
        font-size: 3vw;
    }

    .mainContent .sec02 .list01 .titleWrap{
        font-size: 8vw;
    }
    .mainContent .sec02 .list02 .titleWrap{
        font-size: 8vw;
    }
    .mainContent .sec02 .list02 .titleWrap .title .columnline .image{
        width: 50%;
    }
    .layer_ceo .title{
        font-size: 5vw;
    }
    .layer_ceo .explain{
        font-size: 3.2vw;
        line-height: 150%;
    }
    .layer_pop .layer_close{
        width: 50px;
        top: -25px;
    }

    .mainContent .sec03 .toplist.main .logo_img{
        width: 35%;
    }
    .mainContent .sec03 .toplist.main .logo_explain{
        font-size: 5vw;
    }
    .mainContent .sec03 .toplist.main .title{
        font-size: 7vw;
        line-height: 130%;
        width: 75%;
        margin: 0 auto;
        margin-bottom: 5%;
    }
    .mainContent .sec03 .toplist.sub .tipping .text .sub{
        font-size: 4vw;
    }
    .mainContent .sec03 .toplist.sub .tipping .text .title{
        font-size: 7vw;
    }
    .mainContent .sec03 .toplist.sub .tipping .text .explain{
        font-size: 3.4vw;
        width: 75%;
    }
    .mainContent .sec03 .toplist.sub .tipping .text .explain_con{
        margin-bottom: 0;
        line-height: 135%;
    }
    .mainContent .sec03 .subtitle .title .text{
        font-size: 8vw;
    }
    .mainContent .sec03 .subtitle .title .text .small{
        font-size: 4vw;
    }
    .mainContent .sec03 .subtitle .columnline{
        margin: 0;
        margin-top:5%;
        height: 5px;
    }
    .mainContent .sec03 .listcon .title{
        font-size: 8vw;
    }
    .mainContent .sec03 .listcon .explain{
        gap: 7.5px;
        font-size: 3.6vw;
    }

    .mainContent .sec04 .titleWrap .title .text{
        font-size: 8vw;
    }
    .mainContent .sec04 .titleWrap .columnline{
        height: 5px;
    }

    .mainContent .sec05 .text .title{
        font-size: 6vw;
    }
    .mainContent .sec05 .text .explain{
        font-size: 3.4vw;
    }

    .mainContent .sec06 .titleWrap{
        font-size: 8vw;
    }
    .mainContent .sec06 .notice_list .type,
    .mainContent .sec06 .notice_list .title,
    .mainContent .sec06 .notice_list .date{
        font-size: 3.4vw;
    }
    .mainContent .sec06 .pagingWrap{
        align-items: center;
    }
    .mainContent .sec06 .pagingWrap .num{
        font-size: 3.4vw;
    }
    .layer_notice .layer_container{
        width: 100%;
    }
    .layer_notice .content{
        padding:5% 2.5%
    }
    .layer_notice .titleWrap{
        padding:5% 2.5%;
    }
    .layer_notice .titleWrap .title{
        font-size: 7vw;
    }
    .layer_notice .titleWrap .date{
        font-size: 3.4vw;
    }
    .layer_notice .explain{
        font-size: 3.4vw;
        margin-bottom: 5%;
    }
    .layer_notice .btnlist{
        font-size: 3.4vw;
        margin-bottom: 5%;
    }
    .layer_notice .pageWrap .page{
        font-size: 3.4vw;
        padding:5%;
    }
}