.study.sec_02.uk { background-image:url(../img/sub/study_uk_bg_01.jpg);  background-size: cover; background-position: center; }

.study.sec_03 .cont_wrap .cont_box:last-child {grid-column: 1 / -1;}

.study.sec_04.uk .img_wrap {margin-bottom: 0;}

.study.sec_05.uk {background: #F0F1F5; padding: 150px 0;}
.study.sec_05.uk .sub_mid_title {color: #222; margin-bottom: 1.25em;}
.study.sec_05.uk .gsap_left{ width:50%;  position:sticky;   top:100px;   align-self:flex-start;}
.study.sec_05.uk .gsap_right{ width:50%; height: auto;}
.study.sec_05.uk .img_list{   position:relative;  height:37.5rem; overflow:hidden;}
.study.sec_05.uk .img_item{ position:absolute;    inset:0;  overflow: hidden;  border-radius: 20px;}
.study.sec_05.uk .img_item img{    width:100%;    height:100%;    object-fit:cover;}
.study.sec_05.uk .img_item.is-active{    opacity:1;}
.study.sec_05.uk .gsap_box{  height:37.5rem;    display: flex;    align-items: flex-start;  justify-content: center;   flex-direction: column;   padding-left: min(5vw, 7.5rem);    margin-bottom: 300px;}
.study.sec_05.uk .gsap_box:last-child {margin-bottom:0}
.uk .gsap_box .t_desc {font-size: 1.188rem; font-weight: 500;  line-height: 180%;  margin-bottom: 1.25em; word-break: keep-all;}
.uk .gsap_box .txt {font-size: 1.125rem; line-height: 180%; word-break: keep-all;}
.uk .gsap_box li { font-size: 1rem;    position: relative;    padding-left: 1.4em;    margin-bottom: 10px;    line-height: 1.6em;    word-break: keep-all}
.uk .gsap_box li::before {content: "";     position: absolute;    left: 0.5em;    top: 0.7em;    width: 3px;    height: 3px;    background: #222;    border-radius: 100%;}
.uk .gsap_box li:last-child {  margin-bottom: 0;}
.uk .gsap_box ul {  margin-bottom: 3.125rem}
.uk .gsap_box h4 {font-size: 20px;   line-height: 1.3em;  margin-bottom: 1em;}
.uk .gsap_box .box_wrap {gap: 36px; width: 100%;}
.uk .gsap_box .c_box {flex:1; display: flex;     justify-content: center;    align-items: center;    text-align: center;    position: relative; background: #F9F9FA;    border-radius: 10px;    border: 1px solid #D5DADE;    min-height: 9.375rem;}
.uk .gsap_box .comment {font-size: 1rem;     margin-top:3.125rem;    line-height: 1.6em;    word-break: keep-all;}
.uk .gsap_box .c_box p {font-size: clamp(0.6rem, 1vw, 0.938rem); line-height: 1.6em;}
.uk .gsap_box .c_box p .sm {font-size: 0.9em;     color: #666;    display: inline-block;    margin-top: 5px;}
.uk .gsap_box .c_box.key { background: var(--main-color); border-color:var(--main-color)}
.uk .gsap_box .c_box.key .sm {  color: #222;}
.uk .gsap_box .c_box::after {content: "";     position: absolute;    right: -37px;    width: 39px;    height: 6px;    background: url(../img/sub/c_box_arrow.png) no-repeat center;}
.uk .gsap_box .c_box.key::after {content:none}
.study.sec_05.uk .gsap_right .img_item {display:none}

.study.sec_06.uk {padding: 100px 0 120px; background-image:url(../img/sub/study_uk_bg_06.jpg);  background-size: cover; background-position: center top; }
.study.sec_06.uk span {font-size: 1.25rem; font-weight: 700; line-height: 130%; color: var(--main-color); display: block; margin-bottom: 1.25em;}
.study.sec_06.uk p {font-size: 1.25rem; font-weight: 400; line-height: 130%; word-break: keep-all; margin: 3em 0; color: #fff;}
.study.sec_06.uk strong {display: block; font-size: 1.25rem; font-weight: 700; margin-bottom: 1.5em; color: #fff;}



.study.sec_02.australia { background-image:url(../img/sub/study_australia_bg_01.jpg);  background-size: cover; background-position: center; }

.study.sec_03.australia {background: #fff;}
.study.sec_03.australia .left_cont, .study.sec_03.australia .right_cont {width: 50%;}
.study.sec_03.australia .left_cont {display:flex; justify-content: space-between; gap: 6em; flex-direction: column; padding-right: 3rem;}
.study.sec_03.australia .left_cont .top .tit {font-size: 2.5rem; font-weight: 700; line-height: 130%; display: block; margin-bottom: 1em; word-break: keep-all;}
.study.sec_03.australia .left_cont .top .tit_under {font-size: 1.125rem; font-weight: 400; line-height: 180%; word-break: keep-all;}
.study.sec_03.australia .left_cont .bottom {display: grid; grid-template-columns: repeat(4, max-content); grid-template-rows: auto; gap: 20px;}
.study.sec_03.australia .left_cont .bottom li img {width: auto;}
.study.sec_03.australia .right_cont table {width: 100%; border-collapse: collapse;}
.study.sec_03.australia .right_cont table th {padding: 15px 5px; border-top: 1px solid var(--dark-gray); border-bottom: 1px solid var(--dark-gray); font-size: 1rem; font-weight: 600; line-height: 130%; word-break: keep-all; text-align: center;}
.study.sec_03.australia .right_cont table th + th {border-left: 1px solid var(--dark-gray)}
.study.sec_03.australia .right_cont table td {padding: 15px 5px; border-bottom: 1px solid var(--line-color); font-size: 0.938rem; font-weight: 400; line-height: 130%; text-align: center; word-break: keep-all;}
.study.sec_03.australia .right_cont table td + td {border-left: 1px solid var(--line-color)}

.study.sec_04.australia {background: #F0F1F5; padding: 6.875rem 0 8.125rem;}
.study.sec_04.australia .cont_wrap {display: grid;  grid-template-columns: repeat(3, 1fr);   grid-template-rows: auto;    gap: 20px;}
.study.sec_04.australia .cont_box {background: #fff; padding: 2.5rem; height: auto; margin-right: 0;}
.study.sec_04.australia .cont_box h3 {margin-bottom: 30px;}
.study.sec_04.australia .cont_box h3::before {width: 14px; height: 14px; border-radius: 0; transform: rotate(45deg); top: 0.35em;}
.study.sec_04.australia .cont_box li {line-height: 1.6em; font-size: 1rem; word-break: keep-all; position: relative;}




@media (max-width: 1600px) {
  .study.sec_03.australia .left_cont .top .tit_under {font-size: 1rem;}
}

@media (max-width: 1200px) {
  .study.sec_03.australia .left_cont .bottom {grid-template-columns: repeat(3, max-content);}
}

@media (max-width: 1024px) {
  .study.sec_05.uk {padding: 6rem 0;}
  .study.sec_05.uk .gsap_left {position: relative; top: 0; width: 100%; margin-bottom: 3rem;}
  .study.sec_05.uk .gsap_right {width: 100%;}
  .study.sec_05.uk .gsap_box {padding-left: 0; height: auto;}
  .uk .gsap_box .t_desc {font-size: 1.125rem; margin-bottom: 1em;}
  .uk .gsap_box .txt {font-size: 1rem;}

  .study.sec_06.uk {padding: 5rem 0 5.5rem;}
  .study.sec_06.uk p {margin: 2em 0;}

  .study.sec_03.australia .inner_container {gap: 5rem; flex-direction: column;}
  .study.sec_03.australia .left_cont, .study.sec_03.australia .right_cont {width: 100%; padding-right: 0;}

  .study.sec_04.australia .cont_wrap {grid-template-columns: 1fr;}
}

@media (max-width: 767px) {
  .study.sec_05.uk .img_list {height: 22.5rem;}

  .study.sec_03.australia .left_cont .top .tit {font-size: 2.2rem; margin-bottom: 0.5em;}
}

@media (max-width: 480px) {
  .study.sec_06.uk span {font-size: 1.1rem; margin-bottom: 1em;}
  .study.sec_06.uk p {font-size: 1.125rem;}
  .study.sec_06.uk strong {font-size: 1.125rem; margin-bottom: 1em;}

  .study.sec_03.australia .left_cont .top .tit {font-size: 1.6rem;}
  .study.sec_03.australia .left_cont {gap: 4em;}
  .study.sec_03.australia .left_cont .bottom {grid-template-columns: repeat(2, max-content);}
  .study.sec_03.australia .right_cont table td {padding: 10px 3px;}

  .study.sec_04.australia {padding: 3rem 0 4rem;}
  .study.sec_04.australia .cont_box h3 {margin-bottom: 1.25em;}
  .study.sec_04.australia .cont_box h3::before {width: 12px; height: 12px;}
}
