html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@font-face {
font-family: "NanumSquareBold";
src: url(/font/NanumSquareB.eot);
src: url(/font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
url(/font/NanumSquareB.woff2) format('woff2'),
url(/font//NanumSquareB.woff) format('woff'),
url(/font/NanumSquareB.ttf) format('truetype');
}

@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 400;
	src: url( "/font/nanum-gothic-v9-korean_latin-regular.woff2" ) format( "woff2" ),
    url( "/font/nanum-gothic-v9-korean_latin-regular.woff" ) format( "woff" ),
	url("/font/NanumGothic.ttf") format('truetype');
}

@font-face{
    font-family:"NanumGothicLight";
    src:url(/font/NanumGothicLight.eot);
    src:url(/font/NanumGothicLight.eot?#iefix) format('embedded-opentype'),
    url(/font/NanumGothicLight.woff) format('woff'),
    url(/font/NanumGothicLight.ttf) format('truetype');
}
@font-face{
    font-family:"NanumGothic-ExtraBold";
    src:url(/font/NanumGothic-ExtraBold.eot);
    src:url(/font/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
    url(/font/NanumGothic-ExtraBold.woff) format('woff'),
    url(/font/NanumGothic-ExtraBold.ttf) format('truetype');
}
@font-face{
    font-family:"NanumGothic-Bold";
    src:url(/font/NanumGothic-Bold.eot);
    src:url(/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
    url(/font/NanumGothic-Bold.woff) format('woff'),
    url(/font/NanumGothic-Bold.ttf) format('truetype');
}
h2{
    font-family: "NanumSquareBold";
}
a{text-decoration: none;}

/* 상단 nav 메뉴 */
.nav_section .nav{
    position: relative;
    width: 1000px;
    height: 63px;
    margin: 0 auto;
    font-family: "Nanum Gothic";

}
.nav_section .nav ul{
    padding-left: 50px;
}
.nav_section .nav ul li{
    float: left;
    padding-top: 24px;
    font-size: 13px;
    color: #707070;
    padding-right: 15px;
}
.nav_section .nav ul li:nth-child(1){ padding-right: 16px;}
.nav_section .nav ul li:nth-child(2){ padding-right: 9px;}
.nav_section .nav ul li:nth-child(3){ padding-right: 9px;}
.nav_section .nav ul li:nth-child(4){ padding-right: 9px;}
.nav_section .nav ul li img{
    position: relative;
    top: -4px;
}
.nav_section .nav ul li a{
    position: relative;
    top: -2px;
    text-decoration: none;
    font-size: 16px;
    color: #707070;
}
.nav_section .nav ul li a em{
    font-size: 16px;
    font-family:"NanumGothic-Bold";
    color: #ff6c19;
}

/* 인사말 */
.intro_section1 .main_bg{
    position: relative;
    height: auto;
}
.intro_section1 .main_bg img.bg{
	position: absolute;
    left: 50%;
    margin-left: -960px;
}
.intro_section1 .main_bg .title{
    position: absolute;
    width: 100%;
    top: 0;
}
.intro_section1 .main_bg .title ul{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 151px;
}
.intro_section1 .main_bg .title ul li{
    font-family: "Nanum Gothic";
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 17px;

}
.intro_section2 .main_bg2{
    position: relative;
    height: auto;
	margin-top: 431px;
}
.intro_section2 .main_bg2 ul{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.intro_section2 .main_bg2 ul li img.content{
    padding-top: 77px;
    padding-left: 53px;
    padding-bottom: 166px;
}
.intro_section2 .main_bg2 ul li img.logo{
    position: absolute;
    top: -46px;
    left: 802px;
}


.animated {
opacity: 0;
/* animation-delay: 1s; */

-webkit-animation-duration: 5s;
   -moz-animation-duration: 5s;
     -o-animation-duration: 5s;
        animation-duration: 5s;

-webkit-animation-fill-mode: both;
   -moz-animation-fill-mode: both;
     -o-animation-fill-mode: both;
        animation-fill-mode: both;
}
.animated.h1 {

-webkit-animation-duration: 1.5s;
   -moz-animation-duration: 1.5s;
     -o-animation-duration: 1.5s;
        animation-duration: 1.5s;
}
.animated.h2 {

-webkit-animation-duration: 2s;
   -moz-animation-duration: 2s;
     -o-animation-duration: 2s;
        animation-duration: 2s;
}
.animated.h3 {
-webkit-animation-duration: 2.5s;
   -moz-animation-duration: 2.5s;
     -o-animation-duration: 2.5s;
        animation-duration: 2.5s;
}
.animated.h4 {
-webkit-animation-duration: 4s;
   -moz-animation-duration: 4s;
     -o-animation-duration: 4s;
        animation-duration: 4s;
}
.animated.h5 {
-webkit-animation-duration: 3s;
   -moz-animation-duration: 3s;
     -o-animation-duration: 3s;
        animation-duration: 3s;
}
.animated.h6 {
-webkit-animation-duration: 1s;
   -moz-animation-duration: 1s;
     -o-animation-duration: 1s;
        animation-duration: 1s;
}

/*===================================================================================*/
/*  fadeInUp                                                                         */
/*===================================================================================*/

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(70px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    @-moz-keyframes fadeInUp {
        0% {
            opacity: 0;
            -moz-transform: translateY(70px);
        }
        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }
    @-o-keyframes fadeInUp {
        0% {
            opacity: 0;
            -o-transform: translateY(70px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(70px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .animated.fadeInUp {
        opacity: 1;

        -webkit-animation-name: fadeInUp;
           -moz-animation-name: fadeInUp;
             -o-animation-name: fadeInUp;
                animation-name: fadeInUp;
    }


/* CI 소개 */
.ci_section_wrap{
    width: 100%;
    border-top: 1px solid #d7d7d7;
}
.ci_section1{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 37px;
    left: 50px;
}
.ci_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 68px;
}
.ci_section1 .col-full p.text1{
    width: 900px;
    font-family: "Nanum Gothic";
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    padding-top: 35px;
}
.ci_section1 .file_dw{
    padding-left: 345px;
    padding-top: 38px;
    padding-bottom: 80px;
}
.ci_section1 .col-full p.text2{
    width: 900px;
    font-family: "Nanum Gothic";
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    padding-top: 36px;
    padding-bottom: 80px;
}
.ci_section1 .col-full p.text3{
    width: 900px;
    font-family: "Nanum Gothic";
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    padding-top: 78px;
    padding-bottom: 286px;
}

/* 연혁 */
.history_section_wrap{
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
}
.history_section1{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 37px;
    left: 50px;
}
.history_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 63px;
}

/* tab menu */
.tab_container {
	position: relative;
	background: #fff;
}
.tab_container .container {
	position: relative;
	margin: 0 auto;
    padding-bottom: 147px;

}
.tab_container .container .navi {
	position: relative;

}
.tab_container .container .navi:after {
	content: "";
	display: table;
	clear: both;
	overflow: auto;
}
.tab_container .container .navi li {
	position: relative;
	float: left;
	width: 248px;
    height: 48px;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    border-right: none;
	font-size: 16px;
    text-align: center;
	font-family:"NanumGothic-Bold";
}
.tab_container .container .navi li:nth-child(4){
    border-right: 1px solid #d9d9d9;
}
.tab_container .container .navi li a {
	display: block;
	color: #666666;
    text-decoration: none;
    padding: 16px 0;
}
.tab_container .container .navi li a:hover {
	text-decoration: none;
}
.tab_container .container .navi li.active a,
.tab_container .container .navi li.active a:hover {
	color: #fff;
    background-color: #ff6c19;
}

.tab_container .container .navi li.active {
    border: 1px solid #ff6c19;
}

.tab_container .container .content .tab_content {
	display: none;
	position: relative;
    padding-top: 94px;
}
.tab_container .container .content .tab_content.on {
	display: block;
}
.tab_container .container .content .tab_content.last_tab.on {
    padding-top: 96px;
}
.tab_container .container .table_his:first-child{
	border-top: none;
    padding-top: 0px;
}
.tab_container .container .table_his{
	border-top: 1px solid #d9d9d9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.tab_container .container table {

	width: 898px;
}
.tab_container .container table td{
	text-align: center;
}
.tab_container .container table td.td1{
	width: 209px;
	font-family: 'HYGothic-Extra';
	font-size: 38px;
}
.tab_container .container table td.td2{
	width: 69px;
	font-family: "NanumGothic-ExtraBold";
	top: -11px;
	font-size: 18px;
}
.tab_container .container table td.td3{
	font-family:"NanumGothic";
	width: 620px;
	text-align: left;
	top: -11px;
	padding-top: 12px;
	color: #707070;
}
.tab_container .container table td.td2, .td3{
	position: relative;
}
.tab_container .container table tr.tr2:last-child{
	position: relative;
	padding-bottom: 10px;
}


/* 기업 소개(info) */
.address_section_wrap{
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
}
.address_section1{
    padding-top: 37px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 0px;
    left: 50px;
}
.address_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 67px;
}
#map_view{height: 410px;width: 900px;}
#content h3 {padding-bottom: 10px;}

.info_title_wrap {
    position: relative;
	width: 910px;
}
.info_title_wrap p{
    font-family: "Nanum Gothic";
    font-size: 26px;
    line-height: 30px;
    color: #2d2d32;
    text-align: center;
}
.info_title_wrap p em{
    color: #ff6c19;
}
.info_title_wrap .info_img{
	position: relative;
	padding-top: 63px;
	padding-left: 14px;
}



.add_wrap{position:relative; padding-top: 78px;}
.add_wrap .title_wrap .title{
    font-family: "Nanum Gothic";
    padding-bottom: 28px;
}
.add_wrap .title_wrap .title strong{
    font-size: 24px;
    font-weight: bold;
    color: #2d2d32;
}
.add_wrap .title_wrap .title em{
    font-size: 16px;
    color: #707070;
    padding-left: 22px;
}
.add_wrap .title_wrap .title span{
    font-size: 16px;
    color: #707070;
    padding-left: 19px;
}
.add_wrap .table {
    width: 900px;
    border-top: 2px solid #1f222b;
    padding-bottom: 64px;
}
.add_wrap .table.t2{
	padding-bottom: 20px;
}
.title_wrap span{
	position: relative;
	color: #8f8f8f;
	padding-left: 16px;
	padding-bottom: 64px;
}
.title_wrap.w2{
	padding-bottom: 64px;
}
.title_wrap.w3 .title{
	padding-bottom: 16px;
}
.title_wrap.w3 .address_map{
	padding-bottom: 31px;
}
.add_wrap .table td{
    width: 290px;
    padding: 18px 0;
    font-family: "Nanum Gothic";
    font-size: 16px;
    color: #707070;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    vertical-align: middle;
}
.add_wrap .table td.table_1{
	text-align: center;
	font-family:"NanumGothic-Bold";
    width: 278px;
	font-weight: 600;
	background-color: #f5f5f5;
}
.add_wrap .table td.table_2{
    width: 620px;
	padding-left: 46px;
	border-right: none;
}
.add_wrap .table td em{
    color: #1f222b;
	font-weight: bold;
}
/* 2020-04-16 수정 시작 */
.add_wrap .table td em.krw{
    font-family: "Nanum Gothic";
    font-size: 10px;
    color: #707070;
}
/* 2020-04-16 수정 끝 */
.add_wrap .table tr td:nth-child(3){
    font-size: 16px;
    color: #707070;
    background-color: #f7f7f7;
    border-right: none;
}
.add_wrap .table tr td:nth-child(3) p{
    padding-left: 46px;
    line-height: 26px;
}
.add_wrap .bmw_wrap{
    position: relative;
    height: 270px;
    padding-bottom: 136px;
}
.add_wrap .bmw_wrap ul li{
    float: left;
    padding-right: 20px;
}

/* l&k game */

.business_section_wrap{
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
	top: 0;
}
.business_section1{
	padding-top: 42px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 0px;
    left: 50px;
}
.business_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 28px;
}

/* game tab menu */
.game_tab_container {
	position: relative;
	background: #fff;
}
.game_tab_container .container {
    position: relative;
    width: 879px;
    height: auto;
    border-top: 2px solid #1f222b;
    padding-top: 59px;
    padding-left: 19px;
}

.game_tab_container .container .navi {
	position: relative;
	padding-bottom: 36px;
}
.game_tab_container .container .navi li:last-child {
    padding-right: 0;
}

.game_tab_container .container .navi:after {
	content: "";
	display: table;
	clear: both;
	overflow: auto;
}
.game_tab_container .container .navi li {
	position: relative;
	float: left;
	width: 159px;
    padding-right: 17px;
    overflow: hidden;
}
.menu1 {background: url(../image/sub/game_red.png) 0 0 no-repeat;}
.menu2 {background: url(../image/sub/game_red2.png) 0 0 no-repeat;}
.menu3 {background: url(../image/sub/game_lod.png) 0 0 no-repeat;}
.menu4 {background: url(../image/sub/game_mirr.png) 0 0 no-repeat;}
.menu5 {background: url(../image/sub/game_other.png) 0 0 no-repeat;}

.game_tab_container .container .navi li a {
	display: block;
    width: 159px;
    height: 104px;
}
.game_tab_container .container .navi li a:hover {
	text-decoration: none;
}
.game_tab_container .container .navi li.active a,
.game_tab_container .container .navi li.active a:hover {
    background-position: 0px -104px;
}
.game_tab_container .container .navi li.active {
    /* background-position: 0px -133px; */
}

.game_tab_container .container .content .tab_content {
	display: none;
	position: relative;
}
.game_tab_container .container .content .tab_content.on {
	display: block;
}

.business_section2{
    position: relative;
    background-color: #f2f2f2;
    height: 710px;
	margin-top: -34px;
}

/* area */

.area_section_wrap{
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
}
.area_section1{
    padding-top: 37px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 0px;
    left: 50px;
}
.area_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 88px;
}
.area_section1 .area_title_wrap {
    position: relative;
	width: 910px;
}
.area_section1 .area_title_wrap p{
    font-family: "Nanum Gothic";
    font-size: 26px;
    line-height: 30px;
    color: #2d2d32;
    text-align: center;
}
.area_section1 .area_title_wrap p em{
    color: #ff6c19;
}
.area_section1 .area_title_wrap .area_img{
    position: relative;
	padding-left: 40px;
    padding-top: 58px;
	padding-bottom: 70px;
	height: 335px;
}
.area_section1 .area_title_wrap .area_img ul {

}
.area_section1 .area_title_wrap .area_img ul li{
    position: absolute;
}
.area_section1 .area_title_wrap .area_img ul li:nth-child(2){
	position: relative;
	padding-left: 315px;
	top: 57px;
}
.area_section1 .area_title_wrap .area_img ul li:nth-child(3){
	position: relative;
	padding-left: 333px;
    top: -148px;
}
.area_section1 .area_title_wrap .area_info ul{
    position: relative;
    left: 37px;
    height: 239px;
    padding-bottom: 150px;
}
.area_section1 .area_title_wrap .area_info ul li{
    float: left;
    width: 433px;
    height: 239px;
}
.area_section1 .area_title_wrap .area_info ul li:first-child{
    border-right: 1px solid #e9e9e9;
}
.area_section1 .area_title_wrap .area_info ul li p{
    font-family: "Nanum Gothic";
}
.area_section1 .area_title_wrap .area_info ul li p.t1{
    font-family:"NanumGothicLight";
    font-size: 30px;
    color: #010101;
    padding-top: 23px;
}
.area_section1 .area_title_wrap .area_info ul li p.t2{
    font-size: 20px;
    color: #ff6c19;
    padding-top: 15px;
    padding-bottom: 20px;
}
.area_section1 .area_title_wrap .area_info ul li p.t3{
    font-size: 16px;
    color: #8f8f8f;
    line-height: 26px;
}

/* 파트너 제휴 */
.partner_section_wrap{
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
}
.partner_section1{
    padding-top: 37px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 5px;
    left: 56px;
}
.partner_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 57px;
}
.partner_section1 .partner_title_wrap {
    position: relative;
    width: 900px;
}
.partner_section1 .partner_title_wrap p{
    font-family: "Nanum Gothic";
    font-size: 26px;
    line-height: 30px;
    color: #2d2d32;
    text-align: center;
}
.partner_section1 .partner_title_wrap p em{
    color: #ff6c19;
}
.partner_section1 .partner_title_wrap  .partner_img img{
    position: relative;
    padding-left: 20px;
    padding-top: 46px;
    padding-bottom: 56px;
}
.partner_section1 .partner_table{
    position: relative;
    width: 900px;
}
.partner_section1 .partner_table table tr:first-child{
    border-top: 2px solid #1f222b;
}
.partner_section1 .partner_table table tr td:first-child {
    width: 169px;
    height: 62px;
    font-family: "Nanum Gothic";
    font-size: 16px;
    color: #8f8f8f;
    /* text-align: left; */
    /* padding-top: 22px; */
    padding-left: 69px;
    border-right: 1px solid #dadada;
}
.partner_section1 .partner_table table tr td{
    border-bottom: 1px solid #dadada;
}
.partner_section1 .partner_table table tr td p{
    position: relative;
    padding-top: 22px;
	padding-left: 20px;
}
.partner_section1 .partner_table table tr td:nth-child(2){
    width: 672px;
    padding-left: 21px;
}
.partner_section1 .partner_table table tr td em{
    color: #de1f37;
    position: absolute;
	font-size: 26px;
    top: 12px;
	left: 1px;
}
.partner_section1 .partner_table table tr .input_1{
    width: 504px;
    height: 32px;
    border: 1px solid #cccccc;
    padding-left: 10px;
}
.partner_section1 .partner_table table tr td select{
    width: 109px;
    height: 36px;
    border: 1px solid #cccccc;

}
.partner_section1 .partner_table table tr .input_2{
    width: 99px;
    height: 32px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    /* padding-left: 10px; */
}
.partner_section1 .partner_table table tr td span{
    color: #8f8f8f;
    padding: 0 8px;
}
.partner_section1 .partner_table table tr .input_3{
    width: 387px;
    height: 32px;
    border: 1px solid #cccccc;
    padding-left: 10px;
}
.partner_section1 .partner_table table tr .input_4{
    width: 638px;
    height: 32px;
    border: 1px solid #cccccc;
    padding-left: 10px;
}
.partner_section1 .partner_table table tr .text_area{
    padding-top: 10px;
	padding-bottom: 10px;
}
.partner_section1 .partner_table table tr textarea{
    width: 638px;
    height: 347px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-top: 10px;
}
.partner_section1 .partner_table table tr td p.last {
    position: absolute;
	top: 319px;
}
.partner_section1 .partner_table table tr .text_area input{
    border: 1px solid #cccccc;
}
.partner_section1 .partner_table table tr .text_area .size_1{
    font-family: "Nanum Gothic";
    font-size: 16px;
    color: #8f8f8f;
    padding-bottom: 26px;
}
.partner_section1 .partner_table table tr .text_area .size_1 em{
    color: #ff6c19;
    top: 0;
}
.file_input_div {
    position:relative;
    width:96px;
    height:36px;
    overflow:hidden;
}
.file_input_img_btn {
    /* padding:0 0 0 5px; */
}
.file_input_hidden {
    font-size:29px;
    position:absolute;
    right:0px;
    top:0px;
    opacity:0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    cursor:pointer;
}
.file_input_wrap{
    position: relative;
    padding-top: 13px;
}
.file_input_textbox{
    width: 538px;
    height: 32px;
    position: absolute;
    margin-left: 102px;
    padding-left: 10px;
}
.file_input_wrap .del_img {
    position: absolute;
    right: 28px;
    top: 22px;
}
.partner_section1 .agree_wrap {
    position: relative;
    width: 900px;
    margin-top: 19px;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
}
.partner_section1 .agree_wrap .agree_wrap_text{
    font-family: "Nanum Gothic";
    font-size: 16px;
    padding-top: 31px;
    padding-left: 33px;
    padding-bottom: 31px;
    line-height: 26px;
    color: #8f8f8f;
}
.partner_section1 .agree_wrap .agree_wrap_text p:first-child{
    font-weight: bold;
	padding-bottom: 7px;
}

.partner_section1 .agree_wrap .agree_wrap_text p:nth-child(3){
    color: #de1f37;
}
.chack_wrap{position: relative; height: 55px; width: 902px; padding-bottom: 318px;}
input[type=checkbox] { display:none; }
input[type=checkbox] + label {cursor: pointer; height: 24px; position: absolute; top: 17px; padding-left: 40px; background: url('../image/sub/check_off.png') left/23px no-repeat;}
input[type=checkbox]:checked + label { background-image: url('../image/sub/check_on.png'); }
.chack_wrap p{
    font-size: 16px;
    font-family: "Nanum Gothic";
    color: #8f8f8f;
    position: relative;
    padding-top: 23px;
    margin-left: 31px;
}
.chack_wrap img{
    position: absolute;
    top: 15px;
    right: 0;
}

/* board_list */
.board_section_wrap{
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
	top: 0;
}
/* 2020-03-18 수정 시작 */
.board_section1{
    padding-top: 37px;
    position: relative;
    width: 900px;
    margin: 0 auto;
    top: 0px;
}
/* 2020-03-18 수정 끝 */

.board_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 67px;
}
.board_section1 .serch_wrap{
    position: relative;
    width: 900px;
}
.board_section1 .serch_wrap input{
    width: 777px;
    height: 45px;
    padding-left: 22px;
    border: 1px solid #d8d8d8;
    background-color: #f5f5f5;
    font-family: "Nanum Gothic";
    font-size: 16px;
    color: #8f8f8f;
}
.board_section1 .serch_wrap input:nth-child(2){
	position: absolute;
    right: 0;
    width: 90px;
    height: 49px;
    padding-left: 0;
    border: 0;
}
.board_section1 .board_wrap{
    position: relative;
    padding-top: 52px;
}
.board_section1 .board_wrap .board_list{
    border-top: 2px solid #1f222b;
}
.board_section1 .board_wrap .board_list ul{
    position: relative;
    padding-top: 45px;
    padding-left: 19px;
    padding-right: 20px;
    font-family: "Nanum Gothic";
    border-bottom: 1px solid #dadada;
}
.board_section1 .board_wrap .board_list ul li:first-child{
    font-size: 22px;
    line-height: 26px;
    color: #2d2d32;
    padding-bottom: 20px;
}
.board_section1 .board_wrap .board_list ul li:nth-child(2){
    font-size: 16px;
    line-height: 26px;
    color: #8f8f8f;
	word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	max-height: 4.8em;
}

.board_section1 .board_wrap .board_list ul li:nth-child(3){
    font-size: 14px;
    line-height: 26px;
    color: #ff6d1a;
    padding-bottom: 42px;

}
.board_section1 .board_wrap .board_list ul li:first-child a{
	display: inline-block;
    max-width: 776px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board_section1 .board_wrap .board_list ul .list_new{
    position: relative;
    top: -4px;
    left: 5px;
}
.paging{
  margin-top:15px;
  text-align:center;
  position: relative;
  width: 900px;
}
.paging a{
  position:relative;
   display:inline-block;
   width:40px;
   height: 38px;
   line-height:38px;
   font-size: 18px;
   margin-right:6px;
   text-align:center;
   font-family: "Nanum Gothic";
   color:#2d2d32;
   background-color: #ffffff;
   text-decoration: none;
   border: 1px solid #dadada;

 }
.paging .now{
  font-weight:bold;
  color:#ffffff;
  background:#ff6c19;
  border-color: #ff6c19;
}
.paging a:hover{
  font-weight:bold;
  color:#ffffff;
  background:#ff6c19;
  border-color: #ff6c19;
  text-decoration: none;
}
.paging .btn_prev{
  border:none;
  margin-right: 8px;
}
.paging .btn_prev img{
  position: relative;
  top: 14px;
}
.paging .btn_next{
  border:none;
  margin-right: 8px;
}
.paging .btn_next img{
  position: relative;
  top: 14px;
}
.paging .btn_prev:hover{
  font-weight:normal;
  border:none;
  background:none;
}
.paging .btn_next:hover{
  font-weight:normal;
  border:none; background:none;
}
.paging span{
  display:none;
  position:absolute;
  top:0;
  left:0;
}
.paging a:hover span{
  display:inline-block;
}

.board_section1 .board_view_wrap .board_view {
    border-top: 2px solid #1f222b;
}
.board_section1 .board_view_wrap .board_view ul:first-child {
    padding: 18px 0;
}
.board_section1 .board_view_wrap .board_view ul{
    border-bottom: 1px solid #dadada;
}
.board_section1 .board_view_wrap .board_view ul li{
    font-family: "Nanum Gothic";
    font-size: 22px;
    color: #2d2d32;
    padding-left: 19px;
    line-height: 26px;
}
.board_section1 .board_view_wrap .board_view ul li p.title span{
	display: inline-block;
	max-width: 700px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.board_section1 .board_view_wrap .board_view ul li p.title a{
	display: inline-block;
    max-width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board_section1 .board_view_wrap .board_view ul img.new{
    position: relative;
    top: -2px;
    left: 5px;
}
.board_section1 .board_view_wrap .board_view ul img.new_view{
    position: relative;
    top: -3px;
    left: 5px;
}
.board_section1 .board_view_wrap .board_view ul li em{
    font-family: "Nanum Gothic";
    font-size: 14px;
    top: 168px;
    color: #ff6d1a;
    position: absolute;
    right: 24px;
}

.board_section1 .board_view_wrap .board_view ul li div.content{
    font-family: "Nanum Gothic";
    font-size: 16px;
    line-height: 26px;
    color: #8f8f8f;
    padding-top: 52px;
    padding-bottom: 135px;
}
.board_section1 .board_view_wrap .board_view ul li div.content b:not(content){
	font-weight: bold;
}
.board_section1 .board_view_wrap .board_view ul li div.content p:not(content){
	padding: 2px;
}
.board_section1 .board_view_wrap .board_view ul li div.content img{
	position: relative;
	display: block;
	margin: auto;
	padding-top: 41px;
	padding-bottom: 41px;
	left: -8px;
}


.board_section1 .btn_wrap{
    padding-top: 16px;
    padding-bottom: 150px;
}
.board_section1 .btn_wrap ul li {
    float: left;
}
.board_section1 .btn_wrap ul li:first-child{
    margin-right: 7px;
}
.board_section1 .btn_wrap ul li.bt_list{
    position: absolute;
    right: 0;
}
.board_section1 .serch_wrap_x{
    position: relative;
    width: 900px;
    padding-bottom: 52px;
    border-bottom: 2px solid #1f222b;
}
.board_section1 .serch_wrap_x input{
    width: 777px;
    height: 45px;
    padding-left: 22px;
    border: 1px solid #d8d8d8;
    background-color: #f5f5f5;
    font-family: "Nanum Gothic";
    font-size: 16px;
    color: #8f8f8f;
}
.board_section1 .serch_wrap_x input:nth-child(2){
	position: absolute;
    right: 0;
    width: 90px;
    height: 49px;
    padding-left: 0;
    border: 0;
}
.board_section1 .content_wrap{
    width: 900px;
}
.board_section1 .content_wrap ul {
    border-bottom: 1px solid #dadada;
}
.board_section1 .content_wrap ul li{
    padding: 105px 0 118px 0;
    text-align: center;
    font-size: 22px;
    font-family: "Nanum Gothic";
    color: #2d2d32;
}
.board_section1 .btn_list_x{
    width: 900px;
}
.board_section1 .btn_list_x img{
    position: relative;
    padding-left: 810px;
    padding-top: 16px;
    padding-bottom: 860px;
}

/* promotion */
.promotion_section_wrap{
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
	top: 0;
}
.promotion_section1{
    padding-top: 37px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 0px;
    left: 50px;
}
.promotion_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 67px;
}
.movie_wrap {
    position: relative;
    width: 900px;
    height: 800px;
}
.movie_wrap .movie_list ul li{
    position: relative;
    float: left;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 32px;
}
.movie_wrap .movie_list ul li .m_hover{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.movie_wrap .movie_list ul li:hover .m_hover{
    display: inline;
}
.movie_wrap .movie_list ul li:first-child{
    padding-right: 42px;
}

.movie_wrap .movie_list ul li .mov_bg{
    position: absolute;
    top: 210px;
    background-color: #121212;
    width: 428px;
    height: 94px;
    opacity: 0.8;
    border-top: 1px solid #747474;
}
.movie_wrap .movie_list ul li .mov_bg .text{
    padding-top: 24px;
    padding-left: 20px;
}
.movie_wrap .movie_list ul li .mov_bg .text p:first-child{
    font-family: "Nanum Gothic";
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 12px;

}
.movie_wrap .movie_list ul li .mov_bg .text p:last-child{
    font-family: "Nanum Gothic";
    font-size: 14px;
    color: #ff6d1a;
}

.pop_wrap1{position: fixed;left: 0;top: 0;width: 100%;height: 2793px;background: url(../image/sub/bg_pop.png) 0 0;z-index: 9999;display: none;}
.pop1{position: absolute;width: 551px;height: 724px;left: 41%;top: 20%;margin-left: -226.5px;margin-top: -309px;}
.pop_close {position: absolute;left: 686px;top: 5px;cursor: pointer;}

/* human */

.human_section_wrap{
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
}
.human_section1{
    padding-top: 37px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 0px;
    left: 50px;
}
.human_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 95px;
}
.human_section1 .human_title_wrap {
    /* position: relative; */
}
.human_section1 .human_title_wrap p{
    font-family: "Nanum Gothic";
    font-size: 26px;
    line-height: 30px;
    color: #2d2d32;
    text-align: center;
}
.human_section1 .human_title_wrap p em{
    color: #ff6c19;
}
.human_section1 .human_title_wrap .human_img{
    position: relative;
    padding-left: 190px;
    padding-top: 64px;
	padding-bottom: 70px;
	height: 231px;
}
.human_section1 .human_title_wrap .human_img ul li{
	position: absolute;
}
.human_section1 .human_title_wrap .human_img ul li:nth-child(1){
	z-index: 10;
}
.human_section1 .human_title_wrap .human_img ul li:nth-child(2){
	position: relative;
	width: 626px;
	left: 390px;
	top: -10px;
	z-index: 8;
	animation:ani3 3s ease-in-out infinite;
}
.human_section1 .human_title_wrap .human_img ul li:nth-child(3){
	position: relative;
	width: 626px;
	height: 49px;
	padding-left: 158px;
	top: -18px;
	z-index: 8;
	animation:ani4 4s linear infinite;
}


/* figure p img.cl1 { width:600px; height:auto; position:absolute; top:30px; left:-600px; animation:ani3 110s linear infinite; z-index:4;}
figure p img.cl2 { width:700px; height:auto; position:absolute; top:20px; left:0px; animation:ani4 100s linear infinite; z-index:4;} */

@keyframes ani3 {
	0%, 100% {
		transform: translate(0px, 10px);
	}
	50% {
		transform: translate(0px, 20px);
	}
}
@keyframes ani4 {
	0%, 100% {
		transform: translate(0px, 10px);
	}
	50% {
		transform: translate(0px, 30px);
	}
}

/* .human_section1 .human_title_wrap .human_img ul li:nth-child(2){
	position: relative;
	width: 626px;
	height: 30px;
	top: 10px;
	z-index: 8;
	background: url('../img/sub/cloud1.png') no-repeat;
	animation: wave1 15s cubic-bezier( 0.99, 0.99, 0.99, 0.99) infinite;
}
.human_section1 .human_title_wrap .human_img ul li:nth-child(3){
	position: relative;
	width: 626px;
	height: 49px;
	top: 10px;
	z-index: 8;
	background: url('../img/sub/cloud2.png') no-repeat;
	animation: wave2 13s cubic-bezier( 0.99, 0.99, 0.99, 0.99) -.325s infinite;
} */

@keyframes wave1 { 0% { background-position: 0px bottom; } 100% { background-position: 1813px bottom; } }

 .wave2 {z-index:3;width:4686px;background-image: url('../image//wave2.png');
  animation: wave2 8s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell1 8s ease -1.25s infinite;
}
@keyframes swell1 { 0%, 100% { transform: translate3d(0,25px,0); } 50% { transform: translate3d(0,5px,0); } }
@keyframes wave2 { 0% { background-position: 0px bottom; } 100% { background-position: 2343px bottom; } }

 .wave3 {z-index:1;width:3564px;background-image: url('../image//wave3.png');
  animation: wave3 10s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell2 10s ease -2.5s infinite;
}
@keyframes swell2 { 0%, 100% { transform: translate3d(0,25px,0); } 50% { transform: translate3d(0,5px,0); } }
@keyframes wave3 { 0% { background-position: 0px bottom; } 100% { background-position: 1782px bottom; } }



.human_section1 .human_title_wrap .human_info ul{
    position: relative;
    left: 43px;
    height: 239px;
    padding-bottom: 150px;
}
.human_section1 .human_title_wrap .human_info ul li{
    float: left;
    width: 298px;
    height: 265px;
}
.human_section1 .human_title_wrap .human_info ul li{
    border-right: 1px solid #e9e9e9;
}
.human_section1 .human_title_wrap .human_info ul li:last-child{
    border-right: none;
}
.human_section1 .human_title_wrap .human_info ul li p{
    font-family: "Nanum Gothic";
}
.human_section1 .human_title_wrap .human_info ul li p.t1{
    font-family:"NanumGothicLight";
    font-size: 30px;
    color: #010101;
    padding-top: 23px;
}
.human_section1 .human_title_wrap .human_info ul li p.t2{
    font-size: 20px;
    color: #ff6c19;
    padding-top: 15px;
    padding-bottom: 20px;
}
.human_section1 .human_title_wrap .human_info ul li p.t3{
    font-size: 16px;
    color: #8f8f8f;
    line-height: 26px;
}
.human_section1 .human_title_wrap .human_info p{
	font-family: "Nanum Gothic";
	font-size: 16px;
	color: #707070;
	padding-bottom: 224px;
}

/* 채용 안내 */
.recruit_info_section_wrap{
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
}
.recruit_infos_section1{
    padding-top: 37px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 0px;
    left: 50px;
}
.recruit_infos_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 67px;
}
.recruit_infos_section1 .content .img1{
    padding-left: 25px;
}
.recruit_infos_section1 .content p{
    font-family: "Nanum Gothic";
    font-size: 16px;
    line-height: 26px;
    color: #8f8f8f;
    text-align: center;
	width: 880px;
    padding-top: 40px;
}
.recruit_infos_section1 .content .go_btn{
    height: 106px;
    padding-bottom: 79px;
}
.recruit_infos_section1 .content .go_btn ul li{
    float: left;
    padding-right: 34px;
}
.recruit_infos_section1 .content .go_btn ul{
    position: relative;
    padding-left: 22px;
    padding-top: 45px;
    padding-bottom: 79px;
}
.recruit_infos_section2{
    top: 0;
    height: auto;
    background-color: #f2f2f2;
}
.recruit_infos_section2 .table_title{
    padding-top: 80px;
    padding-bottom: 53px;
}
.recruit_infos_section2 .table_title p{
    font-family: "Nanum Gothic";
    font-size: 30px;
    color: #010101;
    text-align: center;
}
.recruit_infos_section2 .table_content {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 113px;
}
.recruit_infos_section2 .table_content table{
    width: 900px;
    border-top: 2px solid #1f222b;
	box-sizing: border-box;
}
.recruit_infos_section2 .table_content tr th{
    font-family: "Nanum Gothic";
    font-size: 16px;
    color: #010101;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 22px;
    background-color: #f7f8fc;
}
.recruit_infos_section2 .table_content tr th:first-child{
    border-right: 1px solid #d9d9d9;
}
.recruit_infos_section2 .table_content tr td{
    background-color: #ffffff;
}
.recruit_infos_section2 .table_content tr td:first-child{
    width: 260px;
    font-family: "Nanum Gothic";
    font-size: 16px;
    color: #8f8f8f;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    text-align: center;
    border-top: 1px solid #d9d9d9;
}
.recruit_infos_section2 .table_content tr td:last-child{
    width: 584px;
    padding-left: 37px;
    font-family: "Nanum Gothic";
    font-size: 16px;
    color: #8f8f8f;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.recruit_infos_section2 .table_content tr td.td01{
    padding: 10px 0;
}
.recruit_infos_section2 .table_content tr td.td01 img{
	float: left;
	position: relative;
	top: 0px;
	left: 33px;
}
.recruit_infos_section2 .table_content tr td.td01 p{
    position: relative;
	top: 16px;
	left: 50px;
	text-align: left;
}
.recruit_infos_section2 .table_content tr td.td04 p{
	position: relative;
    top: 16px;
}
.recruit_infos_section2 .table_content tr td.td02{
	vertical-align: middle;
}
.recruit_infos_section2 .table_content tr td.td02 p{
	position: relative;
	padding-top: 20px;
	padding-bottom: 21px;
	line-height: 26px;
}
.recruit_infos_section2 .table_content tr td.td03{
    /* padding: 38px 0; */
}
.recruit_infos_section2 .table_content tr td.td03 img{
    float: left;
	position: relative;
    top: 21px;
	left: 33px;
}
.recruit_infos_section2 .table_content tr td.td03 p{
    position: absolute;
	margin-left: 102px;
	margin-top: 39px;
	text-align: left;
}

/* 채용문의 */
.recuit_q_section_wrap{
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
}
.recuit_q_section1{
    padding-top: 37px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 0px;
    left: 50px;
}
.recuit_q_section1 h2{
    font-size: 46px;
    color: #2d2d32;
    padding-bottom: 67px;
}
.faqList {position:relative; width:100%; padding-bottom:41px;}
.faqList ul {width:900px; border-top:2px solid #1f222b;}
.faqList ul li {position:relative; width:900px; cursor:pointer;}
.faqList ul li .list_tit {position:relative; width:100%; padding: 15px 0 11px 0; border-bottom:1px solid #dedede; background:#fcfcfc; display:block; overflow:hidden;}
.faqList ul li .list_tit span {display:block; float:left;}
.faqList ul li .list_tit span.best {display:block; float:left; width:15%; color:#1aa7e6; font-size:15px; line-height:24px;text-align:center; letter-spacing: 0px;}
.faqList ul li .list_tit span.question {display:block; position: relative; left: 20px; float:left; width: 53px; height: 34px; background:url("../image/sub/faq_q.png") no-repeat 0 0; text-indent:-9999px;}
.faqList ul li .list_tit span.txt {display:block; float:left; width:64%; color:#222; font-size:20px; line-height:24px;text-align:left; max-width:70%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding-top: 3px; padding-left: 32px;}
.faqList ul li .list_tit span.fl_icon {position:absolute; top:20px; right:15px;}
.faqList ul li .list_tit span.fl_icon a {display:block; width:17px; height:10px; background:url("../image/sub/faq_icon_listClose.png") no-repeat 0 0; text-indent:-9999px;}
.faqList ul li .cont { padding:33px 0 33px 20px; display: none}
.faqList ul li .cont p {font-family: "Nanum Gothic"; font-size:16px; line-height: 26px; color: #8f8f8f;}
/*활성화(아코디언)*/
.faqList ul li.on .list_tit {background:#fcfcfc; border-bottom:none;}
.faqList ul li.on .list_tit span.fl_icon a {background:url("../image/sub/faq_icon_listOpen.png") no-repeat 0 0;}
.faqList ul li.on .cont {background:#ffffff; border-bottom:1px solid #dedede;}

.recuit_q_section1 .mail{width: 900px; padding-bottom: 225px;}
.recuit_q_section1 .mail p{font-family: "Nanum Gothic"; font-size: 16px; color: #707070; padding-left: 22px;}


.video-wrapper {
			position: relative;
			padding-bottom: 56.25%;
			/* padding-top: 25px; */
			height: 0;
		}
.video-wrapper iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

@media only screen and (max-device-width: 980px) and (min-device-width: 320px){
	.animated { animation:fadeInUp; }
	.animated.h1 {opacity: 1; }
	.animated.h2 {opacity: 1; }

}
