#header{
    animation: none;
}

.hamburger_menu{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}

.hamburger_menu a{
    opacity: 1;
}

#section6{
    margin-top: 0px;
}

#sub_intro{
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#sub_intro p{
    width: 100%;
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 55%;
}

#content{
    width: 100%;
    padding-bottom: 200px;
}

.route{
    width: 100%;
    padding: 20px 0;
}

.route .center{
    display: flex;
    align-items: center;
}

.route .center i.xi-home{
    color: #ababab;
}

.route .center i.xi-angle-right-min{
    color: #ababab;
    margin: 0 10px;
}

.route .center p{
    font-size: 16px;
    color: #777;
}

.sub_content{
    width: 100%;
}

.sub_title{
    width: 100%;
}

.sub_title p{
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
}

.bar02{
    width: 60px;
    height: 1px;
    background-color: #bfbfbf;
    margin: 20px auto 0;
}


/* sub1 */
.sub1_intro{
    background-image: url(../images/sub1_intro.png);
}

.sub1_01{
    width: 100%;
    height: 680px;
    background-color: #f8f8f8;
    margin-top: 230px;
}

.sub1_01 .center{
    height: 100%;
    position: relative;
}

.ceo_info02{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}

.ceo_img02{
    width: 40%;
    display: flex;
    align-items: flex-end;
}

.ceo_img02 img{
    width: 100%;
}

.ceo_greetings{
    width: 53%;
}

.ceo_greetings_t01{
    width: 100%;
    font-size: 34px;
    font-weight: bold;
}

.ceo_greetings_t01 span{
    color: #004c84
}

.ceo_greetings_t02{
    width: 100%;
    font-size: 20px;
    color: #555;
    margin-top: 50px;
    font-weight: 300;
    line-height: 33px;
}

.ceo_greetings_t02 strong{
    color: #333;
    font-weight: 500;
}

.ceo_sign{
    width: 100%;
    text-align: right;
}

.sub1_02{
    width: 100%;
    margin-top: 100px;
}

.sub1_02_text{
    width: 100%;
    text-align: center;
}

.sub1_02_text>span{
    display: block;
    font-size: 40px;
    line-height: 65px;
    margin-top: 20px;
}

.sub1_02_text br.none{
    display: none;
}

span.underline{
    font-size: 45px;
    font-weight: bold;
    display: inline;
    background-image: linear-gradient(
          transparent 65%,
          rgba(0, 117, 204, 0.2) 35%
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sub1_02_video{
    width: 100%;
    height: 500px;
    margin-top: 80px;
    text-align: center;
}

.sub1_02_video iframe{
    width: 74%;
    height:100%;
}


/* sub2 */
.sub2_intro{
    background-image: url(../images/sub2_intro.png);
}

.sub_text{
    width: 100%;
    padding-top: 60px;
    text-align: center;
    font-size: 35px;
}

.sub_text span{
    color: #004c84;
    font-weight: bold;
}

.sub2_01{
    width: 100%;
    margin-top: 100px;
}

.info_box{
    width: 500px;
    height: 500px;
    border: 2px solid #d2d2d2;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.info_imgbox{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.info_imgbox img{
    width: 100%;
}

.info_text{
    position: absolute;
    top: 40px;
    left: 50px;
}

p.name{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.bar03{
    width: 30px;
    height: 3px;
    background-color: rgba(0, 76, 132, 0.5);
    margin: 5px auto 10px;
}

.info_text span{
    font-size: 30px;
    text-align: center;
    display: block;
}

.info_boder{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #004c84;
    box-sizing: border-box;
    outline: 3px solid #004c84;
    transition-duration: 0.5s;
    opacity: 0;
}

.bottom_text{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 76, 132, 0.6);
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 35px 0;
    bottom: 0;
}

.sub2_02{
    width: 100%;
    margin-top: 120px;
}

.sub2_02 ul{
    width: 100%;
    display: inline-block;
}

.sub2_02 ul li{
    width: 31.33%;
    height: 370px;
    margin-right: 3%;
    margin-bottom: 100px;
    float: left;
    position: relative;
    cursor: pointer;
}

.sub2_02 ul li:nth-child(3),
.sub2_02 ul li:nth-child(6),
.sub2_02 ul li:nth-child(9),
.sub2_02 ul li:nth-child(12){
    margin-right: 0;
}

.sub2_02 ul li:nth-child(3n) { margin-right:0; }

.sub2_02 ul li:nth-child(13){
    margin-bottom: 0;
}

.info_box02{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #d2d2d2;
    box-sizing: border-box;
}

.info_text02{
    position: absolute;
    top: 30px;
    left: 40px;
}

.info_text02 p.name{
    font-size: 32px;
}

.info_text02 .bar03{
    width: 20px;
    margin: 7px auto 5px;
}

.info_text02 span{
    font-size: 22px;
    text-align: center;
    display: block;
}

.info_boder02 .bottom_text{
    font-size: 20px;
    padding: 25px 0;
}

.sub2_02 ul li:hover .info_boder,
.info_box:hover .info_boder{
    opacity: 1;
}


/* sub2_1 */
.sub2_1_01{
    width: 100%;
    margin-top: 80px;
}

.introduce_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.introduce_left{
    width: 57%;
}

.introduce_right{
    width: 43%;
}

.introduce_title{
    width: 100%;
    font-size: 54px;
    font-weight: 300;
}

.introduce_title strong{
    font-size: 75px;
    font-weight: 500;
    line-height: 80px;
}

.introduce_title span{
    font-size: 28px;
    color: #004c84;
    display: block;
    margin: 30px 0 20px;
    font-weight: normal;
}

.introduce_con{
    width: 100%;
}

.education,
.career{
    width: 100%;
    margin-top: 80px;
}

.category_title{
    font-size: 30px;
    color: #111;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.category_title span{
    color: #004c84;
    font-size: 35px;
    display: block;
    margin-right: 10px;
}

.category_con{
    font-size: 22px;
    line-height: 43px;
    margin-top: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    letter-spacing: -0.5px;
}

.introduce_img{
    width: 100%;
    position: relative;
}

.introduce_img img{
    width: 100%;
}

.bar04{
    position: absolute;
    width: 165px;
    height: 3px;
    background-color: #004c84;
    top: 50px;
    left: -120px;
}

.certification{
    width: 100%;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.certification img{
    width: 47%;
    height: auto;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    margin: 1em 0;
}


/* sub2_2 */
.bar05{
    width: 130px;
    left: -85px;
}


/* sub2_4 */
.bar06{
    width: 220px;
    left: -175px;
}


/* sub3 */
.sub3_intro{
    background-image: url(../images/sub3_intro.png);
}

.s_title{
    width: 100%;
    padding-top: 50px;
}

.blue_bar{
    width: 40px;
    height: 3px;
    background-color: #004c84;
    margin-bottom: 5px;
}

.s_title p{
    font-size: 38px;
    color: #004c84;
    font-weight: bold;
}

.sub_con01{
    width: 100%;
    padding-top: 30px;
    font-size: 20px;
    color: #555;
    line-height: 38px;
    word-break: keep-all;
}

.sub_con01 strong{
    color: #111;
    font-weight: 500;
}

.sub_border_t{
    margin-top: 60px;
    border-top: 1px solid #d2d2d2;
}

.sub_border_b{
    padding-bottom: 80px;
    border-bottom: 1px solid #d2d2d2;
}

.sub_con02{
    width: 100%;
    padding-top: 70px;
}

.s_c02_title{
    width: 100%;
    color: #111;
    font-weight: 500;
    font-size: 26px;
    display: flex;
    align-items: center;
}

.s_c02_title span{
    color: #b79447;
    font-size: 14px;
    margin-right: 10px;
}

.s_c02_con{
    width: 100%;
    font-size: 18px;
    display: flex;
    line-height: 30px;
    margin-top: 30px;
    padding-left: 20px;
    box-sizing: border-box;
}

.s_c02_con p{
    margin-right: 5px;
}

.s_c02_con span{
    word-break: keep-all;
}

.sub_con03{
    width: 100%;
    margin-top: 100px;
}

.s_c03_title{
    width: 100%;
    color: #004c84;
    font-size: 30px;
    font-weight: 500;
}

.s_c03_con{
    width: 100%;
    margin-top: 35px;
    padding: 0 55px;
    box-sizing: border-box;
}

.s_c03_con p{
    font-size: 22px;
    color: #111;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.s_c03_con p span{
    font-size: 10px;
    margin-right: 7px;
}

.s_c03_con>span{
    font-size: 18px;
    line-height: 35px;
    padding: 10px 0 0 20px;
    display: block;
}

.table_img{
    width: 100%;
    margin-top: 10px;
}

.table_img img{
    width: 100%;
}


/* sub4 */
.sub4_intro{
    background-image: url(../images/sub4_intro.png);
}

.sub_text02 br{
    display: none;
}

.sub4_01{
    width: 100%;
    margin-top: 80px;
}

.input_box{
    width: 100%;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select_search{
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.select_box02{
    width: 95px;
    height: 40px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

.select_box02 i{
    position: absolute;
    font-size: 14px;
    color: #777;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.select_box02 select{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #111;
    padding: 0 10px;
    box-sizing: border-box;
}

.search_box{
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.search_box input[type='text']{
    width: 350px;
    height: 40px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.search_box input[type='button']{
    width: 75px;
    height: 40px;
    background-color: #004c84;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    border: 0;
}

.sub4_01 ul{
    width: 100%;
    margin-top: 50px;
    border-top: 3px solid #004c84;
}

.sub4_01 ul li{
    width: 100%;
    padding: 40px 0 40px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
}

.sub4_li_box{
    width: 100%;
    display: flex;
    align-items: center;
}

.imgbox{
    width: 200px;
    height: 100%;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    cursor: pointer;
}

.imgbox img{
    width: 100%;
}

.text_conbox{
    width: 80%;
    padding-left: 40px;
    box-sizing: border-box;
}

.conbox_title{
    display: flex;
    align-items: center;
}

.title{
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
}

.c_b_category{
    width: 100px;
    height: 35px;
    border: 1px solid #203864;
    box-sizing: border-box;
    font-size: 18px;
    color: #004c84;
    text-align: center;
    line-height: 33px;
    margin-left: 15px;
}

.conbox_con{
    width: 100%;
    margin-top: 20px;
}

.conbox_con span{
    font-size: 18px;
    color: #777;
    line-height: 30px;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    cursor: pointer;
}

/* add homepee add 21-12-06 Tablet */

.conbox_con>span>p {
    display: none;
}

.conbox_con p[style] {
    display: none;
}

/* //add homepee add 21-12-06 */

.time {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    margin-top: 30px;
}

.time i{
    font-size: 20px;
    margin-right: 5px;
}

.page_btn{
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn5{
    width: 75px;
    height: 40px;
    background-color: #004c84;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    border: 0;
}
.page_btn a{
    font-size: 18px;
    color: #777;
    margin: 0 15px;
    display: block;
}

.page_btn a.arrow02{
    width: 30px;
    height: 30px;
    border: 1px solid #004c84;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    color: #004c84;
    display: block;
    font-family: 'NanumSquareR';
    margin: 0 30px;
}

.page_btn a.now_num{
    color: #004c84;
    border-bottom: 1px solid #004c84;
    font-weight: 500;
}


/* sub4_detail */
.sub4_d{
    width: 100%;
    margin-top: 50px;
    border-top: 3px solid #004c84;
}

.detail_title{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
}

.c_b_category02{
    background-color: #004c84;
    border: 0;
    color: #fff;
    margin: 0 auto 10px;
}

.detail_title p{
    font-size: 40px;
    width: 100%;
    text-align: center;
}

.time02{
    margin-top: 15px;
    justify-content: center;
}

.detail_con{
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #313131;
}

.d_imgbox{
    width: 600px;
    height: 800px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 120px;
}

.d_imgbox img{
    width: 100%;
}

.d_textbox{
    width: 100%;
    font-size: 19px;
    line-height: 28px;
    padding: 0 15px;
    box-sizing: border-box;
}

.d_textbox strong{
    font-size: 26px;
    font-weight: 500;
}

.prev_next{
    width: 100%;
}

.prev,
.next{
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding: 15px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.prev_t01,
.next_t01{
    padding: 0 30px;
    font-size: 18px;
    border-right: 1px solid #e5e5e5;
    cursor: pointer;
}

.prev_t02,
.next_t02{
    margin: 0 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #777;
    cursor: pointer;
}

.back_btn{
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_btn a{
    width: 160px;
    height: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.d_textbox pre {
    width: 100%;
    white-space: pre-line !important;
}


/* sub5 */
.sub5_intro{
    background-image: url(../images/sub5_intro.png);
}

.imgbox02{
    width: 260px;
}

.conbox_con02{
    width: 100%;
    margin-top: 20px;
}

.conbox_con02 span{
    font-size: 18px;
    color: #777;
    line-height: 30px;
    word-break: keep-all;
    cursor: pointer;
}


/* sub5_detail */
.source{
    width: 100%;
    margin-top: 200px;
    font-size: 20px;
    font-weight: 300;
    color: #777;
}

.source strong{
    font-size: 20px;
    font-weight: 500;
    color: #333;
}


/* sub6 */
.sub6_intro{
    background-image: url(../images/sub6_intro.png);
}

.sub6_intro p{
    text-align: left !important;
    width: auto !important;
}

.sub_text03{
    font-weight: 500;
    padding-top: 80px;
}

.sub6_01{
    width: 100%;
    border-top: 3px solid #004c84;
    margin-top: 50px;
}

.sub6_01 table{
    width: 100%;
    border-collapse: collapse;
}

.sub6_01 table th{
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #d2d2d2;
}

.sub6_01 table td{
    padding: 30px 0;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    font-size: 22px;
}

.sub6_01 table th:first-child,
.sub6_01 table td:first-child{
    width: 15%;
}

.sub6_01 table th:nth-child(2),
.sub6_01 table td:nth-child(2){
    width: 10%;
}

.sub6_01 table th:nth-child(3),
.sub6_01 table td:nth-child(3){
    width: 35%;
}

.sub6_01 table th:last-child,
.sub6_01 table td:last-child{
    width: 30%;
}

.sub6_table_con{
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 45%;
    box-sizing: border-box;
    cursor: pointer;
}

.sub6_applybtn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.sub6_applybtn a{
    width: 260px;
    height: 55px;
    border: 1px solid #004c84;
    box-sizing: border-box;
    color: #004c84;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 55px;
}

.sub6_applybtn a span{
    font-family: 'NanumSquareR';
    margin-left: 10px;
}

span.small_title_t{
    font-size: 26px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}


/* sub6_1 */
.sub6_1_01{
    width: 100%;
    height: 1100px;
    background-image: url(../images/sub6_1_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub6_1_01 .center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sub6_1_left{
    width: 45%;
    margin-top: 100px;
    padding-left: 25px;
    box-sizing: border-box;
    border-left: 1px solid #535353;
    font-size: 24px;
    line-height: 37px;
}

.sub6_1_left span{
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    display: block;
    margin-bottom: 20px;
	letter-spacing: -1px;
	word-break: keep-all; word-wrap: break-word;
}

.sub6_1_left strong.c1{ color:red; font-weight:400; }


.sub6_1_left p{
	word-break: keep-all; word-wrap: break-word;
}

.sub6_1_right{
    width: 55%;
    padding: 60px 70px 70px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    margin-top: -70px;
    z-index: 999;
}

.apply_title{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.category_select{
    width: 100%;
    margin-top: 50px;
}

.category_select p{
    font-size: 20px;
    font-weight: 500;
}

.category_select ul{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
}
.btn{
    width: 33.33%;
    height: 60px;
    float: left;
    line-height: 55px;
    border: 1px solid rgba(210, 210, 210, 0.5);
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    color: #999;
    cursor: pointer;
    background-color: white;
    letter-spacing: -1px;
}
/* .category_select ul li{
    width: 33.33%;
    height: 60px;
    float: left;
    line-height: 55px;
    border: 1px solid rgba(210, 210, 210, 0.5);
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.category_select ul li.on02{
  border: 4px solid #004c84;
  font-weight: 500;
  color: #004c84;
  line-height: 50px;
}*/
.btn.on02{
  border: 4px solid #004c84;
  font-weight: 500;
  color: #004c84;
  line-height: 50px;
}

.apply_input{
    width: 100%;
    margin-top: 30px;
}

.apply_input input[type='text']{
    width: 100%;
    height: 60px;
    border: 1px solid rgba(210, 210, 210, 0.5);
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
}

.apply_input input[type='text']::placeholder{
    font-size: 20px;
    color: #999;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
}

.apply_input input[type='text']:-ms-input-placeholder{
    font-size: 20px;
    color: #999;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
}

.apply_input textarea{
    width: 100%;
    height: 160px;
    border: 1px solid rgba(210, 210, 210, 0.5);
    box-sizing: border-box;
}

.apply_input textarea::placeholder{
    font-size: 20px;
    color: #999;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    padding: 10px 0;
    box-sizing: border-box;
}

.apply_input textarea:-ms-input-placeholder{
    font-size: 20px;
    color: #999;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    padding: 10px;
    box-sizing: border-box;
}

.apply_check{
    width: 100%;
    margin: 30px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply_check span{
    font-size: 18px;
    color: #555;
    border-bottom: 1px solid #555;
    margin-left: 5px;
}

.apply_btn{
    width: 100%;
}

.apply_btn a{
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background-color: #004c84;
    display: block;
	cursor:pointer;
}


/* sub7 */
.sub7_01{
    width: 100%;
}

.sub7_01 .center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sub7_left{
    width: 35%;
    padding-left: 0;
    border-left: 0;
}

.sub7_right{
    padding: 60px 30px 70px;
}

.sub7_imgbox{
    width: 100%;
    height: auto;
    border: 5px solid rgba(191, 191, 191, 0.5);
    box-sizing: border-box;
    overflow: hidden;
}

.sub7_imgbox img{
    width: 100%;
}

.sub7_left p{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-top: 25px;
}

.title_box{
    width: 100%;
    text-align: center;
}

.title_box p{
    font-size: 50px;
    font-weight: 500;
    margin-top: 20px;
}

.sub7_text{
    margin: 70px 0 110px;
}

.apply_btn02{
    width: 85%;
    margin: 0 auto;
}

.apply_btn02 a{
    font-weight: 500;
}


/* sub8 */
.sub8_intro{
    background-image: url(../images/sub6_intro.png);
}

.sub8_01{
    width: 100%;
    margin-top: 60px;
}

.sub_map_box{
    width: 100%;
    height: 620px;
    position: relative;
}

.sub_map_box .root_daum_roughmap{
    width: 100%;
    height: 550px !important;
}

.sub_map_box .root_daum_roughmap .wrap_map{
    height: 100% !important;
}

.map_infobox{
    position: absolute;
    background-color: #004c84;
    padding: 20px 30px 30px;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.map_infobox p{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.t_f_e{
    margin-top: 15px;
}

.t_f_e p{
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    margin-top: 7px;
}

.sub8_01 ul{
    width: 100%;
    margin-top: 60px;
}

.sub8_01 ul li{
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding: 40px 0;
    display: flex;
    align-items: flex-start;
}

.sub8_01 ul li:last-child{
    border-bottom: 0;
}

.public_transport_title{
    width: 15%;
    font-size: 32px;
    font-weight: 500;
    line-height: 25px;
}

.public_transport_con{
    width: 85%;
}

.subway{
    width: 100%;
    display: flex;
    align-items: center;
}

.subway:first-child{
    margin-bottom: 15px;
}

.subway_line{
    width: 10%;
    display: flex;
    align-items: center;
}

.subway_exit,
.bus_exit{
    width: 90%;
    font-size: 18px;
}

.line_num{
    width: 25px;
    height: 25px;
    border-radius: 30px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    font-family: 'NanumSquareEB';
}

.line_num_gr{
    background-color: #23ac39;
    margin-right: 10px;
}

.line_num_or{
    background-color: #ff831e;
}

.bus{
    width: 100%;
    display: flex;
    align-items: center;
}

.bus:not(:last-child){
    margin-bottom: 15px;
}

.bus_line{
    width: 10%;
}

.bus_exit{
    width: 90%;
}

.line_name{
    height: 25px;
    width: 55px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-family: 'NanumSquareB';
    font-size: 14px;
    line-height: 25px;
}

.line_name_bl{
    background-color: #31559b;
}

.line_name_re{
    background-color: #e72019;
}

.line_name_gr{
    background-color: #4eb55a;
}

.line_name_ye{
    background-color: #eda817;
}

.car{
    width: 100%;
}

.car:not(:last-child){
    margin-bottom: 30px;
}

.car p{
    font-size: 24px;
    font-weight: 500;
}

.car span{
    font-size: 18px;
    color: #555;
    display: block;
    padding: 10px 0 0 15px;
    box-sizing: border-box;
    line-height: 30px;
}

.sub8_02{
    width: 100%;
    margin-top: 130px;
}

.sub8_title{
    font-size: 45px;
    font-weight: 500;
}

.sub8_title span{
    font-size: 24px;
    color: #555;
    display: block;
    margin-top: 10px;
    font-weight: normal;
}

.sub8_con{
    width: 1000px;
    margin: 70px auto 0;
}

.sub8_con img{
    width: 100%;
}


/* sub9_1 */
.sub9_intro{
    background-image: url(../images/sub9_intro.png);
}

.sub9_ul{
    width: 100%;
    padding-top: 50px;
}

.sub9_ul ul{
    width: 100%;
    display: flex;
}

.sub9_ul ul li{
    width: 14.28%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    font-size: 18px;
    color: #777;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}

.sub9_ul ul li.bg_b{
    background-color: #004c84;
    border: 1px solid #004c84;
    color: #fff;
}

.s_title02{
    padding-top: 80px;
}

p.text_r{
    color: #ff0000;
}

.s_c02_con02 strong{
    font-size: 20px;
}

.s_c02_con03 span{
    line-height: 40px;
}


/* sub9_5 */
.sub_ul_con{
    width: 100%;
    padding: 70px 10% 30px;
    box-sizing: border-box;
}

.sub_ul_con ul{
    width: 100%;
    display: inline-block;
}

.sub_ul_con ul li{
    width: 25%;
    height: 240px;
    float: left;
    border: 1px solid rgba(210, 210, 210, 0.5);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_u_c{
    text-align: center;
    font-size: 20px;
}

.s_u_c img{
    display: block;
    margin: 0 auto 10px;
}


/* sub10 */
.sub10_intro{
    background-image: url(../images/sub10_intro.png);
}

.sub10_box{
    width: 100%;
    background-color: #f8f8f8;
    margin-top: 100px;
    padding: 70px 0;
}

.sub10_box ul{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 40px;
}

.sub10_box ul li{
    width: 32%;
    height: 350px;
    float: left;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    margin-right: 2%;
    position: relative;
}

.sub10_box ul li:nth-child(3n){
    margin-right: 0;
}

.sub10_box ul li:first-child,
.sub10_box ul li:nth-child(2),
.sub10_box ul li:nth-child(3){
    margin-bottom: 20px;
}

.step{
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #2a5082;
    font-weight: bold;
    margin-top: 40px;
}

.sub10_box ul li img{
    display: block;
    margin: 20px auto 0;
}

.sub10_box ul li span{
    width: 100%;
    font-size: 20px;
    text-align: center;
    display: block;
    margin-top: 50px;
}

.blue_arrow{
    width: 60px;
    height: 60px;
    background-color: #004c84;
    border-radius: 50px;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -43px;
    transform: translateY(-50%);
    z-index: 99;
}


/* sub11 */
.sub11_intro{
    background-image: url(../images/sub11_intro.png);
}

.sub11_box{
    width: 100%;
    background-color: #f8f8f8;
    margin: 100px 0 70px;
    padding: 70px 0;
}

ul.pc_show{
    display: inline-block;
}

ul.m_show{
    display: none !important;
}

.sub11_box ul{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 40px;
}

.sub11_box ul li{
    width: 24%;
    height: 300px;
    float: left;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    margin-right: 1.33%;
    position: relative;
}

.sub11_box ul.pc_show li:nth-child(4n){
    margin-right: 0;
}

.sub11_box ul li:first-child,
.sub11_box ul li:nth-child(2),
.sub11_box ul li:nth-child(3),
.sub11_box ul li:nth-child(4){
    margin-bottom: 20px;
}

.step{
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #2a5082;
    font-weight: bold;
    margin-top: 30px;
}

.sub11_box ul li img{
    display: block;
    margin: 20px auto 0;
}

.sub11_box ul li span{
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.sub11_box .blue_arrow{
    width: 50px;
    height: 50px;
    background-color: #004c84;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
    z-index: 99;
}

.sub11_text{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

.consulting_btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.consulting_btn a{
    width: 340px;
    height: 80px;
    background-color: #313131;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 인증번호 받기*/
.ph_wrap{ 
	position:relative;
}
.ph_wrap .request_btn{ 
	position:absolute;
	right:0;
	top:20px;
	width:auto;
	height:60px;
	padding:0 20px;
	line-height:60px;
	background:#999;
	color:#fff;
	cursor:pointer;
}









































/* mobile */
@media screen and (max-width: 767px){

    #sub_intro{
        height: 25vh;
    }

    #sub_intro p{
        font-size: 24px;
    }

    #content{
        padding-bottom: 100px;
    }

    .route .center i.xi-angle-right-min{
        margin: 0 5px;
    }

    .route{
        padding: 5px 0 20px;
    }

    .route .center p{
        font-size: 14px;
    }

    .sub_title p{
        font-size: 24px;
    }

    .bar02{
        width: 30px;
        margin: 5px auto 0;
    }


    /* sub1 */
    .sub1_01{
        width: 100%;
        height: revert;
        background-color: #f8f8f8;
        margin-top: 180px;
    }

    .sub1_01 .center{
        position: initial;
    }

    .ceo_img02{
        width: 100%;
    }

    .ceo_img02 img{
        width: 65%;
        margin: -150px auto 0;
    }

    .ceo_info02{
        display: block;
        position: initial;
    }

    .ceo_greetings{
        width: 100%;
        background-color: #f8f8f8;
        margin-top: -35%;
        padding: 20px 5px 10px;
        box-sizing: border-box;
    }

    .ceo_greetings_t01{
        font-size: 5vw;
        letter-spacing: -0.5px;
    }

    .ceo_greetings_t01 span{
        font-size: 5vw;
    }

    .ceo_greetings_t02{
        font-size: 16px;
        margin-top: 30px;
        word-break: keep-all;
    }

    .ceo_greetings_t02 br{
        display: none;
    }

    .ceo_greetings_t02 br.stay{
        display: block;
    }

    .ceo_sign{
        margin-top: 20px;
    }

    .ceo_sign img{
        width: 200px;
    }

    .sub1_02{
        margin-top: 50px;
    }

    .sub1_02_text img{
        width: 60px;
    }

    .sub1_02_text>span{
        font-size: 6vw;
        line-height: 35px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .sub1_02_text br.none{
        display: block;
    }

    span.underline{
        font-size: 6vw;
    }

    .sub1_02_video{
        margin-top: 30px;
        height: 160px;
    }

    .sub1_02_video iframe{
        width: 90%;
        height: 100%;
    }


    /* sub2 */
    .sub_text{
        padding-top: 50px;
        font-size: 22px;
        word-break: keep-all;
    }

    .sub_text02{
      padding-top: 10px;
    }

    .sub2_01{
        margin-top: 30px;
    }

    .info_box{
        width: 200px;
        height: 200px;
    }

    .info_text{
        top: 20px;
        left: 20px;
    }

    p.name{
        font-size: 18px;
    }

    .bar03{
        width: 20px;
        height: 2px;
        margin: 5px auto;
    }

    .info_text span{
        font-size: 16px;
    }

    .info_boder{
        border: 2px solid #004c84;
        outline: 2px solid #004c84;
    }

    .bottom_text{
        font-size: 14px;
        padding: 10px 0;
        font-weight: normal;
        word-break: keep-all;
    }

    .sub2_02{
        margin-top: 20px;
    }

    .sub2_02 ul{
        width: 280px;
        display: table;
        margin: 0 auto;
    }

    .sub2_02 ul li{
        width: 135px;
        height: 130px;
        margin-bottom: 20px;
    }

    .sub2_02 ul li:nth-child(2n-1){
        margin-right: 10px;
    }

    .sub2_02 ul li:nth-child(2n){
        margin-right: 0;
    }

    .sub2_02 ul li:nth-child(13){
        margin-bottom: 0;
    }

    .info_text02{
        top: 20px;
        left: 7px;
    }

    .info_text02 p.name{
        font-size: 16px;
    }

    .info_text02 .bar03{
        width: 15px;
        height: 1px;
        margin: 3px auto;
    }

    .info_text02 span{
        font-size: 14px;
        letter-spacing: -1px;
    }

    .info_boder02 .bottom_text{
        font-size: 12px;
        padding: 5px 0;
        letter-spacing: -0.5px;
    }


    /* sub2_1 */
    .sub2_1_01{
        margin-top: 30px;
    }

    .introduce_box{
        width: 100%;
        display: block;
    }

    .introduce_left{
        width: 100%;
    }

    .introduce_right{
        width: 100%;
        margin-top: 20px;
    }

    .introduce_title{
        font-size: 24px;
    }

    .introduce_title strong{
        font-size: 30px;
        line-height: 40px;
    }

    .introduce_title span{
        font-size: 18px;
        margin: 0 0 10px;
    }

    .education,
    .career{
        margin-top: 20px;
    }

    .category_title{
        font-size: 20px;
    }

    .category_title span{
        margin-right: 5px;
    }

    .category_con{
        font-size: 16px;
        line-height: 28px;
        margin-top: 0;
        padding-left: 10px;
        word-break: keep-all;
    }

    .introduce_img{
        text-align: center;
    }

    .introduce_img img{
        width: 70%;
    }

    .bar04{
        display: none;
    }

    .certification{
        margin-top: 20px;
    }


    /* sub4 */
    .sub4_01{
        margin-top: 30px;
    }

    .sub_text02 br{
        display: block;
    }

    .select_search{
        width: 95%;
        display: flex;
        align-items: center;
        padding: 20px 0;
    }

    .select_box02{
        width: 30%;
        height: 35px;
    }

    .search_box{
        width: 70%;
    }

    .search_box input[type='text']{
        width: 70%;
        height: 35px;
    }

    .search_box input[type='button']{
        width: 30%;
        height: 35px;
        font-size: 14px;
    }

    .sub4_01 ul{
        margin-top: 30px;
    }

    .sub4_01 ul li{
        padding: 10px;
    }

    .imgbox{
       /* display: none; */
       width: 20%;
       margin: 15px 15px;
    }

    .text_conbox{
        width: 80%;
        padding-left: 5%;
        box-sizing: border-box;
    }

    .title{
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c_b_category{
        width: 50px;
        height: 25px;
        font-size: 12px;
        line-height: 23px;
        margin-left: 10px;
    }

    .conbox_con{
        margin-top: 10px;
    }

    .conbox_con span{
        font-size: 12px;
        line-height: 20px;
    }

    /* add homepee add 21-12-06 Mobile */

    .conbox_con>span>p {
        display: none;
    }

    .conbox_con p[style] {
        display: none;
    }

    /* //add homepee add 21-12-06 */

    .time {
        font-size: 10px;
        margin-top: 10px;
    }

    .time i{
        font-size: 16px;
    }

    .page_btn{
        margin-top: 30px;
    }


    /* sub4_detail */
    .sub4_d{
        margin-top: 20px;
    }

    .c_b_category02{
        margin: 0 auto 5px;
    }

    .detail_title{
        padding: 10px 0;
    }

    .detail_title p{
        font-size: 18px;
    }

    .time02{
        margin-top: 5px;
    }

    .detail_con{
        padding: 20px 0;
    }

    .d_imgbox{
        width: 80%;
        height: 100%;
        margin: 0 auto 30px;
    }

    .d_textbox{
        font-size: 15px;
        line-height: 25px;
        padding: 0 10px;
    }

    .d_textbox strong{
        font-size: 18px;
    }

    .prev,
    .next{
        padding: 10px 0;
    }

    .prev_t01,
    .next_t01{
        font-size: 14px;
        padding: 0 10px;
    }

    .prev_t02,
    .next_t02{
        margin: 0 10px;
        font-size: 14px;
    }

    .back_btn{
        margin-top: 30px;
    }

    .back_btn a{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }


    /* sub5 */
    .search_box02{
        width: 100%;
    }

    .imgbox02{
        display: block;
        width: 100%;
    }

    .text_conbox02{
        width: 100%;
        padding-left: 0;
    }

    .text_conbox02 .title{
        font-size: 18px;
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .conbox_con02{
        margin-top: 10px;
    }

    .conbox_con02 span{
        font-size: 15px;
        line-height: 25px;
    }


    /* sub5_detail */
    .source{
        margin-top: 100px;
        font-size: 16px;
    }

    .source strong{
        font-size: 16px;
    }


    /* sub6 */
    .sub6_01 table th{
        font-size: 14px;
    }

    .sub6_01 table td{
        padding: 10px 0;
        font-size: 14px;
    }

    .sub6_01 table th:first-child,
    .sub6_01 table td:first-child{
        width: 10%;
    }

    .sub6_01 table th:nth-child(2),
    .sub6_01 table td:nth-child(2){
        width: 25%;
    }

    .sub6_01 table th:nth-child(3),
    .sub6_01 table td:nth-child(3){
        width: 25%;
    }

    .sub6_01 table th:last-child,
    .sub6_01 table td:last-child{
        width: 30%;
    }

    .sub6_table_con{
        padding-left: 0;
    }

    .sub6_applybtn{
        margin-top: 30px;
    }

    .sub6_applybtn a{
        width: 200px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    span.small_title_t{
        font-size: 14px;
        letter-spacing: -1px;
        display: block;
        margin-top: 5px;
    }


    /* sub6_1 */
    .sub6_1_01{
        height: revert;
    }

    .sub6_1_01 .center{
        display: block;
    }

    .sub6_1_left{
        width: 100%;
        margin-top: 50px;
        font-size: 14px;
        line-height: 20px;
        padding-left: 15px;
    }

    .sub6_1_left span{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .sub6_1_right{
        width: 100%;
        padding: 30px 20px;
        margin-top: 30px;
    }

    .apply_title{
        font-size: 24px;
    }

    .category_select{
        margin-top: 20px;
    }

    .category_select p{
        font-size: 18px;
    }

    .btn{
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .btn.on02{
        line-height: 35px;
    }

    .apply_input{
        margin-top: 20px;
    }

    .apply_input input[type='text']{
        height: 40px;
        margin-bottom: 10px;
    }

    .apply_input input[type='text']::placeholder{
        font-size: 14px;
    }

    .apply_input textarea::placeholder{
        font-size: 14px;
        padding: 5px 0;
    }

    .apply_check{
        margin: 10px 0 20px;
    }

    .apply_check span{
        font-size: 14px;
    }

    .apply_btn a{
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }


    /* sub7 */
    .sub7_01 .center{
        display: block;
    }

    .sub7_left{
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }

    .sub7_right{
        width: 100%;
        padding: 30px 20px 50px;
    }

    .sub7_imgbox{
        width: 60%;
        margin: 0 auto;
        height: 100%;
    }

    .sub7_left p{
        font-size: 16px;
        margin-top: 10px;
    }

    .title_box img{
        width: 30px;
    }

    .title_box p{
        font-size: 24px;
        margin-top: 5px;
    }

    .sub7_text{
        margin: 30px 0 50px;
    }


    /* sub8 */
    .sub8_01{
        margin-top: 30px;
    }

    .sub_map_box{
        height: 350px;
    }

    .sub_map_box .root_daum_roughmap{
        height: 300px !important;
    }

    .sub_map_box .root_daum_roughmap .wrap_map{
        height: 100% !important;
    }

    .map_infobox{
        padding: 10px;
        width: 80%;
    }

    .map_infobox p{
        font-size: 18px;
        word-break: keep-all;
    }

    .map_infobox p br{
        display: none;
    }

    .t_f_e p{
        font-size: 14px;
        margin-top: 5px;
    }

    .sub8_01 ul{
        margin-top: 30px;
    }

    .sub8_01 ul li{
        padding: 20px 0;
        display: block;
    }

    .public_transport_title{
        width: 100%;
        font-size: 20px;
        font-weight: bold;
    }

    .public_transport_con{
        width: 100%;
        margin-top: 20px;
    }

    .subway_line{
        width: 20%;
    }

    .subway_exit,
    .bus_exit{
        width: 80%;
        font-size: 14px;
    }

    .subway:first-child{
        margin-bottom: 10px;
    }

    .line_num{
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .line_name{
        height: 20px;
        width: 45px;
        font-size: 12px;
        line-height: 20px;
    }

    .bus{
        align-items: baseline;
    }

    .bus_line{
        width: 20%;
    }

    .bus_exit{
        width: 80%;
    }

    .bus:not(:last-child){
        margin-bottom: 10px;
    }

    .car:not(:last-child){
        margin-bottom: 15px;
    }

    .car p{
        font-size: 16px;
    }

    .car span{
        padding: 5px 0 0 10px;
        font-size: 14px;
        line-height: 25px;
    }

    .car span br{
        display: none;
    }

    .sub8_02{
        margin-top: 30px;
    }

    .sub8_title{
        font-size: 24px;
    }

    .sub8_title span{
        font-size: 16px;
        margin-top: 5px;
    }

    .sub8_con{
        width: 85%;
        margin: 30px auto 0;
    }


    /* sub3 */
    .s_title{
        padding-top: 30px;
    }

    .blue_bar{
        width: 20px;
        height: 2px;
    }

    .s_title p{
        font-size: 22px;
    }

    .sub_con01{
        padding-top: 15px;
        font-size: 12px;
        line-height: 20px;
    }

    .sub_border_t{
        margin-top: 30px;
    }

    .sub_border_b{
        padding-bottom: 30px;
    }

    .sub_con02{
        padding-top: 30px;
    }

    .s_c02_title{
        font-size: 14px;
        word-break: keep-all;
        align-items: baseline;
    }

    .s_c02_title span{
        font-size: 10px;
    }

    .s_c02_con{
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
        padding-left: 0px;
    }

    .sub_con03{
        margin-top: 30px;
    }

    .s_c03_title{
        font-size: 16px;
    }

    .s_c03_con{
        margin-top: 15px;
        padding: 0;
    }

    .s_c03_con p{
        font-size: 14px;
    }

    .s_c03_con>span{
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0 0;
    }


    /* sub9_1 */
    .sub9_ul{
        padding-top: 20px;
    }

    .sub9_ul ul{
        width: 100%;
        display: inline-block;
    }

    .sub9_ul ul li{
        width: 33.33%;
        float: left;
        font-size: 12px;
        padding: 10px 0;
        letter-spacing: -1px;
    }

    .s_c02_con02 strong{
        font-size: 12px;
    }

    .s_c02_con03 span{
        line-height: 25px;
    }


    /* sub9_5 */
    .sub_ul_con{
        padding: 20px 0 0;
    }

    .sub_ul_con ul li{
        width: 33.33%;
        height: 100px;
    }

    .s_u_c{
        font-size: 12px;
        letter-spacing: -1px;
    }

    .s_u_c img{
        width: 40px;
        margin: 0 auto 5px;
    }


    /* sub10 */
    .sub10_box{
        width: 100%;
        margin-top: 30px;
        padding: 30px 0;
    }

    .sub10_box ul{
        padding: 0;
        margin-top: 10px;
    }

    .sub10_box ul li{
        height: 150px;
    }

    .sub10_box ul li:first-child,
    .sub10_box ul li:nth-child(2),
    .sub10_box ul li:nth-child(3){
        margin-bottom: 10px;
    }

    .step{
        font-size: 14px;
        margin-top: 15px;
    }

    .sub10_box ul li img{
        width: 40px;
        margin: 10px auto 0;
    }

    .sub10_box ul li span{
        font-size: 10px;
        margin-top: 10px;
        letter-spacing: -1px;
    }

    .blue_arrow{
        width: 20px;
        height: 20px;
        font-size: 10px;
        right: -15px;
    }


    /* sub11 */
    .sub11_box{
        margin: 30px 0;
        padding: 30px 0;
    }

    ul.pc_show{
        display: none;
    }

    ul.m_show{
        display: inline-block !important;
    }

    .sub11_box ul{
        padding: 0;
        margin-top: 10px;
    }

    .sub11_box ul li{
        width: 32.33%;
        height: 150px;
    }

    .sub11_box ul.m_show li:nth-child(3n){
        margin-right: 0;
    }

    .sub11_box ul li:first-child,
    .sub11_box ul li:nth-child(2),
    .sub11_box ul li:nth-child(3),
    .sub11_box ul li:nth-child(4),
    .sub11_box ul li:nth-child(5),
    .sub11_box ul li:nth-child(6){
        margin-bottom: 10px;
    }

    .sub11_box ul li img{
        width: 40px;
        margin: 10px auto 0;
    }

    .sub11_box ul li span{
        font-size: 10px;
        letter-spacing: -1px;
        margin-top: 5px;
        word-break: keep-all;
    }

    .sub11_box .blue_arrow{
        width: 20px;
        height: 20px;
        font-size: 10px;
        right: -10px;
    }

    .sub11_text{
        font-size: 12px;
        line-height: 20px;
        word-break: keep-all;
    }

    .sub11_text br{
        display: none;
    }

    .consulting_btn{
        margin-top: 30px;
    }

    .consulting_btn a{
        width: 250px;
        height: 50px;
        font-size: 16px;
        font-weight: normal;
    }

    .sub4_li_box{
        flex-direction: column;
    }

	.ph_wrap .request_btn{ 
		height:40px;
		line-height:40px;
		padding:0 10px;
		font-size:14px;
	}
}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    #sub_intro{
        height: 25vh;
    }

    #sub_intro p{
        font-size: 35px;
        top: 50%;
    }

    #content{
        padding-bottom: 100px;
    }

    .route{
        padding: 10px 0;
    }

    .sub_title p{
        font-size: 30px;
    }

    .bar02{
        width: 40px;
        margin: 10px auto 0;
    }


    /* sub1 */
    .sub1_01{
        width: 100%;
        height: revert;
        background-color: #f8f8f8;
        margin-top: 200px;
    }

    .sub1_01 .center{
        position: initial;
    }

    .ceo_img02{
        width: 100%;
    }

    .ceo_img02 img{
        width: 55%;
        margin: -150px auto 0;
    }

    .ceo_info02{
        display: block;
        position: initial;
    }

    .ceo_greetings{
        width: 100%;
        background-color: #f8f8f8;
        margin-top: -30%;
        padding: 30px 20px 20px;
        box-sizing: border-box;
    }

    .ceo_greetings_t01{
        font-size: 24px;
    }

    .ceo_greetings_t01 span{
        font-size: 26px;
    }

    .ceo_greetings_t02{
        font-size: 18px;
        margin-top: 30px;
    }

    .sub1_02{
        margin-top: 50px;
    }

    .sub1_02_text img{
        width: 90px;
    }

    .sub1_02_text>span{
        font-size: 28px;
        line-height: 45px;
        margin-top: 10px;
    }

    span.underline{
        font-size: 30px;
    }

    .sub1_02_video{
        margin-top: 50px;
        height: 300px;
    }

    .sub1_02_video iframe{
      width: 550px;
        height: 100%;
    }

    /* sub2 */
    .sub_text{
        padding-top: 50px;
        font-size: 28px;
    }

    .sub2_01{
        margin-top: 50px;
    }

    .info_box{
        width: 300px;
        height: 300px;
    }

    .info_text{
        left: 40px;
    }

    p.name{
        font-size: 24px;
    }

    .bar03{
        width: 20px;
        height: 2px;
        margin: 5px auto;
    }

    .info_text span{
        font-size: 18px;
    }

    .info_boder{
        border: 2px solid #004c84;
        outline: 2px solid #004c84;
    }

    .bottom_text{
        font-size: 18px;
        padding: 20px 0;
        font-weight: normal;
    }

    .sub2_02{
        margin-top: 50px;
    }

    .sub2_02 ul{
        width: 720px;
        display: table;
        margin: 0 auto;
    }

    .sub2_02 ul li{
        width: 230px;
        height: 230px;
        margin-right: 10px;
        margin-bottom: 30px;
    }

    .info_text02{
        top: 30px;
        left: 25px;
    }

    .info_text02 p.name{
        font-size: 18px;
    }

    .info_text02 .bar03{
        width: 15px;
        height: 1px;
        margin: 5px auto;
    }

    .info_text02 span{
        font-size: 16px;
    }

    .info_boder02 .bottom_text{
        font-size: 14px;
        padding: 15px 0;
        letter-spacing: -0.5px;
    }


    /* sub2_1 */
    .sub2_1_01{
        margin-top: 50px;
    }

    .introduce_title{
        font-size: 30px;
    }

    .introduce_title strong{
        font-size: 35px;
        line-height: 40px;
    }

    .introduce_title span{
        font-size: 20px;
        margin: 10px 0;
    }

    .education,
    .career{
        margin-top: 30px;
    }

    .category_title{
        font-size: 24px;
    }

    .category_title span{
        margin-right: 5px;
    }

    .category_con{
        font-size: 18px;
        line-height: 30px;
        margin-top: 0;
        padding-left: 10px;
        word-break: keep-all;
    }

    .bar04{
        width: 90px;
        height: 2px;
        top: 25px;
        left: -50px;
    }

    .certification{
        margin-top: 50px;
    }


    /* sub2_2 */
    .bar05{
        width: 90px;
        height: 2px;
        top: 25px;
        left: -50px;
    }

    /* sub2_4 */
    .bar06{
        width: 90px;
        height: 2px;
        top: 25px;
        left: -50px;
    }


    /* sub3 */
    .s_title{
        padding-top: 50px;
    }

    .blue_bar{
        width: 30px;
        height: 2px;
    }

    .s_title p{
        font-size: 28px;
    }

    .sub_con01{
        padding-top: 20px;
        font-size: 14px;
        line-height: 30px;
    }

    .sub_border_t{
        margin-top: 30px;
    }

    .sub_border_b{
        padding-bottom: 30px;
    }

    .sub_con02{
        padding-top: 30px;
    }

    .s_c02_title{
        font-size: 18px;
    }

    .s_c02_title span{
        font-size: 10px;
    }

    .s_c02_con{
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
        padding-left: 0px;
    }

    .sub_con03{
        margin-top: 50px;
    }

    .s_c03_title{
        font-size: 18px;
    }

    .s_c03_con{
        margin-top: 20px;
        padding: 0;
    }

    .s_c03_con p{
        font-size: 16px;
    }

    .s_c03_con>span{
        font-size: 14px;
        line-height: 25px;
        padding: 10px 0 0;
    }


    /* sub4 */
    .sub4_01{
        margin-top: 50px;
    }

    .sub4_01 ul li{
        padding: 30px 0 30px 30px;
    }

    .text_conbox{
        padding-left: 30px;
    }


    /* sub4_detail */
    .detail_title p{
        font-size: 24px;
    }

    .time02{
        margin-top: 10px;
    }

    .detail_con{
        padding: 30px 0;
    }

    .d_imgbox{
        width: 400px;
        height: 100%;
        margin: 0 auto 50px;
    }

    .d_textbox{
        font-size: 18px;
        padding: 0 10px;
    }

    .d_textbox strong{
        font-size: 24px;
    }

    .prev,
    .next{
        padding: 10px 0;
    }

    .prev_t01,
    .next_t01{
        font-size: 16px;
    }

    .back_btn{
        margin-top: 50px;
    }

    .back_btn a{
        font-size: 18px;
    }


    /* sub5 */
    /* .imgbox02{ */
        /* display: none; */
    /* } */

    /* .text_conbox02{ */
        /* width: 100%; */
        /* padding-left: 0; */
    /* } */

    .text_conbox02 .title {
        font-size: 24PX;
    }

    /* sub5_detail */
    .source{
        margin-top: 150px;
        font-size: 18px;
    }

    .source strong{
        font-size: 18px;
    }


    /* sub6 */
    .sub6_01 table th{
        font-size: 18px;
    }

    .sub6_01 table td{
        padding: 15px 0;
        font-size: 18px;
    }

    .sub6_applybtn a{
        width: 220px;
        height: 45px;
        font-size: 18px;
        line-height: 45px;
    }

    span.small_title_t{
        font-size: 20px;
        display: block;
        margin-top: 5px;
    }



    /* sub6_1 */
    .sub6_1_01{
        height: revert;
    }

    .sub6_1_01 .center{
        display: block;
    }

    .sub6_1_left{
        width: 100%;
        margin-top: 50px;
        font-size: 18px;
        line-height: 25px;
        padding-left: 15px;
    }

    .sub6_1_left br{
        display: none;
    }

    .sub6_1_left span{
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    .sub6_1_right{
        width: 100%;
        padding: 30px;
        margin-top: 50px;
    }

    .apply_title{
        font-size: 30px;
    }

    .category_select{
        margin-top: 30px;
    }

    .category_select ul li{
        font-size: 18px;
    }

    .apply_input input[type='text']{
        height: 50px;
        margin-bottom: 10px;
    }

    .apply_input input[type='text']::placeholder{
        font-size: 16px;
    }

    .apply_input textarea::placeholder{
        font-size: 16px;
        padding: 5px 0;
    }

    .apply_check{
        margin: 20px 0 30px;
    }

    .apply_btn a{
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }


    /* sub7 */
    .sub7_01 .center{
        display: block;
    }

    .sub7_left{
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }

    .sub7_right{
        width: 100%;
        padding: 30px 30px 50px;
    }

    .sub7_imgbox{
        width: 50%;
        margin: 0 auto;
        height: 100%;
    }

    .sub7_left p{
        font-size: 20px;
        margin-top: 10px;
    }

    .title_box img{
        width: 50px;
    }

    .title_box p{
        font-size: 30px;
        margin-top: 10px;
    }

    .sub7_text{
        margin: 30px 0 50px;
    }


    /* sub8 */
    .sub8_01{
        margin-top: 50px;
    }

    .sub_map_box{
        height: 500px;
    }

    .sub_map_box .root_daum_roughmap{
        height: 400px !important;
    }

    .sub_map_box .root_daum_roughmap .wrap_map{
        height: 100% !important;
    }

    .map_infobox p{
        font-size: 24px;
    }

    .t_f_e p{
        font-size: 16px;
        margin-top: 5px;
    }

    .sub8_01 ul{
        margin-top: 30px;
    }

    .sub8_01 ul li{
        padding: 30px 0;
        display: block;
    }

    .public_transport_title{
        width: 100%;
        font-size: 26px;
        font-weight: bold;
    }

    .public_transport_con{
        width: 100%;
        margin-top: 30px;
    }

    .bus{
        align-items: baseline;
    }

    .car p{
        font-size: 20px;
    }

    .car span{
        padding: 5px 0 0 10px;
    }

    .car span br{
        display: none;
    }

    .sub8_02{
        margin-top: 50px;
    }

    .sub8_title{
        font-size: 26px;
    }

    .sub8_title span{
        font-size: 20px;
    }

    .sub8_con{
        width: 80%;
        margin: 30px auto 0;
    }


    /* sub9_1 */
    .sub9_ul ul{
        width: 100%;
        display: inline-block;
    }

    .sub9_ul ul li{
        width: 25%;
        float: left;
        font-size: 14px;
        padding: 10px 0;
    }

    .s_c02_con02 strong{
        font-size: 16px;
    }


    /* sub9_5 */
    .sub_ul_con{
        padding: 30px 0;
    }

    .sub_ul_con ul li{
        width: 25%;
        height: 150px;
    }

    .s_u_c{
        font-size: 14px;
    }

    .s_u_c img{
        width: 50px;
    }


    /* sub10 */
    .sub10_box{
        width: 100%;
        margin-top: 50px;
        padding: 50px 0;
    }

    .sub10_box ul{
        padding: 0;
        margin-top: 20px;
    }

    .sub10_box ul li{
        height: 200px;
    }

    .step{
        font-size: 16px;
        margin-top: 25px;
    }

    .sub10_box ul li img{
        width: 60px;
        margin: 10px auto 0;
    }

    .sub10_box ul li span{
        font-size: 14px;
        margin-top: 20px;
    }

    .blue_arrow{
        width: 40px;
        height: 40px;
        font-size: 18px;
        right: -28px;
    }


    /* sub11 */
    .sub11_box{
        margin: 50px 0;
        padding: 50px 0;
    }

    .sub11_box ul{
        padding: 0;
        margin-top: 20px;
    }

    .sub11_box ul li{
        height: 200px;
    }

    .step{
        font-size: 16px;
        margin-top: 25px;
    }

    .sub11_box ul li img{
        width: 50px;
        margin: 10px auto 0;
    }

    .sub11_box ul li span{
        font-size: 14px;
        margin-top: 10px;
    }

    .sub11_box .blue_arrow{
        width: 30px;
        height: 30px;
        font-size: 14px;
        right: -20px;
    }

    .sub11_text{
        font-size: 14px;
        line-height: 25px;
    }

    .consulting_btn{
        margin-top: 50px;
    }

    .consulting_btn a{
        width: 250px;
        height: 50px;
        font-size: 18px;
        font-weight: normal;
    }
	
	.ph_wrap .request_btn{ 
		height:50px;
		line-height:50px;
	}

}






















/* pc mini-size */
@media screen and (min-width: 1000px) and (max-width: 1680px){

  .ceo_greetings_t01{
    font-size: 28px;
  }

  .ceo_greetings_t02{
    font-size: 18px;
    margin-top: 30px;
  }

  .info_imgbox img{
    height: 100%;
    object-fit: cover;
  }

  .info_boder02 .bottom_text{
    font-size: 18px;
  }

  .introduce_title{
    font-size: 40px;
  }

  .introduce_title strong{
    font-size: 50px;
  }

  .introduce_title span{
    font-size: 24px;
  }

  .text span{
    font-size: 16px;
  }

  .c_t_con{
    font-size: 18px;
  }

  .c_t_con span{
    font-size: 22px;
  }

  .c_t_con02 span{
    font-size: 16px;
    padding-left: 30px;
  }

  .sub3_2_text{
    font-size: 20px;
  }

  .text02 p{
    font-size: 23px;
  }

  .s_t_box p{
    font-size: 18px;
    margin-right: 50px;
  }

  .s_t_box span{
    font-size: 16px;
  }

  .tabcon_title{
    font-size: 35px;
  }

  .c_t_title02 span{
    font-size: 20px;
  }

  .sub7_left p{
    font-size: 24px;
  }

  .sub6_1_right{
    width: 60%;
  }






}
