/*greeting*/
.greeting_con .greeting_img {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 68px;
}

.greeting_con .greeting_img_box {
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;
}

.greeting_con .greeting_img_box > span {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background-image: url(../img/inct_img.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.greeting_con .greeting_size {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.greeting_con .greeting_size .greeting_wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: table;
    margin-bottom: 100px;
}

.greeting_con .greeting_size .greeting_wrap .greeting_icon_ob {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    text-align: center;
    float: left;
    position: relative;
}

.greeting_con .greeting_size .greeting_wrap .greeting_icon_ob::after {
    content: '';
    width: 1px;
    height: 60px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.greeting_con .greeting_size .greeting_wrap .greeting_icon_ob:last-of-type::after {
    content: none;
}

.greeting_con .greeting_size .greeting_wrap .greeting_icon_ob > .greeting_icon {
    width: 130px;
    height: 130px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.greeting_con .greeting_size .greeting_wrap .greeting_icon_ob > .greeting_icon > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.greeting_con .greeting_size .greeting_wrap .greeting_icon_ob > h2 {
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 1.9rem;
    letter-spacing: -.5px;
}

.greeting_con .greeting_size .greeting_txt {
    width: 100%;
    position: relative;
    display: table;
}

.greeting_con .greeting_size .greeting_txt .txt_title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.greeting_con .greeting_size .greeting_txt .txt_title > h2 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.8rem;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.greeting_con .greeting_size .greeting_txt .txt_title > p {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -1px;
    color: #000;
}

.greeting_con .greeting_size .greeting_txt .txt_cont {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.greeting_con .greeting_size .greeting_txt .txt_cont > p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 33px;
    letter-spacing: -.5px;
    word-break: keep-all;
}

.greeting_con .greeting_size .greeting_txt .txt_cont > p:last-of-type {
    margin-bottom: 50px;
}

.greeting_con .greeting_size .greeting_txt .txt_cont > h4 {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -.5px;
}

@media all and (max-width: 1281px) {
    .greeting_con .greeting_img_box {
        height: 350px;
    }

    .greeting_con .greeting_img_box > span {
        height: 400px;
    }

    .greeting_con .greeting_size .greeting_wrap .greeting_icon_ob > .greeting_icon {
        width: 110px;
        height: 110px;
    }

    .greeting_con .greeting_size .greeting_wrap .greeting_icon_ob > h2 {
        font-size: 1.25rem;
    }

    .greeting_con .greeting_size .greeting_txt .txt_cont > p {
        font-size: 1.063rem;
    }
}

@media all and (max-width: 801px) {
    .greeting_con .greeting_img_box {
        height: 250px;
    }

    .greeting_con .greeting_img_box > span {
        height: 300px;
    }

    .greeting_con .greeting_size .greeting_wrap .greeting_icon_ob > h2 {
        font-size: 1.125rem;
    }

    .greeting_con .greeting_size .greeting_txt .txt_title > h2 {
        margin-bottom: 0;
    }

    .greeting_con .greeting_size .greeting_txt .txt_cont > p {
        font-size: 1rem;
    }

    .greeting_con .greeting_size .greeting_txt .txt_cont > h4 {
        font-size: 0.938rem;
    }
}

@media all and (max-width: 620px) {
    .greeting_con .greeting_size .greeting_wrap .greeting_icon_ob {
        padding: 0 10px;
    }

    .greeting_con .greeting_size .greeting_wrap .greeting_icon_ob::after {
        content: none;
    }

    .greeting_con .greeting_size .greeting_wrap .greeting_icon_ob > .greeting_icon {
        width: 100%;
        height: auto;
    }
}

@media all and (max-width: 481px) {
    .greeting_con .greeting_img {
        margin-bottom: 30px;
    }

    .greeting_con .greeting_img_box {
        height: 180px;
    }

    .greeting_con .greeting_img_box > span {
        height: 210px;
    }

    .greeting_con .greeting_size .greeting_wrap .greeting_icon_ob > .greeting_icon {
        margin-bottom: 5px;
    }

    .greeting_con .greeting_size .greeting_wrap .greeting_icon_ob > h2 {
        font-size: 0.938rem;
    }

    .greeting_con .greeting_size .greeting_txt .txt_title > h2 {
        font-size: 2rem;
    }

    .greeting_con .greeting_size .greeting_txt .txt_title > p {
        font-size: 1rem;
    }

    .greeting_con .greeting_size .greeting_txt .txt_cont > p {
        font-size: 0.938rem;
    }

    .greeting_con .greeting_size .greeting_txt .txt_cont > p > br {
        display: none;
    }

    .greeting_con .greeting_size .greeting_txt .txt_cont > h4 {
        font-size: 0.813rem;
    }
}

/*greeting end*/

/*history*/
.history_con .history_bg {
    width: 100%;
    height: 410px;
    overflow: hidden;
    position: relative;
    z-index: 92;
}

.history_con .history_bg .history_bg_box {
    position: absolute;
    width: 100%;
    height: 550px;
    top: 0;
    left: 0;
    background-image: url(../img/inct_img_02.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.history_con .history_bg .history_bg_box::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/bg_dim.png);
    background-repeat: repeat;
    background-position: center;
    -webkit-background-size: auto auto;
    background-size: auto;
    opacity: 0.2;
}

.history_con .history_bg .history_bg_cont {
    width: auto;
    position: absolute;
    z-index: 9;
    display: table;
    bottom: 50px;
    left: 54%;
}

.history_con .history_bg .history_bg_cont > h2 {
    font-size: 3.125rem;
    font-weight: 100;
    color: #fff;
    letter-spacing: -1px;
}

.history_con .history_bg .history_bg_cont > h2 > span {
    font-size: 3.125rem;
    font-weight: 600;
}

.history_con .history_list_size {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
    display: table;
}

.history_con .history_list_size .history_list_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    padding-top: 100px;
    overflow: hidden;
}

.history_con .history_list_size .history_list_box::after {
    content: '';
    width: 1px;
    height: auto;
    top: 0;
    left: 50%;
    bottom: -150px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f1f1f1;
    position: absolute;
    z-index: -1;
}

.history_con .history_list_size .history_list_box::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #00559f;
    border-radius: 5rem;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 91;
}

.history_con .history_list_size .history_list_box .history_ob {
    display: block;
    width: 50%;
    clear: both;
    margin-bottom: 30px;
    position: relative;
}

.history_con .history_list_size .history_list_box .history_ob > h2 {
    font-size: 2.375rem;
    font-weight: 800;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 8px;
    position: relative;
}

.history_con .history_list_size .history_list_box .history_ob::after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background-image: url(../../contents/img/history_dot.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 21px;
    z-index: 99;
}

.history_con .history_list_size .history_list_box .history_ob > ul {
    width: 100%;
    height: auto;
    position: relative;
}

.history_con .history_list_size .history_list_box .history_ob > ul > .history_img {
    width: auto;
    max-width: 450px;
    height: auto;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.history_con .history_list_size .history_list_box .history_ob > ul > .history_img > span {
    display: block;
    width: 100%;
    height: 100%;
}

.history_con .history_list_size .history_list_box .history_ob > ul > .history_img > span > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 10px;
}

.history_con .history_list_size .history_list_box .history_ob > ul > li {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.history_con .history_list_size .history_list_box .history_ob > ul > li > span {
    display: block;
    width: 30px;
    color: #000;
    font-weight: 600;
    font-size: 1.125rem;
}

.history_con .history_list_size .history_list_box .history_ob > ul > li > p {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    font-size: 1.125rem;
    font-weight: 300;
    color: #6c6c6c;
    letter-spacing: -.5px;
}

.history_con .history_list_size .history_list_box .history_ob.history_gt {
    float: right;
    text-align: left;
    padding-left: 40px;
}

.history_con .history_list_size .history_list_box .history_ob.history_gt::after {
    left: -9px;
}

.history_con .history_list_size .history_list_box .history_ob.history_gt > ul > .history_img {
    margin-right: auto;
}

.history_con .history_list_size .history_list_box .history_ob.history_gt > ul > li > span {
    float: left;
}

.history_con .history_list_size .history_list_box .history_ob.history_gt > ul > li > p {
    float: left;
}

.history_con .history_list_size .history_list_box .history_ob.history_lt {
    float: left;
    text-align: right;
    padding-right: 40px;
}

.history_con .history_list_size .history_list_box .history_ob.history_lt::after {
    right: -9px;
}

.history_con .history_list_size .history_list_box .history_ob.history_lt > ul > .history_img {
    margin-left: auto;
}

.history_con .history_list_size .history_list_box .history_ob.history_lt > ul > li > span {
    float: right;
}

.history_con .history_list_size .history_list_box .history_ob.history_lt > ul > li > p {
    float: right;
}

@media all and (max-width: 1281px) {
    .history_con .history_bg {
        height: 350px;
    }

    .history_con .history_bg .history_bg_box {
        height: 400px;
    }

    .history_con .history_bg .history_bg_cont {
        text-align: right;
        right: 30px;
        left: auto;
    }

    .history_con .history_bg .history_bg_cont > h2 {
        font-size: 2.5rem;
    }

    .history_con .history_bg .history_bg_cont > h2 > span {
        font-size: 2.5rem;
    }
}

@media all and (max-width: 1025px) {
    .history_con .history_bg .history_bg_cont > h2 {
        font-size: 1.875rem;
    }

    .history_con .history_bg .history_bg_cont > h2 > span {
        font-size: 1.875rem;
    }

    .history_con .history_list_size .history_list_box .history_ob > ul > li > span {
        font-size: 1rem;
    }

    .history_con .history_list_size .history_list_box .history_ob > ul > li > p {
        width: -webkit-calc(100% - 31px);
        width: calc(100% - 31px);
        font-size: 1rem;
    }
}

@media all and (max-width: 801px) {
    .history_con .history_bg {
        height: 250px;
    }

    .history_con .history_bg .history_bg_box {
        height: 300px;
    }

    .history_con .history_list_size .history_list_box {
        padding-left: 50px;
    }

    .history_con .history_list_size .history_list_box::before {
        left: 50px;
    }

    .history_con .history_list_size .history_list_box::after {
        left: 50px;
    }

    .history_con .history_list_size .history_list_box .history_ob {
        width: 100%;
    }

    .history_con .history_list_size .history_list_box .history_ob.history_lt {
        float: right;
        text-align: left;
        padding-left: 40px;
        padding-right: 0;
    }

    .history_con .history_list_size .history_list_box .history_ob.history_lt::after {
        left: -9px;
    }

    .history_con .history_list_size .history_list_box .history_ob.history_lt > ul > .history_img {
        margin-right: auto;
        margin-left: 0;
    }

    .history_con .history_list_size .history_list_box .history_ob.history_lt > ul > li > span {
        float: left;
    }

    .history_con .history_list_size .history_list_box .history_ob.history_lt > ul > li > p {
        float: left;
    }
}

@media all and (max-width: 481px) {
    .history_con .history_bg {
        height: 180px;
    }
    
    .history_con .history_bg .history_bg_box {
        height: 210px;
    }
    
    .history_con .history_bg .history_bg_cont > h2 {
        font-size: 1.25rem;
    }
    
    .history_con .history_bg .history_bg_cont > h2 > span {
        font-size: 1.25rem;
    }
    
    .history_con .history_list_size .history_list_box {
        padding-left: 30px;
    }
    
    .history_con .history_list_size .history_list_box::before {
        left: 30px;
    }

    .history_con .history_list_size .history_list_box::after {
        left: 30px;
    }
    
    .history_con .history_list_size .history_list_box .history_ob::after {
        top: 13px;
    }
        
    .history_con .history_list_size .history_list_box .history_ob > h2 {
        font-size: 1.75rem;
    }
    
    .history_con .history_list_size .history_list_box .history_ob > ul > li > span {
        font-size: 0.938rem;
    }
    
    .history_con .history_list_size .history_list_box .history_ob > ul > li > p {
        font-size: 0.938rem;
    }
    
    .history_con .history_list_size .history_list_box .history_ob.history_gt {
        padding-left: 22px;
    }
    
    .history_con .history_list_size .history_list_box .history_ob.history_lt {
        padding-left: 22px;
    }
}

@media all and (max-width: 321px) {
    .history_con .history_list_size .history_list_box::before {
        left: 15px;
    }
    
    .history_con .history_list_size .history_list_box::after {
        left: 15px;
    }
    
    .history_con .history_list_size .history_list_box {
        padding-left: 15px;
    }
}

/*history end*/

/*guidance*/
.location_con {
    width: 100%;
    height: auto;
    position: relative;
}

.location_con .maps_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.location_con .maps_con .maps_txt {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.location_con .maps_con .maps_txt > h2 {
    font-size: 2.25rem;
    font-weight: 100;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.location_con .maps_con .maps_txt > h2 > span {
    font-size: 2.25rem;
    font-weight: 600;
    color: #000;
}

.location_con .maps_con .maps_txt > h2 > span.color1 {
    color: #b8343d;
}

.location_con .maps_con .maps_txt > p {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -1px;
}

.location_con .maps_con .map_box {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.location_con .add_cont {
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-top: 0;
    position: relative;
    overflow: hidden;
}

.location_con .add_cont::after {
    content: '';
    width: 370px;
    height: 180px;
    background-image: url(../img/add_logo.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    right: -60px;
    opacity: 0.3;
}

.location_con .add_cont > h2 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #9e9e9e;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.location_con .add_cont > h2 > span {
    font-size: 1.125rem;
    font-weight: 100;
    margin-left: 20px;
    color: #d0d0d0;
}

.location_con .add_cont .add_txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.location_con .add_cont .add_txt > p {
    width: auto;
    font-size: 1rem;
    font-weight: 300;
    float: left;
    color: #5a5a5a;
    margin-right: 40px;
    letter-spacing: -1px;
}

.location_con .add_cont .add_txt > p > span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.location_con .add_cont .add_txt > p > span > i {
    font-size: 1.5rem;
    color: #9e9e9e;
    vertical-align: sub;
}

@media all and (max-width: 1025px) {
    .location_con .maps_con .maps_txt > h2 {
        font-size: 1.75rem;
    }
    
    .location_con .maps_con .maps_txt > h2 > span {
        font-size: 1.75rem;
    }
    
    .location_con .maps_con .maps_txt > p {
        font-size: 1rem;
    }
    
    .location_con .add_cont::after {
        opacity: 0.15;
    }
    
    .location_con .add_cont > h2 {
        font-size: 1.75rem;
    }
    
    .location_con .add_cont > h2 > span {
        font-size: 1rem;
    }
}

@media all and (max-width: 801px) {
    .location_con .maps_con .maps_txt > h2 {
        font-size: 1.438rem;
    }
    
    .location_con .maps_con .maps_txt > h2 > span {
        font-size: 1.438rem;
    }
    
    .location_con .maps_con .maps_txt > p {
        font-size: 0.938rem;
    }
    
    .location_con .add_cont {
        padding: 15px;
    }
    
    .location_con .add_cont > h2 {
        font-size: 1.438rem;
    }
    
    .location_con .add_cont > h2 > span {
        font-size: 0.938rem;
    }
    
    .location_con .add_cont .add_txt > p {
        font-size: 0.938rem;
    }
}

@media all and (max-width: 481px) {
    .location_con .maps_con .map_box {
        height: 300px;
    }
    
    .location_con .add_cont > h2 > span {
        display: none;
    }
}

/*guidance end*/


.txt_red {color:#b8343d;}
.txt_36 {font-size:2.25rem;}
.title_01 h1 {font-size:2rem;}
.tit_01 {display:flex; flex-direction: column; position: relative;}
.title_01 h1::after {content:""; width:106%; height:20px; background-color:#b8343d; opacity: 0.13;position: absolute;left: 0;top: 45%;z-index: -1; }
.title_01 p {font-size:18px;}

@media all and (max-width: 481px) { 
.txt_36 {font-size:2rem;}
.title_01 p {font-size:16px;}
}