@charset "UTF-8";

/* news */

.news {
    background-color: #fcf9f2;
    padding: 90px 0;
}

.news_area {
    background-color: #fff;
    border-radius: 25.926px;
    padding-bottom: 180px;
}

#newsWrap {
    padding: 40px 135px 40px 135px;
    flex-shrink: 0;
    position: relative;
}

#newsList {
    position: absolute;
    top: 170%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news_list {
    width: 900px;
    height: 220px;
}

/* policy */

.policy {
    margin-top: 75px;
}

.line_img, .policy_top_img, .policy_animal{
    display: block;
    margin: 0 auto;
}

.line_img {
    width: 1655px;
}

.policy_area {
    padding: 90px 0 56px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.policy_top_img {
    width: 364px;
}

.policy_title {
    color: #666666;
    font-size: 50px;
    font-weight: 500;
    padding: 73px 0 37px 0;
    line-height: 1.4;
}

.policy_text {
    color: #666666;
    font-size: 23px;
    line-height: 1.7;
    padding: 0 6.77%;
}

.policy_animal {
    width: 317px;
    padding-top: 50px;
}

.btn_1 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3a88d6;
    width: 304px;
    height: 59px;
    border-radius: 18px;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
}

.policy_btn_arrow {
    width: 36px;
    margin-left: 10px;
}

/* point */

.point {
    margin-top: 110px;
    background-image: url(../img/top/background.svg);
    background-size: cover;
    padding: 204px 0 243px 0;
}

.point_area {
    background-color: #fff;
    border-radius: 52.864px;
}

.point_box {
    padding: 118px 0 182px 0;
    display: flex;
    justify-content: center;
    max-width: 1052px;
    margin: 0 auto;
    gap: 46px;
    flex-wrap: wrap;
}

.point_item {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fcf9f2;
    border-radius: 30.153px;
    padding: 30px 40px;
    position: relative;
}

.point_item h3 {
    font-size: 30px;
    font-weight: 500;
    color: #3a88d6;
    padding-top: 42px;
    text-align: center;
    line-height: 1.3;
}

.point_item_1, .point_item_2, .point_item_3 {
    width: 239px;
    font-size: 20px;
    line-height: 1.6;
}

.point_item_1 {
    padding: 25px 0;
}

.point_item_2 {
    padding: 25px 0;
}

.point_item_3 {
    padding: 25px 0;
}


.point_icon_1 {
    width: 93px;
}

.point_icon_2 {
    width: 72px;
    margin-top: -10px;
}

.point_icon_3 {
    width: 86px;
    margin-top: -11px;
}

.point_a {
    width: 74px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* information */

.information {
    padding-top: 75px;
}

.info_table {
    padding: 72px 0 17px 0;
}

.info_1 {
    margin: 0 auto;
}

.th_top_left, .th_top, .th_top_right {
    font-size: 29px;
    background-color: #3a88d6;
    color: #fff;
}

.time, .th_top_left, .th_top, .th_top_right, .info_3, .info_2 {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.th_top_left {
    width: 326px;
    height: 68px;
}

.th_top {
    width: 75px;
    height: 68px;
}

.th_top_right {
    width: 96px;
    height: 68px;
}

.time {
    width: 326px;
    height: 98px;
    font-size: 28px;
    color: #666666;
}

.dot {
    width: 27px;
}

.slash {
    width: 21px;
}

.information_box_1, .information_box_2 {
    max-width: 876px;
    margin:  0 auto;
}

.information_box_1 h4 {
    font-size: 22px;
    line-height: 1.7;
}

.information_box_2 {
    padding: 26px 0 54px 0;
    font-size: 22.5px;
    line-height: 1.7;
}

.information_item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.check_box {
    width: 25px;
}

.btn_2 {
    max-width: 649px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 21.587px;
    font-size: 36px;
    color: #fff;
    background-color: #3a88d6;
}

.btn_2_arrow {
    width: 39px;
    margin-left: 45px;
}

.info_bottom_img {
    padding: 135px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    max-width: 1650px;
    margin: 0 auto;
}

.info_left {
    width: 347px;
    margin-left: 58px;
}

.info_right {
    max-width: 572px;
    margin-right: 28px;
}

/* access */

.access {
    background-color: #fcf9f2;
    padding-top: 38px;
}

.access_area {
    padding: 96px 0 104px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.access_map {
    width: 47.83%;
    padding-top: 0px;
}

.access_map iframe {
    height: 100%;
    width: 100%;
}

.access_box {
    width: 49.92%;
    background-color: #fff;
}

.access_box_inner {
    padding: 40px 54px 73px 40px;
}

.access_detail {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 52px;
}

.access_text_1 {
    font-size: 19px;
    letter-spacing: 0.16em;
    line-height: 1.8;
}

.access_item {
    display: flex;
    align-items: center;
}

.train {
    width: 21px;
    margin-right: 13px;
}

.access_item h4 {
    font-size: 22px;
    font-weight: 500;
}

.access_text_2 {
    font-size: 22px;
    letter-spacing: -0.08em;
    padding: 10px 0 40px 0;
    margin-left: 36px;
    line-height: 1.5;
}

.car {
    width: 27px;
    margin-right: 12px;
}

.access_text_3 {
    font-size: 26px;
    color: #3a88d6;
    margin-left: 38px;
    padding-top: 10px;
}

@media screen and (max-width:1700px) {

    .news_list {
        width: 800px;
        height: 200px;
    }
    
}

@media screen and (max-width:1600px) {

    .news_list {
        width: 700px;
        height: 200px;
    }
    
}

@media screen and (max-width:1100px) {

    .news_list {
        width: 600px;
        height: 200px;
    }
    
}

@media screen and (max-width:1024px) {

    /* news */

    #newsWrap {
        padding: 50px;
    }

    #newsList {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    /* info */

    .info_left {
        width: 240px;
    }
    
    .info_right {
        max-width: 465px;
    }

    /* access */

    .access_area {
        flex-direction: column;
        padding: 50px 0;
    }

    .access_map, .access_box{
        width: 100%;
    }

    .access_box_inner {
        padding: 40px;
    }

    /* point */

    .point_box {
        flex-direction: column;
        align-items: center;
        padding: 50px 0;
        width: 100%;
        gap: 30px;
    }

}

@media screen and (max-width:900px) {

    .news_list {
        width: 500px;
        height: 200px;
    }
    
}

@media screen and (max-width:768px) {

    .info_left {
        width: 200px;
    }
    
    .info_right {
        max-width: 425px;
    }

}

@media screen and (max-width:677px) {

    /* news */

    .news {
        padding: 30px 0;
    }

    #newsWrap {
        padding: 40px;
    }

    /* policy */

    .line_img {
        width: 600px;
    }

    .policy_title {
        font-size: 34px;  
    }

    .policy_text {
        font-size: 20px;
        line-height: 1.7;
        padding: 0 20px;
    }

    .policy_animal {
        width: 250px;
    }

    .btn_1 {
        width: 250px;
        height: 49px;
        font-size: 20px;
    }

    .policy_btn_arrow {
        width: 30px;
    }

    /* point */

    .point {
        margin-top: 60px;
        padding: 80px 0;
    }

    .title_box_2 {
        padding-top: 50px;
    }

    .point_item {
        padding: 50px 20px;
    }

    .point_item h3 {
        font-size: 24px;
        padding-top: 26px;
    }

    .point_item h4 {
        font-size: 16px;
    }

    .point_item_1, .point_item_2, .point_item_3 {
        padding: 30px 0;
    }

    .point_icon_1 {
        width: 77px;
    }
    
    .point_icon_2 {
        width: 64px;
    }
    
    .point_icon_3 {
        width: 68px;
    }

    /* information */

    .info_table {
        padding: 45px 0 20px 0;
    }

    .th_top_left {
        width: 300px;
        height: 63px;
    }

    .th_top {
        width: 60px;
        height: 63px;
    }

    .th_top_right {
        width: 80px;
        height: 63px;
    }

    .time {
        width: 300px;
        height: 70px;
    }

    .th_top_left, .th_top, .th_top_right, .time {
        font-size: 23px;
    }

    .dot {
        width: 22px;
    }
    
    .slash {
        width: 16px;
    }

    .information_box_1 {
        padding: 0;
    }

    .information_box_1 h4 {
        font-size: 17px;
    }

    .information_box_2 {
        font-size: 17px;
        line-height: 1.5;
        padding: 20px 0 40px 0;
    }

    .check_box {
        width: 20px;
        margin-top: 4px;
    }

    .info_bottom_img {
        padding: 40px 0 0 0;
        justify-content: center;
    }

    .info_left, .info_right {
        margin: 0;
    }

    .info_left {
        width: 29.82%;
    }

    .info_right {
        width: 41.66%;
    }

    .btn_2 {
        font-size: 22px;
        margin: 0;
        padding: 20px 0;
    }

    .info_tel_img {
        width: 300px;
        padding-top: 20px;
    }

    /* access */

    .access_detail {
        font-size: 20px;
    }

    .access_text_1 {
        font-size: 16px;
    }

    .access_item h4 {
        font-size: 20px;
    }

    .access_text_2 {
        font-size: 18px;
        margin-left: 32px;
    }

    .access_text_3 {
        font-size: 22px;
        margin-left: 34px;
    }

    .train {
        width: 17px;
    }

    .car {
        width: 23px;
        margin-right: 8px;
    }

}

@media screen and (max-width:425px) {

    .btn_2_arrow {
        width: 25px;
        margin-left: 30px;
    }
    
}

@media screen and (max-width:580px) {

    .news_list {
        width: 300px;
        height: 200px;
    }
    
}

@media screen and (max-width:375px) {

    /* news */

    .news {
        padding: 20px 0;
    }

    #newsWrap {
        padding: 20px;
    }

    #newsList {
        top: 260%;
    }

    /* policy */

    .policy {
        margin-top: 20px;
    }

    .line_img {
        width: 300px;
    }

    .policy_area {
        padding: 40px 0;
    }

    .policy_top_img {
        width: 200px;
    }

    .policy_title {
        font-size: 18px;
        padding: 30px 0;  
    }

    .policy_text {
        font-size: 16px;
        line-height: 1.7;
    }

    .policy_animal {
        width: 200px;
        padding-top: 40px;
    }

    .btn_1 {
        width: 200px;
        height: 39px;
        font-size: 16px;
    }

    .policy_btn_arrow {
        width: 26px;
    }

    /* point */

    .point {
        margin-top: 40px;
        padding: 40px 0;
    }

    .point_box {
        padding: 40px 0;
        gap: 30px;
    }

    .point_item h3 {
        font-size: 22px;
        padding-top: 20px;
    }

    .point_item h4 {
        width: 190px;
        font-size: 14px;
    }

    .point_icon_1 {
        width: 67px;
    }
    
    .point_icon_2 {
        width: 54px;
    }
    
    .point_icon_3 {
        width: 58px;
    }

    .point_a {
        width: 60px;
    }

    /* information */

    .info_table {
        padding: 20px 0;
    }

    .th_top_left {
        width: 200px;
        height: 42px;
    }

    .th_top {
        width: 60px;
        height: 42px;
    }

    .th_top_right {
        width: 80px;
        height: 42px;
    }

    .time {
        width: 200px;
        height: 47px;
    }

    .th_top_left, .th_top, .th_top_right, .time {
        font-size: 16px;
    }

    .dot {
        width: 15px;
    }

    .slash {
        width: 11px;
    }

    .information_box_1 h4 {
        font-size: 12px;
    }

    .information_box_2 {
        font-size: 12px;
        line-height: 1.5;
    }

    .check_box {
        width: 16px;
        margin-top: 4px;
    }

    .info_bottom_img {
        padding-top: 40px;
    }

    .info_left, .info_right {
        margin: 0;
    }

    .info_left {
        width: 100px;
    }

    .info_right {
        width: 150px;
    }

    .btn_2 {
        font-size: 14px;
        padding: 10px 0;
    }

    .btn_2_arrow {
        width: 16px;
        margin-left: 15px;
    }

    /* access */

    .access_area {
        flex-direction: column;
        align-items: center;
        padding: 40px 0;
    }

    .access_box_inner {
        padding: 20px;
    }

    .access_detail {
        font-size: 16px;
    }

    .access_text_1 {
        font-size: 12px;
    }

    .access_item h4 {
        font-size: 16px;
    }

    .access_text_2 {
        font-size: 12px;
        margin-left: 32px;
    }

    .access_text_3 {
        font-size: 18px;
        margin-left: 34px;
    }

    .train {
        width: 13px;
    }

    .car {
        width: 19px;
        margin-right: 8px;
    }

}