/*  SUB LAYOUT :: 상단정보 (공통) */
#contentInfoCon{position:relative; margin:0 auto 50px; }
#contentInfoCon .content-tit{color:#222; font-size:40px; font-weight:800; letter-spacing:-0.3px; line-height: 1.260;}
#contentInfoCon .spin-circle-txt:before{top: 0; left: -60px;}
#contentInfoCon .content-tit:after{display:inline-block; vertical-align: top; content:""; width:10px; height:10px; border-radius: 50%; background-color:#47b69d}
#contentInfoCon .content-sub-tit{color:#888; font-weight:400; margin-top:30px; font-size:16px; letter-spacing:-0.8px; word-break:keep-all;}
#contentInfoCon .content-txt{font-size: 1.125rem;}
/* .sub-content .contents-tit h2::before{
    content: '';
    display: block;
    width: 10px;
    aspect-ratio: 1/1;
    background-color: #ffffff;
    border: 2px solid #2d5996;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
} */

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

    .sub-content .contents-tit{
        margin-bottom: 30px;
    }


    .sub-content .sect_tit .tit {font-size: 24px; }
    .sub-content .sect_tit .txt {font-size: 18px; line-height: 1.5;}
    .sub-content .sect_tit .tit + .txt {margin-top: 10px}
    .sub-content .sect_tit .keyword {font-size: 16px;}

    .sub-content .contents-tit h2{
        font-size: 24px;
    }
}

/* visual */

.subvisual_area {
    position: relative;
    overflow: hidden;
    height: 600px;
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
}


.subvisual_area .bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 1.5s ease 0s;
    transform: scale(1.2) rotate(0.1deg);
}

.bg_3 {
    /* 1920 x 700 */
    background-image: url(../../images/sub/visual_international.jpg);
}

.bg_4 {
    /* 1920 x 700 */
    background-image: url(../../images/sub/visual_more.jpg);
}

.bg_5 {
    /* 1920 x 700 */
    background-image: url(../../images/sub/visual_contact.jpg);
}

.subvisual_area .txt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    max-width: 1420px;
    height: 100%;
    padding: 0 0 95px 0;
    margin: 0 auto;
}

.subvisual_area .txt * {
    color: #fff;
    line-height: 110%;
    word-break: break-word;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
}

.subvisual_area .txt h2 {
    font-size: 30px;
}

.subvisual_area .txt p {
    font-size: 80px;
    padding: 30px 0 0 0;
    font-weight: bold;
}


.load .subvisual_area .bg {
    transform: scale(1) rotate(0deg);
}

.load .subvisual_area .txt * {
    opacity: 1;
    visibility: visible;
    animation: fadeInUp 1s;
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 500%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 1500px) {
    .subvisual_area .txt {
        padding: 0 60px 50px 60px;
    }
}

@media screen and (max-width: 1024px) {
    .subvisual_area:not(.bg_none) {
        height: 400px;
    }

    .subvisual_area .txt {
        padding: 0 20px 50px 20px;
    }

    .subvisual_area .txt h2 {
        font-size: 24px;
    }

    .subvisual_area .txt p {
        font-size: 40px;
        padding: 15px 0 0 0;
    }

}

/* visual */


/* 이미지 텍스트 레이아웃 */

.thum_cont{
    margin-bottom: 100px;
}

.thum_cont img{
    display: block;
    margin: 0 auto;
}

.thum_cont .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thum_cont .flex-box > div {
    width: calc((100% - 100px) / 2);
}

.thum_cont figure {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* padding-bottom: 79.27%; */
    padding-bottom: 79.27%;
    border-radius: 20px;
}

.thum_cont figure img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-title span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #47b69d;
    /* text-transform: capitalize; */
    margin-bottom: 10px;
}

.sec-title h4 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.title-info {
    margin-top: 30px;
    padding: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
}

.title-info p + p{
    margin-top: 5px;
}

.title-info p strong{
    font-weight: bold;
}

.thum_cont .sec-title p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.6666;
    word-break: keep-all;
}

.thum_cont .sec-title p:not(:only-child) {
    margin-top: 20px;
}

.thum_cont .example {
    margin-top: 30px;
}

.thum_cont .example h6 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}

.thum_cont .example ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.thum_cont .example ul li {
    /*width: calc((100% - 40px) / 3);*/
	width: calc((100% - 40px) / 2);
    /*border: 1px solid #EEE;
    border-radius: 20px;
    padding: 20px 25px;*/
}

.thum_cont .example ul li span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #D6D6D6;
    margin: 15px 0 5px;
}

.thum_cont .example ul li p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.thum_cont .example ul li img {
    width: 100%;
    border: 1px solid #EEE;
    border-radius: 20px;
}

.thum_cont .thum_list{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.thum_cont .thum_list dl {
    display: flex;
    align-items: center;
    gap: 20px;
}

.thum_cont .thum_list dl dt{width: 100px; flex-shrink: 0;}
.thum_cont .thum_list dl dt img{max-width: 100%;}
.thum_cont .thum_list dl dd h2{font-size: 24px;}
.thum_cont .thum_list dl dd p{font-size: 18px; color: #444;}
.thum_cont .thum_list dl dd h2 + p{margin-top: 5px;}

@media screen and (max-width: 1700px) {
    .sec-title span {
        font-size: 17px;
    }

    .sec-title h4 {
        font-size: 20px;
    }

}

@media screen and (max-width: 1400px) {
    .thum_cont .flex-box > div {
        width: calc((100% - 50px) / 2);
    }

}

@media screen and (max-width: 1200px) {
    .sec-title p:not(:only-child) {
        margin-top: 10px;
    }

    .sec-title h4 {
        font-size: 35px;
    }

    .thum_cont .flex-box {
        align-items: stretch;
    }

    .thum_cont .flex-box > div:first-of-type {
        width: 40%;
    }

    .thum_cont .sticky {
        position: sticky;
        top: calc(70px + 100px);
        left: 0;
    }

    .thum_cont .example h6 {
        font-size: 18px;
    }

    .thum_cont .example ul li {
        width: calc((100% - 20px) / 2);
    }

    .thum_cont .example ul li p {
        font-size: 16px;
    }
    
}

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

    .sec-title h4 {
        font-size: 30px;
    }

    .thum_cont .flex-box {
        flex-direction: column !important;
        gap: 30px;
    }

    .thum_cont .flex-box > div:first-of-type {
        width: 100%;
    }

    .thum_cont .flex-box > div {
        width: 100%
    }

    
}


@media screen and (max-width:800px) {
    .thum_cont{
        margin-bottom: 50px;
    }
}




/* 이미지 텍스트 레이아웃 */


/****************************************
international
*****************************************/

/**** international :: Visa & English Requirements ****/


#international .visa-en01 {
  position: relative;
  /* overflow: hidden; */
  background: #fff;
  z-index: 1;
  padding: 40px 0;
}

#international .visa-en01 .inner1440{
    position: relative;
    z-index: 1;
}

#international .visa-en01 .bg {
    position: absolute;
    top: 14px;
    /* left: -70px; */
    width: 100%;
    height: 100%;
    /* aspect-ratio: 1 / 1; */
    background-color: #47b69d;
    /* border-radius: 100%; */
    /* z-index: -1; */
    opacity: 0.15;
    padding: 12rem 0;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0 80%);
}


#international .visa-en01 .bg2 {
    position: absolute;
    top: 85px;
    right: -70px;
    width: 100px;
    aspect-ratio: 1/1;
    background-color: #1d3865;
    border-radius: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 1s;
}

.visa-en01.aos-animate .bg2{
    right: 0;
    opacity: 1;
}

#international .visa-en01 .leftBox {
  width: 100%;
  padding-right: 255px;
  box-sizing: border-box;
  position: relative;
}

#international .visa-en01 .textBox {
  margin-bottom: 55px;
  letter-spacing: -.6px;
  /* padding: 6rem 0; */
}
#international .visa-en01 .textBox.pd96{padding: 6rem 0;}

#international .visa-en01 .textBox:last-child {
  margin-bottom: 0;
}

#international .visa-en01 .textBox h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #47b69d;
}

#international .visa-en01 .textBox h3 span {
  position: relative;
}

#international .visa-en01 .textBox>p {
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    font-size: 1.125rem;
}

#international .visa-en01 .textBox>p a {
    color: #c36;
}

#international .visa-en01 .textBox>p + p {
    margin-top: 20px;
}
#international .location-info-list{gap: 3px;}
@media screen and (max-width:1024px) {
    #international .visa-en01 .leftBox{
        padding-right: 0;
    }
}

@media screen and (max-width:768px) {
    #international .visa-en01{
        padding: 40px 0;
    }

    #international .visa-en01 .textBox h3{
        margin-bottom: 15px;
    }

    #international .visa-en01 .textBox>p{
        font-size: 15px;
    }
}


/****************************************
more
*****************************************/

/**** more :: testimonials ****/

.tms + .tms{margin-top: 50px; }
.tms { padding:48px 0; }
.tms.bg { background:#f7f5f2; padding:48px 16px; }
.tms__container { max-width:1120px; margin:0 auto; }
.tms__container.max_auto { max-width:100%;}
.tms__title {
  font-size: clamp(22px, 3.2vw, 36px);
  text-align:center; margin:0 0 28px; line-height:1.25; color:#2b2b2b;
}

.tms__title.text-left {
    text-align: left;
}

.tms__stitle {
    font-size: clamp(15px, 2vw, 24px);
    margin: 0 0 20px;
    font-weight: bold;
    background: #47b69d;
    color: #fff;
    padding: 12px;
    /* display: inline-block;*/
}

/* --- Grid --- */
.tms__grid {
    list-style:none; margin:0; padding:0;
    display:grid; gap:20px;
}

.tms__grid.list-3{
    grid-template-columns: repeat(3, 1fr);
}

.tms__grid.list-4{
    grid-template-columns: repeat(4, 1fr);
}

.tms__grid.list-5{
    grid-template-columns: repeat(5, 1fr);
}

/* --- Card --- */
.tms__card {
  background:#fff; /* border:1px solid #e8e6e3; */ border:1px solid #ddd; border-radius:12px;
  padding:20px; box-shadow:0 1px 2px rgba(0,0,0,.04);
  transition:transform .15s ease, box-shadow .15s ease;
}

.tms__card:hover { transform:translateY(-2px); box-shadow:0 8px 20px rgba(0,0,0,.08); }


.tms__card.red { background: #ed2027; } 
.tms__card.blue { background: #1d3865; } 
.tms__card.mint { background: #7ccbb9; } 
.tms__card.mint2 { background: #47b69d; } 
.us-mil .tms__card .tms__step{color: #fff;}
.us-mil .tms__quote{color: #fff;}
.us-mil .tms__card:hover{transform:translateY(0)} 


/* --- Content --- */

.tms__card .tms__step{
    font-weight: bold;
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
}

.tms__quote { 
  margin:0 0 16px; color:#000; line-height:1.6; font-size:1.125rem;
}
.tms__profile { display:flex; align-items:center; gap:12px; }
.tms__avatar {
  width:40px; height:40px; border-radius:50%; object-fit:cover; flex:0 0 40px;
}
.tms__name {
  color:#1e66b3; text-decoration:none; font-weight:600;
}
.tms__name:hover { text-decoration:underline; }
.tms__meta { color:#6b6b6b; font-size:13px; margin-top:2px; }

.tms__description{margin-top: 40px; font-size: 1.125rem;}

/* --- Small tweaks --- */
@media screen and (min-width: 1024px){
  .tms__grid { gap:24px; }
  .tms__card { padding:24px; }
}

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

    .tms__grid.list-4{
        grid-template-columns: repeat(4, 1fr);
    }

    .tms__grid.list-5{
        grid-template-columns: repeat(4, 1fr);
    }
}

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

    .tms {padding: 40px 0;}
    .tms.bg {padding:40px 10px; }
    .tms__grid.list-4{
        grid-template-columns: repeat(3, 1fr);
    }

    .tms__grid.list-5{
        grid-template-columns: repeat(3, 1fr);
    }

    .tms__title {
        margin:0 0 15px;
    }

    .tms__stitle {
        margin:0 0 15px;
    }


}

@media screen and (max-width: 768px){ 
    
    .tms__grid.list-3{
        grid-template-columns: repeat(2, 1fr);
    }

    .tms__grid.list-4{
        grid-template-columns: repeat(2, 1fr);
    }

    .tms__grid.list-5{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px){ 
    
    .tms__grid.list-3{
        grid-template-columns: repeat(1, 1fr);
    }

    .tms__grid.list-4{
        grid-template-columns: repeat(1, 1fr);
    }

    .tms__grid.list-5{
        grid-template-columns: repeat(1, 1fr);
    }
}


/* download */

.apply .downWrap {
  display: flex;
  align-items: center;
  padding: 100px 0;
  text-align: center;
  background-color: #f7f5f2;
}

.apply .downWrap .centerBox {
    width: 100%;
}

.apply .downWrap .centerBox .logo {
  margin-bottom: 50px;
}

.apply .downWrap .centerBox .logo img {
  max-height: 92px;
  height: 100%;
}

.apply .downWrap .centerBox h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.apply .downWrap .centerBox p {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -1px;
}

.apply .downWrap .centerBox p + p{
    margin-top: 20px;
}

.apply .downWrap .centerBox p:last-of-type{
  margin-bottom: 60px;
}

/* .apply .downWrap .centerBox .linkBox {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 8;
  justify-content: center;
}

.apply .downWrap .centerBox .linkBox a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid;
    font-weight: 500;
    box-shadow: 0 5px 7px rgba(111, 111, 111, .4);
    background-color: #47b69d;
    border:1px solid #47b69d;
    color: #fff;
} */

.apply .downWrap .centerBox .linkBox a

.apply .downWrap .centerBox .linkBox a:hover span>span {
  animation: spanUpText 3s ease both;
}

.apply .downWrap .centerBox .linkBox a i {
  margin-left: 15px;
}

.apply .downWrap .centerBox .linkBox a:first-child {
  color: #fff;
}

@media screen and (max-width:768px) {
    .apply .downWrap{
        padding: 50px 0;
    }
    .apply .downWrap .centerBox h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .apply .downWrap .centerBox p {
        font-size: 16px;
        line-height: 1.3;
    }

    .apply .downWrap .centerBox p + p{
        margin-top: 10px;
    }

    .apply .downWrap .centerBox p:last-of-type{
        margin-bottom: 30px;
    }

    .apply .downWrap .centerBox .linkBox a{
        font-size: 16px;
    }
}

/* download */

/****************************************
International
*****************************************/

/* International FAQ */
.faq-box{margin-bottom: 3rem;}
.faq-box .faq-title{font-size: 24px; font-weight: 600; margin: 1rem 0;}
.faq-box .faq-list { width: 100%; border-top: 2px solid #666666; /* border-bottom: 2px solid #666666;  */} 
.faq-box .faq-list .toggle { display: flex; border-bottom: 1px solid #e8e8e8; flex-direction: column; } 
.faq-box .faq-list .toggle h4 { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 4px 50px; } 
.faq-box .faq-list .toggle h4 .q_tit { display: flex; align-items: center; width: 90%; } 
.faq-list .toggle .icn { display: flex; width: 40px; height: 40px; border-radius: 50%; justify-content: center; align-items: center; } 
.faq-list .toggle .q_tit i { background-color: #47b69d; color: #ffffff; font-size: 20px; font-weight: 700; } 
.faq-list .toggle .a_tit i {/*  background-color: rgba(82, 162, 180, .3); */ border: 1px solid #47b69d; color: #47b69d; font-size: 20px; font-weight: 600; } 
.faq-list .toggle h4 p { padding-left: 50px; margin-left: 50px; position: relative; font-size: 18px; font-weight: 600; line-height: 60px; width: 80%; word-break: keep-all; } 
.faq-list .toggle h4 p:before { content: ''; position: absolute; width: 1px; height: 60px; background-color: #e8e8e8; left: 0; top: 0; } 
.faq-list .answer { display: flex; padding: 10px 50px; border-bottom: 1px solid #e8e8e8; } 
.faq-list .answer .a_txt { position: relative; padding-left: 50px; margin-left: 50px; font-size: 16px;} 
.faq-list .answer .a_txt:before { content: ''; position: absolute; width: 1px; height: 60px; background-color: #e8e8e8; left: 0; top: 0; } 
/* .faq-list .answer * { font-family: "Noto Sans KR", sans-serif !important; font-size: clamp(16px, 5vw, 18px) !important; }  */
.faq-list .answer p { font-size: 18px; line-height: 1.5; word-break: keep-all; } 
.faq-list .answer p + p { margin-top: 5px; } 
.faq-list .answer p:before { content: ''; position: absolute; width: 1px; height: 60px; background-color: #e8e8e8; left: 0; top: 0; } 
.faq-list .toggle .arr { width: 60px; height: 60px;/*  background-color: #47b69d; border: 1px solid #47b69d; */ border-radius: 50%; display: flex; justify-content: center; align-items: center; } 
.faq-list .toggle .arr img { /* filter: brightness(100); */ transition: 0.5s; } 
.faq-list .toggle-tit.open .arr img { transform: rotate(180deg); marign-left: 2px; } 
.faq-list .toggle-tit.open { border-bottom: 1px solid #e8e8e8; } 
.faq-list>li:last-child { border: 0; } 

 @media screen and (max-width:989px){
	/* .faq-list .toggle .icn { width: 50px; height: 50px; }  */
	.faq-list .answer p:before { height: 50px; } 
	.faq-list .toggle h4 p:before { height: 50px; } 
	.faq-list .answer p { padding-left: 0;  font-size: 14px; } 
	.faq-list .toggle h4 p { padding-left: 0; margin-left: 20px; font-size: 16px; line-height: 50px; } 
	.faq-list .toggle .arr { width: 50px; height: 50px; } 
	.faq-list .toggle .q_tit i { font-size: 16px; } 
	.faq-list .toggle .a_tit i { font-size: 16px; } 
	.faq-list .toggle .arr img { height: 40%; } 
	.faq-list .answer { padding: 10px 40px; } 
	.faq-box .faq-list .toggle h4 { padding: 10px 40px; } 
	.faq-list .answer .a_txt{padding-left: 0; margin-left: 20px;}
	.faq-list .answer p:before { display: none; } 
	.faq-list .toggle h4 p:before { display: none; } 
	.faq-list .answer .a_txt:before{display: none;}
 }
 @media screen and (max-width:767px){
 	.faq { margin: 50px 0; } 
	.faq-list .answer { padding: 10px 20px; } 
	.faq-box .faq-list .toggle h4 { padding: 10px 20px; } 
	.faq-list .answer p { padding-left: 0; margin-left: 0px; font-size: 14px; } 
	.faq-list .toggle h4 p { padding-left: 20px; margin-left: 0px; font-size: 14px; line-height: 1.5; } 
	.faq-list .toggle .arr { width: 40px; height: 40px; } 
	.faq-list .toggle .icn { width: 40px; height: 40px; } 
	.faq-list .toggle .q_tit i { font-size: 14px; } 
	.faq-list .toggle .a_tit i { font-size: 14px; } 

 }
 @media screen and (max-width:460px) {
	.faq-list .toggle .arr { width: 30px; height: 30px; } 
	.faq-list .toggle .icn { width: 30px; height: 30px; } 
	.faq-list .toggle .q_tit i { font-size: 14px; } 
	.faq-list .toggle .a_tit i { font-size: 14px; } 
	.faq-list .toggle .arr img { height: 45%; } 
}

/****************************************
contact
*****************************************/

/**** contact :: contact ****/
.bul1:has(.list-number2) {
    padding-left: 12px;
}

.bul1:has(.list-number2) > li {
    padding-left: 20px;
}

.bul1:has(.list-number2) > li:before {
    display: none;
}

.bul1:has(.list-kor) {
    padding-left: 0;
}

.bul1:has(.list-kor) > li {
    padding-left: 27px;
    letter-spacing: normal;
    line-height: 170%;
}

.bul1:has(.list-kor) > li:before {
    display: none;
}

.bul1 > li {
    position: relative;
    color: #424242;
    padding-left: 12px;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.2px;
    word-break: auto-phrase;
}

.bul1 > li a[target=_blank] {
    position: relative;
    color: #47b69d;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* .bul1 > li a[target=_blank]:after {
    content: "\ecaf";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #47b69d;
    font-family: "remixicon";
    font-size: 16px;
    margin-left: 4px;
    line-height: 1;
} */

.bul1 > li .red {
    color: #e60012;
}

.bul1 > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #757575;
}

.bul1 > li .list-number2 {
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: -0.18px;
}

.bul1 > li .list-kor {
    position: absolute;
    top: 0;
    left: 0;
}

.bul1 > li + li {
    margin-top: 12px;
}

.bul1 > li > ul {
    padding-left: 0;
    margin-top: 12px;
}

.bul1 > li > ul > li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    padding-left: 12px;
}

.bul1 > li > ul > li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #424242;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.18px;
    width: 8px;
    height: 27px;
}

.bul1 > li > ul > li + li {
    margin-top: 12px;
}

.bul1 > li > ul > li > ul {
    margin-top: 8px;
}

.bul1 > li > ul > li > ul > li {
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.bul1 > li > ul > li > ul > li + li {
    margin-top: 6px;
}

@media (max-width: 1024px) {
    .bul1 > li {
        font-size: 18px;
    }

    .bul1 > li:before {
        top: 9px;
    }

    .bul1 > li > ul > li {
        font-size: 16px;
    }

    .bul1 > li > ul > li:before {
        font-size: 16px;
    }

    .bul1 > li > ul > li > ul > li {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .bul1 > li {
        font-size: 17px;
    }

    .bul1 > li > ul > li {
        font-size: 15px;
    }

    .bul1 > li > ul > li:before {
        font-size: 15px;
    }

    .bul1 > li > ul > li > ul > li {
        font-size: 14px;
    }
}

.location {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.location .semibold{
    font-weight: 600;
}

.location-map {
    position: relative;
    height: 450px;
}

.location-map-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: calc(100vw - 120px); */
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
}

.location-map-box>div:nth-of-type(2) {
    display: none !important;
}

.location-map-box .wrap_map {
    width: 100%;
    height: 100%;
    border:0;
}

.location-info {
    width: calc(50% - 10px);
    padding: 40px;
    background: #f7f7fa;
    border-radius: 24px;
}

.location-info .logo {
    margin-bottom: 32px;
}

.location-info .logo img {
    display: block;
    width: 187px;
}

.location-info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.location-info-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location-info-list h2{font-size: 1.3rem; font-weight: bold; margin-top: 2rem;}

.location-info-list>li {
    display: flex;
}

.location-info-list>li .title {
    flex-shrink: 0;
    /* width: 90px; */
    width: 120px;
}

.location-info-list>li .title>strong {
    color: #161616;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.location-info-list>li .detail .p {
    line-height: 150%;
}


@media screen and (max-width: 1560px) {
    .location-map-box {
        position: static;
        left: 0;
        transform: translateX(0);
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
   /*  .location-map {
        height: auto;
    } */


    .location-info .logo {
        margin-bottom: 24px;
    }

    .location-info-list>li .title strong {
        font-size: 16px;
    }

    
    #international .location-info {
        width: 100%;
        padding: 32px 24px;
    }

    #international .location-map {
        height: 300px;
    }

}

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

    .location-info {
        padding: 32px 24px;
    }

    .location-info-list>li {
        flex-direction: column;
        gap: 8px;
    }

    .location-info-list>li .title strong {
        font-size: 15px;
    }
}

@media screen and (max-width: 640px) {
    .location-info {
        width: 100%;
    }

    .location-map {
        height: 350px;
    }


}



/* contact */
#contact .location-info{width: 100%;}