@charset "UTF-8"; html {
    overflow-x: hidden
}

/*body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.6em;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em
}*/

ul,ol,li {
    margin: 0;
    padding: 0;
    list-style: none
}

a, img {
    border: 0px;
    vertical-align: middle
}

a {
    text-decoration: none
}

strong {
    font-weight: 700
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

[class~=lview] {
}

[class~=sview] {
    display: none
}

[class~=mview] {
    display: none
}

#mobile_header {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 500 !important;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#mobile_header [class~=inner] {
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden
}

#mobile_header [class~=m_gnb] li {
    list-style: none
}

#mobile_header [class~=m_gnb] li a {
    display: block;
    top: 0;
    width: 100%;
    text-align: center;
    color: transparent
}

#mobile_header [class~=m_gnb] li[class~=category] a i {
    float: left;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 15px;
    top: 20px;
    font-size: 20px;
    color: #fff
}

#mobile_header [class~=m_gnb] li[class~=home] a i {
    float: left;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 15px;
    top: 20px;
    font-size: 20px;
    color: #fff
}

#header_logo_m {
    padding-top: 8px
}

#header_logo_m h1 {
    height: 100%;
    text-align: center;
    margin: 0 auto
}

#header_logo_m:after {
    content: "";
    display: block;
    clear: both
}

#header_logo_m h1[class~=logo_a_m] img {
    display: inline;
    vertical-align: middle;
    overflow: hidden
}

#header_logo_m h1[class~=logo_b_m] img {
    display: none
}

#back_cover {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 9999998
}

#sideMenu {
    display: inline;
    position: fixed;
    top: 0;
    left: -250px;
    width: 249px;
    height: 100%;
    background: #fff;
    z-index: 9999999
}

#sideMenu [class~=side_title] {
    height: 60px;
    line-height: 60px;
    background: #111;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    cursor: pointer
}

#sideMenu [class~=navi_bg] {
    width: 100%
}

#sideMenu [class~=nav] {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 30px;
    list-style: none;
    box-sizing: border-box;
    overflow: auto;
    height: 500px
}

#sideMenu [class~=nav] ul {
    width: 100%;
    margin: 0;
    padding: 0
}

#sideMenu [class~=navi_set] {
    display: inline;
    margin: 0;
    padding: 10px 0 10px 0;
    text-align: center
}

#sideMenu [class~=navi_set] > div {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #aaa;
    text-align: left;
    background: #fff;
    color: #333;
    text-indent: 10px;
    cursor: pointer
}

#sideMenu [class~=navi_set] > div > a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px
}

#sideMenu [class~=navi_set] ul {
    display: none
}

#sideMenu [class~=navi_set] ul li {
    list-style: none;
    border-bottom: 1px solid #eee
}

#sideMenu [class~=navi_set] ul li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 0.9em;
    color: #333;
    cursor: pointer;
    text-indent: 20px;
    background: #fff
}

#sideMenu [class~=navi_set] ul li a:hover {
    color: #fff;
    background: #aaa
}

#gnba {
    background: #666;
    text-align: center;
    padding: 10px 0
}

#gnba i {
    color: #fff;
    font-size: 30px
}

#gnba a {
    color: #fff;
    text-align: center;
    font-size: 0.85em;
    padding: 5px 10px;
    margin: 0 2px;
    background: #2463b9;
    border-radius: 3px
}

#gnba a:hover {
    background: #fff;
    color: #000
}

[class~=jbmFixed] {
    position: fixed !important;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 1px 4px 4px 1px rgba(0,0,0,0.1)
}

[class~=jbmFixed] #header_logo_m h1[class~=logo_a_m] a img {
    display: none
}

[class~=jbmFixed] #header_logo_m h1[class~=logo_b_m] a img {
    display: inline;
    vertical-align: middle
}

[class~=jbmFixed] [class~=m_gnb] li[class~=category] a i {
    float: left;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 15px;
    top: 20px;
    font-size: 20px;
    color: #000!important
}

[class~=jbmFixed] [class~=m_gnb] li[class~=home] a i {
    float: left;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 15px;
    top: 20px;
    font-size: 20px;
    color: #000!important
}

#header_wrap {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 500 !important;
    transition: 0.5s all ease;
    -webkit-transition: 1.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#header {
    width: 100%
}

#header [class~=wrap_box] {
    position: relative;
    width: 100%;
    height: 90px;
    max-width: 1300px;
    margin: 0 auto
}

#header_logo {
    position: absolute;
    left: 0;
    height: 90px;
    padding-top: 10px;
    text-align: left
}

#header_logo:after {
    content: "";
    display: block;
    clear: both
}

#header_logo h1[class~=logo_a] a img {
    display: inline;
    vertical-align: middle
}

#header_logo h1[class~=logo_b] a img {
    display: none
}

#lnb {
    position: absolute;
    left: 20%;
    width: 65%;
    top: 10px
}

#lnb_wrap {
    float: left
}

#lnb_wrap [class~=lnb_area] {
    position: relative
}

#lnb_wrap [class~=lnb_area] [class~=ul_1st] {
    position: relative;
    width: 100%;
    border: 0px solid red;
    transition: all 0.5s
}

#lnb_wrap [class~=lnb_area] [class~=ul_1st] > li {
    float: left;
    position: relative;
    transition: all 0.5s
}

#lnb_wrap [class~=lnb_area] [class~=ul_1st] > li > a {
    display: block;
    text-align: center;
    padding: 0 40px;
    font-weight: 400;
    height: 90px;
    line-height: 90px;
    font-size: 1.1em
}

#lnb_wrap [class~=lnb_area] [class~=ul_1st] > li > a > p {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 1.2em;
    padding-bottom: 15px
}

#lnb_wrap [class~=lnb_area] [class~=ul_1st] > li > a > p:before {
    z-index: 0;
    display: inline-block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -5px;
    width: 14px;
    height: 2px;
    opacity: 0;
    background: #fff;
    transition: all 0.5s
}

#lnb_wrap [class~=lnb_area] [class~=ul_1st] > li:hover > a > p {
    color: #fff
}

#lnb_wrap [class~=lnb_area] [class~=ul_1st] > li:hover > a > p:before {
    opacity: 1;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    transition: all 0.5s
}

#lnb_wrap [class~=lnb_area] [class~=ul_2nd] {
    position: absolute;
    top: 90px;
    left: 50%;
    width: 200px;
    text-align: left;
    text-indent: 15px;
    display: none;
    margin: 0;
    padding: 0;
    margin-left: -100px;
    border-top: 0;
    box-sizing: border-box;
    box-shadow: 10px 10px 10px rgba(0,0,0,.15)
}

#lnb_wrap [class~=lnb_area] [class~=ul_2nd] > li {
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    transition: all 0.5s
}

#lnb_wrap [class~=lnb_area] [class~=ul_2nd] > li > a {
    opacity: 0;
    display: block;
    color: #000;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    letter-spacing: -0.5px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#lnb_wrap [class~=lnb_area] [class~=ul_2nd] > li > a:hover {
    display: block;
    font-weight: 400
}

#lnb_wrap [class~=lnb_area] [class~=ul_1st]:hover [class~=ul_2nd]:before {
    height: 100%;
    transition: all 0.5s
}

#lnb_wrap [class~=lnb_area] [class~=ul_1st]:hover [class~=ul_2nd] > li > a {
    opacity: 1
}

#lnb_wrap [class~=lnb_area] [class~=ul_2nd] > li[class~=active] > a {
    color: #fff;
    background: #13443b url('../image/arr.png') no-repeat right center
}

#lnb_wrap [class~=lnb_area] [class~=ul_3rd] {
    position: absolute;
    display: none;
    left: 100%;
    width: 180px;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 9999;
    margin-top: -40px
}

#lnb_wrap [class~=lnb_area] [class~=ul_3rd] > li {
    border-bottom: 0px solid #333;
    height: 40px;
    line-height: 40px;
    border-left: 0px solid #333
}

#lnb_wrap [class~=lnb_area] [class~=ul_3rd] > li > a {
    display: block;
    color: #000;
    padding: 0;
    margin: 0;
    height: 40px;
    text-align: left;
    text-indent: 15px;
    line-height: 40px;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#lnb_wrap [class~=lnb_area] [class~=ul_3rd] > li > a:hover {
    display: block;
    color: #fff;
    background: #13443b;
    opacity: 1;
    font-weight: 400
}

#gnbb {
    position: absolute;
    right: 0;
    top: 40px
}

#gnbb li {
    float: left;
    display: inline-block;
    margin-right: 20px
}

#gnbb li:last-child {
    margin-right: 0
}

#gnbb li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.85em
}

#gnbb li a i {
    font-size: 0.9em;
    margin-right: 5px
}

#gnbb li:hover a {
    color: #fff
}

[class~=header_fixed] {
    position: fixed !important;
    left: 0;
    top: 0 !important;
    background: #fff;
    z-index: 500 !important;
    box-shadow: 1px 4px 4px 1px rgba(0,0,0,0.1);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

[class~=header_fixed] #header_logo h1[class~=logo_a] a img {
    display: none
}

[class~=header_fixed] #header_logo h1[class~=logo_b] a img {
    display: inline;
    vertical-align: middle
}

[class~=header_fixed] #lnb_wrap [class~=lnb_area] [class~=ul_1st] > li > a > p {
    color: #000
}

[class~=header_fixed] #lnb_wrap [class~=lnb_area] [class~=ul_1st] > li > a > p:before {
    background: #13443b
}

[class~=header_fixed] #lnb_wrap [class~=lnb_area] [class~=ul_1st] > li:hover > a > p {
    color: #13443b
}

[class~=header_fixed] #lnb_wrap [class~=lnb_area] [class~=ul_2nd] {
    top: 80px;
    border-top: 0
}

[class~=header_fixed] #gnbb li a {
    color: #333
}

[class~=header_fixed] #gnbb li:hover a {
    color: #13443b
}

#container {
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    z-index: 1;
    background: #fff;
    margin-top: 0px
}

#main_visual {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    position: relative
}

#main_visual:after {
    content: "";
    display: block;
    clear: both
}

#main_visual [class~=swiper-container] {
    position: relative
}

#main_visual [class~=swiper-slide] {
    width: 100%;
    height: auto;
    padding: 0;
    background: #000;
    overflow: hidden
}

#main_visual [class~=swiper-slide] div[class~=backgroundimg] {
    width: 100%;
    height: 100%;
    z-index: 1
}

#main_visual [class~=swiper-slide] [class~=backgroundimg] [class~=mobile_only] {
    display: none
}

#main_visual [class~=swiper-slide] [class~=backgroundimg] img {
    width: 100%;
    height: auto
}

#main_visual [class~=sliderkit-text] {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    text-align: center;
    z-index: 2
}

#main_visual [class~=sliderkit-text] h1[class~=lviewa] {
    opacity: 0;
    font-size: 5.5em;
    color: #fff;
    line-height: 1.1em;
    font-weight: 700;
    padding-bottom: 10px
}

#main_visual [class~=sliderkit-text] h1[class~=sviewa] {
    opacity: 0;
    font-size: 2.5em;
    color: #eee;
    line-height: 1.3em;
    padding-bottom: 10px
}

#main_visual [class~=sliderkit-text] div {
    opacity: 0
}

#main_visual [class~=swiper-button-prev], #main_visual [class~=swiper-container-rtl] [class~=swiper-button-next] {
    left: 20px;
    top: 50%;
    margin-top: -35px;
    display: block;
    background: url("../image/visual_prev_on.png") center left no-repeat;
    opacity: 0.7;
    width: 70px;
    height: 70px;
    color: rgba(255,255,255,0);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#main_visual [class~=swiper-button-next], #main_visual [class~=swiper-container-rtl] [class~=swiper-button-prev] {
    right: 20px;
    top: 50%;
    margin-top: -35px;
    display: block;
    background: url("../image/visual_next_on.png") center right no-repeat;
    opacity: 0.7;
    width: 70px;
    height: 70px;
    color: rgba(255,255,255,0);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#main_visual [class~=swiper-button-prev]:hover, #main_visual [class~=swiper-container-rtl] [class~=swiper-button-next]:hover {
    opacity: 1
}

#main_visual [class~=swiper-button-next]:hover, #main_visual [class~=swiper-container-rtl] [class~=swiper-button-prev]:hover {
    opacity: 1
}

#main_visual [class~=swiper-container-horizontal] > [class~=swiper-pagination-bullets] {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 5%;
    margin-top: 150px;
    height: 50px
}

#main_visual [class~=swiper-container-horizontal] > [class~=swiper-pagination-bullets] [class~=swiper-pagination-bullet] {
    height: 12px;
    width: 12px
}

#main_visual [class~=swiper-pagination-bullet-active] {
    background: #2463b9;
    transition: 0.3s all ease
}

#news_bar {
    z-index: 10;
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    background: #31403D
}

#news_bar [class~=inner] {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    height: 45px;
    overflow: hidden;
    position: relative
}

#news_bar [class~=inner]:after {
    content: "";
    display: block;
    clear: both
}

#news_bar [class~=inner] dl {
    float: left;
    width: 90%;
    margin: 0;
    padding: 0;
    font-size: 0
}

#news_bar [class~=inner] dl dd {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255,255,255,.85);
    height: 45px
}

#news_bar [class~=inner] dl dd a {
    display: block;
    color: rgba(255,255,255,.85);
    line-height: 45px
}

#news_bar [class~=inner] dl dd[class~=news_name] {
    width: 20%;
    text-align: left;
    font-size: 16px;
    line-height: 45px
}

#news_bar [class~=inner] dl dd[class~=news_tit] {
    width: 60%;
    text-align: left;
    font-size: 16px;
    line-height: 45px
}

#news_bar [class~=inner] dl dd[class~=news_tit] a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 100%
}

#news_bar [class~=inner] dl dd[class~=news_date] {
    width: 15%;
    text-align: right;
    font-size: 14px;
    line-height: 45px
}

#news_bar [class~=inner] [class~=news_btn] {
    position: absolute;
    right: 0px;
    top: -3px;
    text-align: right;
    vertical-align: middle;
    z-index: 999
}

#news_bar [class~=inner] [class~=news_btn] a {
    display: block
}

#main_third_content {
    width: 100%;
    margin-top: 100px;
    overflow: hidden
}

#main_third_content:after {
    content: "";
    display: block;
    clear: both
}

#main_third_content [class~=inner] {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

#main_third_content [class~=con_title] {
    display: visible;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 50px
}

#main_third_content [class~=con_title] p {
    font-size: 2em;
    color: #999;
    letter-spacing: 0.15em
}

#main_third_content [class~=con_title] h3 {
    margin-top: 5px;
    font-size: 4.5em;
    color: #000;
    font-weight: 700;
    line-height: 1.2em
}

#main_third_content ul {
    width: 100%
}

#main_third_content ul li {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px
}

#main_third_content ul li:last-child {
    margin-right: 0
}

#main_third_content ul li [class~=cross_tit] {
    font-size: 2em
}

#main_third_content ul li [class~=cross_txt] {
    font-size: 1.2em;
    padding-top: 20px
}

#main_third_content ul li [class~=cross_img] {
    float: left;
    width: 55%;
    height: 340px;
    margin-bottom: 0px;
    background: #f8f8f8
}

#main_third_content ul li [class~=cross_img] img {
    height: 340px
}

#main_third_content ul li [class~=cross_right] {
    float: right;
    width: 45%;
    height: 340px;
    background: #f8f8f8;
    padding: 50px 50px 0 50px;
    box-sizing: border-box
}

#main_third_content ul li[class~=other_type] [class~=cross_img] {
    float: right;
    width: 55%;
    height: 340px;
    background: #f8f8f8;
    margin-bottom: 00px;
    text-align: right
}

#main_third_content ul li[class~=other_type] [class~=cross_right] {
    float: left;
    width: 45%;
    height: 340px;
    background: #f8f8f8;
    padding: 50px 40px 0 50px
}

#main_third_content ul li[class~=other_type] [class~=cross_img] img {
    height: 340px
}

#main_third_content [class~=tbl] tbody tr th {
    width: 50%;
    height: 40px;
    padding: 20px 0 20px 0;
    font-size: 2em
}

#main_third_content [class~=tbl] tbody tr div {
    font-size: 1.3rem;
    margin-top: 5px
}

#main_third_content [class~=fran-total] {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0 20px 0
}

#main_third_content [class~=fran-total] [class~=total1] {
    font-size: 2.5rem;
    text-align: center
}

#main_third_content [class~=fran-total] [class~=total2] {
    font-size: 1.5rem;
    text-align: center
}

#c_bnr {
    width: 100%;
    margin-top: 100px;
    overflow: hidden
}

#c_bnr:after {
    content: "";
    display: block;
    clear: both
}

#c_bnr [class~=inner] {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

#c_bnr [class~=con_title] {
    display: visible;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 50px
}

#c_bnr [class~=con_title] p {
    font-size: 2em;
    color: #999;
    letter-spacing: 0.15em
}

#c_bnr [class~=con_title] h3 {
    margin-top: 5px;
    font-size: 4.5em;
    color: #000;
    font-weight: 700;
    line-height: 1.2em
}

#c_bnr ul {
    width: 100%
}

#c_bnr ul li {
    float: left;
    width: 25%;
    height: 500px;
    transition: all 0.5s;
    border-right: 1px solid #fff
}

#c_bnr ul li:last-child {
    margin-right: 0
}

#c_bnr ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 30px 0 30px;
    transform: scale(1);
    transition: all 0.5s
}

#c_bnr ul li a:after {
    opacity: 0;
    z-index: -1;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #2463b9;
    transition: all 0.5s
}

#c_bnr ul li:nth-child(1) a {
    background: url('../image/m_bnr_bg01.jpg') no-repeat 50% 50%;
    background-size: cover
}

#c_bnr ul li:nth-child(2) a {
    background: url('../image/m_bnr_bg02.jpg') no-repeat 50% 50%;
    background-size: cover
}

#c_bnr ul li:nth-child(3) a {
    background: url('../image/m_bnr_bg03.jpg') no-repeat 50% 50%;
    background-size: cover
}

#c_bnr ul li:nth-child(4) a {
    background: url('../image/m_bnr_bg04.jpg') no-repeat 30% 50%;
    background-size: cover
}

#c_bnr ul li a > dl {
    width: 100%
}

#c_bnr ul li a > dl dt {
    width: 100%
}

#c_bnr ul li a > dl dt em {
    display: block;
    font-size: 1.25em;
    color: #fff;
    font-style: normal;
    opacity: 0.6
}

#c_bnr ul li a > dl dt strong {
    margin-top: 20px;
    display: block;
    font-size: 2em;
    color: #fff;
    line-height: l.4em;
    font-weight: 500
}

#c_bnr ul li a > dl dd {
    opacity: 0;
    margin-top: 25px;
    font-size: 1em;
    line-height: 1.6em;
    color: rgba(255,255,255,0.8);
    word-break: keep-all;
    transition: all 0.5s;
    transform: translateY(20px)
}

#c_bnr ul li [class~=busi_btn_more] {
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 0 30px;
    width: 60%;
    transition: all 0.5s
}

#c_bnr ul li [class~=busi_btn_more] button {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 1em;
    text-align: left;
    line-height: 1.4em;
    color: rgba(255,255,255,0.6);
    background: url('../image/bnr_arrow_off.png') no-repeat right center;
    border: none;
    cursor: pointer
}

#c_bnr ul li [class~=busi_btn_more] button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.6);
    transition: all 0.3s;
    z-index: 999
}

#c_bnr ul li:hover {
    z-index: 10;
    position: relative;
    box-shadow: 10px 10px 10px rgba(0,0,0,.15)
}

#c_bnr ul li:hover a:after {
    opacity: 0.85
}

#c_bnr ul li:hover a > dl dd {
    opacity: 1;
    transform: translateY(0)
}

#c_bnr ul li:hover [class~=busi_btn_more] {
    width: 100%
}

#c_bnr ul li:hover [class~=busi_btn_more] button {
    width: 100%;
    color: rgba(255,255,255,1);
    background: url('../image/bnr_arrow_on.png') no-repeat right center
}

#c_bnr ul li:hover [class~=busi_btn_more] button:after {
    background: rgba(255,255,255,1)
}

#main_about_wrap {
    width: 100%;
    margin: 120px auto
}

#main_about_wrap:after {
    content: "";
    display: block;
    clear: both
}

#main_about_wrap [class~=inner] {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    position: relative
}

#main_about_wrap [class~=img_wrap] {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background: url('../image/main_about_back.jpg')no-repeat 50% 50%;
    background-size: cover;
    transition: all 0.5s
}

#main_about_wrap [class~=img_wrap] [class~=tit] {
    z-index: 10;
    color: #fff;
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    transition: all 0.5s
}

#main_about_wrap [class~=img_wrap] [class~=tit] span {
    display: inline-block;
    font-size: 1.25em;
    color: #fff;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em
}

#main_about_wrap [class~=img_wrap] [class~=tit] p {
    display: block;
    font-size: 3em;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em
}

#main_about_wrap [class~=txt_wrap] {
    position: absolute;
    top: 50px;
    left: 50%;
    text-align: left;
    width: 50%;
    height: 100%;
    padding: 60px;
    background: #f7f7f7;
    transition: all 0.5s
}

#main_about_wrap [class~=txt_wrap] [class~=tit] {
    font-size: 2.5em;
    color: #333;
    font-weight: 300;
    line-height: 1.2em
}

#main_about_wrap [class~=txt_wrap] [class~=tit] strong {
    margin-top: 10px;
    display: inline-block;
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
    line-height: 1.2em
}

#main_about_wrap [class~=txt_wrap] [class~=txts] {
    display: inline-block;
    margin: 30px 0 40px 0;
    font-size: 1.5em;
    color: #777;
    line-height: 1.5em;
    word-break: keep-all
}

#main_about_wrap [class~=about_btn_more] {
    display: block;
    text-align: center;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 2em;
    color: #fff;
    background: #254848;
    border: 1px solid #254848;
    cursor: pointer;
    transition: all 0.3s
}

#main_about_wrap [class~=about_btn_more]:hover {
    color: #fff;
    background: #686868;
    border: 1px solid #686868;
    transition: all 0.3s
}

#pro_wrap {
    clear: both;
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 30px
}

#pro_wrap:after {
    content: "";
    display: block;
    clear: both
}

#pro_wrap [class~=con_title] {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 50px
}

#pro_wrap [class~=con_title] p {
    font-size: 2em;
    color: #999;
    letter-spacing: 0.15em
}

#pro_wrap [class~=con_title] h3 {
    margin-top: 5px;
    font-size: 4.5em;
    color: #000;
    font-weight: 700;
    line-height: 1.2em
}

#pro_tab {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#pro_tab:after {
    content: "";
    display: block;
    clear: both
}

#pro_tab [class~=tab] {
    width: 100%;
    max-width: 1330px;
    padding: 0;
    text-align: center;
    margin: 0px auto;
    text-align: center
}

#pro_tab [class~=tab]:after {
    content: "";
    display: block;
    clear: both
}

#pro_tab [class~=tab] li {
    display: inline-block;
    margin: 0 3px;
    background: #eee
}

#pro_tab [class~=tab] li a {
    display: block;
    text-align: center;
    color: #777;
    font-size: 2.15em;
    padding: 8px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    transition: all 0.3s
}

#pro_tab [class~=tab] li a:hover {
    background: #244423;
    color: #fff;
    transition: all 0.3s
}

#pro_tab [class~=tab] li[class~=all] a {
    background: #eee;
    color: #777
}

#pro_tab [class~=tab] li[class~=on] a {
    background: #244423;
    color: #fff
}

#pro_tab li {
    position: relative;
    line-height: 30px
}

#pro_tab li span[class~=date] {
    position: absolute;
    right: 0;
    text-align: right;
    line-height: 30px;
    font-size: 0.9em;
    color: #ddd
}

#pro_tab div li a {
    display: inline-block;
    margin-right: 0px;
    font-size: 0.9em;
    color: #333
}

#pro_tab > div {
    display: none;
    padding: 0
}

#pro_tab [class~=active] {
    display: block
}

#pro_tab [class~=pro_list] {
    width: 100%;
    max-width: 1600px;
    text-align: center;
    padding-top: 50px;
    margin: 0 auto;
    overflow: hidden
}

#pro_tab [class~=pro_list]:after {
    content: "";
    display: block;
    clear: both
}

#pro_tab [class~=pro_list] > ul {
    width: 100%;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#pro_tab [class~=pro_list] > ul > li {
    display: inline-block;
    width: 30%;
    margin: 0 0.8% 2% 0.8%;
    text-align: center
}

#pro_tab [class~=pro_list] > ul > li > a {
    width: 100%
}

#pro_tab [class~=pro_list] > ul > li > a > div > img {
    width: 100%;
    border: 0px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#pro_tab [class~=pro_list] > ul > li > a > div > img:hover {
    width: 100%;
    border: 0px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

#pro_tab [class~=pro_list] > ul > li > a > p {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 2.5em;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden
}

#pro_tab [class~=pro_list] > ul > li > a > div[class~=text] {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #777;
    border: 0px solid red;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden
}

#pro_tab [class~=pro_zoom] {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden
}

#pro_tab [class~=pro_zoom] img {
    width: 100%;
    border: 1px solid #ddd;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s
}

#pro_tab [class~=pro_list] > ul > li > a > p > span[class~=new_icon] {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 25px;
    line-height: 23px;
    font-size: 0.6em !important;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 2px;
    font-weight: normal
}

#pro_tab [class~=pro_list] > ul > li > a > p > span[class~=hot_icon] {
    display: inline-block;
    line-height: 1em;
    color: #C53629;
    background: none;
    padding: 1px 5px 1px 3px;
    font-size: 11px !important
}

#comm_wrap {
    width: 100%;
    margin-top: 60px
}

#comm_wrap:after {
    content: "";
    display: block;
    clear: both
}

#comm_wrap [class~=comm_area] {
    width: 100%;
    position: relative
}

#comm_wrap [class~=comm_area]:after {
    content: "";
    display: block;
    clear: both
}

#comm_wrap [class~=comm_area] [class~=dleft] {
    position: absolute;
    left: 0;
    top: 50px;
    height: 100%;
    width: 50%;
    padding: 60px;
    background: #f7f7f7
}

#comm_wrap [class~=comm_area] [class~=dright] {
    float: right;
    width: 50%;
    height: 100%;
    padding: 60px;
    background: #31403d
}

#comm_wrap [class~=comm_area] [class~=dright_area] {
    position: relative;
    float: left;
    width: 710px
}

#comm_wrap [class~=comm_area] [class~=dright_area] [class~=con_title] {
    width: 100%;
    margin-bottom: 30px
}

#comm_wrap [class~=comm_area] [class~=dright_area] [class~=con_title] p {
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.15em
}

#comm_wrap [class~=comm_area] [class~=dright_area] [class~=con_title] h3 {
    margin-top: 5px;
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em
}

#comm_wrap [class~=comm_area] [class~=dright_area] [class~=con_title] div[class~=txt] {
    color: #fff;
    margin-top: 30px
}

#comm_wrap [class~=comm_area] [class~=dright_area] a[class~=btn_more] {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    background: url('../image/btn_more.png')no-repeat 50% 50%;
    border: 1px solid #999;
    cursor: pointer;
    transition: all 0.3s
}

#comm_wrap [class~=comm_area] [class~=dright_area] a[class~=btn_more]:hover {
    background: #000 url('../image/btn_more.png') no-repeat 50% 50%;
    border: 1px solid #000;
    transition: all 0.3s
}

#comm_wrap [class~=comm_area] [class~=youtube_box] {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

#comm_wrap [class~=comm_area] [class~=youtube_box] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#comm_wrap [class~=notice_area] {
    position: relative;
    float: right;
    width: 590px
}

#comm_wrap [class~=notice_area] [class~=tab] {
    width: 100%
}

#comm_wrap [class~=notice_area] [class~=tab]:after {
    content: "";
    display: block;
    clear: both
}

#comm_wrap [class~=notice_area] [class~=tab] li {
    float: left;
    width: 35%;
    color: #777;
    transition: 0.3s all ease
}

#comm_wrap [class~=notice_area] [class~=tab] li a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    color: rgba(255,255,255,1);
    background: #aaa
}

#comm_wrap [class~=notice_area] [class~=tab] li:hover a {
    color: #fff
}

#comm_wrap [class~=notice_area] [class~=tab] li[class~=on] {
    width: 65%
}

#comm_wrap [class~=notice_area] [class~=tab] li[class~=on] a {
    color: #fff;
    background: #244423
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] {
    width: 100%;
    margin-bottom: 0
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    transition: all 0.5s
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] li a {
    display: inline-block;
    max-width: 70%;
    font-size: 1.1em;
    color: #333;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] li a strong {
    color: #000;
    font-weight: 500
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] li:hover a {
    color: #000;
    font-weight: 500
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] li [class~=dateCon] {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all 0.5s;
    background: #fff
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] li [class~=dateCon] [class~=day] {
    margin-top: 12px;
    display: block;
    font-size: 1.5em;
    color: #333;
    font-weight: 700
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] li [class~=dateCon] [class~=year] {
    margin-top: 4px;
    display: block;
    font-size: 0.85em;
    color: #666
}

#comm_wrap [class~=notice_area] > div {
    display: none;
    padding: 0
}

#comm_wrap [class~=notice_area] [class~=active] {
    display: block;
    padding: 0;
    margin-top: 20px
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] li:hover [class~=dateCon] {
    background: #244423;
    border: 1px solid #244423;
    transition: all 0.5s;
    color: #fff
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] li:hover [class~=dateCon] [class~=day] {
    color: #fff
}

#comm_wrap [class~=notice_area] ul[class~=simple_lat] li:hover [class~=dateCon] [class~=year] {
    color: #fff
}

#comm_wrap [class~=notice_area] a[class~=more] {
    display: block;
    margin: 25px auto 0;
    width: 30%;
    height: 50px;
    line-height: 50px;
    font-size: 1.1em;
    text-align: center;
    color: #000;
    border: 1px solid #ddd;
    background: #fff;
    transition: all 0.5s
}

#comm_wrap [class~=notice_area] a[class~=more]:hover {
    display: block;
    color: #fff;
    background: #244423;
    border: 1px solid #244423;
    transition: all 0.5s
}

#rolling_box {
    clear: both;
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 100px auto;
    overflow: hidden;
    padding-top: 50px
}

#rolling_box:after {
    clear: both;
    content: "";
    display: block
}

#rolling_box [class~=inner] {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 80px
}

#rolling_box [class~=con_title] {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 50px
}

#rolling_box [class~=con_title] p {
    font-size: 2em;
    color: #999;
    letter-spacing: 0.15em
}

#rolling_box [class~=con_title] h3 {
    margin-top: 5px;
    font-size: 4.5em;
    color: #000;
    font-weight: 700;
    line-height: 1.2em
}

#rolling_box [class~=swiper-container2] {
    width: 100%;
    height: auto;
    margin: 0 auto
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] a [class~=imgs] {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] a [class~=imgs] img {
    max-width: 100%;
    transition: all 0.5s
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: -15px;
    padding: 0px 25px 25px 25px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s;
    background: rgba(0,0,0,0.5)
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] [class~=date] {
    display: inline-block;
    font-size: 0.85em;
    color: #ddd
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] [class~=tit] {
    display: block;
    margin-top: 5px;
    font-size: 1.2em;
    color: #fff;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 100%
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] [class~=txt] {
    display: none;
    margin-top: 10px;
    font-size: 1em;
    color: #fff;
    line-height: 1.5em
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] a:hover [class~=imgs] img {
    transform: scale(1.1);
    transition: all 0.5s
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] a:hover [class~=txtBox] {
    bottom: 0px;
    transition: all 0.5s;
    padding-top: 10px
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] a:hover [class~=txtBox] [class~=txt] {
    display: block
}

#rolling_box [class~=swiper-btn-wrap] {
    clear: both;
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

#rolling_box [class~=swiper-btn-wrap]:after {
    clear: both;
    content: "";
    display: block
}

#rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap1] {
    position: absolute;
    left: 0;
    top: 22px;
    width: 85%;
    height: 2px;
    margin: 0 auto;
    z-index: 0
}

#rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap1] [class~=swiper-scrollbar2] {
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 7px;
    margin: 0 auto;
    background: rgba(0,0,0,.2)
}

#rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap1] [class~=swiper-scrollbar-drag] {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,1)
}

#rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap2] {
    position: absolute;
    top: 0px;
    width: 100%;
    max-width: 1300px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
    z-index: 20;
    background: none
}

#rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap2] [class~=swiper-button-prev2] {
    background: url("../image/list_prev_on2.png");
    right: 50px;
    cursor: pointer
}

#rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap2] [class~=swiper-button-next2] {
    background: url("../image/list_next_on2.png");
    right: 0;
    cursor: pointer
}

#rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap2] [class~=swiper-button-next2], [class~=swiper-button-prev2] {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 45px;
    height: 45px;
    border-radius: 0
}

#rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap2] [class~=swiper-button-next2][class~=swiper-button-disabled] {
    opacity: 1;
    background: url("../image/list_next_off2.png")
}

#rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap2] [class~=swiper-button-prev2][class~=swiper-button-disabled] {
    opacity: 1;
    background: url("../image/list_prev_off2.png")
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] span[class~=new_icon] {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 25px;
    line-height: 23px;
    font-size: 0.6em !important;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 2px;
    font-weight: normal
}

#service_wrap {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    background: url('../image/service_back.jpg')no-repeat 50% 50%;
    background-attachment: contain
}

#service_wrap:after {
    content: "";
    display: block;
    clear: both
}

#service_wrap [class~=con_wrap] {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden
}

#service_wrap [class~=con_wrap] [class~=con_area] {
    width: 100%;
    height: 700px;
    position: relative;
    text-align: center
}

#service_wrap [class~=con_wrap] [class~=con_area] li {
    float: left;
    width: 25%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-left: 1px solid rgba(255,255,255,0.15);
    box-sizing: border-box
}

#service_wrap [class~=con_wrap] [class~=con_area] li:last-child {
    border-right: 1px solid rgba(255,255,255,0.15);
    box-sizing: border-box
}

#service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] {
    width: 100%;
    height: 100%;
    display: table
}

#service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] [class~=td] {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px
}

#service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] [class~=td] i {
    display: block;
    text-align: center;
    font-size: 3em;
    color: #fff
}

#service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] [class~=td] em {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 2em;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    opacity: 0.5
}

#service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] [class~=td] p {
    font-size: 1.5em;
    line-height: 25px;
    margin-top: 25px;
    color: #fff
}

#service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] [class~=td] span {
    display: block;
    font-size: 1em;
    margin-top: 15px;
    color: rgba(255,255,255,0.75)
}

#service_wrap [class~=con_wrap] [class~=con_area] li:hover {
    background: rgba(49,64,61,0.5);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease
}

#service_wrap [class~=con_wrap] [class~=con_area] li:hover [class~=tb] [class~=td] i {
    color: #fff;
    padding-top: 10px;
    transition: 0.5s all ease
}

#service_wrap [class~=con_wrap] [class~=con_area] li:hover [class~=tb] [class~=td] p {
    color: #fff
}

#service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] [class~=td] [class~=btn_view] {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    cursor: pointer;
    background: url('../image/btn_plus.png') no-repeat;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease
}

#service_wrap [class~=con_wrap] [class~=con_area] li:hover [class~=tb] [class~=td] [class~=btn_view] {
    background-color: #31403d;
    transform: rotate(360deg)
}

#footer {
    clear: both;
    width: 100%;
    padding: 80px 0;
    background: #fc6e51
}

#footer:after {
    content: "";
    display: block;
    clear: both
}

#footer [class~=inner] {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

#footer [class~=service_tit] {
    float: left;
    width: 30%
}

#footer [class~=service_tit] [class~=tit] {
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.15em
}

#footer [class~=service_tit] [class~=tel1] {
    margin-top: 10px;
    font-size: 2.5em;
    color: #fff;
    font-weight: 700;
    line-height: 1.4em
}

#footer [class~=service_tit] [class~=tel2] {
    font-size: 1.5em;
    color: #fff;
    line-height: 1.6em
}

#footer [class~=service_tit] [class~=txts] {
    margin-top: 15px;
    font-size: 1em;
    color: rgba(255,255,255,.6);
    line-height: 1.6em;
    word-break: keep-all
}

#footer [class~=service_menu] {
    float: right;
    width: 70%
}

#footer [class~=copy_sns] {
    text-align: left;
    margin: 25px 0;
    margin-bottom: 0
}

#footer [class~=copy_sns]:after {
    content: "";
    display: block;
    clear: both
}

#footer [class~=copy_sns] ul {
    width: 100%;
    margin: 0;
    padding: 0
}

#footer [class~=copy_sns] ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 8px
}

#footer [class~=copy_sns] ul li:first-child {
    margin-left: 0
}

#footer [class~=copy_sns] ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1em;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background: transparent;
    transition: all .3s ease-in-out
}

#footer [class~=copy_sns] ul li[class~=blog] a {
    background: #47a944
}

#footer [class~=copy_sns] ul li[class~=facebook] a {
    background: #395796
}

#footer [class~=copy_sns] ul li[class~=instagram] a {
    background: #c13584
}

#footer [class~=copy_sns] ul li[class~=blog] a:hover {
    background: #fff;
    color: #47a944
}

#footer [class~=copy_sns] ul li[class~=facebook] a:hover {
    background: #fff;
    color: #395796
}

#footer [class~=copy_sns] ul li[class~=instagram] a:hover {
    background: #fff;
    color: #c13584
}

#footer_all_menu {
    width: 100%;
    position: relative
}

#footer_all_menu [class~=lnb_wrap] {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#footer_all_menu [class~=lnb_wrap] > ul {
    width: 100%;
    margin: 0;
    padding: 0
}

#footer_all_menu [class~=lnb_wrap] > ul > li {
    float: left;
    display: block;
    width: 100%;
    padding: 4px 0;
    text-align: left
}

#footer_all_menu [class~=lnb_wrap] > ul > li > dl {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left
}

#footer_all_menu [class~=lnb_wrap] > ul > li > dl dt {
    display: inline-block;
    margin-right: 10px
}

#footer_all_menu [class~=lnb_wrap] > ul > li > dl dt a {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    color: rgba(255,255,255,1);
    width: 100%
}

#footer_all_menu [class~=lnb_wrap] > ul > li > dl dd {
    display: inline-block;
    padding-left: 10px
}

#footer_all_menu [class~=lnb_wrap] > ul > li > dl dd a[class~=sub] {
    display: inline-block;
    color: rgba(255,255,255,0.7);
    padding: 0;
    margin: 0 0 2px 0;
    font-size: 1em;
    letter-spacing: -0.5px;
    padding-right: 15px;
    width: auto
}

#footer_all_menu [class~=lnb_wrap] > ul > li > dl dd a[class~=sub]:last-child {
    padding-right: 0
}

#footer_all_menu [class~=lnb_wrap] > ul > li > dl dd a[class~=sub]:hover {
    color: rgba(255,255,255,1);
    font-weight: 400
}

#footer_all_menu [class~=lnb_wrap] > ul > li > dl dd a[class~=sub]:before {
    content: "+ ";
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#footer_all_menu [class~=lnb_wrap] > ul > li > dl dd a[class~=sub]:hover:before {
    content: "-- "
}

#footer_all_menu [class~=copy_bar] {
    width: 100%;
    margin-top: 10px;
    text-align: left
}

#footer_all_menu [class~=copy_bar] div {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

#footer_all_menu [class~=copy_bar] div [class~=copy_menu] {
    padding-top: 0px
}

#footer_all_menu [class~=copy_bar] div [class~=copy_menu] a {
    color: #000
}

#footer_all_menu [class~=copy_bar] div [class~=copy_menu] a:hover {
    color: #fff
}

#footer_all_menu [class~=copyright] {
    width: 100%;
    padding: 0;
    margin-top: 10px
}

#footer_all_menu [class~=copyright] p {
    width: 100%;
    color: #999;
    padding-top: 10px
}

#footer_all_menu [class~=copyright] p span {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    margin-right: 15px
}

#footer_all_menu [class~=copyright] p span[class~=pc_br] {
    padding: 0;
    margin: 0;
    display: inline-block
}

#backtotop {
    position: fixed;
    bottom: 35%;
    right: 0;
    z-index: 1000;
    display: none
}

[class~=q-menu] nav div {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5em;
    text-align: center;
    background: rgba(0,0,0,0.5);
    margin: 5px 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

[class~=q-menu] nav div:hover {
    background: #2463b9
}

[class~=q-menu] nav div i {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0.85em
}

[class~=q-menu] nav div a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

[class~=q-menu] nav div a span {
    position: absolute;
    right: 0;
    padding: 17px 10px;
    height: 50px;
    line-height: 50px;
    font-size: 0.7em;
    opacity: 0;
    white-space: nowrap;
    background: #2463b9;
    color: #fff;
    line-height: 1em;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

[class~=q-menu] nav a:hover {
    opacity: 1
}

[class~=q-menu] nav a:hover span {
    right: 50px;
    opacity: 1
}

[class~=q-menu] nav a[class~=active] {
    color: #333;
    opacity: 1
}

#sub_visual {
    width: 100%;
    min-width: 320px;
    height: 720px;
    text-align: center;
    background: #e8e9eb
}

#sub_visual [class~=backgroundimg] {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 720px;
    z-index: 0
}

#sub_visual [class~=visual_area] {
    width: 100%;
    max-width: 1920px;
    height: 720px;
    margin: 0 auto
}

#sub_wrapper {
    width: 100%;
    min-width: 320px;
    margin: 0 auto
}

#sub_wrapper:after {
    content: "";
    display: block;
    clear: both
}

#sub_menu {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #ddd
}

#sub_menu [class~=sub_tab] {
    width: 100%;
    max-width: 1300px;
    text-align: left;
    margin: 0 auto
}

[class~=sub_location] {
    width: 100%;
    max-width: 1300px;
    height: 60px;
    font-size: 0;
    background: #fff;
    margin: 0 auto
}

[class~=sub_location] > div {
    font-size: 0
}

[class~=sub_location] > div [class~=cen] {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

[class~=sub_location] > div [class~=cen] i {
    color: #000;
    font-size: 1.2em
}

[class~=sub_location] ul {
    width: 100%;
    max-width: 1300px;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 219px;
    border-right: 1px solid #ddd;
    vertical-align: top;
    box-sizing: border-box
}

[class~=sub_location] ul:first-child {
    border-left: 1px solid #ddd
}

[class~=sub_location] ul li {
    position: relative;
    width: 100%
}

[class~=sub_location] ul li span {
    display: block;
    padding: 0 15px;
    line-height: 60px;
    font-size: 1em;
    color: #000;
    background: url('../image/icnLocaArr.png') 90% center no-repeat;
    cursor: pointer
}

[class~=sub_location] ul[class~=on] li span {
    background: url('../image/icnLocaArr1.png') 90% center no-repeat
}

[class~=sub_location] ul li a {
    width: 100%;
    display: block;
    padding: 8px 15px;
    color: #000
}

[class~=sub_location] ul li a:hover {
    color: #000;
    background: #ddd;
    box-sizing: border-box
}

[class~=sub_location] ul ul {
    display: none;
    position: absolute;
    top: 60px;
    left: -1px;
    padding: 0px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 999998;
    width: calc(100% + 2px) !important
}

[class~=sub_location] ul[class~=on] li ul {
    display: block
}

[class~=sub_location] ul[class~=dep2] li span {
    color: #2463b9;
    font-weight: 500
}

[class~=sub_location] ul[class~=dep2] ul {
    width: 220px
}

#sub_tit {
    position: absolute;
    width: 100%;
    min-width: 320px;
    max-width: 1300px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 0px solid red
}

#sub_tit [class~=path] {
    position: absolute;
    top: 190px;
    right: 0
}

#sub_tit [class~=path] li {
    float: left;
    text-align: center;
    font-size: 0.9em;
    padding: 0 8px 0 12px;
    margin: 0;
    color: #000;
    background: url('../image/ico_path.gif') no-repeat left center
}

#sub_tit [class~=path] li a span[class~=ic-home] {
    padding: 0;
    cursor: pointer
}

#sub_tit [class~=path] li a span[class~=ic-home] i {
    background: url('../image/icon_home.png')no-repeat left center;
    display: inline-block;
    width: 11px;
    height: 11px
}

#sub_tit [class~=path] li:first-child {
    background: none
}

#sub_tit [class~=path] li:last-child {
    color: #000;
    font-weight: 500
}

#sub_tit [class~=title] {
    position: relative;
    padding-bottom: 10px;
    font-size: 5.4em;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

#sub_tit [class~=title]:after {
    display: block;
    content: "";
    width: 5%;
    height: 3px;
    margin: 10px auto;
    background: #fff
}

#sub_tit [class~=normal_txt] {
    display: none;
    margin: 0px 0;
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    word-break: keep-all;
    font-family: 'Noto Sans KR', sans-serif
}

#sub_tit [class~=normal_txt] [class~=color1] {
    color: #fd7701
}

[class~=scontents] {
    width: 100%;
    max-width: 1800px;
    height: 100%;
    margin: 0 auto;
    padding: 30px 0 100px 0
}

[class~=scontents]:after {
    content: "";
    display: block;
    clear: both
}

[class~=scontents] [class~=bg_vline] {
    display: block;
    width: 1px;
    height: 30px;
    margin: 0 auto
}

[class~=scontents] h3[class~=title] {
    font-size: 2.5em;
    text-align: center;
    margin-top: 0px
}

[class~=scontents] [class~=eng] {
    display: block;
    text-align: center;
    font-size: 3.5em;
    font-weight: 500;
    margin: 0px 0
}

[class~=scontents] [class~=eng] em {
    color: #686868;
    font-style: normal
}

[class~=scontents] [class~=stitle] {
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
    color: #333;
    margin: 10px 0 50px 0
}

[class~=scontents] [class~=stitle]:after {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 30px;
    background: red
}

[class~=scontents2] {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 30px 0 100px 0
}

[class~=tbl] {
    width: 100%;
    border-top: 1px solid #333;
    border-collapse: collapse
}

[class~=tbl] th {
    width: 30%;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
    text-align: center
}

[class~=tbl] td {
    width: 70%;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-indent: 10px;
    font-size: 0.9em
}

[class~=tba] {
    width: 100%;
    border-top: 1px solid #333;
    border-collapse: collapse;
    background: #fff
}

[class~=tba] th {
    width: 35%;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
    text-align: center
}

[class~=tba] td {
    width: 65%;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-indent: 10px;
    font-size: 0.9em
}

[class~=policy_box] {
    border: 1px solid #ddd;
    padding: 10px;
    height: 160px;
    overflow: auto
}

@media all and (max-width: 1500px) {
    #main_visual [class~=sliderkit-text] h1[class~=lviewa] {
        font-size:3.5em
    }

    #main_visual [class~=sliderkit-text] h1[class~=sviewa] {
        font-size: 1.5em
    }
}

@media all and (max-width: 1300px) {
    #header {
        padding:0 2%
    }

    #lnb {
        left: 20%;
        width: 70%
    }

    #lnb_wrap [class~=lnb_area] [class~=ul_1st] > li > a {
        padding: 0 28px
    }

    #news_bar [class~=inner] {
        width: 95%
    }

    #main_about_wrap [class~=txt_wrap] [class~=txts] {
        font-size: 1em
    }

    #comm_wrap [class~=comm_area] {
        width: 100%
    }

    #comm_wrap [class~=comm_area] [class~=dright_area] {
        width: 100%
    }

    #comm_wrap [class~=notice_area] {
        width: 100%
    }

    #comm_wrap [class~=notice_area] ul[class~=simple_lat] li:last-child {
        display: none
    }

    #footer {
        padding: 80px 2%
    }
}

@media all and (max-width: 1200px) {
    [class~=scontents] {
        width:96%
    }

    #container {
        margin-top: 0px
    }

    #sub_tit {
        left: 0%;
        margin-left: 0px
    }

    [class~=q-menu] {
        display: none !important
    }
}

@media all and (max-width: 1100px) {
    #mobile_header {
        display:block;
        min-width: 320px
    }

    #header_wrap, #gnb_wrap, #gnb_area {
        display: none
    }

    [class~=lview] {
        display: none
    }

    [class~=sview] {
        display: block
    }

    #main_visual [class~=swiper-slide] {
        width: 100%;
        height: auto
    }

    #main_visual [class~=swiper-slide] div[class~=backgroundimg] {
        height: auto
    }

    #main_visual [class~=sliderkit-text] {
        height: 150px;
        margin-top: -70px
    }

    #main_visual [class~=sliderkit-text] h1[class~=lviewa] {
        font-size: 2.5em
    }

    #main_visual [class~=sliderkit-text] h1[class~=sviewa] {
        font-size: 1.25em
    }

    #main_visual [class~=sliderkit-text] {
        text-align: center;
        left: 0
    }

    #main_visual [class~=swiper-pagination-fraction], #main_visual [class~=swiper-pagination-custom], #main_visual [class~=swiper-container-horizontal] > [class~=swiper-pagination-bullets] {
        text-align: center;
        max-width: 100%;
        top: unset;
        left: 0 !important;
        bottom: 0 !important;
        margin-top: 0;
        margin-left: 0
    }

    #main_visual [class~=swiper-button-next], #main_visual [class~=swiper-button-prev] {
        display: none !important
    }

    #news_bar [class~=inner] dl dd[class~=news_name] {
        font-size: 13px
    }

    #news_bar [class~=inner] dl dd[class~=news_tit] {
        font-size: 13px
    }

    #news_bar [class~=inner] dl dd[class~=news_date] {
        font-size: 11px
    }

    #c_bnr {
        padding: 0;
        margin-top: 1px
    }

    #c_bnr ul li {
        width: 50%;
        border-bottom: 1px solid #ddd
    }

    #main_about_wrap [class~=txt_wrap] [class~=txts] {
        font-size: 1em;
        margin: 15px 0
    }

    #comm_wrap [class~=notice_area] ul[class~=simple_lat] li a {
        width: 60%
    }

    #footer [class~=service_tit] [class~=tel1] {
        font-size: 2em
    }

    #backtotop {
        right: 15px
    }

    #sub_visual {
        margin-top: 0px
    }

    [class~=scontents] h3[class~=title] {
        text-align: center
    }

    [class~=scontents] [class~=eng] {
        text-align: center
    }

    [class~=scontents] [class~=stitle] {
        text-align: center
    }

    [class~=scontents] {
        width: 96%
    }

    #container {
        margin-top: 0px
    }

    [class~=sub_location] > div [class~=cen] {
        display: none
    }

    [class~=sub_location] ul {
        width: 50%
    }

    [class~=sub_location] ul:first-child {
        border-left: 0px
    }

    [class~=sub_location] ul[class~=dep2] {
        border-right: 0px
    }

    #sub_tit {
        margin: 0 auto;
        padding: 0;
        left: 0%;
        margin-left: 0px;
        background: none;
        top: 180px
    }

    #sub_tit [class~=path] {
        display: none
    }

    #sub_tit [class~=title] {
        font-size: 2em
    }

    #sub_tit [class~=title]:after {
        display: block;
        content: "";
        width: 20%;
        height: 3px;
        background: #fff;
        margin: 10px auto
    }

    #sub_tit [class~=normal_txt] {
        font-size: 1.2em;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
        word-break: keep-all;
        text-shadow: 0px 1px 4px #333;
        font-family: 'Noto Sans KR', sans-serif
    }

    #sub_tit [class~=normal_txt] [class~=color1] {
        color: #fd7701
    }

    [class~=visual_area] {
        background-position: center top !important;
        background-size: cover !important
    }
}

@media screen and (max-width: 992px) {
    #main_about_wrap {
        margin:50px auto;
        padding: 0
    }

    #main_about_wrap [class~=inner] {
        height: auto
    }

    #main_about_wrap [class~=img_wrap] {
        width: 100%;
        height: 400px;
        float: none
    }

    #main_about_wrap [class~=img_wrap] [class~=tit] {
        top: 40%
    }

    #main_about_wrap [class~=txt_wrap] {
        position: relative;
        width: 100%;
        padding: 40px;
        left: auto;
        top: auto;
        height: auto;
        float: none
    }

    #main_about_wrap [class~=txt_wrap] [class~=tit] {
        font-size: 1.5em;
        height: auto
    }

    #main_about_wrap [class~=txt_wrap] [class~=tit] strong {
        font-size: 1.5em
    }

    #main_about_wrap [class~=txt_wrap] [class~=txts] {
        font-size: 1.2em
    }

    #pro_wrap {
        margin-top: 0;
        padding-top: 0
    }

    #pro_tab [class~=pro_list] {
        width: 95%;
        padding-top: 30px
    }

    #pro_tab [class~=pro_list] ul li {
        width: 32.33%;
        margin-right: 0.5%;
        margin-left: 0.5%;
        margin-bottom: 1.5%
    }

    #comm_wrap [class~=comm_area] [class~=dright] {
        padding: 40px
    }

    #comm_wrap [class~=comm_area] [class~=dleft] {
        padding: 40px
    }

    #footer [class~=inner] {
        padding: 0 2%
    }

    #footer [class~=service_tit] {
        width: 100%
    }

    #footer [class~=service_menu] {
        width: 100%;
        margin-top: 30px;
        clear: both
    }

    #footer [class~=service_tit] [class~=tel1] {
        display: inline-block
    }

    #footer [class~=service_tit] [class~=tel2] {
        display: inline-block;
        margin-left: 30px
    }

    #footer [class~=service_tit] [class~=pbr] {
        display: none
    }

    #footer [class~=copy_sns] {
        float: right;
        margin-top: -35px
    }

    #footer_all_menu {
        width: 100%
    }

    #footer_all_menu [class~=lnb_wrap] {
        border: 1px solid rgba(255,255,255,0.1)
    }

    #footer_all_menu [class~=lnb_wrap] > ul > li {
        padding: 10px;
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

    #footer_all_menu [class~=copy_bar] {
        margin-top: 30px
    }
}

@media screen and (max-width: 870px) {
    #comm_wrap [class~=comm_area] [class~=dright] {
        padding:60px;
        width: 100%;
        float: none;
        height: auto;
        overflow: hidden
    }

    #comm_wrap [class~=comm_area] [class~=dleft] {
        padding: 60px;
        width: 100%;
        float: none;
        position: relative;
        top: auto;
        left: auto;
        overflow: hidden
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] [class~=td] p {
        font-size: 1.3em
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] [class~=td] span {
        font-size: 0.95em
    }
}

@media screen and (max-width: 768px) {
    [class~=mview] {
        display:block
    }

    section [class~=con_title] h3 {
        font-size: 1.85rem !important
    }

    section [class~=con_title] p {
        font-size: 1.5rem !important
    }

    #main_visual [class~=swiper-slide] [class~=backgroundimg] [class~=mobile_only] {
        display: block
    }

    #main_visual [class~=swiper-slide] [class~=backgroundimg] [class~=pc_only] {
        display: none
    }

    #main_visual [class~=swiper-button-next], #main_visual [class~=swiper-button-prev] {
        display: none !important
    }

    #news_bar [class~=inner] dl dd[class~=news_name] {
        width: 25%
    }

    #c_bnr {
        padding: 0;
        margin-top: 50px
    }

    #c_bnr ul li {
        width: 50%;
        border-bottom: 1px solid #ddd
    }

    #main_about_wrap [class~=img_wrap] [class~=tit] span {
        font-size: 1em
    }

    #main_about_wrap [class~=img_wrap] [class~=tit] p {
        font-size: 2.5em
    }

    #pro_wrap [class~=con_title] {
        margin-bottom: 30px
    }

    #pro_tab [class~=tab] {
        width: 95%
    }

    #pro_tab [class~=tab] li {
        float: left;
        width: 49%;
        margin-right: 0.5%;
        margin-left: 0.5%;
        margin-bottom: 1.5%
    }

    #pro_tab [class~=tab] li:last-child {
        margin-left: 0.5%;
        margin-right: 0.5%
    }

    #pro_tab [class~=tab] li a {
        font-size: 1.3em
    }

    #pro_tab [class~=tab] li[class~=all] {
        width: 49%;
        margin-right: 0.5%;
        margin-left: 0.5%;
        margin-bottom: 1.5%
    }

    #pro_tab [class~=pro_list] ul li {
        width: 49%;
        margin-right: 0.5%;
        margin-left: 0.5%;
        margin-bottom: 1.5%
    }

    #rolling_box {
        padding: 50px 2%;
        margin: 0 auto
    }

    #rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap1] {
        width: 75%
    }

    #comm_wrap [class~=comm_area] [class~=dright] {
        width: 100%;
        float: none
    }

    #comm_wrap [class~=comm_area] [class~=dleft] {
        padding: 50px 4%
    }

    #comm_wrap [class~=comm_area] [class~=dright] {
        padding: 50px 4%
    }

    #comm_wrap [class~=notice_area] [class~=tab] li a {
        height: 50px;
        line-height: 50px;
        font-size: 1.15em
    }

    #service_wrap [class~=con_wrap] [class~=con_area] {
        height: 100%
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li {
        width: 50%;
        padding: 50px 0;
        border-bottom: 1px solid rgba(255,255,255,0.15)
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li:nth-child(odd) {
        border-left: 0
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li:nth-child(even) {
        border-right: 0
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li:nth-child(3) {
        border-bottom: 0
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li:nth-child(4) {
        border-bottom: 0
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] [class~=td] span {
        display: none
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li [class~=tb] [class~=td] [class~=btn_view] {
        display: none
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li:hover [class~=tb] [class~=td] [class~=btn_view] {
        display: none
    }

    #service_wrap [class~=con_wrap] [class~=con_area] li:hover [class~=tb] [class~=td] i {
        padding-top: 0px
    }

    #footer {
        padding: 50px 4% 70px 4%;
    }

    #footer_all_menu [class~=lnb_wrap] > ul > li > dl dt {
        width: 100%;
        text-align: left
    }

    #footer_all_menu [class~=lnb_wrap] > ul > li > dl dd {
        width: 100%;
        padding-left: 0;
        text-align: left;
        margin-top: 10px
    }

    #sub_tit [class~=path] {
        display: none
    }

    [class~=sub_location] > div [class~=cen] {
        display: none
    }

    [class~=sub_location] ul {
        width: 50%
    }

    [class~=sub_location] ul:first-child {
        border-left: 0px
    }

    [class~=sub_location] ul[class~=dep2] {
        border-right: 0px
    }

    [class~=scontents] {
        padding: 30px 0px
    }

    [class~=scontents] [class~=stitle] {
        margin-bottom: 30px
    }

    #backtotop {
        display: none !important
    }
}

@media screen and (max-width: 640px) {
    #news_bar [class~=inner] dl dd[class~=news_name] {
        display:none
    }

    #c_bnr ul li a > dl dt em {
        font-size: 1em
    }

    #c_bnr ul li a > dl dt strong {
        font-size: 1.5em
    }

    #c_bnr ul li [class~=busi_btn_more] {
        width: 80%
    }

    #c_bnr ul li [class~=busi_btn_more] button {
        font-size: 1em
    }

    #rolling_box [class~=swiper-btn-wrap] [class~=swiper-scrollbar-wrap1] {
        width: 65%
    }

    #footer [class~=copy_sns] {
        float: none;
        margin-top: 10px
    }

    #footer [class~=service_tit] [class~=tel2] {
        margin-left: 20px
    }
}

@media screen and (max-width: 480px) {
    body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button {
        font-size:13px
    }

    #main_visual [class~=sliderkit-text] {
        height: 150px;
        margin-top: -70px
    }

    #main_visual [class~=sliderkit-text] h1[class~=lviewa] {
        font-size: 1.8em
    }

    #main_visual [class~=sliderkit-text] h1[class~=sviewa] {
        font-size: 1.3em
    }

    #main_visual [class~=swiper-container-horizontal] > [class~=swiper-pagination-bullets] [class~=swiper-pagination-bullet] {
        height: 8px;
        width: 8px
    }

    #main_visual [class~=swiper-pagination-bullet-active] {
        width: 30px !important;
        border-radius: 8px
    }

    #news_bar [class~=inner] dl dd[class~=news_btn] {
        width: 10%
    }

    #news_bar [class~=inner] dl dd[class~=news_name] {
        display: none
    }

    #news_bar [class~=inner] dl dd[class~=news_tit] {
        width: 95%
    }

    #news_bar [class~=inner] dl dd[class~=news_date] {
        display: none
    }

    #c_bnr ul li {
        height: 300px
    }

    #c_bnr ul li a {
        padding: 40px 20px
    }

    #c_bnr ul li a > dl dd {
        display: none
    }

    #main_about_wrap [class~=about_btn_more] {
        font-size: 1.5em;
        margin: 0 auto
    }

    #pro_tab [class~=tab] li a {
        padding: 5px 15px
    }

    #pro_tab [class~=pro_list] > ul > li {
        width: 100%
    }

    #pro_tab [class~=pro_list] > ul > li > a > p {
        font-size: 1.7em
    }

    #pro_tab [class~=pro_list] > ul > li > a > div[class~=text] {
        font-size: 1.1em;
        margin-bottom: 0px
    }

    #comm_wrap [class~=notice_area] ul[class~=simple_lat] li a {
        max-width: 52%
    }

    #comm_wrap [class~=notice_area] ul[class~=simple_lat] li [class~=dateCon] {
        width: 60px;
        height: 60px
    }

    #comm_wrap [class~=notice_area] ul[class~=simple_lat] li [class~=dateCon] [class~=day] {
        margin-top: 10px;
        font-size: 1.25em
    }

    #comm_wrap [class~=notice_area] ul[class~=simple_lat] li [class~=dateCon] [class~=year] {
        margin-top: 0px
    }

    #footer_all_menu [class~=copy_bar] div {
        text-align: left
    }

    #sub_visual {
        height: 300px
    }

    #sub_visual [class~=backgroundimg] {
        height: 200px
    }

    #sub_visual [class~=visual_area] {
        height: 300px;
        background-position: center top;
        background-size: cover
    }

    #sub_tit {
        top: 20%;
        left: 50%;
        background: none;
        margin: 30px auto
    }

    #sub_tit [class~=title] {
        font-size: 2em
    }

    #sub_tit [class~=normal_txt] {
        font-size: 1em
    }

    [class~=scontents] [class~=eng] {
        font-size: 1.5rem
    }

    [class~=scontents] [class~=stitle] {
        font-size: 1.5em
    }
}

@media screen and (max-width: 360px) {
    #c_bnr ul li {
        height:320px
    }
}
