@charset "utf-8";

#mVisual{width: 100%;}
#mVisual .mv{position: relative; width: 100%; height: 600px; background-size: cover; background-position: center center; background-repeat: no-repeat;}
#mVisual .mv.mv1{background-image: url(/images/main/mv1_211012.jpg);}
#mVisual .mv.mv2{background-image: url(/images/main/mv2_211012.jpg);}
#mVisual .mv .txt{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#mVisual .mv.mv2 .txt{text-align: center; background-color: rgba(0,0,0,0.4); padding: 60px; width: 100%; max-width: 800px;}
#mVisual .mv.mv2 .txt p{font-size: 2.4rem; color: #fff; line-height: 1.8em; word-break: keep-all;}
#mVisual .mv.mv2 .txt p span{font-size: 2.8rem; font-weight: 600; color: #ffc322;}
#mVisual .mv .txt img{max-width: 100%;}
#mVisual .mv .txt .button{text-align: center;}
#mVisual .mv .txt .button a{display: inline-block; margin-top: 20px; background-color: #EE3335; color: #fff; font-weight: 500; font-size: 2rem; padding: 15px 30px; line-height: 1em;}

#mVisual .slick-dots{transform: translateX(-50%);}
#mVisual .slick-dots li{background-color: transparent; border: 1px solid #fff;}
#mVisual .slick-dots li.slick-active{background-color: #fff;}

@media all and (max-width:999px){
    #mVisual .mv{height: 60vh;}
    #mVisual .mv .txt .button a{padding: 10px 20px; margin-top: 15px;}
    #mVisual .mv.mv2 .txt{padding: 6%;}
    #mVisual .mv.mv2 .txt p{font-size: 2rem;}
    #mVisual .mv.mv2 .txt p span{font-size: 2.4rem;}
}
@media all and (max-width:640px){
    #mVisual .mv.mv2 .txt p br{display: none;}
}

/* m-section */
.m-section{display: flex; justify-content: space-between; padding: 70px 0 60px;}
.m-section > div{width: 33.33333%; padding: 0 20px; min-height: 240px;}

.main_notice{}
.main_notice .tit{display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem;}
.main_notice .tit h3{font-size: 2.2rem; color: #333333; line-height: 1em;}
.main_notice .tit a{}
.main_notice ul{}
.main_notice ul li{}
.main_notice ul li a{display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;}
.main_notice ul li:last-child a{margin-bottom: 0;}
.main_notice ul li a .txt{width: calc(100% - 120px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.7rem; color: #666666;}
.main_notice ul li a .date{width: 80px; font-size: 1.4rem; color: #999999; text-align: right;}

.main_link{}
.main_link ul{display: flex; justify-content: space-between; flex-wrap: wrap; height: 100%;}
.main_link ul li{width: calc(50% - 10px); height: calc(50% - 10px);}
.main_link ul li:nth-child(1){background:#d75b34  url(/images/main/main_link1.png) no-repeat bottom 20px right 20px;}
.main_link ul li:nth-child(2){background:#dd613f  url(/images/main/main_link2.png) no-repeat bottom 20px right 20px;}
.main_link ul li:nth-child(3){background-color: #d97632; margin-top: 10px; /*padding: 20px;*/}
.main_link ul li:nth-child(4){background:#ebb141  url(/images/main/main_link4.png) no-repeat bottom 20px right 20px; margin-top: 10px;}
.main_link ul li > a{color: #fff; display: block; padding: 20px 18px;}
.main_link ul li a p{font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 1.4rem; font-weight: 500;}
.main_link ul li h3{color: #fff; font-size: 2.2rem; letter-spacing: -0.075em; line-height: 1.2em; margin-bottom: 4px; word-break: keep-all;}
.main_link ul li > p a{color: #f3f3f3; font-size: 1.4rem;}

.main_gallery{}
.main_gallery .img{max-width: 400px;}
.main_gallery .img img{max-width: 100%; max-height: 202px; overflow: hidden;}
.main_gallery .slick-dots{left: auto; right: 20px; top: auto; bottom: 0;}
.main_gallery .slick-dots li{width: 12px; height: 12px; border: 1px solid #d75b34; background-color: transparent;}
.main_gallery .slick-dots li.slick-active{background-color: #d75b34;}

@media all and (max-width:1280px){
    .m-section{flex-wrap: wrap;}
    .m-section > div{width: 50%;}
    .main_gallery .img{max-width: 100%;}
    .main_gallery .img img{max-height: auto; margin: 0 auto;}
    .main_gallery .slick-dots{right: auto; left: 50%; transform: translateX(-50%); width: 100%;}
    .m-section > .main_link{width: 100%; order: 2; margin-top: 40px;}
    .main_link ul li{height: 110px;}
}
@media all and (max-width:999px){
    .main_notice ul li a .txt{width: calc(100% - 90px);}
    .main_notice ul li a .date{width: 70px;}
}
@media all and (max-width:640px){
    .m-section{padding: 12% 0;}
    .m-section > div{width: 100%; margin-bottom: 8%;}
    .main_notice ul li a .txt{font-size: 1.5rem;}
    .main_notice ul li a{margin-bottom: 10px;}
    .m-section > div.main_gallery{padding-bottom: 10%; order: 3;}
    .main_notice .tit{margin-bottom: 2rem;}
    .m-section > .main_link{margin-bottom: 8%; margin-top: 0;}
    .m-section > .main_link ul li{width: calc(50% - 5px);}
}
@media all and (max-width:480px){
    .main_link ul li{background-position: bottom 12px right 12px !important;}
    .main_link ul li h3{font-size: 1.8rem;}
    .main_link ul li > a{padding: 18px 12px;}
    .main_link ul li > p a{font-size: 1.3rem;}
}


/* m-section2 */
.m-section2{background-color: #f5f5f3; padding: 60px 0;}
.m-section2 .inner{display: flex; justify-content: space-between;}
.m-section2 .inner > div{width: 33.3333%; padding: 0 20px;}
.m-section2 .inner > div a{display: block; background-color: #fff; border: 1px solid #eeeeee; box-sizing: border-box; padding: 40px; background-repeat: no-repeat; background-position: center right 40px; background-size: auto;}
.m-section2 .inner > div:nth-child(1) a{border-top: 3px solid #d44432; background-image: url(/images/main/msec2_img1.png);}
.m-section2 .inner > div:nth-child(1) a h3{color: #d44432;}
.m-section2 .inner > div:nth-child(2) a{border-top: 3px solid #d75b34; background-image: url(/images/main/msec2_img2.png);}
.m-section2 .inner > div:nth-child(2) a h3{color: #d75b34}
.m-section2 .inner > div:nth-child(3) a{border-top: 3px solid #ebb141; background-image: url(/images/main/msec2_img3.png);}
.m-section2 .inner > div:nth-child(3) a h3{color: #ebb141}
.m-section2 .inner > div a h3{font-size: 2.4rem;}
.m-section2 .inner > div a p{font-size: 1.7rem; color: #777777;margin-top: 1rem;}

@media all and (max-width:1280px){
    .m-section2 .inner > div{padding: 0 10px;}
    .m-section2 .inner > div a{ background-position: bottom 40px right 40px;background-size: 80px !important; padding-bottom: 140px;}
}
@media all and (max-width:999px){
    .m-section2 .inner > div a{height: 240px; background-size: 60px !important; padding: 25px; padding-bottom: 80px;}
    .m-section2 .inner > div a p br{display: none;}
    .m-section2 .inner > div a h3{font-size: 2rem;}
    .m-section2 .inner > div a p{font-size: 1.5rem;}
}
@media all and (max-width:640px){
    .m-section2{padding: 12% 0;}
    .m-section2 .inner{flex-wrap: wrap;}
    .m-section2 .inner > div{width: 100%; margin-bottom: 5%;}
    .m-section2 .inner > div:last-child{margin-bottom: 0;}
    .m-section2 .inner > div a{height: auto; padding-bottom: 25px; background-position: center right 25px;}
    .m-section2 .inner > div a p{width: 70%; word-break: keep-all;}
}


/* m-section3 */
.m-section3{padding: 40px 0;}
.m-section3 .s-inner{display: flex; justify-content: space-between; align-items: center;}
.m-section3 .s-inner .tit{width: 120px; font-size: 2.2rem; color: #333333;}
.m-section3 .s-inner .partner_list{width: calc(100% - 120px);}
.m-section3 .s-inner .partner_list img{max-width: 100%;}

@media all and (max-width:640px){
    .m-section3 .s-inner{flex-direction: column;}
    .m-section3{padding: 8% 0;}
    .m-section3 .s-inner .tit{width: 70px; font-size: 1.8rem; margin-bottom: 1rem;}
    .m-section3 .s-inner .partner_list{width: 100% ;}
}