
@media screen and (min-width:1201px) {
/*news*/

#banner{position: relative; width: 100%; height: 500px; overflow: hidden;}
#banner .banner img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto;}
#banner .banner_inner{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#banner .banner_inner .banner_title{font-size: 60px; color: #fff; font-weight: 700;}
.lnb{position: absolute; left: 50%; margin-top: -35px;transform: translateX(-50%); background-color: #fff; color: #111; width: 778px; height: 70px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);}
.lnb .lnb_wrap{display: flex; width: 100%; justify-content: space-evenly; text-align: center; align-items: center; line-height: 70px;}
.lnb .lnb_wrap li a{font-size: 20px; color: #111; font-weight: normal; box-sizing: border-box;}
.lnb .lnb_wrap li a:hover{color: #ff6600;}
.lnb_m select{display: none;}
.lnb .lnb_wrap .point a{color: #ff6600;}

#news{position: relative; margin: 200px auto;}
#news .news_wrap{display: flex; width: 90%; max-width: 1440px; justify-content: space-between; position: relative; margin: 100px auto; background-color: #F9F9F9; top: 100px; opacity: 0;}
#news .news_wrap:hover{background-color: #fff;outline-style: solid;outline-width: 2px;
outline-color: #ff6600;}
#news .news_wrap .news_text{ width: 50%; padding: 50px; padding-left: 100px ; display: flex; flex-direction: column; justify-content: space-evenly; box-sizing: border-box;}
#news .news_wrap .news_text .title{font-size: 30px; color: #111; }
#news .news_wrap .news_text .text1{font-size: 18px; color: #666; margin-top: 40px;}
#news .news_wrap .news_text .text2{font-size: 16px; color: #666; margin-top: 40px;}
#news .news_wrap .news_img1{position: relative; width: 50%; background-image: url(../img/news3.jpg); background-position: center; background-size: cover;}
#news .news_wrap .news_img2{position: relative; width: 50%; background-image: url(../img/news4.jpg); background-position: center; background-size: cover;}
#news .news_wrap .news_img3{position: relative; width: 50%; background-image: url(../img/news1.jpg); background-position: center; background-size: cover;}
#news .news_wrap .news_img4{position: relative; width: 50%; background-image: url(../img/news0.jpg); background-position: center; background-size: cover;}
#news .news_wrap .news_text .news_point{width: 80px; height: 80px; position: absolute; left: 0; top: 50px; background-color: #ff6600; text-align: center;}
#news .news_wrap .news_text .news_point p{ color: #fff; font-size: 16px; font-weight: 700;   margin: 15px 0;}
#news a .btn {position: relative; margin: 0 auto; border: 1px solid #111111; line-height: 70px; width: 160px; height: 70px; display: block; text-align: center;  margin-top: 100px; background-color: #FFF; box-sizing: border-box; cursor: pointer;}
#news a .btn:hover{border: 1px solid #ff6600; color: #ff6600;}
#news a .btn {font-size: 19px; font-weight: 700; color: #111111;}

/*news*/



/*recruitment*/
#recruitment{position: relative; margin: 150px auto; width: 100%; max-width: 1440px;}
#recruitment .recruitment_text_inner{text-align: center; position: relative; top: 100px; opacity: 0;}
#recruitment .recruitment_text_inner .title{font-size: 34px; color: #111;}
#recruitment .recruitment_text_inner .text{font-size: 20px; color: #4E4E4E; font-weight: 400;}
#recruitment .recruitment_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}

#recruitment1{position: relative; width: 100%; max-width: 1200px; margin: 0 auto;}
#recruitment1 .recruitment_wrap1{position: relative; display: flex; justify-content: left;}
#recruitment1 .recruitment_wrap1 .img{width: 30%;left: -300px; opacity: 0; transition-duration: 0.5s;}
#recruitment1 .recruitment_wrap1 .img img{width: 100%;}
#recruitment1 .recruitment_wrap1 .text{width: 40%; padding: 50px; right: -300px; opacity: 0; transition-duration: 0.5s; transition-delay: 0.3s;}
#recruitment1 .recruitment_wrap1 .text h3{font-family: "HanwhaB"; font-weight: bold; font-size: 40px; color: #ff6600;}
#recruitment1 .recruitment_wrap1 .text h4{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 25px; margin-top: 40px; color: #111;}
#recruitment1 .recruitment_wrap1 .text p{font-family: 'Noto Sans KR', sans-serif; font-weight: 400; font-size: 18px; color: #111; margin-top: 30px; line-height: 1.7;}

#recruitment2{position: relative; width: 100%; max-width: 1200px; margin: 0 auto;}
#recruitment2 .recruitment_wrap2{position: relative; display: flex; justify-content: right; margin-bottom: 100px;}
#recruitment2 .recruitment_wrap2 .img{width: 30%; right: -300px; opacity: 0; transition-duration: 0.5s;}
#recruitment2 .recruitment_wrap2 .img img{width: 100%;}
#recruitment2 .recruitment_wrap2 .text{width: 40%; text-align: right; padding: 50px; left: -300px; opacity: 0; transition-duration: 0.5s; transition-delay: 0.3s;}
#recruitment2 .recruitment_wrap2 .text h3{font-family: "HanwhaB"; font-weight: bold; font-size: 40px; color: #ff6600;}
#recruitment2 .recruitment_wrap2 .text h4{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 25px; margin-top: 40px; color: #111;}
#recruitment2 .recruitment_wrap2 .text p{font-family: 'Noto Sans KR', sans-serif; font-weight: 400; font-size: 18px; color: #111; margin-top: 30px; line-height: 1.7;}

#value{position: relative; width: 100%; background-image: url(../img/value_bg.png); background-position: center; background-size: cover; margin: 0 auto;}
#value .recruitment_text_inner{text-align: center; padding: 100px; }
#value .recruitment_text_inner .title{font-size: 34px; color: #111; position: relative; top: 100px; opacity: 0;}
#value .recruitment_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list{position: relative; margin: 0 auto; display: flex; justify-content: center; text-align: center; align-items: center; width: 100%; max-width: 1400px;}
#value .value_list .list{width: 23%; position: relative; margin: 0 auto; background-color: #FFF; padding: 100px 30px; height: 220px; margin-bottom: 150px;
top: 100px; opacity: 0;}
#value .value_list .list .icon1 {background-image: url(../img/value_icon0.png);
background-size: 80px 80px; width: 80px; height: 80px; display: block; margin: 0 auto}
#value .value_list .list .title1{font-size: 24px; margin-top: 40px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar1{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text1{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 18px; margin-top: 20px;}
#value .value_list .list .icon2 {background-image: url(../img/value_icon1.png);
background-size: 80px 80px; width: 80px; height: 80px; display: block; margin: 0 auto}
#value .value_list .list .title2{font-size: 24px; margin-top: 40px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar2{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text2{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 18px; margin-top: 20px;}
#value .value_list .list .icon3 {background-image: url(../img/value_icon2.png);
background-size: 80px 80px; width: 80px; height: 80px; display: block; margin: 0 auto}
#value .value_list .list .title3{font-size: 24px; margin-top: 40px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar3{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text3{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 18px; margin-top: 20px;}

/*recruitment*/


/*management*/
#management{position: relative; margin: 135px auto; width: 100%; max-width: 1440px; overflow: hidden;}
#management .management_text_inner{text-align: center; position: relative;  top: 100px; opacity: 0;}
#management .management_text_inner .title{font-size: 34px; color: #111;}
#management .management_text_inner .text{font-size: 20px; color: #4E4E4E; font-weight: 400; line-height: 1.5;}
#management .management_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}


#ethics{position: relative; margin: 0 auto; width: 100%; max-width: 1440px; overflow: hidden;}
#ethics .ethics_list{position: relative; display: flex; justify-content: space-evenly; text-align: center; align-items: center;}
#ethics .ethics_list li{width: 264px; height: 264px; border: 1px solid #999999; position: relative; background-color: none; box-sizing: border-box; margin: 0 auto; padding: 55px 0;  top: 100px; opacity: 0;}
#ethics .ethics_list li:hover{border: 1px solid #ff6600;}
#ethics .ethics_list .img0{background-image: url(../img/mg0.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list .img1{background-image: url(../img/mg1.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list .img2{background-image: url(../img/mg2.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list h3{font-family: "HanwhaB"; font-weight: bold; font-size: 24px; color: #ff6600;}


#system{position: relative; width: 100%; background-image: url(../img/mg_bg.png); background-position: center; background-size: cover; margin: 150px 0 auto; overflow: hidden;}
#system .system_text_inner{text-align: center; position: relative; padding: 100px; top: 100px; opacity: 0;}
#system .system_text_inner .title{font-size: 34px; color: #111; }
#system .system_text_inner .text{font-size: 20px; color: #4E4E4E; font-weight: 400; line-height: 1.5; margin-bottom: 50px;  line-height: 1.5;}
#system .system_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}

#system .system_wrap{display: flex; flex-wrap:wrap; justify-content:space-between; margin: 40px auto 0; max-width:1440px; width: 100%; flex-grow: 1;}
#system .system_wrap .title{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 16px; color: #ff6600;}
#system .system_wrap .title1{ font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 22px; color: #111; margin-top: 8px;}
#system .system_wrap .text{font-family: 'Noto Sans KR', sans-serif; font-weight: 400 ; font-size: 18px; color: #333333; margin-top: 28px;}
#system .system_wrap{position: relative; margin: 0 auto; top: 100px; opacity: 0;}
#system .system_wrap li{width:31%; margin-bottom: 150px;}
#system .system_wrap li > div{position: relative; background-color: #fff; padding: 60px 60px ;border: 1px solid transparent; min-height: 218px;}
#system .system_wrap li > div p{font-size: 16px;color: #666;font-weight: 500;}
#system .system_wrap li:hover > div{border: 1px solid #ff6600;}
#system .system_wrap li span{margin-top: 20px;text-align: right;font-size: 40px;font-weight: 900;color: #d6d6d6; position:absolute; right:40px; bottom:30px;}
#system .system_wrap li:hover span{color: #ff6600;} 
#system .system_wrap li div::before{position: absolute;content: '';width: 1px;height: 45px;border-left: 1px dashed #999999;left: 50%;top: -48px;}
#system .system_wrap li:nth-of-type(1) > div::after{content:''; position:absolute; width:112%; left:50%; top:-50px; height:10px; border-top: 1px dashed #999999;} 
#system .system_wrap li:nth-of-type(3) > div::after{content:''; position:absolute; width:112%; right:50%; top:-50px; height:10px; border-top: 1px dashed #999999;} 
/*management*/






/*questions*/
#questions{position: relative; margin: 150px auto; width: 100%; max-width: 1440px;}
#questions .questions_text_inner{text-align: center; position: relative;}
#questions .questions_text_inner .title{font-size: 34px; color: #111;}
#questions .questions_text_inner .text{font-size: 20px; color: #4E4E4E; font-weight: 400; line-height: 2;}
#questions .questions_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}


#input .required{ display: inline-block;color: #ff6600;font-size: 18px; margin-left:5px; vertical-align: top; font-weight:500;}
#input{position: relative; width: 90%; max-width: 1440px; margin: 0 auto;}
#input .input_wrap{position: relative; display: flex; flex-wrap: wrap; flex-direction: row; margin: 0 auto;}
#input .input_wrap .flex{position: relative;width: 48%; margin: 0 auto;}
#input .input_wrap .flex .title{font-size: 22px; color: #111; font-weight: 700; position: relative; margin-bottom: 20px; font-family: 'Noto Sans KR', sans-serif;}
#input .input_wrap .flex select{width: 100%;height: 100%;border: none;font-size: 18px;padding: 14.5px 0;border-bottom: 1px solid #ddd;-webkit-transition: all 0.30s ease-in-out;color: #afafaf;font-weight: 500; background: url(/images/board/sel-arrow.png) no-repeat center right; padding-right:30px;} 
#input .input_wrap .flex input[type=text]{width: 100%;height: 100%;border: none;font-size: 18px;padding:15px 0;border-bottom: 1px solid #ddd;-webkit-transition: all 0.30s ease-in-out;color:#afafaf;font-weight: 500; margin-bottom: 70px;}
#input .input_wrap .flex:nth-child(5){width: 98%; margin: 0 auto; border: none;font-size: 18px;padding:15px 0;-webkit-transition: all 0.30s ease-in-out;color:#afafaf;font-weight: 500;}
#input .input_wrap .flex:last-child{width: 98%; }
#input .input_wrap .flex:last-child textarea{width: 100%;border: 1px solid #d8d8d8;box-sizing: border-box;border-radius: 0;}
#input .input_wrap .flex textarea{padding: 40px;font-size: 18px;}
#input .input_wrap .flex textarea::placeholder{font-weight: 500;color: #afafaf;}
#input .input_wrap .flex input[type=text]:focus,
#input .input_wrap .flex select:focus{outline: none; border-bottom: 1px solid #ff6600;}
#input .input_wrap .flex input[type=text]::placeholder{font-weight: 500;color: #afafaf;} 
#input .input_wrap .flex textarea{width: 100%;padding: 40px;font-size: 18px;}
#input .input_wrap .flex textarea::placeholder{font-weight: 500;color: #afafaf; }
#input .input_wrap .flex textarea:focus{outline: none; border: 1px solid #ff6600;}
#input a .btn {position: relative; margin: 100px auto; border: 1px solid #222; line-height: 70px; width: 160px; height: 70px; display: block; text-align: center;  margin-top: 100px; background-color: #FFF; box-sizing: border-box; cursor: pointer;}
#input a .btn:hover{border: 1px solid #ff6600; color: #ff6600;}
#input a .btn {font-size: 19px; font-weight: 700; color: #222;}

.checkbox {display:inline-block; position:relative;}
.checkbox input[type=checkbox]+ label{font-size: 18px;color: #111;position: relative; }
.checkbox{position:relative;}
.checkbox input[type=checkbox]{ width: 24px; cursor: pointer; height: 24px; display: block; position: absolute; top: 0; left: 0px; margin: 0;z-index: 1;opacity: 0;}
.checkbox input[type=checkbox]+ label{position:relative; font-weight: normal;  padding:0 0 0 35px; display:block; height:24px; font-size:15px; margin-left: 8px;}
.checkbox input[type=checkbox]+ label:before {content: ""; display: inline-block; width:24px; height:24px; background:url('../img/check-off.png')no-repeat 50% 50%; position:absolute; top:0; left:4px;}
.checkbox label{margin-left: 5px;}
.checkbox input[type=checkbox]:checked + label:before {content: ""; background:url('../img/check-on.png')no-repeat 50% 50%; width:24px; height:24px;}
/*questions*/
}













































@media screen and (min-width:801px) and (max-width:1200px){
/*news 테블릿 가로*/

#banner{position: relative; width: 100%; height: 500px; overflow: hidden;}
#banner .banner img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto;}
#banner .banner_inner{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#banner .banner_inner .banner_title{font-size: 60px; color: #fff; font-weight: 700;}
.lnb{position: absolute; left: 50%; margin-top: -35px;transform: translateX(-50%); background-color: #fff; color: #111; width: 778px; height: 70px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);}
.lnb .lnb_wrap{display: flex; width: 100%; justify-content: space-evenly; text-align: center; align-items: center; line-height: 70px;}
.lnb .lnb_wrap li a{font-size: 20px; color: #111; font-weight: normal; box-sizing: border-box;}
.lnb .lnb_wrap li a:hover{color: #ff6600;}
.lnb_m select{display: none;}

#news{position: relative; margin: 150px auto;}
#news .news_wrap{display: flex; width: 90%; max-width: 1440px; justify-content: space-between; position: relative; margin: 50px auto; background-color: #F9F9F9; top: 100px; opacity: 0;}
#news .news_wrap:hover{background-color: #fff;outline-style: solid;outline-width: 2px;
outline-color: #ff6600;}
#news .news_wrap .news_text{ width: 100%; padding: 50px; padding-left: 100px ; display: flex; flex-direction: column; justify-content: space-evenly; box-sizing: border-box;}
#news .news_wrap .news_text .title{font-size: 20px; color: #111; }
#news .news_wrap .news_text .text1{font-size: 16px; color: #666; margin-top: 30px;}
#news .news_wrap .news_text .text2{font-size: 14px; color: #666; margin-top: 30px;}
.news_img1, .news_img2, .news_img3, .news_img4{display: none;}
#news .news_wrap .news_text .news_point{width: 80px; height: 80px; position: absolute; left: 0; top: 50px; background-color: #ff6600; text-align: center;}
#news .news_wrap .news_text .news_point p{ color: #fff; font-size: 16px; font-weight: 700;   margin: 15px 0;}
#news a .btn {position: relative; margin: 0 auto; border: 1px solid #111111; line-height: 70px; width: 150px; height: 70px; display: block; text-align: center;  margin-top: 100px; background-color: #FFF; box-sizing: border-box; cursor: pointer;}
#news a .btn:hover{border: 1px solid #ff6600; color: #ff6600;}
#news a .btn {font-size: 18px; font-weight: 700; color: #111111;}

/*news 테블릿 가로*/







/*recruitment 테블릿 가로*/

#recruitment{position: relative; margin: 150px auto; width: 100%; max-width: 1440px;}
#recruitment .recruitment_text_inner{text-align: center; position: relative; top: 100px; opacity: 0;}
#recruitment .recruitment_text_inner .title{font-size: 34px; color: #111;}
#recruitment .recruitment_text_inner .text{font-size: 20px; color: #4E4E4E; font-weight: 400;}
#recruitment .recruitment_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}

#recruitment1{position: relative; width: 95%; max-width: 1200px; margin: 0 auto;}
#recruitment1 .recruitment_wrap1{position: relative; display: flex; justify-content: left;}
#recruitment1 .recruitment_wrap1 .img{width: 30%;left: -300px; opacity: 0; transition-duration: 0.5s;}
#recruitment1 .recruitment_wrap1 .img img{width: 100%;}
#recruitment1 .recruitment_wrap1 .text{width: 40%; padding: 30px; right: -300px; opacity: 0; transition-duration: 0.5s; transition-delay: 0.3s;}
#recruitment1 .recruitment_wrap1 .text h3{font-family: "HanwhaB"; font-weight: bold; font-size: 36px; color: #ff6600;}
#recruitment1 .recruitment_wrap1 .text h4{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 22px; margin-top: 40px; color: #111;}
#recruitment1 .recruitment_wrap1 .text p{font-family: 'Noto Sans KR', sans-serif; font-weight: 400; font-size: 16px; color: #111; margin-top: 30px; line-height: 1.7;}

#recruitment2{position: relative; width: 95%; max-width: 1200px; margin: 0 auto;}
#recruitment2 .recruitment_wrap2{position: relative; display: flex; justify-content: right; margin-bottom: 100px;}
#recruitment2 .recruitment_wrap2 .img{width: 30%; right: -300px; opacity: 0; transition-duration: 0.5s;}
#recruitment2 .recruitment_wrap2 .img img{width: 100%;}
#recruitment2 .recruitment_wrap2 .text{width: 40%; text-align: right; padding: 30px; left: -300px; opacity: 0; transition-duration: 0.5s; transition-delay: 0.3s;}
#recruitment2 .recruitment_wrap2 .text h3{font-family: "HanwhaB"; font-weight: bold; font-size: 36px; color: #ff6600;}
#recruitment2 .recruitment_wrap2 .text h4{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 22px; margin-top: 40px; color: #111;}
#recruitment2 .recruitment_wrap2 .text p{font-family: 'Noto Sans KR', sans-serif; font-weight: 400; font-size: 16px; color: #111; margin-top: 30px; line-height: 1.7;}


#value{position: relative; width: 100%; background-image: url(../img/value_bg.png); background-position: center; background-size: cover; margin: 0 auto;}
#value .recruitment_text_inner{text-align: center; padding: 100px; }
#value .recruitment_text_inner .title{font-size: 34px; color: #111; position: relative; top: 100px; opacity: 0;}
#value .recruitment_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list{position: relative; margin: 0 auto; display: flex; justify-content: center; text-align: center; align-items: center; width: 100%; max-width: 1400px;}
#value .value_list .list{width: 23%; position: relative; margin: 0 auto; background-color: #FFF; padding: 100px 30px; height: 220px; margin-bottom: 150px;
top: 100px; opacity: 0;}
#value .value_list .list .icon1 {background-image: url(../img/value_icon0.png);
background-size: 80px 80px; width: 80px; height: 80px; display: block; margin: 0 auto}
#value .value_list .list .title1{font-size: 24px; margin-top: 40px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar1{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text1{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 20px;}
#value .value_list .list .icon2 {background-image: url(../img/value_icon1.png);
background-size: 80px 80px; width: 80px; height: 80px; display: block; margin: 0 auto}
#value .value_list .list .title2{font-size: 24px; margin-top: 40px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar2{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text2{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 20px;}
#value .value_list .list .icon3 {background-image: url(../img/value_icon2.png);
background-size: 80px 80px; width: 80px; height: 80px; display: block; margin: 0 auto}
#value .value_list .list .title3{font-size: 24px; margin-top: 40px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar3{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text3{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 20px;}

/*recruitment 테블릿 가로*/








/*management 테블릿 가로*/
#management{position: relative; margin: 135px auto; width: 100%; max-width: 1440px; overflow: hidden;}
#management .management_text_inner{text-align: center; position: relative;  top: 100px; opacity: 0;}
#management .management_text_inner .title{font-size: 34px; color: #111;}
#management .management_text_inner .text{font-size: 20px; color: #4E4E4E; font-weight: 400; line-height: 1.5;}
#management .management_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}


#ethics{position: relative; margin: 0 auto; width: 100%; max-width: 1440px; overflow: hidden;}
#ethics .ethics_list{position: relative; display: flex; justify-content: space-evenly; text-align: center; align-items: center;}
#ethics .ethics_list li{width: 264px; height: 264px; border: 1px solid #999999; position: relative; background-color: none; box-sizing: border-box; margin: 0 auto; padding: 55px 0;  top: 100px; opacity: 0;}
#ethics .ethics_list li:hover{border: 1px solid #ff6600;}
#ethics .ethics_list .img0{background-image: url(../img/mg0.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list .img1{background-image: url(../img/mg1.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list .img2{background-image: url(../img/mg2.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list h3{font-family: "HanwhaB"; font-weight: bold; font-size: 24px; color: #ff6600;}


#system{position: relative; width: 100%; background-image: url(../img/mg_bg.png); background-position: center; background-size: cover; margin: 150px 0 auto; overflow: hidden;}
#system .system_text_inner{text-align: center; position: relative; padding: 100px; top: 100px; opacity: 0;}
#system .system_text_inner .title{font-size: 34px; color: #111; }
#system .system_text_inner .text{font-size: 20px; color: #4E4E4E; font-weight: 400; line-height: 1.5; margin-bottom: 50px;  line-height: 1.5;}
#system .system_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}

#system .system_wrap{display: flex; flex-wrap:wrap; justify-content:space-between; margin: 40px auto 0; max-width:1440px; width: 100%; flex-grow: 1;}
#system .system_wrap .title{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; color: #ff6600;}
#system .system_wrap .title1{ font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 18px; color: #111; margin-top: 8px;}
#system .system_wrap .text{font-family: 'Noto Sans KR', sans-serif; font-weight: 400 ; font-size: 14px; color: #333333; margin-top: 20px;}
#system .system_wrap{position: relative; margin: 0 auto; top: 100px; opacity: 0;}
#system .system_wrap li{width:31%; margin-bottom: 150px;}
#system .system_wrap li > div{position: relative; background-color: #fff; padding: 60px 60px ;border: 1px solid transparent; min-height: 218px;}
#system .system_wrap li > div p{font-size: 16px;color: #666;font-weight: 500;}
#system .system_wrap li:hover > div{border: 1px solid #ff6600;}
#system .system_wrap li span{margin-top: 20px;text-align: right;font-size: 30px;font-weight: 900;color: #d6d6d6; position:absolute; right:40px; bottom:30px;}
#system .system_wrap li:hover span{color: #ff6600;} 
#system .system_wrap li div::before{position: absolute;content: '';width: 1px;height: 45px;border-left: 1px dashed #999999;left: 50%;top: -48px;}
#system .system_wrap li:nth-of-type(1) > div::after{content:''; position:absolute; width:112%; left:50%; top:-50px; height:10px; border-top: 1px dashed #999999;} 
#system .system_wrap li:nth-of-type(3) > div::after{content:''; position:absolute; width:112%; right:50%; top:-50px; height:10px; border-top: 1px dashed #999999;} 
/*management 테블릿 가로*/





/*questions 테블릿 가로*/
#questions{position: relative; margin: 150px auto; width: 100%; max-width: 1440px;}
#questions .questions_text_inner{text-align: center; position: relative;}
#questions .questions_text_inner .title{font-size: 34px; color: #111;}
#questions .questions_text_inner .text{font-size: 20px; color: #4E4E4E; font-weight: 400; line-height: 2;}
#questions .questions_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}


#input .required{ display: inline-block;color: #ff6600;font-size: 18px; margin-left:5px; vertical-align: top; font-weight:500;}
#input{position: relative; width: 90%; max-width: 1440px; margin: 0 auto;}
#input .input_wrap{position: relative; display: flex; flex-wrap: wrap; flex-direction: row; margin: 0 auto;}
#input .input_wrap .flex{position: relative;width: 48%; margin: 0 auto;}
#input .input_wrap .flex .title{font-size: 22px; color: #111; font-weight: 700; position: relative; margin-bottom: 20px; font-family: 'Noto Sans KR', sans-serif;}
#input .input_wrap .flex select{width: 100%;height: 100%;border: none;font-size: 18px;padding: 14.5px 0;border-bottom: 1px solid #ddd;-webkit-transition: all 0.30s ease-in-out;color: #afafaf;font-weight: 500; background: url(/images/board/sel-arrow.png) no-repeat center right; padding-right:30px;} 
#input .input_wrap .flex input[type=text]{width: 100%;height: 100%;border: none;font-size: 18px;padding:15px 0;border-bottom: 1px solid #ddd;-webkit-transition: all 0.30s ease-in-out;color:#afafaf;font-weight: 500; margin-bottom: 70px;}
#input .input_wrap .flex:nth-child(5){width: 98%; margin: 0 auto; border: none;font-size: 18px;padding:15px 0;-webkit-transition: all 0.30s ease-in-out;color:#afafaf;font-weight: 500;}
#input .input_wrap .flex:last-child{width: 98%; }
#input .input_wrap .flex:last-child textarea{width: 100%;border: 1px solid #d8d8d8;box-sizing: border-box;border-radius: 0;}
#input .input_wrap .flex textarea{padding: 40px;font-size: 18px;}
#input .input_wrap .flex textarea::placeholder{font-weight: 500;color: #afafaf;}
#input .input_wrap .flex input[type=text]:focus,
#input .input_wrap .flex select:focus{outline: none; border-bottom: 1px solid #ff6600;}
#input .input_wrap .flex input[type=text]::placeholder{font-weight: 500;color: #afafaf;} 
#input .input_wrap .flex textarea{width: 100%;padding: 40px;font-size: 18px;}
#input .input_wrap .flex textarea::placeholder{font-weight: 500;color: #afafaf; }
#input .input_wrap .flex textarea:focus{outline: none; border: 1px solid #ff6600;}
#input a .btn {position: relative; margin: 100px auto; border: 1px solid #222; line-height: 70px; width: 150px; height: 70px; display: block; text-align: center;  margin-top: 100px; background-color: #FFF; box-sizing: border-box; cursor: pointer;}
#input a .btn:hover{border: 1px solid #ff6600; color: #ff6600;}
#input a .btn {font-size: 18px; font-weight: 700; color: #222;}

.checkbox {display:inline-block; position:relative;}
.checkbox input[type=checkbox]+ label{font-size: 18px;color: #111;position: relative; }
.checkbox{position:relative;}
.checkbox input[type=checkbox]{ width: 24px; cursor: pointer; height: 24px; display: block; position: absolute; top: 0; left: 0px; margin: 0;z-index: 1;opacity: 0;}
.checkbox input[type=checkbox]+ label{position:relative; font-weight: normal;  padding:0 0 0 35px; display:block; height:24px; font-size:15px; margin-left: 8px;}
.checkbox input[type=checkbox]+ label:before {content: ""; display: inline-block; width:24px; height:24px; background:url('../img/check-off.png')no-repeat 50% 50%; position:absolute; top:0; left:4px;}
.checkbox label{margin-left: 5px;}
.checkbox input[type=checkbox]:checked + label:before {content: ""; background:url('../img/check-on.png')no-repeat 50% 50%; width:24px; height:24px;} 
/*questions 테블릿 가로*/

}


































@media screen and (min-width:601px) and (max-width:800px) {
/*news 테블릿 세로*/
#banner{position: relative; width: 100%; height: 500px; overflow: hidden;}
#banner .banner img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto;}
#banner .banner_inner{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#banner .banner_inner .banner_title{font-size: 50px; color: #fff; font-weight: 700;}
.lnb{position: absolute; left: 50%; margin-top: -31px;transform: translateX(-50%); background-color: #fff; color: #111; width: 600px; height: 62px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);}
.lnb .lnb_wrap{display: flex; width: 100%; justify-content: space-evenly; text-align: center; align-items: center; line-height: 62px;}
.lnb .lnb_wrap li a{font-size: 17px; color: #111; font-weight: normal; box-sizing: border-box;}
.lnb .lnb_wrap li a:hover{color: #ff6600;}
.lnb_m select{display: none;}

#news{position: relative; margin: 150px auto;}
#news .news_wrap{display: flex; width: 90%; max-width: 1440px; justify-content: space-between; position: relative; margin: 50px auto; background-color: #F9F9F9; top: 100px; opacity: 0;}
#news .news_wrap:hover{background-color: #fff;outline-style: solid;outline-width: 2px;
outline-color: #ff6600;}
#news .news_wrap .news_text{ width: 100%; padding: 50px; padding-left: 100px ; display: flex; flex-direction: column; justify-content: space-evenly; box-sizing: border-box;}
#news .news_wrap .news_text .title{font-size: 20px; color: #111; }
#news .news_wrap .news_text .text1{font-size: 16px; color: #666; margin-top: 30px;}
#news .news_wrap .news_text .text2{font-size: 14px; color: #666; margin-top: 30px;}

#news .news_wrap .news_text .news_point{width: 80px; height: 80px; position: absolute; left: 0; top: 50px; background-color: #ff6600; text-align: center;}
#news .news_wrap .news_text .news_point p{ color: #fff; font-size: 16px; font-weight: 700;   margin: 15px 0;}
#news a .btn {position: relative; margin: 0 auto; border: 1px solid #111111; line-height: 60px; width: 140px; height: 60px; display: block; text-align: center;  margin-top: 100px; background-color: #FFF; box-sizing: border-box; cursor: pointer;}
#news a .btn:hover{border: 1px solid #ff6600; color: #ff6600;}
#news a .btn {font-size: 17px; font-weight: 700; color: #111111;}
/*news 테블릿 세로*/






/*recruitment 테블릿 세로*/

#recruitment{position: relative; margin: 150px auto; width: 100%; max-width: 1440px;}
#recruitment .recruitment_text_inner{text-align: center; position: relative; top: 100px; opacity: 0;}
#recruitment .recruitment_text_inner .title{font-size: 24px; color: #111;}
#recruitment .recruitment_text_inner .text{font-size: 14px; color: #4E4E4E; font-weight: 400;}
#recruitment .recruitment_text_inner .bar{width: 30px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}

#recruitment1{position: relative; width: 95%; max-width: 1200px; margin: 0 auto;}
#recruitment1 .recruitment_wrap1{position: relative; display: flex; justify-content: left;}
#recruitment1 .recruitment_wrap1 .img{width: 30%;left: -300px; opacity: 0; transition-duration: 0.5s;}
#recruitment1 .recruitment_wrap1 .img img{width: 100%;}
#recruitment1 .recruitment_wrap1 .text{width: 40%; padding: 30px; right: -300px; opacity: 0; transition-duration: 0.5s; transition-delay: 0.3s;}
#recruitment1 .recruitment_wrap1 .text h3{font-family: "HanwhaB"; font-weight: bold; font-size: 24px; color: #ff6600;}
#recruitment1 .recruitment_wrap1 .text h4{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 15px; color: #111;}
#recruitment1 .recruitment_wrap1 .text p{font-family: 'Noto Sans KR', sans-serif; font-weight: 400; font-size: 14px; color: #111; margin-top: 10px; line-height: 1.7;}

#recruitment2{position: relative; width: 95%; max-width: 1200px; margin: 0 auto;}
#recruitment2 .recruitment_wrap2{position: relative; display: flex; justify-content: right; margin-bottom: 100px;}
#recruitment2 .recruitment_wrap2 .img{width: 30%; right: -300px; opacity: 0; transition-duration: 0.5s;}
#recruitment2 .recruitment_wrap2 .img img{width: 100%;}
#recruitment2 .recruitment_wrap2 .text{width: 40%; text-align: right; padding: 30px; left: -300px; opacity: 0; transition-duration: 0.5s; transition-delay: 0.3s;}
#recruitment2 .recruitment_wrap2 .text h3{font-family: "HanwhaB"; font-weight: bold; font-size: 24px; color: #ff6600;}
#recruitment2 .recruitment_wrap2 .text h4{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 15px; color: #111;}
#recruitment2 .recruitment_wrap2 .text p{font-family: 'Noto Sans KR', sans-serif; font-weight: 400; font-size: 14px; color: #111; margin-top: 10px; line-height: 1.7;}

#value{position: relative; width: 100%; background-image: url(../img/value_bg.png); background-position: center; background-size: cover; margin: 0 auto;}
#value .recruitment_text_inner{text-align: center; padding: 50px 0 0 0; }
#value .recruitment_text_inner .title{font-size: 24px; color: #111; position: relative; top: 100px; opacity: 0;}
#value .recruitment_text_inner .bar{width: 30px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list{position: relative; margin: 0 auto; text-align: center; align-items: center; width: 100%; max-width: 1400px; }
#value .value_list .list{width: 60%; position: relative; margin: 0 auto; background-color: #FFF; padding: 30px 30px; top: 100px; opacity: 0; margin-top: 20px; height: 100%;}
#value .value_list .list .icon1 {background-image: url(../img/value_icon0.png);
background-size: 50px 50px; width: 50px; height: 50px; display: block; margin: 0 auto}
#value .value_list .list .title1{font-size: 18px; margin-top: 20px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar1{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text1{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 20px;}
#value .value_list .list .icon2 {background-image: url(../img/value_icon1.png);
background-size: 50px 50px; width: 50px; height: 50px; display: block; margin: 0 auto}
#value .value_list .list .title2{font-size: 18px; margin-top: 20px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar2{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text2{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 20px;}
#value .value_list .list .icon3 {background-image: url(../img/value_icon2.png);
background-size: 50px 50px; width: 50px; height: 50px; display: block; margin: 0 auto}
#value .value_list .list .title3{font-size: 18px; margin-top: 20px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar3{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text3{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 20px;}
/*recruitment 테블릿 세로*/





/*management 테블릿 세로*/
#management{position: relative; margin: 40px auto; width: 100%; max-width: 1440px; padding: 100px 0; overflow: hidden;}
#management .management_text_inner{text-align: center; position: relative;  top: 100px; opacity: 0; }
#management .management_text_inner .title{font-size: 24px; color: #111;}
#management .management_text_inner .text{font-size: 14px; color: #4E4E4E; font-weight: 400; line-height: 1.5;}
#management .management_text_inner .bar{width: 30px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}


#ethics{position: relative; margin: 0 auto; width: 100%; max-width: 1440px; overflow: hidden;}
#ethics .ethics_list{position: relative; text-align: center; align-items: center;}
#ethics .ethics_list li{width: 250px; height: 250px; border: 1px solid #999999; position: relative; background-color: none; box-sizing: border-box; margin: 0 auto; padding: 45px 0;  top: 100px; opacity: 0; margin-bottom: 10px;}
#ethics .ethics_list li:hover{border: 1px solid #ff6600;}
#ethics .ethics_list .img0{background-image: url(../img/mg0.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list .img1{background-image: url(../img/mg1.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list .img2{background-image: url(../img/mg2.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list h3{font-family: "HanwhaB"; font-weight: bold; font-size: 19px; color: #ff6600;}


#system{position: relative; width: 100%; background-image: url(../img/mg_bg.png); background-position: center; background-size: cover; margin: 150px 0 auto; padding: 20px; overflow: hidden;}
#system .system_text_inner{text-align: center; position: relative; top: 100px; opacity: 0;}
#system .system_text_inner .title{font-size: 24px; color: #111; margin-top: 40px; }
#system .system_text_inner .text{font-size: 14px; color: #4E4E4E; font-weight: 400; line-height: 1.5; margin-bottom: 20px;  line-height: 1.5;}
#system .system_text_inner .bar{width: 30px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}

#system .system_wrap{display: flex; flex-wrap:wrap; justify-content:space-between; margin: 0 auto 0; max-width:1440px; width: 100%; flex-grow: 1;}
#system .system_wrap .title{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 14px; color: #ff6600;}
#system .system_wrap .title1{ font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 19px; color: #111; margin-top: 8px;}
#system .system_wrap .text{font-family: 'Noto Sans KR', sans-serif; font-weight: 400 ; font-size: 15px; color: #333333; margin-top: 28px;}
#system .system_wrap{position: relative; margin: 0 auto; top: 100px; opacity: 0;}
#system .system_wrap li{width:80%;position: relative; margin: 14px auto;}
#system .system_wrap li > div{position: relative; background-color: #fff; padding: 30px 30px ;border: 1px solid transparent; min-height: 188px;}
#system .system_wrap li > div p{font-size: 16px;color: #666;font-weight: 500;}
#system .system_wrap li:hover > div{border: 1px solid #ff6600;}
#system .system_wrap li span{margin-top: 20px;text-align: right;font-size: 30px;font-weight: 900;color: #d6d6d6; position:absolute; right:40px; bottom:30px;}
#system .system_wrap li:hover span{color: #ff6600;} 
/*management 테블릿 세로*/





/*questions 테블릿 세로*/
#questions{position: relative; margin: 150px auto; width: 100%; max-width: 1440px;}
#questions .questions_text_inner{text-align: center; position: relative;}
#questions .questions_text_inner .title{font-size: 34px; color: #111;}
#questions .questions_text_inner .text{font-size: 20px; color: #4E4E4E; font-weight: 400; line-height: 2;}
#questions .questions_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}


#input .required{ display: inline-block;color: #ff6600;font-size: 18px; margin-left:5px; vertical-align: top; font-weight:500;}
#input{position: relative; width: 90%; max-width: 1440px; margin: 0 auto;}
#input .input_wrap{position: relative; display: flex; flex-wrap: wrap; flex-direction: row; margin: 0 auto;}
#input .input_wrap .flex{position: relative;width: 48%; margin: 0 auto;}
#input .input_wrap .flex .title{font-size: 22px; color: #111; font-weight: 700; position: relative; margin-bottom: 20px; font-family: 'Noto Sans KR', sans-serif;}
#input .input_wrap .flex select{width: 100%;height: 100%;border: none;font-size: 18px;padding: 14.5px 0;border-bottom: 1px solid #ddd;-webkit-transition: all 0.30s ease-in-out;color: #afafaf;font-weight: 500; background: url(/images/board/sel-arrow.png) no-repeat center right; padding-right:30px;} 
#input .input_wrap .flex input[type=text]{width: 100%;height: 100%;border: none;font-size: 18px;padding:15px 0;border-bottom: 1px solid #ddd;-webkit-transition: all 0.30s ease-in-out;color:#afafaf;font-weight: 500; margin-bottom: 70px;}
#input .input_wrap .flex:nth-child(5){width: 98%; margin: 0 auto; border: none;font-size: 18px;padding:15px 0;-webkit-transition: all 0.30s ease-in-out;color:#afafaf;font-weight: 500;}
#input .input_wrap .flex:last-child{width: 98%; }
#input .input_wrap .flex:last-child textarea{width: 100%;border: 1px solid #d8d8d8;box-sizing: border-box;border-radius: 0;}
#input .input_wrap .flex textarea{padding: 40px;font-size: 18px;}
#input .input_wrap .flex textarea::placeholder{font-weight: 500;color: #afafaf;}
#input .input_wrap .flex input[type=text]:focus,
#input .input_wrap .flex select:focus{outline: none; border-bottom: 1px solid #ff6600;}
#input .input_wrap .flex input[type=text]::placeholder{font-weight: 500;color: #afafaf;} 
#input .input_wrap .flex textarea{width: 100%;padding: 40px;font-size: 18px;}
#input .input_wrap .flex textarea::placeholder{font-weight: 500;color: #afafaf; }
#input .input_wrap .flex textarea:focus{outline: none; border: 1px solid #ff6600;}
#input a .btn {position: relative; margin: 100px auto; border: 1px solid #222; line-height:60px; width: 140px; height: 60px; display: block; text-align: center;  margin-top: 100px; background-color: #FFF; box-sizing: border-box; cursor: pointer;}
#input a .btn:hover{border: 1px solid #ff6600; color: #ff6600;}
#input a .btn {font-size: 17px; font-weight: 700; color: #222;}

.checkbox {display:inline-block; position:relative;}
.checkbox input[type=checkbox]+ label{font-size: 18px;color: #111;position: relative; }
.checkbox{position:relative;}
.checkbox input[type=checkbox]{ width: 24px; cursor: pointer; height: 24px; display: block; position: absolute; top: 0; left: 0px; margin: 0;z-index: 1;opacity: 0;}
.checkbox input[type=checkbox]+ label{position:relative; font-weight: normal;  padding:0 0 0 35px; display:block; height:24px; font-size:15px; margin-left: 8px;}
.checkbox input[type=checkbox]+ label:before {content: ""; display: inline-block; width:24px; height:24px; background:url('../img/check-off.png')no-repeat 50% 50%; position:absolute; top:0; left:4px;}
.checkbox label{margin-left: 5px;}
.checkbox input[type=checkbox]:checked + label:before {content: ""; background:url('../img/check-on.png')no-repeat 50% 50%; width:24px; height:24px;}
/*questions 테블릿 세로*/

}

























@media screen and (max-width:600px) {
/*news 모바일*/
#banner{position: relative; width: 100%; height: 350px; overflow: hidden;}
#banner .banner img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto;}
#banner .banner_inner{position: absolute; left: 50%; top: 50%; transform: translate(-50%, 5%);}
#banner .banner_inner .banner_title{font-size: 30px; color: #fff; font-weight: 700;}
.lnb_m{position: absolute; left: 50%; margin-top: -30px;transform: translateX(-50%); background-color: #fff; color: #111; width:320px; height: 60px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);}
.lnb_m .lnb_wrap_m{display: flex; width: 90%; justify-content: space-evenly; text-align: center; align-items: center; line-height: 60px; margin: 0 auto;}
.lnb_m .lnb_wrap_m li a{font-size: 13px; color: #111; font-weight: normal; box-sizing: border-box;}
.lnb_m .lnb_wrap_m li a:hover{color: #ff6600;}
.lnb_m .lnb_wrap_m select{width: 100%;height: 100%;border: none;font-size: 14px;padding: 20.5px 0;-webkit-transition: all 0.30s ease-in-out;color: #111;font-weight: 500; background: url(/images/board/sel-arrow.png) no-repeat center right; padding-right:30px; margin-bottom: 70px;} 
.lnb_m .lnb_wrap_m select:focus{outline: none; border: none;}

.lnb{display: none;}

#news{position: relative; margin: 100px auto;}
#news .news_wrap{display: flex; width: 90%; max-width: 1440px; justify-content: space-between; position: relative; margin: 35px auto; background-color: #F9F9F9; top: 100px; opacity: 0;}
#news .news_wrap:hover{background-color: #fff;outline-style: solid;outline-width: 2px;
outline-color: #ff6600;}
#news .news_wrap .news_text{ width: 100%; padding: 30px; padding-left: 60px ; display: flex; flex-direction: column; justify-content: space-evenly; box-sizing: border-box;}
#news .news_wrap .news_text .title{font-size: 15px; color: #111; }
#news .news_wrap .news_text .text1{font-size: 13px; color: #666; margin-top: 10px;}
#news .news_wrap .news_text .text2{display: none;}

#news .news_wrap .news_text .news_point{width: 50px; height: 50px; position: absolute; left: 0; top: 30px; background-color: #ff6600; text-align: center;}
#news .news_wrap .news_text .news_point p{ color: #fff; font-size: 13px; font-weight: 700;   margin: 6px 0;}
#news a .btn {position: relative; margin: 0 auto; border: 1px solid #111111; line-height: 50px; width: 130px; height: 50px; display: block; text-align: center;  margin-top: 50px; background-color: #FFF; box-sizing: border-box; cursor: pointer;}
#news a .btn:hover{border: 1px solid #ff6600; color: #ff6600;}
#news a .btn {font-size: 16px; font-weight: 700; color: #111111;}
/*news 모바일*/







/*recruitment 모바일*/
#recruitment{position: relative; margin: 150px auto; width: 100%; max-width: 1440px;}
#recruitment .recruitment_text_inner{text-align: center; position: relative; top: 100px; opacity: 0;}
#recruitment .recruitment_text_inner .title{font-size: 24px; color: #111;}
#recruitment .recruitment_text_inner .text{font-size: 14px; color: #4E4E4E; font-weight: 400;}
#recruitment .recruitment_text_inner .bar{width: 30px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}

#recruitment1{position: relative; width: 95%; max-width: 1200px; margin: 0 auto;}
#recruitment1 .recruitment_wrap1{position: relative; display: flex; justify-content: left;}
#recruitment1 .recruitment_wrap1 .img{width: 50%;left: -300px; opacity: 0; transition-duration: 0.5s;}
#recruitment1 .recruitment_wrap1 .img img{width: 100%;}
#recruitment1 .recruitment_wrap1 .text{width: 40%; padding: 30px; right: -300px; opacity: 0; transition-duration: 0.5s; transition-delay: 0.3s;}
#recruitment1 .recruitment_wrap1 .text h3{font-family: "HanwhaB"; font-weight: bold; font-size: 24px; color: #ff6600;}
#recruitment1 .recruitment_wrap1 .text h4{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 15px; color: #111;}
#recruitment1 .recruitment_wrap1 .text p{font-family: 'Noto Sans KR', sans-serif; font-weight: 400; font-size: 14px; color: #111; margin-top: 10px; line-height: 1.7;}

#recruitment2{position: relative; width: 95%; max-width: 1200px; margin: 0 auto;}
#recruitment2 .recruitment_wrap2{position: relative; display: flex; justify-content: right; margin-bottom: 100px;}
#recruitment2 .recruitment_wrap2 .img{width: 50%; right: -300px; opacity: 0; transition-duration: 0.5s;}
#recruitment2 .recruitment_wrap2 .img img{width: 100%;}
#recruitment2 .recruitment_wrap2 .text{width: 40%; text-align: right; padding: 30px; left: -300px; opacity: 0; transition-duration: 0.5s; transition-delay: 0.3s;}
#recruitment2 .recruitment_wrap2 .text h3{font-family: "HanwhaB"; font-weight: bold; font-size: 24px; color: #ff6600;}
#recruitment2 .recruitment_wrap2 .text h4{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 15px; color: #111;}
#recruitment2 .recruitment_wrap2 .text p{font-family: 'Noto Sans KR', sans-serif; font-weight: 400; font-size: 14px; color: #111; margin-top: 10px; line-height: 1.7;}

#value{position: relative; width: 100%; background-image: url(../img/value_bg.png); background-position: center; background-size: cover; margin: 0 auto;}
#value .recruitment_text_inner{text-align: center; padding: 50px 0 0 0; }
#value .recruitment_text_inner .title{font-size: 24px; color: #111; position: relative; top: 100px; opacity: 0;}
#value .recruitment_text_inner .bar{width: 30px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list{position: relative; margin: 0 auto; text-align: center; align-items: center; width: 100%; max-width: 1400px; height: 100%;}
#value .value_list .list{width: 60%; position: relative; margin: 0 auto; background-color: #FFF; padding: 30px 30px; top: 100px; opacity: 0; margin-top: 20px;}
#value .value_list .list .icon1 {background-image: url(../img/value_icon0.png);
background-size: 50px 50px; width: 50px; height: 50px; display: block; margin: 0 auto}
#value .value_list .list .title1{font-size: 18px; margin-top: 20px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar1{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text1{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 20px;}
#value .value_list .list .icon2 {background-image: url(../img/value_icon1.png);
background-size: 50px 50px; width: 50px; height: 50px; display: block; margin: 0 auto}
#value .value_list .list .title2{font-size: 18px; margin-top: 20px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar2{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text2{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 20px;}
#value .value_list .list .icon3 {background-image: url(../img/value_icon2.png);
background-size: 50px 50px; width: 50px; height: 50px; display: block; margin: 0 auto}
#value .value_list .list .title3{font-size: 18px; margin-top: 20px; font-family: "HanwhaB"; font-weight: bold;}
#value .value_list .list .bar3{width: 25px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}
#value .value_list .list .text3{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 15px; margin-top: 20px;}
/*recruitment 모바일*/





/*management 모바일*/
#management{position: relative; margin: 40px auto; width: 100%; max-width: 1440px; overflow: hidden;}
#management .management_text_inner{text-align: center; position: relative;  top: 100px; opacity: 0; padding:60px;}
#management .management_text_inner .title{font-size: 24px; color: #111;}
#management .management_text_inner .text{font-size: 14px; color: #4E4E4E; font-weight: 400; line-height: 1.5;}
#management .management_text_inner .bar{width: 30px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}


#ethics{position: relative; margin: 0 auto; width: 100%; max-width: 1440px;overflow: hidden;}
#ethics .ethics_list{position: relative; text-align: center; align-items: center;}
#ethics .ethics_list li{width: 230px; height: 230px; border: 1px solid #999999; position: relative; background-color: none; box-sizing: border-box; margin: 0 auto; padding: 40px 0;  top: 100px; opacity: 0; margin-bottom: 10px;}
#ethics .ethics_list li:hover{border: 1px solid #ff6600;}
#ethics .ethics_list .img0{background-image: url(../img/mg0.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list .img1{background-image: url(../img/mg1.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list .img2{background-image: url(../img/mg2.png); background-size: 62px 75px; width: 62px; height: 75px; display: block; margin: 0 auto; margin-bottom: 45px;}
#ethics .ethics_list h3{font-family: "HanwhaB"; font-weight: bold; font-size: 19px; color: #ff6600;}


#system{position: relative; width: 100%; background-image: url(../img/mg_bg.png); background-position: center; background-size: cover; margin: 150px 0 auto;overflow: hidden;}
#system .system_text_inner{text-align: center; position: relative; padding: 50px; top: 100px; opacity: 0;}
#system .system_text_inner .title{font-size: 24px; color: #111; }
#system .system_text_inner .text{font-size: 14px; color: #4E4E4E; font-weight: 400; line-height: 1.5; margin-bottom: 20px;  line-height: 1.5;}
#system .system_text_inner .bar{width: 30px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}

#system .system_wrap{display: flex; flex-wrap:wrap; justify-content:space-between; margin: 0 auto 0; max-width:1440px; width: 100%; flex-grow: 1;}
#system .system_wrap .title{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 14px; color: #ff6600;}
#system .system_wrap .title1{ font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-size: 19px; color: #111; margin-top: 8px;}
#system .system_wrap .text{font-family: 'Noto Sans KR', sans-serif; font-weight: 400 ; font-size: 15px; color: #333333; margin-top: 28px;}
#system .system_wrap{position: relative; margin: 0 auto; top: 100px; opacity: 0;}
#system .system_wrap li{width:70%;position: relative; margin: 20px auto;}
#system .system_wrap li > div{position: relative; background-color: #fff; padding: 40px 40px ;border: 1px solid transparent; min-height: 188px;}
#system .system_wrap li > div p{font-size: 16px;color: #666;font-weight: 500;}
#system .system_wrap li:hover > div{border: 1px solid #ff6600;}
#system .system_wrap li span{margin-top: 20px;text-align: right;font-size: 30px;font-weight: 900;color: #d6d6d6; position:absolute; right:40px; bottom:30px;}
#system .system_wrap li:hover span{color: #ff6600;}
/*management 모바일*/







/*questions 모바일*/
#questions{position: relative; margin: 150px auto; width: 100%; max-width: 1440px;}
#questions .questions_text_inner{text-align: center; position: relative;}
#questions .questions_text_inner .title{font-size: 34px; color: #111;}
#questions .questions_text_inner .text{font-size: 20px; color: #4E4E4E; font-weight: 400; line-height: 2;}
#questions .questions_text_inner .bar{width: 50px; height: 4px;background-color: #ff6600; position: relative; margin: 25px auto;}


#input .required{ display: inline-block;color: #ff6600;font-size: 18px; margin-left:5px; vertical-align: top; font-weight:500;}
#input{position: relative; width: 90%; max-width: 1440px; margin: 0 auto;}
#input .input_wrap{position: relative; margin: 0 auto;}
#input .input_wrap .flex{position: relative;width: 100%; margin: 0 auto;}
#input .input_wrap .flex .title{font-size: 18px; color: #111; font-weight: 700; position: relative; margin-bottom: 20px; font-family: 'Noto Sans KR', sans-serif;}
#input .input_wrap .flex select{width: 100%;height: 100%;border: none;font-size: 14px;padding: 14.5px 0;border-bottom: 1px solid #ddd;-webkit-transition: all 0.30s ease-in-out;color: #afafaf;font-weight: 500; background: url(/images/board/sel-arrow.png) no-repeat center right; padding-right:30px; margin-bottom: 70px;} 
#input .input_wrap .flex input[type=text]{width: 100%;height: 100%;border: none;font-size: 14px;padding:15px 0;border-bottom: 1px solid #ddd;-webkit-transition: all 0.30s ease-in-out;color:#afafaf;font-weight: 500; margin-bottom: 70px;}
#input .input_wrap .flex:nth-child(5){width: 98%; margin: 0 auto; border: none;font-size: 14px;padding:15px 0;-webkit-transition: all 0.30s ease-in-out;color:#afafaf;font-weight: 500;}
#input .input_wrap .flex:last-child{width: 98%; }
#input .input_wrap .flex:last-child textarea{width: 100%;border: 1px solid #d8d8d8;box-sizing: border-box;border-radius: 0;}
#input .input_wrap .flex textarea{padding: 40px;font-size: 14px;}
#input .input_wrap .flex textarea::placeholder{font-weight: 500;color: #afafaf;}
#input .input_wrap .flex input[type=text]:focus,
#input .input_wrap .flex select:focus{outline: none; border-bottom: 1px solid #ff6600;}
#input .input_wrap .flex input[type=text]::placeholder{font-weight: 500;color: #afafaf;} 
#input .input_wrap .flex textarea{width: 100%;padding: 40px;font-size: 14px;}
#input .input_wrap .flex textarea::placeholder{font-weight: 500;color: #afafaf; }
#input .input_wrap .flex textarea:focus{outline: none; border: 1px solid #ff6600;}
#input a .btn {position: relative; margin: 100px auto; border: 1px solid #222; line-height: 50px; width: 130px; height: 50px; display: block; text-align: center;  margin-top: 100px; background-color: #FFF; box-sizing: border-box; cursor: pointer;}
#input a .btn:hover{border: 1px solid #ff6600; color: #ff6600;}
#input a .btn {font-size: 16px; font-weight: 700; color: #222;}

.checkbox {display:inline-block; position:relative;}
.checkbox input[type=checkbox]+ label{font-size: 14px;color: #111;position: relative; }
.checkbox{position:relative;}
.checkbox input[type=checkbox]{ width: 24px; cursor: pointer; height: 24px; display: block; position: absolute; top: 0; left: 0px; margin: 0;z-index: 1;opacity: 0;}
.checkbox input[type=checkbox]+ label{position:relative; font-weight: normal;  padding:0 0 0 35px; display:block; height:24px; font-size:15px;}
.checkbox input[type=checkbox]+ label:before {content: ""; display: inline-block; width:24px; height:24px; background:url('../img/check-off.png')no-repeat 50% 50%; position:absolute; top:0; left:4px;}
.checkbox label{margin-left: 5px;}
.checkbox input[type=checkbox]:checked + label:before {content: ""; background:url('../img/check-on.png')no-repeat 50% 50%; width:24px; height:24px;}
/*questions 모바일*/

}


