#main {
    background:#eff6fe url(../images/main/bg_main.png) no-repeat 50% 0;
    padding:50px 0 0 0; text-align: center;
}
#main * {outline-offset: 2px;}

.main-title {
    font-family: 'Sebang'; background: url(../images/main/char.png) no-repeat 100% 50%;
    min-height: 160px; padding:0 160px; display: inline-flex; align-items: center; background-size: contain;
}
.main-title .main-title-lg {display:block; font-size: 4.1rem; font-weight: 700; color:#26346f; margin-top: 10px;}
.main-title .main-title-lg strong {color:#1f8ee9; word-break: keep-all; display: inline-block; margin-left:20px;}
.main-title .main-title-lg i {animation: bounce 0.6s 3s ease-in-out; font-style: normal; display: inline-block;}
.main-title .main-title-lg i:nth-child(7) {padding-left:20px;}
.main-title .main-title-sm {display:block; font-size: 25px; color:#26346f; font-weight: 400;}

@keyframes bounce {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-20px); }
    60%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}

.main-notice {
    display: flex;
    justify-content: space-between;
    width:1500px;
    margin:42px auto 110px auto;
    text-align: left;
}
.main-notice > div {
    width:calc((100% / 3) - 23px);
}

/*보도및공지*/
.main-board {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 27px rgba(33, 56, 121, 0.1);
    padding:25px 40px;
    margin-top: 25px;
}
.main-board-top {
    padding:5px 0 0 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.main-board-top .title {
    font-size: 1.18rem;
    color: #26346f;
    margin-top: 5px;
    font-weight: 600;
    padding-bottom:20px;
    position: relative;
    display: inline-block;
}
.main-board-top .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width:100%;
    height:2px;
    background: #26346f;
}
.board-tab {
    display: flex;
    gap:15px;
}
.board-tab li a {
    font-size: 1.06rem;
    color:#666;
    font-weight: 400;
    padding-bottom:20px;
    display: block;
    position: relative;
    transition: all 0.2s;
}
.board-tab li.active a {
    font-size: 1.18rem;
    color: #26346f;
    font-weight: 600;
}
.board-tab li a:hover {
    color: #26346f;
    font-weight: 600;
}
.board-tab li.active a:after,
.board-tab li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width:100%;
    height:2px;
    background: #26346f;
}
.board-tab li:not(.active) a:hover:after {bottom: -2px;}
/*반응형셀렉트*/
.sm_select {
    position: relative;
    display: none;
    width: calc(100% - 80px);
    margin: -10px 0 10px 0;
}
.sm_select select {
    width:100%; border:1px dashed #98b8e1;
    padding:11px 12px;
    appearance: none;
    background: #fff;
    border-radius: 5px;
    font-size: 1.18rem;
    color: #26346f;
}
.sm_select span {
    position: absolute;
    display: block;
    right:12px; top:50%; transform: translateY(-50%);
    width:14px; height:14px;
    background: url(../images/sub/arrow_icon_bt.svg) no-repeat 50% 50%;
    background-size: 11px;
}
.main-board-top .btn_more {
    position: absolute;
    right:0; top:0;
    display: block;
    width:32px; height:32px;
    background: url(../images/main/board_btn.png) no-repeat 50% 50%;
    transition: all 0.2s;
}
.main-board-top .btn_more:hover {
    transform: rotate(180deg);
}
.main-board-list {
    display: flex;
    flex-direction: column;
    gap:23px 0;
}
.main-board-list li {
    display: flex;
    justify-content: space-between;
}
.main-board-list .title {
    color:#222;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 130px);
}
.main-board-list .title:hover {text-decoration: underline;}
.main-board-list .date {
    font-size: 0.87rem;
    color:#666;
}
.main-board-list .latest {
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.main-board-list .latest > div {
    width:calc(100% - 95px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:12px;
}
.main-board-list .latest .title {
    color:#000;
    font-size: 1.18rem;
    font-weight: 500;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.main-board-list .latest .date {
    flex-shrink: 0;
    width:80px;
    height:80px;
    background: #d2ecff;
    text-align: center;
    font-size: 0.87rem;
    color:#26346f;
    border-radius: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-board-list .latest .date strong {
    display: block;
    font-size: 1.95rem;
    font-weight: 900;
    margin-bottom: 2px;
    letter-spacing: -0.05rem;
}
.main-board-list .text {
    font-size: 0.93rem;
    color:#333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*포토뉴스*/
.main-gallery {
    position: relative;
}
.main-gallery-top {
    position: absolute;
    left:0; top:0;
    display: block;
    width:158px;
    height:54px;
    color:#fff;
    background: url(../images/main/gallery_tit.png) no-repeat 50% 50%;
    background-size: 100%;
    padding:16px 25px 0 25px;
}
.main-gallery-top .title {
    font-size: 1.37rem;
}
.main-gallery-top .btn_more {
    position: absolute;
    right:18px; top:50%;
    transform: translateY(-50%);
    display: block;
    width:26px; height:26px;
    background: url(../images/main/gallery_btn.png) no-repeat 50% 50%;
    transition: all 0.2s;
}
.main-gallery-top .btn_more:focus {outline-color:#fff;}
.main-gallery-top .btn_more:hover {
    transform: rotate(180deg) translateY(50%);
}
.main-gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:22px 0;
    margin-top: 25px;
}
.main-gallery-list li {
    width:230px;
}
.main-gallery-list .pic {
    margin-bottom: 15px;
    width:230px;
    /*height:150px;*/
    border-radius: 10px;
    overflow: hidden;
    display: block;
    aspect-ratio: 23 / 15;
}
.main-gallery-list .pic img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.main-gallery-list .title {
    margin-bottom: 5px;
    color:#222;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main-gallery-list .title:hover {text-decoration: underline;}
.main-gallery-list .date {
    font-size: 0.87rem;
    color:#666;
}


/*주요서비스*/
.main-major {
    background: url(../images/main/bg_service.jpg) repeat 50% 0%;
    padding:88px;
    min-height:320px;
    display: flex;
    gap:25px 4%;
    justify-content: center;
    align-items: flex-start;
}
.main-major a {
    width:120px;
    color:#fff;
    font-size: 1.12rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    padding-top: 120px;
    transition: all 0.3s ease;
}
.main-major a:hover {margin-top: -20px;}
.main-major a:focus {outline-color: #fff;}
.main-major a:before {
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-35%);
    width:148px;
    height:148px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.main-major a.major_01:before {background-image: url(../images/main/major_01.png);}
.main-major a.major_02:before {background-image: url(../images/main/major_02.png);}
.main-major a.major_03:before {background-image: url(../images/main/major_03.png);}
.main-major a.major_04:before {background-image: url(../images/main/major_04.png);}
.main-major a.major_05:before {background-image: url(../images/main/major_05.png);}
.main-major a.major_06:before {background-image: url(../images/main/major_06.png);}
.main-major a.major_07:before {background-image: url(../images/main/major_07.png);}

.main-service {
    padding:115px 0;
    background: #fff;
}
.main-service-in {
    width:1500px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}

.portinfo {
    width:41.67%;
    padding:55px 50px;
    background: #e7f3ff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    background: #e7f3ff url(../images/main/portinfo.png) no-repeat 0 bottom;
}
.portinfo_title {
    font-size: 1.62rem;
    color:#000;
    font-family: "Sebang";
    font-weight: 400;
    letter-spacing: -0.02rem;
}
.portinfo_title strong {
    font-size: 2.43rem;
    color:#003d84;
    font-weight: 700;
    display: block;
    line-height: 3.1rem;
    margin-top: 8px;
}
.portinfo_list {
    width:37%;
    margin-top: -15px;
}
.portinfo_list li {
    border-bottom: 1px solid #bccad8;
}
.portinfo_list a {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:17px 0;
}
.portinfo_list a:hover {
    font-weight: 600;
    color:#1d4fae;
}
.portinfo_list li:hover {
    border-color:#1d4fae;
}
.portinfo_list a:after {
    content: "";
    flex-shrink: 0;
    width:14px;
    height:12px;
    background: url(../images/main/portinfo_arrow.png) no-repeat 50% 50%;
}
.portinfo_list a:hover:after {
    background: url(../images/main/portinfo_arrow_on.png) no-repeat 50% 50%;
    animation: arrow_right 0.5s ease-in-out;
}
@keyframes arrow_right{
    50%{transform:translateX(-12px);}
    100%{transform:translateX(0);}
}


.iconset {
    display: flex;
    gap:25px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    width:23%;
}
.iconset li {
    width:100px;
    text-align: center;
    color:#555;
    font-size: 0.93rem;
    font-weight: 400;
}
.iconset a {
    display: block;
    text-align: center;
    margin-bottom: 14px;
}
.iconset a img {
    transition: all 0.3s ease;
    display: inline-block; border-radius: 15px; box-shadow: 2px 0 21px rgba(218, 222, 240, 0.8);
}
.iconset li:hover {color:#000;}
.iconset li:hover a img {box-shadow: 10px 10px 21px rgb(203 213 241);}


.portmis {
    width:23.33%;
    background: #f1f3f7 url(../images/main/portmis.png) no-repeat 50% 0;
    border-radius: 20px;
    text-align: center;
}
.portmis dt {
    font-size: 2.18rem;
    color:#000;
    font-weight: 700;
    margin: 183px 0 8px 0;
}
.portmis dt span {
    color:#1d4fae;
}
.portmis dd {
    font-size: 0.93rem;
    line-height: 1.4rem;
    color:#555;
}
.portmis a {
    display: inline-block;
    background:#26346f;
    border:1px solid #26346f;
    color:#fff;
    font-size: 1.12rem;
    font-weight: 500;
    border-radius: 60px;
    padding:15px 50px;
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap:8px;
    transition: all 0.2s;
}
.portmis a:after {
    content: "";
    width:15px;
    height:15px;
    background: url(../images/common/newin_wt.svg) no-repeat 50% 50%;
    background-size: 100%;
}
.portmis a:hover {background:#fff; color:#26346f; border:1px solid #26346f}
.portmis a:hover:after {background: url(../images/common/newin_nv.svg) no-repeat 50% 50%;}

.main-sns {
    background:#eff6fe url(../images/main/bg_sns.jpg) no-repeat 50% 0%;
    padding:108px 0;
    text-align: left;
}
.main-sns-in {
    width:1500px;
    margin:0 auto;
    position: relative;
}
.main-sns .title {
    color:#000;
    font-size: 1.68rem;
    margin-bottom: 20px;
}
.main-sns .title strong {
    color:#1d4fae;
}
.main-sns .text {
    color:#666;
    font-size: 1.06rem;
    margin-bottom: 50px;
}
.main-sns-list {
    display: flex;
    gap:0 30px;
}
.main-sns-list li {
    width:calc((100% / 4) - 15px);
}
.main-sns-list li a {
    background: #fff;
    border-radius: 15px;
    padding:30px 30px 80px 30px;
    box-shadow: 2px 0 21px rgba(218, 222, 240, 0.4);
    display: block;
    position: relative;
    border:1px solid #fff;
    transition: all 0.2s;
}
.main-sns-list li a:hover {
    border:1px solid #1395e0;
}
.main-sns-list li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom:30px;
    right:30px;
    width:43px;
    height:26px;
    background: url(../images/main/sns_btn.png) no-repeat 50% 50%;
}
.main-sns-list .mark {
    display: block;
    width:40px;
    height:40px;
    background: url(../images/main/sns_f.png) no-repeat 50% 50%;
    text-indent: -999px;
    overflow: hidden;
    margin-bottom: 20px;
}
.main-sns-list .sns_f .mark {background: url(../images/main/sns_f.png) no-repeat 50% 50%;}
.main-sns-list .sns_b .mark {background: url(../images/main/sns_b.png) no-repeat 50% 50%;}
.main-sns-list .sns_y .mark {background: url(../images/main/sns_y.png) no-repeat 50% 50%;}
.main-sns-list .list_tit {
    color: #292929;
    font-size: 1.25rem;
    width: 18.125rem;
    line-height: 1.8rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height:53px;
}
.sns-btn {
    position: absolute;
    top:0;
    right:0;
    display: flex;
    gap:5px;
    justify-content: flex-end;
}
.sns-btn a {
    width:45px;
    height:45px;
    background: url(../images/main/sns_f2.png) no-repeat 50% 50%;
}
.sns-btn .btn-y {background: url(../images/main/sns_y2.png) no-repeat 50% 50%;}
.sns-btn .btn-f {background: url(../images/main/sns_f2.png) no-repeat 50% 50%;}
.sns-btn .btn-b {background: url(../images/main/sns_b2.png) no-repeat 50% 50%;}



@media all and (max-width:1550px) {
    .main-notice,
    .main-service-in,
    .main-sns-in {
        width: 96%;
    }
    .main-notice {flex-wrap: wrap;}
    .main-notice .main-board {width: 48%;}
    .main-notice .main-gallery {width: 100%; margin-top: 50px;}
    .main-gallery-list li {width:23%;}
    .main-gallery-list .pic,
    .main-gallery-list .pic img {width:100%;}
    .main-sns-list .list_tit {width:100%;}

    .main-major {padding: 88px 5%;}
    .portinfo {padding: 45px 40px;}
    .portinfo_title {font-size: 1.5rem;}
    .portinfo_title strong {font-size: 2.2rem;}
    .portmis {background-size: 49%; min-width: 310px;}
    .portmis dt {margin: 54% 0 8px 0;}
    .portmis a {
        padding: 13px 0;
        width: 50%;
        text-align: center;
        justify-content: center;
    }
    .iconset li {width:calc((100% / 3) - 10px);}
    .iconset li img {width:100%;}
}

@media all and (max-width:1190px) {
    .main-title {padding:0; background: none; min-height: auto;}
    .main-title .main-title-lg {font-size: 3.5rem; margin-top: 15px;}
    .board-tab {display: none;}
    .sm_select {display: block;}

    .main-service-in {flex-wrap: wrap;}
    .portinfo {width:48%; flex-direction: column; background-size: 80%; padding: 45px 40px; justify-content:flex-start;}
    .portinfo_title {font-size: 1.4rem; text-align: center;}
    .portinfo_title br {display: none;}
    .portinfo_title strong {font-size: 2.2rem; line-height: 1.2; margin-top: 12px; word-break: keep-all;}
    .portinfo_list {width: 60%; align-self: flex-end; margin-top: 15px;}
    .iconset {order: 3; width:100%; margin-top: 60px;}
    .iconset li {width:calc((100% / 9) - 20px);}
    .iconset li img {width:100%;}
    .portmis {order: 2; width:48%; padding-bottom: 50px; min-width: auto; background-size: 38%;}
    .portmis dt {margin: 40% 0 8px 0;}
    .portmis a {padding: 12px 35px; margin-top: 17px;}
}

@media all and (max-width:767px){
    #main {padding: 40px 0 0 0;}
    .main-title .main-title-lg {
        font-size: 2.5rem;
        margin-top: 0;
        padding: 0 25px;
        line-height: 1.3;
        height:6.094rem;
    }
    @keyframes bounce {
        0%   { transform: translateY(0); }
        30%  { transform: translateY(-0.5rem); }
        60%  { transform: translateY(0); }
        100% { transform: translateY(0); }
    }
    .main-notice {margin: 10px auto 50px auto;}
    .main-board {padding: 15px 25px 30px 25px;}
    .main-board-top {margin-bottom: 20px;}
    .main-notice .main-board {width:100%;}
    .main-board-list {gap: 16px 0;}
    .main-board-list .latest {margin-bottom: 0;}
    .main-gallery-top {
        position: relative; width: 100%;
        background: linear-gradient(135deg, rgba(39,93,178,1) 0%, rgba(57,144,225,1) 61%);
        border-radius: 12px; height: 60px; padding: 19px 25px 0 25px;
    }
    .main-gallery-list {margin-top: 20px;}
    .main-gallery-list li {width: 48%;}
    .main-major {padding: 50px 20px; flex-wrap: wrap;}
    .main-major a {width: 95px; padding-top: 90px; font-size: 1rem;}
    .main-major a:before {width: 115px; height: 115px; background-size: 100%;}
    .main-service {padding: 50px 0;}
    .portinfo,
    .portmis {width:100%; background-size: 34%;}
    .portmis dt {margin: 36% 0 8px 0;}
    .portinfo {margin-bottom: 25px; background-size: 70%; padding: 55px 25px;}
    .iconset {margin-top: 50px; gap: 25px 15px; justify-content: center; padding: 0 20px;}
    .iconset li {width: calc((100% / 5) - 15px);}
    .main-sns {padding: 50px 0;}
    .main-sns-in {text-align: center;}
    .sns-btn {position: relative; justify-content: center;}
    .main-sns .text {margin-bottom: 20px; font-size: 1rem;}
    .main-sns-list {margin-top: 35px; overflow-x: auto; white-space: nowrap; gap: 0 25px; padding-bottom: 20px;}
    .main-sns-list li {width: 280px;}
    .main-sns-list .list_tit {white-space: normal; width: 13.75rem;}
    .swiper-navigation {display: none;}
}

@media all and (max-width:600px){
    .iconset {padding: 0px 40px; gap: 25px 30px;}
    .iconset li {width: calc((100% / 3) - 20px);}
}
@media all and (max-width:360px){

}