/**************************************************************************
***************************************************************************
                                layout
***************************************************************************
**************************************************************************/
.study_work {
    text-align: center;
}
.study-section1 {
    background: url('/images/study-work/study-section1-bg01-220427.png') no-repeat  center top;
    background-size: 65%;
}
.study-section2 {
    background: url('/images/study-work/study-section2-bg01-220427.jpg') no-repeat ;
    background-size: cover;
}
.study-section3 {
    background: url('/images/study-work/study-section3-bg01-220427.jpg') no-repeat ;
    background-size: cover;
}
.study-section4 {
    background: url('/images/study-work/study-section4-bg01-220427.jpg') no-repeat ;
    background-size: cover;
}
.study-section5 {
    background: #dee3f0 url('/images/study-work/study-section5-bg01-220427.jpg') no-repeat center bottom;
    background-size: cover;
}
.study-section6 {
    background: url('/images/study-work/study-section6-bg01-220427.jpg') no-repeat ;
    background-size: cover;
}
.study-section7,
.study-section10 {
    background: #F0EFF0;
}
.study-section8{
    background: url('/images/study-work/study-section8-bg01-220427.jpg') no-repeat center 10% ;
    background-size: cover;
}
.study-section9{
    background: url('/images/study-work/study-section9-bg01-220427.jpg') no-repeat  center center;
    background-size: cover;
}

.study-width {
    width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8rem 0;
}

.study-section-title {
    color: #25315B;
    font-size: calc(2rem + 1.6vw);
    margin-bottom: 2rem;
}
.study-section-sub-title {
    color: #25315B;
    font-size: calc(1rem + 1.3vw);
    margin-bottom: 1.2rem;
}
.study-text {
    color: #25315B;
    font-size: calc(1rem + .208335vw);
}
.study-text > span {
    color: #E78F3A;
}
.study-text > a {
    color: #59A1E4;
    position: relative;
}
.study-text > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 105%;
    width: 100%;
    height: 2px;
    background: #59A1E4;
}
.study-text > a:hover {
    color: #4b831f;
}
.study-text > a:hover::before {
    background: #4b831f;
}
.mo-br {
    display: none;
}
@media screen and (max-width:1080px) {
    .study-width {
        width: 100%;
        padding: 8rem 2rem;
    }
}
@media screen and (max-width: 780px) {
    .mo-br {
        display: block;
    }
    .study-section1 {
        background-size: 100%;
    }
    .study-width {
        padding: 4rem 2rem;
    }
    .study-text > a {
        display: block;
    }
    .study-text > a::before {
        display: none;
    }
    .study-text > a:hover::before {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .study-width {
        padding: 4rem 1rem;
    }
}
/**************************************************************************
***************************************************************************
                            ed:m海外遊學 打工專案
***************************************************************************
**************************************************************************/
.study-section1 .study-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.study-section1-w50 {
    width: 50%;
}
.study-section1 .study-text {
    margin-bottom: 5rem;
}
.study-section1-link > a {
    background: linear-gradient(90deg, #42559C 0%, #8FBDE7 100%);
    display: inline-block;
    width: 60%;
    margin-bottom: 1.2rem;
    padding: .8rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #ffff;
    font-size: calc(1rem + 0.59vw);
    font-weight: 700;
}
.study-section1-link > a:hover {
    color: #6ec12d;
}
.study-section1-img {
    width: 50%;
    position: relative;
}
.study-section1-img > img {
    width: 100%;
}
.study-section1-img > img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(7.5%);
}
@media screen and (max-width: 780px) {
    .study-section1 .study-width {
        display: block;
        text-align: center;
        position: relative;
    }
    .study-section1-w50 {
        width: 100%;
    }
    .study-section1-img {
        display: none;
    }

}
@media screen and (max-width: 425px) {
    .study-section1 .study-text > br {
        display: none;
    }
    .study-section1-link > a {
        width: 100%;
    }
}
/**************************************************************************
***************************************************************************
                            ed:m 遊學打工專屬優惠
***************************************************************************
**************************************************************************/
.study-section2 .study-section-title {
    color: #171C23;
    margin-bottom: 7rem;
}
@media screen and (max-width: 780px) {
    .study-section2 .study-section-title {
        margin-bottom: 3rem;
    }
}
/**************************************************************************
***************************************************************************
                        加拿大遊學打工 VS 愛爾蘭遊學打工
***************************************************************************
**************************************************************************/
.study-section3 .study-section-title {
    margin-bottom: 4rem;
}
/**************************************************************************
***************************************************************************
                            加拿大遊學打工介紹
***************************************************************************
**************************************************************************/
.study-section4 .study-text {
    margin-bottom: 7rem;
}
.study-section4 .study-section-sub-title {
    color: #FFFFFF;
    margin-bottom: 2rem;
}
.study-section4 .study-grid {
    margin-bottom: 7rem;
}
@media screen and (max-width: 780px) {
    .study-section4 .study-text {
        margin-bottom: 3rem;
        color: #000;
        background: #ffffff90;
        padding: .5rem;
    }
    .study-section4 .study-text > br {
        display: none;
    }
    .study-section4 .study-grid {
        margin-bottom: 3rem;
    }
    .study-section4 .study-grid2 .study-grid-col:last-child {
        grid-column: span 2;
    }
}
@media screen and (max-width: 500px) {
    .study-section4 .study-grid2 .study-grid-col:last-child {
        grid-column: span 1;
    }
}
/**************************************************************************
***************************************************************************
                            加拿大遊學打工工作時數
***************************************************************************
**************************************************************************/
.study-section5 .study-width {
    padding-bottom: 10rem;
}
.study-section5 .study-text {
    margin-bottom: 3rem;
}
.study-section5-con {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 2rem;
    column-gap: 8.5rem;
    margin-bottom: 7rem;
}
.study-section5-col {
    border: 5px solid #59A1E4;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.study-section5-col:last-child {
    grid-column: span 2;
}
.study-section5-col:nth-child(1)::before,
.study-section5-col:nth-child(2n)::before {
    content: url("/images/study-work/study-section5-img01-220427.png");
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(100%, -50%);
    width: 3rem;
}
.study-section5-col > p {
    font-size:calc(1rem + 0.416665vw) ;
    color: #59A1E4;
}
@media screen and (max-width: 1080px) {
    .study-section5-con {
        column-gap: 2rem;
    }
    .study-section5-col:nth-child(1)::before,
    .study-section5-col:nth-child(2n)::before {
        transform: translate(0, -50%);
    }
}
@media screen and (max-width: 720px) {
    .study-section5-col:nth-child(2n)::before {
        display: none;
    }
    .study-section5-col:nth-child(1)::before,
    .study-section5-col:nth-child(3n)::before {
        content: url("/images/study-work/study-section5-img01-220427.png");
        position: absolute;
        left: 100%;
        top: 50%;
        width: 3rem;
        transform: translate(0, -50%);
    }
    .study-section5-con {
        grid-template-columns: repeat(2,1fr);
    }
}
/**************************************************************************
***************************************************************************
                               加拿大工作類型
***************************************************************************
**************************************************************************/
.study-section6 .study-section-sub-title {
    color: #8DBAE5;
}
.study-section6 .study-text {
    color: #FFFFFF;
    margin-bottom: 3rem;
}
/**************************************************************************
***************************************************************************
                            加拿大遊學打工推薦課程
***************************************************************************
**************************************************************************/
.study-section7 .study-section-sub-title {
    margin-bottom: 2.5rem;
}
.study-section7 .study-text {
    margin-bottom: 4.375rem;
}

.study-section7-con {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 2.15rem ;
    column-gap: 3.5rem;
    margin-bottom: 6.125rem;
}
.study-section7-col {
    background: #fff;
    padding: 1.4rem 2rem 1rem;
}
.study-section7-col-img-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:1.313rem;
}
.study-section7-col-img {
    width: 11.125rem;
    height: 9.063rem;
    background: #000;
    max-width: 47.8%;
}
.study-section7-col-textBox {
    text-align: left;
    width: 52%;
    display: inline-block;
}
.study-section7-col-title {
    color: #3895DD;
    font-size: calc(1rem + 0.3125vw);
    margin-bottom: .5rem;
}
.study-section7-col-text {
    color: #000000;
    font-size: calc(1rem + 0.104166vw);
}
.study-section7-col-text > span {
    padding-left: 1rem;
    display: inline-block;
    color: #5F5F5F;
    font-size: 1rem;
    position: relative;
}
.study-section7-col-text > span::before {
    content: url("/images/study-work/study-section7-icon01-220427.png");
    position: absolute;
    left: 0;
}
.study-section7-col-dl {
    display: flex;
    align-items: start;
    justify-content: space-between;
    text-align: left;
}
.study-section7-col-dl > dt {
    width: 24%;
    font-size: 1rem;
    background: #3895DD;
    color: #fff;
    font-weight: 400;
    padding: 0 0.5rem;
}
.study-section7-col-dl > dd {
    width: 70%;
    font-size: 1rem;
}
.study-section7-col-dl > dd > span {
    color: #3895DD;
}
.study-section7-col-list {
    padding: .6rem 0;
    border-top: 1px dashed #DEDEDE;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 3rem;
    row-gap: .4rem   ;
    text-align: left;
    list-style: inside;
    margin: 0;
}
.study-section7-col-list > li {
    font-size: 1rem;
}
.study-section7-col-list > li > span {
    color: #FF7800;
}
.study-section7-col:nth-child(1) .study-section7-col-img {
    content: url("/images/study-work/study-section7-img05-220427.png");
    background-size: cover;
}
.study-section7-col:nth-child(2) .study-section7-col-img {
    content: url("/images/study-work/study-section7-img06-220427.jpg");
    background-size: cover;
}
.study-section7-col:nth-child(3) .study-section7-col-img {
    content: url("/images/study-work/study-section7-img07-220427.png");
    background-size: cover;
}
.study-section7-col:nth-child(4) .study-section7-col-img {
    content: url("/images/study-work/study-section7-img08-220427.jpg");
    background-size: cover;
}




.study-section7-arr {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin-bottom: 3.938rem;
    column-gap: 0.625rem;
}
.study-section7-arr-title {
    background: #59A1E4;
    font-size: calc(1rem +  0.3125vw);
    color: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 4rem;
}
.study-section7-arr-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 2rem solid transparent;
    border-top: 2rem solid transparent;
    border-left: 2rem solid #F0EFF0;
    z-index: 1;
}
.study-section7-arr-title::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 2rem solid transparent;
    border-top: 2rem solid transparent;
    border-left: 2rem solid #59A1E4;
    z-index: 2;
}
.study-section7-arr-text {
    margin-top: 0.750rem;
    padding: 0.750rem 0;
    border-left: 1px dotted #B1B1B1;
    color: #59A1E4;
    font-size: calc(1rem +  0.104166vw);
}
.study-section7-arr-col:first-child .study-section7-arr-text {
    border-left: none;
}


.study-section7-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 2.813rem;
    column-gap: 3.625rem;
}
.study-section7-grid-col {
    background: #fff;
    padding: 1.938rem 1.938rem 1.938rem 6.75rem;
    text-align: left;
    position: relative;
}
.study-section7-grid-col::before {
    position: absolute;
    left: 1.938rem;
    top: 50%;
    transform: translateY(-50%);
}
.study-section7-grid-title {
    color: #02C3A6;
    font-size: calc(1rem +  0.3125vw);
    margin-bottom: 0.25rem;
}
.study-section7-grid-text {
    color: #6F6F6F;
    word-break: keep-all;
    font-size: calc(1rem +  0.104166vw);
}

.study-section7-grid-col:nth-child(1)::before {
    content: url("/images/study-work/study-section7-img01-220427.png");
}
.study-section7-grid-col:nth-child(2)::before {
    content: url("/images/study-work/study-section7-img02-220427.png");
}
.study-section7-grid-col:nth-child(3)::before {
    content: url("/images/study-work/study-section7-img03-220427.png");
}
.study-section7-grid-col:nth-child(4)::before {
    content: url("/images/study-work/study-section7-img04-220427.png");
}



@media screen and (max-width: 1080px) {
    .study-section7-con {
        grid-template-columns: repeat(1,1fr);
    }
    .study-section7-col-img-wrap {
        justify-content: start;
    }
    .study-section7-col-img {
        margin-right: 2rem;
    }
}
@media screen and (max-width: 960px) {
    .study-section7-arr {
        column-gap:0;
    }
    .study-section7-arr-title::before {
        display: none;
    }
    .study-section7-arr-title::after {
        display: none;
    }
}
@media screen and (max-width: 780px) {
    .study-section7-arr {
        grid-template-columns: repeat(3,1fr);
        column-gap: 0;
        row-gap: 1rem;
    }
    .study-section7-arr-col:first-child .study-section7-arr-text {
        border-left: 1px dotted #B1B1B1;
    }
    .study-section7-arr-col:last-child .study-section7-arr-text,
    .study-section7-arr-col:nth-child(3n) .study-section7-arr-text {
        border-right: 1px dotted #B1B1B1;
    }
    .study-section7 .study-text > br {
        display: none;
    }
    .study-section7-grid {
        grid-template-columns: repeat(1,1fr);
    }
}
@media screen and (max-width: 510px) {
    .study-section7-col-img {
        display: none;
    }
    .study-section7-col-textBox {
        width: 100%;
        text-align: center;
    }
    .study-section7-col-dl {
        display: block;
        text-align: center;
    }
    .study-section7-col-dl > dt {
        width: 60%;
        margin: 0 auto 1rem;
    }
    .study-section7-col-dl > dd {
        width: 100%;
    }
    .study-section7-col-list {
        width: 100%;
        list-style: none;
        text-align: center;
        grid-template-columns: repeat(1,1fr);
    }
}

/**************************************************************************
***************************************************************************
                            愛爾蘭遊學打工介紹
***************************************************************************
**************************************************************************/
.study-section8 .study-section-sub-title {
    color: #fff;
    margin-bottom: 2rem;
}
.study-section8 .study-text {
    margin-bottom: 10rem;
}
.study-section8 .study-grid {
    margin-bottom: 8rem;
}
.study-section8 .study-grid-col-text > small {
    font-size: calc(1rem +  0.3125vw);
    line-height: 1.2;
    display: inline-block;
    font-weight: 400;
    margin-top: 1rem;
}
.study-section8 .study-grid2 {
    grid-template-columns: repeat(4,1fr);
}
.study-section8 .study-grid2 .study-grid-col {
    display: block;
    padding: 2rem 1rem;
}
.study-section8 .study-grid2 .study-grid-col-text {
    line-height: 1.2;
}


@media screen and (max-width: 780px) {
    .study-section8 .study-grid2 {
        grid-template-columns: repeat(2,1fr);
    }
    .study-section8 .study-text {
        margin-bottom: 4rem;
    }
    .study-section8 .study-grid {
        margin-bottom: 4rem;
    }
}
@media screen and (max-width: 500px) {
    .study-section8 .study-grid2 {
        grid-template-columns: repeat(1,1fr);
    }
}
/**************************************************************************
***************************************************************************
                            愛爾蘭遊學打工工作時數
***************************************************************************
**************************************************************************/
.study-section9 .study-section-sub-title {
    margin-bottom: 2rem;
}
.study-section9 .study-table {
    margin-bottom: 7rem;
}
.study-section9 .study-section9-table td {
    text-align: center;
}
.study-section9 .study-text {
    margin-bottom: 3.5rem;
}
/**************************************************************************
***************************************************************************
                            愛爾蘭遊學打工推薦語校
***************************************************************************
**************************************************************************/
.study-section10 .study-section-sub-title {
    margin-bottom: 3rem;
}
.study-section10 .study-section7-col-list {
    display: block;
}


.study-section10 .study-section7-col:nth-child(1) .study-section7-col-img {
    content: url("/images/study-work/study-section10-img01-220427.jpg");
    background-size: cover;
}
.study-section10 .study-section7-col:nth-child(2) .study-section7-col-img {
    content: url("/images/study-work/study-section10-img02-220427.jpg");
    background-size: cover;
}
.study-section10 .study-section7-col:nth-child(3) .study-section7-col-img {
    content: url("/images/study-work/study-section10-img03-220427.jpg");
    background-size: cover;
}



/**************************************************************************
***************************************************************************
                                concon
***************************************************************************
**************************************************************************/

/* study-grid */
.study-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 2rem;
    column-gap: 1.2rem;
}
.study-grid .study-grid-col {
    background: linear-gradient(90deg, #42559C 0%, #8FBDE7 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.6rem;
}
.study-grid .study-grid-col-text {
    font-size: calc(1rem + 0.625vw);
    font-weight: 700;
    color: #FFFFFF;
}
.study-grid .study-grid-col-text > span {
    color: #FFF720;
}

.study-grid2 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 2rem;
    column-gap: 1.2rem;
}
.study-grid2 .study-grid-col {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
.study-grid2 .study-grid-col-text {
    color: #25315B;
    font-size: calc(1rem + 0.3125vw);
    line-height: 1;
    font-weight: 400;
}
.study-grid2 .study-grid-col-text > strong {
    font-size: calc(1rem + 0.625vw);
    color: #59A1E4;
}
.study-grid2 .study-grid-col-text > small {
    color: #A5A5A5;
    font-size: 1rem;
}
.study-grid2 .study-grid-col-text > span {
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: calc(1rem + 0.1125vw);
    line-height: 1.6;
}

/* study-table */
caption {
    font-size: 0;
}
.study-table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
}
.study-table th,
.study-table td {
    padding: 1.2rem 1.8rem ;
    border: 2px solid #8DBAE5;
    color: #25315B;
}
.study-table thead th {
    font-size: calc(1rem + 0.625vw);
}
.study-table tbody th {
    font-size: calc(1rem + 0.416669vw);
}
.study-table th > img {
    margin-bottom: .4rem;
}
.study-table td {
    text-align: left;
    font-size: calc(1rem + 0.3125vw);
}
.study-table th:first-child,
.study-table td:first-child{
    border-left: none;
}
.study-table th:last-child,
.study-table td:last-child {
    border-right: none;
}
.study-table td > strong {
    color: #FF7800;
}
.study-table td ul {
    list-style: outside;
    padding-left: 0;
}

.study-table-moImg {
    display: none;
    margin-bottom: 2rem;
}

.study-table-moImg > img {
    width: 100%;
}
@media screen and (max-width: 780px) {
    .study-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .study-grid2 {
        grid-template-columns: repeat(2,1fr);
    }
    .study-table-moImg {
        display: block;
    }
    .study-table {
        display: none;
    }
}


@media screen and (max-width: 500px) {
    .study-grid {
        grid-template-columns: repeat(1,1fr);
    }
    .study-grid2 {
        grid-template-columns: repeat(1,1fr);
    }
}
