/* ==========================================================================
   Main CSS
   ========================================================================== */
/* ==========================================================================
   Visual CSS
   ========================================================================== */
#wrap-visual {
    width: 100%;
    height: 415px;
    position: relative;
    overflow: hidden;
    /*background: url("../img/main/bg_visual.jpg") no-repeat center top;*/
}

#wrap-visual li {
    height: 415px;
    z-index: 1 !important;
}
#wrap-visual li img {margin: 0 auto;}

#wrap-visual .container {
    position: relative;
}

#wrap-visual #comment-visual {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	z-index: 1;
	display: none;
}

#wrap-visual #comment-visual em {
    display: block;
    font-size: 27px;
    padding: 40px 0 0 0;
    margin: 90px 0 0 0;
    background: url("../img/main/line_visual.gif") no-repeat left top;
}

#wrap-visual #comment-visual p {
    font-size: 16px;
    margin: 20px 0 0 0;
}

#wrap-visual .slide1 {
    background: url("../img/main/1_main_1200x415.png") no-repeat center top;
}

#wrap-visual .slide2 {
    background: url("../img/main/dcia_main2_1200x415.png") no-repeat center top;
}

#wrap-visual #control-slide-visual {
    width: 100%;
    position: absolute;
    left: 35px;
    bottom: 70px;
}

#wrap-visual #control-slide-visual button {
    width: 31px;
    height: 35px;
    text-indent: -9999px;
    float: left;
    background: url("../img/main/btn_visual_slide.png") no-repeat left top;
    transition: all 0.3s ease-in-out;
}

#wrap-visual #control-slide-visual button.stop {
    background-position: -31px 0;
}

#wrap-visual #control-slide-visual button.play {
    display: none;
    background-position: -62px 0;
}

#wrap-visual #control-slide-visual button.next {
    background-position: -93px 0;
}

/* ==========================================================================
   Flating Banner CSS
   ========================================================================== */
#wrap-f-banner {
    background: #f5f5f5;
}

#wrap-f-banner ul {
    display: inline-block;
    width: 100%;
}

#wrap-f-banner li {
    float: left;
    width: 13.666%;
    margin: 35px 0;
}

#wrap-f-banner li a {
    padding: 110px 0 0 0;
    text-align: center;
    background: url("../img/main/icon_f_banner.gif") no-repeat center top;
    transition: all 0.3s ease-in-out;
}

#wrap-f-banner li a:hover {
    background: url("../img/main/icon_f_banner_on.gif") no-repeat center top;
}

#wrap-f-banner li.icon2 a {
    background-position: center -151px;
}

#wrap-f-banner li.icon3 a {
    background-position: center -301px;
}

#wrap-f-banner li.icon4 a {
    background-position: center -451px;
}

#wrap-f-banner li.icon5 a {
    background-position: center -601px;
}

#wrap-f-banner li.icon6 a {
    background-position: center -751px;
}

#wrap-f-banner li.icon7 a {
    background-position: center -902px;
}

/* ==========================================================================
   Latest & Popup Zone CSS
   ========================================================================== */

#wrap-latest {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}

#wrap-latest article {

}

#wrap-latest .row-latest {
    float: left;
    width: 75%;
}

#wrap-latest .row-pop {
    float: right;
    width: 24%;
}

#wrap-latest article#latest1, #wrap-latest article#latest2 {
    float: left;
    width: 50%;
    padding: 0 35px 0 0;
    position: relative;
}

#wrap-latest article#latest1 h2, #wrap-latest article#latest2 h2,#wrap-latest article#latest2 li.lastLi p {
    display: block;
    float: left;
    color: #868686;
    font-size: 15px;
    width: 45%;
    line-height: 50px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-bottom-color: #868686;
    border-left: 0;
	cursor: pointer;
}

/*20221220_입찰정보 삭제*/
#wrap-latest article#latest1 ul li:nth-child(2){
display: none;
}

/*20221220_공지사항_탭메뉴*/
#wrap-latest article#latest1 ul li h2{
width: 46%;
}

/*20221220_국전원 소식 수정*/
#wrap-latest article#latest1 ul li:nth-child(3) h2{
width: 40%;
}

/*20221220_일반자료실, 자유게시판 수정*/
#wrap-latest article#latest2 ul li:nth-child(3){
display: none;
}

/*20221220_카드뉴스 갤러리 수정*/
#wrap-latest article#latest2 ul li:nth-child(1) h2{
width: 86%;
}

/*20221220_카드뉴스_css*/
.cardnew_wrap img{
 width: 200px;
 height: 200px;
 max-width: 100%;
}

.cardnew_wrap{
 text-align: center;
 margin: 0;
}

.cardnew_wrap .desc{
margin-top: 8px;
width: 97%;
text-align: center;
overflow: hidden;
}

.cardnew_wrap .desc h3{
font-size: 17px;
width: 45%;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

#latest2 ul li{
text-align: center;
}

#latest2 span{
display: block;
width: 100%;
height: 80px;
}


#wrap-latest article#latest2 li.lastLi p {height: 52px;}

#wrap-latest article#latest1 li:first-child h2, #wrap-latest article#latest2 li:first-child h2 {
    border-left: 1px solid #d3d3d3;
}

#wrap-latest article#latest1 li.active h2 {
    background: #2247a6;
    color: #fff;
    position: relative;
}

#wrap-latest article#latest2 li.active h2 {
    background: #26a1a8;
    color: #fff;
    position: relative;
}

#wrap-latest article#latest1 li.active h2:after, #wrap-latest article#latest2 li.active h2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -11px;
    width: 11px;
    height: 49px;
    background: url('../img/main/bg_shadow.png') no-repeat left top;
}

#wrap-latest article#latest1 .more, #wrap-latest article#latest2 .more {
	position: absolute;
	right: 35px;
	top: 0;
	display: none;
    width: 13%;
    line-height: 50px;
    border: 1px solid #d3d3d3;
    border-bottom-color: #868686;
    border-left: 0;
    text-indent: -9999px;
    background: url("../img/main/btn_latest_more.gif") no-repeat center center;
}

#wrap-latest article#latest1 li > div,
#wrap-latest article#latest2 li > div {display: none;}
#wrap-latest article#latest1 li.active > div,
#wrap-latest article#latest2 li.active > div,
#wrap-latest article#latest1 li.active .more, #wrap-latest article#latest2 li.active .more {display: block;}

#wrap-latest article#latest1 .box-latest, #wrap-latest article#latest2 .box-latest {
    padding: 20px 20px 0 20px;
    display: inline-block;
    width: 92%;
    position: absolute;
    left: 0;
    top: 55px;
}

#wrap-latest article#latest1 .news-headline, #wrap-latest article#latest2 .news-headline {
    background: url("../img/main/icon_latest.gif") no-repeat left top;
    padding: 0 0 13px 95px;
    border-bottom: 1px dashed #7f7f7f;
	min-height: 110px;
}

#wrap-latest article#latest1 .news-headline dt, #wrap-latest article#latest2 .news-headline dt {
    display: inline-block;
}

#wrap-latest article#latest1 .news-headline dl, #wrap-latest article#latest2 .news-headline dl {
    display: inline-block;
	width: 100%;
}

#wrap-latest article#latest1 .news-headline a, #wrap-latest article#latest2 .news-headline a {
    display: block;
    float: left;
    color: #303030;
    width: 30%;
	min-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#wrap-latest article#latest1 .news-headline mark, #wrap-latest article#latest2 .news-headline mark {
    color: #fff;
    background: #1c74cd;
    font-size: 12px;
    padding: 3px;
    margin: 0 5px 0 0;
    display: block;
    float: left;
}

#wrap-latest article#latest1 .news-headline h3, #wrap-latest article#latest2 .news-headline h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

#wrap-latest article#latest1 .news-headline p, #wrap-latest article#latest2 .news-headline p {
    font-size: 13px;
    color: #666;
    margin: 5px 0 5px 0;
    line-height: 1.7;
    height: 42px;
    clear: both;
    overflow: hidden;
}

#wrap-latest article#latest1 .news-headline time, #wrap-latest article#latest2 .news-headline time {
    background: url("../img/main/icon_time.gif") no-repeat left center;
    padding: 0 0 0 20px;
    font-size: 12px;
    color: #8b8b8b;
    float: right;
}

#wrap-latest article#latest1 .news-list, #wrap-latest article#latest2 .news-list {
    padding: 13px 0 0 0;
}

#wrap-latest article#latest1 .news-list dl, #wrap-latest article#latest2 .news-list dl {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 10px;
    background: url("../img/main/dot_latest.gif") no-repeat left 7px;
}

#wrap-latest article#latest1 .news-list dt, #wrap-latest article#latest2 .news-list dt {
    float: left;
    width: 70%;
    white-space: nowrap;
}

#wrap-latest article#latest1 .news-list dd, #wrap-latest article#latest2 .news-list dd {
    float: right;
    text-align: right;
    width: 30%;
    line-height: 1;
}

#wrap-latest article#latest1 .news-list dt, #wrap-latest article#latest1 .news-list dd, #wrap-latest article#latest2 .news-list dt, #wrap-latest article#latest2 .news-list dd {
    padding: 0;
}

#wrap-latest article#latest1 .news-list a, #wrap-latest article#latest2 .news-list a {
    display: inline-block;
    color: #303030;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

#wrap-latest article#latest1 .news-list mark, #wrap-latest article#latest2 .news-list mark {
    color: #fff;
    background: #1c74cd;
    font-size: 12px;
    padding: 3px;
    margin: 0 5px 0 0;
    display: inline-block;
}

#wrap-latest article#latest1 .news-list h3, #wrap-latest article#latest2 .news-list h3 {
    font-size: 13px;
}

#wrap-latest article#latest1 .news-list time, #wrap-latest article#latest2 .news-list time {
    /* background: url("../img/main/icon_time.gif") no-repeat left center; */
    /*padding: 0 0 0 20px;*/
    font-size: 12px;
    color: #8b8b8b;
}

#wrap-latest article#latest2 .news-headline {
    background-image: none;
    padding-left: 0;
}

#wrap-latest article#popup-zone {
    width: 100%;
}

#wrap-latest article#popup-zone .header {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background: #e4881b;
}

#wrap-latest article#popup-zone .header h2 {
    color: #fff;
    font-size: 16px;
    float: left;
}

#wrap-latest article#popup-zone .header #control-slide-pop {
    float: right;
}

#wrap-latest article#popup-zone .header #control-slide-pop button {
    width: 41px;
    height: 45px;
    text-indent: -9999px;
    float: left;
    background: url("../img/main/btn_pop_slide.png") no-repeat left center;
    transition: all 0.3s ease-in-out;
}

#wrap-latest article#popup-zone .header #control-slide-pop button.next {
    background-position: -41px center;
}

#wrap-latest article#popup-zone .header #control-slide-pop button.stop {
    display: none;
    width: 25px;
    background-position: -92px center;
}

#wrap-latest article#popup-zone .header #control-slide-pop button.play {
    width: 25px;
    background-position: -130px center;
}

#wrap-latest article#popup-zone #slide-pop {
    margin: -4px 0 0 0;
}

#wrap-latest article#popup-zone #slide-pop li {
    height: 267px;
    background-size: 100% 100% !important;
    text-indent: -9999px;
}

#wrap-latest article#popup-zone #slide-pop .slide1 {
    background: #f5f5f5 url("../img/main/popup1.jpg") no-repeat center top;
    /*background-size: cover;*/
}


/* ==========================================================================
   Quick Menu CSS
   ========================================================================== */
#wrap-quick {
    display: inline-block;
    width: 100%;
}

#wrap-quick #popular {
    background: url("../img/main/bg_popular.gif") left top;
    width: 55%;
    height: 255px;
    float: left;
    padding: 19px 30px;
}

#wrap-quick #popular .title {
    background: url("../img/main/icon_home.png") no-repeat left center;
    height: 50px;
    line-height: 50px;
    margin: 0 0 20px 0;
}

#wrap-quick #popular .title h2 {
    color: #fff3a5;
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    padding: 0 0 0 60px;
}

#wrap-quick #popular .title p {
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

#wrap-quick #popular .list {
    background: #fff;
    padding: 20px;
}

#wrap-quick #popular .list ul {
    display: inline-block;
}

#wrap-quick #popular .list li {
    width: 25%;
    float: left;
}

#wrap-quick #popular .list a {
    padding: 0 0 0 17px;
    margin: 4px 0;
    font-size: 13px;
    background: url("../img/main/check_popular.gif") no-repeat left top;
}

#wrap-quick #popular .list a:hover {
    background-position: left -20px;
    text-decoration: underline;
}

#wrap-quick #quick {
    background: url("../img/main/bg_quick.gif") left top;
    width: 45%;
    float: right;
    padding: 20px;
    height: 255px;
}

#wrap-quick #quick li {
    float: left;
    width: 50%;
    padding: 14px 0;
}

#wrap-quick #quick a {
    color: #fff;
    padding: 8px 0 16px 90px;
    background: url("../img/main/icon_quick.png") no-repeat left top;
}

#wrap-quick #quick a:hover {
    color: #26e0ea !important;
}

#wrap-quick #quick a.icon2 {
    background-position: left -127px;
}

#wrap-quick #quick a.icon3 {
    background-position: left -254px;
}

#wrap-quick #quick a.icon4 {
    background-position: left -382px;
}

#wrap-quick #quick h2 {
    font-size: 14px;
	margin-bottom: 11px;
}

#wrap-quick #quick p {
    font-size: 11px;
}

/* ==========================================================================
   Gallery CSS
   ========================================================================== */
#wrap-gallery {
    /*height: 290px;*/
    background: url("../img/main/bg_rolling.jpg") no-repeat center top;
    margin: 60px 0 0 0;
}

#wrap-gallery .container {
    position: relative;
}

#wrap-gallery .title {
    position: absolute;
    width: 211px;
    height: 286px;
    top: -25px;
    background: url("../img/main/bg_gallery_title.png") no-repeat left top;
    color: #fff;
    padding: 40px 0 30px 20px;
    z-index: 1;
}

#wrap-gallery .title h2 {
    font-size: 30px;
    font-weight: 100;
}

#wrap-gallery .title p {
    font-size: 13px;
    padding: 10px 0 0 0;
}

#wrap-gallery #slide-gallery {
    padding: 45px 0 45px 230px;
}

#wrap-gallery #slide-gallery li {
    float: left;
    padding: 0 12px;
}

#wrap-gallery #slide-gallery h3 {
    color: #fff;
    font-size: 14px;
    padding: 15px 0 0 0;
    height: 55px;
    line-height: 1.4;
}

#wrap-gallery #slide-gallery time {
    font-size: 11px;
    color: #ededed;
    background: url("../img/main/icon_time2.png") no-repeat left 1px;
    padding: 0 0 0 18px;
}

#wrap-gallery #slide-gallery img {
    width: 100%;
	max-height: 135px;
}

#wrap-gallery #control-slide-gallery {
    position: absolute;
    left: 20px;
    bottom: 30px;
}

#wrap-gallery #control-slide-gallery button {
    width: 30px;
    height: 31px;
    text-indent: -9999px;
    float: left;
    background: url("../img/main/btn_gal_slide.gif") no-repeat left top;
    transition: all 0.3s ease-in-out;
}

#wrap-gallery #control-slide-gallery button.next {
    background-position: -30px 0;
}

/* ==========================================================================
   Rolling Banner CSS
   ========================================================================== */
#wrap-r-banner {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}

#wrap-r-banner #slide-roll {
    float: right;
    width: 87%;
}

#wrap-r-banner #slide-roll li {
    height: 45px;
    text-indent: -9999px;
}

#wrap-r-banner #slide-roll li.slide1 {
    background-position: center top;
}

#wrap-r-banner #slide-roll li.slide2 {
    background-position: center -65px;
}

#wrap-r-banner #slide-roll li.slide3 {
    background-position: center -130px;
}

#wrap-r-banner #slide-roll li.slide4 {
    background-position: center -195px;
}

#wrap-r-banner #slide-roll li.slide5 {
    background-position: center -260px;
}

#wrap-r-banner #slide-roll li a {
    display: block;
    height: 100%;
}

#wrap-r-banner #control-slide-roll {
    float: left;
    margin: 10px 0 0 0;
}

#wrap-r-banner #control-slide-roll button {
    width: 26px;
    height: 23px;
    text-indent: -9999px;
    float: left;
    background: url("../img/main/btn_roll_slide.gif") no-repeat left top;
    transition: all 0.3s ease-in-out;
}

#wrap-r-banner #control-slide-roll button.stop {
    display: none;
    background-position: -26px 0;
}

#wrap-r-banner #control-slide-roll button.play {
    background-position: -52px 0;
}

#wrap-r-banner #control-slide-roll button.next {
    background-position: -78px 0;
}

/* ==========================================================================
   반응형 CSS
   ========================================================================== */

/* ==========================================================================
   990px 이하
   ========================================================================== */

@media all and (max-width: 990px) {
#wrap-quick #popular{
margin-top: 150px;
}
}

@media all and (max-width: 990px) {
    /**** 비주얼 ****/
    #wrap-visual .container {
        padding: 0 40px;
    }

    #wrap-visual #comment-visual {
        left: 40px;
    }

    /**** 중단배너 ****/
    #wrap-f-banner .container {
        padding: 0 10px;
    }

    /**** 최신글 ****/
    #wrap-latest {
        padding: 35px;
    }

    #wrap-latest article#latest1, #wrap-latest article#latest2 {
        width: 100%;
        height: 165px;
    }

    #wrap-latest article#latest1 .news-list dl, #wrap-latest article#latest2 .news-list dl {
        margin: 2px 0;
    }

    #wrap-latest article#latest1 .news-headline, #wrap-latest article#latest2 .news-headline {
        display: none;
    }

    #wrap-latest article#latest1 .box-latest, #wrap-latest article#latest2 .box-latest {
        padding: 16px 16px 0 16px;
    }

    #wrap-latest article#latest1 .news-list, #wrap-latest article#latest2 .news-list {
        padding: 0px;
    }

    #wrap-latest article#latest1 .news-list dl:nth-child(4), #wrap-latest article#latest1 .news-list dl:nth-child(5),
    #wrap-latest article#latest2 .news-list dl:nth-child(4), #wrap-latest article#latest2 .news-list dl:nth-child(5) {
        display: none;
    }

    #wrap-latest .row-latest {
        width: 65%;
    }

    #wrap-latest .row-pop {
        width: 34%;
    }

    /**** 국방부 서비스 ****/
    #wrap-quick .container {
        display: inline-block;
        padding: 0 35px;
    }

    #wrap-quick #popular, #wrap-quick #quick {
        float: none;
        width: 100%;
        padding: 20px 20px 25px 20px;
        display: inline-block;
        height: auto;
    }

    #wrap-quick #quick {
        padding: 30px;
    }

    #wrap-quick #quick p {
        display: none;
    }

    #wrap-quick #quick li {
        width: 25%;
        padding: 10px 0;
    }

    #wrap-quick #quick a {
        padding: 90px 0 0 0;
        text-align: center;
        background-position: top center !important;
    }

    /**** 갤러리 ****/
    #wrap-gallery .container {
        padding: 0 40px;
    }

    #wrap-gallery #slide-gallery h3 {
        height: 55px;
        overflow: hidden;
    }

    /**** 롤링배너 ****/
    #wrap-r-banner .container {
        padding: 0 40px;
    }

    #wrap-r-banner #slide-roll {
        width: 75%;
    }

}

/* ==========================================================================
   768px 이하
   ========================================================================== */
@media all and (max-width: 768px) {

}

/* ==========================================================================
   550px 이하
   ========================================================================== */

@media all and (max-width: 550px) {
    /**** 비주얼 ****/
    #wrap-visual {
        height: 215px;
    }

    #wrap-visual .container {
        padding: 0 20px;
    }

    #wrap-visual li {
        max-height: 100%;
    }

    #wrap-visual #comment-visual {
        left: 20px;
    }

    #wrap-visual #comment-visual p {
        display: none;
    }

    #wrap-visual #comment-visual em {
        font-size: 1.16em;
        margin: 40px 0 0 0;
        padding: 35px 0 0 0;
    }

    #wrap-visual .slide1 {
        background: url("../img/main/1_main_550x215.png") no-repeat 0 0;
		height: 215px;
    }

    #wrap-visual .slide2 {
        background: url("../img/main/2_main_550x215.png") no-repeat 0 0;
		height: 215px;
    }

    #wrap-visual #control-slide-visual {
        bottom: 11px;
		left: -5px;
    }

    /**** 중단배너 ****/
    #wrap-f-banner .container {
        padding: 20px;
    }

    #wrap-f-banner li {
        width: 33.333%;
        margin: 10px 0;
    }

    #wrap-f-banner li a, #wrap-f-banner li a:hover {
        background-size: 90px;
        font-size: 13px;
    }

    #wrap-f-banner li.icon1 a {
        background-position: center 10px;
    }

    #wrap-f-banner li.icon2 a {
        background-position: center -120px;
    }

    #wrap-f-banner li.icon3 a {
        background-position: center -250px;
    }

    #wrap-f-banner li.icon4 a {
        background-position: center -380px;
    }

    #wrap-f-banner li.icon5 a {
        background-position: center -510px;
    }

    #wrap-f-banner li.icon6 a {
        background-position: center -640px;
    }

    #wrap-f-banner li.icon7 a {
        background-position: center -770px;
    }

    /**** 최신글 ****/
    #wrap-latest {
        padding: 20px;
    }

    #wrap-latest .row-latest {
        float: none;
        width: 100%;
    }

    #wrap-latest article#latest1, #wrap-latest article#latest2 {
        padding: 0;
    }

    #wrap-latest article#latest1 .box-latest, #wrap-latest article#latest2 .box-latest {
        top: 45px;
    }

    #wrap-latest article#latest1 h2, #wrap-latest article#latest1 h2, #wrap-latest article#latest2 h2, #wrap-latest article#latest2 h2 {
        line-height: 40px;
    }

	#wrap-latest article#latest1 li.active h2:after, #wrap-latest article#latest2 li.active h2:after {
		height: 40px;
	}

    #wrap-latest article#latest1 .more, #wrap-latest article#latest2 .more {
        line-height: 40px;
		right: 5px;
    }

    #wrap-latest article#latest1 .news-list dt, #wrap-latest article#latest2 .news-list dt {
        width: 100%;
    }

    #wrap-latest article#latest1 .news-list dd, #wrap-latest article#latest2 .news-list dd {
        display: none;
    }

	#wrap-latest article#latest2 li.lastLi p {height: 42px;}

    #wrap-latest .row-pop {
        float: none;
        width: 100%;
    }

	/*20221221_카드뉴스_갤러리_수정*/
	#wrap-latest article#popup-zone .header{
	margin-top: 180px;
	}

    #wrap-latest article#popup-zone {
        float: none;
        width: 100%;
		max-width: 288px;
		margin: 0 auto;
    }
    
	/*20221221_팝업존_상단_여백_수정*/
	#wrap-quick #popular{
    margin-top: 30px;
    }

    /**** 국방부 서비스 ****/
    #wrap-quick .container {
        padding: 0px;
    }

    #wrap-quick #popular .list li {
        width: 50%;
    }

    #wrap-quick #popular .list {

    }

    #wrap-quick #quick {
        padding: 20px;
    }

    #wrap-quick #quick a {
        padding: 90px 0 0 0;
        text-align: center;
        background-position: top center !important;
    }

    #wrap-quick #quick li {
        width: 50%;
    }

    #wrap-latest article#popup-zone #slide-pop li {
        /*height: 347px;*/
    }

    #wrap-latest article#popup-zone #slide-pop .slide1 {
        /*background-size: cover;*/
    }

    /**** 갤러리 ****/
    #wrap-gallery .container {
        padding: 0 20px;
    }

    #wrap-gallery #slide-gallery {
        padding: 45px 0 45px 0;
    }

    #wrap-gallery .title {
        top: -70px;
        left: 0px;
        width: 100%;
        height: 70px;
        background: #00a9b3;
        padding: 0px;
    }

    #wrap-gallery .title h2 {
        line-height: 70px;
        text-indent: 20px;
    }

    #wrap-gallery .title p {
        display: none;
    }

    #wrap-gallery #control-slide-gallery {
        position: absolute;
        right: 20px;
        left: auto;
        bottom: 20px;
    }

    #wrap-gallery #slide-gallery h3 {
        /*height: 85px;*/
    }

    /****  롤링배너 ****/
    #wrap-r-banner .container {
        padding: 0 20px;
    }

    #wrap-r-banner #slide-roll {
        width: 75%;
    }
}


@media all and (max-width: 480px) {
      #wrap-visual .slide1 {
		background: url('../img/main/1_main_480x215.png') no-repeat 0 0;
    }

    #wrap-visual .slide2 {
		background: url('../img/main/2_main_480x215.png') no-repeat 0 0;
    }
}

@media all and (max-width: 414px) {
      #wrap-visual .slide1 {
		background: url('../img/main/1_main_414x215.png') no-repeat 0 0;
    }

    #wrap-visual .slide2 {
		background: url('../img/main/2_main_414x215.png') no-repeat 0 0;
    }
}



 @media all and (max-width: 380px) {
    #wrap-visual .slide1 {
       background: url('../img/main/1_main_380x215.png') no-repeat 0 0;
    }

    #wrap-visual .slide2 {
		background: url('../img/main/2_main_380x215.png') no-repeat 0 0;
    }

 }


  @media all and (max-width: 375px) {
    #wrap-visual .slide1 {
       background: url('../img/main/1_main_375x215.png') no-repeat 0 0;
    }

    #wrap-visual .slide2 {
		background: url('../img/main/2_main_375x215.png') no-repeat 0 0;
    }

 }


   @media all and (max-width: 330px) {
    #wrap-visual .slide1 {
        background: url('../img/main/1_main_330x215.png') no-repeat 0 0;
    }

    #wrap-visual .slide2 {
		background: url('../img/main/2_main_330x215.png') no-repeat 0 0;
    }

 }

 @media all and (max-width: 320px) {
    #wrap-visual .slide1 {
        background: url('../img/main/1_main_320x215.png') no-repeat 0 0;
    }

    #wrap-visual .slide2 {
		background: url('../img/main/2_main_320x215.png') no-repeat 0 0;
    }

 }

/* ==========================================================================
   350px 이하
   ========================================================================== */

@media all and (max-width: 400px) {
    #wrap-quick #popular .list {
        height: 230px;
        overflow: auto;
        border: 10px solid #fff;
        padding: 0 0 0 5px;
    }

    #wrap-quick #popular .list li {
        width: 100%;
    }

    #wrap-gallery #slide-gallery {
        padding: 25px 0 25px 0;
    }

    #wrap-r-banner {
        padding: 20px 0;
    }

    #wrap-r-banner .container {
        text-align: center;
    }

    #wrap-r-banner #control-slide-roll, #wrap-r-banner #slide-roll {
        float: none;
        text-align: center;
        display: inline-block;
    }

    #wrap-r-banner #control-slide-roll {
        margin: 0 0 10px 0;
    }
	#box_footer .box_select .footer_select_go {
	width: 34px;
	height: 34px;
	background: #1c2231;
	color: #868c9a;
	border: 1px solid #53565f;
	margin-left: 3px;
	}
	#box_footer .box_select .footer_select_go:hover {
	color: #d2d2d2;
	border: 1px solid #d2d2d2;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}
}

/*# sourceMappingURL=main.css.map */