@charset "utf-8";


.width1400 {
    width: 1400px;
}


.slide{
    position: relative;
    width: 100%;
}

.slide_imgsize{
    width: 100%;
    height: 980px;
}

/* 섹션0 */
/* 인덱스 배너부분 부가적인 부분 */

.index_out_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    width: 1480px;
    height: 100%;
    margin: 89px auto 0;
    padding-top: 200px;
    /* background-color: rgba(255, 0, 0, 0.3); */
    z-index: 1
}

.index_visual_line {
    width: 1px;
    height: 310px;
    background-color: #fff;
}

.scroll_icon {
    position:absolute;
    z-index: 20;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 100%;
    top: 760px;
    font-size: 13px;
}

.scroll_icon > ul > li {
    line-height: 1.5;
}

.scroll_down_img {
    position: relative;
    animation-name: scroll_down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.scroll_down_img img{
	width: 25px;
}
@keyframes scroll_down {
    0% {top:0px;}
    50% {top:10px;}
    100% {top:0px;}
}




/* 배너 슬라이드 영역 */
.index_visual_inner_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    width: 1400px;
    height: 1000px;
    margin: 89px auto 0;
    padding-top: 200px;
    z-index: 2;
}


.index_visual_text1 {
    font-family: Montserrat, sans-serif;
    font-size: 31px;
    font-weight: 600;
    color:#fff;
}

.index_visual_text2 {
    font-size: 54px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.5;
    color:#fff;
}

.index_visual_text3 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 1.5;
    color:#fff;
}

.visual_slide_btn {
    margin-top: 30px;
    display: flex;
}

.visual_slide_btn_l {
    width: 20px;
    height: 20px;
    padding: 20px;
    background-image: url(../../images/layout/left_1.png);
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: 20px;
}
.visual_slide_btn_l:hover {
    cursor: pointer;
}

.visual_bg_btn_m {
    margin-right: 20px;
}

.visual_slide_btn_2 {
    width: 20px;
    height: 20px;
    padding: 20px;
    background-image: url(../../images/layout/right_1.png);
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: 20px;
}

.visual_slide_btn_2:hover {
    cursor: pointer;
}


#fp-nav ul li a div{margin-left: 4px;}
#fp-nav ul li a div div {border-radius: 25px; border:1px solid #fff;height: 5px;width: 5px;}
a.active div:first-child{border-radius: 50px; border: 1px solid white; height: 13px;width: 13px;margin-left: 3px !important;margin-top: 3px;}
a.active div div{border-radius: 25px; background-color: #fff;height: 8px;margin: 2px;}

.border_color_navy{border-color: #335e9b !important;}
a.active div div.back_color_navy{background-color: #335e9b !important;}
.color_navy{color : #335e9b !important;}
.line{border-right: 1px solid #fff;height: 45px; position: absolute;bottom: 155px;left: 17px;}
#fp-nav li:first-child .fp-tooltip{bottom:85px;right:-13px !important;}
#fp-nav li:nth-child(2) .fp-tooltip{bottom:165px;right:-65px !important;}
#fp-nav li:nth-child(3) .fp-tooltip{bottom:165px;right:-32px !important;}
#fp-nav li:nth-child(4) .fp-tooltip{bottom:215px;right:-53px !important;}
#fp-nav li:nth-child(5) .fp-tooltip{bottom:220px;right:-25px !important;}



/* 섹션1 */

.section_con_center {
    margin: 165px auto 0;
    text-align: center;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.section_con_left {
    margin: 165px auto 0;
    text-align: left;
}

.section2_text1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
}

.section2_text1>span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #1566ab;
}

.section2_text2 {
    margin: 20px 0 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.section2_text3 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #b7b7b7;
    line-height: 1.5;
}

.section2_text3>span {
    color:#1566ab
}

.section2_text4 {
    margin: 10px 0 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}


/* 섹션2 */

.section2_bg {
    position: absolute;
    left: 0;
    background-image: url(../../images/layout/section2_bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.section_en_title {
    padding-top: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    font-weight: 600;
}

.section_title_btn_wrap {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    flex-wrap:wrap;
}

.section_sub_title {
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 1.5;
}

.section_sub_text_btn {
    display: flex;
}

.section_sub_text_btn:hover {
    cursor: pointer;
}
.index_go_btn_1 {
    width:40px;
    height: 40px;
    background-image: url(../../images/layout/go_1.png);
    background-repeat: no-repeat;
}

.go_btn_text {
    padding: 12px 0;
    margin-right: 16px;
    font-weight: 500;
}

.area_wrap {
    width: 420px;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
}

.area_wrap_bg1 {
    background-image: url(../../images/layout/area_box_bg1.png);
    background-size:cover;
    background-repeat: no-repeat;
}

.area_wrap_bg2 {
    background-image: url(../../images/layout/area_box_bg2.png);
}

.area_wrap_bg3 {
    background-image: url(../../images/layout/area_box_bg3.png);
}

.area_wrap:hover .area_wrap_layer {
    background-color: #1566ab;
    transition: all 0.2s;
    box-shadow: 4px 4px 5px #ddd;;

}

.area_wrap_layer{
    background-color: rgba(1, 32, 63, 0.8);
    width: 100%;
    height: 100%;
}

.area_box_inner {
    padding: 40px 40px;
    color: #fff;
    height: 270px;
}
.area_box_inner img{
	width: 68px;
}
.area_box_inner > p {
    font-size: 32px;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.list_cicle {
    width: 6px;
    height: 6px;
    background-image: url(../../images/layout/list_circle_w.png);
    background-repeat: no-repeat;
    margin:6px 8px 0 0;
}

.list_flex {
    display: flex;
    margin-top: 22px;
}
.list_flex_m {
    margin-right: 25px; 
}

.list_flex>li {
    font-size: 14px;
}

.section_inner_list_wrap {
    display: flex;
}

.section2_move_btn {
    background-image: url(../../images/layout/right_2.png);
    background-repeat: no-repeat;
    background-color: #1f3360;
    width: 28px;
    height: 16px;
    padding: 26px 22px;
    background-position: 48%;
    display:none;
    float: right;
}

.section2_move_btn:hover {
    cursor: pointer;
}

.section2_con_box {
    display: flex;
    justify-content: space-between;
}

/* 섹션3 */

.section3_bg {
    position: absolute;
    left: 0;
    background-image: url(../../images/layout/section3_bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.index_news_box {
    width: 340px;
    height: 450px;
    border: 1.8px solid #dedede;
    box-sizing: border-box;
}

.index_news_box:hover {
    cursor: pointer;
    border: 1.8px solid #0074d6;
    box-shadow: 4px 4px 5px #ddd;
    box-sizing: border-box;
}

.index_news_text {
    padding: 10px 25px 0;
}

.index_news_text_1 {
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.index_news_text_2 {
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.index_news_text_3 {
    height: 20px;
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #888;
}

.index_news_category {
    position: relative;
    top:-13px;
    left: 18px;
    width: 75px;
    height: 30px;
    background-color: #39a1e3;
}

.category_text {
    padding-top: 7px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.index_news_wrap {
    display: flex;
    justify-content: space-between;
}

/* 섹션4 */
.section4_bg {
    position: absolute;
    left: 0;
    background-image: url(../../images/layout/section4_bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.go_btn_text_2 {
    padding: 12px 0;
    margin-right: 16px;
    font-weight: 500;
    color: #fff;
}

.index_go_btn_2 {
    width:40px;
    height: 40px;
    background-image: url(../../images/layout/go_2.png);
    background-repeat: no-repeat;
}

.section_con_white {
    color:#fff;
}

.section_en_title >span {
    line-height: 1.5;
}

.career_in_1 {
    display: flex;
    justify-content: space-between;
}


.career_btn_text {
    font-size: 24px;
    margin: 20px 0;
}

.career_big_btn_wrap {
    display: flex;
    justify-content: space-around;
}


.career_big_btn_img1 {
    background-image: url(../../images/layout/ico_main_career1.png);
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    margin-right: 30px;
    cursor: pointer;
}

.career_big_btn_img2 {
    background-image: url(../../images/layout/ico_main_career2.png);
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    margin-right: 30px;
    cursor: pointer;
}

.career_big_btn_img3 {
    background-image: url(../../images/layout/ico_main_career3.png);
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    margin-right: 30px;
    cursor: pointer;
}

.career_big_btn_img1:hover{
    background-image: url(../../images/layout/ico_main_career1_on.png);
    transition: all 0.2s;
}

.career_big_btn_img2:hover{
    background-image: url(../../images/layout/ico_main_career2_on.png);
    transition: all 0.2s;

}

.career_big_btn_img3:hover{
    background-image: url(../../images/layout/ico_main_career3_on.png);
    transition: all 0.2s;
}

.career_intro {
    padding-top: 70px;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.5;
    width: 310px;
}

.section_title_btn_wrap_2 {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 20px;
    flex-wrap:wrap;
}

.career_info_title {
    width: 520px;
    font-weight: 300;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.career_info_title2 {
    font-weight: 300;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.section_sub_title_2 {
    font-size: 24px;
    font-weight: 400;
    padding-top: 10px;
}

.career_info_line_right {
    float: left;
    margin: 12px 0;
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.4);
}

.career_info_ln_wrap {
    height: 80px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.career_info_in {
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 25px 40px;
}

.career_info_in:hover {
    cursor: pointer;
}

.career_info_in:hover .career_info_title{
    color: #fff;
}

.career_info_in:hover .career_info_title2{
    color: #fff;
}

