@charset "utf-8";

@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 200;
    src: url(./NanumBarunGothicUltraLight.eot);
    src: local('Nanum Barun Gothic UltraLight'),
    local('NanumBarunGothicUltraLight'),
    url(./NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
    url(./NanumBarunGothicUltraLight.woff2) format('woff2'),
    url(./NanumBarunGothicUltraLight.woff) format('woff'),
    url(./NanumBarunGothicUltraLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 300;
    src: url(./NanumBarunGothicLight.eot);
    src: local('Nanum Barun Gothic Light'),
    local('NanumBarunGothicLight'),
    url(./NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
    url(./NanumBarunGothicLight.woff2) format('woff2'),
    url(./NanumBarunGothicLight.woff) format('woff'),
    url(./NanumBarunGothicLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(./NanumBarunGothic.eot);
    src: local('Nanum Barun Gothic'),
    local('NanumBarunGothic'),
    url(./NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
    url(./NanumBarunGothic.woff2) format('woff2'),
    url(./NanumBarunGothic.woff) format('woff'),
    url(./NanumBarunGothic.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(./NanumBarunGothicBold.eot);
    src: local('Nanum Barun Gothic Bold'),
    local('NanumBarunGothicBold'),
    url(./NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
    url(./NanumBarunGothicBold.woff2) format('woff2'),
    url(./NanumBarunGothicBold.woff) format('woff'),
    url(./NanumBarunGothicBold.ttf) format('truetype');
}

/* reset */
html,body{width:100%;height:100%}
html{overflow-y:scroll;font-size:10px}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button{margin:0;padding:0}
body,h1,h2,h3,h4,input,button{font-family:Dotum,'돋움',Helvetica,AppleSDGothicNeo,sans-serif; font-family: 'Nanum Barun Gothic'; font-size:12px;color:#383d41}
body{background-color:#fff;text-align:center;*word-break:break-all;-ms-word-break:break-all}
img,fieldset,iframe{border:0 none}
li{list-style:none}
input,select,button{vertical-align:middle}
img{vertical-align:top}
i,em,address{font-style:normal}
label,button{cursor:pointer}
button{margin:0;padding:0}
a{color:#222;text-decoration:none}
a:hover{color:#f60;text-decoration:underline}
button *{position:relative}
button img{left:-3px;*left:auto}
html:first-child select{height:20px;padding-right:6px}
option{padding-right:6px}
hr{display:none}
legend{*width:0}
table{border-collapse:collapse;border-spacing:0}
input::-ms-clear{display:none}

/* html5 */
article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary {
    display:block;
}


/* common */
.show{display:block}
.hide{display:none}
.blind,legend{display:block;overflow:hidden;position:absolute;top:-1000em;left:0}
.ir{display:block;overflow:hidden;position:relative;z-index:-1;height:11px;font-size:11px;white-space:nowrap}
.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}
/*.shadow2{overflow:hidden;position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:url(http://img.naver.net/static/www/img/bg_shadow.png);_background:none;font-size:0;line-height:0;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img.naver.net/static/www/img/bg_shadow.png',sizingMethod='scale';}*/
.flash_fix{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}
#dim{display:none;position:absolute;top:0;left:0;z-index:99;width:100%;height:100%;background:url(http://img.naver.net/static/w9/blank.gif) repeat}
.entry-title{display:none}
iframe{vertical-align:top}

/* header */
.header-wrapper {
    background: #fff;
}
.header {
    height: 97px;
    border-bottom: 3px solid #db6602;
}
.header header {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.header header h1 {
    position: absolute;
    top: 29px;
    left: 23px;
}
.utilmenu {
    position: absolute;
    top: 36px;
    right: 0px;
}
.utilmenu:after {
    display: block;
    content: "";
    clear: both;
}
.utilmenu li {
    float: left;
    height: 25px;
}
.utilmenu li:first-child a {
    display: block;
    width: 44px;
    height: 25px;
    text-align: left;
    border-right: 1px solid #e0e0e0;
}
.utilmenu li:nth-child(2) a {
    display: block;
    width: 44px;
    height: 25px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}
.utilmenu li:last-child a {
    display: block;
    width: 36px;
    height: 25px;
    text-align: right;
    margin-left:6px;
}


/* navbar */
.navbar {
    position: absolute;
    top: 0;
    /* left: 300px; */
    left: 340px;
}
.navbar:after {
    display: block;
    content: "";
    clear: both;
}
.navbar a {
    float: left;
    display: block;
    height: 97px;
    margin-right: 20px;
    padding: 42px 25px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.navbar a:hover {
    text-decoration: none;
}
.navbar a.on {
    text-decoration: none;
    color: #db6602;
    background: url(../images/topmenu_bg.png) repeat-x left bottom;
}
.submenu {
    display: none;
    height: 44px;
    background: #fff;
    border-bottom: 1px solid #9e9d9d;
}
.submenu nav {
    width: 1200px;
    height: 44px;
    margin: 0 auto;
}
.submenu nav ul {
    display: none;
    padding: 14px 0 0 0;
}
.submenu nav ul:after {
    display: block;
    content: "";
    clear: both;
}
.submenu nav li {
    float: left;
}
.submenu nav li a {
    display: inline-block;
    padding: 0 15px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #b3b3b3;
}
.submenu nav li:last-child a {
    border-right: 0;
}
.submenu nav li a:hover,
.submenu nav li a.on {
    font-weight: 700;
    text-decoration: none;
    color: #202020;
}
/* footer */
.footer-wrapper {
    height: 166px;
    background: #666;
    border-top: 1px solid #8a8a8a;
}
.footer > footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 26px 15px;
    color: #ddd;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    text-decoration: none;
}
.footer .infomenu {
    position: absolute;
    top: 26px;
    left: 365px;
    display: block;
}
.footer .copyright {
    padding: 16px 0 0;
    line-height: 1.6em;
}
.footer .copyright span {
    padding-right: 25px;
}
.footer .copyright a {
    text-decoration: underline;
}
.footer .infomenu ul:after {
    display: block;
    content: "";
    clear: both;
}
.footer .infomenu li {
    float: left;
    padding: 0 20px 0 24px;
    background: url(../images/infomenu_bg.png) no-repeat top right;
}
.footer .infomenu li:first-child {
    padding-left: 0;
}
.footer .infomenu li:last-child {
    background-image: none;
}
.footer-groupware {
    position: absolute;
    top: 26px;
    right: 42px;
    display: block;
    width: 90px;
    height: 18px;
    padding: 0 0 0 38px;
    text-align: left;
    color: #fff;
    background: url(../images/ico_gw.png) no-repeat;
}

/* main */
.main-visual-wrapper {
    height: 900px;
    background: #000;
}
.main-visual {
    position: relative;
    width: 1200px;
    height: 900px;
}
.main-slide-prev {
    position: absolute;
    top: 272px;
    left: 0;
    padding: 10px;
}
.main-slide-next {
    position: absolute;
    top: 272px;
    right: 0;
    padding: 10px;
}
.main-weeds-copy {
    position: absolute;
    top: 638px;
    left: 88px;
    padding: 0 0 0 22px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: url(../images/bul_main_weeds.png) no-repeat;
}
.main-sidebar {
    position: absolute;
    top: 668px;
    left: 88px;
}
.main-sidebar:after {
    display: block;
    content: "";
    clear: both;
}
.main-sidebar dl {
    float: left;
    width: 329px;
    height: 203px;
    margin: 0 24px 0 0;
    border: 2px solid #878d99;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main-sidebar dt {
    position: relative;
}
.main-sidebar .main-sidebar-bg {
    display: block;
    width: 325px;
    height: 72px;
    background: #fff;
    opacity: 0.2;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.main-sidebar dt a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 325px;
    height: 72px;
    padding: 23px 15px 23px 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    background: url(../images/btn_shortcut.png) no-repeat 286px 23px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main-sidebar dt a:hover {
    text-decoration: none;
}
.main-sidebar dd {
    padding: 20px;
    color: #afafaf;
    font-size: 14px;
    text-align: justify;
    line-height: 1.7em;
    font-weight: 300;
}
.main-slide-01 {
    width: 1200px;
    height: 900px;
    background: url(../images/main_visual_01.jpg) no-repeat top center;
}
.main-slide-03 {
    width: 1200px;
    height: 900px;
    background: url(../images/main_visual_03.jpg) no-repeat top center;
}
.main-slide-04 {
    width: 1200px;
    height: 900px;
    background: url(../images/main_visual_04.jpg) no-repeat top center;
}
.main-slide-05 {
    width: 1200px;
    height: 900px;
    background: url(../images/main_visual_05.jpg) no-repeat top center;
}

.main-slide-01 h3,
.main-slide-03 h3 {
    padding: 80px 0 0;
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.main-slide-04 h3 {
    padding: 80px 0 0;
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.main-slide-05 h3 {
    padding: 80px 0 0;
    font-size: 60px;
    color: #fff;
    text-align: center;
}

.main-slide-01 h3 strong,
.main-slide-02 h3 strong,
.main-slide-03 h3 strong {
    display: block;
    font-weight: 700;
}
.main-slide-04 h3 strong {
    display: block;
    font-weight: 700;
}
.main-slide-05 h3 strong {
    display: block;
    font-weight: 700;
}

.main-slide-01 h3 span,
.main-slide-02 h3 span,
.main-slide-03 h3 span {
    display: block;
    font-weight: 300;
}
.main-slide-04 h3 span {
    display: block;
    font-weight: 300;
    font-size:24px;
    padding-top:10px;
}
.main-slide-05 h3 span {
    display: block;
    font-weight: 300;
    font-size:24px;
    padding-top:10px;
}

.main-slide-01 p,
.main-slide-03 p {
    padding: 235px 0 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6em;
    color: #fff;
}
.main-slide-04 p {
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: 300;
    color: #8a8a8a;
}
.main-slide-05 p {
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: 300;
    color: #8a8a8a;
}

.online_go_btn {
    text-align:center;
    padding-top:240px;
}


.online_go_btn ul li {
    display: inline-block;
    width:307px;
}
.main-slide-02 {
    width: 1200px;
    height: 900px;
}
.main-slide-02 h3 {
    padding: 80px 0 0;
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.main-slide-02 p {
    padding-top: 10px;
    text-align: center;
}
.main-slide-02,
.main-slide-03 {
    display: none;
}

.blackbox-wrapper {
    height: 756px;
    background: url(../images/bg_blackbox.jpg) no-repeat #bd6319;
    background-origin: content-box;
    /* background-clip: 100% 100%;*/
}
.trace-wrapper {
    height: 900px;
    background: url(../images/bg_trace.jpg) no-repeat #072660;
    background-origin: content-box;
    /* background-clip: 100% 100%;*/
}
.widas-wrapper {
    height: 768px;
    background: url(../images/bg_widas.jpg) repeat-x #dcdcdc;
}

.news{
    width:1200px;
    min-height:500px;
    margin: 0 auto;
    margin-top:50px;
}
.news_bg{
    height: 25px;
    font-size: 30px;
    font-weight:bold;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    background: url(../images/news_bg.png) no-repeat 0 0;
}
.partner-wrapper {
    /* height: 515px;*/
    background: #fff;
}



.location-wrapper {
    height: 660px;
    border-top: 1px solid #8a8a8a
}
.main-visual,
.blackbox,
.trace,
.widas,
.partner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.blackbox h2 {
    padding: 112px 0 0;
    font-family: 'Nanum Barun Gothic';
    font-size: 60px;
    color: #000;
    text-align: center;
}
.blackbox p {
    padding: 50px 0 60px;
    font-size: 30px;
    color: #e2d504;
    font-weight: 400;
    text-align: center;
    line-height: 1.3em;
}
.blackbox ul {
    padding: 0 0 60px 174px;
    color: #fff;
    font-size: 18px;
}
.blackbox li {
    padding: 10px 0 10px 15px;
    margin-left:10px;
    text-align: left;
    background: url(../images/bul_blackbox.png) no-repeat 0 15px;
}
.blackbox li .on_btn{padding-left:440px;}


.blackbox .btn-learn-more {
    display: block;
    width: 200px;
    height: 50px;
    float:left;
    padding: 15px 28px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    background: url(../images/btn_more_bg.png) no-repeat;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.blackbox .btn-learn-more {
    display: block;
    width: 200px;
    height: 50px;
    padding: 15px 28px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    background: url(../images/btn_more_bg.png) no-repeat 173px 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.blackbox .btn-learn-more1 {
    display: block;
    width: 220px;
    height: 50px;
    float:left;
    padding: 15px 28px;
    margin-right:5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    background: url(../images/btn_more_bg.png) no-repeat;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.blackbox .btn-learn-more1 {
    display: block;
    width: 220px;
    height: 50px;
    padding: 15px 28px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    background: url(../images/btn_more_bg.png) no-repeat 193px 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    a:link{
        color:#fff;}
}

.blackbox .btn-align{padding-left:190px; margin-top:-35px}
.blackbox .btn-learn-more:hover {
    text-decoration: none;
}
.blackbox .blackbox-package {
    position: absolute;
    top: 368px;
    right: 163px;
}
.trace h2 {
    position: absolute;
    top: 120px;
    left: 40px;
    width: 210px;
    color: #fff;
    font-size: 60px;
    line-height: 1.1em;
    text-align: left;
}
.trace p.copy {
    position: absolute;
    top: 364px;
    left: 40px;
    font-size: 14px;
    text-align: left;
    color: #fff;
    font-weight: 300;
    line-height: 1.6em;
}
.trace ul {
    position: absolute;
    top: 114px;
    left: 408px;
    width: 740px;
}
.trace ul:after {
    display: block;
    content: "";
    clear: both;
}
.trace li {
    float: left;
    width: 190px;
    padding: 0 60px 50px 0;
}
.trace li.right {
    padding-right: 0;
}
.trace li strong {
    display: block;
    margin: 0 auto;
    width: 142px;
    height: 142px;
    padding: 64px 0 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background: url(../images/trace_circle.png) no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.trace li p {
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1px;
}

.trace .btn-learn-more {
    position: absolute;
    top: 518px;
    left: 40px;
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    padding: 15px 28px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 18px;
    background: url(../images/btn_more_bg.png) no-repeat 173px 18px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.widas h2 {
    padding: 110px 0 0;
    font-size: 60px;
    color: #005aff;
}
.widas h3 {
    padding: 10px 0 0;
    font-size: 30px;
    font-weight: 300;
    color: #005aff;
}
.widas p.copy {
    padding: 72px 0 40px;
    font-size: 24px;
    font-weight: 400;
    color: #0e7bff;
}
.widas ul {
    margin-bottom: 60px;

}
.widas ul:after {
    display: block;
    content: "";
    clear: both;
}
.widas li {
    float: left;
    width: 209px;
    height: 209px;
    margin-right: 15px;
}
.widas li:last-child {
    margin-right: 0;
}
.widas .widas-thum-01 {
    background: url(../images/widas_01.jpg) no-repeat;
}
.widas .widas-thum-02 {
    background: url(../images/widas_02.jpg) no-repeat;
}
.widas .widas-thum-03 {
    background: url(../images/widas_03.jpg) no-repeat;
}
.widas .widas-thum-04 {
    background: url(../images/widas_04.jpg) no-repeat;
}
.widas .widas-thum-05 {
    background: url(../images/widas_05.jpg) no-repeat;
}
.widas .widas-num {
    display: block;
    width: 47px;
    margin: 0 auto;
    padding: 38px 0 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #a5abc1;
}
.widas p {
    padding-top: 42px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.7em;
}

.widas .btn-learn-more {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    padding: 15px 28px;
    color: #0e7bff;
    text-align: left;
    text-decoration: none;
    font-size: 18px;
    background: url(../images/btn_more_bg_blue.png) no-repeat 173px 18px;
    border: 1px solid #0e7bff;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.partner h2 {
    padding: 74px 0 0;
    height: 25px;
    font-size: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    background: url(../images/partner_bg.png) no-repeat 0 74px;
}
.partner p {
    padding: 18px 0 10px;
    color: #666;
    font-size: 16px;
    font-weight: 300;
}
.partner .partner-list {
    padding: 0;
}
.map-ie8 {
    width: 100%;
    height: 660px;
    background-image: url(../images/map_ie8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

/* sub layout */
.sub-visual-wrapper {
    background: #292b37;
}
.sub-visual {
    position: relative;
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    background: url(../images/sub_visual_bg.jpg) no-repeat left top;
}

.sub-visual_online {
    position: relative;
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    background: url(../images/online_visual.png) no-repeat left top;
}

.path {
    position: absolute;
    top: 24px;
    left: 29px;
    color: #fff;
    font-size: 14px;
}
.path .home {
    display: inline-block;
    padding: 0 8px 0 24px;
    background: url(../images/ico_home.png) no-repeat top left;
}
.path .page-depth {
    display: inline-block;
    padding: 0 13px 0 10px;
    background: url(../images/ico_path.png) no-repeat left 3px ;
}
.page-title {
    position: absolute;
    top: 62px;
    left: 30px;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}
.product-shortcut {
    position: absolute;
    top: 24px;
    /* right: 34px; */
    right: 0;
}
.product-shortcut:after {
    display: block;
    content: "";
    clear: both;
}
.product-shortcut a {
    float: left;
    display: block;
    width: 119px;
    height: 88px;
    padding: 15px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
    background: url(../images/bg_product_shortcut.png) no-repeat center 69px;
    border-right: 1px solid #7b858e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.product-shortcut a:first-child {
    border-left: 1px solid #7b858e;
}
.product-shortcut a:last-child {
    padding-top: 24px;
}
.product-shortcut a:hover {
    color: #ffba00;
    text-decoration: none;
    background: url(../images/bg_product_shortcut_on.png) no-repeat center 69px;
}
.article-wrapper {
    background: #fff;
}
.article {
    width: 1200px;
    min-height: 800px;
    margin: 0 auto;
    /*padding: 40px 30px 220px;*/
    padding: 40px 30px 0;
    text-align: left;
    font-size: 14px;
    color: #535353;
    line-height: 2.1em;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.article1 {
    width: 1120px;
    min-height: 800px;
    margin: 0 auto;
    /*padding: 40px 30px 220px;*/
    padding: 60px 0 0;
    text-align: left;
    font-size: 14px;
    color: #535353;
    line-height: 2.1em;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sub-copy {
    font-size: 24px;
    color: #535353;
    letter-spacing: -0.5px;
    word-spacing: -2px;
}
.sub-copy em {
    font-size: 40px;
    color: #083f6a;
}
.sub-paragraph {
    padding: 40px 0;
}
.sub-paragraph mark {
    color: #db6602;
    font-weight: 700;
    background: #fff;
}


/* */
.weeds-info-wrapper .sub-copy {
    padding-bottom: 45px;
}
.weeds-info-wrapper .sub-copy em {
    display: block;
    padding-top: 10px;
}
.weeds-info-wrapper figure {
    float: left;
    display: block;
    margin: 0;
    padding-right: 60px;
}
.weeds-info-wrapper .sub-paragraph {
    float: right;
    width: 640px;
    padding-top: 0;
}
.weeds-info-wrapper:after {
    display: block;
    content: "";
    clear: both;
}

.blackbox-overview {
    height: 315px;
    padding: 15px 380px 0 0;
    background: url(../images/blackbox_box.jpg) no-repeat bottom right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.blackbox-copy {
    padding: 50px 485px 60px 0;
    background: url(../images/blackbox_copy_img.jpg) no-repeat 758px 64px;
}

.sub_online {
    display: block;
    width: 200px;
    height: 50px;
    float:left;
    margin:-85px 0 0 0px;
    padding: 12px 28px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height:24px;
    background: url(../images/btn_more_bg1.png) no-repeat;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sub_online {
    display: block;
    width: 200px;
    height: 50px;
    padding: 12px 28px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    background: url(../images/btn_more_bg1.png) no-repeat 173px 16px;
    border: 1px solid #db6602;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.blackbox-comment {
    width: 1198px;
    height: 466px;
    margin-left: -30px;
    padding: 28px 0 0;
    font-size: 18px;
    line-height: 2.8em;
    text-align: center;
    letter-spacing: -0.5px;
    word-spacing: 4px;
    color: #fff;
    background: url(../images/blackbox_comment_bg.jpg) no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.product-figure {
    padding: 0 0 53px 0;
}
.product-merit {
    position: relative;
    padding: 55px 0;
    border-top: 1px solid #dcdcdc;
}
.product-merit h4 {
    position: absolute;
    top: 55px;
    left: 40px;
}
.product-merit ul {
    margin: 0 0 0 292px;
    padding: 0 0 0 27px;
    border-left: 1px solid #dcdcdc;
}
.product-merit ul li {
    position: relative;
    padding: 2px 0 2px 23px;
    color: #535353;
    font-size: 14px;
    line-height: 1.7em;
}
/*.product-merit li. merit-list-num {
   position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: url("../images/ico_num.png") no-repeat;
}*/
.product-merit li span {
    display: block;
    padding: 2px 0 2px 10px;
    background: url("../images/bul_highlight.png") no-repeat 0 10px;
}
.product-merit li span mark {
    color: #ec6707;
    background-color: #fff;
}
.product-use {
    position: relative;
    min-height: 304px;
    padding: 55px 0;
    border-top: 1px solid #dcdcdc;
}
.product-use h4 {
    position: absolute;
    top: 55px;
    left: 40px;
}
.product-use ul {
    padding: 0 0 0 292px;
}
.product-use ul:after {
    display: block;
    content: "";
    clear: both;
}
.product-use li {
    float: left;
    width: 205px;
    height: 193px;
    margin-right: 6px;
    padding: 60px 0 0;
    text-align: center;
    color: #535353;
    letter-spacing: -1px;
    font-size: 18px;
    background: #f0f0f0;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.product-use li:last-child {
    margin-right: 0;
}

.product-use.trace-use li {
    width: 163px;
}


.weeds-help-wrapper .sub-copy {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0;
    word-spacing: 3px;
}
.weeds-help-wrapper .sub-copy em {
    font-size: 18px;
    color: #db6602;
}

.weeds-help-wrapper ul {
    padding-top: 40px;
}
.weeds-help-wrapper ul:after {
    display: block;
    content: "";
    clear: both;
}
.weeds-help-wrapper ul li {
    float: left;
    width: 367px;
    height: 233px;
    margin-right: 18px;
    text-align: center;
    box-sizing: border-box;
}
.weeds-help-wrapper ul li.phone {
    background: url("../images/help_phone.jpg") no-repeat;
}
.weeds-help-wrapper ul li.fax {
    background: url("../images/help_fax.jpg") no-repeat;
}
.weeds-help-wrapper ul li.email{
    margin-right: 0;
    background: url("../images/help_email.jpg") no-repeat;
}
.weeds-help-wrapper ul li em {
    display: block;
    padding-top: 45px;
    font-size: 24px;
    text-decoration: underline;
}
.weeds-help-wrapper ul li strong {
    display: block;
    padding-top: 45px;
    font-size: 36px;
    font-weight: 400;
}
.weeds-help-wrapper ul li.email strong {
    letter-spacing: -2px;
}
.weeds-organ-wrapper p {
    /* float: left; */
    width: 1086px;
    /* height: 520px; */
    line-height: 2.0em;
    margin: 0 auto;
}
.weeds-organ-wrapper div {
    /* float: right; */
    /* width: 739px;s
    height: 520px; */
}
.weeds-organ-wrapper:after {
    display: block;
    content: "";
    clear: both;
}
.weeds-organ-wrapper p em {
    font-size: 18px;
    color: #ec6707;
}

/*--------온라인교육 페이지 추가(0602)-----------*/

.weeds-online-wrapper p {
    /* float: left; */
    width: 1086px;
    /* height: 520px; */
    line-height: 2.0em;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    padding:0 0 10px 0;

}

.weeds-online-wrapper .online_t_img {float:left; padding-left:25px;}
.weeds-online-wrapper .online_t_text {
    float:left;
    padding:15px 0 0 25px;
    font-size:14px;
    color:#ccc;
}
.weeds-online-wrapper .online_t1 {
    padding:5px 0 0 0;
    line-height:32px;
    font-size:26px;
    color: #000;
}
.weeds-online-wrapper .online_t2 {
    padding:7px 0 25px 0;
    font-size:18px;
    color: #555;
}

.weeds-online-wrapper .schedule {
    float:left;
    font-size:24px;
    font-weight: normal;
    color:#000;
    padding:30px 0 0 25px;
}

.weeds-online-wrapper .schedule_img {
    padding: 0 0 0 22px;
}

.weeds-online-wrapper .schedule_img01 {
    padding:40px 0 130px 22px;}



/*--------온라인교육 페이지 끝------------*/



/*------------모달 팝업 시작------------------------*/

.film-layout {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1818px;
    background: #000;
    opacity: 0.7;
    z-index: 1;
}
#onlineProduct {

    display: none;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 788px;
    margin: -414px 0 0 -300px;
    border: 1px solid #000;
    background: #fff;
}
#onlineProduct a.close-popup {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 36px;
    height: 36px;
    background: #fff;
}

.modal_title{
    font-size:34px;
    color: #000;
    text-align:left;
    font-weight:800;
    padding:45px 0 9px 40px;
    border-bottom:1px solid #dbdbdb;
}


.modal_title span{
    color:#3d9af1;
}

.on_scroll{overflow:scroll; height:750px; overflow-x: hidden;}
.on_comment {float:left; font-size:14px; padding:20px 38px 0 0;}
.on_comment p {text-align:left; padding:25px 0 0 55px;}
.online_img {clear:both; margin:-20px 0 0 0;}
.on_comment p span {font-size:44px; color:#3d9af1; padding:0 5px 0 0;}
.on_jusuk {font-size:11px; margin:-15px 0 0 0;}

.on_comment_right {
    width:290px;
    height:1350px;
    float:left;
    background: url("../images/online_comment_bg.png") repeat-y;
    font-size:12px;
    padding:20px 0 0 0px;
}

.kakao {padding:45px 0 5px 0;}
.on_comment_right p {font-size:12px; color:#666; padding:15px 0 0 0;}
.on_comment_right span {color:#f37021;}


/*-------------모달 팝업 끝------------------------*/

/*---------------헬프데스크------------------*/
.help_line{padding:40px 0 0 0;}
.help_bg{
    clear:both;
    margin:0 auto;
    width:1040px;
    height:1702px;
    padding:40px 0 0 0px;
    text-align:left;
    background: url("../images/help_bg.png") no-repeat;
}
.help_webex {clear:both;}
.help_bg ul{padding-left:10px;}
.help_t1{font-size:23px; color:#666; padding:10px 0 5px 0;}
.help_t2{clear:both; font-size:64px; font-weight: 700; letter-spacing:-1px; color:#ff8127; margin-top:-10px; padding:20px 15px 50px 0;}
/*.help_txt{display: none;}*/
.help_t3{padding:0 0 20px 0;}
.help_ico ul {
    clear: both;
    margin-left:-13px;
}
.help_ico ul li{
    float:left; font-size:17px; padding:5px 0 28px 0; border:0 solid #000;
    margin: 0 10px 0 10px;
}
.help_ico span{padding:0 0 0 10px; margin-top:12px; color:#444; line-height:40px;}

.weeds-cs-wrapper .sub-copy {
    font-size: 25px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: -1px;
    word-spacing: 3px;
}
/*---------------헬프데스크 끝------------------*/

.product-trace-wrapper .sub-paragraph {
    padding: 13px 550px 40px 0;
    background: url(../images/trace_copy_img.png) no-repeat 736px 5px ;
}
.trace-comment {
    position: relative;
    height: 413px;
    background: url(../images/trace_comment_bg.jpg) no-repeat  ;
}
.trace-comment p {
    position: absolute;
    top: 54px;
    left: 46px;
    width: 620px;
    color: #fff;
    font-size: 18px;
    line-height: 1.8em;
}
.trace-comment p mark {
    color: #86fe36;
    font-weight: 700;
    background-color: transparent;
}
.trace-comment h4 {
    position: absolute;
    top: 55px;
    left: 734px;
    height: 113px;
    padding-left: 13px;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.0em;
    color: #fff;
    letter-spacing: -3px;
    border-left: 4px solid #db6602;
}
.trace-needs {
    height: 210px;
    padding: 50px 0;
    border-bottom: 1px solid #dcdcdc;
}
.trace-needs:after {
    display: block;
    content: "";
    clear: both;
}
.trace-needs p {
    float: left;
    width: 510px;
}
.trace-needs ul {
    float: left;
    width: 625px;
    height: 180px;
    padding: 3px 0 0 60px;
    background: url(../images/trace_needs_bg.png) no-repeat;
    box-sizing: border-box;
}
.trace-needs p mark {
    color: #ec6707;
    background: transparent;
}
.trace-needs ul li {
    padding: 3px 0;
    font-size: 16px;
    color: #2a2828;
    letter-spacing: -1px;
}
.trace-figure {
    padding: 30px 0;
}
.trace-figure li {
    position: relative;
    width: 1140px;
    height: 44px;
    padding-bottom: 8px;
    background: url(../images/trace_figure.png) no-repeat;
}
.trace-figure li strong {
    display: block;
    width: 280px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 44px;
}
.trace-figure li p {
    position: absolute;
    top: 16px;
    left: 304px;
    font-size: 14px;
    line-height: 1.0em;
    color: #7a7a7a;
}

.map-wrapper {
    height: 1000px;
    border: 0px solid #bab9b9;
    box-sizing: border-box;
}
.weeds-map {
    float: left;
    width: 833px;
    height: 515px;
}
.weeds-address {
    float: right;
    width: 303px;
    height: 515px;
    padding: 60px 23px;
    background-color: #fff5e5;
    border-left: 1px solid #bab9b9;
    box-sizing: border-box;
}
.weeds-address h4{
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #db6602;
}
.weeds-address p {
    font-size: 14px;
    color: #535353;
    line-height: 2.0em;
    letter-spacing: -1px;
}
.weeds-address p em{
    display: inline-block;
    width: 47px;
    height: 21px;
    margin-right: 8px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 21px;
    vertical-align: middle;
    border-radius: 3px;
    background: #f1a35f;
}
.weeds-address p.addr-under {
    padding-left: 54px;
}
.traffic-wrapper {
    padding: 40px 0 60px;
}
.traffic-wrapper:after {
    display: block;
    content: "";
    clear: both;
}
.traffic-wrapper h4 {
    display: inline-block;
    padding: 0 0 3px 0;
    font-size: 24px;
    color: #db6602;
    font-weight: 700;
    border-bottom: 2px solid #db6602;
}
.traffic-wrapper .car,
.traffic-wrapper .public {
    float: left;
    width: 50%;
}
.traffic-wrapper ul {
    padding-top: 12px;
}
.traffic-wrapper li {
    padding: 2px 0 2px 20px;
    background: url(../images/bul_traffic.png) no-repeat 4px 12px ;
}
.traffic-wrapper li span.green {
    color: #55ad07;
}
.traffic-wrapper li span.red {
    color: #d70909;
}
.traffic-wrapper li span.blue {
    color: #005df7;
}
.history-copy {
    padding: 53px 0 0 300px;
    height: 267px;
    color: #535353;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.4em;
    background: url(../images/history_bg.jpg) no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.history-copy strong {
    font-weight: 700;
    color: #db6602;
    font-size: 24px;
}
.history-copy mark {
    font-weight: 700;
    color: #006ac3;
    background: transparent;
}
.history-wrapper {
    padding: 60px 0;
}
.history-wrapper h4 {
    padding-bottom: 4px;
    text-align: center;
}
.history-tree {
    background: url(../images/history_tree_bg.png) repeat-y center top;
}
.history-tree:after {
    display: block;
    content: "";
    clear: both;
}
.history-tree .year-left {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 170px 0 0;
    background: url(../images/tree_left.png) no-repeat right 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.history-tree .year-right {
    position: relative;
    float: right;
    width: 50%;
    padding: 0 0 0 170px;
    background: url(../images/tree_right.png) no-repeat left 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.history-tree .year-left h5 {
    position: absolute;
    top: 3px;
    right: 65px;
    padding-right: 30px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: right;
    background: url(../images/bul_history.png) no-repeat right 3px;
}
.history-tree .year-left p {
    text-align: right;
}
.history-tree .year-right h5 {
    position: absolute;
    top: 3px;
    left: 65px;
    padding-left: 30px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: left;
    background: url(../images/bul_history.png) no-repeat left 3px;
}
.history-tree .year-right p {
    text-align: left;
}
.history-tree .y2014 {
    margin-top: 40px;
}
.history-tree .y2013 {
    margin-top: 120px;
}
.history-tree .y2012 {
    margin-top: 40px;
}
.history-tree .y2011 {
    margin-top: 140px;
}
.history-tree .y2010 {
    margin-top: 60px;
}
.history-tree .y2009 {
    margin-top: 160px;
}
.history-tree .y2008 {
    margin-top: 40px;
}
.history-tree .y2007 {
    margin-top: 70px;
}
.history-tree .y2006 {
    margin-top: 40px;
}
.history-tree .y2005 {
    margin-top: 50px;
}
.history-tree .y2004 {
    margin-top: 40px;
}
.history-tree .y2003 {
    margin-top: 50px;
}
.product-widas-wrapper .sub-paragraph {
    padding: 0 0 40px;
    font-size: 16px;
}

div.film-guide {
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity:.7;
    z-index: 1;
}
div.uncontact-wrap {
    position: absolute;
    z-index: 2;
    width: 680px;
    height: 480px;
    background: #fff;
    left: 50%; top: 50%;
    margin: -160px 0 0 -340px;
}
div.uncontact-wrap div.use-guide {
    position: absolute;
    left: 115px;
    top: -285px;
    width: 459px;
    height: 673px;
    z-index: 3;
}
div.uncontact-wrap div.use-guide a.close-guide-popup {
    position: absolute;
    width: 23px;
    height: 23px;
    background: url('../images/btn_pop_close_s.png') 0 0 no-repeat;
    right: 18px; top: 18px;
}
div.uncontact-wrap a.close-popup {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url('../images/btn_pop_close.png') 0 0 no-repeat;
    right: 18px; top: 18px;
}
div.uncontact-wrap div.uncontact-content {
    height: 235px;
    background: #f4f4f4;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 15px;
}

div.uncontact-wrap div.uncontact-content {

}
div.uncontact-wrap div.uncontact-content th {
    text-align: left;
    color: #888;
}
div.uncontact-wrap div.uncontact-content th.required {
    color: #ff6600;
}
div.uncontact-wrap div.uncontact-content td {
    padding: 3px 0;
    text-align: left;
}

div.uncontact-wrap div.btn-wrap {
    padding: 18px 0 0 0;
    text-align: center;
}
div.uncontact-wrap div.btn-wrap a {
    display: inline-block;
    color: #ffffff;
    background: #abc2c6;
    border-radius: 10px;
    width: 158px;
    height: 35px;
    text-align: center;
    margin: 0 3px;
    font-size: 16px;
    padding-top: 15px;
    text-decoration: none;
}
div.uncontact-wrap div.btn-wrap a.submit {
    background: #167e90;
}

.form-control {
    padding: 5px 10px;
    font-size: /*14px 수정*/12px;
    line-height: 1.42857143;
    border: 1px solid #d0d0d0;
    margin: 0;
    background: #fff;
    font-weight: normal;
    color: #666;
}

.w-100-per {
    width: 100%;
}
.products_intro{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 520px;
    z-index: 100;
    margin-top: 50px;
    margin-bottom: 50px;
}
.products_intro2{height:380px  !important;}
.products_intro3{height:410px  !important;}
.products_intro_opacity{
    display: inline-block;
    position:absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 320px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    z-index: 100;
    opacity: 0.7;
}
.intro_opacity2{height: 300px !important;}
.intro_opacity3{height: 345px !important; padding-top: 50px;}
.products_intro .products_intro_title{
    display: inline-block;
    width: 200px;
    height: 100px;
    font-size: 73px;
    font-weight: bold;
    position: absolute;
    top: -17px;
    left: 10px;
    z-index: 10;
    color: #ed6c00;
}
.intro_title2{color: #c82c5b !important;}
.intro_title3{color: #7f9f00 !important;}
.products_intro_txt{
    display: inline-block;
    width: 100%;
}
.products_intro_txt .intro_txt{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #eaeaea;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-left: 10px;
    text-align: left;
}
.products_intro_txt .intro_txt.big_intro_txt{
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 170%;
    border-bottom: 1px dashed #eaeaea;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 10px;
    text-align: left;
}
.products_intro_txt .intro_txt:last-child{
    border-bottom: 0;
}
.products_intro_txt .big_intro_txt{
    height: 75px;
    line-height: unset;
    border-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.products_intro_txt .small_intro_txt{
    font-size: 14px;
}
.products_intro_txt .big_intro_txt strong{color: #7f9f00;}

.products_intro .intro_img{
    display: inline-block;
    width: 500px;
    height: 434px;
    position: absolute;
    right: -28px;
    bottom: 10px;
    z-index: 1000;
}
.intro_img2{bottom: -110px !important;}
.intro_img3{bottom: -60px !important;}
.products_intro .intro_img img{
    width:100%;
}
.request_top h2 {
    float: left;
    font-size: 28px;
    color: #000;
    font-weight: 800;
}
.navi {
    float: right;
    font-size: 14px;
    color: #777;
    font-weight: 700;
    border-bottom: 1px solid #dbdbdb;
    background: url("../img/pc/icon/icon_house.png") 0 0 no-repeat;
    padding: 0 0 10px 26px;
}
.navi span {
    color: #000;
}
.text-orange{color: #ed6c00 !important;}
.request_top{margin-top: 78px;}
.help_txt{
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 40px;
    text-align: center;
    margin: 20px 0;
}
.help_txt span{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #777;
    float: left;
    margin-right: 20px;
    font-family: 'NotoSansKR', sans-serif;
}
/********** media query **********/
@media (max-width: 1024px) {
    /*request*/
    .request_top{margin-top: 78px;padding: 0 5%;}
    .request_top h2 {
        float: left;
        font-size: 2rem;
        color: #000;
        font-weight: 800;
    }
    .navi {
        float: right;
        font-size: 1.1rem;
        color: #777;
        font-weight: 700;
        border-bottom: 1px solid #dbdbdb;
        background: url("../img/pc/icon/icon_house.png") 0 0 no-repeat;
        padding: 0 0 10px 26px;
    }
    .article1{
        width: 100%;
    }
    .help_webex{
        padding-left: 0;
        padding: 0 5%;
    }
    .help_t2{
        display: none;
    }
    .products_intro{
        margin-bottom: 0;
    }
    .intro0{
        height: 350px;
    }
    .products_intro_txt{
        height: 100%;
    }
    .products_intro .intro_img{
        display: none;
    }
    .products_intro_opacity {
        left: -10px;
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .intro_opacity2{
        height: auto !important;
    }
    .products_intro_txt .intro_txt{
        width: calc(100% - 20px);
        height: auto;
        line-height: 150%;
        font-size: 1.2rem;
        padding: 15px 10px 15px 10px;
    }
    .help_txt{
        display: inline-block;
        width: 100%;
        height: auto;
        line-height: 40px;
        text-align: center;
        margin: 20px 0;
    }
    .help_txt span{
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 700;
        color: #777;
        float: left;
        margin-right: 20px;
        font-family: 'NotoSansKR', sans-serif;
    }

}
@media (min-width: 481px) and (max-width: 767px) {
    /*request*/

    .article1{
        width: 100%;
    }
    .help_webex{
        padding-left: 0;
        padding: 0 5%;
    }
    .help_t2{
        display: none;
    }
    .products_intro{
        margin-bottom: 0;
    }
    .intro0{
        height: 320px;
    }
    .products_intro_txt{
        height: 100%;
    }
    .products_intro .intro_img{
        display: none;
    }
    .products_intro_opacity {
        left: -10px;
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .intro_opacity2{
        height: auto !important;
    }
    .products_intro_txt .intro_txt{
        width: calc(100% - 20px);
        height: auto;
        line-height: 150%;
        font-size: 1.3rem;
        padding: 15px 10px 15px 10px;
    }
    .intro_txt.double_txt{
    }
    .help_txt{
        display: inline-block;
        width: 100%;
        height: auto;
        line-height: 40px;
        text-align: center;
        margin: 20px 0;
    }
    .help_txt span{
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 700;
        color: #777;
        float: left;
        margin-right: 20px;
        font-family: 'NotoSansKR', sans-serif;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    /*request*/

    .article1{
        width: 100%;
    }
    .help_webex{
        padding-left: 0;
        padding: 0 5%;
    }
    .help_t2{
        display: none;
    }
    .help_txt{
        display: inline-block;
        width: 100%;
        height: auto;
        line-height: unset;
        text-align: center;
        margin: 20px 0;
    }
    .help_txt span{
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 700;
        color: #777;
        float: left;
        margin-right: 20px;
        font-family: 'NotoSansKR', sans-serif;
    }
    .products_intro{
        margin-bottom: 0;
        position: relative;
    }
    .intro0{
        height: 350px;
    }
    .products_intro_txt{
        height: 100%;
    }
    .products_intro .intro_img{
        position: absolute;
        bottom: -5px;
        right: -25px;
        width: 26rem;
        height: auto;
    }
    .intro_img2{bottom: 45px !important;}
    .products_intro_opacity {
        left: -10px;
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .intro_opacity2{
        height: auto !important;
    }
    .products_intro_txt .intro_txt{
        width: calc(100% - 300px);
        height: auto;
        line-height: 150%;
        font-size: 1.5rem;
        padding: 15px 10px 15px 10px;
    }

}