main {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #f8f7f5;
}

.info-wrap::-webkit-scrollbar {
  display: none;
}

.info-wrap .country_img {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left 84px top;
  /* background-position: center; */
  background-size: 100% 50%;
  /* background-size: cover;  */
  background-attachment: fixed;
}

.info-wrap .country_img::after {
  content: "";
  background-image: url(../images/icon/scroll.svg);
  width: 26px;
  height: 37px;
  display: block;
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
}

.info-wrap .country_img .country_flag {
  width: 86px;
  height: 54px;
  object-fit: cover;
  border-radius: 2px;
  position: absolute;
  left: 30px;
  bottom: -27px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
}

.country_info {
  padding: 20px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #ededed;
}

.country_info .tit .kor {
  font-size: 34px;
  font-weight: 600;
  margin-right: 10px;
}

.country_info .tit .eng {
  font-size: 16px;
  font-weight: 400;
  color: #707277;
}

.country_info .info {
  display: flex;
  margin-left: auto;
}

.country_info .info p {
  min-width: 135px;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 63px;
  background: #efefef;
  border-radius: 10px;
  padding: 10px 16px;
  margin-right: 10px;
}

.country_info .info p:last-child {
  margin-right: 0;
}

.country_info .info p span {
  display: flex;
  flex-direction: column;
  align-items: center;
  word-break: keep-all;
}

.country_info .info p span:first-child {
  height: 100%;
  border-right: 1px solid #d8d5ce;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #8d8d8d;
  margin-top: 4px;
  white-space: nowrap;
}

.country_info .info p span:last-child {
  padding-left: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #404040;
}

.country_info .info p span mark {
  font-size: 12px;
  font-weight: 500;
  color: #486af5;
  margin-top: 4px;
}
.country_info .info p.temperature span mark {
  color: #acaca1;
}
.country_info .info p.language span {
  max-width: 120px;
}

.country_info .time {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e0e0da;
  padding: 0 16px;
  margin: 20px 0;
}
.country_info .time p {
  font-size: 16px;
  font-weight: 400;
  color: #8d8d8d;
  display: flex;
  align-items: center;
}
.country_info .time p::after {
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
  background: #8d8d8d;
}

.country_info .time #Time {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #404040;
}
.country_info .time #TimeGap {
  font-size: 14px;
  font-weight: 400;
  color: #acaca1;
  margin-left: auto;
}

.country_info .lead {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #404040;
  line-height: 1.74;
  /* overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical; */
}

.country_status {
  padding: 30px;
}

.country_status > div .tit {
  font-size: 18px;
  font-weight: 600;
  color: #404040;
  margin-bottom: 20px;
  display: block;
}

.country_status > div .tit img {
  margin-right: 8px;
}

.country_status .advantage {
  margin-bottom: 40px;
}

.country_status .advantage .advantage_tags {
  display: flex;
  flex-wrap: wrap;
}

.country_status .advantage .advantage_tags p {
  height: 38px;
  background: #4563dd;
  border-radius: 500px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 18px 0 16px;
  margin-right: 8px;
  margin-bottom: 10px;
}

.country_status .advantage .advantage_tags p mark {
  color: #7a94dd;
  font-weight: 400;
  margin-right: 8px;
}

.country_status .condition {
  margin-bottom: 50px;
}

.country_status .condition .tit {
  display: flex;
  align-items: center;
}

.condition_swiper {
  width: 100%;
  height: 128px;
}

.condition_swiper .swiper-slide {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0da;
  border-radius: 10px;
  padding: 25px 20px;
  height: 100%;
}
.condition_swiper .swiper-slide p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: #262626;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.condition_swiper .swiper-slide p strong {
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  display: inline-block;
  margin-bottom: 13px;
  line-height: 1;
}

.swiper-button-prev,
.swiper-button-next {
  position: unset;
  width: 21px;
  height: 21px;
  color: transparent;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-button-prev::before,
.swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  margin-left: auto;
  background-image: url(../images/icon/arrow_bk_l.svg);
}
.swiper-button-next {
  margin-left: 10px;
  background-image: url(../images/icon/arrow_bk_r.svg);
}

.country_status > div.terms > .tit {
  margin-bottom: 10px;
}

.terms > span:nth-child(2) {
  margin-bottom: 20px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #737479;
}

.terms > .terms_case {
  display: flex;
  flex-wrap: wrap;
}

.terms > .terms_case .case {
  width: calc((100% - 30px) / 4);
  height: auto;
  background: #262626;
  border-radius: 10px;
  margin-right: 10px;
  padding: 32px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.terms > .terms_case .case:last-child {
  margin-right: 0;
}

.terms > .terms_case .case span:first-child {
  margin-bottom: 21px;
  font-size: 14px;
  font-weight: 400;
  color: #acaca1;
}

.terms > .terms_case .case span:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.terms > .terms_case .case span:nth-child(3) {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 1800px){
  .info-wrap .country_info .tit{
    width: 100%;
    margin-top: 10px;
  }
  .country_info .info{
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
@media(max-width:1500px){
  main{
    flex-wrap: wrap;
    /* overflow-y: scroll; */
    height: auto;
    padding-left: 83px;
  }
  .info-wrap{
    width: 100%;
    order: 2;
    height: auto;
    z-index: 10;
    position: relative;
    overflow: visible;
  }
 


  .info-wrap .country_img{
    height: 0;
  }
  .country_info{
    padding-left: 4%;
    padding-right: 4%;
  }
  .info-wrap .country_img .country_flag{
    left: 4%;
  }
  .country_status{
    padding: 30px 4% 33px;
  }
}
@media (max-width:1200px){
 
}
@media(max-width:768px){

  main{
    padding-left: 0;

  }
}
@media (max-width:768px){
  .map-wrap{
    margin-top: 62px;
  }
  .map-wrap .search{
    top: 20px;
    width: 92%;
    height: 49px;
    font-size: 15px;
    border: solid 1px #4F69ED;
    border-radius: 25px;
  }
  .country_info .tit .kor{
    font-size: 24px;
  }
  .country_info .tit .eng{
    font-size: 14px;
  }
  .country_info .info{
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .country_info .info p span:last-child{
    font-size: 14px;
  }
  .country_info .info p{
    height: 58px;
    padding: 9px 18px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .country_info{
    padding: 37px 4% 46px;
  }
  .country_status > div .tit{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .country_status .advantage .advantage_tags {
  }
  .country_status .advantage .advantage_tags p{
    width: fit-content;
  }
  .country_status .advantage .advantage_tags p:last-child{
    margin-bottom: 0;
  }
  .condition_swiper{
    height: auto;
    pointer-events: none;
  }
  .swiper-wrapper{
    display: block;
  }
  .condition_swiper .swiper-slide{
    margin-bottom: 10px;
    width: 316px!important;
    padding: 15px 26px;
  }
  .condition_swiper .swiper-slide:last-child{
    margin-bottom: 0;
  }
  .country_status .condition .swiper-button-prev,
  .country_status .condition .swiper-button-next{
    display: none;
  }
  .condition_swiper .swiper-slide p strong{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .condition_swiper .swiper-slide p{
    font-size: 14px;
  }
  .terms > .terms_case .case{
    width: 196px;
    padding: 30px;
    height: 246px;
    flex-shrink: 0;
  }
  .terms > .terms_case .case span:first-child{
    margin-bottom: 11px;
  }
  .terms > .terms_case .case span:nth-child(2){
    font-size: 16px;
    margin-bottom: 34px;
  }
  .terms > .terms_case{
    width: 105%;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .terms > .terms_case::-webkit-scrollbar{
    display: none;
  }
  .country_status{
    overflow-x: hidden;
  }
  .country_status{
    padding-bottom: 126px;
  }
  .info-wrap .country_img::after{
    display: none;
  }
}
@media (max-width: 500px){
  .country_info .tit .eng{
    font-size: 12px;
  }
  .country_info .time{
    margin: 24px 0 30px;
    height: auto;
    padding: 13px 12px;
    flex-wrap: wrap;
  }
  .country_info .time p{
    font-size: 14px;
    float: left;
  }
  .country_info .time #Time{

  }
  .country_info .time #TimeGap{
    width: 100%;
    margin-top: 11px;
  }
  .country_info .lead{
    font-size: 15px;
    line-height: 25px;
  }
}
