﻿@charset "utf-8";

@import url("fonts/NotoSans_font.css");



/*reset*/

/* CSS Document */

*{margin:0; padding:0; box-sizing:border-box;}
body{
    font-family: 'Noto Sans R', sans-serif;
    font-size:15px; line-height:20px;
    color:#252525;
}
ul, ol{list-style:none;}
img{
    border:0;
    vertical-align: middle;
}
a{
    color:#252525; text-decoration:none;
}

.cf:after{
    content: ""; display: block; clear: both;
}







body{font-family: 'Noto Sans KR', 'NanumBarunGothic', dotum, sans-serif;font-weight: 100;}




#header{
    width: 100%;
}
#headerin{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 236px;
}
#headerin .logo{
    width: 176px;
    margin: 0px auto 61px;
    padding-top: 63px;
}
#headerin .gnb{position:absolute;top: 180px;right:0;width: 1200px;border-top: 2px solid #cdcdcd;border-bottom: 2px solid #0057a4;z-index: 100;}
#headerin .gnb > ul{
    width: 861px;
    margin: 0 auto;
}
#headerin .gnb ul:after{
    display:block;
    clear:both;
    content:"";
}
#headerin .gnb .d1{float:left;position:relative;width: 215px;text-align: center;position: relative;}
#headerin .gnb .d1:after{
    content:"";
    display:block;
    clear:both;
    width:1px;
    height: 17px;
    background: #cdcdcd;
    position: absolute;
    top: 21px;
    right: -1px;
}
#headerin .gnb .d1:last-child:after{display:none;}
#headerin .gnb .d1 .m{display:block;line-height: 54px;font-size: 17px; font-family:'Noto Sans M', dotum, sans-serif;}
#headerin .gnb .d1 .d2{

    width:100%;
    height:160px;
    display:none;

}
#headerin .gnb .d1:last-child .d2{width:100%;}
#headerin .gnb .d1 .d2 ul{padding-top:15px;}
#headerin .gnb .d1 .d2 li{margin-bottom:12px;text-align: left;}
#headerin .gnb .d1 .d2 li a{font-size:15px;font-family:'Noto Sans M', dotum, sans-serif;}
#headerin .gnb .d1:hover .m{color:#0072bc;}
#headerin .gnb .d1 .d2 li:hover a{color:#0072bc;}
#headerin .subBg{position:absolute; top:60px; left:0; width:100%; height:160px;
    background:#FC6; display:none;}

#headerin .gnb  li:nth-child(1) .d2 ul > li{padding-left:59px}
#headerin .gnb  li:nth-child(2) .d2 ul > li{padding-left:70px}
#headerin .gnb  li:nth-child(3) .d2 ul > li{padding-left:77px}
#headerin .gnb  li:nth-child(4) .d2 ul > li{padding-left:62px}

.subBg{
    background:#f8f8f8;
    position:absolute;
    top: 235px;
    left: 50%;
    width: 1200px;
    height:160px;
    display:none;
    margin-left: -600px;
    z-index: 99;
    border:1px #cccccc solid;
}


.search{
    width: 250px;
    position: absolute;
    top: 70px;
    left: 0px;
}
#hd_sch{
    border: none;
}
#hd_sch #sch_stx{width:200px;font-size: 14px;}
#hd_sch #sch_submit{}
#hd_sch .sch_submit-s{display: none}

.utill{
    position: absolute;
    right: 0px;
    top: 80px;
}
.utill li{
    float: left;
    margin-left: 30px;
    padding-left: 16px;
    background-position: 0 3px;
    line-height: 18px;
    font-family:'Noto Sans M', dotum, sans-serif;
}
.utill li a{
    font-size: 14px;
    color: #959595;
    font-family:'Noto Sans M', dotum, sans-serif;
}

.u1{background: url("/theme/jobschool/img/h_ico_01.png") no-repeat;}
.u2{background: url("/theme/jobschool/img/h_ico_02.png") no-repeat;}
.u3{background: url("/theme/jobschool/img/h_ico_03.png") no-repeat;}





/*푸터*/

#floatMenu {
    position: absolute;
    width: 140px;
    left: 50%;
    top: 269px;
    color: #fff;
    margin-left: 622px;
}
#floatMenu li{
    margin-bottom: 20px;
}
#floatMenu li:nth-child(1){margin-bottom:12px;}
#floatMenu li:nth-child(2){/* margin-bottom:22px; */}
#footer{
    width: 100%;
    background: #ececec;
    padding-top: 50px;
}
#footerin{
    width: 1200px;
    margin: 0 auto;
    height: 380px;
}
.f_row1{
    position: relative;
    height: 153px;
    border-bottom: 1px solid #b7b7b7;
}
.fmenu{}
.fmenu:after{display:block; clear:both; content:"";}
.fmenu ul{
    float: left;
    width: 190px;
}
.fmenu li{
    font-size: 14px;
    margin-bottom: 15px;
    font-family:'Noto Sans R', dotum, sans-serif;
}
.fmenu li a{}
.fmenu li.tlt {margin-bottom:24px;}
.fmenu li.tlt a{font-weight:bold;}
.f_txt{
    position: absolute;
    top: 0;
    right: 0px;
}
.f_txt p{background: url("/theme/jobschool/img/check.png") no-repeat;width: 235px;line-height: 40px;background-color: #fff;margin-bottom: 10px;padding-left: 42px;background-position: 18px 13px;}
.f_txt a{
    font-size: 14px;
    font-family:'Noto Sans M', dotum, sans-serif;
    color:#707070;
}
.f_row2{
    padding-top: 40px;
}
.f_row2:after{
    display:block;
    clear:both;
    content:"";
}
.f_logo{
    float: left;
    margin-right: 40px;
}
.f_info{
    float: left;
}
.f_info p{margin-bottom:12px; color:#707070;}



/*메인*/
#main_container{
    width: 1200px;
    margin: 19px auto;
}
.mainSlider{
    position: relative;
}
.mainSlider ul{}
.mainSlider ul li{}
.bx-default-pager{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 100;
    width: 100%;
}
.bx-default-pager .bx-pager-item{
    display: inline-block;
}
.bx-default-pager a{
    height: 11px;
    width: 11px;
    border: 2px solid #fff;
    display: block;
    text-indent: -9999px;
    border-radius: 50%;
    margin: 0 3px;
}
.bx-default-pager a.active{background:#fff;}
.bx-controls-direction{/* display:none */position: absolute;top: 210px;z-index: 100;width: 100%;opacity: 0.7;}
.cont2 .row2 .bx-controls-direction {
    display: none;
}
#map {
    max-width: 700px;
    width: 100%;
    height: 520px;
    display: inline-block;
}
.bx-controls-direction:hover{opacity:1; -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;}}

span{height:40px; width:40px; display:block; position:relative;}



.mainSlider .bx-next{/* overflow:hidden; */width:25px;text-indent:-9999px;display:block;position: absolute;right: 30px;}
.mainSlider .bx-next:before{content:'';height: 40px;width: 40px;display:block;border:5px solid #fff;border-left-width:0;border-top-width:0;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);position:absolute;top:7px;right:7px;}


.mainSlider .bx-prev{/* overflow:hidden; */width: 25px;text-indent:-9999px;display:block;position: absolute;left: 30px;}

.mainSlider .bx-prev:before{content:'';height: 40px;width: 40px;display:block;border:5px solid #fff;border-right-width:0;border-bottom-width:0;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);position:absolute;top:7px;left:7px;}


.main_row_01{}
.main_row_01:after{
    display:block;
    clear:both;
    content:"";
}
.main_row_01 .box1{
    float: left;
}
.main_row_01 .box1 .img{}
.main_row_01 .box1 .txt{}
.main_row_01 .box1 .txt:after{
    display:block;
    clear:both;
    content:"";
}
.main_row_01 .box1 .txt a{
    width: 390px;
    line-height: 90px;
    color: #fff;
    font-size: 20px;
    display: block;
    float: left;
    font-weight: bold;
    /* background-position: 140px 31px !important; */
    padding-left: 175px;
}
.main_row_01 .box1 .txt .i1{
    background: url("/theme/jobschool/img/m_ico01.png") no-repeat;
    background-color: #0057a4;
    background-position: 140px 33px;
}
.main_row_01 .box1 .txt .i2{
    background: url("/theme/jobschool/img/m_ico02.png") no-repeat;
    background-color: #1cbbb4;
    background-position: 138px 33px;
}
.main_row_01 .box2{
    float: left;
    background: #89cbe6;
    padding: 40px;
    position: relative;
    height: 420px;
}
.main_row_01 .box2 > a{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    /* top: 3px; */
    /* right: 80px; */
    top: 46px;
    right: 37px;
}
.more {
    display: inline-block;
    position: relative;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 2px;
    height: 16px;
    background: #0057a4;
    position: absolute;
    /* top: 41px; */
    /* right: 26px; */
}
.more:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -7px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background: #0057a4;
}
.box2 h4{
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: bold;
}
.main_row_01 .box2 .img{
    margin-bottom: 29px;
}
.al{}
.al li{position:relative;padding-left: 10px;width: 340px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 22px;}
.al li:last-child{margin-bottom:0px;}
.al li:after{content:"";display:block;width:2px;height:2px;background:#004a80;position:absolute;top: 10px;left: 0px;}
.al li a{
    font-size:15px;
    display: block;/* width: 340px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family:'Noto Sans R', dotum, sans-serif;
}
.main_row_02{
    padding-top: 97px;
}
.main_row_02 h3{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.main_row_02 h3 span{
    color: #0072bc;
}
.main_row_02 > .txt{
    font-size: 25px;
    text-align: center;
    letter-spacing:-1px;
    font-family:'Noto Sans M', dotum, sans-serif;
    letter-spacing: -1.5px;

}
.main_row_02 .more2{
    width: 160px;
    height: 40px;
    background: #0057a4;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    margin: 40px auto;
    font-size: 16px;
}
.job_wrap{
    width: 1200px;
}
.job_wrap ul{}
.job_wrap ul:after{
    display:block;
    clear:both;
    content:"";
}
.job_wrap li{
    width: 380px;
    height: 207px;
    border: 1px solid #cccccc;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.job_wrap li:hover{border:3px solid #00aef0}
.job_wrap li:hover a{border:none;}
.job_wrap li:nth-child(3n){margin-right:0px;}
.job_wrap a{
    border-top: 2px solid #0072bc;
    display: block;
}
.job_wrap .img{
    width: 100%;
    height: 97px;
    line-height: 97px;
    text-align: center;
}
.job_wrap .img img{width: 146px;}
.job_wrap .txt{}
.job_wrap .txt span{
    font-size: 15px;
    display: block;
    width: 315px;
    margin: 0 auto;
    color: #707070;
    font-family:'Noto Sans R', dotum, sans-serif;
}
.job_wrap .txt b{
    font-size: 18px;
    display: block;
    width: 315px;
    margin: 1px auto 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.job_wrap .txt em{
    font-size: 14px;
    font-style: normal;
    display: block;
    width: 315px;
    margin: 0 auto;
    color: #a1a1a1;
    font-family:'Noto Sans M', dotum, sans-serif;
    letter-spacing:-0.5px;
}
.job_wrap .txt i{
    font-style: normal;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    display: inline-block;
    background: #00aef0;
    color: #fff;
    margin-left: 10px;
    margin-right: 5px;
}
.main_row_03{
    margin-top: 20px;
}
.main_row_03 img{}
.main_row_04{
    margin-top: 50px;
    margin-bottom: 50px;
}
.main_row_04:after{
    display:block;
    clear:both;
    content:"";
}
.main_row_04 .box1{width:451px;height:215px;position: relative;border-right: 1px solid #cdcdcd;float: left;}

.main_row_04 .box1 h4{font-size:20px;margin-bottom: 28px;/* margin-top: -5px; */font-weight: bold;}
.main_row_04 .box2{
    float: right;
    /* border-left: 1px solid #cdcdcd; */
    /* padding-left: 30px; */
}



.main_row_04 .box1 > a{width:20px;height:20px;display: block;position: absolute;top: 3px;right: 80px;}
.main_row_04 .more{
    display: inline-block;
    position: relative;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 2px;
    height: 20px;
    background: #0057a4;
    /* position: absolute; */
    /* top: 3px; */
    /* right: 80px; */
}
.main_row_04 .more:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #0057a4;
}

.main_row_05 { border-top: 1px solid #b7b7b7; text-align: center; margin-bottom: 20px;}
.main_row_05 ul li  { display: inline-block; margin: 20px 50px 0 0;}
.main_row_05 ul li:last-child  { margin-right: 0; }





/*서브*/

.tlt_form{
    width: 1200px;
    position: relative;
    margin-bottom: 60px;
}
.tlt_form .txt{}
.tlt_form .txt p{
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 18px;
    font-weight: normal;
    letter-spacing: -1.5px;
}
.tlt_form .txt span{
    font-size: 20px;
    color: #0072bc;
    font-weight: bold;
}
.tlt_form .img{
    position: absolute;
    right: 0;
    bottom: 0;
}



.company{
    width: 1200px;
}
.company p{
    font-size: 25px;
    text-align: center;
    margin-top: 59px;
    margin-bottom: 38px;
    font-family:'Noto Sans M', dotum, sans-serif;
    letter-spacing:-1px;
}
.company p b{color:#0054a6;font-weight: bold;}
.company span{
    text-align: center;
    display: block;
    margin-bottom: 63px;
    line-height: 26px;
    font-size: 15px;
    font-family:'Noto Sans M', dotum, sans-serif;
    color:#a4a3a3;
}
.company .img2{
    display: block;
    margin: 0 auto 80px;
}
.company .box{}
.company .box:after{display:block; clear:both; content:"";}
.company .box > li{
    width: 346px;
    float: left;
    margin-right: 80px;
}
.company .box > li:last-child{margin-right:0px}
.company .box > li .img{}
.company .box > li ul{}
.company .box > li li{
    position:relative;
    padding-left:10px;
    margin-bottom: 10px;
    font-size: 15px;
    color:#a1a1a1;
    font-family:'Noto Sans M', dotum, sans-serif;
}
.company .box > li li:after{content:"";display:block;width:2px;height:2px;background:#004a80;position:absolute;top: 10px;left: 0px;}
.company .box > li .tlt{
    font-size: 20px;
    text-align: center;
    padding-left:0px;
    margin-top: 26px;
    margin-bottom: 29px;
    line-height: 25px;
    height: 46px;
    font-family:'Noto Sans M', dotum, sans-serif;
    letter-spacing:-1px;
    color:#363636;

}
.company .box > li .tlt:after{display:none;}


.coach{width:1200px;border-top: 2px solid #252525;}
.coach ul{
    /* border-top: 2px solid #252525; */
    border-bottom: 1px solid #d7d7d7;
}
.coach ul:after{
    display:block;
    clear:both;
    content:"";
}
.coach li{
    width: 25%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: -1px;
}
.coach li:last-child{margin-right:0px}
.coach .img{
    margin-bottom: 17px;
    margin-top: 30px;
}
.coach .txt{
    text-align: center;
    margin-bottom: 36px;
    font-size: 16px;
    font-family:'Noto Sans M', dotum, sans-serif;
}


.coach_in{width:1200px;border-top: 2px solid #000000;border-bottom: 1px solid #d7d7d7;padding: 30px 0px;}
.coach_in:after{
    display:block;
    clear:both;
    content:"";
}
.coach_in .img{
    float: left;
    margin-left: 9px;
}
.coach_in .txt{
    float: right;
}
.coach_in .txt table{
    width: 865px;
    border-top: 1px solid #d7d7d7;
}
.coach_in .txt table th{
    background: #ececec;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px;
}
.coach_in .txt table td{border-bottom: 1px solid #d7d7d7;padding: 20px;}




.input_form{
    width: 1200px;
    margin-bottom: 80px;
}
.input_form h5{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
}
.nm{margin-top: 0px !important;}
.input_form .row{
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 17px 0px;
}
.input_form .in{}
.input_form .in:after{
    display:block;
    content:"";
    clear:both;
}
.input_form .in li{
    margin-bottom: 12px;
}
.input_form .in li .file_del{
    line-height: 40px; display: inline-block; margin-left: 15px;
}
.input_form .in li:after{
    display:block;
    clear:both;
    content:"";
}
.input_form .in .th{
    position: relative;
    font-size: 16px;
    padding-left: 10px;
    float: left;
    width: 25%;
    line-height: 48px;
    font-family:'Noto Sans M', dotum, sans-serif;
}
.input_form .in .th01{
    position: relative;
    font-size: 16px;
    padding-left: 50px;
    float: left;
    width: 25%;
    line-height: 48px;
    font-family:'Noto Sans R', dotum, sans-serif;
}
.input_form .in .th:after{
    display:block;
    clear:both;
    content:"";
    width:3px;
    height:3px;
    background:#0054a6;
    position: absolute;
    top: 22px;
    left: 1px;
}
.input_form .in .th.none:after{
    display: none;
}
.input_form .in .th01:after{
    display:block;
    clear:both;
    content:"";
    width:3px;
    height:3px;
    background:#0054a6;
    position: absolute;
    top: 22px;
    left: 40px;
}
.input_form .in .th01:after{
    display:block;
    clear:both;
    content:"";
    width:3px;
    height:3px;
    background:#0054a6;
    position: absolute;
    top: 22px;
    left: 40px;
}
.input_form .in .th1{
    line-height: 108px;}
.input_form .in .th1:after{
    top: 52px;
    left: 1px;
}
.input_form .in .th2{
    line-height: 169px;
}
.input_form .in .th2:after{
    top: 82px;
    left: 1px;
}
.input_form .in .th3{
    line-height: 96px;
}
.input_form .in .th3:after{
    top: 46px;
    left: 1px;
}
.input_form .in .th4{
    line-height: 300px;
    height: 300px;
}
.input_form .in .th4:after{
    top: 148px;
    left: 1px;
}
.input_form .in .td{
    float: left;
    width: 25%;
}
.input_form .in .al2{
    width: 75%;
}
.input_form .in .td2{
    float: left;
}
.input_form .in .td:after{
    display:block;
    clear:both;
    content:"";
}
.input_form .in .td span{display:block;/* height: 48px; */line-height: 48px;margin-top: 12px;/* margin-bottom: 12px; */}
.input_form .in .td .c_row2{
    line-height: 20px;
}
.input_form .in .td .c_row2{/* margin-right:10px */width: 216px;display: inline-block; font-family:'Noto Sans R', dotum, sans-serif;}
.input_form .in .td span:after{
    display:block;
    clear:both;
    content:"";
}
.input_form .in .td em, .input_form .in .td2 em{font-style:normal;padding: 0px 5px;}
.input_form .in .td i{font-style:normal;padding: 0px 5px;}
.input_form .in1 li{
    width: 100%;
    float: left;
}
.input{
    border: 1px solid #c2c2c2;
    height: 48px;
    padding-left: 10px;
    box-sizing: border-box;
}
.input01{
    float: left;
    width: 543px;
}
.input02{width: 642px;}
.input03{
    width: 642px;
}
.input04{
    width: 642px;
}
.input05{
    width: 642px;
}
.input06{
    width: 120px;
}
.input07{
    margin-left: 6px;
    width: 150px;
}
.input08{
    width: 100%;
}
.input09{width:922px;}
.input11{
    width: 120px;
    /* float: left; */
    margin-right: 10px;
}
.input12{
    width: 642px;
}
.input13{width:100px;margin-left: 10px;margin-right: 10px;}
.input14{max-width: 640px !important;border: 1px solid #c2c2c2 !important;}
.i_btn1{
    width: 120px;
    height: 48px;
    background: #252525;
    color: #fff;
    display: inherit;
    line-height: 48px;
    text-align: center;
    /* float: left; */
    display: inline-block;
    position: relative;
    top: 2px;
}
.i_btn2{
    height: 48px;
    width: 99px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    background: #e2e2e2;
    border: 1px solid #c2c2c2;
    border-left: 0px;
    float: left;
}
.i_btn3{
    width: 120px;
    height: 48px;
    line-height: 48px;
    display: block;
    margin: 30px auto 0;
    color: #fff;
    background: #252525;
    text-align: center;
}
.i_btn4{
    width: 120px;
    height: 40px;
    color: #fff;
    background: #0072bc;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0px;
    border: 0;
    font-weight: bold;
}

.i_btn4_1{
    width: 120px;
    height: 40px;
    color: #fff;
    background: #252525;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0px;
    border: 0;
    font-weight: bold;
}
.i_btn5{
    width: 120px;
    height: 40px;
    color: #fff;
    background: #acacac;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
}
.btn_box{text-align:center;}
.btn_box .i_btn4{display:inline-block;}
.input_form .row textarea{
    width: 1200px;
    height: 160px;
    border: 1px solid #d7d7d7;
    padding: 20px;
}
.input_form .row box{}





.job_wrap .row1{
    width: 318px;
    height: 116px;
    margin: 0 auto;
    position: relative;
    padding-left: 104px;
    padding-top: 24px;
    line-height: 22px;
    border-bottom: 1px solid #cccccc;
    margin-top: 11px;
}
.job_wrap .row1 .img1{
    position: absolute;
    left: 0;
    top: 21px;
}
.job_wrap .row1 .txt1{font-size: 15px; color: #707070}
.job_wrap .row1 .txt2{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    overflow:hidden;text-overflow:ellipsis;line-height:25px;height:50px;
    word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical
}
.job_wrap .row2{
    width: 318px;
    margin: 20px auto;
    font-size: 14px; color: #a1a1a1;
    font-family:'Noto Sans M', dotum, sans-serif;
    overflow:hidden;text-overflow:ellipsis;line-height:25px;height:25px;
    word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical

}
.job_wrap .row2 i{font-style:normal; margin-left:10px;}

.work{
    width: 1200px;
    border-top: 2px solid #000;
    padding-top: 30px;
}
.work .info{}
.work .info table{
    width: 100%;
    border-top: 1px solid #d7d7d7;
}
.work .info table th{
    background: #ececec;
    border-bottom: 1px solid #d7d7d7;
    text-align: left;
    padding-left: 26px;
    width: 160px;
}
.work .info table td{
    border-bottom: 1px solid #d7d7d7;
    /* line-height: 60px; */
    padding: 17px 0px;
    padding-left: 20px;
    font-family:'Noto Sans R', dotum, sans-serif;
}
.work .info table td.type2{line-height: 30px;}
.pre_line{white-space: pre-line;}
.work .img_box{
    text-align: center;
}
.work .com_img{width: 277px;height: 180px;margin: 0 auto 20px;border: 1px solid #d7d7d7;line-height: 180px;overflow: hidden;}
.work .com_img img{width: 100%;/* height: 100%; */padding: 20px;}
.work h5{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 50px;
}
.work .box{
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 27px;
    padding-bottom: 45px;
    padding-left: 10px;
    white-space: pre-line;
    font-family:'Noto Sans R', dotum, sans-serif;
}
.work .box1{
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
}
.work p{padding-top:30px;padding-left: 10px;}
.work .box .tlt{
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0px;
    padding-top: 21px;
    padding-bottom: 24px;
    padding-left: 10px;
}
.work1{border-bottom:1px solid #d7d7d7;padding-bottom: 50px;}
.work1 .txt{text-align:center; font-size:18px}
.work1 .row{
    width: 652px;
    margin: 0 auto 30px;
}
.work1 p:after{display:block; clear:both; content:"";}



.com_wrap{width:1200px;border-top: 2px solid #000000;padding-top: 30px; overflow: hidden}
.com_wrap .box_l{float:left;}
.com_wrap .box_r{width:873px; float:right;}
.com_img2 {
    width: 277px;
    border: 1px solid #d7d7d7;
    line-height: 180px;
    text-align:center;
}
.com_img2 a img{
    width: 100%;
    padding: 20px;
}
.info table{
    width: 100%;
    border-top: 1px solid #d7d7d7;
}
.info table th{
    background: #ececec;
    border-bottom: 1px solid #d7d7d7;
    text-align: left;
    padding-left: 26px;
    width: 160px;
}
.info table td{
    border-bottom: 1px solid #d7d7d7;
    /* line-height: 60px; */
    padding-left: 50px;
    padding: 17px 0px;
    padding-left: 50px;
}
.t_row{}
.com_wrap .cont1{}
.com_wrap .cont1:after{
    display:block;
    clear:both;
    content:"";
}
.com_wrap .cont2{margin-top:50px}

/*탭*/
.cont2 .tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 57px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 100%;
    font-family:"dotum";
    font-size:12px;
    background: #ececec;
    border-bottom: 1px solid #0072bc;
}
.cont2 .tabs:after{
    display:block;
    clear:both;
    content:"";
}
.cont2 .tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width: 200px;
    /* height: 31px; */
    line-height: 55px;
    border: 1px solid #ececec;
    border-left: none;
    font-weight: bold;
    background: #ececec;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #0072bc;
    font-size: 15px;
    border-right: 1px solid #c2c2c2;
}
.cont2 .tabs li.active {
    background: #FFFFFF;
    border: 1px solid #0072bc;
    color: #0072bc;
    border-bottom: 1px solid #FFFFFF;
    color: #0072bc !important;
}
.cont2 .tab_container {
    /* border: 1px solid #eee; */
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
}

.cont2 .tab_container .tab_content > ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.cont2 .tab_container .tab_content > ul > li {
    padding:5px;
    list-style:none
}

.cont2 .tab_container .row{
    padding:30px 48px 50px;
    font-size: 15px;
    border-bottom: 1px solid #d7d7d7;
    font-family: 'Noto Sans M', 'NanumBarunGothic', dotum, sans-serif;
}

.cont2 .row2{
    padding: 40px 30px;
    border-bottom: 1px solid #d7d7d7;
}
.cont2 .row2 h5{
    font-size: 18px;
    margin-bottom: 40px;
}
.comSlider{
    width: 700px;
    margin: 0 auto;
}
.comSlider ul{}
.comSlider li{text-align: center}
.comSlider li img{max-width:700px;max-height: 525px;}
#bx-pager{
    text-align: center;
}
#bx-pager a{
    max-width: 190px;
    width: 20%;
    display:inline-block;
    box-sizing: border-box;
    padding: 30px 15px;
}
#bx-pager a img{width:100%;max-height: 143px;}
#bx-pager a.active img{
    border: 3px solid #0072bc;
}
#bx-pager a.active img{width:100%;}




.pc{}
.ta{display: none;}
.mo{display: none;}





/*타블렛사이즈*/


@media (max-width: 1200px) {

    .pc{display: none;}
    .ta{display: block;}



    /*헤더*/

    #header{

    }
    #headerin{

        width: 100%;

        border-bottom: 1px solid #cdcdcd;

        height: 197px;

    }
    #headerin .logo{

    }
    #headerin .gnb{
        display: none;
    }
    #headerin .gnb > ul{

    }
    #headerin .gnb ul:after{

    }
    #headerin .gnb .d1{}
    #headerin .gnb .d1:after{

    }
    #headerin .gnb .d1:last-child:after{}
    #headerin .gnb .d1 .m{}
    #headerin .gnb .d1 .d2{
    }
    #headerin .gnb .d1:last-child .d2{}
    #headerin .gnb .d1 .d2 ul{}
    #headerin .gnb .d1 .d2 li{}
    #headerin .gnb .d1 .d2 li a{}
    #headerin .gnb .d1:hover .m{}
    #headerin .gnb .d1 .d2 li:hover a{}
    #headerin .subBg{}

    #headerin .gnb  li:nth-child(1) .d2 ul > li{}
    #headerin .gnb  li:nth-child(2) .d2 ul > li{}
    #headerin .gnb  li:nth-child(3) .d2 ul > li{}
    #headerin .gnb  li:nth-child(4) .d2 ul > li{}

    .subBg{
    }


    .search{
    }
    #hd_sch{
    }
    #hd_sch #sch_stx{
        font-size: 14px;
    }
    #hd_sch #sch_submit{}

    .utill{
        display: inline-block;
        right:50px;
    }
    .utill li{
    }
    .utill li a{
    }

    .u1{}
    .u2{}
    .u3{}

    /*푸터*/

    #floatMenu {display: none;}
    #floatMenu li{}
    #floatMenu li:nth-child(1){}
    #floatMenu li:nth-child(2){}
    #footer{padding: 50px 20px;}
    #footerin{
        width: 100%;
        height: auto;
    }
    .f_row1{
        height: auto;
    }
    .fmenu{}
    .fmenu:after{}
    .fmenu ul{
    }
    .fmenu li{
    }
    .fmenu li a{}
    .fmenu li.tlt {}
    .fmenu li.tlt a{}
    .f_txt{
        position: static;
        margin-bottom: 30px;
        margin-top: 40px;
    }
    .f_txt p{}
    .f_txt a{
    }
    .f_row2{
    }
    .f_row2:after{
    }
    .f_logo{
        width: 20%;
        margin-right: 0px;
    }
    .f_info{
        width: 80%;
        float: right;
    }
    .f_info p{}





    /*메인*/
    #main_container{
        width: 100%;
    }
    .mainSlider{
        padding: 0px 20px;
    }
    .mainSlider ul{}
    .mainSlider ul li{
        width: 100%;
    }
    .mainSlider ul li img{width:100%;}
    .bx-default-pager{
    }
    .bx-default-pager .bx-pager-item{
    }
    .bx-default-pager a{
    }
    .bx-default-pager a.active{}
    .bx-controls-direction{}
    .main_row_01{
        padding: 0px 20px;
    }
    .main_row_01:after{
    }
    .main_row_01 .box1{
        float: none;
    }
    .main_row_01 .box1 .img{

    }
    .main_row_01 .box1 .img img{width: 100%;

    }
    .main_row_01 .box1 .txt{}
    .main_row_01 .box1 .txt a{
        width: 50%;
        text-align: center;
        padding-left: 2.5%;
    }
    .main_row_01 .box1 .txt .i1{
        background-position: 37% 33px;
    }
    .main_row_01 .box1 .txt .i2{
        background-position: 37% 33px;
    }
    .main_row_01 .box2{
        float: none;
    }
    .main_row_01 .box2 > a{
    }
    .more {
    }
    .more:before {
    }
    .box2 h4{
    }
    .main_row_01 .box2 .img{
        text-align: center;
        background: #fff;
    }
    .al{}
    .al li{}
    .al li:last-child{}
    .al li:after{}
    .al li a{}
    .main_row_02{

        padding: 97px 20px 20px;
    }
    .main_row_02 h3{
        margin-bottom: 20px;
    }
    .main_row_02 h3 span{
    }
    .main_row_02 > .txt{
    }
    .main_row_02 .more2{
    }
    .job_wrap{
        width: 100%;
    }
    .job_wrap ul{
    }
    .job_wrap ul:after{
    }
    .job_wrap li{
        width: calc(50% - 15px);
    }
    .job_wrap li:nth-child(2n){
        margin-right: 0px;
    }
    .job_wrap li:hover{}
    .job_wrap li:hover a{}
    .job_wrap li:nth-child(3n){
        margin-right: 30px;
    }
    .job_wrap li:nth-child(6n){margin-right:0px;}
    .job_wrap a{
    }
    .job_wrap .img{
    }
    .job_wrap .txt{}
    .job_wrap .txt span{
    }
    .job_wrap .txt b{

    }
    .job_wrap .txt em{
    }
    .job_wrap .txt i{
    }
    .main_row_03{
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    .main_row_03 img{
        width: 100%;
    }
    .main_row_04{
        padding: 0 20px;
    }
    .main_row_04:after{
    }
    .main_row_04 .box1{
        width: calc(50% - 15px);
        border-right: 0px;
    }

    .main_row_04 .box1 h4{}
    .main_row_04 .box2{
        width: calc(50% - 15px);
        border-left: 1px solid #cdcdcd;
        padding-left: 30px;
    }
    .main_row_04 .box2 img{width:100%;}


    .main_row_04 .box1 > a{
        right: 0px;
    }
    .main_row_04 .more{
    }
    .main_row_04 .more:before {
    }


    /*서브*/

    .tlt_form{
        width: 100%;
    }
    .tlt_form .txt{}
    .tlt_form .txt p{
    }
    .tlt_form .txt span{
    }
    .tlt_form .img{
    }



    .company{
        width: 100%;
    }
    .company img{width:100%;}
    .company p{
    }
    .company p b{}
    .company span{
    }
    .company .img2{
        padding: 0px 130px;
    }
    .company .box{}
    .company .box:after{}
    .company .box > li{
        width: calc(50% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .company .box > li:last-child{}
    .company .box > li .img{}
    .company .box > li ul{}
    .company .box > li li{}
    .company .box > li li:after{}
    .company .box > li .tlt{
    }
    .company .box > li .tlt:after{}


    .coach{
        width: 100%;
    }
    .coach ul{
    }
    .coach ul:after{
    }
    .coach li{
        width: 33.3333333%;
        border-bottom: 1px solid #d7d7d7;
    }
    .coach li:last-child{}
    .coach .img{
        width: 100%;
        padding: 0 15px;
    }
    .coach .img img{
        width: 100%;
    }
    .coach .txt{
        margin-bottom: 37px;
    }


    .coach_in{}
    .coach_in:after{
    }
    .coach_in .img{
    }
    .coach_in .txt{
    }
    .coach_in .txt table{
    }
    .coach_in .txt table th{
    }
    .coach_in .txt table td{}




    .input_form{
        width: 100%;
    }
    .input_form h5{
    }
    .nm{
        margin-top: 0px !important;
    }
    .input_form .row{
    }
    .input_form .in{}
    .input_form .in:after{
    }
    .input_form .in li{
    }
    .input_form .in li .file_del{
    }
    .input_form .in li:after{
    }
    .input_form .in .th{
    }
    .career2_1 div{margin-bottom: 12px;}
    .input_form .in .th01{
        padding-left: 0px;
        padding-left: 10px;
    }
    .career2_1{margin-bottom: 0px !important;}
    .input_form .in .th:after{
    }
    .input_form .in .th01:after{
        left: 1px;
    }
    .input_form .in .th01:after{
    }
    .input_form .in .th1{}
    .input_form .in .th1:after{
    }
    .input_form .in .th2{
    }
    .input_form .in .th2:after{
    }
    .input_form .in .th3{
    }
    .input_form .in .th3:after{
    }
    .input_form .in .th4{
    }
    .input_form .in .th4:after{
    }
    .input_form .in .td{
        width: 75%;
    }
    .input_form .in .td2{
    }
    .input_form .in .td:after{
    }
    .input_form .in .td span{
    }
    .input_form .in .td .c_row2{
        margin-top: 0px;
    }
    .input_form .in .td .c_row2 label{/* width: calc( 45% - 15px); */margin-right:10px;width: 188px;}
    .input_form .in .td span:after{
    }
    .input_form .in .td em, .input_form .in .td2 em{}
    .input_form .in .td i{}
    .input_form .in1 li{
    }
    .career_1 div{margin-bottom:12px;}
    .career_1{margin-bottom: 0px !important;}
    .input{
    }
    .input01{
    }
    .input02{
        width: 100%;
    }
    .input03{
        width: 100%;
    }
    .input04{
        width: 100%;
    }
    .input05{
        width: 100%;
    }
    .input06{
    }
    .input07{
    }
    .input08{
    }
    .input09{
        width: 100%;
    }
    .input11{
    }
    .input12{
        width: 100%;
    }
    .input13{}
    .input14{}
    .i_btn1{
    }
    .i_btn2{
    }
    .i_btn3{
    }
    .i_btn4{
    }
    .i_btn5{
    }
    .btn_box{}
    .btn_box .i_btn4{}
    .input_form .row textarea{
        width: 100% !important;
    }
    .input_form .row box{}





    .job_wrap .row1{
    }
    .job_wrap .row1 .img1{
    }
    .job_wrap .row1 .txt1{}
    .job_wrap .row1 .txt2{
    }
    .job_wrap .row2{
    }
    .job_wrap .row2 i{}

    .work{
        width: 100%;
    }
    .work .info{}
    .work .info table{
    }
    .work .info table th{
    }
    .work .info table td{
    }
    .pre_line{}
    .work .img_box{
    }
    .work .com_img{}
    .work .com_img img{}
    .work h5{
    }
    .work .box{
    }
    .work .box1{
    }
    .work p{}
    .work .box .tlt{
    }
    .work1{}
    .work1 .txt{}
    .work1 .row{
    }
    .work1 p:after{}



    .com_wrap{width: 100%}
    .com_wrap .box_l{}
    .com_wrap .box_r{width: 60%}
    .com_img2 {
    }
    .info table{
    }
    .info table th{
    }
    .info table td{
    }
    .t_row{}
    .com_wrap .cont1{}
    .com_wrap .cont1:after{
    }
    .com_wrap .cont2{}

    /*탭*/
    .cont2 .tabs {
    }
    .cont2 .tabs:after{
    }
    .cont2 .tabs li {
    }
    .cont2 .tabs li.active {
    }
    .cont2 .tab_container {
    }

    .cont2 .tab_container .tab_content > ul {
    }
    .cont2 .tab_container .tab_content > ul > li {
    }

    .cont2 .tab_container .row{}

    .cont2 .row2{
    }
    .cont2 .row2 h5{
    }
    .comSlider{
        width: 100%;
    }
    .comSlider ul{}
    .comSlider li{}
    .comSlider li img{width: 100%}
    #bx-pager{
    }
    #bx-pager a{    }
    #bx-pager a img{width: 100%}
    #bx-pager a.active{
    }
    #bx-pager a.active img{}



}




/*모바일사이즈*/


@media (max-width: 768px) {

    .pc{display: none;}
    .ta{display: none;}
    .mo{display: block;}



    /*헤더*/

    #header{

    }
    #headerin{

        height: 87px;

    }
    #headerin .logo{

        width: 100px;

        padding-top: 25px;

        margin: 0px auto 0px;

    }
    #headerin .logo img{width:100px;}
    #headerin .gnb{
    }
    #headerin .gnb > ul{

    }
    #headerin .gnb ul:after{

    }
    #headerin .gnb .d1{}
    #headerin .gnb .d1:after{

    }
    #headerin .gnb .d1:last-child:after{}
    #headerin .gnb .d1 .m{}
    #headerin .gnb .d1 .d2{
    }
    #headerin .gnb .d1:last-child .d2{}
    #headerin .gnb .d1 .d2 ul{}
    #headerin .gnb .d1 .d2 li{}
    #headerin .gnb .d1 .d2 li a{}
    #headerin .gnb .d1:hover .m{}
    #headerin .gnb .d1 .d2 li:hover a{}
    #headerin .subBg{}

    #headerin .gnb  li:nth-child(1) .d2 ul > li{}
    #headerin .gnb  li:nth-child(2) .d2 ul > li{}
    #headerin .gnb  li:nth-child(3) .d2 ul > li{}
    #headerin .gnb  li:nth-child(4) .d2 ul > li{}

    .subBg{
    }


    .search{
        width: 50px;
        top: 19px;
    }

    #hd_sch{
        /* display: none; */
        background: none;
    }
    #hd_sch #sch_stx{
        display: none;
    }
    #hd_sch #sch_submit{display: none;}
    #hd_sch .sch_submit-s{display: block;width: 50px;height: 40px;line-height: 40px;text-align: center;}

    .utill{
        top:60px;
        right: 15px;
    }
    .utill li{
    }
    .utill li a{
    }

    .u1{}
    .u2{ display: none; }
    .u3{}

    /*푸터*/

    #floatMenu {}
    #floatMenu li{}
    #floatMenu li:nth-child(1){}
    #floatMenu li:nth-child(2){}
    #footer{
        padding: 0px 10px 20px;
    }
    #footerin{
    }
    .f_row1{
        display: none;
    }
    .fmenu{
        display: none;
    }
    .fmenu:after{}
    .fmenu ul{
    }
    .fmenu li{
    }
    .fmenu li a{}
    .fmenu li.tlt {}
    .fmenu li.tlt a{}
    .f_txt{
    }
    .f_txt p{}
    .f_txt a{
    }
    .f_row2{
        padding-top: 30px;
    }
    .f_row2:after{
    }
    .f_logo{
        float: none;
        margin-bottom: 20px;
    }
    .f_logo img{width:80px;}
    .f_info{
        width: 100%;
        float: none;
    }
    .f_info p{}





    /*메인*/
    #main_container{
        margin: 0px auto;
    }
    .mainSlider{
        padding: 0px 10px;
    }
    .mainSlider ul{}
    .mainSlider ul li{
    }
    .mainSlider ul li img{}
    .bx-default-pager{
        bottom: 5%;
    }
    .bx-default-pager .bx-pager-item{
    }
    .bx-default-pager a{
    }
    .bx-default-pager a.active{}
    .bx-controls-direction{
        top: 50%;
        margin-top: -30px;
        display: none;
    }
    .main_row_01{
        padding: 0px 10px;
    }
    .main_row_01:after{
    }
    .main_row_01 .box1{
    }
    .main_row_01 .box1 .img{

    }
    .main_row_01 .box1 .img img{

    }
    .main_row_01 .box1 .txt{}
    .main_row_01 .box1 .txt a{
        width: 100%;
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        padding-left: 7.5%;
    }
    .main_row_01 .box1 .txt .i1{
        background-position: 38% 16px;
        background-size: 20px;
    }
    .main_row_01 .box1 .txt .i2{
        background-position: 38% 16px;
        background-size: 20px;
    }
    .main_row_01 .box2{
        padding: 40px 10px;
    }
    .main_row_01 .box2 > a{
        right: 10px;
    }
    .more {
    }
    .more:before {
    }
    .box2 h4{
        font-size: 15px;
    }
    .main_row_01 .box2 .img{
    }
    .main_row_01 .box2 .img img{width:100%;}
    .al{}
    .al li{
        width: 100%;
        font-size: 13px;
    }
    .al li:last-child{}
    .al li:after{}
    .al li a{}
    .main_row_02{
        padding: 40px 10px 00px;
    }
    .main_row_02 h3{
        font-size: 20px;
    }
    .main_row_02 h3 span{
    }
    .main_row_02 > .txt{
        font-size: 14px;
    }
    .main_row_02 .more2{
        width: 116px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 21px auto 31px;
    }
    .job_wrap{
    }
    .job_wrap ul{
    }
    .job_wrap ul:after{
    }
    .job_wrap li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .job_wrap li:nth-child(2n){
    }
    .job_wrap li:hover{}
    .job_wrap li:hover a{}
    .job_wrap li:nth-child(3n){}
    .job_wrap a{
    }
    .job_wrap .img{
    }
    .job_wrap .txt{
        padding-left: 18px;
    }
    .job_wrap .txt span{
        width: 100%;
    }
    .job_wrap .txt b{

        width: 100%;

    }
    .job_wrap .txt em{
        width: 100%;
    }
    .job_wrap .txt i{
    }
    .main_row_03{
    }
    .main_row_03 img{
    }
    .main_row_04{
        padding: 0 10px;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .main_row_04:after{
    }
    .main_row_04 .box1{
        width: 100%;
    }

    .main_row_04 .box1 h4{
        font-size: 15px;
    }
    .main_row_04 .box2{
        width: 100%;
        border: none;
        padding: 0px;
    }
    .main_row_04 .box2 img{}


    .main_row_04 .box1 > a{
    }
    .main_row_04 .more{
    }
    .main_row_04 .more:before {
    }



    /*서브*/

    .tlt_form{
        margin-bottom: 40px;
    }
    .tlt_form .txt{}
    .tlt_form .txt p{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .tlt_form .txt span{
        font-size: 15px;
    }
    .tlt_form .img{
        display: none;
    }



    .company{
    }
    .company p{
        font-size: 15px;
        margin-top: 30px;
        margin-bottom: 19px;
    }
    .company p b{}
    .company span{
        font-size: 13px;
    }
    .company .img2{
        padding: 0px;
        margin: 0 auto 58px;
    }
    .company .box{}
    .company .box:after{}
    .company .box > li{
        width: 100%;
    }
    .company .box > li:last-child{}
    .company .box > li .img{}
    .company .box > li ul{}
    .company .box > li li{
        font-size: 13px;
        margin-bottom: 6px;
    }
    .company .box > li li:after{}
    .company .box > li .tlt{
        font-size: 15px;
        height: auto;
        margin-top: 22px;
        margin-bottom: 17px;
    }
    .company .box > li .tlt:after{}


    .coach{}
    .coach ul{
    }
    .coach ul:after{
    }
    .coach li{
        width: 50%;
    }
    .coach li:last-child{}
    .coach .img{
    }
    .coach .txt{
        margin-bottom: 25px;
    }


    .coach_in{}
    .coach_in:after{
    }
    .coach_in .img{
    }
    .coach_in .txt{
    }
    .coach_in .txt table{
    }
    .coach_in .txt table th{
    }
    .coach_in .txt table td{}




    .input_form{
    }
    .input_form h5{
        font-size: 14px;
        margin-top: 40px;
    }
    .nm{
        margin-top: -10px !important;
    }
    .input_form .row{
    }
    .input_form .in{}
    .input_form .in:after{
    }
    .input_form .in li{
        margin-bottom: 10px;
    }
    .input_form .in li .file_del{
    }
    .input_form .in li:after{
    }
    .input_form .in .th{
        font-size: 13px;
        width: 100%;
        line-height: 40px;
    }
    .input_form .in .th.none {
        display: none;
    }
    .career_1 div {
        margin-bottom: 0px;
    }
    .career2_1 div {
        margin-bottom: 0px;
    }
    .input_form .in .th01{
        font-size: 13px;
        line-height: 40px;
    }
    .input_form .in .th:after{
        top: 18px;
    }
    .input_form .in .th01:after{
    }
    .input_form .in .th01:after{
        top: 18px;
    }
    .input_form .in .th1{}
    .input_form .in .th1:after{
    }
    .input_form .in .th2{
    }
    .input_form .in .th2:after{
    }
    .input_form .in .th3{
    }
    .input_form .in .th3:after{
    }
    .input_form .in .th4{
    }
    .input_form .in .th4:after{
    }
    .input_form .in .td{
        width: 100%;
    }
    .input_form .in .td2{
    }
    .input_form .in .td:after{
    }
    .input_form .in .td span{
        line-height: 40px;
        margin-top: 4px;
    }

    .input_form .in .td .c_row2 label{width: calc(100% - 30px);}
    .input_form .in .td span:after{
    }
    .input_form .in .td em, .input_form .in .td2 em{
        padding: 0px 1px 0px 4px;
    }
    .input_form .in .td i{}
    .input_form .in1 li{
    }
    .input{
        height: 40px;
    }
    .input01{
    }
    .input02{}
    .input03{
    }
    .input04{
    }
    .input05{
    }
    .input06{
        width: 79px;
    }
    .input07{
        width: 89px;
    }
    .input08{
    }
    .input09{}
    .input11{
    }
    .input12{
    }
    .input13{}
    .input14{
        width: 100% !important;
    }
    .i_btn1{
        width: 90px;
        height: 40px;
        line-height: 40px;
    }
    .i_btn2{
    }
    .i_btn3{
        width: 80px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .i_btn4{
        width: 80px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .i_btn5{
    }
    .btn_box{}
    .btn_box .i_btn4{}
    .input_form .row textarea{
    }
    .input_form .row box{}





    .job_wrap .row1{
    }
    .job_wrap .row1 .img1{
    }
    .job_wrap .row1 .txt1{}
    .job_wrap .row1 .txt2{
    }
    .job_wrap .row2{
    }
    .job_wrap .row2 i{}

    .work{
    }
    .work .info{}
    .work .info table{
    }
    .work .info table th{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px;
        padding-left: 0px;
        height: 40px;
        line-height: 40px;
    }
    .work .info table td{
        display: block;
        width: 100%;
        text-align: center;
        padding-left: 0px;
        font-size: 13px;
        /* height: 40px; */
        line-height: 20px;
        padding: 11px;
    }
    .pre_line{}
    .work .img_box{
    }
    .work .com_img{}
    .work .com_img img{}
    .work h5{
        font-size: 14px;
    }
    .work .box{
        font-size: 13px;
    }
    .work .box1{
    }
    .work p{}
    .work .box .tlt{
    }
    .work1{}
    .work1 .txt{}
    .work1 .row{
    }
    .work1 p:after{}



    .com_wrap{}
    .com_wrap .box_l{
        width: 277px;
        height: 180px;
        margin: 0 auto 20px;
        border: 1px solid #d7d7d7;
        line-height: 180px;
        overflow: hidden;
        float: none;
    }
    .com_wrap .box_r{width: 100%}
    .com_img2 {
    }
    .info table{
    }
    .info table th{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px;
        padding-left: 0px;
        height: 40px;
        line-height: 40px;
    }
    .info table td{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px;
        /* height: 40px; */
        line-height: 20px;
        padding: 11px 11px 11px 0;
    }
    .t_row{}
    .com_wrap .cont1{}
    .com_wrap .cont1:after{
    }
    .com_wrap .cont2{}

    /*탭*/
    .cont2 .tabs {
    }
    .cont2 .tabs:after{
    }
    .cont2 .tabs li {
        width: 33.3333%;
        font-size: 13px;
    }
    .cont2 .tabs li.active {

    }
    .cont2 .tab_container {
    }

    .cont2 .tab_container .tab_content > ul {
    }
    .cont2 .tab_container .tab_content > ul > li {
    }

    .cont2 .tab_container .row{
        padding: 30px 0;
        font-size: 13px;
    }

    .cont2 .row2{
        padding: 0;
    }
    #map {
        height: auto;
        display: inline-block;
        padding-bottom: 70%;
        margin: 20px 0;
    }
    .cont2 .row2 h5{
    }
    .comSlider{
    }
    .comSlider ul{}
    .comSlider li{}
    .comSlider li img{}
    #bx-pager{
    }
    #bx-pager a{
        padding: 10px 5px;
    }
    #bx-pager a img{}
    #bx-pager a.active{
    }
    #bx-pager a.active img{}


    .vi_black02 #bo_v_img{
        width: 100%;
        text-align: center;
        float: none;
        margin-right: 0px;
        margin-bottom: 20px;
        max-width: unset;
    }
    .vi_black02 #bo_v_img a{display:inline-block;/* margin: 0 auto; */}
    .vi_black02 #bo_v_img a img{width: 200px;}
    .vi_black02 .wr_career{
        width: 100%;
    }
    .wr_career{}
    .wr_career tr{}
    .wr_career th{
        display: block;
        width: 100%;
        line-height: 40px;
    }
    .wr_career td{
        display: block;
        width: 100%;
        line-height: 40px;
    }
    .wr_career .tr_01 th{
        display: block;
        width: 100%;
        line-height: 40px;
    }
    .wr_career .tr_02 td{
        display: block;
        width: 100%;
        padding: 20px 20px;
        line-height: 24px;
    }
    .wr_career .tr_03 td{
        line-height: 40px;
        padding: 20px 20px;
        line-height: 24px;
    }


}


/*.vi_black02 #bo_v{border-top: 2px solid #000;}*/
/*.vi_black02 #bo_v_title, .vi_black02 #bo_v_info{display:none;}*/




/*모바일메뉴*/

#nav{
    /* margin: 0px 20px; */
    /* border-left: 1px solid #e1e1e1; */
    /* border-right: 1px solid #e1e1e1; */
    /* border-bottom: 1px solid #e1e1e1; */
    position: absolute;
    width: 100%;
    z-index: 200;
    top: 196px;
    left: 0px;
    padding: 0 20px;
    display:none;
}
#nav > li{
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1; */
}
#nav > li > a{
    background: #f6f5f5;
    display: block;
    height: 49px;
    line-height: 49px;
    padding-left: 20px;
    /* border-top: 1px solid #e1e1e1; */
    /* border-bottom: 1px solid #e1e1e1; */
}
#nav ul{display:none;border-top: 1px solid #e1e1e1;}

#nav > li:last-child{border-bottom: 1px solid #e1e1e1;}
#nav ul li{
    background: #fff;
}
#nav ul li a{
    line-height: 40px;
    margin-left: 20px;
}
#nav ul li a:hover{color:#0072bc; border-bottom:1px solid #0072bc;}


.mobile-menu-toggle{position:absolute;top: 75px;right:10px;}

// styling of hamburger menu
   .hamburger-menu {
       display: inline-block;
       height: 100px;
       padding: 35px 25px;
       transition: all 0.3s ease-in-out;}

.hamburger-menu:hover {
    cursor: pointer;
}

.menu-item {
    background: black;
    display: block;
    height: 4px;
    margin: 0 0 6px;
    transition: all 0.3s ease-in-out;
    width: 30px;
}

.open .menu-item  {
    margin: 0 0 6px;
}

.open span:first-child  {
    transform: rotate(45deg);
    transform-origin: 1px;
}
.open span:nth-child(2)  {
    opacity: 0;
}
.open span:nth-child(3)  {
    transform: rotate(-45deg);
    transform-origin: 1px;
}


@media (max-width: 768px) {

    #nav{top:86px;
        padding: 0 10px;}
    .mobile-menu-toggle{top: 32px;}

    .menu-item {.main_row
    background: black;
        display: block;
        height: 2px;
        margin: 0 0 6px;
        transition: all 0.3s ease-in-out;
        width: 25px;
    }

    .open .menu-item  {
        margin: 0 0 6px;
    }

    .open span:first-child  {
        transform: rotate(45deg);
        transform-origin: 1px;
    }
    .open span:nth-child(2)  {
        opacity: 0;
    }
    .open span:nth-child(3)  {
        transform: rotate(-45deg);
        transform-origin: 1px;
    }

}



/*개인정보*/




.reser .tab_content h3{
    font-size:15px;
    margin-top: 25px;
    margin-bottom: 12px;
}
.reser .tab_content table{
    width: 100%;
    border-top: 2px solid #252525;
}
.reser .tab_content th{
    font-size: 13px;
    height: 56px;
    border-bottom: 1px solid #d7d7d7;
}
.reser .tab_content .pc{
    display: none;
}
.reser .tab_content td{
    /* height: 56px; */
    border-bottom: 1px solid #d7d7d7;
    padding: 11px 15px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.reser .tab_content td.lc{text-align:center;}
.reser .tab_content td span{display: block;/* width: 47%; */}
.btn00{
    width: 55px;
    height: 30px;
    line-height: 30px;
    background: #0072bc;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.reser .tab_content .tlt{text-align:left; max-width: 590px;}
.reser .tab_content .tlt a{display:block;margin-bottom: 2px;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.reser .tab_content .tlt span{display:inline-block; margin-right:10px;}
/*탭*/

.reser .tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 100%;
    font-family:"dotum";
    font-size:12px;
}
.reser .tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width: 50%;
    /* height: 31px; */
    line-height: 39px;
    border: 1px solid #ececec;
    border-left: none;
    font-weight: bold;
    background: #ececec;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #0072bc;
}
.reser .tabs li.active {
    background: #FFFFFF;
    border: 1px solid #0072bc;
    color: #0072bc;
    border-bottom: 1px solid #FFFFFF;
    color: #0072bc !important;
}

.reser .tab_content {
    /* padding: 5px; */
    font-size: 12px;
    display: none;
}
.reser .tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.reser .tab_container .tab_content ul li {
    padding:5px;
    list-style:none
}



.reser_info{
    padding: 10px;
}
.reser_info h3{
    color: #0072bc;
    font-size: 15px;
    margin-bottom: 10px;
}
.reser_info table{
    border-top: 2px solid #252525;
    margin-bottom: 40px;
    width: 100%;
}
.reser_info table th{
    padding: 15px 0px;
    border-bottom: 1px solid #c2c2c2;
    width: 35%;
    /* font-weight: 500; */
}
.reser_info table td{
    padding: 15px 0px;
    border-bottom: 1px solid #c2c2c2;
}
.reser_info table td em{font-size:15px;color: #ed1c24;font-style: normal;font-weight: bold;}
.reser_info table td b{}

.btn_er{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.btn_er a{
    width: 147px;
    line-height: 45px;
    display: inline-block;
    background: #e1e1e1;
    border-radius: 30px;
    text-align: center;
}
.btn_er a.bl{
    background: #0072bc;
    color: #fff;
    margin-left: 3px;
}

.reser_com{
    margin-top: 40px;
}
.reser_com .img{
    text-align: center;
}
.reser_com .txt{
    font-size: 13px;
    text-align: center;
    margin-bottom: 38px;
}
.reser_com .txt b{
    font-size: 15px;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 11px;
}
















/*개인정보*/



.mapage_wrap{
    margin-top: 29px;
}
.mapage_wrap .info{
    padding: 40px 40px 28px 40px;
    background-color: #f2f2f2;
    margin: 10px 10px 30px 10px;
    border: 1px solid #e1e1e1;
}
.mapage_wrap .info .Irow01 {
    border-bottom:1px solid #d7d7d7;
    padding-bottom: 18px;
}
.mapage_wrap .info .Irow01 ul:after{
    display:block;
    content:"";
    clear:both;
}
.mapage_wrap .info .Irow01 .r1{font-weight: bold}

.mapage_wrap .info .Irow01 .r1 b{font-size:18px;margin-right: 10px; color: #0072bc}
.mapage_wrap .info .Irow01 .r2{
    display: none;
}
.mapage_wrap .info .Irow01 .r2 a{}
.mapage_wrap .info .Irow01 .r2 .a1{}
.mapage_wrap .info .Irow01 .r2 .a2{}
.mapage_wrap .info .Irow02{
    /* border-bottom: 1px solid #d7d7d7; */
}
.mapage_wrap .info .Irow02 > ul{padding: 15px 10px 10px;}
.mapage_wrap .info .Irow02 li{margin-bottom: 10px;line-height: 18px;font-size: 13px;}
.mapage_wrap .info .Irow02 li:after{display:block; clear:both; content:"";}
.mapage_wrap .info .Irow02 span{position:relative;display: inline-block;padding-left: 10px;font-weight: bold;color: #555555;width: 40%;float: left;line-height: 18px;}
.mapage_wrap .info .Irow02 span:after{
    display:block;
    content:"";
    width:3px;
    height:3px;
    background:#0072bc;
    position:absolute;
    top: 7px;
    left: 0px;
}
.mapage_wrap .info .Irow02 em{font-style:normal;width: 60%;float: right;display: inline-block;}




/*탭*/

.reser{padding: 0px 10px 50px;}
.reser:after{
    display:block;
    clear:both;
    content:"";
}
.reser .tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 100%;
    font-family:"dotum";
    font-size:12px;
}
.reser .tabs:after{
    display:block;
    clear:both;
    content:"";
}
.reser .tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width: 50%;
    /* height: 31px; */
    line-height: 39px;
    border: 1px solid #ececec;
    border-left: none;
    font-weight: bold;
    background: #ececec;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #0072bc;
}
.reser .tabs li.active {
    background: #FFFFFF;
    border: 1px solid #0072bc;
    color: #0072bc;
    border-bottom: 1px solid #FFFFFF;
    color: #0072bc !important;
}
.reser .tab_container {
    /* border: 1px solid #eee; */
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
}

.reser .tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.reser .tab_container .tab_content ul li {
    padding:5px;
    list-style:none
}

.pc1{display:none;}


@media screen and (min-width:768px){

    .mapage_wrap{
        margin-top: 69px;
    }
    .mapage_wrap .info{}
    .mapage_wrap .info .Irow01 .r1{font-size:15px;}
    .mapage_wrap .info .Irow01 .r1 b{font-size:18px;}
    .mapage_wrap .info .Irow01 .r2{}
    .mapage_wrap .info .Irow01 .r2 a{}
    .mapage_wrap .info .Irow01 .r2 .a1{}
    .mapage_wrap .info .Irow01 .r2 .a2{}
    .mapage_wrap .info .Irow02{}
    .mapage_wrap .info .Irow02 > ul{padding: 30px 0 0px;position: relative;}
    .mapage_wrap .info .Irow02 > ul:after{
        display:block;
        clear:both;
        content:"";
    }
    .mapage_wrap .info .Irow02 li{
        font-size: 15px;
        margin-bottom: 25px;
    }
    .mapage_wrap .info .Irow02 span{
        width: 15%;
    }
    .mapage_wrap .info .Irow02 em{
        width:85%;
    }
    .mapage_wrap .info .Irow02 em br{display:none;}
    .mapage_wrap .reser{}
    .reser .tabs li{
        width: 198px;
        line-height: 54px;
        border-right: 1px solid #c2c2c2;
        font-size: 15px;
    }

    .reser .tabs{
        height: 56px;
        background: #eee;
        border-bottom: 1px solid #0072bc;
    }
    .mo1{display: none !important;}
    .pc1{display:table-cell;}
    .reser .tab_content h3{font-size:18px;margin-bottom: 15px;}
    .reser .tab_content td{height:56px;font-size: 15px;}
    .reser .tlt1{width:50%;}
}


@media screen and (min-width:1024px){

    .mapage_wrap{
        max-width: 1200px;
        margin: 72px auto;
    }
    .mapage_wrap .info{
        margin: 10px 10px 40px 10px;
    }
    .mapage_wrap .info .Irow01 .r1{
        float: left;
        line-height: 40px;
    }
    .mapage_wrap .info .Irow01 .r2{
        display: block;
        float: right;
        margin-bottom: 20px;
    }
    .mapage_wrap .info .Irow01 .r2 a{
        width: 85px;
        line-height: 35px;
        display: inline-block;
        text-align: center;
        font-size: 15px;
        color: #fff;
        background: #0072bc;
    }
    .mapage_wrap .info .Irow01 .r2 .a1{
        margin-right: 5px;
    }
    .mapage_wrap .info .Irow01 .r2 .a2{
        background: #252525;}
    .mapage_wrap .info .Irow02{}
    .mapage_wrap .info .Irow02:after{
        display:block;
        clear:both;
        content:"";
    }
    .mapage_wrap .info .Irow02 li{
        width: 50%;
        float: left;
    }
    .mapage_wrap .info .Irow02 li.r1{/* float:left; *//* width: 100%; */}
    .mapage_wrap .info .Irow02 li.r2{/* float:left; *//* width: 100%; */}
    .mapage_wrap .info .Irow02 li.r3{/* float:left; *//* width: 100%; */}
    .mapage_wrap .info .Irow02 li.r4{/* float:right; *//* width:50%; *//* position: absolute; *//* width: 565px; *//* left: 48%; *//* margin-left: -282.5px; */}
    .mapage_wrap .info .Irow02 li.r5{/* float:right; *//* width:50%; *//* position: absolute; *//* width: 565px; *//* left: 48%; *//* top: 68px; */}
    mapage_wrap .info .Irow02 span{}
    .mapage_wrap .reser{}

}

.board_head {padding: 70px 0 0; }
.board_head .lay_01 .row_01 .sub_01 {text-align: center;margin: 85px 0 0; }
.board_head .lay_01 .row_01 .sub_01 .h3_01 {
    font-size: 40px;line-height: 25px;color: #000000;margin-bottom: 44px;
}
.board_head .lay_01 .row_01 .sub_01 .p_01 {
    font-size: 16px;line-height: 25px;font-weight: 300;color: #707070;
}

@media (max-width: 768px) {
    .board_head {
        padding: 50px 0 0
    }

    .board_head .lay_01 .row_01 .sub_01 {
        margin: 50px 0 0
    }

    .board_head .lay_01 .row_01 .sub_01 .h3_01 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .board_head .lay_01 .row_01 .sub_01 .p_01 {
        font-size: 14px;
        line-height: 20px;
    }
}



.m20{margin-top:10px;}










