<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* height */
.h-100{height: 100%;}

/* display */
.flex-box{display:flex;width: 100%;}

/* box */
.m-box{width:1660px; margin:0 auto;}

/* common */
.sc{height: calc(100vh - 120px);width: 100vw;display: flex;align-items: center;}

a:hover{text-decoration: none;}
.flexbox{
    display: flex;
    align-items: center;
}
.c-white{color:#fff !important;}
.c-green{color:#0b3f12 !important;}
.c-green2{color:#829f43 !important;}
.c-red{color:#e4548c !important;}

.m-tit span.num.c-green2:before{background:#0E6F39 !important;}
.m-tit{position: relative;margin-bottom: 16px;}
.m-tit span.num{font-family: "Gmarket Sans";color: #B4B4B4;font-size: 20px;font-weight: 600;position: absolute;left: -60px;top: -43px;z-index: 9;}
.m-tit h6{font-size: 54px;font-family: "Gmarket Sans";text-transform: uppercase;letter-spacing: -1px;color: #0b3f12;font-weight: 600;}
.m-tit h6 span{color: #0b3f12;font-weight:600;}
.m-tit p{font-size: 18px;letter-spacing: -1px;}
.m-tit p span{color:#829f43;font-weight: 800;}
.m-tit p.left{margin: 6px 0 0 20px;}
.m-tit a{transition:ease-in-out .25s; position: relative;width:71px;height:71px;border:1px solid #D5D5D5;border-radius:100%;display: inline-block;margin-top: 46px;background: #fff;}
.m-tit a:before{content:'';display:block;height: 17px;width: 3px;position:absolute;left: 50%;background: #333;top: 50%;transform: translate(-50%, -50%);}
.m-tit a:after{content:'';display:block;height: 3px;width: 17px;position:absolute;left: 50%;background: #333;top: 50%;transform: translate(-50%, -50%);}
.m-tit a:hover{background: #0E6F39;border: 1px solid #0E6F39;}
.m-tit a:hover:before,.m-tit a:hover:after{background:#fff;}
.m-tit2{
    font-size: 54px;
    font-family: "Gmarket Sans";
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #0b3f12;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 80px;
}

a.focus_more_right{
    position: absolute;
    top: 120px;
    right:25px;
}

a.focus_more_right img{width:100%}
section{margin:0 auto;}


/* page-btn */
.page-btn{position: fixed;top: 70%;left:0;z-index:999;width: 70px;text-align: center;margin: 0 auto;}
.page-btn:after{content:'';display:inline-block;background: url('/pages/gwangju/img3/main/scroll_arrow_bottom.png') center no-repeat;width: 100%;height: 68px;margin: 10px 0 0 -8px;
 animation: up-down 0.6s 0s ease infinite alternate;	
}

@keyframes up-down {
    0% {
        margin-top: 10px;
    } 
    100% {
        margin-top: 0px;
    } 
}
.page-btn ul{flex-direction:column;flex-direction: column;text-align: center;margin: 0 auto;display: inline-flex;}
.page-btn ul li{background:transparent;width: 13px;height: 13px;border-radius: 100%;border: 3px solid #004e2b;box-sizing: border-box;display: inline-block;margin-bottom: 12px;}
.page-btn ul li.on{background:#004e2b;}
.page-btn ul li a{display:inline-block;width: 13px;height: 13px;}

/* section1 */
section.sc1{margin-top: 120px;position: relative;}
section.sc1 .sc1-visual{height: 100%;width: 100%;}
section.sc1 .sc1-visual .visual{
      width: calc(100% - 70px);
      height: 100%;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
      overflow: hidden;
      left: 35px;
      position: relative;
}
section.sc1 .sc1-visual .visual li{
    position: relative;
    width: 100%;
    height: 100%;
}
section.sc1 .sc1-visual .visual li a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
section.sc1 .sc1-visual .visual li img{
   /* width: 100%;*/
    height: 100%;
    object-fit: cover;
}
section.sc1 .sc1-visual .visual li .vs-txt{
    font-family: "Gmarket Sans";
    position: absolute;
    width: 1660px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin-top: -30px;
}


	


section.sc1 .sc1-visual .visual li .vs-txt h6{font-size: 65px;line-height: 85px;letter-spacing: -2px;}
section.sc1 .sc1-visual .visual li .vs-txt h6 span{color: #B3D641;display:block;}
section.sc1 .sc1-visual .visual li .vs-txt p{
    font-weight: 300;
    font-size: 28px;
    margin-top: 30px;
    margin-left: 6px;
    letter-spacing: -1.5px;
}
section.sc1 .sc1-visual .visual-btn{
    position: absolute;
    width: 100%;
    height: 44px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
section.sc1 .sc1-visual .visual-btn li{
}
section.sc1 .sc1-visual .visual-btn li a{}
section.sc1 sc1-quickmenu ul{
    display: inline-block;
    width: 1660px;
    position: absolute;
    bottom: 70px;
    z-index: 9;
    transform: translateX(-50%);
    left: 50%;
}
section.sc1 .sc1-visual ul.visual-btn li:first-child a{
    position: absolute;
    left: 40px;
}
section.sc1 .sc1-visual ul.visual-btn li:last-child a{
    position: absolute;
    right: 40px;
}
section.sc1 .sc1-quickmenu{
    position: absolute;
    bottom: 70px;
    width: 1660px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    letter-spacing: -1px;
}
section.sc1 .sc1-quickmenu ul{
    width: calc(100% - 170px);
}
section.sc1 .sc1-quickmenu ul li{}
section.sc1 .sc1-quickmenu ul li a{
    width: calc(100% / 7 - 33px);
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid rgb(255 255 255 / 70%);
    padding-bottom: 14px;
    margin-left: 33px;
    font-weight: 600;
    height: 52px;
    line-height: 52px;
    letter-spacing: -0.5px;
    transition:ease-in-out .25s;
}
section.sc1 .sc1-quickmenu ul li a:hover{opacity:0.6;}
section.sc1 .sc1-quickmenu ul li:last-child a{margin-right:0;}
section.sc1 .sc1-quickmenu .cu-svc{
    width: 170px;
    background: #fff;
    border-radius: 100px;
    border-bottom: 0;
    font-weight: 800;
    display: inline-block;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
}
section.sc1 .sc1-quickmenu .cu-svc a{color: #023920;width: 100%;height: 100%;display: inline-block;}


.circle-w {position:relative;}
#circle {
  position:absolute;
  word-spacing: 19px;
  animation: rotate 60s linear infinite;
  font-size: 13px;
  letter-spacing: 1px;
  background:url('/pages/gwangju/img3/main/circle-txt.png') center no-repeat;
  width: 155px;
  height: 155px;
}
#circle svg{width: 150px;height: 150px;}
#circle svg #text textPath{color:red;}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.m-quickmenu-btn{
    width: 155px;
    height: 155px;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-family: "Gmarket Sans";
    cursor: pointer;
    right: -80px;
    top: 50%;
    z-index: 1000;
    transform: translateY(-50%);
}
.m-quickmenu-btn .m-quickmenu-btn-txt{width: 100%;height: 100%;padding: 54px 0;}



/* section2 */
/*20250319
section.sc2{width: 100%;margin-bottom: 50px;position: relative;background:url('/pages/gwangju/img3/main/focus_bgr.png') top right no-repeat; background-size: 44%; }
.sc2_wr {width: 100%;max-width: 1640px;margin: 0 auto;position: relative;margin-top: 48px;}
*/
section.sc2 {width: 100%;margin-bottom:30px;position: relative;background:none}
.sc2_wr {width: 100%;max-width: 1640px;margin: 0 auto;position: relative;margin-top:10px;}
	


section.sc2 .focus-wrap{
    width: calc(100% - 600px);
    display: inline-block;
}
section.sc2 .focus-wrap .focus-box a{
    width: calc(100% / 3 - 27px);
    display: inline-block;
    margin-right: 40px;
    float: left;
    transition: all .3s;
    float: left;
    margin-bottom: 35px;
	height: 256px;
}
section.sc2 .focus-wrap .focus-box:nth-child(3n) a{margin-right:0px;}

section.sc2 .focus-wrap .focus-box a:hover{transform: translateY(-20px);}
section.sc2 .focus-wrap .focus-box a:hover .txt p.tit{text-decoration: underline;}
section.sc2 .focus-wrap .focus-box a .img{
    border-radius: 9px;
    overflow: hidden;
    width: 100%;
    height: 214px;
}
section.sc2 .focus-wrap .focus-box a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.sc2 .focus-wrap .focus-box a .txt{
    letter-spacing: 0;
}
section.sc2 .focus-wrap .focus-box a .txt p.tit{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient:vertical;
    word-wrap:break-word;
    word-break: break-word;
    font-size: 18px;
    color: #000000;
    margin: 17px 0 0;
}
section.sc2 .focus-wrap .focus-box a .txt p.cont{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
    word-wrap:break-word;
    word-break: break-word;
    font-size: 17px;
    color: #444444;
    line-height: 31px;
}

	.found_w{position: relative;width: 100%;height: 66px;background: #9dbd3a;margin: 20px 0 35px 0;border-radius: 35px;display: flex;align-content: center;align-items: center;}
	.found_w .tit{font-size: 24px;color:#000;width: 340px;text-align: center;}
	.found_w .listbox{background:#fff;border-radius: 30px;width: 80%;display: flex;margin-right: 10px;
    justify-content: space-around;}
    .found_w .listbox .list{display:flex;height: 49px;width: 94%;overflow: hidden;text-overflow: ellipsis;align-items: center;justify-content: center;}
	.found_w .listbox .list ul {  }
	.found_w .listbox .list ul li{font-size: 18px; display: inline-block;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;height: auto;position: relative;top: 15px;width: auto;}
	.found_w .listbox .listbtn{ float: right;width:30px;margin-top: 8px; z-index: 999; -webkit-transform-origin-y: top;transform: rotate(90deg);
    position: relative;top: 17px;}
	.found_w .listbox .listbtn ul li{display: flex;align-content: center;justify-content: center; flex-direction: column; }
	.found_w .listbox .listbtn ul li span{font-size:0px}
    .found_w .listbox .listbtn ul li a.btn_up {background: url(/pages/gwangju/img3/main/ico_up.png) center no-repeat;}
    .found_w .listbox .listbtn ul li a:hover.btn_up{background: url(/pages/gwangju/img3/main/ico_up_on.png) center no-repeat;}
    .found_w .listbox .listbtn ul li a.btn_down {background: url(/pages/gwangju/img3/main/ico_down.png) center no-repeat;}
    .found_w .listbox .listbtn ul li a:hover.btn_down {background: url(/pages/gwangju/img3/main/ico_down_on.png) center no-repeat;}




/* webzine */
section.sc2 .webzine{
   width: 433px;
    display: inline-block;
    margin-left: 80px;
}

section.sc2 .webzine .webzine-box a{
    width: 100%;
    transition: all .3s;
}




section.sc2 .webzine .webzine-box a .img{
    overflow: hidden;
    width: 100%;
    height: 397px;
    border-radius: 20px;
	transition: all .3s;
}

section.sc2 .webzine .webzine-box a .img:hover {transform: translateY(-10px); }

section.sc2 .webzine .webzine-box a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.sc2 .webzine .webzine-box a .txt{
    letter-spacing: -1px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 12px;
}
section.sc2 .webzine .webzine-box a .txt p.tit{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient:vertical;
    word-wrap:break-word;
    word-break: break-word;
    font-size: 21px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 10px;
}
section.sc2 .webzine .webzine-box a .txt p.tit2{
    font-size: 19px;
}
section.sc2 .webzine .webzine-box a:hover .txt p.tit{text-decoration: underline;}
section.sc2 .movetxt {display: flex;white-space: nowrap;/* overflow: hidden; */transition: 0.3s;font-size: 180px;font-weight:800;position: absolute;bottom: 0px;right: -60%;z-index: -1;}
section.sc2 .movetxt p {animation: textLoop 50s linear infinite;padding-right: 20px;text-transform: uppercase;line-height: 1.1;color: #EFEFEF;cursor: default;font-size: 131px;font-weight: 900;}
@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}



/* section3 */
.sc3{position:relative; overflow: hidden;}
.sc3:after{content:'';display:inline-block;background: url('/pages/gwangju/img3/main/sc3-logo.png') right top no-repeat;right: 0;position: absolute;width: 100%;top:40px;height: 187px;z-index: -1;}

.story{width: calc(100% - 600px);padding-right: 80px;box-sizing:border-box;position: relative;}
.story:before{content:'';display:inline-block;background: url('/pages/gwangju/img3/main/newsletter_summer.jpg') right center no-repeat;right: 0;position: absolute;width: 100vw;top: 0;height: 102%;
    	/*background-size: contain;*/
background-size: 62%;
	z-index:-2;}
.story:after{content:'';display:inline-block;background:#fff;left: calc(-100vw + 250px);position: absolute;width: 100vw;top: 0;height: 100%;background-size: auto;opacity: 0.5;z-index: -1;}

.story .story3{display: flex;align-items: center;position: absolute;top: 50%;/* left: 50%; */transform: translateY(-50%);width: calc(100% - 80px);}
.story .story3 .story3-tit{
    width: 230px;
    margin-right: 108px;
    margin-top: 140px;
}
.story .story3 .story3-tit a{position: relative;width:100%; height:100%; display:inline-block;}
.story .story3 .story3-tit a:before{content:'';display:inline-block;background:url('/pages/gwangju/img3/main/newsletter_summer_tit.png') center no-repeat;position: absolute;width: 186px;height: 161px;left: 0;top: -165px;}
.story .story3 .story3-tit .date{
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    left: 102px;
    letter-spacing: -1.3px;
    top: 13px;
}
.story .story-tit{ display:flex; align-items: center; margin-top:60px}
.story .story-tit h6{    font-size: 54px;
    font-family: "Gmarket Sans";
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #0b3f12;
    font-weight: 600;}
.story .story-tit h6 span{color: #0b3f12;font-weight:600;}
.story .story-tit p{font-size: 18px;letter-spacing: -1px;}
.story .story-tit p span{color:#829f43;font-weight: 800;}
.story .story-tit p.left{margin: 6px 0 0 20px;}

.story .story3 .story3-tit .date span{font-weight: 900;}
.story .story3 .story3-tit .season{
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #0b3f12;
    position:relative;
    display: inline-block;
}
.story .story3 .story3-tit .season:before{content:'';display:inline-block;background: #2c344a;position: absolute;width: 100%;bottom: 12px;height: 1px;opacity: 0.4;left: 0;}
.story .story3 .story3-tit .season:after{content:'';display:inline-block;background:url('/pages/gwangju/img3/main/story3-tit-arrow.png') center no-repeat;right: 0;position: absolute;width: 55px;top: -10px;height: 12px;}
.story .story3 .story3-tit .season b{font-size:86px;font-weight: 900;}
.story .story3 .story3-tit .season span{ margin-left: 0px;}
.story .story3 .story3-tit .txt{
    font-size: 17px;
    color: #2c344a;
    line-height: 22px;
    padding-left: 5px;
}
.story .story3 .story3-tit .txt span{font-weight:700;}
.story .story3 .story3-list{
    position: relative;
    height: 630px;
    width: calc(100% - 290px);
    margin-top: 40px;
}
.story .story3 .story3-list .story3-box a{
	display:inline-block;
    width: 290px;
    height: 290px;
    background: #fff;
    border: 2px solid #2d344b;
    border-top-left-radius: 40px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.story .story3 .story3-list .story3-box:nth-child(1) a{position: absolute;top: 0;right: 0;}
.story .story3 .story3-list .story3-box:nth-child(2) a{position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.story .story3 .story3-list .story3-box:nth-child(3) a{position: absolute;bottom: 0;right: 0;}
.story .story3 .story3-list .story3-box a:hover{opacity:0.9;transition: all .3s;}
.story .story3 .story3-list .story3-box .story3-img{
    width: 100%;
    height: 100%;
}
.story .story3 .story3-list .story3-box .story3-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story .story3 .story3-list .story3-box .story3-txt{
    background: linear-gradient(156deg, rgba(13,62,21,1) 0%, rgba(43,53,71,1) 100%);
    width: 97%;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 40px;
    padding: 12px 25px;
}
.story .story3 .story3-list .story3-box .story3-txt p{overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp: 1;-webkit-box-orient:vertical;word-wrap:break-word;word-break: break-word;color: #fff;font-size: 14px;line-height: 22px;letter-spacing: 1px;}



.story2{position:relative;width: 600px;height: 100%;padding: 0 0 0 80px;}
.story2:before{content:'';display:inline-block;background: #efefef;left: 0;position: absolute;width: 100vw;top: 0;height: 100%;z-index: -1;}

.story_list3{width: 100%;height: 640px;overflow: hidden;overflow-y: scroll;display: flex;padding: 0 30px 0 100px;position: absolute;top: 53%;left: 50%;transform: translate(-50%, -50%);}
.story_list3::-webkit-scrollbar {width:6px;}
.story_list3::-webkit-scrollbar-track {background:#a5a1a1;border-radius: 10px;}
.story_list3::-webkit-scrollbar-thumb {background:#0b3f12;border-radius: 10px;}

.story_list3 ul{display: inline-block;margin: 0px 0 36px 0;text-align: center;position: relative;box-sizing: content-box;width: 100%;}
.story_list3 ul li{margin-top: 0 !important;     margin-left: 5px !important;height: 210px;white-space: normal;background:#687583;text-align: left;float: left;width: 100%;}
.story_list3 ul .swiper-slide-active { background:#4c7d30; }
.story_list3 ul li a{position: relative;display: block;width: 100%;height: 100%;transition:ease-in-out 0.25s;padding: 30px 40px;color: #fff;}

.story_list3 ul li a div.image{float:left;padding-bottom:20px;height:250px;width:100%;text-align:center}
.story_list3 ul li a div.image img{max-width:100%;height:250px}
.story_list3 ul li a div.text{float: left;width: 100%;height: 100%;box-sizing: border-box;}
.story_list3 ul li a div.text h4{font-family: "Gmarket Sans";font-size: 22px;line-height: 30px;height: 60px;overflow: hidden;margin:0 0 14px 0;word-break: keep-all;font-weight: 500;width: 100%;text-overflow: ellipsis;white-space: normal;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;}
.story_list3 ul li a div.text p.cont{font-size: 16px;margin-bottom: 8px;font-weight:400;border: 1px solid #fff;display: inline-block;padding: 10px 12px;box-sizing: border-box;width: auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 100%;}
.story_list3 ul li a div.text p.date{font-size: 17px;letter-spacing: -.04em;font-weight: 400;}

.story_list3 ul li a:hover{background: #4c7d30;color:#fff;}
.story_list3 ul li a:hover div.text h4{color:#fff;}
.story_list3 ul li a:hover div.text p.cont{color: #fff;border: 1px solid #fff;}
.story_list3 ul li a:hover div.text p.date{color:#fff;}


/* section4 */
section.sc4{width: 1660px;position: relative;}

section.sc4 .notice-wrap{
    width: calc(100% - 530px);
    margin-right: 90px;
}
section.sc4 .notice-wrap .notice-tab{
    width: 100%;
}
section.sc4 .notice-wrap .notice-tab ul{width: calc(100% - 70px);display:flex;}
section.sc4 .notice-wrap .notice-tab ul li{font-size: 20px;text-align: center;flex:1;line-height: 60px;height:60px;}
section.sc4 .notice-wrap .notice-tab ul li a{width:100%;height:100%;display:inline-block;border: 1px solid #e6e6e6;border-left:0;}
section.sc4 .notice-wrap .notice-tab ul li:first-child a{border-left:1px solid #e6e6e6;}
section.sc4 .notice-wrap .notice-tab ul li a:hover{background: #2c344a;color: #fff;}
section.sc4 .notice-wrap .notice-tab ul li.on a{background: #2c344a;color: #fff;}
section.sc4 .notice-wrap .notice-list-w{
	width: 100%;
	height: 500px;
	float: left;
	position: relative;
}

section.sc4 .notice-wrap .notice-list .bbs_notice_tabs{
    overflow: hidden;
    height: 460px;
    width: 100%;
}

section.sc4 .notice-wrap .notice-list .notice-box a{
    width: calc(100% / 3 - 40px);
    height: 164px;
    float: left;
    box-sizing: border-box;
    letter-spacing: -1px;
    display:inline-block;
    transition: all .3s;
    border-bottom: 1px solid #d7d7d7;
    margin-right: 60px;
    margin-top: 60px;
    position: relative;
}
section.sc4 .notice-wrap .notice-list .notice-box:nth-child(3n) a{margin-right:0;}
 .scroll_wrap{width: 100%;     position: relative;
    top: 120px;
    z-index: 100;}
.swiper-scrollbar{    border-radius: 10px !important;background:#fff !important;     }
.swiper-scrollbar-drag{    border-radius: 10px !important;background:#0d6849 !important; height:5px}


.progressbar2 .swiper-scrollbar-drag{background:#0b3f12 !important;}

.progressbar{position: relative;width: 100%;height: 5px;background: #fff;}
.progressbar-fill{position:absolute;top:0;left:0;background:#fff;font-size:0;width:50%;height:5px}



section.sc4 .notice-wrap .notice-list .notice-box a:hover{ transform: translateY(-10px);}



section.sc4 .notice-wrap .notice-list .notice-box:nth-child(3n) a{margin-right:0;}
section.sc4 .notice-wrap .notice-list .notice-box p.category{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    z-index: 0;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    px;
}
section.sc4 .notice-wrap .notice-list .notice-box p.category.ct1{background: #3A5498;}
section.sc4 .notice-wrap .notice-list .notice-box p.category.ct2{background: #3D8529;}
section.sc4 .notice-wrap .notice-list .notice-box p.category.ct3{background:#7B4F18;}
section.sc4 .notice-wrap .notice-list .notice-box p.category.ct4{background: #5F3BA5;}


section.sc4 .notice-wrap .notice-list .notice-box p.tit{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
    word-wrap:break-word;
    word-break: break-word;
    margin: 25px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}

section.sc4 .notice-wrap .notice-list .notice-box p.cont{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
    word-wrap:break-word;
    word-break: break-word;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}
section.sc4 .notice-wrap .notice-list .notice-box p.date{
    font-size: 17px;
    color: #7b7b7b;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 9px;
    /* letter-spacing: 0px; */
    margin-right: 15px;
}
section.sc4 .notice-wrap .notice-scroll{
    width: 100%;
    height: 6px;
    background: #fff;
    margin-top: 115px;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}
section.sc4 .notice-wrap .notice-scroll span.on{
    background: #0C6748;
    width: 30%;
    display: inline-block;
    height: 100%;
    border-radius: 100px;
    cursor: pointer;
}

section.sc4 .notice-wrap .notice-btn{display:flex;position: absolute;top: -62px;right: 0;}
section.sc4 .notice-wrap .notice-btn a{position: relative;width: 62px;height: 62px;}
section.sc4 .notice-wrap .notice-btn a:before{content:'';display:block;height: 38px;width: 2px;position:absolute;left: 50%;background: #333;top: 50%;transform: translate(-50%, -50%);}
section.sc4 .notice-wrap .notice-btn a:after{content:'';display:block;height: 2px;width: 38px;position:absolute;left: 50%;background: #333;top: 50%;transform: translate(-50%, -50%);}

section.sc4 .sc4-popup-w{width: 440px;margin-top: 20px;}
section.sc4 .sc4-popup-w #sc4-popupzone{
    width: 100%;
    height: 472px;
    border: solid 1px #eee;
}
section.sc4 .sc4-popup-w #sc4-popupzone ul{
    width: 100%;
    height: 100%;
}
section.sc4 .sc4-popup-w #sc4-popupzone ul li{
    width: 100%;
    height: 100%;
}
section.sc4 .sc4-popup-w #sc4-popupzone ul li a{
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
}
section.sc4 .sc4-popup-w #sc4-popupzone ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.sc4 .sc4-popup-w .sc4-popup-btn{
    background: #3b3b49;
    height: 64px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    position: relative;
}
section.sc4 .sc4-popup-w .sc4-popup-btn p{}
section.sc4 .sc4-popup-w .sc4-popup-btn ul.pop_btn_icon{display: flex;align-items: center;position: absolute;right: 30px;font-size: 14px;font-weight: 700;}
section.sc4 .sc4-popup-w .sc4-popup-btn ul.pop_btn_icon li{}
section.sc4 .sc4-popup-w .sc4-popup-btn ul.pop_btn_icon li.num{color:#838383;}
section.sc4 .sc4-popup-w .sc4-popup-btn ul.pop_btn_icon li.num span{color:#fff;}
section.sc4 .sc4-popup-w .sc4-popup-btn ul.pop_btn_icon li a{transition:all .3s; width: 16px;height: 16px;display: inline-block;margin-left: 10px;}
section.sc4 .sc4-popup-w .sc4-popup-btn ul.pop_btn_icon li a.btn_playstop{background:url('/pages/gwangju/img3/main/popzone_btn2_playnstop.png') center no-repeat;}
section.sc4 .sc4-popup-w .sc4-popup-btn ul.pop_btn_icon li a.play{background:url('/pages/gwangju/img3/main/popzone_btn2_play.png') center no-repeat;}
section.sc4 .sc4-popup-w .sc4-popup-btn ul.pop_btn_icon li a.btn_prev{background:url('/pages/gwangju/img3/main/popzone_btn2_prev.png') center no-repeat;}
section.sc4 .sc4-popup-w .sc4-popup-btn ul.pop_btn_icon li a.btn_next{background:url('/pages/gwangju/img3/main/popzone_btn2_next.png') center no-repeat;}



/* section5 */
section.sc5{position: relative;background: #f2f2f2;}
section.sc5:before{content:'';display: inline-block;height: 98px;width: 881px;position:absolute;right: -50px;background:url('/pages/gwangju/img3/main/sc5-bg.png') center no-repeat;top: 0;}
section.sc5 .sc5-wrap{width: 1660px;margin: 0 auto;padding: 180px 0 110px;position: relative;}
.sc5-bg{position: relative;margin-bottom: 40px;}
.sc5-bg:before{content:'';display:inline-block;background: url('/pages/gwangju/img3/main/sc5-bg2.png') right 0 no-repeat;width: 107%;height: 440px;position: absolute;left: 50%;top: 20px;transform: translateX(-50%);background-size: 1793px;}

.video-w{width: 620px;margin-right: 90px;z-index: 1;}
.video-w .video{width: 100%;height:335px;border-radius:30px;overflow: hidden;margin-bottom: 15px; transition: all .3s;}
.video-w .video a{width: 100%;height:100%;display:inline-block; }



.video-w .video:hover{ transform: translateY(-10px);}



.video-w .video a img{width: 100%;height:100%;object-fit: cover;}
.video-w .video-txt{
    display: flex;flex-wrap: wrap;
}
.video-w .video-txt h6{
    font-size: 30px;
    color: #0b3f12;
    text-transform: uppercase;
    font-weight: 700;
    width: 30%;
}
.video-w .video-txt p{
    width: 70%;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0px;
}

.sns-box{width: calc(100% - 710px);position: relative;}
.sns-box .sns-link{display: block;width: 100%;height: 56px;}
.sns-box .sns-link ul{float:right;margin-right: 0;}
.sns-box .sns-link ul li{margin-left: 8px;float: left;}
.sns-box .sns-link ul li a{width: 56px;height: 56px;display: inline-block;border-radius: 100%;background: gainsboro;float: left; position: relative; transition: all .3s;}

.sns-box .sns-link ul li a:hover {transform: translateY(-10px); }




.sns-box .sns-link ul li:nth-child(1) a{background:#ff0000;}
.sns-box .sns-link ul li:nth-child(2) a{background: linear-gradient(156deg, rgba(158,62,166,1) 0%, rgba(222,68,129,1) 50%, rgba(231,96,99,1) 100%);}
.sns-box .sns-link ul li:nth-child(3) a{background:#00c73c;}
.sns-box .sns-link ul li:nth-child(4) a{background:#5064a8;}
.sns-box .sns-link ul li a:before{content:'';display: inline-block;width: 100%;position: relative;height: 100%;}
.sns-box .sns-link ul li:nth-child(1) a:before{background:url('/pages/gwangju/img3/main/ip-sns-ico1.png') center no-repeat;}
.sns-box .sns-link ul li:nth-child(2) a:before{background:url('/pages/gwangju/img3/main/ip-sns-ico2.png') center no-repeat;}
.sns-box .sns-link ul li:nth-child(3) a:before{background:url('/pages/gwangju/img3/main/ip-sns-ico3.png') center no-repeat;}
.sns-box .sns-link ul li:nth-child(4) a:before{background:url('/pages/gwangju/img3/main/ip-sns-ico4.png') center no-repeat;}

.sns-box ul.sns-btn{
    display: flex;
    align-items: center;
    margin: 6px 0 20px;
}
.sns-box ul.sns-btn li{}
.sns-box ul.sns-btn li a{width: 20px;height: 20px;display: inline-block;transition:all .3s;}
.sns-box ul.sns-btn li a.prev{background:url('/pages/gwangju/img3/main/sns_btn_prev.png') center no-repeat;}
.sns-box ul.sns-btn li a.stop{background:url('/pages/gwangju/img3/main/sns_btn_playnstop.png') center no-repeat;margin: 0 15px;}
.sns-box ul.sns-btn li a.play{background:url('/pages/gwangju/img3/main/sns_btn_play.png') center no-repeat;margin: 0 15px;}
.sns-box ul.sns-btn li a.next{background:url('/pages/gwangju/img3/main/sns_btn_next.png') center no-repeat;}


.sns-box ul.sns{
    width: 100%;
    display: flex;
}
.sns-box ul.sns li{ width: 286px;
    aspect-ratio: auto 1/1;
    display: inline-block;
    float: left;
	    overflow: hidden;}
.sns-box ul.sns li a{width:100%;height:100%;display:inline-block;}
.sns-box ul.sns li a img { height:101%;      position: absolute;
    top: 50%;
    left: 50%; transition-duration: 0.3s;
    transform: translate(-50%, -50%);}

.sns-box ul.sns li a img:hover {transform: translate(-50%, -50%) scale(1.2, 1.2); transition-duration: 0.5s;}

.sns-box ul.sns li:first-child a{margin-left:0;}

.sns2{float:left}
.sns2 ul{width:100%; margin-top:25px}
.sns2 ul li {
    width: calc(100% / 3 - 23px);
    float: left;
    position: relative;
    margin: 10px;}
.sns2 ul li img{width:100%}
ul.sc5-quick{
    width: 100%;
    display: inline-block;
    margin-top: 48px;
}
ul.sc5-quick li{}
ul.sc5-quick li a{
    width: calc(100% / 10);
	transition: all .3s;
    display: inline-block;
    font-size: 16px;
    float: left;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
ul.sc5-quick li a:hover {     transform: translateY(-10px); }
ul.sc5-quick li a:before{content:'';display: inline-block;width: 100%;position: relative;height: 70px;}
/*ul.sc5-quick li:nth-child(1) a:before{background: url('/pages/gwangju/img3/main/quick_icon1.png') center top no-repeat;}
ul.sc5-quick li:nth-child(2) a:before{background: url('/pages/gwangju/img3/main/quick_icon2.png') center top no-repeat;}*/
ul.sc5-quick li:nth-child(1) a:before{background: url('/pages/gwangju/img3/main/quick_icon3.png') center top no-repeat;}
ul.sc5-quick li:nth-child(2) a:before{background: url('/pages/gwangju/img3/main/quick_icon11.png') center top no-repeat;}
ul.sc5-quick li:nth-child(3) a:before{background: url('/pages/gwangju/img3/main/quick_icon12.png') center top no-repeat;}
ul.sc5-quick li:nth-child(4) a:before{background: url('/pages/gwangju/img3/main/quick_icon13.png') center top no-repeat;}
ul.sc5-quick li:nth-child(5) a:before{background: url('/pages/gwangju/img3/main/quick_icon4.png') center top no-repeat;}
ul.sc5-quick li:nth-child(6) a:before{background: url('/pages/gwangju/img3/main/quick_icon5.png') center top no-repeat;}
ul.sc5-quick li:nth-child(7) a:before{background: url('/pages/gwangju/img3/main/quick_icon6.png') center top no-repeat;}
ul.sc5-quick li:nth-child(8) a:before{background: url('/pages/gwangju/img3/main/quick_icon7.png') center top no-repeat;}
ul.sc5-quick li:nth-child(9) a:before{background: url('/pages/gwangju/img3/main/quick_icon8.png') center top no-repeat;}
ul.sc5-quick li:nth-child(10) a:before{background: url('/pages/gwangju/img3/main/quick_icon14.png') center top no-repeat;}

/************************** media **************************/
@media screen and (max-width:1700px) {
	.sc{padding:0 2%;}
	section.sc2{background-size: 50%;}
	a.focus_more_right {top:120px; }
	a.focus_more_right img {
    width: 76%;
    float: right;
}
.found_w .tit {
    font-size: 19px;}
	.story:after{display:none;}
	#navigation_pc &gt; ul{margin-left: -2%;}
	#navigation_pc &gt; ul &gt; li &gt; a{font-size: 19px;}
	.story{width: 100%;padding: 0 0 40px 0;}
	.story:before{left: calc(-4% + -3px);background-size: cover;}
	section.sc2 .focus-wrap{width: calc(100% - 430px);}
	section.sc2 .webzine{width: 400px;margin-left: 30px;}
	.story .story3{display: inherit;position: inherit;width: 100%;padding-right: 30px;}
	.story .story3 .story3-list{width: 100%;height: auto;display: flex;gap: 12px;}
	.story .story3 .story3-list .story3-box{flex:1;aspect-ratio: auto 1/1;position:relative;}
	.story .story3 .story3-list .story3-box a{width:100%;height:100%;position:inherit !important; top:inherit !important; bottom:inherit !important; left:inherit !important; right:inherit !important; transform:inherit !important;}
	.story .story3 .story3-tit a:before{display:none;}
	.story .story3 .story3-tit{margin-right: 0;margin-top:40px;float: right;margin-bottom: 20px;}
	.story_list3{padding: 0 20px 0 30px;}
	section.sc4, section.sc5{padding:40px 2%; width:100%;}
	section.sc4 .notice-wrap{width: calc(100% - 480px);margin-right: 40px;}
	section.sc4 .notice-wrap .notice-list .notice-box a{margin-right: 20px;width: calc(100% / 3 - 14px);}
	.sc5-bg:before{display:none;}
	.m-box{width:100%;}
	ul.sc5-quick{margin-bottom: 50px;}
}


@media screen and (max-width:1200px) {

	section.sc1 .sc1-visual .visual li img {
		width: 100% !important;
		height: auto;
		object-fit: cover;
	}
	.m-quickmenu-btn, .page-btn{display:none;}
	.sc{height: inherit;display: inherit;padding-left:4% !important;padding-right:4% !important;}
	.flex-box{display: inherit;}
	section.sc1{padding: 0 !important;height:400px;}
	section.sc1 .sc1-visual{height: 100%;}
	section.sc1 .sc1-visual .visual{width:100%;left: inherit;border-radius:0;}
	a.focus_more_right{display:none;}
	section.sc2{background:none;}
	section.sc2 .focus-wrap{width:100%;}
	section.sc2 .webzine{ display:none !important; width: 100%;margin-left: 0;background: #63a2e5;display: inline-block;height: 100%;padding: 0 25px 25px;box-sizing: border-box;}
	.story .story3{top: inherit;transform:inherit;}
	.story2{width: 100%;padding:40px 0;}
	.story2:before{left: calc(-4% + -3px);}
	.sc3:after{display:none;}
	.story_list3{padding: 0;padding-bottom:40px;position:relative !important; top:inherit !important; bottom:inherit !important; left:inherit !important; right:inherit !important; transform:inherit !important;}
	.story_list3 ul{width:calc(100% - 20px);}
	.story_list3 ul li{width: calc(50% - 10px);margin-right: 5px;}
	.story_list3 ul li:nth-child(even){margin-right:0; }
	section.sc4 .notice-wrap{width: 100%;margin-right: 0;display: inline-block;margin-bottom: 20px;}
	section.sc4 .sc4-popup-w{width:100%;}
	section.sc4 .sc4-popup-w #sc4-popupzone{height:auto;}
	.video-w{width: 100%;margin-right: 0;margin-bottom:20px;}
	section.sc5:before{display:none;}
	.sns-box{width: 100%;}
	.sns-box .sns-link ul{margin-right: 0;}
	ul.sc5-quick{margin-bottom:0;}
	ul.sc5-quick li a{width: calc(100% / 4);margin-bottom: 20px;}

	.story .story-tit { margin-top: 10px; padding-top: 50px;}

	.found_w {display: inline-block;width: 100%;height: 120px;padding: 14px 0;text-align: center; border-radius: 12px;}
	.found_w .listbox {border: 1px solid #dfdfdf;background: #fff;border-radius:12px;width: 97%; margin: 0 auto;display: flex;margin-right: 10px;justify-content: space-around;margin-left:5px}
    .found_w .tit {margin-bottom: 9px;font-size: 24px;color: #fff;width: 100%;text-align: center;}

}


@media screen and (max-width:900px) {
	.m-tit{margin-bottom: 20px;}
	.m-tit h6, .m-tit2{font-size: 32px;}
    .story .story-tit  h6{font-size: 32px;}
	section.sc1{height:300px;}
	section.sc2 .focus-wrap .focus-box a{width: calc(100% / 2 - 15px);margin-right: 30px;}
	section.sc2 .focus-wrap .focus-box:nth-child(3n) a{margin-right: 30px;}
	section.sc2 .focus-wrap .focus-box:nth-child(even) a{margin-right:0;}
	section.sc2 .focus-wrap .focus-box:nth-child(5n) a, section.sc2 .focus-wrap .focus-box:nth-child(6n) a{display:none;}
	section.sc2 .webzine .webzine-box a .txt p.tit{font-size: 23px;}
	section.sc2 .webzine .webzine-box a .txt{padding:30px 0;}
	section.sc4 .notice-wrap .notice-list .notice-box a{width: calc(100% / 2 - 15px);margin-right: 30px;}
	section.sc4 .notice-wrap .notice-list .notice-box:nth-child(3n) a{margin-right: 30px;}
	section.sc4 .notice-wrap .notice-list .notice-box:nth-child(even) a{margin-right:0;}
	.story_list3 ul{margin:0;}
	.sc5-bg{margin-bottom: 40px;}
	.sc5-bg:before{display:none;}


}


@media screen and (max-width:690px) {
	section.sc1{height:450px;}
	section.sc2 .webzine .webzine-box a .img{height: 300px;}
	section.sc2 .focus-wrap .focus-box a{width: 100%;margin-right: 30px;}
	section.sc2 .focus-wrap .focus-box:nth-child(3n) a,section.sc2 .focus-wrap .focus-box:nth-child(4n) a{display:none;}
	.swiper-pagination-bullet{width: 14px !important;height: 14px !important;}
	.visual_btn_playstop:before, .visual_btn_playstop:after{height: 14px !important;}
	ul.sc5-quick li a{width: calc(100% / 2);}

	.story_list3{padding-bottom:0; height:210px;}
	.story_list3 ul li{width:100%;}
	.story_list3 ul li a div.text h4{font-size:18px;line-height:26px;margin-bottom:10px;height:50px;}
	.m-tit p.left{display:none;}
	.story .story-tit p.left{display:none;}
	section.sc4 .notice-wrap .notice-tab ul{width:100%;flex-wrap:wrap;}
	section.sc4 .notice-wrap .notice-btn{top: -254px;}
	section.sc4 .notice-wrap .notice-tab ul li:first-child{flex-basis:100%;}
	section.sc4 .notice-wrap .notice-tab ul li{flex-basis:50%;}
	section.sc4 .notice-wrap .notice-tab ul li:first-child a{border-top:1px solid #e6e6e6;}
	section.sc4 .notice-wrap .notice-tab ul li a{border-top: 0;}
	section.sc4 .notice-wrap .notice-tab ul li:nth-child(2) a,section.sc4 .notice-wrap .notice-tab ul li:nth-child(4) a{border-left: 1px solid #e6e6e6;}
	.video-w .video{height:auto;}
	.video-w .video-txt h6,.video-w .video-txt p{margin-bottom:5px;flex-basis:100%;}
	.sns-box .sns-link ul li{margin-left: 7px;}
	.sns-box .sns-link ul li a{width: 46px;height: 46px;}
	/*
	.sns-box ul.sns{flex-wrap:wrap;}
	.sns-box ul.sns li{flex: 1;flex-basis: 100%;}
	*/
	.found_w .tit {font-size: 20px;}
}


@media screen and (max-width:500px) {
	section.sc4 .notice-wrap .notice-list .notice-box a{width: 100%;}
	.story .story3 .story3-tit{margin-top: 90px;}
	.story .story3 .story3-list{width:80%;margin:0 auto;}
	.story .story3 .story3-list{flex-wrap:wrap;}
	.story .story3 .story3-list .story3-box{flex:;flex-basis:100%;}

	.story .story3 .story3-list .story3-box:last-child { display:none; }

}
@media screen and (max-width:360px) {
	.sns2 ul li {
    width: calc(100% / 1); margin-left:10px;
	}
}</pre></body></html>