@charset "utf-8";

.body2{position: relative;}
.m_gnb_btn{display:none;}
#slidenav{display:none;}
sup{font-size:15px;}
.sub_title sup{font-size:24px; color:#fff;}
.frm_input{height: auto; border-radius: 0; box-shadow: none;}
.fa.fa-list{color:#fff; margin-right: 5px;}

.pc_view{display:block;}
.mobile_view{display:none;}
@media screen and (max-width: 1200px){
	.pc_view{display:none;}
	.mobile_view{display:block;}
}

/*쿠키동의*/

//쿠키동의팝업
.fAccDiv {
    font-size: 12px;
    position: relative;
    top: calc(100vh - 175px);
    display: block;
    width: 100%;
    height: 175px;
    padding-top: 24px;
    text-align: center;
    color: #F2F2F2;
    background-color: #161616;
}

@media only screen and (max-width: 549px) {
    .fAccDiv {
        top: calc(100vh - 175px);
        padding-top:10px;
        background-color:#ddd;
    }
    .fAccDivOne, .fAccDivTwo {
	    display: block;
	    margin: 8px auto;
	     width:80%;
	     text-align:center;
	     font-size:11px;
	}
  }

@media only screen and (min-width: 550px) and (max-width: 719px) {
    .fAccDiv {
        top: calc(100vh - 125px);
        height: 125px;
        padding-top: 11px;
    }

}

@media only screen and (min-width: 720px) {
    .fAccDiv {
    	bottom:0;
        padding: 11px 0;
        position:fixed;
        z-index:100;
        color:#fff;
        background-color:#ddd;
        width:100%;
        text-align:center;
        font-size:12px;
    }

	.fAccDivOne, .fAccDivTwo {
	    display: inline-block;
	    margin: 8px;
	     width:60%;
	}
}


.fAccLink {
    font-size: 12px;
    color: #F2F2F2 !important;
}

.fAccButton {
    font-weight: bold;
    width: 100px;
    padding: 5px;
    transition: all 0.1s ease-out;
    color: #161616;
    border: 1px solid #343434;
    outline: none;
    background: none;
}

.fAccButton:hover {
    color: #fff;
    border: 1px solid #50b948;
    background: #50b948;
}
.fAccDiv div{vertical-align:text-top;}

/* header */
header{width:100%; position: absolute; top:0; left: 0; z-index: 10;}
header .header_wrap{width: 1200px; margin: 0 auto; height: 75px; position: relative;}
header .header_wrap .logo_area{position: absolute; bottom: 0px; left: 0;  z-index: 2;}
header .header_wrap .search_area{position: absolute; border-bottom: 20px; right:0; bottom: 10px; cursor: pointer;}

.gnb_area{position: absolute; bottom: 0px; left: 50%; transform: translate(-50%,0);}
.gnb_wrap{font-size:16px; font-weight:bold;}
.gnb_wrap>ul{height:50px;list-style:none; display:flex; width:1200px; justify-content: center;}
.gnb_wrap li a{color:#fff; display:block; font-weight:400; line-height:50px; padding:0px 20px; text-align:center; text-decoration:none;}
.gnb_wrap li:hover>a{color:#50b948; text-decoration:none;}
.gnb_wrap li ul{display:none; height:auto; position:absolute; width:200px; z-index:200;}
.gnb_wrap li:hover ul{display:block;}
.gnb_wrap li li {background: rgb(109,109,109); display:block; float:none; margin:0px; padding:0px; width:200px;}
.gnb_wrap li:hover li a{background:none;}
.gnb_wrap li ul a{display:block; height:50px; font-size:14px; margin:0px; padding:0px 10px 0px 15px; text-align:left;}
.gnb_wrap li ul a:hover, .gnb_wrap li ul li:hover a{background: rgb(71,71,71); border:0px; color:#ffffff; text-decoration:none;}
.gnb_wrap p{clear:left;}
.gnb_wrap>ul>li>ul>li>a{color:#fff; text-decoration: none;}
.gnb_wrap>ul>li>ul>li>a:hover{color:#50b948;}
.sel_nation{border-radius: 2px; position:absolute; right:-20px; top:8px; padding:5px 10px; font-size:16px; background-color: transparent; color:#fff; border-bottom:0px #fff solid;}
.lng_select{width:100%; background:#fafafa; padding:15px 0;}
.sel_nation_m{width:95%; font-size:13px; color:#777; margin:0 auto; display:block; border-radius:3px; padding:10px 10px; box-sizing: border-box; border:1px #dbdde2 solid;}
.icon_global{position:absolute; top:16px; right:40px;}
.icon_global_obj{ color:#fff !important; font-size:18px; font-weight: 300; opacity:.6;}

/* index */
.main_slide{width:100%;}
.main_slide .main_slide_wrap{width:100%;}
.main_slide .main_slide_wrap .slide_con{width:100%; height: 720px; background: red; display:block; position: relative;}
.main_slide .main_slide_wrap .slide_con .slide_info{position: absolute; top:220px; left: 50%; transform: translate(-50%,0); text-align: center; width:1400px;}
.main_slide .main_slide_wrap .slide_con .slide_info .line{width:2px; height: 70px; background: #50b948; margin: 0 auto 40px;}
.main_slide .main_slide_wrap .slide_con .slide_info .tit{font-size: 52px; font-weight: 700; color:#fff; margin-bottom: 40px;}
.main_slide .main_slide_wrap .slide_con .slide_info .more>a{width:180px; color: #fff; padding: 15px 0px; background: #50b948; border-radius: 7px; display: block; margin: 0 auto; transition: all 0.3s;}
.main_slide .main_slide_wrap .slide_con .slide_info .more>a:hover{background: #74e06c;}
.main_slide .main_slide_wrap .slick-dots{position: absolute; bottom: 100px; left: 50%; transform: translate(-50%,0);}
.main_slide .main_slide_wrap .slick-dots>li{display: inline-block; background: #fff; width:10px; height: 10px; border-radius: 50%; margin-right: 12px; transition: all 0.3s;}
.main_slide .main_slide_wrap .slick-dots>li.slick-active{background: #50b948;}
.main_slide .main_slide_wrap .slick-dots>li:hover{background: #50b948;}
.main_slide .main_slide_wrap .slick-dots>li:last-child{margin-right: 0;}
.main_slide .main_slide_wrap .slick-dots>li>button{display: none;}
.main_slide .main_slide_wrap .slide_con.bg01{background: url('../../../img/main_slide_img01.png')center center no-repeat;  background-size:cover;}
.main_slide .main_slide_wrap .slide_con.bg02{background: url('../../../img/main_slide_img02.jpg')center center no-repeat; background-size:cover;}
.main_slide .main_slide_wrap .slide_con.bg03{background: url('../../../img/main_slide_img03.jpg')center center no-repeat; background-size:cover;}

/* footer */
footer .footer_bottom{width:100%; padding: 40px 0px 60px; border-bottom: 1px solid #ddd;}
footer .footer_bottom .footer_wrap{width:1200px; margin: 0 auto;}
footer .footer_bottom .footer_wrap>h1{font-size: 28px; color:#555; font-weight: 300;}
footer .footer_bottom .footer_wrap .footer_info{overflow: hidden;}
footer .footer_bottom .footer_wrap .footer_info .left{float: left;}
footer .footer_bottom .footer_wrap .footer_info .left .footer_logo{padding: 40px 0 50px;}
footer .footer_bottom .footer_wrap .footer_info .left .copy{color:#555;}
footer .footer_bottom .footer_wrap .footer_info .right{float: right;}
footer .footer_bottom .footer_wrap .footer_info .right .footer_nav{text-align: right;}
footer .footer_bottom .footer_wrap .footer_info .right .footer_nav>a{color:#555; margin-bottom: 10px; display: block;}
footer .footer_bottom .footer_wrap .footer_info .right .footer_nav>span{margin: 0 5px; color:#888;}

footer .contact_area{width:100%; height: 450px; background: linear-gradient(to right, #398c77,#2b985c); text-align: center;}
footer .contact_area .contact_wrap{width:100%; height: 100%; background: url('../../../img/contact_point.png')300px center no-repeat;}
footer .contact_area .contact_wrap>h1{font-size: 32px; font-weight: 700; padding-top: 100px; margin-bottom: 20px; color:#fff;}
footer .contact_area .contact_wrap>h2{font-size: 16px; font-weight: 300; margin-bottom: 30px; color:#fff;}
footer .contact_area .contact_wrap .write_area{width: 570px; margin: 0 auto; display: flex; flex-wrap: wrap; flex-direction: row;}
footer .contact_area .contact_wrap .write_area>input{width:420px; padding: 12px 0 12px 20px; display:block; border:0; outline: 0; box-shadow: none; border:none;}
footer .contact_area .contact_wrap .write_area .f_btn{width:100%; text-align: center; background: linear-gradient(to right, #8dc84c,#1daa88); font-size: 20px; color:#fff; padding: 10px 0; border-radius: 10px; font-weight: 500; box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);}
footer .contact_area .contact_wrap .write_area .ask_btn{}
footer .contact_area .contact_wrap .write_area .ask_btn>button{width:150px; background: #50b948; font-size: 16px; font-weight: 300; color:#fff; border: 0; display:block; height: 100%; transition: all 0.3s;}
footer .contact_area .contact_wrap .write_area .ask_btn>button:hover{background: #74e06c;}
footer .contact_area .contact_wrap .mail_info{margin-top: 40px;}
footer .contact_area .contact_wrap .mail_info .mail_box{display:inline-block; margin-right: 50px;}
footer .contact_area .contact_wrap .mail_info .mail_box:last-child{margin-right: 0;}
footer .contact_area .contact_wrap .mail_info .mail_box>ul{overflow: hidden;}
footer .contact_area .contact_wrap .mail_info .mail_box>ul>li{float: left; text-align: left;}
footer .contact_area .contact_wrap .mail_info .mail_box>ul>li:first-child{margin-right: 10px;}
footer .contact_area .contact_wrap .mail_info .mail_box>ul>li>h1{font-size: 18px; color:#fff;}
footer .contact_area .contact_wrap .mail_info .mail_box>ul>li>h2{font-size: 14px; text-decoration: underline; font-weight: 300; color:#fff;}

/* 공통 setting */
.e_container{width:100%;}
.e_container .wrap1200{width:1200px; margin: 0 auto;}
.e_container .wrap1200.mission{padding-bottom:120px;}
.e_container .wrapfull{width:100%;}
.bg_gray{background: #f2f2f2;}
.p120{padding: 120px 0;}
.p100{padding: 100px 0;}
.d_flex{display: flex; flex-wrap: wrap; flex-direction: row;}
.main_section_title{font-size: 54px; font-weight: 200; text-align: center;}

/* sub 공통 */
.sub_top{width:100%; height: 460px; background: #333; background-size:cover !important;}
.sub_top .sub_title{font-size: 62px; color:#fff; font-weight: 700; text-align: center; padding-top: 200px;}
.sub_tab{width:100%; border-bottom: 1px solid #ccc;}
.sub_tab>ul{width:1200px;margin: 0 auto; overflow: hidden;}
.sub_tab>ul>li{width:50%; float: left; text-align: center;}
.sub_tab>ul>li.btn_3{width:33%; float: left; text-align: center;}
.sub_tab.tab_ea3>ul>li{width:33.3333333%;}
.sub_tab>ul>li.quarter{width:25% !important; float: left; text-align: center;}
.sub_tab>ul>li>a{font-size: 20px; color:#333; display:block; width:100%; height: 100%; padding: 15px 0; letter-spacing: -0.03em;}
.sub_tab>ul>li.quarter>a{font-size:18px !important; color:#333; display:block; width:100%; height: 100%; padding: 15px 0;}
.sub_tab>ul>li.on>a{background: #50b948; color:#fff;}
.sub_top.bg01{background: url('../../../img/sub_top_bg01.png')center center no-repeat;}
.sub_top.bg02{background: url('../../../img/sub_top_bg02.jpg')center center no-repeat;}
.sub_top.bg03{background: url('../../../img/sub_top_bg03.jpg')center center no-repeat;}
.sub_top.bg04{background: url('../../../img/sub_top_bg04.jpg')center center no-repeat;}
.sub_top.bg05{background: url('../../../img/sub_top_bg05.png')center center no-repeat;}

/* main */
.main_section01>ul{padding-top: 80px;}
.main_section01>ul>li{width:33.333333%; text-align: center; padding: 0 50px;}
.main_section01>ul>li:first-child{padding-left: 0;}
.main_section01>ul>li:last-child{padding-right: 0;}
.main_section01>ul>li .img{margin-bottom: 20px;}
.main_section01>ul>li .tit{font-size:30px; font-weight: 700; color:#50b847; letter-spacing: -0.05em; line-height: 1em; margin-bottom: 30px;}
.main_section01>ul>li .more>a{display: inline-block; padding: 7px 45px; border-radius: 50px; border: 2px solid #50b847; color:#50b847; transition: all 0.3s; font-weight: 500;}
.main_section01>ul>li .more>a:hover{color:#fff; background: #50b847; font-weight: 700;}

.main_section02{width:100%; height: 670px; position: relative; overflow: hidden;}
.main_section02 .bg_video{position: absolute; top:50%; left: 50%; width:100%; z-index: 1; transform: translate(-50%,-50%); min-width: 1400px;}
.main_section02 .bg_video .bg_video_wrap{position: relative; padding-bottom: 56.25%;}
.main_section02 .bg_video .bg_video_mobile{background-color:red;}
.main_section02 .bg_video .bg_video_wrap>iframe{position: absolute; top:0; left: 0; width:100%; height: 100%;}

.main_section02 .text_info{position: relative; z-index: 2; padding-top: 90px; height: 100%; background: rgba(0, 0, 0, 0.8);}
.main_section02 .text_info>ul>li{text-align: center;}
.main_section02 .text_info>ul>li.line{width:2px; height: 70px; background: #fff; margin: 0 auto; margin-bottom: 50px;}
.main_section02 .text_info>ul>li.tit{color:#fff; margin-bottom: 30px;}
.main_section02 .text_info>ul>li.txt{color:#fff; font-size: 36px; font-weight: 700; width:1100px; margin: 0 auto; color:#50b847;}

.news_section .title{margin-bottom: 50px;}
.news_section>ul>li{width:285px; margin-right: 20px;}
.news_section>ul>li:last-child{margin-right: 0;}
.news_section>ul>li>a{display: block;width:100%; height: 100%;}
.news_section>ul>li .news_img{width:100%; height: 180px; background: #333; margin-bottom: 10px; font-size: 0;}
.news_section>ul>li .data{font-size: 14px; color:#555;}
.news_section>ul>li .tit{font-size: 20px; color:#171717;}

.main_section03 .title{margin-bottom: 50px;}

/* about */
.about_section01 .a_img{margin-bottom: 50px;}
.about_section01 .title{font-size:54px; font-weight: 700; color:#50b847; line-height: 1em; margin-bottom: 50px;}
.about_section01 .text{display:flex; flex-wrap: wrap; flex-direction: row;}
.about_section01 .text>div{width:575px; font-size: 20px;}
.about_section01 .text>div.left{margin-right: 50px;}

.about_section02{text-align: center; position: relative;}
.about_section02>img{position: absolute; width: 50px;}
.about_section02>img.about_point_left{left:0;}
.about_section02>img.about_point_right{right:0;}
.about_section02 .title{font-size: 54px; font-weight: 400; margin-bottom: 50px;}
.about_section02 .sub_title{font-size: 38px; font-weight: 700; color:#50b847; margin-bottom: 50px;}
.about_section02 .txt{font-size: 21px; line-height:1.5; color:#171717; width:80% !important; margin: 0 auto;}
.about_section02 .txt.mission{font-size:30px; color:#50b847;}

.about_section02 .mission_icon_wrap{padding-top: 50px;}
.about_section02 .mission_icon_wrap .icon_con{width:300px;}
.about_section02 .mission_icon_wrap .icon_con .i_img{margin-bottom: 50px;}
.about_section02 .mission_icon_wrap .icon_con .txt{width:100%;}

/* news */
.news_top{padding-bottom: 20px; border-bottom: 2px solid #171717;}
.news_top .title{font-size: 42px; font-weight: 700;}
.news_top .text{font-size: 20px; font-weight: 300;}
.news_top .text>span{color:#50b847; font-weight: 700;}
.news_notice{padding:50px 0 100px 0;}
.news_notice .news_list .news_item{border-bottom: 1px solid #ccc; padding: 30px 0; font-size: 20px; line-height: 40px;}
.news_notice .news_list .news_item .date{width:15%; font-size:16px; color:#999;}
.news_notice .news_list .news_item .tit{width:85%}
.news_notice .news_list .news_item .tit>a{display:block; width:90%; height: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.news_notice .news_list .news_item .sns{width:20%;}
.news_notice .news_list .news_item .sns>a{font-size: 0; width:40px; height: 40px; background: #333; margin-right: 10px;}
.news_notice .news_list .news_item .sns>a.sh{background: url('../../../img/sharing_snsicon_off01.png')center center no-repeat; background-size: 40px;}
.news_notice .news_list .news_item .sns>a.fb{background: url('../../../img/sharing_snsicon_off02.png')center center no-repeat; background-size: 40px;}
.news_notice .news_list .news_item .sns>a.in{background: url('../../../img/sharing_snsicon_off03.png')center center no-repeat; background-size: 40px;}
.news_notice .news_list .news_item .sns>a.tw{background: url('../../../img/sharing_snsicon_off04.png')center center no-repeat; background-size: 40px;}
.news_notice .news_list .news_item .sns>a:hover.sh{background: url('../../../img/sharing_snsicon_on01.png')center center no-repeat; background-size: 40px;}
.news_notice .news_list .news_item .sns>a:hover.fb{background: url('../../../img/sharing_snsicon_on02.png')center center no-repeat; background-size: 40px;}
.news_notice .news_list .news_item .sns>a:hover.in{background: url('../../../img/sharing_snsicon_on03.png')center center no-repeat; background-size: 40px;}
.news_notice .news_list .news_item .sns>a:hover.tw{background: url('../../../img/sharing_snsicon_on04.png')center center no-repeat; background-size: 40px;}
.paging{text-align: center; padding-top: 50px;}
.paging>div{width:40px; height: 40px; border-radius: 50%; border: 2px solid #ccc; text-align: center; line-height: 38px; font-size: 24px; display:inline-block; margin-right: 20px;}
.paging>div:last-child{margin-right: 0;}
.paging>div>a{color: #ccc; display: block; width: 100%; height: 100%;}
.paging>div.num.on{background: #50b847; border: 2px solid #50b847;}
.paging>div.num.on>a{color:#fff;}

/* contact */
.contact_form{margin-bottom: 60px;}
.contact_form .contact_row{border-bottom: 1px solid #ddd; display:flex; flex-wrap: wrap; flex-direction: row;}
.contact_form .contact_row .contact_con{width:600px; display:flex; flex-wrap: wrap; flex-direction: row; padding: 25px 0;}
.contact_form .contact_row .contact_con>label{width:240px; font-size: 22px; font-weight: 300; padding: 6px 0 0 20px; letter-spacing: -0.03em;}
.contact_form .contact_row .contact_con>input{width:330px; padding: 10px 0 10px 20px; transition: all 0.3s; border:1px solid #ccc;}
.contact_form .contact_row .contact_con>select{width:330px; padding: 10px 0 10px 20px; transition: 0.3s; background: url('../../../img/select_btn.png')96% center no-repeat; border: 1px solid #ccc;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.contact_form .contact_row .contact_con.full{width:100%;}
.contact_form .contact_row .contact_con.full>input{width:928px;}
.contact_form .contact_row .contact_con.full>textarea{width:928px; min-height: 240px; max-width: 928px; min-width: 928px; padding: 10px 0 10px 20px; transition: all 0.3s; border: 1px solid #ccc;}
.contact_form .contact_row .contact_con>input:focus{border:1px solid #50b847; padding-left: 15px;}
.contact_form .contact_row .contact_con>textarea:focus{border:1px solid #50b847; padding-left: 15px;}
.contact_form .contact_row .contact_con>select:focus{border:1px solid #50b847; padding-left: 15px;}
.btn_confirm{text-align:center; border}
.btn-embo-cus1{background-color:#50b948; width:300px; height:70px; margin:0 auto; font-size:20px; font-weight:500; text-align:center;}
.btn-embo-cus1:hover{background-color: #3c9a34;}
#captcha #captcha_img{margin-right: 5px;}
#captcha #captcha_info{letter-spacing: -0.05em;}
#captcha #captcha_key{border-radius: 0; width: 150px; margin-right: 5px;}
#captcha #captcha_mp3{border-radius: 0;}
#captcha #captcha_reload{border-radius: 0;}

/* filebox */
.filebox input[type="file"]{position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.filebox label{display: inline-block; padding: 10px 20px 10px 20px; color: #999; font-size: inherit; line-height: normal; vertical-align: middle; background-color: #888; cursor: pointer; color:#fff; border: 1px solid #888;}
.filebox .upload-name{display: inline-block; padding: 10px 0 10px 20px; background-color: #f5f5f5; border: 1px solid #ccc; border-bottom-color: #e2e2e2; -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; width:450px; color:#888; margin-right: 5px;}
.file_info{font-size: 14px; color: #888; padding: 15px 0 0 10px;}

/* event */
.event_con_b{display:none;}
.event_con_b img{width:100% !important;}
.event_notice .title{font-size: 42px; font-weight: 700; text-align: center; margin-bottom: 50px;}
.event_notice .event_head{border-top: 2px solid #171717; border-bottom: 1px solid #ccc; background: #f2f2f2;}
.event_notice .event_head>ul>li{text-align: center; font-size: 24px; padding: 20px 0; color:#171717;}
.event_notice .event_head>ul>li:nth-child(1){width:75%;}
.event_notice .event_head>ul>li:nth-child(2){width:20%;}
.event_notice .event_head>ul>li:nth-child(3){width:5%;}
.event_list .event_con .event_con_t{border-bottom: 1px solid #ccc; padding: 30px 0; font-size: 20px; text-align: center; color:#171717; line-height: 35px; cursor: pointer;}
.event_list .event_con .event_con_t .tit{width:75%; text-align: left; padding-left: 40px;}
.event_list .event_con .event_con_t .pla{width:20%;}
.event_list .event_con .event_con_t .btn{width:5%; transition: all 0.3s;}
.event_list .event_con .event_con_t.on .btn{transform: rotate(-180deg);}
.event_list .event_con .event_con_b{background: #f2f2f2; padding: 40px;}
.event_list .event_con .event_con_b p{font-size: 20px; font-weight: 300; line-height: 28px;}

/* advantages */
.advantages_top{width:100%; height: 600px; text-align: center; padding-top: 120px;}
.advantages_top.markets{height: 720px;}
.advantages_top.bg01{background: url('../../../img/advantages_topbg01.png')center center no-repeat; background-size: cover !important;}
.advantages_top.bg02{background: url('../../../img/advantages_topbg02.png')center center no-repeat; background-size: cover !important;}
.advantages_top.bg03{background: url('../../../img/advantages_topbg03.png')center center no-repeat; background-size: cover !important;}
.advantages_top.bg04{background: url('../../../img/advantages_topbg04.png')center center no-repeat; background-size: cover !important;}
.advantages_top.bg05{background: url('../../../img/advantages_topbg05.png')center center no-repeat; background-size: cover !important;}
.advantages_top.bg06{background: url('../../../img/advantages_topbg06.png')center center no-repeat; background-size: cover !important;}
.advantages_top.markets .pro{width:1000px; margin: 0 auto;}
.advantages_top.markets .pro>ul>li{width:50%; color:#50b847; font-weight: 700; font-size: 32px; line-height: 1; margin-bottom: 5px; text-align: left; padding-left: 60px; cursor:pointer;}
.advantages_top>ul>li{color:#fff;}
.advantages_top.markets .pro>ul>li.short{font-size: 29px; margin-top: 1px;}
.advantages_top .line{width:2px; height: 70px; background: #50b847; margin: 0 auto 40px;}
.advantages_top .tit{font-size: 54px; font-weight: 700; margin-bottom: 40px;}
.advantages_top.markets .tit{margin-bottom: 60px;}
.advantages_top .txt{font-size: 24px; line-height: 32px; font-weight: 200;}
.advantages_top .txt>span{color:#50b847}
.at01_title{font-size:32px; font-weight: 700; margin-bottom: 30px; color:#171717;}
.at01_text{font-size:24px; font-weight: 200;}
.at01_con>div{margin-bottom: 120px;}
.at01_con>div::after{content: ''; display: table; clear: both;}
.at01_con>div>.left{float: left;}
.at01_con>div>.right{float: right;}
.at01_con>div>div.left>img{box-shadow: -40px 40px #f2f2f2;}
.at01_con>div>div.right>img{box-shadow: 40px 40px #f2f2f2;}
.at01_con>div.at_row01>div.right{width:650px; padding: 60px 0 0 80px;}
.at01_con>div.at_row02>div.left{width:820px; padding: 140px 80px 0 0;}
.at01_con>div.at_row03>div.right{width:650px; padding: 80px 0 0 80px;}
.at01_con>div.at_row04>div.left{width:535px; padding: 80px 80px 0 0;}
.at01_con02{background: linear-gradient(to right, #89c34a,#189d7d); text-align: center;}
.at01_con02 .title{font-size: 45px; font-weight: 700; color:#fff; margin-bottom:50px; text-align: center;}
.at01_con02 .txt{font-size:30px; color:#fff; width:80%; margin:0 auto;}
.at01_con02>ul{width:1200px; margin: 0 auto;}
.at01_con02>ul>li{width:400px; padding: 0 40px;}
.at01_con02>ul>li>.img{margin-bottom: 50px;}
.at01_con02>ul>li>.txt{color:#fff; font-size: 20px; font-weight: 300;}
.at01_con03 .title{font-size: 34px; font-weight: 700; color:#333; margin-bottom: 50px; text-align: center;}
.at01_con03 .img_area{text-align: center; margin-bottom: 50px;}
.at01_con03 .img_area>img{width: 700px;}
.at01_con03 .txt_area>ul>li{margin-bottom: 30px;}
.at01_con03 .txt_area>ul>li .tit{font-size: 22px;font-weight: 700;; margin-bottom: 10px;}
.at01_con03 .txt_area>ul>li .tit.co01{color:#06abd7;}
.at01_con03 .txt_area>ul>li .tit.co01>span{background:#06abd7;}
.at01_con03 .txt_area>ul>li .tit.co02{color:#f15a2f;}
.at01_con03 .txt_area>ul>li .tit.co02>span{background:#f15a2f;}
.at01_con03 .txt_area>ul>li .tit.co03{color:#a37a4f;}
.at01_con03 .txt_area>ul>li .tit.co03>span{background:#a37a4f;}
.at01_con03 .txt_area>ul>li .tit.co04{color:#962d65;}
.at01_con03 .txt_area>ul>li .tit.co04>span{background:#962d65;}
.at01_con03 .txt_area>ul>li .tit.co05{color:#4eb548;}
.at01_con03 .txt_area>ul>li .tit.co05>span{background:#4eb548;}
.at01_con03 .txt_area>ul>li .tit>span{width:25px; height: 25px; border-radius: 50%; color:#fff; display: inline-block; text-align: center; line-height: 25px; margin-right: 10px; font-size:16px;}
.at01_con03 .txt_area>ul>li .txt{font-size: 18px; line-height: 30px; padding-left: 35px;}
.at01_con03 .txt_area>ul>li .txt>ul>li{padding-left: 15px; background: url('../../../img/li_point.png')left 8px no-repeat;}
.at01_con04 .title{font-size: 34px; font-weight: 700; color:#333; margin-bottom: 50px; text-align: center;}
.at01_con04 .con_table{width:100%;background: #fff; box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2); margin-bottom: 50px;}
.at01_con04 .con_table>h1{text-align: center; font-size: 20px; color:#fff; padding: 10px 0;}
.at01_con04 .con_table>h1.bg01{background: linear-gradient(to right, #097989,#0ca1b9);}
.at01_con04 .con_table>h1.bg02{background: linear-gradient(to right, #4e7f16,#61a51e);}
.at01_con04 .con_table>h1.bg03{background: linear-gradient(to right, #713358,#954071);}
.at01_con04 .con_table>ul>li{width:25%; padding: 20px 30px; border-right: 1px solid #ddd;}
.at01_con04 .con_table.ea5>ul>li{width: 20%;}
.at01_con04 .con_table.ea3>ul>li{width: 33.3333%;}
.at01_con04 .con_table>ul>li:last-child{border-right: 0;}
.at01_con04 .con_table>ul>li .tit{font-size: 20px; font-weight: 700; margin-bottom: 10px;}
.at01_con04 .con_table>ul>li .txt{font-size: 14px;}
.at01_con05 .title{font-size: 34px; font-weight: 700; color:#333; margin-bottom: 50px; text-align: center;}
.at01_con05 .img_area{margin-bottom: 50px;}
.at01_con05 .txt_area{text-align: center; font-weight: 500; font-size: 20px;}

.at02_con .txt{font-size: 24px; font-weight: 300; margin-bottom: 30px;}
.at02_con>ul{margin-top: 80px;}

.at03_con .at03_row{margin-bottom: 120px;}
.at03_con .at03_row:last-child{margin-bottom: 0px;}
.at03_con .at03_row>ul>li{text-align: center;}
.at03_con .at03_row>ul>li.img{margin-bottom: 50px;}
.at03_con .at03_row>ul>li.tit{font-size:34px; font-weight: 700; color:#50b847; margin-bottom: 30px; line-height: 42px;}
.at03_con .at03_row>ul>li.txt{font-size: 24px; font-weight: 300; width:80%; margin: 0 auto;}

.at04_con01 .txt{font-size: 24px; font-weight: 300; margin-bottom: 50px;}
.at04_con01 .title{font-size: 24px; font-weight: 700; margin-bottom: 20px; width:50%; color:#50b847;}
.at04_con01>ul{margin-bottom: 80px;}
.at04_con01>ul>li{font-size: 18px; margin-bottom: 10px; background: url('../../../img/at04_icon01.png')left 6px no-repeat; background-size: 20px; padding-left: 30px;}
.at04_con01 .img_area{text-align: center;}
.at04_con01 .img_area>img{width:800px;}
.qa_title{font-size: 34px; text-align: center; font-weight: 700; margin-bottom: 80px;}
.at04_con02 .img_area{text-align: center;}
.at04_con02 .img_area>img{width:1100px;}
.at04_con03>ul{background: url('../../../img/at04_icon_list_line.png')left 61px no-repeat;}
.at04_con03>ul>li{width:130px; text-align: center; margin-right: 40px;}
.at04_con03>ul>li .img{height: 130px; background: #fff; border-radius: 50%; border: 1px solid #ddd; padding-top: 35px; margin-bottom: 20px; box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);}
.at04_con03>ul>li .tit{font-weight: 500; font-size: 18px; line-height: 22px; color:#50b847; margin-bottom: 20px;}
.at04_con03>ul>li .txt>li{font-size: 14px; line-height: 18px; margin-bottom: 10px;}

.at05_con01{text-align: center;}
.at05_con01 .title{font-size: 34px; font-weight: 700; color:#333; text-align: center; color: #50b847; width:72%; margin: 0 auto 80px;}
.ps_title{font-size: 34px; font-weight: 700; color:#333; text-align: center; margin-bottom: 40px;}
.at05_con02>table{width:100%;}
.at05_con02>table th{border: 1px solid #ddd; background: #f4f4f4; padding: 10px 0;}
.at05_con02>table th:first-child{border-left: 0;}
.at05_con02>table th:last-child{border-right: 0;}
.at05_con02>table td{border: 1px solid #ddd; text-align: center; padding: 5px 0;}
.at05_con02>table td:first-child{border-left: 0;}
.at05_con02>table td:last-child{border-right: 0;}
.at05_con03>ul>li{width:15%; margin:0 35px auto auto;}
.at05_con03>ul>li:last-child{margin-right: 0px;}
.at05_con03>ul>li .img{border: 1px solid #ccc; margin-bottom: 10px;}
.at05_con03>ul>li .img>img{width:100%;}
.at05_con03>ul>li .txt{text-align: center; font-weight: 500;}
.at05_con04>table{width:100%;}
.at05_con04>table th{border: 1px solid #ddd; background: #f4f4f4; padding: 20px 0;}
.at05_con04>table th:first-child{border-left: 0;}
.at05_con04>table th:last-child{border-right: 0;}
.at05_con04>table td{border: 1px solid #ddd; text-align: center; padding: 30px 0;}
.at05_con04>table td:first-child{border-left: 0;}
.at05_con04>table td:last-child{border-right: 0;}

/* markets */
.markets_pro_box{width:100%; margin-bottom: 80px;}
.markets_pro_box .markets_pro_box_wrap{background: #fff; padding: 80px 80px 100px; text-align: center;}
.markets_pro_box .markets_pro_box_wrap .title{font-size: 44px; color:#50b847; line-height: 1; margin-bottom: 30px;}
.markets_pro_box .markets_pro_box_wrap .title>span{font-size: 28px; color:#50b847}
.markets_pro_box .markets_pro_box_wrap .txt{font-size: 18px; font-weight: 300; color:#333; line-height: 28px;}
.markets_pro_box .markets_pro_box_wrap .img_area{margin: 40px 0;}
.markets_pro_box .markets_pro_box_wrap .list>li:first-child{margin-top: 70px}
.markets_pro_box .markets_pro_box_wrap .list>li{border-top: 1px solid #ccc; padding: 25px 0 40px;}
.markets_pro_box .markets_pro_box_wrap .list>li .list_con>div{text-align: left;}
.markets_pro_box .markets_pro_box_wrap .list>li .list_con .l_tit{width:30%; font-size: 28px; font-weight: 700; line-height: 1; color:#50b847;}
.markets_pro_box .markets_pro_box_wrap .list>li .list_con .l_tit>span{font-size: 18px; color:#50b847; font-weight: 500;}
.markets_pro_box .markets_pro_box_wrap .list>li .list_con .l_txt{width:70%; font-size: 18px; color:#333; font-weight: 300;}
.markets_pro_box .download_btn{width:100%; text-align: right; margin-top: -40px;}
.markets_pro_box .download_btn .btn_wrap{width:270px; background: linear-gradient(to right, #8dc84c,#1daa88); display: inline-block; margin-right: 60px; text-align: left; padding: 18px 20px 18px 30px;}
.markets_pro_box .download_btn .btn_wrap>p{color:#fff; font-weight: 700; font-size: 16px; line-height:20px; background: url('../../../img/markets_icon01.png')right center no-repeat;}


.global_map .title{text-align: center; font-size: 42px; font-weight: 300; color:#171717; margin-bottom: 60px;}
.global_map .map_area{background: url('../../../img/map_bg.png')top center no-repeat; width:1200px; height: 630px; position: relative; margin: 0 auto; background-size: contain;}
.global_map .map_area .co{position: absolute; padding-right: 20px; z-index: 2;}
.global_map .map_area .co>a{display: block; font-size: 20px; color:#171717; padding: 20px 60px 20px 20px;}
.global_map .map_area .co>a.cursorx{cursor:default;}
.global_map .map_area .co.on:hover{box-shadow: 0px 0px 15px 0px #555; background:linear-gradient(to right, #89c34a,#189d7d);}
.global_map .map_area .co.on:hover>a{color:#fff;background: url("../../../img/map_link_icon.png")right center no-repeat;}
.global_map .map_area .map_point{position: absolute; z-index: 1; opacity: 0; transition: 0.3s; top:0; left:0;}
.global_map .map_area .map_point>img{width:100%;}

.global_map .map_area .co.ep{top:70px; left:230px;}
.global_map .map_area .co.as{top:175px; left:375px;}
.global_map .map_area .co.af{top:300px; left:105px;}
.global_map .map_area .co.oc{top:440px; left:515px;}
.global_map .map_area .co.na{top:110px; left:820px;}
.global_map .map_area .co.sa{top:370px; left:930px;}
.global_map .map_area .co.me{top:210px; left:170px;}

.global_con01{height: 430px; width:100%; background: url('../../../img/global_sub_bg01.png')center center no-repeat; text-align: center; padding-top: 120px;}
.global_con01 .title{font-size: 60px; color:#50b847; margin-bottom: 30px;}
.global_con01 .title>img{margin-left: 30px;}
.global_con01 .txt{color:#fff; font-size:24px;}

.loc_full{border-bottom: 1px solid #ccc;}
.loc_full .loc_wrap{width:1200px; margin: 0 auto;}
.loc_full .loc_wrap .title{font-size: 34px; color:#50b847; margin-bottom: 30px;}
.loc_full .loc_wrap>ul>li{width:50%; font-size: 20px;}
.loc_full .loc_wrap>ul>li:nth-child(2){padding-left: 50px;}
.loc_full .loc_wrap>ul>li>div{color:#555;}
.loc_full .loc_wrap>ul>li .tit{font-weight: 700; color:#333;}
.loc_full .loc_wrap>ul>li .add{margin-bottom: 20px;}
.loc_full .loc_wrap>ul>li .info>span{font-weight: 600;}

#bo_v{padding: 60px 20px 0;}

.sns_icon_area{margin-top: 40px;}
.sns_icon_area>ul{display:flex; flex-direction: row; flex-wrap:wrap; justify-content: center;}
.sns_icon_area>ul>li{width:30px; margin-right: 20px;}
.sns_icon_area>ul>li:last-child{margin-right: 0;}
.sns_icon_area>ul>li>a{display:block}
.sns_icon_area>ul>li>a>img{width:100%;}

.footer_sns_icon>ul{display:flex; flex-direction: row; flex-wrap: wrap;}
.footer_sns_icon>ul>li{margin-right: 10px;}
.footer_sns_icon>ul>li:last-child{margin-right: 0px;}
.footer_sns_icon>ul>li>a>img{width:30px;}

@media screen and (max-width: 1200px){
  .img-fluid{width:100% !important;}
	.main_section02 .bg_video .bg_video_wrap>iframe{display:none;}

  header .header_wrap{width:100%;}
  header .header_wrap .logo_area{z-index: 100; left:4%;}
  header .header_wrap .gnb_area{display:none;}
  .m_gnb_btn{display:block; position:absolute; right:4%; bottom: 23px;}

	#slidenav{display: block;}
	#slidenav::-webkit-scrollbar{display: none;}
	.dimmed_m{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#000;z-index:50;opacity:.5;}
	#slidenav{position:fixed;top:0;right:-300px;width:300px;height:100%;background:#fff;text-align:left;z-index:999;overflow:auto;transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease;}
	#slidenav.on{right:0;}
	#slidenav .slide_header{width:100%;clear:both;padding:25px;background: linear-gradient(to left, #8dc84c,#1daa88);}
	#slidenav .slide_header p{width:90%;font-size:15px;color:#fff; letter-spacing:-0.05em;}
	#slidenav .slide_header a{width:100%; border:1px solid #fff;font-size:16px;color:#fff;text-align:center;display:inline-block; margin-top:15px; border-radius: 50px; padding: 5px 0;}
	#slidenav .slide_close{position:absolute;right:6%;top:30px;display:inline-block;}
	#slidenav .slide_close img{width:22px;}
	#slidenav .navList{width:100%;margin:auto;}
	#slidenav .navList .dep00 > li{width:100%;}
	#slidenav .navList .dep00 > li a{width:100%;color:#333;display:inline-block;padding:15px 0 15px 8%;font-size:14px;font-weight:400;border-bottom:1px solid #ddd;position:relative;transition: 0.4s;}
	#slidenav .navList .dep00 > li a span.btn_open{position:absolute;top:50%;right:5%; transform: translate(0,-40%) rotate(-180deg); transition: all 0.3s; background: #333; height: 10px;}
	#slidenav .navList .dep00 > li a span.btn_open img{width:20px; vertical-align: top;}
	#slidenav .navList .dep00 > li .dep01{background:#f3f3f3;}
	#slidenav .navList .dep00 > li .dep01 a{font-size:14px;color:#595959;}
	#slidenav .navList .dep00 > li .dep01.active{display:block;}
	#slidenav .navList .dep00 > li .dep01.panel{max-height:0;overflow:hidden;transition: max-height 0.2s ease-out;}
	#slidenav .navList .dep00 > li a.active{color:#50b847; font-weight: 500;}
	#slidenav .navList .dep00 > li a.active span.btn_open{transform: translate(0,-60%) rotate(0deg); background: #50b847;}

	footer .contact_area{height: 310px;}
  footer .contact_area .contact_wrap>h1{font-size:22px; padding-top: 40px;}
  footer .contact_area .contact_wrap>h2{font-size: 14px;}
  footer .contact_area .contact_wrap{width:94%; margin: 0 auto; background: url('../../../img/contact_point.png')15px center no-repeat; background-size: 300px;}
  footer .contact_area .contact_wrap .write_area{width:94%; margin: 0 auto;}
  footer .contact_area .contact_wrap .mail_info .mail_box{margin-right: 0; margin-bottom: 30px;}
  footer .footer_bottom{padding: 40px 0 30px;}
  footer .footer_bottom .footer_wrap{width:94%; margin: 0 auto;}
  footer .footer_bottom .footer_wrap>h1{font-size: 18px; text-align: center;}
  footer .footer_bottom .footer_wrap .footer_info .left{float: none;}
  footer .footer_bottom .footer_wrap .footer_info .right{float: none; display:none;}
  footer .footer_bottom .footer_wrap .footer_info .left .footer_logo{text-align: center; padding:19px;}
  footer .footer_bottom .footer_wrap .footer_info .left .footer_logo img{width:35%;}
  footer .footer_bottom .footer_wrap .footer_info .left .copy{font-size: 12px; text-align: center;}

  .e_container .wrap1200{width:94%; margin: 0 auto;}
  .main_slide .main_slide_wrap .slide_con .slide_info{width:94%;}
  .p120{padding: 50px 0;}
  .p100{padding: 40px 0;}

  .main_slide{height: 600px;}
  .main_slide .main_slide_wrap .slide_con{height: 600px;}
  .main_slide .main_slide_wrap .slide_con .slide_info{top:130px;}
  .main_slide .main_slide_wrap .slide_con .slide_info .tit{font-size: 24px;}
  .main_slide .main_slide_wrap .slide_con .slide_info .more>a{width:150px; padding: 10px 0;}
  .main_slide .main_slide_wrap .slick-dots{bottom:150px;}
  .main_section_title{font-size:32px;}
  .main_section01>ul{padding-top: 30px;}
  .main_section01>ul>li{padding: 0; width:100%; margin-bottom: 50px;}
  .main_section01>ul>li:last-child{margin-bottom: 0;}
  .main_section01>ul>li .tit{font-size: 20px;}
  .main_section02{height: 520px;}
  .main_section02 .text_info{padding-top: 60px;}
  .main_section02 .text_info>ul>li.txt{width:94%; font-size: 24px;}
  .main_section02 .text_info>ul>li.point>p{font-size: 14px;}
  .main_section02 .bg_video{background:url("../../../img/mobile/main_intro_img.png") center center;}

  .sub_top .sub_title{font-size: 34px; padding-top: 110px;}
  .sub_top{height: 220px;}
  .sub_tab>ul{width:100%;}
  .sub_tab>ul>li>a{font-size: 14px; padding: 12px 0;}
  .sub_selectbox_wrap{background-color:#e9e9e9; padding:17px 0; text-align:center;}
  .sub_selectbox{width:95%; font-size:13pt; border-radius:3pt; margin:0 auto; border:0px #ccc solid; padding:10px 10px 10px 15px;}

	select {
	  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
	   -moz-appearance: none;
	   appearance: none;
	   background:#fff url("../../../img/mobile/iconfinder_icon-arrow-down-b_211614.png")right no-repeat;
	   background-size:36px;
	}

  .about_section01 .a_img{margin-bottom: 30px;}
  .about_section01 .a_img>img{width:100%;}
  .about_section01 .title{font-size: 30px; text-align:center; margin-bottom: 30px;}
  .about_section01 .text>div{width:95%; margin:0 auto; font-size: 14px; text-align:left;}
  .about_section01 .text>div.left{width:95%; margin:0 auto;}
  .about_section02 .title{font-size: 32px; margin-bottom: 30px;}
  .about_section02 .sub_title{width:90%; margin:0 auto 35px auto; font-size: 30px; line-height:1.1em;}
  .about_section02 .txt{width:87%; font-size: 14px; margin: 0 auto;}
  .about_section02>img{width:35px;}
  .about_section02 .mission_icon_wrap{padding-top: 30px;}
  .about_section02 .mission_icon_wrap .icon_con{width:50%; margin-bottom: 50px;}
  .about_section02 .mission_icon_wrap .icon_con img{width:90%;}
  .about_section02 .mission_icon_wrap .icon_con:last-child{margin-bottom: 0px;}
  .about_section02 .mission_icon_wrap .icon_con .i_img{margin-bottom: 20px}
  .about_sta_img>img{width:100%;}
  .about_section02 .mission_icon_wrap .icon_con .txt{width:80%;}

  .advantages_top{height:280px; padding-top: 44px;}
	.advantages_top>ul{width:94%; margin: 0 auto;}
  .advantages_top .line{height: 30px; margin: 0 auto 10px;}
  .advantages_top .tit{font-size: 28px; margin-bottom: 20px;}
  .advantages_top .txt{font-size: 14px; line-height: 20px;}

  .at01_con>div{margin-bottom: 50px;}
  .at01_con>div>.left{float: none;}
  .at01_con>div>.right{float: none;}
  .at01_con>div>div.left>img{width:100%;}
  .at01_con>div>div.right>img{width:100%;}
  .at01_con>div.at_row01>div.right{width:100%; padding: 60px 0 0 0;}
  .at01_title{font-size: 18px; text-align: center; margin-bottom: 20px;}
  .at01_text{text-align: center; font-size: 14px;}
  .at01_con>div.at_row02>div.left{width:100%; padding: 60px 0 0 0;}
  .at01_con>div.at_row03>div.right{width:100%; padding: 60px 0 0 0;}
  .at01_con>div.at_row04>div.left{width:100%; padding: 60px 0 0 0;}
  .at01_con02 .title{font-size: 28px; margin-bottom: 20px;}
  .at01_con02 .txt{font-size:17px; line-height:1.2; color:#fff; width:80%; margin:0 auto;}
  .at01_con02>ul{width:94%; margin: 0 auto;}
  .at01_con02>ul>li{width:33.33333%; padding: 0 5px;}
  .at01_con02>ul>li>.txt{font-size: 14px;}
  .at01_con02>ul>li>.img{margin-bottom: 20px;}
  .at01_con02>ul>li>.img>img{width:100%;}
  .at01_con03 .title{font-size: 24px;}
  .at01_con03 .img_area>img{width:100%;}
  .at01_con03 .txt_area>ul>li:last-child{margin-bottom: 0;}
  .at01_con03 .txt_area>ul>li .tit{font-size: 16px;}
  .at01_con03 .txt_area>ul>li .tit>span{width:20px; height: 20px; font-size: 14px; line-height: 20px;}
  .at01_con03 .txt_area>ul>li .txt{font-size: 14px; line-height: 24px; padding-left: 0;}
  .at01_con04 .title{font-size: 24px;}
  .at01_con04 .con_table>h1{font-size: 18px;}
  .at01_con04 .con_table>ul>li{width:100%; border-right: 0; border-bottom: 1px solid #ddd;}
	.at01_con04 .con_table.ea5>ul>li{width:100%;}
	.at01_con04 .con_table.ea3>ul>li{width:100%;}
  .at01_con05 .title{font-size: 28px; margin-bottom: 30px;}
  .at01_con05 .img_area>img{width:100%;}
  .at01_con05 .txt_area{font-size: 18px;}

  .at02_con .txt{font-size: 14px; font-weight: 300; margin-bottom: 30px;}
  .at02_con>ul{margin-top: 80px;}

  .at03_con .at03_row{margin-bottom: 120px;}
  .at03_con .at03_row:last-child{margin-bottom: 0px;}
  .at03_con .at03_row>ul>li{text-align: center;}
  .at03_con .at03_row>ul>li.img{margin-bottom: 30px;}
  .at03_con .at03_row>ul>li.tit{font-size:23px; font-weight: 700; color:#50b847; margin-bottom: 15px; text-align:left; line-height:1.3;}
  .at03_con .at03_row>ul>li.txt{font-size: 14px; font-weight: 300; width:100%; margin: 0 auto; text-align:left;}

  .at04_con01 .txt{font-size:14px; font-weight: 300; line-height:1.6; margin-bottom: 50px;}
  .at04_con01 .title{font-size: 24px; font-weight: 700; margin-bottom: 20px; width:100%; line-height:1.3; color:#50b847;}
  .at04_con01>ul{margin-bottom: 40px;}
  .at04_con01>ul>li{font-size: 18px; margin-bottom: 10px; background: url('../../../img/at04_icon01.png')left 6px no-repeat; background-size: 20px; padding-left: 30px;}
  .at04_con01 .img_area{text-align: center;}
  .at04_con01 .img_area>img{width:800px;}
  .qa_title{font-size: 26px; text-align: center; font-weight: 700; margin-bottom: 0px; padding:0px 0 30px 0;}
  .at04_con02 .img_area{text-align: center;}
  .at04_con02 .img_area>img{width:1100px;}
  .at04_con03>ul{background: url('../../../img/at04_icon_list_line.png')left 61px no-repeat;}
  .at04_con03>ul>li{width:130px; text-align: center; margin-right: 40px;}
  .at04_con03>ul>li .img{height: 130px; background: #fff; border-radius: 50%; border: 1px solid #ddd; padding-top: 35px; margin-bottom: 20px; box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);}
  .at04_con03>ul>li .tit{font-weight: 500; font-size: 18px; line-height: 22px; color:#50b847; margin-bottom: 20px;}
  .at04_con03>ul>li .txt>li{font-size: 14px; line-height: 18px; margin-bottom: 10px;}

  .at05_con01{text-align: center;}
  .at05_con01 .title{font-size: 20px; font-weight: 700; color:#333; text-align: left; line-height:1.3; color: #50b847; width:100%; margin: 0 auto 80px; text-align: center;}
  .ps_title{font-size: 22px; line-height:1.3; font-weight: 700; color:#333; text-align: center; margin-bottom: 20px;}
  .at05_con02>table{width:100%;}
  .at05_con02>table th{border: 1px solid #ddd; background: #f4f4f4; padding: 10px 0; font-size: 14px;}
  .at05_con02>table th:first-child{border-left: 0;}
  .at05_con02>table th:last-child{border-right: 0;}
  .at05_con02>table td{border: 1px solid #ddd; text-align: center; padding: 5px 0; font-size: 14px;}
  .at05_con02>table td:first-child{border-left: 0;}
  .at05_con02>table td:last-child{border-right: 0;}
  .at05_con03>ul>li{width:40%; margin:0 auto 25px auto;}
  .at05_con03>ul>li:last-child{margin-right: 0px;}
  .at05_con03>ul>li .img{border: 1px solid #ccc; margin-bottom: 10px;}
  .at05_con03>ul>li .img>img{width:100%;}
  .at05_con03>ul>li .txt{text-align: center; font-weight: 500;}
  .at05_con04>table{width:100%;}
  .at05_con04>table th{border: 1px solid #ddd; background: #f4f4f4; padding: 20px 0; font-size: 14px;}
  .at05_con04>table th:first-child{border-left: 0;}
  .at05_con04>table th:last-child{border-right: 0;}
  .at05_con04>table td{border: 1px solid #ddd; text-align: center; padding: 30px 0;}
  .at05_con04>table td:first-child{border-left: 0;}
  .at05_con04>table td:last-child{border-right: 0;}

  /*contact-global presence mobile*/
  .global_con01{height: 100%; width:100%; background: url('../../../img/global_sub_bg01.png')center center no-repeat; text-align: center; padding-top: 40px; padding-bottom:40px;}
  .global_con01 .title{width:90%; font-size: 28px; color:#50b847; margin:0 auto 20px;}
  .global_con01 .title>img{width:130px; margin-left: 0px;}
  .global_con01 .txt{width:90%; margin:0 auto; line-height:1.3; color:#fff; font-size:16px;}
  .loc_full{width:90%; margin:0 auto; border-bottom: 1px solid #ccc;}
  .loc_full .loc_wrap{width:100%; margin: 0 auto;}
  .loc_full .loc_wrap .title{font-size:24px; line-height:1.3; color:#50b847; margin-bottom: 30px;}
  .loc_full .loc_wrap>ul>li{width:100%; font-size: 20px;}
  .loc_full .loc_wrap>ul>li:nth-child(2){padding-left:0px; padding-top:20px;}
  .loc_full .loc_wrap>ul>li>div{color:#555; font-size: 16px;}
  .loc_full .loc_wrap>ul>li .tit{font-weight: 700; color:#333; font-size: 18px; margin-bottom: 10px;}
  .loc_full .loc_wrap>ul>li .add{line-height:1.3; font-size:14px; margin-bottom: 20px;}
  .loc_full .loc_wrap>ul>li .info>span{font-size:16px; display:block; width:100%; line-height:1.3; font-weight: 600;}
  .line-division{border-top:1px #eee solid; width:100%; margin:15px 0;}

  /* news */
  .news_top{padding-bottom: 20px; border-bottom: 2px solid #171717;}
  .news_top .title{font-size:26px; font-weight: 700;}
  .news_top .text{font-size:14px; font-weight: 300;}
  .news_top .text>span{color:#50b847; font-weight: 700;}

  /* contact */
  .contact_form{margin-bottom: 15px;}
  .contact_form .contact_row{display:flex; flex-wrap: wrap; flex-direction: row; border:0;}
  .contact_form .contact_row .contact_con{width:100%; display:flex; flex-wrap: wrap; flex-direction: row; padding:25px 0; border-bottom: 1px solid #ddd; }
  .contact_form .contact_row .contact_con>label{width:100%; font-size: 18px; font-weight: 300; padding: 6px 0 0 0px; letter-spacing: -0.03em; margin-bottom: 10px;}
  .contact_form .contact_row .contact_con>input{width:100%; padding: 10px 0 10px 20px; transition: all 0.3s; border:1px solid #ccc;}
  .contact_form .contact_row .contact_con>select{width:100%; padding: 10px 0 10px 20px; transition: 0.3s; background: url('../../../img/select_btn.png')96% center no-repeat; border: 1px solid #ccc;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
  }
  .contact_form .contact_row .contact_con.full{width:100%;}
  .contact_form .contact_row .contact_con.full>input{width:100%;}
  .contact_form .contact_row .contact_con.full>textarea{width:100%; min-height: 140px; max-width: 928px; min-width: 100%; padding: 10px 0 10px 20px; transition: all 0.3s; border: 1px solid #ddd;}
  .contact_form .contact_row .contact_con>input:focus{border:1px solid #50b847; padding-left: 15px;}
  .contact_form .contact_row .contact_con>textarea:focus{border:1px solid #50b847; padding-left: 15px;}
  .contact_form .contact_row .contact_con>select:focus{border:1px solid #50b847; padding-left: 15px;}
  .btn_confirm{text-align:center;}
  .btn-embo-cus1{background-color:#50b948; width:100%; height:50px; margin:0 auto; font-size:16px; font-weight:500; text-align:center;}

	.advantages_top.markets{height: 480px;}
	.advantages_top.markets .tit{margin-bottom: 20px;}
	.advantages_top.markets .pro{width:100%;}
	.advantages_top.markets .pro>ul>li{width:100%; font-size: 20px; padding-left: 0; text-align: center;}
	.advantages_top.markets .pro>ul>li.short{font-size: 20px; margin: 0 0 5px 0;}
	.markets_pro_box .markets_pro_box_wrap{padding: 10%;}
	.markets_pro_box .markets_pro_box_wrap .title{font-size: 22px; margin-bottom: 10px;}
	.markets_pro_box .markets_pro_box_wrap .title>span{font-size: 16px; display: block; margin-top: 5px;}
	.markets_pro_box .markets_pro_box_wrap .txt{font-size: 14px; line-height: 20px;}
	.markets_pro_box .markets_pro_box_wrap .list>li:first-child{margin-top: 40px;}
	.markets_pro_box .markets_pro_box_wrap .list>li .list_con .l_tit{width:100%; font-size: 18px; line-height: 1.3; margin-bottom: 5px;}
	.markets_pro_box .markets_pro_box_wrap .list>li .list_con .l_txt{width:100%; font-size: 14px;}
	.markets_pro_box .markets_pro_box_wrap .img_area>img{width:100%;}
	.markets_pro_box .download_btn{margin-top: 0;}
	.markets_pro_box .download_btn .btn_wrap{width:100%; margin: 0;}
	.about_section02 .txt.mission{font-size: 20px !important;}

	.news_notice .news_list .news_item{padding: 20px 15px; font-size: 20px;}
	.news_notice .news_list .news_item .date{width:100%; font-size: 14px; line-height: 1; margin-bottom: 10px;}
	.news_notice .news_list .news_item .tit{width:100%; line-height: 1;}
	.event_notice .title{font-size: 26px; margin-bottom: 20px;}

	.event_notice .event_head>ul>li{font-size: 14px; padding: 15px 0;}
	.event_list .event_con .event_con_t{font-size: 14px; padding: 15px 0; line-height: 22px;}
	.event_notice .event_head>ul>li:nth-child(1){width:70%}
	.event_list .event_con .event_con_t .tit{width:70%; font-weight: 500; padding-left: 20px;}
	.event_notice .event_head>ul>li:nth-child(2){width:30%;}
	.event_list .event_con .event_con_t .pla{width:30%;}
	.event_notice .event_head>ul>li:nth-child(3){width:0%;}

	.event_notice .event_head>ul>li:nth-child(4){display:none;}
	.event_list .event_con .event_con_t .btn{display:none}
	.event_list .event_con .event_con_t .btn>img{width:100%;}
	.event_list .event_con .event_con_b{padding: 4%}
	.event_list .event_con .event_con_b p{font-size: 14px;}
	#bo_v{padding: 30px 10px 10px 10px;}
	#bo_v_con{font-size: 14px; line-height: 1.5; word-break: break-all;}
	#bo_v_title .bo_v_tit{font-size: 20px; line-height: 1; word-break: break-all;}
	#bo_v_info{padding: 20px 0 10px; margin-bottom: 15px;}
	#bo_v_info>strong{display:none;}
	#bo_v_info>strong.if_date{display:block; float: left; font-size: 14px;}
	#bo_v_top ul.bo_v_left{display: none;}
	#bo_v_share{display:none;}
	.bo_v_com{width:100%;}
	.bo_v_com li{width:100%; margin-left: 0;}
	a.btn_b01, .btn_b01{width:100%;}
	#captcha.m_captcha audio{display:none;}
	#captcha #captcha_key{width:110px;}
	#captcha.m_captcha #captcha_img{display:inline-block; height: 40px; margin: 0; width:140px;}
	#captcha.m_captcha #captcha_key{height:40px;}
}

/* database 페이지 css 추가 */
.db_page_title>h1{font-size: 42px; font-weight: bold; margin-bottom: 20px;}
.db_page_title>p{font-size: 20px;}
.db_page_content{margin-top: 80px;}
.db_page_content .db_page_content_row{margin-bottom: 40px;}
.db_page_content .db_page_content_row_top{background: #fff; border-radius: 10px; padding: 20px 30px 20px 30px; cursor: pointer; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.db_page_content .db_page_content_row_top>div:first-child{font-size: 24px; font-weight: 700; text-transform: uppercase;}
.db_page_content .db_page_content_row_top.on>div:first-child{color:#50b948;}
.db_page_content .db_page_content_row_top .db_btn_p{margin-left: auto; font-size: 24px; font-weight: bold;}
.db_page_content .db_page_content_row_top .db_btn_m{display: none;}
.db_page_content .db_page_content_row_top.on .db_btn_p{display: none;}
.db_page_content .db_page_content_row_top.on .db_btn_m{margin-left: auto; font-size: 24px; font-weight: bold; display: block; color:#50b948;}
.db_page_content .db_page_content_row_bottom{background: #fff; border-radius: 10px; margin-top: 10px; padding: 30px; display: none;}
.db_page_content .db_page_content_row_bottom>div{background: #f9f9f9; border-radius: 7px; padding: 4px; display: inline-block; margin: 9px 9px 3px; font-size: 14px;}
.db_page_content .db_page_content_row_bottom>ul>li{border-bottom: 1px solid #ddd; padding: 10px;}
.db_page_content .db_page_content_row_bottom>ul>li>a{display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.db_page_content .db_page_content_row_bottom>ul>li>a>img{width:40px; margin-right: 20px;}


@media screen and (max-width: 740px){
    .db_page_content .db_page_content_row_top>div:first-child{font-size: 18px; font-weight: 500;}
    .db_page_title>p{font-size:15px;}
    .db_page_content .db_page_content_row_bottom{padding:12px 12px 30px 12px}
    .db_page_content_row_bottom p{font-size:13px;}
}

.db_info_popup{position: fixed; background: rgba(0,0,0,0.7); width:100%; height: 100%; top:0; left: 0; z-index: 999; display: none;}
.db_info_popup.on{display: block;}
.db_info_popup .db_info_popup_wrap{width:600px; position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%);}
.db_info_popup .db_info_popup_wrap .db_info_popup_content{background: #fff; border-radius: 10px; padding: 30px;}
.db_info_popup .db_info_popup_wrap .db_info_popup_content .db_info_popup_con>ul{margin-bottom: 40px;}
.db_info_popup .db_info_popup_wrap .db_info_popup_content .db_info_popup_con>ul>li{display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 20px; align-items: flex-end;}
.db_info_popup .db_info_popup_wrap .db_info_popup_content .db_info_popup_con>ul>li>label{width:40%;}
.db_info_popup .db_info_popup_wrap .db_info_popup_content .db_info_popup_con>ul>li>input{width:60%; border: 0; border-bottom: 1px solid #ddd; padding: 10px; font-size: 14px; padding-bottom: 5px;}
.db_info_popup .db_info_popup_wrap .db_info_popup_content .db_info_popup_con .db_info_popup_btn_area{display: flex; flex-direction: row; flex-wrap: wrap;}
.db_info_popup .db_info_popup_wrap .db_info_popup_content .db_info_popup_con .db_info_popup_btn_area>a{width:49%; display: block; padding: 10px 0; text-align: center; border-radius: 5px;}
.db_info_popup .db_info_popup_wrap .db_info_popup_content .db_info_popup_con .db_info_popup_btn_area>a:first-child{background: #50b948; color:#fff; font-weight: bold;}
.db_info_popup .db_info_popup_wrap .db_info_popup_content .db_info_popup_con .db_info_popup_btn_area>a:last-child{background: #eee; margin-left: auto;}

.db_info_popup.submit .db_info_popup_wrap .db_info_popup_content .db_info_popup_con>p{word-break: keep-all;}
.db_info_popup.submit .db_info_popup_wrap .db_info_popup_content .db_info_popup_con .db_info_popup_btn_area>a:first-child{background: #eee; color:#333; font-weight: 400; width:100%; margin-top: 40px;}
.txt_desc_data{font-weight: 400;}
.tit_desc_data{font-size:22px; padding:0 0 20px 0;}
.division{border-top:1px #eee solid; width:100%; display: block; margin:30px 0 15px;}
.area_label{background:#f9f9f9; border-radius: 10px; padding:20px;}
.label_check{padding:0 20px 0 0;}
.check_database{transform: scale(1.7, 1.7);}
.link_privacy{text-decoration: underline;}
.point1{color:#50b948;}

.sub_layer_load{width:100%; height:100%; display: block; background: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 9999; display: none;}
.img_loading{max-width: 59px; text-align: center; margin: 0 auto;}
.img_loading img{width:100%;}
.txt_loading{color:#eee; text-align: center; padding:20px 0;}
.layer_load_wrap{width: 500px; height:300px; margin:15% auto;}

.database_privacy_wrap{width:1200px; margin: 60px auto;}
.database_privacy_wrap>div{line-height: 1.8;}
.database_privacy_wrap>div>h1{font-size: 24px; margin-bottom: 10px;}
.database_privacy_wrap>div>b{font-size: 20px;}
.database_privacy_wrap>div>a{color:#50b948; text-decoration: underline;}

@media screen and (max-width: 1200px){
	.database_privacy_wrap{width:90%; margin: 60px auto;}
	.database_privacy_wrap>div{font-size: 14px;}
	.database_privacy_wrap>div>h1{font-size: 20px; margin-bottom: 10px;}
	.database_privacy_wrap>div>b{font-size: 16px;}

	.db_info_popup .db_info_popup_wrap{width:90%;}
	.layer_load_wrap{width:100%; height: 100vh; margin: 0 auto;}
}

.sub_top.bg_data{background: url('../../../img/sub_top_bg_database.png')center center no-repeat;}

/* 2022-12-27 sustainability 페이지 css */
.stb_area .stb_download{font-weight: bold; color:#fff; display: inline-block; padding: 12px 20px; background: url('../../../img/stb_down_icon.png')95% center no-repeat; background-color: #8a8a8a; transition: all 0.2s;}
.stb_area .stb_download:hover{background-color: #50b948;}

.sub_top.bg_sustainability{background: url('../../../img/sub_top_sustainability.png')center center no-repeat;}
.sub_tab.tab_ea4>ul>li{width:25%;}
.stb_area .stb_tit_area{margin-bottom: 80px;}
.stb_area .stb_tit_area>h1{font-size: 52px; color:#50b948; margin-bottom: 10px;}
.stb_area .stb_tit_area>p{font-size: 20px; color:#333; word-break: keep-all;}
.stb_area .stb_con{margin-bottom: 80px;}
.stb_area .stb_con>h2{font-size: 32px; color:#121212; margin-bottom: 30px;}
.stb_area .stb_con .stb_report{display: flex; flex-direction: row; flex-wrap: wrap;}
.stb_area .stb_con .stb_report>li{width:calc(33.333333% - 20px); margin-right: 30px; background: #f1f5f9; padding: 20px;}
.stb_area .stb_con .stb_report>li:last-child{margin-right: 0; margin-bottom: 0;}
.stb_area .stb_con .stb_report>li>img{width:100%;}
.stb_area .stb_con .stb_report>li>a{width:100%; margin-top: 20px;}
.stb_area .stb_con .stb_eco>li{display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #cfcfcf;}
.stb_area .stb_con .stb_eco>li>p{font-size: 20px; color:#121212; font-weight: 500;}
.stb_area .stb_con .stb_eco>li>a{margin-left: auto; min-width: 200px; padding: 7px 20px;}
.stb_area .stb_con .stb_data .stb_data_con{display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 40px;}
.stb_area .stb_con .stb_data .stb_data_con:last-child{margin-bottom: 0;}
.stb_area .stb_con .stb_data .stb_data_con>h3{width:260px; font-size: 32px; color:#50b948;}
.stb_area .stb_con .stb_data .stb_data_con>ul{display: flex; flex-direction: row; flex-wrap: wrap;}
.stb_area .stb_con .stb_data .stb_data_con>ul>li{margin-right: 40px;}
.stb_area .stb_con .stb_data .stb_data_con>ul>li:last-child{margin-right: 0;}

@media screen and (max-width: 1200px){
	.stb_area .stb_download{font-size: 14px;}
	.stb_area .stb_tit_area>h1{font-size: 32px;}
	.stb_area .stb_tit_area>p{font-size: 16px;}
	.stb_area .stb_tit_area{margin-bottom: 60px;}
	.stb_area .stb_con{margin-bottom: 60px;}
	.stb_area .stb_con>h2{font-size: 21px;}
	.stb_area .stb_con .stb_report>li{width:100%; margin-right: 0; margin-bottom: 20px;}
	.stb_area .stb_con .stb_eco>li>p{font-size: 16px;}
	.stb_area .stb_con .stb_eco>li>a{margin-left: 0; margin-top: 10px; min-width: 150px;}
	.stb_area .stb_con .stb_data .stb_data_con>h3{width:100%; font-size: 16px; margin-bottom: 10px;}
	.stb_area .stb_con .stb_data .stb_data_con>ul>li{width:calc(33.33333% - 5px); margin-right: 7.5px;}
	.stb_area .stb_con .stb_data .stb_data_con>ul>li:last-child{margin-right: 0;}
	.stb_area .stb_con .stb_data .stb_data_con>ul>li>img{width:100%;}
}
