@charset "UTF-8";

.header h2 {
    z-index: 999;
}

h2 .logo {
    display: block;
    width: 190px;
    height: 130px;
    background: #1442a1 url('/images/common/logo.png') center no-repeat;
    box-shadow: 1px 3px 9px 2px rgba(0, 0, 0, 0.4);
}

/* main_visual */
#mainVisual {
    position: relative;
    padding: 0px 0 0;
    overflow: hidden;
    height: 765px;
}



#mainVisual {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 867px;
}

#mainVisual .visual_wrap {
    position: relative;
    margin-top: 82px;
}

#mainVisual .visual_wrap li {
    width: 100%;
    height: 785px;
    min-width: 1180px;
    position: absolute;
    top: 0;
    display: none;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-background-position-x: 50%;
    background-position-x: 50%;
    -ms-background-position-y: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

#mainVisual .visual_wrap li:first-child {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

#mainVisual .visual_wrap li video {
    width: 100%;
}

#mainVisual .visual_wrap .visual_txt {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 10;
    text-align: center;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    vertical-align: middle;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding: 20px 0;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap h3,
#mainVisual .visual_wrap .visual_txt .txt_wrap p,
#mainVisual .visual_wrap .visual_txt .txt_wrap a {
    position: relative;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    filter: alpha(opacity=0);
}

#mainVisual .visual_wrap .visual_txt .txt_wrap h3 {
    font-size: 40px;
    font-family: atomy;
    line-height: 70px;
    font-family: SamsungSharpSans, sans-serif;
    /* letter-spacing: -0.1em; */
    word-break: break-word;
    word-wrap: break-word;
    padding: 0 5%;
    float: left;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap p {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 0 0;
    letter-spacing: -0.07em;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap a {
    width: 183px;
    height: 42px;
    /*  background-color: #1428a0;*/
    /*  border:2px solid #fff;*/
    margin: 30px 0 0;
    display: inline-block;
    position: relative;
    text-indent: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 44px;
    font-size: 18px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    /* display: none; */
    right: 48px;
    bottom: 0;
    float: right;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap a:hover,
#mainVisual .visual_wrap .visual_txt .txt_wrap a:focus {
    background-color: #fff;
    color: #1428a0;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap a:hover:after,
#mainVisual .visual_wrap .visual_txt .txt_wrap a:focus:after {
    border-color: #1428a0;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap a:after {
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    content: "";
    position: absolute;
    top: 17px;
    right: 30%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
}

#mainVisual #navBtn {
    width: 100%;
    min-width: 1180px;
    position: absolute;
    top: 50%;
    z-index: 10;
}

#mainVisual #navBtn .btn a {
    position: absolute;
    bottom: -300px;
    left: 100px;
    font-size: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
}

#mainVisual #navBtn .btn .start {
    background: url('/images/main/ban_play.jpg') no-repeat
}

#mainVisual #navBtn .btn .pause {
    background: url('/images/main/ban_stop.jpg') no-repeat;
    left: 150px
}

#mainVisual #navBtn button {
    width: 74px;
    height: 74px;
    position: absolute;
    /* border-width: 2px; */
    /* border-style: solid; */
    border-color: #fff;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(/images/main/mainv_leftRollBtn.png);
    -ms-background-position-x: 50%;
    background-position-x: 50%;
    -ms-background-position-y: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

#mainVisual #navBtn button:hover,
#mainVisual #navBtn button:focus {
    background-color: rgba(0, 0, 0, 0.3);
    /* border-color: #1428a0; */
}

#mainVisual #navBtn button.prev {
    left: 50px;
}

#mainVisual #navBtn button.next {
    right: 50px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mainVisual #indiBtn {
    width: 100%;
    position: absolute;
    z-index: 20;
    bottom: 40px;
    text-align: center;
    display: none;
}

#mainVisual #indiBtn li {
    display: inline-block;
    margin: 0 8px;
}

#mainVisual #indiBtn button {
    width: 10px;
    height: 10px;
    background-color: #fff;
    text-indent: -9999px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

#mainVisual #indiBtn button:hover,
#mainVisual #indiBtn button:focus {
    background-color: #1428a0;
}

#mainVisual #indiBtn button.active {
    width: 45px;
    background-color: #1428a0;
}

.link_img {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 99;
}

@media all and (max-width:1280px) {

    #mainVisual,
    #mainVisual .visual_wrap li {
        height: 485px;
    }

}

/* section 01 */
.sec01 {
    width: 100%;
    /* background: url('/upload_data/board_data/BBS_0000014/159004102127967.gif') no-repeat center top; */
    background-size: 100%;
}

.sec01 .section_tit {
    margin-bottom: 50px;
}

.sec02 .section_tit {
    margin-bottom: 50px;
}

.sec04 .section_tit {
    margin-bottom: 50px !important;
    margin-top: 0;
}

.sec01 .inner {
    /* width: calc(100% - 263px); */
    /* margin: 0px auto; */
    padding: 30px 0 30px 0px;
    /* margin-left: 276px; */
    overflow: hidden;
    position: relative;
}

.sec01 .inner .title {
    float: left;
    width: 168px;
}

@media (max-width:1200px) {

    .sec01 .inner .title {
        /* position:relative; */
        /* top:0; */
        /* left:calc(50% - 81px); */
        float: none;
        width: 100%;
    }

    #foot_banner2 {
        float: none !important;
        width: 100% !important;
    }
}

.section_tit {
    text-align: center;
    margin: 80px 0 auto;
    font-size: 44px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
}

/*.sec01 .section_tit{text-indent:-99999px;}*/
.sec01 .item1 {
    float: left;
    width: 426px;
    height: 572px;
    background: url('/images/main/s1_item1_off.jpg') no-repeat;
}

.sec01 .item1 h2 {
    padding-top: 80px;
    color: #fff;
    text-align: center;
    font-size: 32px;
}

.sec01 .item1 h2:before {
    width: 50px;
    height: 3px;
    content: '';
    background: #fff;
    display: block;
    margin: 30px auto;
}

.sec01 .item1 p {
    width: 225px;
    font-size: 18px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px auto;
    margin-top: 80px;
    word-break: break-word;
    line-height: 25px;
}

.sec01 .item1 a.more {
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    padding: 20px;
}

.sec01 .item1 a.more:after {
    width: 50px;
    width: 70px;
    height: 1px;
    background: #fff;
    display: block;
    content: '';
    margin: 10px auto;
}

.sec01 .item2 {
    float: left;
    width: 847px;
    height: 572px;
    margin-left: 7px;
}

.sec01 .item2 .item2-1 {
    position: relative;
    float: left;
    width: 360px;
    height: 286px;
    background: url('/images/main/s1_item2_off.jpg') no-repeat;
}

.sec01 .item2 .item2-2 {
    float: left;
    width: 479px;
    height: 286px;
    background: url('/images/main/s1_item3_off.jpg') no-repeat;
    margin-left: 7px;
}

.sec01 .item2 .item2-3 {
    float: left;
    width: 479px;
    height: 286px;
    background: url('/images/main/s1_item4_off.jpg') no-repeat;
    margin-top: 7px;
}

.sec01 .item2 .item2-4 {
    float: left;
    width: 360px;
    height: 286px;
    background: url('/images/main/s1_item5_off.jpg') no-repeat;
    margin: 7px 0 0 7px;
}

.sec01 .item2 a {
    display: table;
}

.sec01 .item2 span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    color: #fff;
    /* text-shadow: 3px 3px 3px #2b2b2b; */
    /* letter-spacing: -2px; */
    font-size: 30px;
    z-index: 9999999;
    padding: 30px;
}

.sec01 .item1:hover {
    background: #3364e5 url('/images/main/s1_item1.jpg') no-repeat;
}

.sec01 a:hover {
    transition: .6s;
}

.sec01 a.item2-1:hover {
    background: url('/images/main/s1_item2.jpg') no-repeat;
}

.sec01 a.item2-2:hover {
    background: url('/images/main/s1_item3.jpg') no-repeat;
}

.sec01 a.item2-3:hover {
    background: url('/images/main/s1_item4.jpg') no-repeat;
}

.sec01 a.item2-4:hover {
    background: url('/images/main/s1_item5.jpg') no-repeat;
}


.sec02 {
    width: 100%;
}

.sec02 .inner {
    width: 1280px;
    margin: 0px auto;
    padding: 0 0 80px 0;
}

.sec02 .keyword_tab {
    width: 100%;
}

.sec02 .keyword_tab ul {
    width: 100%;
    overflow: hidden;
    border-left: 1px solid #c6c6c6;
}

.sec02 .keyword_tab ul li {
    display: table;
    border: 1px solid #c6c6c6;
    width: 12.5%;
    float: left;
    border-left: 0px;
    border-bottom: 0;
}

.sec02 .keyword_tab ul li a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 102px;
    font-size: 17px;
    line-height: 20px;
    word-break: break-all;
    padding: 10px;
    color: #000;
}

.sec02 .keyword_tab ul li:nth-child(9),
.sec02 .keyword_tab ul li:nth-child(10),
.sec02 .keyword_tab ul li:nth-child(11),
.sec02 .keyword_tab ul li:nth-child(12),
.sec02 .keyword_tab ul li:nth-child(13),
.sec02 .keyword_tab ul li:nth-child(14),
.sec02 .keyword_tab ul li:nth-child(15),
.sec02 .keyword_tab ul li:nth-child(16) {
    border-bottom: 1px solid #c6c6c6
}

.sec02 .keyword_tab ul li a:hover,
.sec02 .keyword_tab ul li a:focus,
.sec02 .keyword_tab ul li a.active {
    background: #ee4d4d;
    color: #fff;
}


.hot-item .box {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*  접근성 : 포커스 아웃라인 때문에 주석처리 (20201119)
    height: 212px;
    overflow: hidden;
    */
}

/* 접근성 : 포커스 아웃라인 때문에 속성추가 */
#newslider .inner .bx-viewport {
    height: 330px !important;
    padding: 20px 0 !important;
}

/* //접근성 : 포커스 아웃라인 때문에 속성추가 */

.actionImg3 {
    position: relative;
}

.actionImg3 img {
    display: block;
    width: 100%;
    height: 100%;
}

.actionImg3 .hover {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(32, 32, 32, 0.81);
    width: 100%;
    height: 100%;
    color: #efefef;
    text-align: center;
    padding-top: 15.2%;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
}

.actionImg3 .hover .hover-icon {
    color: #fff;
    font-size: 16px;
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    opacity: 0;
    transition: transform .5s ease-out .2s, opacity .5s ease-out .3s;
    -webkit-transition: -webkit-transform .5s ease-out .2s, opacity .5s ease-out .3s;
    -moz-transition: -moz-transform .5s ease-out .2s, opacity .5s ease-out .3s;
}

.actionImg3:hover .hover {
    opacity: 0.5;
}

.actionImg3:hover .hover .hover-icon {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.actionImg3:hover .line1 {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 1;
}

.actionImg3:hover .line2 {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 1;
}

.hover-icon {}

.hot_item_list {
    margin-left: -0.9%;
    margin-top: 40px;
}

.hot-item span {
    margin-left: 15px;
    line-height: 22px;
    display: inline-block;
    color: #949494;
}

.hot-item span img {
    display: inline-block;
    margin-right: 5px
}

.hot-item {
    position: relative;
    width: 24%;
    float: left;
    margin-left: 0.9%;
    border: 1px solid #e6e6e6;
    /* padding-bottom: 2%; */
    /* margin-top: 30px; */
}

.hot-item:hover {
    box-shadow: 3px 3px 3px 2px #c8c8c8;
}

.hot-item .cate {
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    background: #888;
    display: block;
    z-index: 2;
    font-size: 15px;
    padding: 6px 10px;
}

.hot-item .cate.tp1 {
    background-color: #ee4d4d
}

.hot-item .cate.tp2 {
    background-color: #de316e
}

.hot-item .cate.tp3 {
    background-color: #3755a3
}

.hot-item .cate.tp4 {
    background-color: #7fb517
}

.hot-item .cate.tp5 {
    background-color: #ba5595
}

.hot-item .cate.tp6 {
    background-color: #cfaf2f
}

.hot-item .cate.tp7 {
    background-color: #1bceb7
}

.hot-item .cate.tp8 {
    background-color: #40a786
}

.hot-item .cate.tp9 {
    background-color: #584bff
}

.hot-item .cate.tp10 {
    background-color: #7d40a7
}

.hot-item .cate.tp11 {
    background-color: #39ac4a
}

.hot-item .cate.tp12 {
    background-color: #0090ff
}

.hot-item .cate.tp13 {
    background-color: #ff728d
}

.hot-item .cate.tp14 {
    background-color: #ea6d59
}

.hot-item .cate.tp15 {
    background-color: #ff58a7;
    display: none;
}

.hot-item .cate.tp16 {
    background-color: #ef7d21
}

.hot_item_list p.tit {
    font-size: 18px;
    font-weight: 500;
    padding: 21px 15px;
    line-height: 20px;
    height: 79px;
    color: #000;
}

.hot_item_list .loc {
    padding: 0 15px 21px 15px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    display: block;
}

.hot_item_list p.tag {
    padding: 5px 0 0 12px;
}

.hot_item_list p.tag em {
    background: #eee;
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    margin: 2px 3px;
}

.sub_tit a.more {
    color: #fff;
    text-align: center;
    display: block;
}

.hover-icon a {
    color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 70px;
    margin: 0 10px;
}

.hover-icon a.good {
    background: url(/images/main/ke_icon01.png) center no-repeat;
}

.hover-icon a.add {
    background: url(/images/main/ke_icon02.png) center no-repeat;
}

.hover-icon a.more {
    background: url(/images/main/ke_icon03.png) center no-repeat;
}

.hover-icon a:hover {
    color: #fe6753;
    transition: .3s;
}

.engWrap .hot_item_list {}

.engWrap .hot_item_list p.tit {
    line-height: 19px;
    font-size: 16px;
    padding: 10px 10px 12px 10px;
    height: 76px;
    overflow: hidden;
}

@media (max-width: 600px) {
    .engWrap .hot_item_list p.tit {
        line-height: 15px;
        padding-top: 10px;
    }
}

.more_area {
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: center;
    padding: 80px 0 40px 0;
    display: none;
}

.more_area .sec_more {
    display: inline-block;
    padding: 20px 80px;
    border: 1px solid #333;
    margin: 0px auto;
    transition: .3s;
}

.more_area .sec_more:hover {
    background: #333;
    color: #fff;
    margin-top: -20px;
    margin-bottom: 20px;
}



.sec03 {
    width: 100%;
    background-color: #eceaf9;
    padding: 30px 0;
    display: none;
}

.sec03 .inner {
    width: 1280px;
    height: 370px;
    margin: 0px auto;
    padding: 50px 0;
    /* overflow-x:scroll; */
    /* overflow-y: hidden; */
}

.sec03 .fest_item {
    width: 25%;
    float: left;
    display: block;
    /* margin: 0 30px; */
    text-align: center;
}

.sec03 .fest_item:nth-child(5) {
    display: none;
}

.fest_list {
    /* width: 143%; */
    /* height:370px; */
}

.fest_item p.img {
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto;
}

.fest_item p.img img {
    width: 100%;
    height: 230px;
}

.fest_item strong {
    font-size: 20px;
    padding: 15px 0 5px;
    color: #000;
    display: block;
}

.fest_item span {
    font-size: 15px;
    color: #000;
}


.sec04 {
    width: 100%;
    background: url(/images/main/main_movieBg.jpg)no-repeat left top;
}

.sec04 .inner {
    width: 1280px;
    margin: 0px auto;
    padding: 80px 0;
}



.yout_item {
    width: 100%;
    display: block;
}

.yout_item .yout_area li {
    width: calc(25% - 6px);
    float: left;
    padding: 0 0.5%;
    position: relative;
    height: auto;
}

.yout_item .yout_area li a {
    display: block
}

.yout_item .yout_area li a:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    top: 86px;
    background: url(/images/main/m_ic_video.png) no-repeat center center;
    display: none;
}

.yout_item .yout_area img {
    width: 100%;
    max-height: 352px;
}

.yout_item .yout_area.h170 img {
    max-height: 170px;
    min-height: 170px;
}

@media all and (max-width:800px) {
    .yout_item .yout_area.h170 img {
        max-height: 120px;
        min-height: 120px;
    }
}

@media all and (max-width:600px) {
    .yout_item .yout_area.h170 img {
        max-height: 95px;
        min-height: 95px;
    }
}

.yout_item em {
    display: inline-block;
    font-style: normal;
    font-size: 16px;
    margin: 22px 3px 10px 0;
    ;
}

.yout_item strong {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    /* letter-spacing: -2px; */
    line-height: 20px;
    text-align: left;
    margin: 20px 0 50px 0;
    height: 60px;
    overflow: hidden;
}

@media (max-width: 600px) {
    .yout_item .yout_area li {
        width: 50%;
    }
}

.sec05 {
    width: 100%;
    height: 733px;
    background: url(/images/main/s5-bg.jpg) repeat-x;
}

.sec05 .inner {
    padding: 95px 0 0 0;
    width: auto;
}

.sec05 .section_docs {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
    opacity: 0.8;
}

.sec05 .section_tit {
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    margin: 16px 0 0 0;
    /* letter-spacing: -3px; */
}

.fun_busan {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.fun_busan .fun-item {
    display: table;
    width: 25%;
    float: left;
    height: 475px;
    background-repeat: no-repeat;
}

.fun_busan .fun-item span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 32px;
}

.fun_busan .fun-item:hover span {
    text-shadow: 3px 1px 2px #292929;
}

.fun_busan .fun-item:hover {
    transition: .6s
}

.fun_busan .fun-item.it1 {
    background-image: url(/images/main/fun-bg01.jpg);
}

.fun_busan .fun-item.it1:hover {
    background-image: url(/images/main/fun-bg01_on.jpg);
}

.fun_busan .fun-item.it2 {
    background-image: url(/images/main/fun-bg02.jpg);
}

.fun_busan .fun-item.it2:hover {
    background-image: url(/images/main/fun-bg02_on.jpg);
}

.fun_busan .fun-item.it3 {
    background-image: url(/images/main/fun-bg03.jpg);
}

.fun_busan .fun-item.it3:hover {
    background-image: url(/images/main/fun-bg03_on.jpg);
}

.fun_busan .fun-item.it4 {
    background-image: url(/images/main/fun-bg04.jpg);
}

.fun_busan .fun-item.it4:hover {
    background-image: url(/images/main/fun-bg04_on.jpg);
}

.sec06 {
    width: 100%;
}

.sec06 .inner {
    width: 1280px;
    margin: 0 auto;
    margin-bottom: 0;
}

.pop_area {
    float: left;
    position: relative;
    width: 681px;
    height: 607px;
}

.pop_area .page_title {
    position: absolute;
    bottom: 4px;
    left: 30px;
    width: 56%;
    height: 32px;
    color: #000;
    /* font-weight: 600; */
    vertical-align: middle;
    z-index: 9999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.page_loca {
    position: absolute;
    z-index: 999;
    width: 120px;
    bottom: 17px;
    left: 299px;
}

.pop_area .page_bg {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 390px;
    height: 60px;
    background: #fff;
    z-index: 999;
}


@media (max-width: 600px) {
    .pop_area .page_title {
        left: 10px;
    }

    .page_loca {
        right: 77px;
        left: inherit;
    }
}

.board_area {
    float: left;
    width: 50%;
    height: 268px;
    /* margin-left: 57px; */
}

.board_area .board_tit {
    font-size: 24px;
    color: #000;
    padding: 17px 0;
    letter-spacing: -1px;
}

.board_area ul {
    overflow: hidden;
    padding: 3px 0;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.board_area li {
    position: relative;
    width: 100%;
    margin: 20px 0;
    line-height: 17px;
}

.board_area li a {
    display: block;
    width: 76%;
    color: #000;
    letter-spacing: -1px;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
}

.board_area li:before {
    float: left;
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    content: '';
    margin: 7px 10px 0 0;
}

.board_area li span.date {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 0px;
}

.q_icon_list {
    float: left;
    width: calc(50% - 57px);
    height: 290px;
    margin: 0px 0 0 57px;
    /* background: url('/images/main/q_cont_bg.jpg'); */
}

.q_icon_list li {
    float: left;
    width: 33.3%;
    height: 145px;
    text-align: center;
}

.q_icon_list li i {
    display: block;
    text-align: center;
    margin: 0 0 15px 0;
}

.q_icon_list li a {
    display: block;
    color: #747474;
    height: 100%;
    padding: 1px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.q_icon_list li a:hover {
    /* background-color: #056ed0; */
}

.q_icon_list li:nth-child(3n) a {
    border-right: 0;
}

.q_icon_list li:nth-child(4) a,
.q_icon_list li:nth-child(5) a,
.q_icon_list li:nth-child(6) a {
    border-bottom: 0;
}


/*.swiper-container .page_bg{position: relative;left: 30px;bottom: 60px;width: 357px;height: 60px;background:#fff;z-index:999;}
.swiper-container .page_bg .page_title{position:absolute;left: 16px;top: 16px;width: 46%;color: #000;font-weight: 600;}*/
.swiper-container .swiper-pagination {
    position: absolute;
    left: auto;
    right: 32px;
    bottom: 1px;
    display: block;
    width: 70px;
}

.page_area {
    position: relative;
    height: 20px;
}

.page_area .swiper-pagination-current {
    font-size: 19px;
    color: #000;
    font-weight: 600;
}

.swiper-container .swiper-button-prev {
    left: 0;
    background: url(/images/main/slide-prev.jpg) center no-repeat;
    left: 0;
}

.swiper-container .swiper-button-next {
    background: url(/images/main/slide-next.jpg) center no-repeat;
}

.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
    display: none;
}

@media all and (max-width:1280px) {
    .sec01 {
        background: none
    }

    .sec01 .inner {
        padding: 20px 0;
        width: 100%;
    }

    .sec02 .inner,
    .sec03 .inner,
    .sec04 .inner,
    .sec06 .inner {
        width: 98%;
        margin: 0 1%;
    }

    .board_area {
        width: 50%;
        margin-left: 2%;
        margin-top: 20px;
    }

    .q_icon_list {
        width: 46%;
        margin-left: 2%;
        margin-top: 29px;
    }

    .sec01 .item1 {
        width: 40%;
    }

    .sec01 .item2 {
        width: 58%;
    }

    .sec01 .item2 .item2-1,
    .sec01 .item2 .item2-2,
    .sec01 .item2 .item2-3,
    .sec01 .item2 .item2-4 {
        width: 49%;
    }

    .fest_item p.img {
        width: 150px;
        height: 150px;
    }

    .pop_area {
        margin: 20px auto 0 auto;
        float: inherit;
    }
}


/* foot_banner*/
#footer {
    padding: 30px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 999;
}

#foot_banner {
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 1280px;
    margin: 0px auto;
    padding: 26px 0;
    border-top: 1px solid #c6c6c6;
}

#foot_banner .inner {
    width: 100%;
}

#foot_banner h3 {
    position: absolute;
    top: 27px;
    left: 0px;
}

#foot_banner .fb_box {
    position: absolute;
    width: 86%;
    height: 44px;
    margin: 6px 3% 0 10%;
    overflow: hidden;
    z-index: 9999;
}

#slider_foot_banner {
    position: absolute;
    width: 990px;
}

#slider_foot_banner li {
    float: left;
}

#foot_banner .control {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 80px;
}

#foot_banner .control button,
#foot_banner .control a {
    position: absolute;
    width: 36px;
    height: 36px;
    border: 1px solid #aaa;
    text-indent: -999999px;
}

#foot_banner .control .btn_prev {
    top: 0;
    left: 0px;
    background: url('/images/main/ban_prev.jpg') -2px 0 no-repeat;
}

#foot_banner .control .btn_prev:hover,
#foot_banner .control .btn_prev:active,
#foot_banner .control .btn_prev:focus {
    border: 1px solid #1f8bef;
    z-index: 1
}

#foot_banner .control .btn_next {
    top: 0;
    right: 0;
    background: url('/images/main/ban_next.jpg') -2px 0 no-repeat;
}

#foot_banner .control .btn_next:hover,
#foot_banner .control .btn_next:active,
#foot_banner .control .btn_next:focus {
    border: 1px solid #1f8bef;
    z-index: 1
}

#foot_banner .control .btn_more {
    top: 0px;
    left: 70px;
    background: url('/images/main/ban_more.jpg') no-repeat;
    display: none;
}

#foot_banner .control .btn_more:hover,
#foot_banner .control .btn_more:active,
#foot_banner .control .btn_more:focus {
    border: 1px solid #1f8bef;
    z-index: 1
}

#foot_banner .control .btn_stop {
    top: 0px;
    left: 35px;
    background: url('/images/main/ban_stop.jpg') no-repeat;
}

#foot_banner .control .btn_stop:hover,
#foot_banner .control .btn_stop:active,
#foot_banner .control .btn_stop:focus {
    border: 1px solid #1f8bef;
    z-index: 1
}

#foot_banner .control .btn_play {
    display: none;
    top: 0px;
    left: 35px;
    background: url('/images/main/ban_play.jpg') no-repeat;
}

#foot_banner .control .btn_play:hover,
#foot_banner .control .btn_play:active,
#foot_banner .control .btn_play:focus {
    border: 1px solid #1f8bef;
    z-index: 1
}


.foot_info {
    background: #000000;
    text-align: left;
}

.foot_info .inner {
    width: 1280px;
    margin: 0px auto;
    padding: 37px 0;
}

.footLogo {
    display: block;
    position: absolute;
    left: 0;
    top: 32px;
    width: 100px;
    height: 75px;
    background: url('/images/main/foot_logo.png') no-repeat;
    text-indent: -9999em;
}

.footLink {
    margin: 0 0 20px 212px;
}

.footLink li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.footLink li a {
    font-size: 16px;
    color: #cdcdce;
}

.footLink li a:hover {
    text-decoration: underline;
}

.footLink li a b {
    color: #1f8bef;
}

.copyright {
    padding-left: 220px;
    line-height: 160%;
    color: #919294;
    font-size: 13px;
}

.copyright .address {
    display: block;
    margin-right: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    padding-bottom: 5px;
}




@media (max-width: 600px) {
    #mainVisual {
        height: 295px;
    }

    #mainVisual .visual_wrap {
        margin-top: 46px;
    }

    #mainVisual .visual_wrap li {
        height: 250px;
        min-width: 100%;
    }

    #mainVisual .visual_wrap .visual_txt .txt_wrap {
        /* position: relative; */
        width: 100%;
        right: inherit;
        bottom: 0;
        /* display: none; */
        padding: 10px 0;
    }

    #mainVisual .visual_wrap .visual_txt .txt_wrap h3 {
        font-size: 25px;
        line-height: 30px;
        word-break: keep-all;
        padding: 0 40px;
    }

    #mainVisual .visual_wrap .visual_txt .txt_wrap p {
        font-size: 15px;
        padding-top: 10px;
        padding: 10px 55px;
        line-height: 18px;
        word-break: keep-all;
        /* white-space: nowrap; */
    }

    #mainVisual .visual_wrap .visual_txt .txt_wrap a {
        margin: 0px auto;
        width: 113px;
        /* height: 28px; */
        line-height: 28px;
        font-size: 13px;
        /* margin-top: 125px; */
    }

    #mainVisual .visual_wrap .visual_txt .txt_wrap a:after {
        top: 10px;
        left: 15px;
    }

    #mainVisual #navBtn {
        min-width: 100%;
    }

    #mainVisual #navBtn button {
        width: 30px;
        height: 60px;
    }

    #mainVisual #navBtn button.prev {
        left: 10px;
    }

    #mainVisual #navBtn button.next {
        right: 10px;
    }

    #mainVisual #indiBtn {
        bottom: 43px;
    }

    .sec01 {
        /* margin-top:20px; */
        background-size: 250% 100%;
        background-position: center;
        max-height: 565px;
    }

    .sec01 .inner {
        width: 100%;
        padding: 30px 0;
    }

    .sec01 .inner .section_tit {
        margin: 20px auto;
    }

    .sec01 .inner .section_tit img {
        width: 50%;
    }

    .sec01 .item1 {
        float: none;
        width: 98%;
        margin: 1% auto;
        height: 203px;
        background-position: center 20%;
        background-size: 100%;
    }

    .sec01 .item1 h2:before {
        margin: 13px auto;
    }

    .sec01 .item1 h2 {
        padding-top: 19px;
        font-size: 1.5rem;
    }

    .sec01 .item1 p {
        width: 90%;
        margin-top: 10px;
        font-size: 0.9rem;
        line-height: 21px;
        /* color: #999; */
        word-break: keep-all;
    }

    .sec01 .item1 a.more {
        margin-top: 12px;
        padding: 10px;
    }

    .sec01 .item2 {
        width: 98%;
        height: 137px;
        margin-left: 0;
        float: none;
        margin: 0px auto;
    }

    .sec01 .item2 .item2-1 {
        width: 49.5%;
        height: 100%;
    }

    .sec01 .item2 .item2-2 {
        width: 49.5%;
        height: 100%;
        margin: 0 0 0 1%;
        background-size: 100% 100%;
    }

    .sec01 .item2 .item2-3 {
        width: 49.5%;
        height: 100%;
        margin: 1% 0 0 0;
    }

    .sec01 .item2 .item2-4 {
        width: 49.5%;
        height: 100%;
        margin: 1% 0 0 1%;
    }

    .sec01 .item2 span {
        font-size: 1.1rem;
        line-height: 23px;
        /* word-break:break-all; */
        padding: 10px 0;
    }

    .sec02 .inner {
        width: 100%;
        padding: 30px 0;
    }

    .section_tit {
        margin: 0 0 10px 0;
        font-size: 1.7rem;
    }

    .sec02 .keyword_tab {
        width: 100%;
        overflow: scroll;
        margin: 0 auto;
    }

    .sec02 .keyword_tab ul {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #c6c6c6;
    }

    .sec02 .keyword_tab ul li {
        width: 33.3%;
        height: 46px;
        float: left;
    }

    .sec02 .keyword_tab ul li:nth-of-type(n+7) {
        display: none;
    }

    .sec02 .keyword_tab ul li a {
        font-size: 0.8rem;
        height: 46px;
        line-height: 19px;
        font-size: 12px;
        padding: 5px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 5px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 15px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    .sec02 .hot_item_list {
        clear: both;
        overflow: hidden;
        margin: 0% 0 0 -0.5%;
    }

    .hot_item_list .hot-item {
        width: 47%;
        margin: 0 1%;
        height: auto;
        min-height: 183px;
    }

    /* 접근성 수정하면서 주석처리
    .hot_item_list .hot-item .box {
        height: 100px;
    }
*/
    /* 접근성 수정하면서 값이 달라져서 수정 */
    .hot_item_list .hot-item .box > a {
        height: 100px;
    }

    /* //접근성 수정하면서 값이 달라져서 수정 */

    .hot_item_list p.tit {
        font-size: 15px;
        padding: 8px 0 0 5px;
        height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .hot_item_list .loc {
        font-size: 12px;
        padding: 4px 0 0 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .actionImg3 .hover {
        display: none;
    }

    .hot_item_list p.tag {
        padding: 1px 10px 0 5px;
        /* height: 14px; */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
    }

    .hot_item_list p.tag em {
        color: #808080;
        background-color: #f5f5f5;
        font-size: 11px;
    }

    .more_area {
        padding: 10px 0;
    }

    .more_area .sec_more {
        font-size: 14px;
        padding: 15px 15%;
    }

    .sec03 .inner {
        width: 100%;
        height: 400px;
        padding: 10px 0;
    }

    .sec03 .fest_item {
        width: 50%;
        height: 50%;
        /* margin: 0 20px; */
    }

    .sec03 .fest_item:first-child {
        /* margin-left:35px; */
    }

    .sec03 .fest_item:nth-of-type(n+3) {
        /* display:none; */
    }

    .fest_list {
        width: 100%;
        height: 400px;
    }

    .fest_item p.img {
        width: 120px;
        height: 120px;
    }

    .fest_item p.img img {
        width: 100%;
    }

    .fest_item strong {
        font-size: 15px;
        word-break: keep-all
    }

    .fest_item span {
        font-size: 14px;
        color: #666;
    }

    .sec04 .inner {
        width: 100%;
        padding: 10px 0 30px;
    }

    .yout_item {
        /* width: 95%; */
        /* margin: 0px auto; */
        /* float: none; */
    }

    .yout_item p .tag {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .yout_item p em {
        font-size: 13px;
        margin: 13px 1px 3px 3px;
    }

    .yout_item .yout_area {
        height: 146px;
    }

    .yout_item .yout_area img {
        /* width: 100%; */
    }

    .yout_item strong {
        /* height: 52px; */
        margin: 0 0 20px 0;
        font-size: 15px;
        line-height: 22px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .sec05 {
        height: auto;
    }

    .sec05 .inner {
        /* margin:30px 0; */
        padding: 50px 0;
    }

    .sec05 .section_tit {
        font-size: 1.7rem;
    }

    .fun_busan {
        width: 95%;
        margin: 0px auto;
        position: relative;
        top: 20px;
    }

    .fun_busan .fun-item {
        width: 50%;
        height: 118px;
        background-size: 100%;
    }

    .fun_busan .fun-item span {
        font-size: 17px;
    }


    .sec06 .inner {
        width: 100%;
    }

    .pop_area {
        width: 100%;
        height: 470px;
    }

    .pop_area img {
        width: 100%;
    }

    .board_area {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .board_area ul {
        border: 0
    }

    .board_area li {
        margin: 13px 0;
    }

    .board_area li a {
        font-size: 14px;
        width: 70%;
    }

    .board_area li:before {
        margin: 7px 5px 0 0;
        border-radius: 50%;
        width: 3px;
        height: 3px;
    }

    .board_area li span.date {
        color: #888;
    }

    .q_icon_list {
        float: none;
        width: 100%;
        height: 244px;
        margin: 20px 0;
    }

    .q_icon_list li {
        height: 122px;
    }

    .q_icon_list li i {
        margin: 25px 0 5px 0;
    }

    .q_icon_list li i img {
        width: 40%;
    }

    .q_icon_list li a {
        font-size: 14px;
    }

    #footer {
        padding: 0;
    }

    #foot_banner {
        width: 100%;
        display: none;
    }

    #foot_banner .fb_box {
        width: 50%;
        margin: 6px 3% 0 35%
    }

    .link_img {
        display: none;
    }

}


@media (max-width: 480px) {
    .pop_area {
        width: 300px;
        height: 280px;
        float: none;
        margin: 0px auto;
    }

    .pop_area img {
        width: 100%;
    }

    .swiper-container .page_bg {
        width: 97%;
        left: 9px;
    }
}


.viewTop {
    position: fixed;
    right: 2%;
    bottom: 4%;
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 4px;
    /* box-shadow: 4px 3px 6px #bbb; */
    color: #fff;
    background: #373f4e url(/images/common/viewTopIcon.png) center 3px no-repeat;
    transition: .3s;
    text-indent: -99999px;
}

.viewTop:hover {
    background-color: #1442a1;
    background-position: center -2px;
}


.festScrollBox .swiper-wrapper {
    /*width:380px;*/
    cursor: pointer
}

.festScrollBox .swiper-container {
    width: 61%;
    height: 370px;
}

.festScrollBox .swiper-slide {
    width: 300px !important;
    height: auto;
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.festScrollBox .swiper-slide a {
    display: block;
}

.festScrollBox .swiper-slide a .f-img {
    display: block;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
}

.festScrollBox .swiper-slide strong {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    color: #000;
}

.festScrollBox .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.festScrollBox .swiper-scrollbar {
    opacity: 1 !important;
}



#foot_banner2 {
    position: relative;
    float: right;
    width: calc(100% - 168px);
}

#foot_banner2 .control2 {
    /* width: 100%; */
    /* height: 80px; */
    position: absolute;
    top: 18%;
    width: 100%;
    display: none;
}

#foot_banner2 .control2 button,
#foot_banner .control a {
    position: absolute;
    width: 36px;
    height: 36px;
    border: 0 !important;
    text-indent: -999999px;
    font-size: 20px
}

#foot_banner2 .control2 .btn_prev2 {
    /* top: 4px; */
    /* left: 0; */
    background: url(/upload_data/board_data/BBS_0000014/159313932003759.png) -2px 0 no-repeat;
    float: left;
}

#foot_banner2 .control2 .btn_prev2:hover,
#foot_banner2 .control2 .btn_prev2:active,
#foot_banner .control .btn_prev:focus {
    border: 1px solid #1f8bef;
    z-index: 1
}

#foot_banner2 .control2 .btn_next2 {
    /* top: 3px; */
    /* right: 132px; */
    background: url('/upload_data/board_data/BBS_0000014/159313932003774.png') -2px 0 no-repeat;
    float: right;
}

#foot_banner2 .control2 .btn_next2:hover,
#foot_banner2 .control2 .btn_next2:active,
#foot_banner .control .btn_next:focus {
    border: 1px solid #1f8bef;
    z-index: 1
}

#foot_banner2 .inner {
    padding: 0
}

#foot_banner2 li {
    position: relative;
    color: black;
}

#foot_banner2 li a {
    display: block;
    color: #252525;
    line-height: 35px;
    text-align: center;
    padding: 4px 10px;
    border: 1px solid #868686;
    background-color: white;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: -1px;
    word-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#foot_banner2 li a:hover {
    background-color: #1442a1;
    color: white;
    border: 1px solid #1442a1
}

#foot_banner2 li .num {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #e2e2e2;
    line-height: 30px;
    margin-right: 9px;
}

/* #foot_banner2 li.order1 {font-size:1.3em;}
#foot_banner2 li.order1 a{color:#1442a1}
#foot_banner2 li.order1 .num{background-color:#1442a1;color:white;width:35px;height:35px;line-height:35px}
#foot_banner2 li.order2 {font-size:1.3em;}
#foot_banner2 li.order2 a{color:black}
#foot_banner2 li.order2 .num{background-color:#1f8bee;color:white;}            
#foot_banner2 li.order3 {font-size:1.3em;}
#foot_banner2 li.order3 a{color:black} */
#foot_banner2 li.order3 .num {
    background-color: #1f8bee;
    color: white;
}

#foot_banner2 span.it-up {
    display: inline-block;
    width: 16px;
    background: url("/images/sub/srhIcon-up.png") left center no-repeat;
    padding-left: 8px;
    font-size: 13px;
    text-align: right;
    vertical-align: middle;
    float: right;
    line-height: 19px;
}

#foot_banner2 span.it-down {
    display: none;
    width: 16px;
    background: url("/images/sub/srhIcon-down.png") left center no-repeat;
    padding-left: 8px;
    font-size: 13px;
    text-align: right;
    float: right;
}


@media (max-width: 480px) {

    #foot_banner2 .inner {
        padding: 0 35px
    }

}


.boxing {
    max-width: 1200px;
    margin: 60px auto;
    width: 100%;
    overflow: hidden;
}

.boxing > div {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 57px;
    font-size: 30px;
    font-weight: 700;
    color: #747474
}

.boxing .leftbox {
    border-right: 1px solid #bfbfbf
}

@media (max-width: 980px) {

    .boxing {
        margin: 20px auto
    }

    .boxing > div {
        float: none;
        font-size: 20px;
        width: 100%
    }
}


#newslider .inner {
    max-width: 1280px;
    width: 100%;
    position: relative
}

#newslider .inner img {
    width: 100%;
    max-width: none !important;
}

#newslider .bx-pager {
    display: none
}

#newslider .bx-controls-direction {
    /* display: none; */
    display: block;
    /* background-color: white; */
    /* width: 50px; */
    /* height: 50px; */
    /* line-height: 50px; */
}

#newslider .bx-controls-direction a {
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #dedede;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-size: 0;
}

/* #newslider .bx-controls-direction a:hover{background-color:#1442a1;color:white; font-size: 0; }*/
#newslider .bx-controls-direction .bx-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 10px;
    /* font-size: 0; */
    background: white url(http://www.visitbusan.net/upload_data/board_data/BBS_0000014/160516399555936.png);
}

#newslider .bx-controls-direction .bx-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 10px;
    background: white url(http://www.visitbusan.net/upload_data/board_data/BBS_0000014/160516399555820.png)
}

/*#newslider .bx-controls-auto {position:absolute;bottom:0;left:20px} 접근성 수정하면서 값이 달라져서 같이 수정함 */
#newslider .bx-controls-auto {
    position: absolute;
    bottom: 60px;
    left: 20px
}

#newslider .bx-controls-auto .bx-controls-auto-item {
    display: inline-block
}

#newslider .bx-controls-auto .bx-controls-auto-item a {
    background: url('/images/main/ban_play.jpg') no-repeat;
    font-size: 0;
    width: 50px;
    height: 50px;
    display: block
}

#newslider .bx-controls-auto a.bx-stop {
    background: url('/images/main/ban_stop.jpg') no-repeat
}

/* 접근성 수정하면서 값이 달라져서 추가 */
@media (max-width: 600px) {
    #newslider .inner .bx-viewport {
        height: auto !important;
        padding: 40px 0 !important;
    }

    #newslider .bx-controls-direction .bx-prev {
        top: calc(50% - -40px);
    }

    #newslider .bx-controls-direction .bx-next {
        top: calc(50% - -40px);
    }

    #newslider .bx-controls-auto {
        bottom: -22px;
        left: 40%;
    }
}

/* //접근성 수정하면서 값이 달라져서 추가 */
           