.visualWrap {
    position: relative;
    width:100%;
    height:100%;
}

.visualWrap .imageWrap {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

.visualWrap .imageWrap li {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index: 1;
}

.visualWrap .imageWrap li:after {
    content:'';
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.4);
    position: absolute;
    top:0;
    left:0;
}

.visualWrap .imageWrap li img {
    object-fit: cover;
    width:100%;
    height:100%;
}

.visualWrap .imageWrap li.active {
    z-index: 3 !important;
}

.visualWrap .contentWrap {
    position: absolute;
    top:228px;
    left:0;
    z-index: 3;
    width:100%;
}

.visualWrap .textWrap {
    position: relative;
    height:195px;
    width:100%;
    margin-bottom:25px;
}

.visualWrap .textWrap li {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

.visualWrap .textWrap li hr {
    width:60px;
    /* width:0; */
    height:2px;
    background-color:#fff;
    border:none;
    margin:0 0 24px;
    text-align:left;
    display:block;
    transition:all .5s;
}

.visualWrap .textWrap li.active hr {
    width:60px;
}

.visualWrap .textWrap li h1 {
    color:#fff;
    font-size:60px;
    font-family:'SpoqaHanSans', 'SpB';
    font-weight:700;
    margin-bottom:40px;
    margin-left:-30px;
    transition:all .5s;
    opacity:0;
}

.visualWrap .textWrap li.active h1 {
    margin-left:0;
    opacity:1;
}

.visualWrap .textWrap li p {
    font-size: 25px;
    font-family: "SpoqaHanSans", 'SpL';
    font-weight:300;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    margin-left:-50px;
    opacity:0;
    transition:all .5s;
}

.visualWrap .textWrap li.active p {
    margin-left:0;
    opacity:1;
}

.visualWrap .arrowsWrap {
    padding-left:5px;
    margin-bottom:25px;
}

.visualWrap .arrowsWrap a.arrows {
    display:block;
    float:left;
}

.visualWrap .arrowsWrap a.arrows.left {
    margin-right:10px;
}

.visualWrap .arrowsWrap a.arrows img {
    width:47px;
}

.visualWrap .numberWrap {
    padding-left:5px;
}

.visualWrap .numberWrap p {
    color:#c6c6c6;
    font-size:15px;
    font-family:'RobotoR';
    letter-spacing:0.05em;
}

.visualWrap .numberWrap p span {
    color:#fff;
    font-size:28px;
}

.visualWrap .numberWrap p i {
    font-style:normal;
}

.sideWrap {
    position: absolute;
    top:117px;
    right:40px;
    z-index: 3;
}

.sideWrap .linksWrap {
    margin-bottom:140px;
}

.sideWrap .linksWrap a {
    display:block;
    color:#fff;
    font-size:12px;
    font-family:'Malgun Gothic';
    margin-bottom:25px;
    text-align:right;
    position: relative;
}

.sideWrap .linksWrap a img {
    width:17px;
    margin-left:10px;
    vertical-align: middle;
}

.sideWrap .linksWrap a span {
    margin-right:-30px;
    opacity:0;
    vertical-align: middle;
    margin-top:3px;
    transition:all .3s;
}

.sideWrap .linksWrap a:hover span {
    margin-right:0;
    opacity:1;
}

.sideWrap .layerWrap {
    position: fixed;
    top:52%;
    right:40px;
    transform:translateY(-50%);
}

.sideWrap .layerWrap>div {
    position: relative;
    cursor: pointer;
}

.sideWrap .layerWrap>div img {
    width:97px;
}

.sideWrap .layerWrap>div p {
    text-align:center;
    font-size: 16px;
    font-family: "SpoqaHanSans", 'SpR';
    color: rgb(255, 255, 255);
    line-height: 1.25;
    position: absolute;
    bottom:15px;
    left:0;
    width:100%;
}

.sideWrap .layerWrap .pictureWrap {
    margin-bottom:22px;
}

.noticeWrap {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:66px;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.noticeWrap h1 {
    float:left;
    color:#fff;
    font-size:18px;
    font-family:'SpoqaHanSans', 'SpR';
    margin-right:17px;
    line-height:66px;
}

.noticeWrap h1 img {
    width:30px;
    margin-left:10px;
    vertical-align: top;
    margin-top:18px;
}

.noticeWrap ul {
    float:left;
    position:relative;
    height:100%;
    overflow:hidden;
    min-width:500px;
}

.noticeWrap ul li {
    position: absolute;
    top:100%;
    left:0;
    height:100%;
    line-height:66px;
}

.noticeWrap ul li.active,
.noticeWrap ul li:first-child {
    top:0;
}

.noticeWrap ul li a {
    color:#fff;
    font-size:15px;
    font-family:'Malgun Gothic';
}

.noticeWrap ul li span {
    color:rgba(255, 255, 255, .5);
    font-size:15px;
    font-family:'Tahoma';
    padding-left:10px;
    margin-left:10px;
    border-left:1px solid rgba(255, 255, 255, .5);
}

.noticeViewWrap {
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-color:#fff;
    width:595px;
    max-width:calc(100% - 20px);
    height:calc(100% - 190px);
    z-index:100;
    padding:38px 23px;
    display:none;
}

.noticeViewWrap .notice_view {
    height:100%;
}

.noticeViewWrap .close_btn {
    display:block;
    width:25px;
    height:25px;
    position: absolute;
    top:-45px;
    right:12px;
    text-indent: -9999px;
}

.noticeViewWrap .close_btn:before,
.noticeViewWrap .close_btn:after {
    content:'';
    width:30px;
    height:3px;
    background-color:#fff;
    transform-origin:0 0;
    position: absolute;
    top:50%;
    left:50%;
}

.noticeViewWrap .close_btn:before {
    transform:rotate(-45deg) translate(-50%, -50%);
}

.noticeViewWrap .close_btn:after {
    transform: rotate(45deg) translate(-50%, -50%);
}

.noticeViewWrap .titleWrap {
    border-top:2px solid #494949;
    border-bottom:1px solid #dcdcdc;
}

.noticeViewWrap .titleWrap h1 {
    float:left;
    color:#000;
    font-size:20px;
    font-family:'SpoqaHanSans', 'SpR';
    line-height:80px;
}

.noticeViewWrap .titleWrap span {
    display:block;
    float:right;
    color:#666666;
    font-size: 15px;
    font-family:'RobotoL';
    line-height:80px;
}

.noticeViewWrap .siblingsWrap {
    border-top:2px solid #494949;
}

.noticeViewWrap .siblingsWrap ul li {
    border-bottom:1px solid #dcdcdc;
}

.noticeViewWrap .siblingsWrap ul li:after {
    content:'';
    clear:both;
    display:block;
}

.noticeViewWrap .siblingsWrap ul li span {
    display:block;
    float:left;
    width:112px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-right:1px solid #dcdcdc;
    background-color:#fafafa;
    color:#333333;
    font-size:15px;
    font-family:'Malgun Gothic';
}

.noticeViewWrap .siblingsWrap ul li a {
    float:left;
    display:block;
    width:calc(100% - 112px);
    height:40px;
    line-height:38px;
    padding-left:25px;
    color:#333333;
    font-size:14px;
    font-family:'Malgun Gothic';
}

.noticeViewWrap .contentWrap {
    width:100%;
    padding:30px 0;
    overflow:auto;
    height:calc(100% - 100px);
    margin-bottom:30px;
}

.lastWeekWrap {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index: 100;
    min-height:1080px;
    display:none;
    background-color:#fff;
}

.lastWeekWrap .contentWrap {
    width:100%;
    height:100%;
    overflow:hidden;
    background-image:url(/images/main/bg_last_week.jpg);
    background-position: center center;
    background-size:cover;
    display:none;
}

.lastWeekWrap .contentWrap>.closeBtn {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 10;
    text-indent: -9999px;
}

.lastWeekWrap .contentWrap>.closeBtn:before,
.lastWeekWrap .contentWrap>.closeBtn:after {
    content: '';
    width: 35px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
}

.lastWeekWrap .contentWrap>.closeBtn:before {
    transform: rotate(-45deg) translate(-50%, -50%);
}

.lastWeekWrap .contentWrap>.closeBtn:after {
    transform: rotate(45deg) translate(-50%, -50%);
}

.lastWeekWrap .leftWrap {
    width:180px;
    height:100%;
    border-right:1px solid #dcdcdc;
    position: relative;
}

.lastWeekWrap .leftWrap a {
    display:block;
    position: absolute;
    top:50%;
    left:50%;
    transform-origin:0 0;
    transform:rotate(-90deg) translate(-50%, -50%);
    color:#000;
    font-size:16px;
    font-family:'SpoqaHanSans', 'SpR';
    height:45px;
}

.lastWeekWrap .leftWrap a:before,
.lastWeekWrap .leftWrap a:after {
    content:'';
    position: absolute;
    bottom:10%;
    left:50%;
    transform-origin:0 0;
    width:20px;
    height:2px;
    background-color:#000;
}

.lastWeekWrap .leftWrap a:before {
    transform:rotate(-45deg) translate(-50%, -50%);
}

.lastWeekWrap .leftWrap a:after {
    transform: rotate(45deg) translate(-50%, -50%);
}

.lastWeekWrap .rightWrap {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}

.lastWeekWrap .rightWrap .topWrap {
    position: absolute;
    top:40px;
    left:40px;
}

.lastWeekWrap .rightWrap .topWrap .logo {
    display:block;
    margin-bottom:110px;
}

.lastWeekWrap .rightWrap .topWrap .logo img {
    width:162px;
}

.lastWeekWrap .rightWrap .topWrap p {
    color:#000;
    font-size:30px;
    font-family:'SpoqaHanSans', 'SpB';
    font-weight:600;
}

.lastWeekWrap .rightWrap .rowLine {
    width:1px;
    height:100%;
    background-color:#dcdcdc;
    margin:0;
    position: absolute;
    top:0;
}

.lastWeekWrap .rightWrap .rowLine.line1 {
    left:607px;
}

.lastWeekWrap .rightWrap .rowLine.line2 {
    left: 1214px;
}

.lastWeekWrap .rightWrap .rowLine.line3 {
    left: 1821px;
}

.lastWeekWrap .rightWrap .colLine {
    width:100%;
    height:1px;
    background-color:#dcdcdc;
    margin:0;
    position: absolute;
    top:300px;
    left:0;
}

.lastWeekWrap .rightWrap .slideWrap {
    position: absolute;
    top:265px;
    left:0;
    width:100%;
    overflow:hidden;
    padding-top:60px;
    height:calc(100% - 300px);
}

.lastWeekWrap .rightWrap .slideWrap ul {
    position: absolute;
    top:35px;
    left:0;
    width:176.666667%;
    transition:left 1s;
}

.lastWeekWrap .rightWrap .slideWrap ul li {
    float:left;
    width:607px;
    padding:25px;
}

.lastWeekWrap .rightWrap .slideWrap ul li>span {
    display:block;
    text-align:right;
    color:#474747;
    font-family:'RobotoR';
    float:right;
    font-size:20px;
    margin-top:-60px;
}

.lastWeekWrap .rightWrap .slideWrap ul li .imageWrap {
    width:100%;
    height:435px;
    overflow:hidden;
    margin-bottom:40px;
    transition:all .3s;
    text-align:center;
    cursor: pointer;
    background-color:#e9e9e9;
}

.lastWeekWrap .rightWrap .slideWrap ul li .imageWrap:hover {
    box-shadow: 0px 6px 16.2px 1.8px rgba(51, 51, 52, 0.32);
}

.lastWeekWrap .rightWrap .slideWrap ul li .imageWrap img {
    transition:all .4s ease;
}

.lastWeekWrap .rightWrap .slideWrap ul li .imageWrap:hover img {
    transform:scale(1.02);
}

.lastWeekWrap .rightWrap .slideWrap ul li p {
    color:#333333;
    font-size:22px;
    font-family:'SpoqaHanSans', 'SpR';
}

.lastWeekWrap .rightWrap .slideWrap ul li p:after {
    content:'';
    display:block;
    clear:both;
}

.lastWeekWrap .rightWrap .slideWrap ul li p strong {
    float:left;
}

.lastWeekWrap .rightWrap .slideWrap ul li p span {
    color:#666666;
    font-size:18px;
    font-family:'SpoqaHanSans', 'SpR';
    float:right;
}

.lastWeekWrap .rightWrap .progressWrap {
    position: absolute;
    top:635px;
    left:25px;
    width:calc(100% - 50px);
    height:4px;
}

.lastWeekWrap .rightWrap .progressWrap .backLine {
    margin:0;
    display:block;
    width:100%;
    height:100%;
    background-color:#dcdcdc;
}

.lastWeekWrap .rightWrap .progressWrap .moveLine {
    margin:0;
    display:block;
    width:10%;
    height:100%;
    background-color:#000000;
    position: absolute;
    top:0;
    left:0;
    transition:all 1s;
    cursor: pointer;
}

.imageViewWrap {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    z-index:200;
    display:none;
}

.imageViewWrap img {
    display:none;
}

.imageViewWrap .close_btn {
    position: absolute;
    top:55px;
    right:55px;
    display:block;
    width:40px;
    height:40px;
    text-indent:-9999px;
}

.imageViewWrap .close_btn:before,
.imageViewWrap .close_btn:after {
    content:'';
    width:45px;
    height:4px;
    background-color:#fff;
    position: absolute;
    top:50%;
    left:50%;
    transform-origin:0 0;
    border-radius:15px;
}

.imageViewWrap .close_btn:before {
    transform:rotate(-45deg) translate(-50%, -50%);
}

.imageViewWrap .close_btn:after {
    transform: rotate(45deg) translate(-50%, -50%);
}

.daeguViewWrap {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 100;
    display:none;
}

.daeguViewWrap .imageWrap {
    float:left;
    width:48%;
    height:100%;
    overflow:hidden;
}

.daeguViewWrap .contentWrap {
    float:left;
    width:52%;
    height:100%;
    background-color:#fff;
    position: relative;
}

.daeguViewWrap .contentWrap .closeBtn {
    position: absolute;
    top:70px;
    right:70px;
    width:30px;
    height:30px;
    display:block;
    text-indent:-9999px;
}

.daeguViewWrap .contentWrap .closeBtn:before,
.daeguViewWrap .contentWrap .closeBtn:after {
    content:'';
    width:35px;
    height:2px;
    background-color:#000000;
    position: absolute;
    top:50%;
    left:50%;
    transform-origin:0 0;
}

.daeguViewWrap .contentWrap .closeBtn:before {
    transform:rotate(-45deg) translate(-50%, -50%);
}

.daeguViewWrap .contentWrap .closeBtn:after {
    transform: rotate(45deg) translate(-50%, -50%);
}

.daeguViewWrap .contentWrap .textWrap {
    position: absolute;
    left:105px;
    top:25%;
}

.daeguViewWrap .contentWrap .textWrap h1 {
    color:#000;
    font-size:50px;
    font-family:'RobotoB';
}

.daeguViewWrap .contentWrap .textWrap hr {
    margin:35px 0;
    border:none;
    width:25px;
    height:1px;
    background-color:#000;
    display:block;
}

.daeguViewWrap .contentWrap .textWrap p {
    font-size: 25px;
    font-family: "SpoqaHanSans", 'SpL';
    font-weight:300;
    color: rgb(51, 51, 51);
    line-height: 1.4;
    margin-bottom:40px;
}

.daeguViewWrap .contentWrap .textWrap span {
    display:block;
    color:#000;
    font-size:25px;
    font-family:'SpoqaHanSans', 'SpR';
}

/* search */
.gnb_util {position: absolute;top: 30px;right: 40px;z-index:500;font-size:0;}
.gnb_util > div { display:inline-block; vertical-align:middle;}
.search_container {margin: 0 0 0 10px;-webkit-transition: top .3s;transition: top .3s;}
.gnb_util  input[type='text']{background: rgba(255, 255, 255, .17);float:left;border:0;color: #fff;border-radius: 30px;padding: 0 20px;height:38px;}
.gnb_util input::-webkit-input-placeholder {color:#fff;}
.gnb_util img{width:28px;}

@media screen and (max-width:1200px) {
    .visualWrap .contentWrap {
        left:20px;
        width:calc(100% - 20px);
    }
.gnb_util{ display:none;}
}

@media screen and (max-width:1024px) {
    .lastWeekWrap .rightWrap .topWrap .logo {
        margin-bottom:70px;
    }

    .lastWeekWrap .rightWrap .colLine {
        top:250px;
    }

    .lastWeekWrap .rightWrap .slideWrap {
        top:215px;
    }

    .lastWeekWrap .rightWrap .slideWrap ul li .imageWrap {
        height:275px;
    }

    .lastWeekWrap .rightWrap .progressWrap {
        top:465px;
    }

    .lastWeekWrap {
        min-height:1px;
    }

    .daeguViewWrap .contentWrap .textWrap h1 {
        font-size:40px;
    }

    .daeguViewWrap .contentWrap .textWrap p,
    .daeguViewWrap .contentWrap .textWrap span {
        font-size:18px;
    }

    .daeguViewWrap .contentWrap .textWrap hr {
        margin:30px 0;
    }

    .daeguViewWrap .contentWrap .textWrap {
        left:40px;
    }

    .daeguViewWrap .contentWrap .closeBtn {
        top:50px;
        right:50px;
    }
}

@media screen and (max-width:1023px) {
    .visualWrap .contentWrap {
        left:40px;
        width:calc(100% - 40px);
    }

    .visualWrap .textWrap li hr {
        margin:0 0 30px;
    }

    .visualWrap .textWrap li h1 {
        font-size:50px;
        margin-bottom:33px;
    }

    .visualWrap .textWrap li p {
        font-size:24px;
    }

    .sideWrap .linksWrap {
        display:none;
    }

    .sideWrap {
        top:50%;
        transform:translateY(-50%);
    }

    .sideWrap .layerWrap>div p {
        font-size:15px;
    }

    .sideWrap .layerWrap>div img {
        width:82px;
    }

    .sideWrap .layerWrap {
        right:0;
    }

    .daeguViewWrap .imageWrap {
        float:none;
        width:100%;
        height:52%;
    }

    .daeguViewWrap .contentWrap {
        float:none;
        width:100%;
        height:48%;
    }

    .daeguViewWrap .contentWrap .closeBtn {
        position: fixed;
        top:30px;
        right:30px;
    }

    .daeguViewWrap .contentWrap .closeBtn:before,
    .daeguViewWrap .contentWrap .closeBtn:after {
        background-color:#fff;
    }

    .daeguViewWrap .contentWrap .textWrap {
        top:60px;
        left:80px;
    }

    .daeguViewWrap .contentWrap .textWrap h1 {
        font-size:45px;
    }

    .daeguViewWrap .contentWrap .textWrap hr {
        margin:35px 0;
    }

    .daeguViewWrap .contentWrap .textWrap p,
    .daeguViewWrap .contentWrap .textWrap span {
        font-size:24px;
    }
}

@media screen and (max-width:767px) {
    .visualWrap .contentWrap {
        top:120px;
        left:20px;
    }

    .visualWrap .textWrap li hr {
        width:40px;
        margin:0 0 15px;
    }

    .visualWrap .textWrap li h1 {
        font-size: 30px;
        margin-bottom:18px;
    }

    .visualWrap .textWrap li p {
        font-size:16px;
    }

    .visualWrap .textWrap {
        margin-bottom:20px;
        height:115px;
    }

    .visualWrap .arrowsWrap {
        padding-left:0;
    }

    .noticeWrap h1 span {
        display:none;
    }

    .noticeWrap h1 img {
        margin-left:0;
        margin-top:15px;
    }

    .noticeWrap {
        height:60px;
    }

    .noticeWrap ul {
        min-width:1px;
        width:calc(100% - 47px);
    }

    .noticeWrap ul li {
        line-height:60px;
        width:100%;
    }

    .sideWrap .layerWrap>div img {
        width:70px;
    }

    .sideWrap .layerWrap>div p {
        font-size:14px;
        bottom:9px;
    }

    .sideWrap .layerWrap .pictureWrap {
        margin-bottom:0;
        margin-right:10px;
    }

    .sideWrap .layerWrap {
        width:150px;
    }
    
    .sideWrap .layerWrap:after {
        content:'';
        display:block;
        clear:both;
    }

    .sideWrap .layerWrap>div {
        float:left;
    }

    .sideWrap {
        right:20px;
        top:auto;
        transform:translate(0);
        bottom:110px;
    }

    .noticeWrap h1 {
        line-height:60px;
    }

    .noticeWrap ul li:after {
        content:'';
        display:block;
        clear:both;
    }

    .noticeWrap ul li a {
        display:block;
        width:calc(100% - 95px);
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float:left;
    }

    .noticeWrap ul li span {
        float:left;
        display:block;
        height:20px;
        line-height:20px;
        margin-top:19px;
    }

    .lastWeekWrap .rightWrap .topWrap {
        top:35px;
        left:20px;
    }

    .lastWeekWrap .rightWrap .topWrap .logo img {
        width:130px;
    }

    .lastWeekWrap .rightWrap .topWrap .logo {
        margin-bottom:44px;
    }

    .lastWeekWrap .rightWrap .topWrap p {
        font-size:22px;
    }

    .daeguViewWrap .contentWrap .closeBtn {
        top:35px;
        right:25px;
        width:25px;
        height:25px;
    }

    .daeguViewWrap .contentWrap .closeBtn:before,
    .daeguViewWrap .contentWrap .closeBtn:after {
        width:30px;
    }

    .daeguViewWrap .contentWrap .textWrap h1 {
        font-size:30px;
    }

    .daeguViewWrap .contentWrap .textWrap hr {
        margin:30px 0;
    }

    .daeguViewWrap .contentWrap .textWrap p,
    .daeguViewWrap .contentWrap .textWrap span {
        font-size:18px;
    }

    .daeguViewWrap .contentWrap .textWrap {
        margin-top: 30px;
        padding-right:20px;
        margin-left: 20px;
        position: static;
        padding-bottom:20px;
    }

    .daeguViewWrap .contentWrap .textWrap p br:not(.no) {
        display:none;
    }

    .daeguViewWrap .contentWrap {
        overflow:auto;
    }

    .lastWeekWrap .rightWrap .slideWrap {
        top:135px;
        height:calc(100% - 135px);
        padding-top:35px;
        overflow:auto;
    }

    .lastWeekWrap .rightWrap .rowLine,
    .lastWeekWrap .rightWrap .colLine,
    .lastWeekWrap .rightWrap .progressWrap {
        display:none;
    }

    .lastWeekWrap .rightWrap .slideWrap ul {
        width:100% !important;
        position: static;
    }

    .lastWeekWrap .rightWrap .slideWrap ul li {
        position: static;
        width:100%;
        border-top:1px solid #dcdcdc;
        margin-bottom:45px;
        padding:20px;
    }

    .lastWeekWrap .rightWrap .slideWrap ul li .imageWrap {
        margin-bottom:25px;
    }

    .lastWeekWrap .rightWrap .slideWrap ul li p {
        font-size:18px;
    }

    .lastWeekWrap .rightWrap .slideWrap ul li p span {
        font-size:16px;
    }

    .lastWeekWrap .rightWrap .slideWrap ul li>span {
        margin-top:-55px;
    }

    .lastWeekWrap .contentWrap>.closeBtn {
        top:35px;
        right:25px;
        width:25px;
        height:25px;
    }

    .lastWeekWrap .contentWrap>.closeBtn:before,
    .lastWeekWrap .contentWrap>.closeBtn:after {
        width:30px;
    }

    .noticeViewWrap .titleWrap {
        padding:25px 0;
    }

    .noticeViewWrap .titleWrap h1 {
        line-height:1.4;
        width:calc(100% - 80px);
    }

    .noticeViewWrap .titleWrap span {
        line-height: 28px;
    }
}