@charset "UTF-8";

.sub_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub_wrap p {margin: 0;}

.greeting_wrap .section_1 {
    background: url("/img/custom/sub_1_1_sect_1_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
    margin-bottom: 80px;
}
.greeting_wrap .section_1 .at-container {
    position: relative;
    height: 100%;
}
.greeting_wrap .section_1 h2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f08159;
    font-size: 50px;
    font-weight: 300;
    margin: 0;
}
.greeting_wrap .section_2 .img_wrap {
    float: left;
    width: 400px;
}
.greeting_wrap .section_2 .txt {
    float: right;
    width: calc(100% - 400px);
    padding-top: 60px;
    padding-left: 100px;
    font-size: 16px;
    line-height: 1.8;
}
.greeting_wrap .section_2 .txt b {color: #32477a;}
.greeting_wrap .section_2 .txt p {
    font-size: 20px;
    font-weight: bold;
}
@media all and (max-width: 1200px) {
    .greeting_wrap .section_1 h2 {left: 15px;}
}
@media all and (max-width: 767px) {
    .greeting_wrap .section_1 {
        height: 400px;
        margin-bottom: 50px;
    }
    .greeting_wrap .section_1 h2 {font-size: 30px;}
    .greeting_wrap .section_2 .img_wrap {
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .greeting_wrap .section_2 .img_wrap > img {
        float: left;
        width: 50%;
    }
    .greeting_wrap .section_2 .txt {
        float: none;
        width: 100%;
        padding: 0;
        line-height: 1.5;
        font-size: 15px;
        margin-top: 30px;
    }
    .greeting_wrap .section_2 .txt p {font-size: 18px;}
}

.history_wrap ul::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 200px;
    top: 0;
}
.history_wrap ul li {margin-bottom: 50px;}
.history_wrap ul li:last-child {margin-bottom: 0;}
.history_wrap ul li .year {
    float: left;
    width: 150px;
    position: relative;
}
.history_wrap ul li .year h2 {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 50px;
    color: #f08159;
    margin: 0 0 50px;
}
.history_wrap ul li .year h2::after {
    content: "";
    background: #fff;
    border: 4px solid #f08159;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    position: absolute;
    right: -58px;
    top: 20px;
}
.history_wrap ul li .year img {box-shadow: 0 5px 15px rgba(0,0,0,0.2);}
.history_wrap ul li table {
    float: right;
    width: calc(100% - 300px);
    margin-left: 150px;
    font-size: 16px;
}
.history_wrap ul li table th, .history_wrap ul li table td {
    border-bottom: 1px dotted #aaa;
    padding: 15px 0;
}
.history_wrap ul li table th {width: 380px; vertical-align: top;}
.history_wrap ul li table td {width: calc(100% - 380px); vertical-align: top;}

@media all and (max-width: 767px) {
    .history_wrap ul::before {content: none;}
    .history_wrap ul li .year {
        float: none;
        width: 100%;
    }
    .history_wrap ul li .year h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .history_wrap ul li .year h2::after {content: none;}
    .history_wrap ul li .year img {display: none;}
    .history_wrap ul li table {
        float: none;
        width: 100%;
        margin: 0;
        font-size: 15px;
    }
    .history_wrap ul li table th, .history_wrap ul li table td {
        width: 50%;
        padding: 15px 5px;
    }
}

.contact_wrap h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}
.contact_wrap h2 img {
    width: 15px;
    height: 20px;
    margin-right: 5px;
    margin-top: -3px;
}
.contact_wrap .info {
    overflow: hidden;
    margin-bottom: 20px;
}
.contact_wrap .info > div {
    float: left;
    width: 50%;
}
.contact_wrap .info .right {
    background: #f5f5f5;
    padding: 42px 50px;
    font-size: 16px;
}
.contact_wrap .info .right table {width: 100%;}
.contact_wrap .info .right table th {
    width: 90px;
    padding: 8px 0;
}
.contact_wrap .info .right table td {padding: 8px 0;}
.contact_wrap .section_1 {margin-bottom: 80px;}

@media all and (max-width: 767px) {
    .contact_wrap .section_1 {margin-bottom: 50px;}
    .contact_wrap h2 {font-size: 18px;}
    .contact_wrap .info > div {
        float: none;
        width: 100%;
    }
    .contact_wrap .info .left iframe {height: 200px !important;}
    .contact_wrap .info .right {
        padding: 20px 30px;
        font-size: 15px;
        margin-top: -4px;
        height: auto !important;
    }
    .contact_wrap .info .right table th {width: 70px;}
}


.company_wrap > div {
    position: relative;
    margin-bottom: 200px;
}
.company_wrap > div:last-child {margin-bottom: 0;}
.company_wrap h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 30px;
}
.company_wrap .section_1 .bg_box {
    width: 100%;
    height: 300px;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: -100px;
}
.company_wrap .section_2 .bg_box {
    width: 100%;
    height: 300px;
    background: #e3e8f5;
    position: absolute;
    left: 0;
    bottom: -100px;
}
.company_wrap .section_1 .contents {
    background: url("/img/custom/sub_2_sect_1_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 370px;
    padding: 50px 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.company_wrap .section_1 .contents .left {
    float: left;
    width: 350px;
    text-align: center;
    line-height: 270px;
    border-right: 1px solid #fff;
}
.company_wrap .section_1 .contents .left img {width: 136px; height: 166px;}
.company_wrap .section_1 .contents .right {
    float: left;
    width: calc(100% - 350px);
    text-align: center;
    padding: 0 100px;
    position: relative;
    height: 100%;
}
.company_wrap .section_1 .contents .right h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0;
    color: #fff;
    text-align: left;
    float: left;
}
.company_wrap .section_1 .contents .right h3 b {
    display: block;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 60px;
    color: #f08159;
}
.company_wrap .section_1 .contents .right h3 span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.company_wrap .section_1 .contents .right img {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 100px;
    padding-left: 150px;
}
.company_wrap .section_2 .contents {
    z-index: 1;
    position: relative;
}
.company_wrap .section_2 .admin_btn {
    font-size: 16px;
    color: #32477a;
    text-decoration: underline;
    display: block;
    font-weight: bold;
    z-index: 1;
    position: relative;
    margin: 20px auto 0;
    text-align: center;
}
.company_wrap .section_3 .at-container {position: relative;}
.company_wrap .section_3 .left {
    float: left;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.company_wrap .section_3 .left table {
    border-top: 2px solid #32477a;
    width: 100%;
    font-size: 16px;
}
.company_wrap .section_3 .left table th {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    background: #f5f5f5;
    width: 130px;
    text-align: center;
}
.company_wrap .section_3 .left table td {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    padding-left: 30px;
}
.company_wrap .section_3 .left table td div {margin: 20px 0;}
.company_wrap .section_3 .left table td b {
    display: block;
    color: #32477a;
    margin-bottom: 5px;
}
.company_wrap .section_3 .right {
    float: right;
    width: 50%;
    padding-left: 60px;
}
@media all and (max-width: 1500px) {
    .company_wrap .section_2 .contents {overflow: hidden;}
}
@media all and (max-width: 767px) {
    .company_wrap h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .company_wrap > div {margin-bottom: 100px;}
    .company_wrap .section_1 .contents {
        height: auto;
        padding: 30px;
    }
    .company_wrap .section_1 .contents .left {
        float: none;
        width: 100%;
        line-height: 1;
        border-right: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
    }
    .company_wrap .section_1 .contents .left img {width: 100px; height: 122px;}
    .company_wrap .section_1 .contents .right {
        float: none;
        width: 100%;
        padding: 30px 0 0;
    }
    .company_wrap .section_1 .contents .right h3 {
        float: none;
        text-align: center;
        font-size: 16px;
        margin: 0 0 20px;
    }
    .company_wrap .section_1 .contents .right h3 b {
        font-size: 40px;
        margin: 5px 0;
    }
    .company_wrap .section_1 .contents .right img {
        position: relative;
        bottom: inherit;
        right: inherit;
        padding: 0;
    }
    .company_wrap .section_1 .bg_box, .company_wrap .section_2 .bg_box {
        height: 250px;
        bottom: -50px;
    }
    .company_wrap .section_3 .left {
        float: none;
        width: 100%;
        position: relative;
        top: inherit;
        transform: none;
        left: inherit;
    }
    .company_wrap .section_3 .left table {font-size: 15px;}
    .company_wrap .section_3 .left table th {
        padding: 10px 0;
        width: 80px;
    }
    .company_wrap .section_3 .left table td {
        padding: 10px 0;
        padding-left: 15px;
    }
    .company_wrap .section_3 .left table td div {margin: 10px 0;}
    .company_wrap .section_3 .right {
        float: none;
        width: 100%;
        padding: 0 0 30px;
    }
}