/*
body {
    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
}


[class~=lview] {
}

[class~=sview] {
    display: none
}

[class~=mview] {
    display: none
}

#mobile_header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 0px solid red;
    display: none
}

#mobile_header [class~=inner] {
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: rgba(80,64,52,0.5)
}

#mobile_header h1 {
    width: 220px;
    padding-top: 10px;
    text-align: center;
    margin: 0 auto
}

#mobile_header h1 img {
    width: 90%;
    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: 18px;
    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: 18px;
    color: #fff
}

#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-color: #fff;
    z-index: 9999999
}

#sideMenu [class~=side_title] {
    height: 60px;
    line-height: 60px;
    background-color: #504034;
    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: 600px
}

#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 #eee;
    text-align: left;
    background-color: #fff;
    color: #333;
    text-indent: 10px;
    cursor: pointer
}

#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-color: #fff
}

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

#gnba {
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

#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: #504034;
    border-radius: 3px
}

#gnba a:hover {
    background: #43352b;
    color: #fff
}

[class~=jbmFixed] {
    position: fixed !important;
    top: 0;
    left: 0;
    background: #504034
}

#header_wrap {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 15 !important
}

#header_wrap:hover #header {
    transition: 0.6s all ease
}

#header_wrap:hover #lnb {
    background: #9e8672;
    transition: 0.6s all ease
}

#header_wrap:hover #lnb [class~=lnb_wrap] {
    background: rgba(0,0,0,0.7);
    transition: 0.6s all ease
}

#header_wrap:hover #lnb [class~=lnb_wrap] > ul > li > a {
    color: #fff
}

#header[class~=header_on] {
    height: 470px !important;
    overflow: hidden
}

#header {
    width: 100%;
    z-index: 500 !important;
    background: rgba(0,0,0,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
}

#header [class~=wrap_box1] {
    position: relative;
    width: 100%;
    padding: 25px 0;
    max-width: 1600px;
    margin: 0 auto
}

#header_logo {
    display: block
}

#header_logo h1[class~=logo_a] {
    display: inline-block
}

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

#header_logo h2 {
    display: inline-block;
    position: relative;
    height: 30px;
    vertical-align: bottom;
    margin-left: 10px;
    padding-right: 15px;
    font-size: 1.3em;
    font-weight: 700;
    white-space: nowrap;
    color: transparent;
    width: 410px
}

#header_logo h2:before {
    content: "í™ˆíŽ˜ì´ì§€ì œìž‘ , ì•±(ì–´í”Œ)ì œìž‘ ì „ë¬¸ ë² ìŠ¤íŠ¸ì—ì´ë””ì”¨ !";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
    overflow: hidden;
    border-right: 1px solid #ccc;
    animation: typing 5s steps(31) infinite
}

#header[class~=header_on] #lnb:hover [class~=lnb_wrap] {
    height: 450px
}

#gnbb {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

#gnbb li {
    float: left;
    margin-right: 25px
}

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

#gnbb li a {
    display: block;
    color: #000;
    text-align: center;
    font-size: 1em;
    margin: 0
}

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

#lnb {
    clear: both;
    width: 100%;
    height: 60px;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box
}

#lnb [class~=lnb_wrap] {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    height: 59px
}

#lnb [class~=lnb_wrap] > ul {
    font-size: 0;
    max-width: 1600px;
    margin: 0 auto
}

#lnb [class~=lnb_wrap] > ul > li {
    float: left;
    width: 16.666666%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    border-left: 1px solid rgba(0,0,0,0);
    box-sizing: border-box
}

#lnb [class~=lnb_wrap] > ul > li:first-child {
    border-left: 0 !important
}

#lnb:hover [class~=lnb_wrap] > ul > li {
    border-left: 1px solid rgba(0,0,0,0.1)
}

#lnb [class~=lnb_wrap] > ul > li > a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 1.3em;
    font-weight: 400;
    color: #000;
    height: 59px;
    line-height: 59px
}

#lnb [class~=lnb_wrap] > ul > li > a > span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    display: block;
    width: 0px;
    height: 1px;
    margin: 0 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
}

#lnb [class~=lnb_wrap] > ul > li[class~=current] > a {
    background: #504034
}

#lnb [class~=lnb_wrap] > ul > li[class~=actived] > a {
    background: #504034
}

#lnb [class~=lnb_wrap] > ul > li[class~=current] > a > span {
    display: none;
    background: #fff;
    width: 90%;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease
}

#lnb [class~=lnb_wrap] > ul > li[class~=actived] > a > span {
    display: none;
    background: #fff;
    width: 90%;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease
}

#lnb [class~=lnb_wrap] > ul > li:hover [class~=lnb_sub] {
    background-size: cover
}

#lnb [class~=lnb_wrap] > ul > li:nth-child(1):hover [class~=lnb_sub] {
    background: url('../image/sub_menu1.jpg') no-repeat
}

#lnb [class~=lnb_wrap] > ul > li:nth-child(2):hover [class~=lnb_sub] {
    background: url('../image/sub_menu2.jpg') no-repeat
}

#lnb [class~=lnb_wrap] > ul > li:nth-child(3):hover [class~=lnb_sub] {
    background: url('../image/sub_menu3.jpg') no-repeat
}

#lnb [class~=lnb_wrap] > ul > li:nth-child(4):hover [class~=lnb_sub] {
    background: url('../image/sub_menu4.jpg') no-repeat
}

#lnb [class~=lnb_wrap] > ul > li:nth-child(5):hover [class~=lnb_sub] {
    background: url('../image/sub_menu5.jpg') no-repeat
}

#lnb [class~=lnb_wrap] > ul > li:nth-child(6):hover [class~=lnb_sub] {
    background: url('../image/sub_menu6.jpg') no-repeat
}

#lnb [class~=lnb_wrap] > ul > li:hover [class~=lnb_sub] li a {
    color: #fff
}

#lnb [class~=lnb_sub] {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    padding-top: 15px;
    background: none
}

#lnb [class~=lnb_sub] > li {
    position: relative;
    text-align: left;
    padding: 0 20px
}

#lnb [class~=lnb_sub] li a {
    display: block;
    padding: 0;
    margin: 0 0 2px 0;
    height: 30px;
    line-height: 30px;
    color: rgba(255,255,255,0.7);
    font-size: 1.05em;
    letter-spacing: -0.5px;
    transition: 0[class~=s] 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 [class~=lnb_sub] li a:hover {
    display: block;
    color: #fff !important;
    background-color: #E83E23;
    padding-left: 15px
}

[class~=header_fixed] {
    clear: both;
    width: 100%;
    height: 60px;
    max-width: 100% !important;
    position: fixed !important;
    left: 0;
    top: -1px !important;
    background: #504034;
    border-bottom: 0px solid rgba(0,0,0,.1);
    z-index: 500 !important;
    transition: all 1.0s ease;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease
}

[class~=header_fixed] [class~=wrap_box1] {
    display: none
}

[class~=header_fixed] #header[class~=header_on] {
    height: 380px !important;
    border-bottom: 0px solid #eee
}

[class~=header_fixed] #lnb [class~=lnb_wrap] > ul > li > a {
    color: #fff
}

[class~=header_fixed]:hover #lnb [class~=lnb_wrap] > ul > li > a {
    color: #000
}

[class~=header_fixed]:hover #lnb [class~=lnb_wrap] {
    background: rgba(0,0,0,0.8) !important
}

#main_visual {
    width: 100%;
    min-width: 320px;
    padding: 0;
    text-align: center;
    margin: 0px auto;
    margin-top: 155px;
    overflow: hidden
}

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

#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~=swiper-slide-active] div[class~=backgroundimg] {
    opacity: 1;
    -ms-transform: scale(1, 1) rotate(.001deg);
    -webkit-transform: scale(1, 1) rotate(.001deg);
    transform: scale(1, 1) rotate(.001deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

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

#main_visual [class~=sliderkit-text] h1[class~=lviewa] {
    opacity: 0;
    font-size: 3em;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -0.05em;
    text-shadow: 0px 0px 10px rgba(0,0,0,.2);
    padding-bottom: 10px
}

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

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

#main_visual [class~=sliderkit-text] div span {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 15px
}

#main_visual [class~=sliderkit-text] div span h2 {
    line-height: 44px;
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 0.05em
}

#main_visual [class~=swiper-button-prev] {
    left: 20px;
    top: 50%;
    margin-top: -25px;
    display: block;
    background: url("../image/visual_prev_on.png") center left no-repeat;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    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
}

[class~=swiper-container-rtl] [class~=swiper-button-next] {
    left: 20px;
    top: 50%;
    margin-top: -25px;
    display: block;
    background: url("../image/visual_prev_on.png") center left no-repeat;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    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] {
    right: 20px;
    top: 50%;
    margin-top: -25px;
    display: block;
    background: url("../image/visual_next_on.png") center right no-repeat;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    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
}

[class~=swiper-container-rtl] [class~=swiper-button-prev] {
    right: 20px;
    top: 50%;
    margin-top: -25px;
    display: block;
    background: url("../image/visual_next_on.png") center right no-repeat;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    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 {
    opacity: 1
}

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

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

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

#main_visual [class~=swiper-pagination] {
    bottom: 40px
}

#main_visual [class~=swiper-progress-bar] {
    position: relative;
    width: 100%;
    display: block;
    z-index: 1;
    height: 3px
}

#main_visual [class~=swiper-progress-bar] [class~=slide_progress-bar] {
    position: absolute;
    height: 3px;
    background: rgba(0, 0, 0, 0.3);
    width: auto;
    clear: both;
    opacity: 0;
    bottom: 0px;
    left: 0;
    right: 0
}

#main_visual [class~=swiper-progress-bar] [class~=slide_progress-bar]:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 0;
    content: "";
    transition: 0.1s width linear
}

#main_visual [class~=swiper-progress-bar][class~=active] [class~=slide_progress-bar] {
    opacity: 1
}

#main_visual [class~=swiper-progress-bar][class~=animate] [class~=slide_progress-bar]:after {
    transition: width linear;
    transition-delay: unset;
    width: 100%;
    transition-duration: 5s
}

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

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

#pro_area {
    width: 100%;
    max-width: 1600px;
    margin: 0px auto
}

#pro_area [class~=pro_tit] p {
    font-size: 2.8em;
    line-height: 50px;
    color: #333;
    font-weight: 700;
    padding: 0 10px;
    margin: 0px auto
}

#pro_area [class~=pro_tit] span {
    display: block;
    font-size: 1.3em;
    color: #777;
    padding: 0 10px;
    margin: 10px 0 20px 0
}

#pro_tab {
    position: relative;
    width: 100%;
    max-width: 1630px;
    margin: 0px auto
}

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

#pro_tab [class~=tab] {
    width: 98.3%;
    border: 0px solid #ddd;
    margin: 0px auto;
    text-align: right;
    margin-top: -80px
}

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

#pro_tab [class~=tab] li {
    display: inline-block;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
    padding: 0 25px;
    margin-right: 10px
}

#pro_tab [class~=tab] li a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    color: #333;
    font-size: 1.1em
}

#pro_tab [class~=tab] li:last-child {
    margin-right: 0
}

#pro_tab [class~=tab] li[class~=all] {
    width: 25%;
    border-bottom: 2px solid #000
}

#pro_tab [class~=tab] li[class~=on] {
    border-bottom: 2px solid #000
}

#pro_tab [class~=tab] li[class~=on] a {
    font-weight: 700
}

#pro_tab li {
    position: relative
}

#pro_tab li span[class~=date] {
    position: absolute;
    right: 0;
    text-align: right;
    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;
    padding: 0px
}

#pro_tab [class~=pro_list] {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 50px
}

#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-bottom: 0px;
    padding: 0
}

#pro_tab [class~=pro_list] > ul > li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
    border: 1px solid #eee;
    box-sizing: border-box;
    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
}

#pro_tab [class~=pro_list] > ul > li:hover {
    box-shadow: 0 0 12px rgba(33,33,33,.2)
}

#pro_tab [class~=pro_list] > ul > li > a {
    display: block
}

#pro_tab [class~=pro_list] > ul > li > a > div > img {
    width: 100%;
    border: 0px solid #EEE;
    box-sizing: border-box;
    cursor: pointer;
    border: 0px solid blue
}

#pro_tab [class~=pro_list] > ul > li > a > div[class~=txt_box] {
    padding: 20px 20px 20px 20px
}

#pro_tab [class~=pro_list] > ul > li > a > div[class~=txt_box] p {
    display: block;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
    word-break: keep-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#pro_tab [class~=pro_list] > ul > li > a > div[class~=txt_box] p > span[class~=new_icon] {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    width: 60px;
    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 > div[class~=txt_box] p > span[class~=hot_icon] {
    display: inline-block;
    line-height: 1em;
    color: #C53629;
    background: none;
    padding: 1px 5px 1px 3px;
    font-size: 0.6em !important
}

#pro_tab [class~=pro_list] > ul > li > a > div[class~=txt_box] div[class~=txts] {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #777;
    border: 0px solid red;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden
}

#pro_tab [class~=pro_list] > ul > li > a > div[class~=txt_box] span[class~=spec] {
    min-height: 45px
}

#pro_wrap [class~=btn_more] {
    margin: 0 auto;
    margin-top: 30px;
    width: 250px;
    font-size: 1.3em;
    height: 50px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    background-color: #504034;
    display: block;
    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
}

#pro_wrap [class~=btn_more]:hover {
    background-color: #E83E23;
    color: #fff
}

#business_wrap {
    width: 100%;
    margin-top: 130px
}

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

#business_wrap [class~=inner] {
    width: 100%;
    min-width: 320px;
    max-width: 1600px;
    margin: 0 auto
}

#business_wrap [class~=business_area] {
    width: 100%
}

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

#business_wrap [class~=business_area] ul {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0
}

#business_wrap [class~=business_area] ul li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    width: 49%;
    margin-right: 2%;
    text-align: center
}

#business_wrap [class~=business_area] ul li:last-child {
    margin-right: 0
}

#business_wrap [class~=business_area] ul li a {
    display: block
}

#business_wrap [class~=business_area] ul li [class~=con_box] {
    width: 100%;
    position: relative;
    overflow: hidden
}

#business_wrap [class~=business_area] ul li [class~=con_box] > img {
    width: 100%;
    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
}

#business_wrap [class~=business_area] ul li:hover [class~=con_box] > img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.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
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    transition: all .3s
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] [class~=tb] {
    display: table;
    width: 100%;
    height: 50%;
    padding: 0 25px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
    top: 0;
    left: 0;
    position: absolute;
    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
}

#business_wrap [class~=business_area] ul li:nth-child(2) [class~=con_box] [class~=hover_txt] [class~=tb] {
    top: auto;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0))
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
    text-align: center
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] em {
    display: block;
    color: #fff;
    letter-spacing: 0.5em
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] strong {
    display: block;
    font-size: 2.5em;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.05em;
    margin: 20px 0 25px 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
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] strong span {
    font-weight: 700
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.15em;
    transition: all .3s
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] p span {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    line-height: 1.4em;
    margin-right: 10px
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] p span:last-child {
    margin-right: 0
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] span[class~=btn_go] {
    display: inline-block;
    margin-top: 20px;
    font-size: 1em;
    color: #fff
}

#business_wrap [class~=business_area] ul li [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] span[class~=btn_go] img {
    width: 48px;
    height: 12px;
    transition: all .3s;
    margin-left: 10px
}

#business_wrap [class~=business_area] ul li:hover [class~=con_box] [class~=hover_txt] [class~=tb] {
    height: 100%;
    background-color: rgba(0,0,0,0.7)
}

#business_wrap [class~=business_area] ul li:hover [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] span[class~=btn_go] img {
    margin-left: 15px;
    transition: all .3s
}

#business_wrap [class~=business_area] ul li:hover [class~=con_box] [class~=hover_txt] [class~=tb] {
    background-color: rgba(0,0,0,0.6)
}

#business_wrap [class~=business_area] ul li:hover [class~=con_box] [class~=hover_txt] [class~=tb] [class~=tb_cell] strong {
    color: #E83E23
}

#rolling_box {
    width: 100%;
    margin-top: 130px
}

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

#rolling_box [class~=inner] {
    width: 100%;
    min-width: 320px;
    max-width: 1600px;
    margin: 0 auto
}

#rolling_box [class~=con_title] {
    text-align: center
}

#rolling_box [class~=con_title] h3 {
    display: block;
    font-size: 2.85em;
    font-weight: 700;
    color: #000;
    line-height: 1.4em
}

#rolling_box [class~=con_title] p {
    display: block;
    font-size: 1.25em;
    color: #555;
    margin-top: 15px;
    margin-bottom: 40px
}

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

#rolling_box [class~=swiper-container2] [class~=swiper-slide] {
    position: relative;
    width: 380px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #f8f8f8;
    box-shadow: 0 25px 30px -30px rgb(0 0 0 / 15%)
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] img {
    width: 380px;
    border-radius: 0
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] {
    width: 100%;
    padding: 25px 20px;
    text-align: left
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] [class~=txt_info] {
    display: block;
    width: 100%;
    text-align: left
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] [class~=txt_info] span {
    position: relative;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    color: #555;
    margin: 0;
    padding: 0 8px
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] [class~=txt_info] span:first-child {
    padding-left: 0
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] [class~=txt_info] span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    font-size: 0;
    background-color: #ddd
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] [class~=txt_info] span:first-child:before {
    display: none
}

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

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] [class~=tit] span[class~=new_icon] {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    width: 60px;
    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
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=txtBox] [class~=txt] {
    display: block;
    max-height: 63px;
    min-height: 50px;
    overflow: hidden;
    font-size: 1em;
    color: #555;
    line-height: 1.5em
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=link_box] {
    width: 100%;
    border-top: 1px solid #eee;
    text-align: center
}

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

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=link_box] ul {
    width: 100%;
    margin: 0;
    padding: 0
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=link_box] ul li {
    position: relative;
    float: left;
    width: 50%
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=link_box] ul li a {
    width: 100%;
    display: block;
    padding: 15px 0;
    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
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=link_box] ul li a:hover {
    color: #fff;
    background: #333
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=link_box] ul li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #dfdfdf;
    margin: 0;
    v}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=link_box] ul li: first-child:after {
    display:none
}

#rolling_box [class~=swiper-container2] [class~=swiper-slide] [class~=link_box] ul li:hover:after {
    display: none
}

#rolling_box [class~=swiper-btn-wrap2] {
    position: relative;
    top: 0;
    width: 100%
}

#rolling_box [class~=swiper-btn-wrap2] [class~=swiper-scrollbar-wrap2] {
    position: absolute;
    top: -300px;
    width: 100%;
    height: 40px;
    text-align: center;
    z-index: 0;
    background: none
}

#rolling_box [class~=swiper-btn-wrap2] [class~=swiper-scrollbar-wrap2] [class~=swiper-button-prev2] {
    opacity: 1;
    background: url("../image/list_prev_on.png");
    left: -70px;
    cursor: pointer
}

#rolling_box [class~=swiper-btn-wrap2] [class~=swiper-scrollbar-wrap2] [class~=swiper-button-next2] {
    opacity: 1;
    background: url("../image/list_next_on.png");
    right: -70px;
    cursor: pointer
}

#rolling_box [class~=swiper-btn-wrap2] [class~=swiper-scrollbar-wrap2] [class~=swiper-button-next2] {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 44px;
    height: 44px
}

[class~=swiper-button-prev2] {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 44px;
    height: 44px
}

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

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

#rolling_box [class~=swiper-pagination2] {
    text-align: center;
    margin-top: 50px;
    display: none
}

#rolling_box [class~=swiper-pagination-bullet] {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #c0c0c0
}

#rolling_box [class~=swiper-pagination-bullet-active] {
    background: #E83E23
}

#rolling_box [class~=btn_more] {
    margin: 0 auto;
    margin-top: 70px;
    width: 250px;
    font-size: 1.3em;
    height: 50px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    background-color: #504034;
    display: block;
    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
}

#rolling_box [class~=btn_more]:hover {
    background-color: #E83E23;
    color: #fff
}

#global_wrap {
    width: 100%;
    padding: 130px 0;
    max-width: 1980px;
    margin: 130px auto;
    background: url('../image/global_back.jpg') no-repeat 80%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top
}

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

#global_wrap [class~=con_wrap] {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden
}

#global_wrap [class~=con_wrap] [class~=con_title] {
    width: 100%
}

#global_wrap [class~=con_wrap] [class~=con_title] p {
    text-align: center;
    font-size: 2.8em;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    margin: 0px auto
}

#global_wrap [class~=con_wrap] [class~=con_title] span {
    display: block;
    text-align: center;
    font-size: 1.15em;
    color: #fff;
    padding: 0 15px;
    margin: 10px 0 20px 0
}

#global_wrap [class~=con_wrap] [class~=con_area] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

#global_wrap [class~=con_wrap] [class~=con_area]:after {
    content: "";
    display: block;
    clear: both
}

#global_wrap [class~=con_wrap] [class~=con_area] ul {
    width: 100%
}

#global_wrap [class~=con_wrap] [class~=con_area] ul li {
    float: left;
    width: 33.33333%;
    height: 100%;
    padding: 50px 0;
    margin: 0;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.2);
    box-sizing: border-box
}

#global_wrap [class~=con_wrap] [class~=con_area] ul li:first-child {
    border-left: 0
}

#global_wrap [class~=con_wrap] [class~=con_area] ul li p {
    color: #000;
    font-size: 1.5em
}

#global_wrap [class~=con_wrap] [class~=con_area] ul li p [class~=count_animate] {
    color: #fff;
    font-size: 3em;
    font-family: 'Do Hyeon', sans-serif
}

#global_wrap [class~=con_wrap] [class~=con_area] ul li span[class~=tit] {
    display: block;
    color: #fff;
    font-size: 2em;
    margin: 20px 0
}

#global_wrap [class~=con_wrap] [class~=con_area] ul li span[class~=txt] {
    display: block;
    color: rgba(255,255,255,.5);
    font-size: 1.1em
}

#community {
    width: 100%
}

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

#community [class~=inner] {
    width: 100%;
    min-width: 320px;
    max-width: 1600px;
    margin: 0 auto
}

#community [class~=con_title] {
    text-align: center
}

#community [class~=con_title] h3 {
    display: block;
    font-size: 2.85em;
    font-weight: 700;
    color: #000;
    line-height: 1.4em
}

#community [class~=con_title] p {
    display: block;
    font-size: 1.25em;
    color: #555;
    margin-top: 15px;
    margin-bottom: 40px
}

#community_rolling {
    width: 100%;
    margin-top: 50px
}

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

#community_rolling h3[class~=rolling_tit] {
    position: relative;
    font-size: 2.5em;
    letter-spacing: -0.05em;
    font-weight: 100;
    color: #000;
    padding-left: 20px;
    margin-bottom: 30px
}

#community_rolling h3[class~=rolling_tit]:before {
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    content: "";
    width: 4px;
    height: 20px;
    background: #405b79
}

#community_rolling h3[class~=rolling_tit] strong {
    color: #405b79;
    font-weight: 400
}

#community_rolling [class~=swiper-container3] {
    width: 100%;
    max-width: 1600px;
    height: auto;
    overflow: hidden
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] {
    position: relative;
    width: 33%;
    padding: 0;
    margin: 0
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    transition: 0.2s all ease
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] [class~=txtBox] {
    width: 100%;
    height: 300px;
    padding: 35px;
    text-align: left
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] [class~=txtBox]:after {
    -webkit-box-shadow: inset 0 0 0 0px #ddd;
    box-shadow: inset 0 0 0 0px #ddd;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] [class~=txtBox]:hover:after {
    -webkit-box-shadow: inset 0 0 0 8px #ddd;
    box-shadow: inset 0 0 0 8px #ddd
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] [class~=txtBox] [class~=tit1] {
    display: block;
    width: 100%;
    max-height: 50px;
    min-height: 50px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.25em;
    color: #000;
    line-height: 1.4em
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] [class~=txtBox] [class~=tit1] span[class~=new_icon] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 12px;
    font-size: 9px !important;
    color: #fff;
    background: #3071CA;
    text-align: center;
    border-radius: 2px;
    font-weight: normal
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] [class~=txtBox] [class~=txt] {
    display: block;
    max-height: 85px;
    min-height: 85px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1em;
    color: #555;
    line-height: 1.5em;
    margin-top: 20px;
    padding-top: 20px
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] [class~=txtBox] [class~=link] {
    display: block;
    margin-top: 40px
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] [class~=txtBox] [class~=link] em {
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase
}

#community_rolling [class~=swiper-container3] [class~=swiper-slide] [class~=txtBox] [class~=link] [class~=date] {
    float: right;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 0.9em;
    color: rgba(0, 0, 0, .6);
    background-color: rgba(255,255,255, 1)
}

#community_rolling [class~=swiper-btn-wrap3] {
    position: relative;
    top: 0;
    width: 100%
}

#community_rolling [class~=swiper-btn-wrap3] [class~=swiper-scrollbar-wrap3] {
    position: absolute;
    top: -220px;
    width: 100%;
    height: 40px;
    text-align: center;
    z-index: 0;
    background: none
}

#community_rolling [class~=swiper-btn-wrap3] [class~=swiper-scrollbar-wrap3] [class~=swiper-button-prev3] {
    opacity: 1;
    background: url("../image/list_prev_on.png");
    left: -70px;
    cursor: pointer
}

#community_rolling [class~=swiper-btn-wrap3] [class~=swiper-scrollbar-wrap3] [class~=swiper-button-next3] {
    opacity: 1;
    background: url("../image/list_next_on.png");
    right: -70px;
    cursor: pointer
}

#community_rolling [class~=swiper-btn-wrap3] [class~=swiper-scrollbar-wrap3] [class~=swiper-button-next3] {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 44px;
    height: 44px
}

[class~=swiper-button-prev3] {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 44px;
    height: 44px
}

#community_rolling [class~=swiper-btn-wrap3] [class~=swiper-scrollbar-wrap3] [class~=swiper-button-next3][class~=swiper-button-disabled] {
    opacity: 0.5;
    background: url("../image/list_next_off.png")
}

#community_rolling [class~=swiper-btn-wrap3] [class~=swiper-scrollbar-wrap3] [class~=swiper-button-prev3][class~=swiper-button-disabled] {
    opacity: 0.5;
    background: url("../image/list_prev_off.png")
}

#community_rolling [class~=swiper-pagination3] {
    text-align: center;
    margin-top: 50px
}

#community_rolling [class~=swiper-pagination-bullet] {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #c0c0c0
}

#community_rolling [class~=swiper-pagination-bullet-active] {
    background: #E83E23
}

#online_wrap {
    width: 100%;
    margin-top: 130px
}

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

#online_wrap [class~=inner_left] {
    float: left;
    width: 50%;
    height: 650px;
    padding: 70px 50px;
    background: #f8f8f8;
    overflow: hidden;
    transition: 0.5s all ease
}

#online_wrap [class~=real_wrap] {
    float: right;
    width: 100%;
    max-width: 750px
}

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

#online_wrap [class~=real_wrap] [class~=con_title] h3 {
    display: block;
    font-size: 2em;
    font-weight: 700;
    color: #000;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.1em
}

#online_wrap [class~=real_wrap] table[class~=real_tbl] {
    width: 100%;
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0px;
    transition: 0.5s all ease
}

#online_wrap [class~=real_wrap] table[class~=real_tbl] thead th {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 1.15em;
    font-weight: 400;
    padding: 10px 0;
    background: #222
}

#online_wrap [class~=real_wrap] table[class~=real_tbl] thead th:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 14px;
    background-color: rgba(255,255,255,.2)
}

#online_wrap [class~=real_wrap] table[class~=real_tbl] thead th:last-child:after {
    display: none
}

#online_wrap [class~=real_wrap] table[class~=real_tbl] tbody td {
    text-align: center;
    color: #555;
    font-size: 1em;
    line-height: 1.4em;
    padding: 10px 15px;
    word-break: keep-all;
    vertical-align: middle;
    border-bottom: 1px dashed rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1);
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#online_wrap [class~=real_wrap] table[class~=real_tbl] thead th:first-child {
    border-left: none
}

#online_wrap [class~=real_wrap] table[class~=real_tbl] tbody td:first-child {
    border-left: none
}

#online_wrap [class~=real_wrap] table[class~=real_tbl] tbody td:nth-child(3n) {
    text-align: left
}

#online_wrap [class~=real_wrap] table[class~=real_tbl] tbody td span[class~=real_no] {
    padding: 2px 10px 4px 10px;
    font-size: 0.85em;
    line-height: 1.4em;
    color: #fff;
    background: #E83E23;
    border-radius: 20px
}

#online_wrap [class~=real_wrap] table[class~=real_tbl] tbody td span[class~=real_ok] {
    padding: 2px 10px 4px 10px;
    font-size: 0.85em;
    line-height: 1.4em;
    color: #fff;
    background: #777;
    border-radius: 20px
}

#online_wrap [class~=inner_right] {
    float: right;
    width: 50%;
    height: 650px;
    padding: 70px 50px;
    background: #333;
    overflow: hidden;
    transition: 0.5s all ease
}

#online_wrap [class~=online_form] {
    float: left;
    width: 100%;
    max-width: 750px
}

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

#online_wrap [class~=online_form] h3 {
    width: 100%;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.1em
}

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

#online_wrap [class~=online_form] ul li {
    float: left;
    width: 100%;
    font-size: 1em;
    letter-spacing: -0.5px;
    color: #fff;
    margin-bottom: 10px
}

#online_wrap [class~=online_form] ul li:last-child {
    margin-bottom: 0
}

#online_wrap [class~=online_form] ul li div {
    width: 100%
}

#online_wrap [class~=online_form] ul li div[class~=fm-tit] {
    float: left;
    display: table;
    width: 20%;
    height: 35px;
    padding-left: 15px
}

#online_wrap [class~=online_form] ul li div[class~=fm-tit] p {
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

#online_wrap [class~=online_form] ul li div[class~=fm-txt] {
    float: left;
    width: 80%
}

#online_wrap [class~=online_form] ul li div[class~=fm-txt] select {
    width: 100%;
    height: 35px;
    text-indent: 5px;
    color: #a9a9a9;
    background: none;
    border: 0;
    border: 1px solid #444
}

#online_wrap [class~=online_form] ul li div[class~=fm-txt] input {
    width: 100%;
    height: 35px;
    text-indent: 10px;
    background: none;
    border: 0;
    color: #a9a9a9;
    border: 1px solid #444
}

#online_wrap [class~=online_form] ul li div[class~=fm-txt] input[type=date]::-webkit-calendar-picker-indicator {
    margin-right: 5px
}

#online_wrap [class~=online_form] ul li div[class~=fm-txt] input[type=date] {
    text-indent: 5px
}

#online_wrap [class~=online_form] ul li[class~=half] {
    width: 50%
}

#online_wrap [class~=online_form] ul li[class~=half] div[class~=fm-tit] {
    float: left;
    display: table;
    width: 40%;
    height: 35px;
    padding-left: 15px
}

#online_wrap [class~=online_form] ul li[class~=half] div[class~=fm-tit] p {
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

#online_wrap [class~=online_form] ul li[class~=half] div[class~=fm-txt] {
    float: left;
    width: 60%
}

#online_wrap [class~=online_form] ul li span[class~=red] {
    padding-left: 5px;
    color: #ff4545
}

#online_wrap [class~=online_form] ul li input::placeholder {
    color: #a9a9a9;
    opacity: 1
}

#online_wrap [class~=online_form] ul li input:-ms-input-placeholder {
    color: #a9a9a9
}

#online_wrap [class~=online_form] ul li input::-ms-input-placeholder {
    color: #a9a9a9
}

#online_wrap [class~=online_form] ul li [class~=select_chk] {
    color: #a9a9a9
}

#online_wrap [class~=online_form] ul li [class~=select_chk] input {
    display: inline-block
}

#online_wrap [class~=online_form] ul li [class~=select_chk] [class~=chk_box] {
    width: 14px;
    height: 14px;
    margin-right: 5px
}

#online_wrap [class~=online_form] ul li [class~=select_chk] label {
    margin-right: 10px
}

#online_wrap [class~=online_form] ul li [class~=select_chk] input[type=checkbox] {
    background: none;
    border: 1px solid #444
}

#online_wrap [class~=online_form] ul li textarea {
    width: 100%;
    height: 110px;
    font-size: 1em;
    padding: 10px 10px;
    resize: none;
    background: none;
    border: 0;
    box-sizing: border-box;
    border: 1px solid #444;
    color: #a9a9a9
}

#online_wrap [class~=online_form] ul li textarea::placeholder {
    color: #999
}

#online_wrap [class~=online_form] ul li[class~=agree] {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

#online_wrap [class~=online_form] ul li[class~=agree] [class~=btn_check] {
    color: #fff
}

#online_wrap [class~=online_form] ul li[class~=agree] [class~=btn_check] input {
    width: auto
}

#online_wrap [class~=online_form] ul li[class~=agree] [class~=btn_check] a {
    width: 10px;
    color: rgba(255,255,255,.6)
}

#online_wrap [class~=btn_online] {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    display: block;
    padding: 10px 40px;
    font-size: 1.25em;
    text-align: center;
    color: #fff;
    background: #E83E23;
    border: 0;
    transition: 0.3s all ease
}

#online_wrap [class~=btn_online]:hover {
    color: #000;
    background: #fff;
    transition: 0.3s all ease
}

#housewarming {
    width: 100%;
    margin-top: 130px
}

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

#housewarming [class~=inner] {
    width: 100%;
    min-width: 320px;
    max-width: 1600px;
    margin: 0 auto
}

#housewarming [class~=con_title] {
    text-align: center
}

#housewarming [class~=con_title] h3 {
    display: block;
    font-size: 2.85em;
    font-weight: 700;
    color: #000;
    line-height: 1.4em
}

#housewarming [class~=con_title] p {
    display: block;
    font-size: 1.25em;
    color: #555;
    margin-top: 15px;
    margin-bottom: 40px
}

#housewarming_rolling {
    width: 100%;
    margin-top: 50px
}

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

#housewarming_rolling h3[class~=rolling_tit] {
    position: relative;
    font-size: 2.5em;
    letter-spacing: -0.05em;
    font-weight: 100;
    color: #000;
    padding-left: 20px;
    margin-bottom: 30px
}

#housewarming_rolling h3[class~=rolling_tit]:before {
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    content: "";
    width: 4px;
    height: 20px;
    background: #405b79
}

#housewarming_rolling h3[class~=rolling_tit] strong {
    color: #405b79;
    font-weight: 400
}

#housewarming_rolling [class~=swiper-container4] {
    width: 100%;
    max-width: 1600px;
    height: auto;
    overflow: hidden
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] {
    position: relative;
    width: 33%;
    padding: 0;
    margin: 0
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] img {
    width: 100% !important;
    height: auto
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    transition: 0.2s all ease
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] [class~=txtBox] {
    width: 100%;
    height: 240px;
    padding: 35px;
    padding-bottom: 0;
    text-align: left
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] [class~=txtBox]:after {
    -webkit-box-shadow: inset 0 0 0 0px #ddd;
    box-shadow: inset 0 0 0 0px #ddd;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] [class~=txtBox]:hover:after {
    -webkit-box-shadow: inset 0 0 0 8px #ddd;
    box-shadow: inset 0 0 0 8px #ddd
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] [class~=txtBox] [class~=tit1] {
    display: block;
    width: 100%;
    max-height: 50px;
    min-height: 50px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.25em;
    color: #000;
    line-height: 1.4em
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] [class~=txtBox] [class~=tit1] span[class~=new_icon] {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    width: 60px;
    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
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] [class~=txtBox] [class~=txt] {
    display: block;
    max-height: 85px;
    min-height: 85px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1em;
    color: #555;
    line-height: 1.5em
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] [class~=txtBox] [class~=link] {
    display: block;
    margin-top: 10px
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] [class~=txtBox] [class~=link] em {
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase
}

#housewarming_rolling [class~=swiper-container4] [class~=swiper-slide] [class~=txtBox] [class~=link] [class~=date] {
    float: right;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 0.9em;
    color: rgba(0, 0, 0, .6);
    background-color: rgba(255,255,255, 1)
}

#housewarming_rolling [class~=swiper-btn-wrap4] {
    position: relative;
    top: 0;
    width: 100%
}

#housewarming_rolling [class~=swiper-btn-wrap4] [class~=swiper-scrollbar-wrap4] {
    position: absolute;
    top: -320px;
    width: 100%;
    height: 40px;
    text-align: center;
    z-index: 0;
    background: none
}

#housewarming_rolling [class~=swiper-btn-wrap4] [class~=swiper-scrollbar-wrap4] [class~=swiper-button-prev4] {
    opacity: 1;
    background: url("../image/list_prev_on.png");
    left: -70px;
    cursor: pointer
}

#housewarming_rolling [class~=swiper-btn-wrap4] [class~=swiper-scrollbar-wrap4] [class~=swiper-button-next4] {
    opacity: 1;
    background: url("../image/list_next_on.png");
    right: -70px;
    cursor: pointer
}

#housewarming_rolling [class~=swiper-btn-wrap4] [class~=swiper-scrollbar-wrap4] [class~=swiper-button-next4] {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 44px;
    height: 44px
}

[class~=swiper-button-prev4] {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 44px;
    height: 44px
}

#housewarming_rolling [class~=swiper-btn-wrap4] [class~=swiper-scrollbar-wrap4] [class~=swiper-button-next4][class~=swiper-button-disabled] {
    opacity: 0.5;
    background: url("../image/list_next_off.png")
}

#housewarming_rolling [class~=swiper-btn-wrap4] [class~=swiper-scrollbar-wrap4] [class~=swiper-button-prev4][class~=swiper-button-disabled] {
    opacity: 0.5;
    background: url("../image/list_prev_off.png")
}

#housewarming_rolling [class~=swiper-pagination4] {
    text-align: center;
    margin-top: 50px
}

#housewarming_rolling [class~=swiper-pagination-bullet] {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #c0c0c0
}

#housewarming_rolling [class~=swiper-pagination-bullet-active] {
    background: #E83E23
}

#process_wrap {
    width: 100%;
    padding: 130px 0;
    margin-top: 130px;
    background: url('../image/process_back.jpg') no-repeat 80%;
    background-size: cover;
    background-attachment: fixed;
    background-position: right top
}

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

#process_wrap [class~=inner] {
    width: 100%;
    min-width: 320px;
    max-width: 1600px;
    margin: 0 auto
}

#process_wrap [class~=con_title] {
    text-align: center
}

#process_wrap [class~=con_title] h3 {
    display: block;
    font-size: 2.85em;
    font-weight: 700;
    color: #000;
    line-height: 1.4em
}

#process_wrap [class~=con_title] p {
    display: block;
    font-size: 1.25em;
    color: #555;
    margin-top: 15px
}

#process_wrap [class~=process_step] {
    width: 100%;
    margin-top: 50px;
    border-top: 1px dashed #ddd
}

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

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

#process_wrap [class~=process_step] ul li {
    display: table;
    position: relative;
    float: left;
    width: 16.66666%;
    min-height: 200px;
    padding: 20px 20px;
    margin: 0;
    background: #fff;
    border-left: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    box-sizing: border-box;
    transition: 0.5s all ease
}

#process_wrap [class~=process_step] ul li:last-child {
    margin-right: 0;
    border-right: 1px dashed #ddd
}

#process_wrap [class~=process_step] ul li [class~=txts] {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#process_wrap [class~=process_step] ul li [class~=txts] em {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    font-size: 0.9em;
    color: #fff;
    background: #555;
    font-style: normal
}

#process_wrap [class~=process_step] ul li [class~=txts] i {
    display: block;
    font-size: 3em;
    color: #c0c0c0
}

#process_wrap [class~=process_step] ul li [class~=txts] p {
    display: block;
    font-size: 1.25em;
    color: #333;
    line-height: 1.4em;
    letter-spacing: -0.05em;
    margin-top: 15px
}

#copy_bnr {
    width: 100%;
    padding: 30px 0;
    background: #373737;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

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

#copy_bnr [class~=inner] {
    width: 100%;
    min-width: 320px;
    max-width: 1600px;
    margin: 0 auto
}

#copy_bnr [class~=copy_cs] {
    float: left;
    width: 50%
}

#copy_bnr [class~=copy_cs] [class~=cs_tit] {
    display: block;
    font-size: 1.5em;
    color: #fff
}

#copy_bnr [class~=copy_cs] [class~=cs_num] {
    display: block;
    font-size: 2.5em;
    color: #FAE100;
    font-weight: 700;
    line-height: 1.2em
}

#copy_bnr [class~=copy_cs] [class~=cs_txt] {
    display: block;
    margin-top: 10px;
    color: #fff
}

#copy_bnr [class~=copy_cs] a[class~=cs_btn] {
    display: inline-block;
    margin-top: 15px;
    padding: 5px 30px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff
}

#copy_bnr [class~=con_box] {
    float: right;
    width: 50%;
    margin-top: 10px
}

#copy_bnr [class~=con_box] ul {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#copy_bnr [class~=con_box] ul li {
    float: left;
    width: 25%;
    display: inline-block;
    text-align: center
}

#copy_bnr [class~=con_box] ul li:first-child {
    border-left: 0
}

#copy_bnr [class~=con_box] ul li a {
    display: block;
    padding: 0
}

#copy_bnr [class~=con_box] ul li p {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0 auto
}

#copy_bnr [class~=con_box] ul li p i {
    display: block;
    line-height: 50px;
    font-size: 2.5em;
    color: #fff;
    transition: 0.5s all ease
}

#copy_bnr [class~=con_box] ul li [class~=tit] {
    display: block;
    margin-top: 10px;
    font-size: 1.15em;
    color: #fff;
    line-height: 1.4em
}

#copy_bnr [class~=con_box] ul li a:hover p i {
    padding-top: 4px;
    transition: 0.5s all ease
}

#copy_bnr [class~=con_box] ul li[class~=blog] a:hover p i {
    color: #00c73c
}

#copy_bnr [class~=con_box] ul li[class~=youtube] a:hover p i {
    color: #ff0000
}

#copy_bnr [class~=con_box] ul li[class~=facebook] a:hover p i {
    color: #3b5998
}

#copy_bnr [class~=con_box] ul li[class~=instagram] a:hover p i {
    color: #ff10e0
}

#footer {
    clear: both;
    width: 100%;
    min-width: 320px;
    background: #373737
}

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

#footer [class~=copy_menu] {
    width: 100%;
    padding-bottom: 20px
}

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

#footer [class~=copy_menu] h4 {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px
}

#footer [class~=copy_menu] h4 a {
    padding: 0;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
    font-size: 1em;
    font-weight: 500;
    line-height: 1em
}

#footer [class~=copy_menu] h4 a:first-child {
    margin-left: 0
}

#footer [class~=copy_menu] h4 a:hover {
    color: #fff
}

#footer [class~=copy_menu] h4 span {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
    font-size: 1em;
    font-weight: 500
}

#footer [class~=copy_warp] {
    position: relative;
    width: 100%;
    max-width: 1600px;
    padding: 30px 0 50px 0;
    margin: 0 auto
}

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

#footer [class~=copyright] {
    float: left;
    width: 85%;
    text-align: left
}

#footer [class~=copyright] li {
    display: inline-block;
    font-size: 0.9em;
    color: #ccc;
    line-height: 1.5em;
    margin-right: 15px
}

#footer [class~=copyright] [class~=txt-block] {
    display: block
}

#footer [class~=copyright] a {
    color: #ccc
}

#footer [class~=family_site] {
    float: right;
    width: 15%;
    margin-top: -50px;
    text-align: right
}

#footer [class~=family_site] select {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #555;
    color: #ccc;
    font-size: 0.9em;
    background-color: transparent !important
}

#footer [class~=family_site] select option {
    color: #000
}

#backtotop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000
}

[class~=q-menu] {
    position: relative;
    right: 0
}

[class~=nav_btn] {
    width: 60px;
    height: 60px;
    margin-bottom: 5px
}

[class~=nav_btn] a {
    float: right;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    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~=nav_btn] a [class~=nav_txt] {
    position: relative;
    display: block;
    width: 78%;
    overflow: hidden
}

[class~=nav_btn] a [class~=nav_txt] p {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-15%,-50%);
    width: 100%;
    display: block;
    line-height: 1.4em;
    font-size: 1em
}

[class~=nav_btn][class~=bg1] a {
    background-color: #ffeb3b
}

[class~=nav_btn][class~=bg1] a [class~=nav_txt]:before {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 2.4em;
    color: #3B1E1E;
    content: '\ebee';
    font-family: "xeicon"
}

[class~=nav_btn][class~=bg2] a {
    background-color: #504034
}

[class~=nav_btn][class~=bg2] a [class~=nav_txt]:before {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    content: '\f303';
    font-family: "FontAwesome"
}

[class~=nav_btn][class~=bg2] a [class~=nav_txt] p {
    color: #fff
}

[class~=nav_btn][class~=bg3] a {
    background-color: #E83E23
}

[class~=nav_btn][class~=bg3] a [class~=nav_txt]:before {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    content: '\f095';
    font-family: "FontAwesome"
}

[class~=nav_btn][class~=bg3] a [class~=nav_txt] p {
    color: #fff
}

[class~=nav_btn]:hover a {
    width: 200px
}

[class~=nav_btn]:hover a [class~=nav_txt] p {
    opacity: 1;
    transition: 0.5s all ease;
    transition-delay: 0.2s
}

[class~=nav_top] a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: border-box
}

[class~=nav_top] a:before {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.5em;
    color: #000;
    content: '\f062';
    font-family: "FontAwesome"
}

#sub_visual {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 315px;
    text-align: center;
    background: #e8e9eb;
    margin-top: 155px
}

#sub_visual [class~=backgroundimg] {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 100%
}

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

#sub_visual[class~=s_header_view] {
    display: none
}

#s_header_div[class~=s_header_view] {
    display: block;
    height: 1px;
    margin-top: 155px
}

#sub_tit_wrap {
    position: absolute;
    top: 30%;
    width: 100%
}

#sub_tit_wrap [class~=sub_tit_area] {
    display: table;
    width: 100%;
    height: 100%
}

#sub_tit {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-width: 320px;
    border: 0px solid red
}

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

#sub_tit [class~=path] li {
    float: left;
    text-align: center;
    font-size: 0.9em;
    padding: 0 8px 0 12px;
    margin: 0;
    color: #fff;
    background: url('../image/ico_path.png') 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_over.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: #fff;
    font-weight: 500
}

#sub_tit [class~=title] {
    position: relative;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 5px #333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em
}

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

#sub_tit [class~=normal_txt] {
    display: ;
    padding: 0 15px;
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    word-break: keep-all;
    letter-spacing: 0.1em
}

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

#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: 0px auto;
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: none
}

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

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

[class~=sub_location] > div {
    font-size: 0;
    text-align: center
}

[class~=sub_location] > div [class~=cen] {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,.2)
}

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

[class~=sub_location] ul {
    width: 100%;
    max-width: 1600px;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 189px;
    border-left: 1px solid rgba(0,0,0,.2);
    vertical-align: top;
    box-sizing: border-box
}

[class~=sub_location] ul:last-child {
    border-right: 1px solid rgba(0,0,0,.2)
}

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

[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: #fff;
    background: #504034;
    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 rgba(0,0,0,.2);
    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: #000;
    font-weight: 500;
    background: url('../image/icnLocaArr.png') 90% center no-repeat;
    font-size: 1em
}

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

[class~=sub_location] ul[class~=dep2] ul {
    width: 190px;
    color: #fff;
    background: #fff
}

[class~=sub_location] ul[class~=dep2] ul a {
    color: #000
}

[class~=sub_location] ul[class~=dep2] ul a:hover {
    color: #fff;
    background: #504034
}

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

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

[class~=scontents] h3[class~=title] {
    display: block;
    font-size: 2.5em;
    text-align: center;
    padding: 0;
    margin: 0;
    display: none
}

[class~=scontents] [class~=eng] {
    display: block;
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    padding: 0;
    display: none
}

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

[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: 6px 0;
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
    text-align: center
}

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

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

h3[class~=scon_arrow] {
    position: relative;
    font-size: 1.85em;
    color: #000;
    padding: 8px 0px;
    margin: 50px 0 10px 0;
    padding-left: 15px;
    background: #fff;
    border-radius: 0px
}

h3[class~=scon_arrow]:after {
    position: absolute;
    left: 0;
    top: 20px;
    content: "";
    width: 5px;
    height: 20px;
    background: #1faae1
}

h3[class~=scon_arrow] span {
    position: absolute;
    right: 15px;
    font-size: 0.65em;
    color: #777
}

{
}

@keyframes typing {
    0% {
        width: 0%
    }

    50% {
        width: 100%
    }

    100% {
        width: 0%
    }
}




/*
[class~=online_wrap] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

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

[class~=online_wrap] h2[class~=online_title] {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
    line-height: 1em;
    letter-spacing: -0.05em
}

[class~=online_wrap] h2[class~=online_title] p {
    display: inline-block
}

[class~=online_wrap] h2[class~=online_title] span[class~=red] {
    padding-left: 5px;
    color: #e80300
}

[class~=online_wrap] [class~=online_box] {
    width: 100%;
    padding-top: 15px;
    margin-top: 25px;
    border-top: 1px solid #000
}

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

[class~=online_wrap] [class~=online_box] ul {
    width: 100%;
    margin: 0;
    padding: 0
}

[class~=online_wrap] [class~=online_box] ul li {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd
}

[class~=online_wrap] [class~=online_box] ul li:last-child {
    margin-right: 0
}

[class~=online_wrap] [class~=online_box] ul li dl {
    width: 100%;
    font-size: 0;
    vertical-align: top
}

[class~=online_wrap] [class~=online_box] ul li dl dt {
    width: 12%;
    display: inline-block
}

[class~=online_wrap] [class~=online_box] ul li dl dt span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
    color: #272727;
    margin-top: 15px
}

[class~=online_wrap] [class~=online_box] ul li dl dt span[class~=red] {
    padding-left: 5px;
    color: #e80300
}

[class~=online_wrap] [class~=online_box] ul li dl dd {
    width: 88%;
    display: inline-block;
    vertical-align: middle
}

[class~=online_wrap] [class~=online_box] ul li dl dd input[type=text] {
    width: 100%;
    max-width: 460px;
    height: 50px;
    font-size: 1em;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box
}

[class~=online_wrap] [class~=online_box] ul li dl dd input[type=date] {
    width: 100%;
    max-width: 460px;
    height: 50px;
    font-size: 1em;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box
}

[class~=online_wrap] [class~=online_box] ul li dl dd input::placeholder {
    color: #a2a2a2
}

[class~=online_wrap] [class~=online_box] ul li dl dd input[type=checkbox] {
    width: 16px;
    height: 50px
}

[class~=online_wrap] [class~=online_box] ul li dl dd input[type=radio] {
    width: 16px;
    height: 50px
}

[class~=online_wrap] [class~=online_box] ul li dl dd label {
    display: inline-block;
    padding: 0 25px 0 5px;
    cursor: pointer
}

[class~=online_wrap] [class~=online_box] ul li dl dd select {
    width: 100%;
    max-width: 460px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 1em;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] {
    width: 100%
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox]:after {
    content: "";
    display: block;
    clear: both
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] [class~=file_name] {
    float: left;
    width: 30%;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    color: #000;
    padding: 0 20px;
    border: 0;
    background-color: #fff
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] [class~=file_name] input::placeholder {
    color: #a2a2a2
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] label {
    float: left;
    width: 100px;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    background: #666;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    cursor: pointer
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] label span {
    text-align: center;
    font-size: 1em;
    color: #fff
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] input[type=file] {
    position: relative;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    opacity: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=file_mark] {
    display: inline-block;
    color: #272727;
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 20px;
    margin-top: 15px
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=file_mark] span[class~=reference] {
    display: inline-block;
    color: #d36651 !important
}

[class~=online_wrap] [class~=online_box] ul li dl dd textarea {
    width: 100%;
    height: 150px;
    font-size: 1em;
    padding: 15px 20px;
    resize: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background-color: #fff
}

[class~=online_wrap] [class~=online_box] ul li dl dd textarea::placeholder {
    color: #a2a2a2
}

[class~=online_wrap] [class~=online_box] ul li[class~=w50] {
    float: left;
    width: 50%
}

[class~=online_wrap] [class~=online_box] ul li[class~=w50] dl dt {
    width: 24.5%;
    display: inline-block
}

[class~=online_wrap] [class~=online_box] ul li[class~=w50] dl dd {
    width: 75.5%;
    display: inline-block
}

[class~=online_wrap] [class~=agree] {
    width: 100%;
    text-align: center;
    margin: 25px 0 40px 0;
    font-size: 1.25em
}

[class~=online_wrap] [class~=agree] [class~=agree_list] {
    margin-bottom: 15px;
    padding: 25px;
    border: 8px solid #e0e0e0;
    box-sizing: border-box;
    height: 240px;
    overflow: auto
}

[class~=online_wrap] [class~=agree] label {
    display: inline-block;
    vertical-align: middle;
    color: #272727;
    font-size: 0.85em;
    cursor: pointer
}

[class~=online_wrap] [class~=online_bt] {
    width: 100%;
    text-align: center;
    margin-top: 50px
}

[class~=online_wrap] [class~=online_bt] [class~=btn_ok] {
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    background-color: #504034;
    border: 0;
    transition: 0.5s all ease
}

[class~=online_wrap] [class~=online_bt] [class~=btn_ok]:hover {
    color: #fff;
    background-color: #000;
    cursor: pointer;
    transition: 0.5s all ease
}

[class~=online_wrap] [class~=online_bt] a[class~=btn_cancel] {
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    background: #999;
    border-radius: 0px;
    transition: 0.5s all ease
}

[class~=online_wrap] [class~=online_box][class~=clean] ul li dl dt {
    width: 25%
}

[class~=online_wrap] [class~=online_box][class~=clean] ul li dl dd {
    width: 75%
}

*/

td {
    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
}

h1 {
    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
}

h2 {
    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
}

h3 {
    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
}

h4 {
    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
}

h5 {
    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
}

div {
    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
}

p {
    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
}

li {
    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 {
    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
}

ol {
    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
}

dd {
    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
}

dt {
    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
}

section {
    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
}

input {
    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
}

textarea {
    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
}

select {
    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
}

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 {
    margin: 0;
    padding: 0;
    list-style: none
}

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

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

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

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

a {
    text-decoration: none
}

strong {
    font-weight: 500
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


[class~=online_wrap] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

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

[class~=online_wrap] h2[class~=online_title] {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
    line-height: 1em;
    letter-spacing: -0.05em
}

[class~=online_wrap] h2[class~=online_title] p {
    display: inline-block
}

[class~=online_wrap] h2[class~=online_title] span[class~=red] {
    padding-left: 5px;
    color: #e80300
}

[class~=online_wrap] [class~=online_box] {
    width: 100%;
    padding-top: 15px;
    margin-top: 25px;
    border-top: 1px solid #000
}

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

[class~=online_wrap] [class~=online_box] ul {
    width: 100%;
    margin: 0;
    padding: 0
}

[class~=online_wrap] [class~=online_box] ul li {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd
}

[class~=online_wrap] [class~=online_box] ul li:last-child {
    margin-right: 0
}

[class~=online_wrap] [class~=online_box] ul li dl {
    width: 100%;
    font-size: 0;
    vertical-align: top
}

[class~=online_wrap] [class~=online_box] ul li dl dt {
    width: 12%;
    display: inline-block
}

[class~=online_wrap] [class~=online_box] ul li dl dt span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
    color: #272727;
    margin-top: 15px
}

[class~=online_wrap] [class~=online_box] ul li dl dt span[class~=red] {
    padding-left: 5px;
    color: #e80300
}

[class~=online_wrap] [class~=online_box] ul li dl dd {
    width: 88%;
    display: inline-block;
    vertical-align: middle
}

[class~=online_wrap] [class~=online_box] ul li dl dd input[type=text] {
    width: 100%;
    max-width: 460px;
    height: 50px;
    font-size: 1em;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box
}

[class~=online_wrap] [class~=online_box] ul li dl dd input[type=date] {
    width: 100%;
    max-width: 460px;
    height: 50px;
    font-size: 1em;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box
}

[class~=online_wrap] [class~=online_box] ul li dl dd input::placeholder {
    color: #a2a2a2
}

[class~=online_wrap] [class~=online_box] ul li dl dd input[type=checkbox] {
    width: 16px;
    height: 50px
}

[class~=online_wrap] [class~=online_box] ul li dl dd input[type=radio] {
    width: 16px;
    height: 50px
}

[class~=online_wrap] [class~=online_box] ul li dl dd label {
    display: inline-block;
    padding: 0 25px 0 5px;
    cursor: pointer
}

[class~=online_wrap] [class~=online_box] ul li dl dd select {
    width: 100%;
    max-width: 460px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 1em;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] {
    width: 100%
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox]:after {
    content: "";
    display: block;
    clear: both
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] [class~=file_name] {
    float: left;
    width: 30%;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    color: #000;
    padding: 0 20px;
    border: 0;
    background-color: #fff
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] [class~=file_name] input::placeholder {
    color: #a2a2a2
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] label {
    float: left;
    width: 100px;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    background: #666;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    cursor: pointer
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] label span {
    text-align: center;
    font-size: 1em;
    color: #fff
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=filebox] input[type=file] {
    position: relative;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    opacity: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=file_mark] {
    display: inline-block;
    color: #272727;
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 20px;
    margin-top: 15px
}

[class~=online_wrap] [class~=online_box] ul li dl dd [class~=file_mark] span[class~=reference] {
    display: inline-block;
    color: #d36651 !important
}

[class~=online_wrap] [class~=online_box] ul li dl dd textarea {
    width: 100%;
    height: 150px;
    font-size: 1em;
    padding: 15px 20px;
    resize: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background-color: #fff
}

[class~=online_wrap] [class~=online_box] ul li dl dd textarea::placeholder {
    color: #a2a2a2
}

[class~=online_wrap] [class~=online_box] ul li[class~=w50] {
    float: left;
    width: 50%
}

[class~=online_wrap] [class~=online_box] ul li[class~=w50] dl dt {
    width: 24.5%;
    display: inline-block
}

[class~=online_wrap] [class~=online_box] ul li[class~=w50] dl dd {
    width: 75.5%;
    display: inline-block
}

[class~=online_wrap] [class~=agree] {
    width: 100%;
    text-align: center;
    margin: 25px 0 40px 0;
    font-size: 1.25em
}

[class~=online_wrap] [class~=agree] [class~=agree_list] {
    margin-bottom: 15px;
    padding: 25px;
    border: 8px solid #e0e0e0;
    box-sizing: border-box;
    height: 240px;
    overflow: auto
}

[class~=online_wrap] [class~=agree] label {
    display: inline-block;
    vertical-align: middle;
    color: #272727;
    font-size: 0.85em;
    cursor: pointer
}

[class~=online_wrap] [class~=online_bt] {
    width: 100%;
    text-align: center;
    margin-top: 50px
}

[class~=online_wrap] [class~=online_bt] [class~=btn_ok] {
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    background-color: #504034;
    border: 0;
    transition: 0.5s all ease
}

[class~=online_wrap] [class~=online_bt] [class~=btn_ok]:hover {
    color: #fff;
    background-color: #000;
    cursor: pointer;
    transition: 0.5s all ease
}

[class~=online_wrap] [class~=online_bt] a[class~=btn_cancel] {
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    background: #999;
    border-radius: 0px;
    transition: 0.5s all ease
}

[class~=online_wrap] [class~=online_box][class~=clean] ul li dl dt {
    width: 25%
}

[class~=online_wrap] [class~=online_box][class~=clean] ul li dl dd {
    width: 75%
}