/*** visual ***/
#visual {
    position: relative
}
#visual .slider li{
    height: 610px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* banner */
#visual .banner{
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.4);
    font-size: 0;
    padding: 30px 0
}
#visual .banner li{
    display: inline-block;
    width: 25%;
    font-size: 1.8rem;
    text-align: center
}
#visual .banner .counter{
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -1px
}
#visual .banner .counter span{
    font-size: 3.3rem;
}

/*** container ***/
.container {
    padding: 0;
    margin: 0;
}
.container h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    padding-bottom: 50px;
}
#container section .tit::after{
    display: none;
    content: '';
    width: 50px;
    height: 3px;
    background: #3672b0;
    margin: 0 auto;
    margin-top: 20px
}
#container .btn_v {
    text-align: center;
    margin: 50px auto 0;
}
#container .btn_v a {
    display: inline-block;
    color: #494a9c;
    font-size: 1.07rem;
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 50px;
    border: 1px solid #494a9c;
    border-radius: 10px;
    padding: 0 3%;
}
#container .btn_v a:hover {
    background: #494a9c;
    color: #fff;
}

/*section01 시작*/
.section1 {
    padding: 80px 0;
}
.container h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    padding-bottom: 50px;
}
.container ul:after {
    clear: both;
    display: block;
    content: '';
}
.container .list_box > ul > li {
    float: left;
    list-style: none;
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.container .list_box > ul > li:last-child {
    margin-right: 0;
}
.container .list_box img {
    width: 100%;
    height: 221px;
}
.container .list_box .con_box {
    padding: 20px;
}
.container .list_box .con_box h4 {
    font-size: 1.03rem;
    font-weight: 500;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.container .list_box .con_box p {
    font-size: .9rem;
    color: #777;
    font-weight: 400;
}
.container .list_box .con_box > p:nth-of-type(2) {
    margin: 7px 0 15px;
}
.container .con_box .box p:nth-of-type(2) {
    margin-top: 9px;
}
.container .list_box .con_box .box {
    background: #f7f7f7;
    font-size: 0;
    text-align: center;
    padding: 15px 0;
}
.container .list_box .con_box .box li {
    display: inline-block;
    margin: 0 2%;
}
.container .list_box .con_box .box li p:nth-child(1) {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #bbb;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
.container .list_box .con_box .box .color p:nth-child(1) {
    background: #494a9c;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
}
.container .list_box .con_box .value {
    padding-top: 15px;
}
.container .list_box .con_box .value span {
    display: inline-block;
    padding-bottom: 10px;
}
.container .list_box .con_box .value span:nth-child(1) {
    color: #777;
    font-size: .95rem;
    font-weight: 500;
    letter-spacing: -1px;
    display: inline-block;
    float: left;
}
.container .list_box .con_box .value span:nth-child(2) {
    color: #4c73bc;
    font-size: .95rem;
    font-weight: 500;
    float: right;
}
.container .list_box .con_box .value .percent {
    width: 100%;
    height: 15px;
    background: #ddd;
}
.container .list_box .con_box .value .percent .percent_bar {
    width: 70%;
    height: 15px;
    background: #91a7d0;
}
.container .section1 .btn {
    text-align: center;
    margin: 50px auto 0;
}
.container .section1 .btn a {
    display: inline-block;
    color: #D2A754;
    font-size: 1.2rem;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 50px;
    border: 1px solid #D2A754;
    border-radius: 10px;
    padding: 0 3%;
}
.container .section1 .btn a:hover {
    background: #494a9c;
    color: #fff;
}
/*section01 끝*/

/*section02 시작*/
.section2 {
    background: #f5f5f5;
    padding: 80px 0;
}
.section2 .wrapper > p {
    color: #000;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 300;
}
.section2 .wrapper > h2 {
    padding: 18px 0 63px;
}
.section2 .wrapper ul:after {
    clear: both;
    display: block;
    content: '';
}
.section2 .wrapper ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.section2 .wrapper ul li:last-child {
    margin-right: 0;
}
.section2 .wrapper ul li .icon {
    height: 130px;
    margin-bottom: 0;
}
.section2 .wrapper ul li:nth-child(1) .icon {
    background: url(../img/section02_icon01.png)no-repeat center;
    height: 220px;
}
.section2 .wrapper ul li:nth-child(2) .icon {
    background: url(../img/section02_icon02.png)no-repeat center;
    height: 220px;
}
.section2 .wrapper ul li:nth-child(3) .icon {
    background: url(../img/section02_icon03.png)no-repeat center;
    height: 220px;
}
.section2 .wrapper ul li p {
    text-align: center;
    font-size: 1rem;
    color: #777;
    word-break: break-all;
    line-height: 1.4rem;
    margin-bottom: 20px;
    font-weight: 300;
}
.section2 .wrapper ul li .s_title {
    text-align: center;
    color: #3a3d8b;
    font-size: 1.7rem;
    font-weight: 500;
    padding-top: 25px;
}
.section2 .btn .m_btn {
    display: none;
}
.section2 .btn {
    text-align: center;
    margin: 60px auto 0;
}
.section2 .btn a {
    display: inline-block;
    color: #D2A754;
    line-height: 50px;
    font-size: 1.2rem;
    font-weight: 500;
    border: 1px solid #D2A754;
    border-radius: 10px;
    padding: 0 3%;
    background-color: #fff;
}
.section2 .btn a:hover {
    background: #303035;
    color: #fff;
}
/*section02 끝*/

/*section03 시작*/
.section3 {
    padding: 80px 0 140px;
}
.section3:after {
    display: block;
    content: '';
    clear: both;
}
.section3 .left:after {
    clear: both;
    display: block;
    content: '';
}
.section3 .left {
    width: 38%;
    background: #494a9c;
    padding: 35px;
    float: left;
    height: 640px;
}
.section3 .left .title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
}
.section3 .left .slide .s_tit {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: -1px;
    font-weight: 500;
}
.section3 .left .slide .desc {
    padding-top: 24px;
    line-height: 1.7rem;
    font-size: 1.1rem;
    color: #b3b4d8;
}
.section3 .left .event_box img {
    padding: 40px 0;
    display: inline-block;
}
.section3 .left .event_box img {
    width: 100%;
}
.section3 .left .btn {
    text-align: right;
    margin: 0;
}
.section3 .left .btn a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    line-height: 35px;
    font-size: 1rem;
    padding: 0 4%;
}
.section3 .left .btn a:hover {
    color: #2c2f8d;
    background: #fff;
}
.section3 .right {
    float: right;
    width: 62%;
}
.section3 .right:after {
    display: block;
    content: '';
    clear: both;
}
.section3 .right .right_top {
    width: 100%;
    height: 360px;
}
.section3 .right .right_bottom {
    height: 280px;
    position: relative;
}
.section3 .right .right_bottom .bg {
    height: 100%;
}
.section3 .right .right_bottom .bg img {
    width: 100%;
    height: 100%;
}
.section3 .right .right_bottom .right_bottom {
    position: absolute;
    top: 11%;
    left: 5%;
    width: 90%;
}
.section3 .right .right_bottom h4 {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    padding-bottom: 25px;
}
.section3 .right .right_bottom ul li a {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}
.section3 .right .right_bottom ul li a span img {
    padding: 0 10px 5px 0;
}
.section3 .right .right_bottom .btn {
    text-align: right;
    margin: 0;
}
.section3 .right .right_bottom .btn a {
    display: inline-block;
    color: #fff;
    line-height: 35px;
    font-size: 1rem;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 4%;
}
.section3 .right .right_bottom .btn a:hover {
    color: #2c2f8d;
    background: #fff;
}
/*section03 끝*/

@media screen and (max-width: 1280px) {
    #visual .slider li {
        height: 515px;
    }
    .visual .visual_box img:nth-child(2) {
        width: 40%;
        margin-left: -20%;
    }
    .visual .visual_box p {
        font-size: 1rem;
        line-height: 1.7rem;
    }
    .container .list_box > ul > li {
        width: 31.3%;
        margin: 0 1%;
    }
    .container .list_box > ul > li:last-child {
        display: none;
    }
    .section2 .wrapper ul li:nth-child(1) .icon {
        background-size: 100%;
    }
    .section2 .wrapper ul li:nth-child(2) .icon {
        background-size: 100%;
    }
    .section2 .wrapper ul li:nth-child(3) .icon {
        background-size: 100%;
    }
    .section3 .left {
        padding: 4%;
    }
    .section3 .left .slide .desc {
        padding-bottom: 18px;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 1023px) {
    #visual .slider li {
        height: 350px;
    }

    .visual .visual_box {
        height: 500px;
    }
    .visual .visual_box img:nth-child(2) {
        width: 36%;
        margin-left: -18%;
    }
    .visual .visual_box p {
        font-size: .95rem;
        line-height: 1.6rem;
    }
    .visual .visual_box .v_btn a {
        line-height: 35px;
        font-size: 1rem;
    }
    .container .list_box > ul > li {
        width: 48%;
    }
    .container .list_box > ul > li:nth-child(3) {
        display: none;
    }
    .section2 .wrapper {
        width: 80%;
    }
    .section2 .wrapper ul li .s_title {
        padding-top: 20px;
        margin-bottom: 0;
    }
    .section2 .wrapper ul li p:nth-child(3) {
        display: none;
    }
    .section2 .wrapper ul li p:nth-child(4) {
        display: none;
    }
    .section2 .wrapper ul li .icon {
        height: 146px;
    }
    .section2 .wrapper ul li:nth-child(1) .icon {
        background-size: 100%;
    }
    .section2 .wrapper ul li:nth-child(2) .icon {
        background-size: 100%;
    }
    .section2 .wrapper ul li:nth-child(3) .icon {
        background-size: 100%;
    }
    .section3 .left {
        width: 80%;
        height: auto;
        float: none;
        margin: 0 auto 5%;
    }
    .section3 .right {
        width: 80%;
        height: auto;
        float: none;
        margin: 0 auto;
    }
    .section3 .right .right_top {
        margin-bottom: 7%;
    }
}

@media screen and (max-width: 768px) {
    #visual .slider li {
        height: 185px;
    }

    .visual .visual_box {
        height: 220px;
    }
    .visual .visual_box img:nth-child(2) {
        width: 70%;
        top: 5%;
        margin-left: -35%;
    }
    .visual .visual_box p {
        font-size: .85rem;
        line-height: 1.3rem;
        width: 81%;
        margin-left: -40%;
        bottom: 26%;
    }
    .visual .visual_box .v_btn a {
        font-size: .95rem;
        padding: 0 5%;
    }
    .container h2 {
        font-size: 1.5rem;
        padding-bottom: 25px;
    }
    .container .list_box > ul > li {
        width: 320px;
        margin: 0 calc((100% - 320px)/2);
    }
    .container .list_box > ul > li:nth-child(2) {
        display: none;
    }
    .container .section1 .btn {
        margin-top: 40px;
    }
    .container .section1 .btn a {
        font-size: .95rem;
        line-height: 1.5rem;
        padding: 2% 7%;
    }
    .container .btn_v a {
        padding: 0 5%;
    }
    .section1 {
        padding: 35px 0;
    }
    .section2 {
        background: none;
        padding: 35px 0;
    }
    .section2 .wrapper > h2 {
        padding: 13px 0 25px;
    }
    .section2 .wrapper > p {
        font-size: 1.1rem;
    }
    .section2 .wrapper ul li {
        width: 33%;
        margin-right: 0;
        border-right: 1px solid #ebebeb;
    }
    .section2 .wrapper ul li:last-child {
        border: none;
    }
    .section2 .wrapper ul li .s_title {
        font-size: 1.07rem;
    }
    .section2 .wrapper ul li .icon {
        height: 100px;
    }
    .section2 .wrapper ul li:nth-child(1) .icon {
        background-size: 80%;
        height: 100px;
    }
    .section2 .wrapper ul li:nth-child(2) .icon {
        background-size: 80%;
        height: 100px;
    }
    .section2 .wrapper ul li:nth-child(3) .icon {
        background-size: 80%;
        height: 100px;
    }
    .section2 .btn {
        margin-top: 40px;
    }
    .section2 .btn a {
        display: none;
    }
    .section2 .btn .m_btn {
        display: inline-block;
        padding: 2% 9%;
        line-height: 1.5rem;
        word-break: keep-all;
        font-size: .95rem;
    }
    .section3 {
        padding: 35px 0 70px;
    }
    .section3 .left {
        width: 320px;
        padding: 22px;
        margin: 0 auto 40px;
    }
    .section3 .left .title {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .section3 .left .slide .s_tit {
        font-size: 1.4rem;
    }
    .section3 .left .slide .desc {
        font-size: .94rem;
    }
    .section3 .right {
        width: 320px;
    }
    .section3 .right .right_top {
        margin-bottom: 11%;
    }
    .section3 .right .right_bottom h4 {
        font-size: 1.4rem;
    }
    .section3 .right .right_bottom ul li a {
        font-size: .9rem;
        line-height: 1.8rem;
    }
    .section3 .right .right_bottom .right_bottom {
        top: 10%;
    }
}

@media screen and (max-width: 523px) {
    #visual .slider li {
        height: 185px;
    }

    .visual .visual_box img:nth-child(2) {
        width: 85%;
        margin-left: -42.5%;
        top: 10%;
    }
}


/* section4 */
#container .section4 .notice .left{
    float: left;
    width: 50%;
    background: url(../_images/phone_bg.jpg) no-repeat center center;
    height: 450px;
    background-size: cover;
    position: relative
}
#container .section4 .notice .right{
    float: right;
    width: 50%;
    background: url(../_images/email_bg.jpg) no-repeat center center;
    height: 450px;
    background-size: cover;
    position: relative
}
#container .section4 .notice .con_box{
    color: #fff;
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%,-50%);
}
#container .section4 .notice .con_box{
    width: 400px;
}
#container .section4 .notice .con_box .con .icon{
    float: left;
}
#container .section4 .notice .con_box .con .right_con{
    float: left;
    margin-left: 10px;
}
#container .section4 .notice .con_box .right_con .title{
    font-size: 2.8rem;
    margin-bottom: 10px
}
#container .section4 .notice .con_box input{
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 0 none;
    font-size: 1.6rem;
}
#container .section4 .notice .con_box .field input{
    padding-left: 15px;
    box-sizing: border-box;
    color: #666;
    margin-top: 25px
}
#container .section4 .notice .con_box .submit input{
    color: #fff;
    background: #3672b0;
    border: 1px solid #3672b0;
    box-sizing: border-box;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s
}
#container .section4 .notice .con_box .submit input:hover{
    background: transparent;
    border-color: #3672b0;
}

/*** bxslider ***/
.bx-wrapper{
    border: 0 none;
    box-shadow: none;
    margin:  0 auto
}

/* visual */
#visual .bx-wrapper .bx-pager{
    top: 20px;
    bottom: auto
}
#visual .bx-wrapper .bx-pager.bx-default-pager a{
    background: #fff;
    margin: 0 8px
}
#visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#visual .bx-wrapper .bx-pager.bx-default-pager a.active,
#visual .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #3672b0 !important
}
#visual .bx-wrapper .bx-controls-direction a{
    width: 32px; height: 70px;
    background-position: center center;
    background-repeat: no-repeat
}
#visual .bx-wrapper .bx-prev{
    background-image: url(../_images/slider_left.png)
}
#visual .bx-wrapper .bx-next{
    background-image: url(../_images/slider_right.png)
}
#visual .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus{
    background-position: center center
}

/* section1 */
#container .section1 .bx-wrapper .bx-pager{
    bottom: 490px
}
#container .section1 .bx-wrapper .bx-pager.bx-default-pager a{
    border: 1px solid #3672b0;
    background: transparent;
    border-radius: 50%
}
#container .section1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#container .section1 .bx-wrapper .bx-pager.bx-default-pager a.active,
#container .section1 .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #3672b0
}

/* section3 */
.section3 .bx-wrapper{
    background: #3672b0;
}
.section3 .bx-wrapper .bx-pager{
    top: -180px;
    right: -230px;
}
.section3 .bx-wrapper .bx-pager.bx-default-pager a{
    width: 14px; height: 14px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.section3 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.section3 .bx-wrapper .bx-pager.bx-default-pager a.active,
.section3 .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #fff !important
}