/*layout*/
.header .head_menu .gnb{padding:0 90px 0 32%;}

.sns{display: none !important;}


/* 공통 */
.about{border-top:2px solid #015aaa; padding-top:10px;}

.flex{display: flex}

.list{flex-wrap: wrap;}
.list li{flex:1; text-align: center;}
.list li img{display: block;}

.text_box{padding:2rem; background: #f7f8f9; text-align: center; border-radius: 10px; text-align: center;}
.text_box p{font-size: 1.125rem; font-weight: 500; color: #444;}
.text_box .bold{font-weight: bold;}
/* 공통 끝 */


/* 인사말 */
.greeting {display: flex; flex-direction: column; gap: 3rem;}
.greeting .greeting_header {padding: 5rem 0; position: relative;}
.greeting .greeting_header::before {content: ""; width: 150%; height: 100%; background: #f7f8f9; position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: -2;}
.greeting .greeting_header::after {content: ""; background: url(/resources/site/mega309/resource/images/contents/introduce_bg.png) center no-repeat; width: 500px; height: 500px; background-size: cover; mix-blend-mode: difference; opacity: .3; position: absolute; top: 2rem; left: 50%; transform: translateX(-50%); z-index: -1;}
.greeting .greeting_header .greeting_tit {display: flex; flex-direction: column; align-items: center; gap: 2rem; text-align: center;}
.greeting .greeting_header .greeting_tit .tit {font-size: 1.8125rem; font-weight: 500;}
.greeting .greeting_header .greeting_tit .tit span {color: #005BAA; font-weight: 700;}
.greeting .greeting_body {display: flex; flex-direction: column; gap: 2rem;}
.greeting .greeting_body .greeting_txt {font-size: 1.125rem; line-height: 1.75;}
.greeting .greeting_body .sign {text-align: right; font-size: 1.0625rem; line-height: 2;}
.greeting .greeting_body .sign span {font-size: 1.25rem; font-weight: 700; letter-spacing: 1rem; margin: 0 -1rem 0 1rem;}


.list.glocal{gap:1rem;}
.list.glocal li{padding: 1.875rem;background: #f0f6fc;border-radius: 10px;}
.list.glocal li p{font-weight: 600;}
.list.glocal .icon{width: 65px;height: 65px;margin: 15px auto;background: #ffffff;border-radius: 50%;}


.num_list.type_02.mega li+li{margin-top:25px;}
.num_list.type_02.mega li .num{width: 100%; text-align: left; font-size: 1.2rem; transform: none;}

.mean{display: flex; flex-wrap: wrap; align-items: center; gap:1.25rem;}
.mean li{display: flex; align-items: center; gap:5px;}
.mean li .cir{position: relative; display: inline-block; background: #ccd1e6; width: 30px; height: 30px; border-radius: 50%;}
.mean li .cir span{font-size: 1.125rem;  color: #015aaa; font-weight: bold; display: inline-block; position: absolute; top:0; left:50%; transform: translate(-50%);}
.text_box.mean{display: block; padding:15px; color: #015aaa; background: #ebf3f9; font-weight: bold; margin-top:25px;}

.major_wrap{position: relative; width: 100%;}
.major_wrap .img{position: relative; height:350px;}
.major_wrap .img:before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; animation: major_bg cubic-bezier(0, .30, .43, 1) 1.5s 0.2s both;}
.major_wrap .img img{object-fit: cover; object-position: center; width: 100%; height: 100%;}
.major_wrap .text{position: relative;z-index: 1;margin-top: -135px;margin-left: 35%;padding:5%;background: rgba(0,0,0, 0.73);}
.major_wrap .text strong{display: block;margin-bottom:10px;color: #fff;font-size: 1.5rem;line-height: 1.2;}
.major_wrap .text p{font-size: 1.125rem;color: rgb(255,255,255, 0.7);}
@keyframes major_bg {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}


.cont_group.mega{margin:2.1875rem 0; gap:1rem; flex-wrap: wrap;}
.list.mega{flex: 1; text-align: center;}
.list.mega > ul{display: flex; align-items: center; background: #f0f6fc; border-radius: 10px; padding: 1.5625rem;}
.list.mega > ul > li{position: relative;}
.list.mega > ul > li:first-child:after{content: ''; position: absolute; right:0; top:50%; width: 15px; height: 15px; background: url(/resources/site/mega309/resource/images/contents/icon_plus.png);}
.list.mega .box{display: flex; align-items: center; flex-direction: column;}
.list.mega .box .icon{width: 65px; height: 65px; margin: 15px auto; background: #ffffff; border-radius: 50%;}
.list.mega > p{margin-top:1.25rem; border-radius: 45px; border: 1px solid #015aaa; color: #015aaa; padding:5px;}



@media (max-width: 1240px){
    .mean li .cir{width: 25px; height: 25px;}

    .major_wrap .bg{height: 220px;}
    .major_wrap .txt_area{padding:0 50px;}
}

@media (max-width: 992px){
    .list.glocal li{flex: none; width: calc(100% / 2 - 0.5rem);}
}


@media (max-width: 768px){
    .list.mega{flex: none; width: 100%;}

    .major_wrap .img{height: auto;}
    .major_wrap .text{margin-top: -80px; margin-left: 14%;}
}

@media (max-width: 566px) {
    .greeting .greeting_header::after {width: 350px; height: 350px;}
    .greeting .greeting_header .greeting_tit .logo img {width: 120px;}
    .greeting .greeting_header .greeting_tit .tit {font-size: 1.5rem;}
    .greeting .greeting_header .greeting_tit br {display: none;}

    .major_wrap .text{margin:0; padding:20px 0 20px 0; border-bottom:1px solid #ddd; background: #fff;}
    .major_wrap .text strong{color: #015aaa;}
    .major_wrap .text p{color: #444;}

}


@media (max-width: 390px){
    .list.glocal li{width: 100%;}
}