@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
main {
	/*color: #646776;
	background: url(../../images/jobseeker/blog/bg_mainvisual_blog_pc.png) no-repeat center top;
	overflow: hidden;*/
}
.pc_contents_col2 > .side_navi {
    width: 402px;
    margin-left: 0px;
}
@media only screen and (max-width: 767px) {
	main {
		background: url(../../images/jobseeker/blog/bg_mainvisual_blog_sp.png) no-repeat center top;
		background-size: 100% auto;
	}
}

#mainvisual {
	height: 560px;
	padding-top: 125px;
	position: relative;
	color: #ffffff;
}
#mainvisual .mainvisual_inner {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
#mainvisual .mainvisual_inner > * {
	position: relative;
	z-index: 1;
}
#mainvisual .sub_text {
	font-size: 22px;
} 
#mainvisual h1 {
	font-size: 58px;
	font-weight: normal;
	width: 50%;
	line-height: 1.4;
}
#mainvisual .main_btns {
	margin-top: 40px;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
#mainvisual .main_btn {
	width: 160px;
}
#mainvisual .main_btn > a {
	color: #ffffff;
	background-color: #fd9d53;
	font-size: 18px;
	font-weight: bold;
	line-height: 53px;
	text-align: center;
	display: block;
	border-radius: 5px;
	width: 100%;
}
#mainvisual .main_bnr {
	position: absolute;
	left: 160px;
	width: 50%;
	margin-left: 5%;
}
#mainvisual .main_bnr img {
	width: 100%;
}
#mainvisual .main_image {
	position: absolute;
	top: 40px;
	left: 59%;
	z-index: 1;
}
#mainvisual .main_image > img {
	width: auto;
}
#mainvisual .download_btns {
	margin-top: 300px;
	width: 418px;
	margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
	#mainvisual h1 {
		width: 1000%;
	}
	#mainvisual .main_image {
		left: 75%;
	}
}
@media only screen and (max-width: 767px) {
	#mainvisual {
		padding-top: 7.171vw;
		height: 76.141vw;
	}
	#mainvisual .mainvisual_inner {
		padding: 0 4.563vw;
	}
	#mainvisual .sub_text { 
		font-size: 4.694vw;
	}
	#mainvisual h1 {
		width: 100%;
/*		font-size: 8.996vw;*/
		font-size: 8.75vw;
		line-height: 1.3;
	}
	#mainvisual .main_btns {
		margin-top: 3.259vw;
		width: 100%;
	}
	#mainvisual .main_btn {
		width: 30.639vw;
	}
	#mainvisual .main_bnr {
		left: 0;
		top: 11.734vw;
		width: 44.329vw;
		margin: 0;
	}
	#mainvisual .main_btn > a {
		font-size: 3.259vw;
		line-height: 8.605vw;
		border-radius: 0.652vw;
	}
	#mainvisual .main_image {
		width: 15.645vw;
		top: 29.335vw;
		left: 77.184vw;
	}
	#mainvisual .main_image img {
		width: 100%;
	}
}

#blog {
	margin-top: 20px;
	background-image:none;/* url(../../images/jobseeker/blog/bg_latest_pc_bottom.png);*/
	position: relative;
}


/*
#blog:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 285px;
	background: url(../../images/jobseeker/blog/bg_latest_pc_top.png) no-repeat center top;
	top: 380px;
	left: 0;
	z-index: 1;
}*/
#blog > * {
	position: relative;
	z-index: 2;
}
#blog .main_contents > *:first-child {
	margin-top: 0;
}
#blog .category_tag {
    display: block;
    width: max-content;
    padding: 0px 8px;
    color: #ffffff;
	background-color: #666666;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 3px;
    margin: 0;
    cursor: pointer;
}
#blog .category_tag.news {
	color: #163953;
	background-color: #ffeb5a;
}
#blog .category_tag.jobs {
	color: #ffffff;
	background-color: #33a8ed;
}
#blog .category_tag.money {
	color: #ffffff;
	background-color: #fd9d53;
}
#blog .category_tag.visa {
	color: #ffffff;
	background-color: #313e87;
}
#blog .category_list {
	display: flex;
	margin: 45px 0 30px;
	align-items: baseline;
	gap: 15px;
}
#blog .category_list dt {
	color: #0d86fa;
	font-size: 20px;
	line-height: 42px;
	flex: 0 0 auto;
}
#blog .category_list dd {
}
#blog article iframe {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}#blog article ul li, #blog article ol li {
   
    color: #2D2D56;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 600!important;
    line-height: 28px;
    text-transform: capitalize;
}
#blog article ul li span, #blog article ol li span {
	 color: #2D2D56;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 28px;
    text-transform: capitalize;
}


#blog .category_list .category_nav {
	color: #12247b;
	background-color: #ffffff;
	display: block;
	line-height: 42px;	
	padding: 0 20px;
	border: 2px solid #fd9d53;
	border-radius: 5px;
}
#blog .category_list .category_nav.current {
	color: #ffffff;
	background-color: #fd9d53;
}
#blog .category_list .category_navs {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
}
#blog .category_list .category_navs .category_nav {
	width: max-content;
}

#blog .article_item {
	display: flex;
	padding: 10px 10px 20px;
	flex-direction: column;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 1px 4px 6px #00000026, -1px 0 4px #00000033;
}
#blog .article_item .article_item_image {
	width: 100%;
	padding-top: 68%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
#blog .article_item .article_item_image img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#blog .article_item .article_item_categories {
	margin-bottom: 10px;
    text-align: center;
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}
#blog .article_item .article_item_title {
	color: #08105d;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
#blog .article_item .article_item_description {
	color: #08105d;
	margin-bottom: 15px;
}
#blog .article_item .article_item_more {
	color: #33a8ed;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
}
#blog .pager {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	margin-top: 40px;
}
#blog .pager > li {
	font-size: 16px;
	width: max-content;
}
#blog .pager > li a,
#blog .pager > li.current {
	color: #08105d;
	display: block;
	font-weight: 400;
	text-align: center;
}
#blog .pager > li.current {
	color: #33a8ed;
	font-weight: 500;
}
#blog .pager > li .prev,
#blog .pager > li .next {
	color: #33a8ed;
	background: #ffffff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 12"><path fill="%2333a8ed" d="M1.18673 0.733723C0.990496 0.928009 0.988917 1.24459 1.1832 1.44082L5.80641 6.11039L1.13684 10.7336C0.94061 10.9279 0.939031 11.2445 1.13332 11.4407C1.3276 11.6369 1.64418 11.6385 1.84041 11.4442L6.8653 6.46923C7.06153 6.27494 7.06311 5.95836 6.86882 5.76213L1.89383 0.737251C1.69954 0.541017 1.38296 0.539438 1.18673 0.733723Z" /></svg>') no-repeat center center;
	background-size: 8px 12px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid #33a8ed;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	transition: 0.5s;
}
#blog .pager > li .prev {
	transform: rotate(180deg);
}
#blog .pager > li .prev:hover,
#blog .pager > li .next:hover {
	color: #ffffff;
	background-color: #33a8ed;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 12"><path fill="%23ffffff" d="M1.18673 0.733723C0.990496 0.928009 0.988917 1.24459 1.1832 1.44082L5.80641 6.11039L1.13684 10.7336C0.94061 10.9279 0.939031 11.2445 1.13332 11.4407C1.3276 11.6369 1.64418 11.6385 1.84041 11.4442L6.8653 6.46923C7.06153 6.27494 7.06311 5.95836 6.86882 5.76213L1.89383 0.737251C1.69954 0.541017 1.38296 0.539438 1.18673 0.733723Z" /></svg>');
}

#blog .relation_bnr {
	margin: 45px auto;
}
#blog .relation_bnr img {
	width: auto;
	max-width: 100%;
	height: auto!important;
}

#blog .side_navi .jobs_bnr a {
	/*display: block;
	padding: 44px;
	background-color: #ffffff;
	border: 1px solid #898989;
	border-radius: 5px;
	text-align: center;*/
}
#blog .side_navi .jobs_bnr img {
	width: 100%;
	height: auto;
}
#blog .side_navi .featured {
	margin-top: 64px;
}
#blog .side_navi .featured_label {
	color: #0d86fa;
	font-size: 20px;
	margin-bottom: 10px;
}/*
#blog .side_navi .featured_items {
	margin-top: 15px;
}
#blog .side_navi .featured_items > * {
	margin-top: 25px;
}*/
#blog .side_navi .featured_items > *:first-child {
	margin-top: 0;
}
#blog .side_navi .featured_item {
	display: flex;
	background-color: #ffffff;
	border: 1px solid #898989;
	text-align: left;
}
#blog .side_navi .featured_item > .featured_item_image {
	width: 138px;
	height: 138px;
	position: relative;
	overflow: hidden;
}
#blog .side_navi .featured_item > .featured_item_image img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#blog .side_navi .featured_item > .featured_item_text_area {
	padding: 15px;
	flex: 1;
}
#blog .side_navi .featured_item > .featured_item_text_area .featured_item_category {
	margin-bottom: 5px;
}
#blog .side_navi .featured_item > .featured_item_text_area .featured_item_category {
	color: #44a8ed;
}
#blog .side_navi .featured_item > .featured_item_text_area .featured_item_category.news {
	color: #ffeb5a;
}
#blog .side_navi .featured_item > .featured_item_text_area .featured_item_category.jobs {
	color: #33a8ed;
}
#blog .side_navi .featured_item > .featured_item_text_area .featured_item_category.money {
	color: #fd9d53;
}
#blog .side_navi .featured_item > .featured_item_text_area .featured_item_category.visa {
	color: #313e87;
}
#blog .side_navi .featured_item > .featured_item_text_area .featured_item_title {
	color: #163953;
	font-size: 18px;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
	#blog {
		margin-top: 0;
		background-image: url(../../images/jobseeker/blog/bg_latest_sp_bottom.png);
		background-size: 100% auto;
	}
	#blog:before {
		height: 33.116vw;
		background: url(../../images/jobseeker/blog/bg_latest_sp_top.png) no-repeat center top;
		background-size: 100% auto;
		top: 71.056vw;
	}
	#blog .category_list {
		flex-direction: column;
		align-items: flex-start;
		margin: 5.215vw 0 5.215vw;
		gap: 2.608vw;
	}
	#blog .category_list dt {
		font-size: 6.258vw;
		line-height: 1.5em;
	}
	#blog .category_list .category_nav {
		line-height: 10.952vw;
		padding: 0 5.215vw;
		border-width: 0.782vw;
		border-radius: 1.304vw;
	}
	#blog .category_list .category_navs {
		gap: 2.608vw;
	}

	#blog .article_item {
		padding: 2.608vw 2.608vw 5.215vw;
		border-radius: 1.304vw;
	}
	#blog .article_item .article_item_image {
		padding-top: 49.935vw;
		margin-bottom: 3.911vw;
	}
	#blog .article_item .article_item_categories {
		margin-bottom: 3.911vw;
		gap: 1.304vw;
	}
	#blog .article_item .article_item_categories .category_tag {
		padding: 0px 2.086vw;
		font-size: 2.608vw;
		line-height: 6.258vw;
		border-radius: 0.782vw;
	}
	#blog .article_item .article_item_title {
		color: #163953;
		font-size: 4.693vw;
		margin-bottom: 1.304vw;
	}
	#blog .article_item .article_item_description {
		margin-bottom: 1.304vw;
	}
	#blog .article_item .article_item_more {
		font-size: 4.693vw;
		line-height: 2em;
	}
	#blog .pager {
		margin-top: 5.215vw;
		gap: 3.651vw;
	}
	#blog .pager > li {
		font-size: 3.651vw;
	}
	#blog .pager > li .prev,
	#blog .pager > li .next {
		background-size: 2.086vw 3.129vw;
		width: 5.997vw;
		height: 5.997vw;
		border-width: 0.261vw;
	}
	#blog .relation_bnr {
		margin: 5.215vw auto;
	}
	#blog .relation_bnr:last-of-type {
		margin-bottom: 0;
	}
	#blog .side_navi .jobs_bnr > img {
		width: 100%;
		height: auto;
	}
	#blog .side_navi .featured_label {
		font-size: 7.562vw;
		margin-bottom: 6.91vw;
	}
	#blog .side_navi .featured_items {
		margin-top: 1.309vw;
	}
	#blog .side_navi .featured_items > *:first-child {
		margin-top: 0;
	}
	#blog .side_navi .featured_item {
		display: flex;
		background-color: #ffffff;
		border: 1px solid #898989;
	}
	#blog .side_navi .featured_item > .featured_item_image {
		width: 31.551vw;
		height: 31.551vw;
	}
	#blog .side_navi .featured_item > .featured_item_text_area {
		padding: 2.999vw;
	}
	#blog .side_navi .featured_item > .featured_item_text_area .featured_item_category {
		margin-bottom: 1.825vw;
	}
	#blog .side_navi .featured_item > .featured_item_text_area .featured_item_category {
		color: #44a8ed;
	}
	#blog .side_navi .featured_item > .featured_item_text_area .featured_item_title {
		font-size: 4.172vw;
		margin-bottom: 1.825vw;
	}
}

#blog_entry .entry_image {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 62px;
}
#blog .entry_image > img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: none;
	margin: auto;
}
#blog .entry_title {
	color: #33A8ED;
	font-family: Nunito;
	font-size: 34px;
	font-style: normal;    padding-bottom: 17px;
	font-weight: 800;
	line-height: 41px; 
	text-transform: capitalize;
	    position: relative;
}
#blog .entry_title:before {
    content: "";
    width: 107px;
    height: 4px;
    display: block;
    margin-bottom: 17px;
    background: #33A8ED;
}

#blog .entry_title:before {
	position: absolute;
	content: "";
	width: 95px;
	height: 3px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #007aff;
	border-radius: 2px;
	margin: 0 auto 0 0;
}
#blog .entry_categories {
	display: flex;
	justify-content: flex-end;
	align-items: center;    
	flex-wrap: nowrap;    
	gap: 6px;
	/*margin: 10px 0 20px;*/
}
#blog .entry_categories .categories_label {
		color: #2D2D56;
    text-align: center;
   font-family: 'Inter', sans-serif;
    font-size: 15px;    margin-right: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

#blog #writer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 0 0 14px;
}
#blog #writer .writer_image {
    margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #dedede;
    overflow: hidden;
    width: 34px;
    height: 34px;
}

#blog #writer .writer_image > img {
	display: block;
}
#blog #writer .writer_name {
color: #2D2D56;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal; 
    font-weight: 700;
    line-height: 33px;
}
#blog #writer .writer_post {
	font-size: 14px;
}

#blog article {
	line-height: 1.5em;
	padding-bottom: 0px;
}
#blog article img {
	width: auto;
	max-width: 100%;
	height: auto!important;
}
#blog article h3 {
	color: #2D2D56;    
	position: relative;
    font-family: Nunito;    
	margin-bottom: 18px;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;    
	padding-left: 23px;
    line-height: 43px;
    text-transform: capitalize;
}
#blog article h3:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #33A8ED;
    border-radius: 0;
	margin-bottom: 0;
}
#blog article h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 15px;
}
#blog article p {
	margin-bottom: 16px;
    color: #2D2D56;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}
#blog article ul, #blog article ol {
	margin-bottom: 30px;
}
#blog article ul > li, #blog article ol > li {
	margin-bottom: 3px;
}
#blog article ul {
	list-style: none;
	padding-left: 0;
	display: table;
}
#blog article ul > li:after {
	content: "";
	display: block;
}
#blog article ul > li {
	display: table-row;
}
#blog article ul > li:before {
	content: "・";
	display: table-cell;
	padding-right: 0.5em;
}
#blog article ul.hyphen_list > li:before {
	content: "-";
}
#blog article ol {
 	list-style: none;
 	padding-left: 0;
 	display: table;
}
#blog article ol > li:after {
	content: "";
	display: block;
}
#blog article ol > li {
	display: table-row;
	counter-increment: table-ol;
	color: #2D2D56;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 600!important;
    line-height: 32px;
    text-transform: capitalize;
}
#blog article ol > li:before {
	content: counter(table-ol) ".";
	display: table-cell;
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
}
#blog article a {
	color: #33a8ed;
	text-decoration: underline;
}
#blog article a:hover {
	text-decoration: none;
}
#blog article .item_image {
	margin: 30px auto;
	text-align: center;
}
#blog article table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	margin: 30px 0;
}
#blog article table th,
#blog article table td {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	line-height: 1.5;
	padding: 10px 15px;
}
#blog article table th {
	color: #ffffff;
	background-color: #33a8ed;
	font-weight: bold;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    text-transform: capitalize;
}
#blog article table thead th {
	text-align: center;
}
#blog article table tbody th {
	text-align: left;
}
#blog article table tbody td {
	text-align: left;
	color: #2D2D56;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
}
#blog article+.relation_bnr {
	margin-top: 0;
}


/********new-blog-page-desing css****/
#blog .section_inner {
  max-width: 1170px;
}
.blog_banner {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog_banner .blog_banner-inner {
  padding-top: 48px;
}
#blog {
  padding-top: 36px; padding-bottom:101px;
}
.jobs-block {
    border-radius: 10px;
    background-color: #33a8ed;
    padding: 42px 37px;
    background-position: bottom center;
    background-repeat: no-repeat;
 
    background-image: url(../../images/jobseeker/blog/short-newslater-bg.png);
}

.jobs-block-contnet h2 {
  color: #fff87d;
  text-align: center;
  font-family: Nunito;
  font-size: 36px;
  font-style: normal;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}

.web-logo {
  width: 223px;
  margin: auto auto 3px;
}

.jobs-block-contnet p {
  color: #fff;
max-width: 250px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;margin: auto;
  line-height: 26px;
}

.popular-blog_item .featured_item_title {
  color: #2d2d56;
  font-size: 22px;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 32px;
}
.jobs-newslater .input-group {
  display: block;
  margin-top: 18px;
}

.jobs-newslater .input-group input {
  width: 100%;
  height: 55px;
  border-radius: 50px;
  background: #fff;
  color: #2d2d56;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  padding-left: 28px;
  font-weight: 400;
  line-height: 20px;
  border: none;
}


.jobs-block .thankyou-text {
    text-align: center;
}

.jobs-block .thankyou-text img.happy-image {
    width: 68px !important;
}

.jobs-block .thankyou-text h2 {
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.jobs-block span.close_btn.close1 i {
    color: #000;
    font-weight: bold;
    font-family: Nunito;
    font-size: 34px;
    font-style: normal;
    padding-bottom: 17px;
}

.jobs-block span.close_btn {
    position: absolute;
    right: 34px;
    top: 4px;
}


.thankyou-message {}

.jobs-block .thankyou-text {
    text-align: center;
}

.jobs-block .thankyou-text img.happy-image {
    width: 68px !important;
}

.jobs-block .thankyou-text h2 {
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.jobs-block span.close_btn.close1 i {
    color: #000;
    font-weight: bold;
    font-family: Nunito;
    font-size: 34px;
    font-style: normal;
    padding-bottom: 17px;
}

.jobs-block span.close_btn {
    position: absolute;
    right: 21px;
    top: 2px;
} 
.jobs-block.active .thankyou-message {
    display: block !important;
    position: relative;
    padding-top: 18%;
}
.jobs-block.active .jobs-form-subscribe {
    display: none;
}
.jobs-block.active .jobs-block-contnet {
    display: none;
}
.jobs-block.active {
    height: 244px;
    padding: 0;
}
.jobs-newslater-block span.close_btn.close1 {
    position: absolute;
    right: 34px;
    top: 4px;
	cursor: pointer;
	z-index: 1;
}

.jobs-newslater-block span.close_btn.close1 i {
    color: #000;
    font-weight: bold;
    font-family: Nunito;
    font-size: 34px;
    font-style: normal;
    padding-bottom: 17px;
}

.thankyou_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.jobs-newslater-block {
    position: relative;
}


.jobs-newslater-block .thankyou-text img {
    width: 128px;
}

.thankyou-text h2 {
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.jobs-newslater .input-group span.input-group-btn {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.jobs-newslater .input-group button.btn.submit-btn {
  border-radius: 500px;
  border: 2px solid #fff;
  width: 138px;
  height: 50px;
  flex-shrink: 0;
  color: #fff;cursor: pointer;
  text-align: center;
  font-family: Nunito;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  background: transparent;
}
.blog_banner-inner .main_image {
  background: #fff;
}

input.form-control::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
  color: #2d2d56 !important;
  text-align: left !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
}

input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
  color: #2d2d56 !important;
  text-align: left !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
}
input.form-control::placeholder {
  opacity: 1;
  color: #2d2d56 !important;
  text-align: left !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
}
.form-subscribe input.form-control::placeholder, 
.form-subscribe input.form-control:-ms-input-placeholder, 
.form-subscribe input.form-control::-webkit-input-placeholder{
	color: rgb(45 45 86 / 50%)!important;
}
.jobs-newslater .input-group button.btn.submit-btn:hover {
  transition: 0.5s;
  background: #ef7679;
  border-color: #ef7679;
}
.featured.popular-blog p.featured_label {
  color: #33a8ed !important;
  font-family: Nunito;
  padding-left: 21px;
  border-left: 6px solid;
  font-size: 34px !important;
  font-style: normal;
  font-weight: 800;
  line-height: 41px;
  margin-bottom: 0px !important;
  text-transform: capitalize;
}

ul.popular-category {
  margin-top: 39px;
}

ul.featured_items li {
  padding-top: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.item-bottom-block {
flex-wrap: wrap;
    margin-top: 18px;
    gap: 10px;
    display: flex;
    justify-content: space-between;
}

.item-bottom-block span.featured_item_category {
  height: 33px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  padding: 14px;
}

.item-bottom-block a.read-more-link {
  color: #2d2d56;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  display: flex;
  font-weight: 700;
  align-items: center;
  line-height: 33px;
  text-transform: capitalize;
}
.item-bottom-block a.read-more-link svg {
  width: 20px;
  margin-left: 10px;
}
a.read-more-link svg {
  width: 20px;
  margin-left: 10px;
}
ul.popular-category li {
    display: flex;
    align-items: center;
    border-radius: 7px;
    border: 2px solid #33a8ed;
    width: 100%;
    padding: 18px 25px 19px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
ul.popular-category li a.read-more-link img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(23%) saturate(3794%) hue-rotate(177deg) brightness(103%) contrast(86%);
}
ul.popular-category {
  display: flex; 
  flex-wrap: wrap;
  gap: 23px;
}

span.cat_name {
  color: #2d2d56;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-family: "Inter", sans-serif !important;
}

a.read-more-link {
  color: #33a8ed;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  display: flex;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

a.read-more-link img {
  width: 20px;
  margin-left: 8px;
}
.blog-info-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;    
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 5px;
}

.blog-info-detail .blog-info-user {
  display: flex;
  flex: unset;margin-top: 10px; 
}
.item-bottom-block a.popular-blog_item {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.blog-info-detail .blog-info-user span.categories_label {
  color: #2d2d56;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.blog-share {
  display: flex;
  align-items: center;
  gap: 18px;    margin-top: 10px;
}

.blog-share span {
  color: #2d2d56;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 33px;
}

ul.share_link {
  display: flex;
  gap: 11px;
}

ul.share_link li a {
  border-radius: 6px;
  background: #def2fe;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #33a8ed;
  justify-content: center;
}

.jobs-newslater-block {
  border-radius: 10px;
  background: #33a8ed;
  box-shadow: 0px 2px 8px 1px rgba(26, 158, 255, 0.21);
  padding: 93px 203px 118px;
  text-align: center;
  background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(../../images/jobseeker/blog/tokyo-big-tower.png);
}

.jobs-newslater-block h2 {
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 55px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.jobs-newslater-block p {
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}
.form-subscribe .input-group {
  padding: 4px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  border-radius: 400px;
  box-shadow: 0px 2px 0px 0px rgba(160, 219, 253, 0.5);
}
.form-subscribe .form-control {
  flex: 52%;
  background-color: hsla(0, 0%, 100%, 0.8);
  height: 60px;
  border: none;
  font-family: "Inter", sans-serif;
  padding-left: 38px;
  font-size: 16px;
  color: rgb(45 45 86 / 50%)!important;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
.form-subscribe .submit-btn {
  border-radius: 100px;
  background: #33a8ed !important;
  border: 1px solid #33a8ed !important;
  font-family: Nunito;
  font-size: 20px;
  cursor: pointer;
  box-shadow: none;
  font-weight: 800;
  padding: 22px 52px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  transition: 0.5s;
}
.form-subscribe .submit-btn:hover {
  transition: 0.5s;
  background: #ef7679!important;
  border-color: #ef7679!important;
}
.form-subscribe {
  max-width: 700px;
  margin: 0 auto;
}
.jobs-newslater-block .form-block form{
  margin-top: 22px;
}
section.related-blog-section {
  background-position: bottom center;
  padding-top: 140px;
  padding-bottom: 184px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #def2fe;
  background-image: url(../../images/jobseeker/blog/blue-bottom-shape.png);
}
h3.related_heading {
  color: #2d2d56;
  font-family: Nunito;
  font-size: 34px;
  font-style: normal;
  border-left: 6px solid #33a8ed;
  font-weight: 800;
  line-height: 43px;
  text-transform: capitalize;
  padding-left: 17px;
  margin-bottom: 58px;
}

.related_blog-list {
  display: flex;
  gap: 27px;flex-wrap: wrap;
  /*justify-content: space-between;*/
}

.related_blog-list .related_items {
  display: flex;
  gap: 19.78px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 29px 0px rgba(7, 122, 255, 0.1);
  flex: 0 0 31.6%;
}

.related_blog-list .related_items .post_content {
  padding: 14px 13px 14px 0;
}
.related-cate-box {
  margin-bottom: 8px;
}
.related_items .post_content span.featured_item_category {
  border-radius: 5.091px;
  background: #fe90a3;
  color: #fff;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  padding: 0px 12px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
}
.related_items .post_content a.blog_title {
  color: #2d2d56;
  font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.related_items .post_content p {
  color: #2d2d56;
  font-family: Nunito;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: capitalize;
}
.related_blog-list .related_items .post_image {
  flex: 0 0 128.22px;
}

section.jobs-newslater-section {
  position: relative;
}

section.jobs-newslater-section:after {
  content: "";
  background: #def2fe;
  width: 100%;
  display: block;
  position: absolute;
  height: 150px;
  bottom: 0;
}

.jobs-newslater-section .section_inner {
  z-index: 9;
  position: relative;
}
.bottom-blog_btns a.bottom_btns {
    border-radius: 50px;
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    padding: 0px 45px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    line-height: normal;
    line-height: 74px;
    text-transform: capitalize;
    background: #33A8ED;
    height: 74px;
    box-shadow: 0px 3px 0px 0px #1084DA;
}

.bottom-blog_btns {
    display: flex;
    align-items: center;
    gap: 19px;
	margin-top: 38px;
}
.jobs-newslater-block h2 br {
    display: none;
}
.related_blog-list .related_items .post_image {
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}
.related_blog-list .related_items .post_image:before {
    content: "";
    display: block;
    margin-top: 100%;
}
.related_blog-list .related_items .post_image a{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    margin: auto;
    position: absolute;
}
.related_blog-list .related_items .post_image a img {
    display: block;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;    border-radius: 10px;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    object-fit: cover;
    display: block;
	width: 100%;
	transition: 0.5s;
}
.jobs-newslater-block.active .thankyou-message {
    display: block!important;
}
.jobs-newslater-block.active .form-block {
    display: none;
}
.jobs-newslater-block.active {
    background-image: none;
	min-height: 400px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.form-subscribe label.error {
    color: red;
	position: absolute;
    bottom: -24px;
    margin-left: 24px;
}
.form-subscribe .input-group {
    position: relative;
}
:root{
	margin-top: 0!important;
}
#blog .entry_title:before {
    width: 107px;
    height: 4px;
    background-color: #33A8ED;
    border-radius: 0;
}
#blog article h3:not(:first-child), #blog article h3:not(:last-child){
	margin-top: 52px;
}
.pc_contents_col2{
	gap: 68px;
}
footer{
	margin-top: 0;
}
ul.featured_items li:last-child{
	padding-bottom: 80px;
}
#blog article p span , #blog article ol > li span{
	font-weight: 600!important;
}


/********new-blog-page-desing css end****/




@media screen and (max-width: 1110px) {
	#blog .entry_image {
		height: 27.02vw;
	}
	.jobs-newslater-block {
		padding: 93px 170px 118px;
	}
	.pc_contents_col2 {
		gap: 30px;
	}
	.blog-info-detail {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#blog_entry .entry_image {
		margin-bottom: 45px;
	}
	#blog article h3:not(:first-child), #blog article h3:not(:last-child) {
		margin-top: 48px;
	}
}
@media screen and (max-width: 1024px) {
	.pc_contents_col2 > .side_navi {
		width: 340px;
	}
	.web-logo{
		text-align: center;
	}
	#blog .side_navi .jobs_bnr img{
		max-width: 180px;
		margin: auto;
	}
	.jobs-block-contnet h2 {
		font-size: 33.493px;
		line-height: 31.632px;
		margin-bottom: 13.68px;
	}
	.jobs-block , .jobs-newslater-block{
    padding: 39px 34.42px 40px;
}
	#blog article h3 {
		font-size: 30px;
		line-height: 38px;
	}
	.popular-blog_item .featured_item_title {
		font-size: 20px;
		line-height: 30px;
	}
	.featured.popular-blog p.featured_label {
		font-size: 28px !important;
		line-height: 38px;
	}
	ul.popular-category li span{
		width: 60%;
		text-align: left;
	}
	.related_blog-list .related_items {
		flex: 0 0 48%;
	}
	
}
@media screen and (max-width: 991px) {
	#blog .entry_title {
		font-size: 28px;
		line-height: 38px;
	}
	.pc_contents_col2 > .side_navi {
		width: 320px;
	}
	#blog article h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.featured.popular-blog p.featured_label {
		font-size: 24px !important;
		line-height: 34px;
	}
	.popular-blog_item .featured_item_title {
		font-size: 21px;
		line-height: 28px;
	}
	ul.popular-category li {
		padding:16px;
	}
	span.cat_name {
		font-size: 17px;
		line-height: 33px;
	}
	.jobs-newslater-block {
		padding: 60px 130px 75px;
	}
	.jobs-newslater-block h2 {
		font-size: 42px;
	}
	.form-subscribe .submit-btn {
		font-size: 18px;
		padding: 15px 49px;
	}
	.jobs-newslater-block {
		background-size: 182px;
	}
	.bottom-blog_btns a.bottom_btns {
		padding: 0px 32px;
		font-size: 15px;
		line-height: 54px;
		height: 54px;
	}
	ul.featured_items li:last-child {
		padding-bottom: 60px;
	}
	.pc_item_col2{
		flex-direction: column;
	}
	#blog .article_item {
		width: 100%;
		margin-bottom: 35px;
	}
	.pc_item_col2 > *:nth-child(n + 3) {
		margin-top: 0px;
	}
}
@media screen and (max-width: 767px) {
	.jobs-block.active {
    height: 251px;
    padding: 0;
    background-size: 103%;
}
	
	#blog .entry_image {
		width: 100%;
		height: auto;
	}
	#blog .entry_image img{
		position: relative;
	}
	#blog .section_inner , .jobs-newslater-section .section_inner, section.related-blog-section .section_inner{
		padding-left: 28px;
		padding-right: 28px;
	}
	#blog .entry_title {
		text-align: left;
	}
	#blog .entry_title:before {
		display: none;
	}
	#blog .entry_categories .categories_label {
		font-size: 4.172vw;
		margin-right: 0.652vw;
	}
	#blog article {
		text-align: left;
		padding-bottom: 0;
	}
	#blog article h4 {
		font-size: 4.172vw;
		margin: 3.911vw 0 1.304vw;
	}
	#blog article ul, #blog article ol {
		margin-bottom: 3.911vw;
	}
	#blog article .item_image {
		margin: 3.911vw auto;
	}
	#blog article table {
		margin: 3.911vw 0;
	}
	#blog article table th,
	#blog article table td {
		padding: 1.956vw 1.304vw;
	}
	#blog article+.relation_bnr {
		margin-top: 7.823vw;
	}
	main {
		background: none;
	}
	#blog .entry_categories .categories_label , #blog:before , #blog:after{
		display: none;
	}
	.blog-info-detail {
		margin-bottom: 30px;
		margin-top: 0;	
	}
	ul.share_link li a svg{
		height: 20px;
	}
	#blog article p {
		margin-bottom: 20px;
	}
	#blog article h3 {
		margin-top: 38px;
	}
	.pc_contents_col2 > .side_navi {
		margin-left: 0px;
		margin-top: 35px;
	}
	#blog .side_navi .jobs_bnr img {
		max-width: 100%;
	}
	#blog .side_navi .featured_label ,.popular-blog_item .featured_item_title{
		text-align: left;
	}
	#blog .side_navi .featured_label{
		margin-bottom: 12px!important;
	}
	ul.featured_items li{
		padding-top: 22px;
		padding-bottom: 22px;
	}
	#blog {
		padding-bottom: 38px;
		background: none;
		padding-top: 30px;
	}
	#blog .side_navi .featured {
		margin-top: 60px;
	}
	.related_blog-list{
		flex-direction: column;
	}
	section.related-blog-section {
		padding-top: 50px;
		padding-bottom: 150px;
	}
		.jobs-block , .jobs-newslater-block{
    padding: 39px 34.42px 40px;
}
	h3.related_heading {
		margin-bottom: 40px;
	}
	.jobs-newslater-block h2 {
		font-size: 33.493px;
		line-height: 31.632px;
		color: #fff87d;
		margin-bottom: 13.68px;
		font-weight: 700;
	}
	.form-subscribe span.input-group-btn{
		display: block;
		margin-top: 13.96px;
	}
	.jobs-newslater-block p {
		max-width: 250px;
		text-align: center;
		font-family: "Inter", sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		margin: auto;
		line-height: 26px;
	}
	.form-subscribe .input-group input {
		width: 100%;
		height: 55px;
		border-radius: 50px;
		background: #fff;
		color: #2d2d56;
		text-align: left;
		font-family: "Inter", sans-serif;
		font-size: 14px;
		font-style: normal;
		padding-left: 28px;
		font-weight: 400;
		line-height: 20px;
		border: none;
	}
	.form-subscribe .input-group {
		border: none;
		padding: 0;
		display: block;
		background: transparent;
		border-radius: 400px;
		box-shadow:none;
	}
	.jobs-newslater-block h2 br {
		display: block;
	}
	.blog_banner {
		padding: 0 28px;
	}
	.form-subscribe .submit-btn {
		border-radius: 500px;
		border: 2px solid #fff!important;
		width: 138px;
		height: 50px;
		flex-shrink: 0;
		color: #fff;
		cursor: pointer;
		text-align: center;
		font-family: Nunito;
		font-size: 15px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		text-transform: capitalize;
		background: transparent;
		padding: 0;
	}
	.form-subscribe label.error {
		font-size: 12px;
		position: relative;
		bottom: 0px;
		margin-left: 0px;
	}
	.jobs-newslater-block .form-block form {
		margin-top: 16.4px;
	}
	.jobs-newslater .input-group input , .form-subscribe .input-group input {
		height: 51.169px;
	}
	h3.related_heading{
		color: #33A8ED;
	}
	ul.featured_items li:last-child {
		padding-bottom: 47px;
	}
	.sp_item_col1 > * {
		margin-top: 0;
	}
}
@media screen and (max-width: 575px) {
	#blog article ul li, #blog article ol li {
  font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
}
#blog article ul li span, #blog article ol li span {
	 font-size: 15px;
    line-height: 28px;
   
}
	
	#blog article ul {
   
    margin: 15px 0;
}
	span.cat_name {
    font-size: 15px;
    line-height:20px;
}
	a.read-more-link {
  
    font-size: 14px;
  
} 
	#blog article h3 {
		font-size: 23px;
		line-height: 27px;
		padding-left: 18px;
	}
	#blog .side_navi .jobs_bnr img{
		max-width: 207.468px;
	}
	#blog article p {
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	#blog .entry_categories .category_tag{
		padding: 1px 9px;
		font-size: 8.014px;
		font-style: normal;
		font-weight: 700;
		line-height: 17.631px;
		height: 17.631px;
	}
	.blog_banner .blog_banner-inner {
		padding-top: 30px;
	}
	#blog {
		padding-top: 20px;
	}
	.blog-info-detail .blog-info-user {
		margin-top: 0px; 
	}
	.jobs-newslater .input-group button.btn.submit-btn , .form-subscribe .submit-btn{
		font-size: 13.955px;
		height: 46.517px;
	}
	#blog #writer .writer_name ,.blog-share span {
		font-size: 10px;
		line-height: 13.5px;
	}
	#blog #writer .writer_image {
		width: 18px;
		border-radius: 3px;
		height: 18px;
		margin-right: 3.34px;
	}
	#blog #writer {
		margin: 0 0 0 8px;
	}
	ul.share_link li a svg {
		height: 10px;
	}
	.blog-share {
		gap: 6px;
		margin-top: 0;
	}
	.blog-info-detail{row-gap: 14px;}
	ul.share_link li a {
		width: 20px;
		height: 20px;
	}
	.blog-info-detail {
		margin-bottom: 22px;
	}
	.jobs-newslater-block.active {
		min-height: 240px;
	}
	.jobs-newslater-block .thankyou-text img {
		width: 66px;
	}
	.jobs-newslater-block .thankyou-text h2 {
		font-size: 27px;
		line-height: normal;
		color: #fff87d;
		margin-bottom: 0;
		font-weight: 800;
		margin-top: 5px;
	}
	.jobs-newslater-block span.close_btn.close1 i {
		font-size: 24px;
		margin-right: -15px;
	}
	.related_items .post_content a.blog_title {
		font-size: 18px;
	}
	ul.popular-category li {
		padding: 10px 14px;    gap: unset;
	}
	.jobs-newslater-block.active{
		background-position: bottom center;
		background-repeat: no-repeat;
		background-image: url(../../images/jobseeker/blog/short-newslater-bg.png);
		background-size: 100%;
	}
	.jobs-newslater-block {
		background-size: 150px;
	}
	.jobs-newslater-block.active .thankyou_bg{
		display: none;
	}
	.jobs-newslater-block p {
		font-size: 16.746px;
		line-height: 24.189px;
		max-width: 210px;
	}
	.bottom-blog_btns a.bottom_btns {
		padding: 0px 28px;
		font-size: 13.973px;
		line-height: 47px;
		height: 47px;
	}
	#blog_entry .entry_image {
		margin-bottom: 38px;
	}
	.jobs-block-contnet p {
		max-width: 230px;
		font-size: 16.746px;
		line-height: 24.189px;
	}
	.jobs-newslater .input-group {
		margin-top: 16.4px;
	}
	.item-bottom-block {
		margin-top: 14px;
	}
	#blog .side_navi .featured{
		margin-top: 47px;
	}
	ul.popular-category {
		gap: 21px; 
	}
	.jobs-newslater-block .form-subscribe, .jobs-block .form-subscribe  {
    max-width: 304px;
	}#blog article p img {
		margin: 24px auto 40px auto !important;
	}
}
@media screen and (max-width: 480px) {
	#blog .entry_title {
		font-size: 21.09px;
		line-height: 27.8px;
	}
}
@media screen and (max-width:340px) {
	ul.popular-category li span {
		width: 100%;
		text-align: left;
	}
}

.carousel {
	display: flex;
	flex-direction: row;
	overflow-x: hidden;
    white-space: nowrap;
    max-width: 100%;
	align-items: center;
	gap: 12px;
}

.carousel-container {
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 100%;
    padding: 10px 0; /* Add some spacing */
}

.carousel-btn {
	color: #ffffff;
    background-color: #ffffff;
    display: block;
    padding: 0 9px;
    border-radius: 5px;
    height: 48px;
	border: 2px solid #33A8ED;
}

.carousel-btn img {
	height: 20px;
    width: auto;
}

.carousel-disabled {
	display: none;
}

#blog .sub_text {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.carousel {
		gap: 3.129vw;
	}

	.carousel-container {
		padding: 0;
	}

	.carousel-btn {
		padding: 0 2.347vw;
		border-radius: 1.304vw;
		height: 12.516vw;
		border-width: 0.782vw;
	}
	
	.carousel-btn img {
		height: 5.215vw;
	}
}