@charset "utf-8";
/* 공통 */
#container_main h4 {font-family: 'gmarket'; font-weight: 900;}

/* 비주얼 */
#visual {overflow: hidden;position: relative;height: 650px;}
#visual img {position: absolute; top:0; left: 50%; transform: translateX(-50%);}
#visual .inner {height: inherit;}

@media all and (max-width:1024px){
    #visual {height: auto;}
    #visual img {position: static; transform: translateX(0);}
    #visual .inner {padding: 0;}
}

/* 의사일정 */
#agenda {position: absolute; bottom: 0; left: 0; display: flex; flex-wrap: wrap; align-items: center; height: 100px; padding: 0 40px; width: 100%; color: #fff; background: #222331; border-radius: 10px 10px 0 0; box-sizing: border-box;}
#agenda h4 {font-family: 'gmarket'; font-size: 30px; font-weight: 800;}
#agenda h4 span {font-weight: 900;}
#agenda .date {margin: 0 0 0 40px; font-family: 'gmarket'; font-size: 24px; font-weight: 800;}
#agenda .date::before {content: '';display: inline-block;margin: 0 9px -2px 0;width: 19px;height: 20px;background: url(/images/kr/main/ico_calendar.png)no-repeat;}
#agenda .date span {font-size: 30px; font-weight: 900; color: #f7d1d7;}
#agenda .txt {overflow: hidden;position: relative;margin: 0 30px 0 35px;padding: 0 120px 0 20px;width: calc(100% - 970px);height: 50px;background: rgba(255,255,255,.08);border-radius: 5px;}
#agenda .txt .list_wrap a,
#agenda .txt .list_wrap p {position: relative; overflow: hidden; display: block; padding: 0 0 0 15px; width: 100%; line-height: 50px; color: #fff; white-space: nowrap; text-overflow: ellipsis;}
#agenda .txt .list_wrap a::before,
#agenda .txt .list_wrap p::before {content: '';display: block;position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 5px;height: 5px;background: #e2586f;border-radius: 1.5px;}
#agenda .txt .control {position: absolute;top: 13px;right: 12px;display: flex;align-items: center;}
#agenda .txt .control button {display: block;margin: 0 0 0 5px;width: 25px;height: 25px;font-size: 0;text-indent: -9999px;background: url(/images/kr/main/ico_ctrl.png)no-repeat 8px 8px;}
#agenda .txt .control .btn_stop {background-position: -53px 8px;}
#agenda .txt .control .btn_stop.on {background-position: -104px 8px;}
#agenda .txt .control .btn_next {background-position: -158px 8px;}
#agenda .btn_wrap {display: flex; width: 200px; height: 50px; border: 1px solid rgba(255,255,255,.3); border-radius: 5px;}
#agenda .btn_wrap a {position: relative; display: block; width: 50%; height: inherit; line-height: 50px; font-weight: 500; color: #fff; text-align: center; text-decoration: none;}
#agenda .btn_wrap a:last-child::after {content: ''; display: block; position: absolute; top: 16px; left: 0; width: 1px; height: 16px; background: rgba(255,255,255,.3);}

@media all and (max-width:1440px){
    #agenda h4 {font-size: 26px;}
    #agenda .date {margin: 0 0 0 30px;font-size: 22px;}
    #agenda .date span {font-size: 26px;}
    #agenda .txt {margin: 0 25px;width: calc(100% - 885px);}
}
@media all and (max-width:1024px){
    #agenda {position: static; justify-content: center; padding: 30px 15px;; height: auto; border-radius: 0;}
    #agenda .txt {width: 100%; margin: 20px 0;}
    #agenda .btn_wrap {width: 100%;}
}
@media all and (max-width:768px){
    #agenda {padding: 25px 10px;}
    #agenda h4 {font-size: 24px;}
    #agenda .date {font-size: 18px;}
    #agenda .date span {font-size: 20px;}
}
@media all and (max-width:568px){
    #agenda .date {display: block;margin: 5px 0 0;width: 100%;text-align: center;}
    #agenda .txt {height: 46px;}
    #agenda .txt .list_wrap a, #agenda .txt .list_wrap p {line-height: 46px;}
    #agenda .txt .control {top: 11px;}
    #agenda .btn_wrap {height: 46px}
    #agenda .btn_wrap a {line-height: 46px;}
}

.sec1, .sec2 {margin: 80px auto;}

/* 열린의장실 */
#chairman {float: left; width: 410px; }
#chairman h4 {margin: 0 0 20px; font-size: 36px;}
#chairman .cha_wrap {z-index: 1;overflow: hidden;position: relative;padding: 55px 145px 0 39px;height: 325px;background: url(/images/kr/main/bg_chairman.jpg)no-repeat;background-size: cover;border-radius: 5px 5px 50px 5px;box-shadow: 0 0 35px 1px rgba(0,0,0,.07);box-sizing: border-box;}
#chairman .cha_wrap .txt p {font-family: 'gmarket'; font-size: 20px; font-weight: 800; line-height: 1.3;}
#chairman .cha_wrap .txt p span {display: block; font-size: 30px;}
#chairman .cha_wrap .txt p span em {font-size: 36px; font-weight: 900; color: #3194b1;}
#chairman .cha_wrap .txt > span {display: block; margin: 10px 0 18px; font-weight: 400; color: #777;}
#chairman .cha_wrap .btn_wrap a {display: block; margin: 0 0 10px; padding: 0 0 0 10px;width: 130px;height: 35px;line-height: 33px;font-size: 14px;font-weight: 500;text-decoration: none;border: 2px solid #cce8e4;border-radius: 20px;box-sizing: border-box;}
#chairman .cha_wrap .btn_wrap a::before {content: '';display: inline-block;margin: 0 10px -3px 0;width: 18px;height: 18px;background: url(/images/kr/main/ico_check.png)no-repeat;}
#chairman .cha_wrap .btn_wrap a:last-child {margin: 0;}
#chairman .cha_wrap .pic {z-index: -1;position: absolute;bottom: 0;right: 0;width: 201px;height: 284px;}
#chairman .cha_wrap .pic img {width: 100%;}

@media all and (max-width:1024px){
    .sec1, .sec2 {margin: 50px auto;}
    
    #chairman {margin: 0 0 35px; width: 100%;}
    #chairman h4 {font-size: 32px;}
}
@media all and (max-width:568px){
    .sec1, .sec2 {margin: 35px auto;}
    #chairman h4 {font-size: 28px;}
    #chairman .cha_wrap {padding:25px 0 30px 25px; height: auto;}
    #chairman .cha_wrap .txt p {font-size: 18px;}
    #chairman .cha_wrap .txt p span {font-size: 22px;}
    #chairman .cha_wrap .txt p span em {font-size: 26px;}
	#chairman .cha_wrap .pic {width: 120px; height: auto;}
}
@media all and (max-width:380px){
    #chairman h4 {margin: 0 0 10px;font-size: 24px;}
}

/* 의장 없음*/
#chairman.nochair{
	height:395px;
	border-radius:10px;
	background:#eef8fa url('/images/kr/main/bg_chairman2.jpg') no-repeat center center;
	background-size:cover;
}

@media all and (max-width:1024px) {
	#chairman.nochair{height: 325px;}
	
}

@media all and (max-width:768px){

	#chairman.nochair{
		width:100%;
		height: 220px;
		margin:0 0 28px;
		background-position:center;
		background-size:contain;
	}

}

@media all and (max-width:568px){

	#chairman.nochair{
		height:180px;
	}

}

@media all and (max-width:380px){

	#chairman.nochair{
		height:160px;
		margin:0 0 25px;
	}

}



/* 의회소식 */
#board {float: right; width: calc(100% - 460px);}
#board h4 {font-size: 36px;}
#board h4 span {font-size: 30px; font-weight: 800;}
#board > ul {position: relative;margin: 18px 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: block; width: 100%; height: 55px; line-height: 57px; 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 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 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){
    #board h4 {font-size: 28px;}
    #board h4 span {font-size: 24px;}
    #board > ul > li > h5 a {font-size: 18px;}
    #board .con li a {padding: 12px 20px 12px 10px;}
    #board .con li 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: 16px;}
    #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;}
}

/* 현역의원 */
#member {padding: 80px 0; background: url(/images/kr/main/bg_member.jpg)no-repeat center; background-size: cover;}
#member .tit_wrap {position: relative; text-align: center;}
#member .tit_wrap h4 {font-size: 36px;}
#member .tit_wrap h4 span {color: #ed4f6d;}
#member .tit_wrap p {font-weight: 400; color: #777;}
#member .tit_wrap .more {position: absolute;top: 0;right: 0;width: 40px;height: 40px;font-size: 0;text-indent: -9999px;border: 1px solid #ccc;border-radius: 5px;background: #fff url(/images/kr/main/ico_more1.png)no-repeat center;box-sizing: border-box;}
#member .mem_wrap {display: flex; flex-wrap: wrap;}
#member .mem_wrap > li {overflow: hidden;position: relative;margin: 20px 0 0 1.6%;width: 23.57%;height: 210px;background: #fff url(/images/kr/main/bg_mem_list.png)no-repeat bottom right;border: 1px solid #c6d6e5;border-radius: 10px;box-shadow: 0 0 10px 0 rgba(227,230,239,1);}
#member .mem_wrap > li:first-child,
#member .mem_wrap > li:nth-child(5), #member .mem_wrap > li:nth-child(9) {margin-left: 0;}
#member .txt {padding: 31px 145px 0 30px;}
#member .txt .name {font-family: 'gmarket'; font-size: 28px; font-weight: 900;}
#member .txt .dash {padding: 5px 0 0;}
#member .txt .dash > li {padding: 0 0 2px 20px;font-size: 14px;font-weight: 400;}
#member .txt .dash > li::before {top: 7px;width: 10px;height: 3px;background: #ed4f6d;}
#member .home {position:relative; display: block;padding: 0 0 0 15px;margin: 18px 0 0 20px;height: 40px;line-height: 40px;font-size: 14px;font-weight: 400;color: #fff;text-decoration: none;background: rgb(237,79,109);background: -moz-linear-gradient(90deg, #41344f 0%, rgb(60 19 97) 50%);background: -webkit-linear-gradient(90deg, rgba(237,79,109,1) 0%, rgba(225,59,58,1) 50%);background: linear-gradient(90deg, #41344f 0%, rgb(60 19 97) 50%);border-radius: 20px 0 0 20px;box-sizing: border-box;}
#member .home::after {content:'';display: block;position: absolute;top: 9px;left: 115px;width: 33px;height: 20px;background: url(/images/kr/main/ico_arrow1.png)no-repeat;}
#member .pic {position: absolute;bottom: 0;right: 0;width: 169px;height: 202px;}
#member .pic img {width: 100%;}

@media all and (max-width:1440px){
    #member .mem_wrap > li {width: 32%;}
    #member .mem_wrap > li:nth-child(4),#member .mem_wrap > li:nth-child(7),#member .mem_wrap > li:nth-child(10) {margin-left: 0;}
    #member .mem_wrap > li:nth-child(5),#member .mem_wrap > li:nth-child(9){margin-left: 1.6%;}
}
@media all and (max-width:1024px){
    #member {padding: 50px 0;}
    #member .tit_wrap h4 {font-size: 32px;}
    #member .mem_wrap > li {height: 190px;}
    #member .txt {padding: 25px 140px 0 30px;}
    #member .txt .name {font-size: 24px;}
    #member .home {margin: 5px 0 0 20px;}
    #member .pic {width: 140px;height: auto;}
}
@media all and (max-width:800px){
    #member .mem_wrap {justify-content: space-between; margin: 20px 0 0}
    #member .mem_wrap > li {width: 49%; margin: 10px 0 0;}
    #member .mem_wrap > li:nth-child(5), #member .mem_wrap > li:nth-child(9) {margin-left: 0;}
}
@media all and (max-width:568px){
    #member {padding: 35px 0;}
    #member .tit_wrap h4 {font-size: 28px;}
    #member .tit_wrap .more {top: 67px;right: 50%;transform: translateX(50%);}
    #member .mem_wrap {margin: 60px 0 0;}
    #member .mem_wrap > li {height: auto;}
    #member .txt {padding: 20px 20px 0;}
    #member .home {margin: 5px 0 20px 15px;width:180px;height: 34px;line-height: 34px;font-size: 13px;}
    #member .home::after {display: none;}
    #member .pic {width: 100px;}
}
@media all and (max-width:430px){
    #member .tit_wrap p {margin: 10px 0 0;}
    #member .mem_wrap > li {width: 100%;}
    #member .home {width: auto;}
    #member .home::after {display: block;top: 6px;}
}
@media all and (max-width:380px){
    #member .tit_wrap h4 {font-size: 24px;}
}

/* 팝업존 */
#popup {float: left; width: 410px;}
#popup .tit_wrap {display: flex;justify-content: space-between;margin: 0 0 10px;}
#popup .tit_wrap h4 {font-size: 36px;}
#popup .control {display: flex;}
#popup .control button {display: block;margin: 0 0 0 5px;width: 35px;height: 35px;font-size: 0;text-indent: -9999px;border: 1px solid #ccc;border-radius: 5px;background: #fff url(/images/kr/main/ico_ctrl.png)no-repeat 12px -33px;}
#popup .control .btn_stop {background-position: -53px -33px;}
#popup .control .btn_stop.on {background-position: -106px -33px;}
#popup .control .btn_next {background-position: -155px -33px;}
#popup .list_wrap {overflow: hidden; height: 288px; border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0,0,0,.04);}
#popup .list_wrap .none {text-align: center; padding: 100px 0;}

@media all and (max-width:1024px){
    #popup {margin: 0 0 35px; width: 100%;}
    #popup .tit_wrap h4 {font-size: 32px;}
    #popup .list img {margin: 0 auto;}
}
@media all and (max-width:568px){
    #popup .tit_wrap h4 {font-size: 28px;}
    #popup .list_wrap {height: auto;}
}

/* 유튜브 */
#youtube {float: right; width: calc(100% - 460px);}
#youtube .tit_wrap {display: flex;justify-content: space-between;align-items: center;margin: 0 0 10px;}
#youtube .tit_wrap h4 {font-size: 30px; font-weight: 800;}
#youtube .tit_wrap h4 span {font-size: 36px; font-weight: 900; color: #e2586f;}
#youtube .tit_wrap .link {display: block;width: 90px;height: 32px;line-height: 34px;font-family: 'gmarket';font-size: 12px;font-weight: 800;color: #fff;text-decoration: none;background: #cc0000;border-radius: 16px;}
#youtube .tit_wrap .link::before {content:'';display: inline-block;margin: 0 10px -6px 8px;width: 21px;height: 20px;background: url(/images/kr/main/ico_yt.png)no-repeat 0 0;}
#youtube ul {display: flex; flex-wrap: wrap;}
#youtube ul li {margin: 0 0 0 2.1%;width: 31.91%;}
#youtube ul li:first-child {margin: 0;}
#youtube ul li a {display: block;width: 100%;text-decoration: none;}
#youtube .pic {position: relative; overflow: hidden; width: 100%; height: 209px; border-radius: 10px;}
#youtube .pic::before,
#youtube .pic::after {z-index: 2; content: ''; display: block; position: absolute; top: 9px; left: 12px; width: 24px; height: 24px; background: url(/images/kr/main/ico_yt.png) 100% 100%;}
#youtube .pic::after {z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3);}
#youtube .pic img {width: 100%; height: 100%; transition: .3s ease-in-out;}
#youtube a:hover .pic img {transform:scale(1.2);}
#youtube .txt {position: relative;margin: 20px 0 0;padding: 17px 0 0;}
#youtube .txt::before {content:'';display:block;position: absolute;top: 0;left: 0;width:100%;height: 1px;background: url(/images/kr/main/bg_line.jpg);}
#youtube .txt .tit {display: inline-block;overflow: hidden;max-width: calc(100% - 25px);font-weight:600;white-space:nowrap;text-overflow: ellipsis;}
#youtube .txt .date {display: block; font-size: 14px; font-weight:400; color: #666;}

@media all and (max-width:1024px){
    #youtube {width: 100%;}
    #youtube .tit_wrap h4 {font-size: 28px;}
    #youtube .tit_wrap h4 span {font-size: 32px;}
}
@media all and (max-width:768px){
    #youtube ul li {width: 48.7%;}
    #youtube ul li:nth-child(3) {display: none;}
}
@media all and (max-width:568px){
    #youtube .tit_wrap h4 {font-size: 24px;}
    #youtube .tit_wrap h4 span {font-size: 28px;}
    #youtube .pic {height: 180px;}
}
@media all and (max-width:380px){
    #youtube .tit_wrap h4 {font-size: 22px;}
    #youtube .tit_wrap h4 span {font-size: 24px;}
    #youtube .pic {height: 150px;}
}

/* 바로가기 */
#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: 110px;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_link2.png);}
#link ul li:nth-child(3) a::before {background-image: url(/images/kr/main/ico_link3.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_link5.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;}
}

/* 배너모음 */
#banner h4 {position: absolute;top: 38px;left: 0;font-size: 24px;}
#banner .list_wrap {padding: 38px 120px 38px 120px;}
#banner .list a {position: relative;padding: 0 38px;box-sizing: border-box;}
#banner .list a::after {content:'';display: block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 10px;background: #ddd;}
#banner .control {position: absolute;top: 41px;right: 0;display: flex;}
#banner .control button,
#banner .control a {display: block;width: 20px;height: 20px;font-size: 0;text-indent: -9999px;background: url(/images/kr/main/ico_ctrl.png)no-repeat 5px -40px;}
#banner .control .btn_stop {background-position: -59px -39px;}
#banner .control .btn_stop.on {background-position: -112px -39px;}
#banner .control .btn_next {background-position: -162px -40px;}
#banner .control .more {background: url(/images/kr/main/ico_more2.png)no-repeat center; transition: .4s ease-in-out;}
#banner .control .more:hover {transform: rotate(180deg);}

@media all and (max-width:1440px){
    #banner h4 {left: 15px;}
    #banner .control {right: 15px;}
}
@media all and (max-width:1024px){
    #banner h4 {top: 20px; left: 10px;}
    #banner .control {top: 20px; right: 10px;}
    #banner .list_wrap {padding: 70px 0 30px;}
}
@media all and (max-width:568px){
    #banner .list a {display: block;overflow: hidden;padding: 0 10px;width: 100%;white-space: nowrap;text-overflow: ellipsis;text-align: center;}
}