@charset "utf-8";
#container_main h4 {font-family: 'gmarket'; font-weight: 900;}

/* 비주얼 */
#visual {padding: 80px 0 0; background: url(/images/member/main/bg_main.jpg)no-repeat top center;}
#visual .pic {float: left; overflow: hidden; width: 730px; height: 500px; border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0,0,0,.2);}
#visual .pic img {width: 100%; height: 100%;}
#visual .txt {float: right; width: calc(100% - 790px); color: #fff;}
#visual .txt p {margin: 5px 0 25px;font-family: 'gmarket';font-size: 30px;font-weight: 800;text-shadow: 0 0 10px rgba(0,0,0,.5); word-break:keep-all;}
#visual .txt p > span {font-weight: 900;}
#visual .txt p strong {font-size: 40px;letter-spacing: -0.05em;}
#visual .txt p strong span {font-weight: 900; color: #d8f4ff;}
#visual .txt p strong span em {font-family: 'Wolyeonggyo'; font-size: 55px;}
#visual .txt .dot > li {padding: 0 0 15px 118px;min-height: 38px;font-family:'gmarket';font-size: 20px;font-weight: 900;text-shadow: 0 0 10px rgba(0,0,0,.5);}
#visual .txt .dot > li:last-child {padding-bottom: 0;}
#visual .txt .dot > li em {position: absolute; top: 0; left: 15px; font-weight: 800;}
#visual .txt .dot > li em.ls2 {letter-spacing: 36px;}
#visual .txt .dot > li em.ls3 {letter-spacing: 8.5px;}
#visual .txt .dot > li em.ls4 {letter-spacing: 13px;}
#visual .txt .list {position: relative;top: -7px;display: flex;}
#visual .txt .list li a {display: none; margin: 0 8px 0 0; width: 35px; height: 35px; font-size: 0; background: url(/images/member/main/ico_sns.jpg)no-repeat 0 0; border-radius: 50%;}
#visual .txt .list li.kko a {background-position: -35px 0;}
#visual .txt .list li.insta a {background-position: -70px 0;}
#visual .txt .list li.bl a {background-position: -105px 0;}
#visual .txt .list li.tw a {background-position: -140px 0;}
#visual .txt .list li.yt a {background-position: -175px 0;}
#visual .txt .list li.on a {display: block;}
#visual .btn_wrap {margin: 15px 0 0;display: flex;}
#visual .btn_wrap a {display: block; width: 170px; height: 45px; line-height: 45px; font-weight: 500; color: #fff; text-align: center; text-decoration: none; border: 1px solid #222331; border-radius: 10px; background: #222331;}
#visual .btn_wrap a::after {content: ''; display: inline-block; margin: 0 0 0 35px; width: 7px; height: 14px; background: url(/images/member/main/ico_arrow.png)no-repeat;}
#visual .btn_wrap a:last-child {margin: 0 0 0 20px;}

@media all and (max-width:1440px){
    #visual .pic {width: 680px; height: 460px;}
    #visual .txt {width: calc(100% - 740px);}
    #visual .txt p strong {font-size: 36px;}
    #visual .txt p strong span em {font-size: 48px;}
}
@media all and (max-width:1280px){
    #visual {padding: 50px 0; background-size: cover;}
    #visual .pic {width: 580px; height: 380px;}
    #visual .txt {margin: 20px 0 0; width: calc(100% - 620px);}
    #visual .txt p {font-size: 28px;}
    #visual .txt p strong {font-size: 32px;}
    #visual .txt p strong span em {font-size: 40px;}
}
@media all and (max-width:1024px){
    #visual .pic {float: none;display: block;margin: 0 auto;}
    #visual .txt {float: none;width: 100%;}
    #visual .txt p {text-align: center;}
    #visual .dot {width: max-content; margin: 0 auto;}
    #visual .btn_wrap {justify-content: center;}
}
@media all and (max-width:768px){
    #visual .pic {width: 100%; height: auto;}
}
@media all and (max-width:568px){
    #visual .txt p {font-size: 24px;word-break: keep-all;line-height: 1.2;}
    #visual .txt p strong {font-size: 28px;}
    #visual .txt p strong span em {font-size: 30px;}
    #visual .txt .dot {padding: 0 20px; width: auto; box-sizing:border-box;}
    #visual .txt .dot > li {font-size: 18px;}
}
@media all and (max-width:380px){
    #visual .txt .list li a {margin: 0 5px 0 0; width: 30px; height: 30px; background-size: auto 30px;}
    #visual .txt .list li.kko a {background-position: -30px 0;}
    #visual .txt .list li.insta a {background-position: -60px 0;}
    #visual .txt .list li.bl a {background-position: -90px 0;}
    #visual .txt .list li.tw a {background-position: -120px 0;}
    #visual .btn_wrap {margin: 15px 0 0;}
}

.sec1 {margin: 60px auto 80px;}

/* 의회소식 */
#board {float: left; width: calc(100% - 460px);}
#board h4 {font-size: 36px;line-height: 1;}
#board h4 span {font-size: 30px; font-weight: 800;}
#board > ul {position: relative;margin: 10px 0 0;padding: 0 55px 0 0;width: 100%;height: 55px;border: 1px solid #e9e9e9;border-radius: 10px;box-sizing: border-box;transition: .3s ease-in-out;}
#board > ul.all {padding: 0;}
#board > ul > li {float: left; width: 25%;}
#board > ul > li > h5 a{display: flex;justify-content: center;align-items: center;width: 100%;height: 55px;font-family: 'gmarket';font-size: 20px;font-weight: 800;color: #555;text-align: center;text-decoration: none;}
#board > ul > li.on > h5 a {font-weight: 900;color: #fff;background: #e2586f;border-radius: 10px;}
#board > ul > li .con {position: absolute;top: 65px;left: 0;display: none;width: 100%;}
#board > ul > li.on .con {display: block;}

#board .con li.none {padding: 100px 0 0;text-align: center;}
#board .con li:not(:first-child) a{position: relative;display: flex;flex-wrap: wrap;padding: 12px 30px 12px 45px;text-decoration: none;border-bottom: 1px solid #ddd; box-sizing: border-box;}
#board .con li:not(:first-child) a::before {content: '';display: block;position: absolute;top: 21px;left: 30px;width: 5px;height: 5px;background: #e2586f;border-radius: 1.5px;}
#board .tag {display: block; height: 25px; padding: 0 7px 0 7px; line-height: 25px;font-size: 12px;font-weight: 500;color: #fff;text-align: center;background: #2a9b94;border-radius: 5px;}
#board .tag.t2 {background: #2ca668;}
#board .tag.t3 {background: #3c8abc;}
#board .tit{display:inline-block;max-width: calc(100% - 213px);padding: 0 20px 0 10px;font-weight: 500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;box-sizing:border-box;}
#board .date{position: absolute;top: 19px;right: 30px;display: block;padding: 0 0 0 25px;line-height:110%;font-weight:200;}
#board .date::before {content:'';display: block;position: absolute;top: 1px;left: 0;width: 15px;height: 15px;background: url(/images/kr/main/ico_date.png) no-repeat;}
#board .ico_new{display:inline-block;width:15px;height:16px;line-height:17px;margin: 3px 0 0 -15px;font-size:10px;border-radius:3px;text-transform:uppercase;text-align:center;font-weight:200;color:#fff;background:#c32a4a;vertical-align:top;}
#board .more {position: absolute; top: 0; right: 0; display: none; width: 55px; height: 53px; font-size: 0; text-indent: -9999px; background: #f5f5f5 url(/images/kr/main/ico_more1.png)no-repeat center; border-radius: 0 10px 10px 0;}
#board li.on .more {display: block;}

#board .con .first a {display: block;padding: 27px 30px 27px 110px;background: #fbf6f7;border-radius: 10px;text-decoration: none;box-sizing: border-box;}
#board .con .first a::before {content: '';display: block;position: absolute;top: 25px;left: 30px;width: 60px;height: 60px;background: #fff url(/images/kr/main/ico_board.jpg)no-repeat center;border: 1px solid #ebb0ba;border-radius: 50%;box-shadow: 0 0 8px 0 rgba(246,234,236,1);}
#board .con .first .tit {padding-left: 0;font-size: 20px;font-weight: 700;}
#board .con .first .s_tit {overflow: hidden;margin: 5px 0 0;display: block;font-weight: 400;color: #777;white-space: nowrap;text-overflow: ellipsis;}
#board .con .first .ico_new {margin: 6px 0 0 -20px;width: 16px;height: 17px;font-weight: 500;background: #d3485f;}
#board .con .first .date {top: 30px;}

@media all and (max-width: 1024px){
    #board {width: 100%;height: 400px;}
    #board h4 {font-size: 32px;}
}
@media all and (max-width:768px){
    #board .tit {max-width: calc(100% - 200px);}
    #board .con .first .tit {max-width: calc(100% - 120px);}
}
@media all and (max-width:568px){
    .sec1 {margin: 35px auto;}
    #board h4 {font-size: 28px;}
    #board h4 span {font-size: 24px;}
    #board > ul > li > h5 a {font-size: 18px;}
    #board .con li:not(:first-child) a {padding: 12px 20px 12px 10px;}
    #board .con li:not(:first-child) a::before {left: 10px;top: 19px;}
    #board .tit {max-width: calc(100% - 110px);}
    #board .tag {display: none;}
    #board .date {top: 15px;right: 20px;}

    #board .con .first a {padding: 25px 20px;}
    #board .con .first a::before {display: none;}
    #board .con .first .tit {max-width: calc(100% - 30px);font-size: 18px;}
    #board .con .first .date {position: relative;top: 0;left: 0;margin: 15px 0 0;}
}
@media (max-width: 420px){
    #board {height: 433px;}
    #board > ul {margin: 10px 0 0;padding: 0;}
    #board > ul > li > h5 a {font-size: 15px;}
    #board .more {top: 340px;width: 100%;height: auto;line-height: 40px;font-size: 16px;text-align: center;text-indent: 0;background: #fff;border: 1px solid #ddd;border-radius: 5px;}
}
@media all and (max-width:380px){
    #board h4 {font-size: 26px;}
    #board h4 span {font-size: 22px;}
    #board .con .first .tit {font-size: 16px;}
    #board .con .first .ico_new {margin-top: 3px;}
}

/* 영상회의록 */
#movie {float: right;width: 400px;}
#movie .tit_wrap {display: flex; justify-content: space-between; align-items: center;}
#movie .tit_wrap h4 {font-size: 36px;line-height: 1;}
#movie .tit_wrap .more {display: block; width: 35px; height: 35px; font-size: 0; background: #fff url(/images/kr/main/ico_more1.png)no-repeat center; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box;}
#movie .list {position: relative;display: block;margin: 10px 0 0;text-decoration: none;}
#movie .list::after {z-index: -1;content: '';display: block;position: absolute;top: 10px;right: -10px;width: 400px;height: 263px;background: url(/images/member/main/bg_line.jpg);border-radius: 10px;}
#movie .list .pic {overflow: hidden;position: relative;width: 100%;height: 263px;border-radius: 10px;}
#movie .list .pic::before,
#movie .list .pic::after {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4);}
#movie .list .pic::after {top: 50%; left: 50%; transform: translate(-50%, -50%); width: 65px; height: 65px; background: url(/images/member/main/ico_play.png)no-repeat; transition: .6s ease-in-out;}
#movie .list:hover .pic::after {transform: translate(-50%,-50%) rotate(360deg);}
#movie .list .pic img {width: 100%; height: 100%; transition: .4s ease-in-out;}
#movie .list:hover .pic img {transform: scale(1.2);}
#movie .list .txt {position: relative; padding: 0 0 15px; margin: 25px 0 0;border-bottom: 1px solid #e7e7e7;}
#movie .list .txt .tit {display:inline-block; overflow: hidden; max-width:calc(100% - 140px); font-weight: 500; white-space: nowrap; text-overflow: ellipsis;}
#movie .list .txt .date {position: absolute;top: 0;right: 0;font-weight: 400;color: #888;}
#movie .list .txt .date::before {content:'';display: inline-block;margin: 0 9px -1px 0;width: 15px;height: 15px;font-weight: 400;background: url(/images/kr/main/ico_date.png)no-repeat;}

@media all and (max-width:1024px){
    #movie {width: 100%;}
    #movie .tit_wrap h4 {font-size: 30px;}
    #movie .list .pic {height: 300px;}
}
@media all and (max-width:768px){
    #movie .list::after {width: calc(100% - 10px); height: calc(100% - 64px);}
    #movie .list .pic {height: auto;}
}
@media all and (max-width:568px){
    #movie .tit_wrap h4 {font-size: 26px;}
}

/* 바로가기 */
#link {padding: 67px 0; background: url(/images/kr/main/bg_link.jpg)no-repeat center; background-size: cover;}
#link h4 {position: absolute; top: 35px; left: 0; font-size: 30px; font-weight: 800;}
#link h4 span{display: block; font-size: 36px; font-weight: 900; color: #e2586f;}
#link ul {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 0 0 300px;}
#link ul li a {position: relative;display: block;padding: 125px 0 0;width: 123px;height: 150px;font-size: 18px;font-weight: 500;color: #222331;text-align: center;text-decoration: none;box-sizing: border-box;}
#link ul li a::before {content: '';display: block;position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 110px;height: 110px;background: #fff url(/images/kr/main/ico_link1.png)no-repeat center;border-radius: 50%;box-shadow: 0 0 10px 0 rgba(204,204,204,.15);transition: .2s ease-in-out;}
#link ul li a:hover::before {top: -10px; box-shadow: 0 3px 12px 0 rgba(204,204,204,.9);}
#link ul li:nth-child(2) a::before {background-image: url(/images/kr/main/ico_link5.png);}
#link ul li:nth-child(3) a::before {background-image: url(/images/member/main/ico_link1.png);}
#link ul li:nth-child(4) a::before {background-image: url(/images/kr/main/ico_link4.png);}
#link ul li:nth-child(5) a::before {background-image: url(/images/kr/main/ico_link3.png);}
#link ul li:nth-child(6) a::before {background-image: url(/images/kr/main/ico_link6.png);}

@media all and (max-width:1440px){
    #link h4 {left: 15px;}
}
@media all and (max-width:1024px){
    #link {padding: 50px 0;}
    #link h4 {display: none;}
    #link ul {padding: 0;}
    #link ul li a {font-size: 16px;}
}
@media all and (max-width:768px){
    #link ul li {margin: 0 0 20px; width: 33%;}
    #link ul li:nth-child(n + 4) {margin: 0;}
    #link ul li a {width: 100%;}
    #link ul li a::before {margin: 0 auto 10px;}
}
@media all and (max-width:568px){
    #link {padding: 35px 0;}
    #link ul li a {padding: 100px 0 0;font-size: 15px;height: 125px;}
    #link ul li a::before {width: 90px; height: 90px}
}

/* 갤러리 */
#gallery {padding: 80px 0 0; background: url(/images/kr/main/bg_gallery.jpg)no-repeat bottom center;}
#gallery .tit_wrap {position: relative; font-family: 'gmarket'; font-weight: 800; text-align: center;}
#gallery .tit_wrap p {margin: 0 0 5px; font-size: 20px;}
#gallery .tit_wrap h4 {font-size: 34px; font-weight: 800;}
#gallery .tit_wrap h4 span {font-size: 40px; font-weight: 900; color: #e2586f;}
#gallery .control {position: absolute;top: 15px;right: 0;display: flex;}
#gallery .control button,
#gallery .control .more {display: block;margin: 0 0 0 5px;width: 40px;height: 40px;font-size: 0;text-indent: -9999px;background: #fff url(/images/kr/main/ico_ctrl.png)no-repeat 15px -79px;border: 1px solid #ccc;border-radius: 5px;box-sizing: border-box;}
#gallery .control .btn_stop {background-position: -46px -79px;}
#gallery .control .btn_stop.on {background-position: -104px -79px;}
#gallery .control .btn_next {background-position: -152px -79px;}
#gallery .control .more {background: #fff url(/images/kr/main/ico_more1.png)no-repeat center;}
#gallery .list_wrap {margin: 0 auto;}
#gallery .list a {overflow: hidden;display: block;margin: 35px 23px 100px;width: 370px;height: 330px;text-decoration: none;background: #fff;box-shadow: 0 0 25px 2px rgba(119,119,119,.3);border-radius: 10px;}
#gallery .pic {overflow: hidden; height: 236px;}
#gallery .pic img {width: 100%; height: 100%; transition: .3s ease-in-out;}
#gallery a:hover .pic img {transform: scale(1.2);}
#gallery .txt {padding: 20px 30px 0;box-sizing: border-box;}
#gallery .txt .tit {display: inline-block;overflow: hidden;max-width: calc(100% - 25px);font-size: 18px;font-weight: 600;white-space: nowrap;text-overflow: ellipsis;}
#gallery .txt .date {display:block; font-size: 16px; font-weight: 400; color: #666;}

@media all and (max-width:1024px){
    #gallery {padding: 50px 0 0;}
    #gallery .tit_wrap h4 {font-size: 30px;}
    #gallery .tit_wrap h4 span {font-size: 34px;}
    #gallery .list_wrap {width: 100%;}
    #gallery .list a {width: calc(100% - 20px);margin: 35px auto 70px;height: auto;}
    #gallery .pic {height: 200px;}
    #gallery .txt {padding: 15px 25px;}
    #gallery .txt .tit {font-size: 16px;}
}
@media all and (max-width:768px){
    #gallery .control {position: static;justify-content: center;margin: 15px 0 0;}
    #gallery .list a {width: calc(100% - 10px);}
    #gallery .pic {height: 180px;}
    #gallery .txt {padding: 10px 15px;}
    #gallery .txt .tit {font-size: 15px;}
    #gallery .txt .date {font-size: 14px;}
}
@media all and (max-width:568px){
    #gallery .tit_wrap h4 {font-size: 26px;}
    #gallery .tit_wrap h4 span {font-size: 30px;}
    #gallery .pic {height: 140px;}
}
@media all and (max-width:380px){
    #gallery .tit_wrap p {font-size: 16px;}
    #gallery .tit_wrap h4 {font-size: 22px;}
    #gallery .tit_wrap h4 span {font-size: 26px;}
    #gallery .pic {height: 120px;}
    #gallery .list a {margin: 30px auto 50px;}
}