/*body { font-family: 'Pretendard-Regular', sans-serif !important; }*/

/*@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}*/
:root {
	--main-color: #FCD911; 
/*	--main-color: #ebe9e3; */
}
.bucheon .crowns,
.bucheon .shorts_section{
	display: none !important;
}
body{
	background-color: #f5f5f7;
}
highlighter {
	font-weight: 600;
	color: #000;
    background-repeat: no-repeat;
    -webkit-transition: all .1s;
    transition: all .1s;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(10%, #fcf113));
    background-image: linear-gradient(180deg, transparent 65%, #fcf113 0);
}
.shorts_inline{
	margin: 0 150px 30px 150px;
    width: calc(100% - 300px);
    padding: 30px 30px 30px;
    position: relative;
}
.shorts_inline video{
	width: 100%;
	border: 1px solid #d6d6d6;
    border-radius: 20px;
}
.shorts_inline:before{
	position: absolute;
    display: block;
    content: "";
    width: 65px;
    height: 40px;
    top: 35px;
    right: 40px;
    z-index: 1;
    background-image: url(../assets/images/shorts-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
	.shorts_inline{
		width: 100%;
	    padding: 30px 30px 30px;
	    position: relative;
	    margin: 0 0 30px 0px;
	}
	/*.shorts_inline video{
		width: 100%;
		border: 1px solid #d6d6d6;
	    border-radius: 20px;
	}
	.shorts_inline:before{
		position: absolute;
	    display: block;
	    content: "";
	    width: 65px;
	    height: 40px;
	    top: 35px;
	    right: 40px;
	    z-index: 1;
	    background-image: url(../assets/images/shorts-logo.png);
	    background-size: contain;
	    background-position: center;
	    background-repeat: no-repeat;
	}*/
}
.ba_image > div:last-of-type a{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 7px 12px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    width: 80%;
    text-align: center;
}
.ba_img_container div:last-of-type{
	position: relative;

}
.ba_img_container div:last-of-type a.logon-bt{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 7px 12px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    width: 80%;
    text-align: center;
}
.ba_img_container div:last-of-type a span{
	color: #FFC107;
}
#login-form{
	padding: 40px 30px 30px 30px;
}
#login-form > div{
	margin: 10px;
}
#login-form > a.confirm-bt{
	display: block;
	margin-top: 20px;
	width: 145px;
	padding: 10px 20px;
	text-align: center;
	background-color: #dcdcdc;
    color: #a9a9a9;
	font-size: 14px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	cursor: pointer;
}
#login-form > a.confirm-bt.active{
	background-color: #000;
	color: #fff;
}
#login-form > div input{
	padding: 10px 15px;
    border-radius: 30px;
    width: 100%;
}
#login-form > div input::placeholder{
	font-size: 13px;
}
.ba_image > div:last-of-type a span{
	color: #FFC107;
}
section video.inline_play{
	width: calc(100% - 200px);
    margin: 0px 100px 50px;
}
a.blog_link{
	display: flex;
    margin: 20px 100px;
    padding: 15px 15px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #eeeeee;
}
a.blog_link > div{
	width: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
a.blog_link > div p:nth-child(1){
	color: #1cd26d;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
a.blog_link > div p:nth-child(2){
	font-size: 16px;
    font-weight: 600;
}
a.blog_link > div p:nth-child(3){
	font-size: 14px;
    color: #bababa;
}
a.blog_link > img{
	width: 100px;
    margin-left: 20px;
}
article.page{
	/*padding-left: calc(50vw - 520px);
    padding-right: calc(50vw - 520px);*/
}
article .content-top{
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	display: flex;
    justify-content: flex-end;
    padding-left: calc(50vw - 520px);
    padding-right: calc(50vw - 520px);
    height: calc(100vh - 60px);
}
.doctors article .content-top, .location article .content-top{
	height: 0;
}
body .full-height{
	max-height: 100vh;
}
article .content-top img{
	position: relative;
	width: 100%;
}
article .content-top video{
	position: absolute;
	top: 50%;
    height: auto;
    width: 580px;
    align-self: flex-end;
    display: inline-block;
    opacity: .8; 
    
    /* margin-top: 60px; */
    border-radius: 80px;
    transform: translateY(-50%);
}
/*article .content-top>div.wave-contain{
	position: absolute;
	width: 100%;
	bottom: 0;
}*/
article .content-top .top-txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	width: 100%;
	padding: 0 calc(50vw - 520px);	
}
article .content-top .top-txt h1, 
article .content-top .top-txt h2{
	margin: 0;
}
article .content-top .top-txt h1{
	color: #000;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
/*    text-shadow: #ffffffd6 1px 1px 2px;*/
}
article .content-top .top-txt h2{
	color: #000;
    font-size: 30px;
    margin-top: 40px;
    line-height: 1.5;
    font-weight: 600;
}
article .content-top .top-txt p.title_tip{
	font-size: 15px;
    margin-top: 20px;
    color: #a0a0a0;
}
.title_tip{
	font-size: 14px;
	color: #a0a0a0;
	margin-top: 5px;
}
article .content-top img.top_back{
	position: absolute;
    bottom: -55px;
    z-index: 2;
    left: 0;
    width: 220%;
    height: 50%;
    max-width: unset;
}
article .content-top .crowns{
	position: absolute;
    bottom: calc(50vh - 370px);
    display: flex;
    justify-content: center;
    width: 580px;
}
article .content-top .crowns img{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.entry-content{
	padding-top: 100px;
/*	padding-bottom: 100px;*/
	/*padding-left: calc(50vw - 450px);
	padding-right: calc(50vw - 450px);*/
}
.location .entry-content{
	padding-bottom: 100px;
}
/*.entry-content.grid{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/
.entry-content section{
	/*padding-left: calc(50vw - 520px);
    padding-right: calc(50vw - 520px);
	padding-top: 100px;*/
	padding-bottom: 100px;
	overflow: hidden;
	width: 850px;
	margin: auto;
}
.entry-content section.indent{
/*		margin: 20px;*/
/*        border-radius: 25px;*/
/*    padding: 150px 0 0;*/
    position: relative;
/*    background-color: #e9eaec;*/
}
.entry-content section.indent > img{
	position: relative;
    display: block;
    width: 100%;
    border-radius: 80px;
}
.img_title{
    height: auto;
    border-radius: 0;
}
.entry-content section.indent .img_title{
	position: absolute;
    padding-top: 150px;
    top: 0%;
    height: unset;
}
/*.entry-content.grid section{
	width: 500px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50px;
    align-self: flex-start;
}*/
.entry-content section h2.section_title{
	font-size: 50px;
}
.tel-btn{
	width: max-content;
    padding: 15px 40px;
    text-align: center;
    color: #f0d5b4 !important;
    font-size: 1rem;
    font-weight: 500;
    background-color: #000;
    display: flex;
    margin: 30px auto 50px !important;
    justify-content: center;
    text-decoration: unset;
    border-radius: 35px;
}
a.tel-btn:before {
    content: 'phone';
    font-family: 'Material Icons';
    margin-right: 10px;
    font-size: 1.5rem;
    line-height: 1;
    align-self: center;
}
a.tel-btn span{
	line-height: 1;
    align-self: center;
}
.simple-btn{
	width: max-content;
    padding: 20px 40px;
    text-align: center;
    /*color: #fff !important;*/
    font-size: 20px;
    font-weight: 500;
    background-color: var(--main-color);
    display: flex;
    margin: 50px auto 100px !important;
    justify-content: center;
    text-decoration: unset;
    border-radius: 35px;
    /*background: rgb(241, 214, 181);
    background: linear-gradient(138deg, rgba(241, 214, 181, 1) 3%, rgba(188, 139, 105, 1) 83%);*/
    /*-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    transition: all .2s ease;*/
}
a.simple-btn:after {
    content: 'arrow_forward';
    font-family: 'Material Icons';
    margin-left: 5px;
}
.simple-btn:hover{
	-webkit-box-shadow: unset;
    box-shadow: unset;
}

.ba_image {
	display: flex;
	padding: 0px 100px 30px;
	flex-wrap: wrap;
}
.ba_image > div{
	position: relative;
	width: calc(50% - 5px);
	display: flex;
}
.ba_image > div:first-child{
	margin-right: 5px;
}
.ba_image > div:nth-child(2){
	margin-left: 5px;
}
.ba_image > div img{
	border-radius: 20px;
}
.ba_image > div .slide_desc{
	position: absolute;
    top: 10px;
    left: 10px;
    color: #000;
    font-size: 11px;
    padding: 5px 10px;
    background-color: #ffffff9e;
    border-radius: 15px;
    margin: 0;
}

.swiper1 .swiper-slide {
	width: 60%;
	flex: 0 0 60%;
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.desktop .doc_slides .swiper-wrapper, .desktop .ba_slides.n3 .swiper-wrapper{
	flex-wrap: wrap;
}
.doc_slides .swiper-slide img.doc_wal{
	padding: 0;
    position: absolute;
    width: 40%;
    height: auto;
    top: 40px;
    left: 30px;
}

.doc_slides .swiper-slide {
	width: calc(50% - 80px) ;
	flex: 0 0 calc(50% - 80px);
	background-color: #fff;
	position: relative;
	justify-content: flex-end;
	margin: 0 20px;
	border-radius: 40px;
	padding: 20px 20px 0;
}
.desktop .doc_slides .swiper-slide, .desktop .ba_slides.n3 .swiper-slide{
	margin-bottom: 40px;
}
.desktop .ba_slides.n3 .swiper-slide{
	width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
}
.desktop .swiper-button-next, .desktop .swiper-button-prev{
	display: none;
}
.doc_slides{
	margin: 50px 70px;
	position: relative;
}
.doc_slides .swiper-slide ._doc_txt{
	position: absolute;
	bottom: 30px;
    left: 20px;
    text-align: left;
}
.doc_slides .swiper-slide img{
	width: 60%;
    align-self: flex-end;
    object-fit: cover;
    filter: drop-shadow(2px 3px 10px #dcdcdc);
    padding-left: 20px;
}
.doc_slides ._doc_txt{
	position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: left;
}
.doc_slides ._doc_txt p{
	font-size: 14px;
	color: #9e9e9e;
	font-weight: 400;
	line-height: 1.4;
}
.doc_slides ._doc_txt p:first-child{
	font-size: 22px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
}
.doc_slides .swiper-button-next, 
.doc_slides .swiper-button-prev{
	top: unset;
	bottom: -70px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content: 'arrow_forward_ios';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'arrow_back_ios_new';
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-family: 'Material Icons';
    color: #5e5e5e;
    font-size: 20px;
    background-color: #e4e4e4;
    padding: 7px;
    border-radius: 50%;
    align-self: center;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: 5%;
	left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
	right: calc(5% + 40px);
	left: auto;
}
.doc_slides .swiper-button-next.swiper-button-disabled, 
.doc_slides .swiper-button-prev.swiper-button-disabled{
	opacity: .25;
}
.img_title > div{
	position: absolute;
    top: 50%;
    z-index: 1;
    color: #fff;
    transform: translateY(-50%);
    margin-bottom: 0;
}
.img_title > div p{
	color: inherit !important;
}
.img_title{
	position: relative;
	width: 100%;
    height: 470px;
    overflow: hidden;
    border-radius: 80px;
}
.img_title img{
	width: 100%;
    height: 100%;
    max-width: unset;
    display: block;
    object-fit: cover;
}
section video.in_section{
	width: 100%;
    padding: 30px;
}
.img_title.sp{
	background-color: #d5d6d8;
	height: unset;
}
.img_title.sp > div{
	top: 0;
    padding-top: 50px;
    color: #000;
    transform: unset;
}
.img_title.sp img{
	padding-top: 50px;
}
.img_title > video{
	width: 100%;
	filter: brightness(0.7);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

._media img {
/*	    border-radius: 25px;*/
    width: auto;
    height: 75px;
    /* filter: opacity(75%); */
    padding: 5px 10px;
}
._media p{
	width: auto;
    height: 75px;
    padding: 5px 15px;
    font-size: 150px;
}
.js-marquee{
	display: flex;
}
#scroll-indicator {
	display: none;
}

.blogs{
	border-top: 1px solid;
	margin: 30px 100px;
	padding: 30px 0;
}

.blogs .blog{
	display: flex;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0;
	justify-content: center;
}
.blogs p.section_sub_num{
	margin: 0 0 30px;

}
.blogs .blog p.num{
	width: 10%;
	font-size: 50px;
	margin: 0;
	line-height: 1;
}
.blogs .blog > div{
	width: 60%;
	padding: 0 10px;
}
.blogs .blog .b_title{
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 10px;
}
.blogs .blog .b_ex{
	font-size: 16px;
	margin: 0;
	color: #999999;
}
.blogs .blog img{
	width: 25%;
}

.ba_type{
	padding-left: 10px;
	padding-right: 10px;
}
.ba_type .swiper-slide {
	width: 100%;
	flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
}
.ba_type .swiper-pagination{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    top: 92%;
    padding: 0 50px;
}
.ba_type .swiper-pagination-bullet {
	padding: 9px 9px;
    display: inline-block;
    border-radius: 0;
    width: calc(50% - 20px);
    height: auto;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px !important;
    color: #000;
    opacity: 1;
    background-color: rgb(231 231 231);
    border-radius: 20px;
}
.ba_type .swiper-pagination-bullet-active {
	color: #fff;
    background-color: #007aff;
    font-weight: 700;
}
.ba_type .swiper-slide p.slide_desc{
	background-color: #1414144a;
}
.swiper1 {
	width: calc(100% + 40px);
	margin-left: -20px;
}
.ba_slides .swiper-slide{
	width: 70%;
	flex: 0 0 70%;
}
.ba_slides .swiper-slide.empty{
	padding-bottom: 55%;
	position: relative;	
/*    	border: 1px solid #dcdcdc;*/
	border-radius: 25px;
	-webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
	box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
} 
.ba_slides .swiper-slide.empty.no_shadow{
	background-color: #ededed;
	box-shadow: unset;
}
.ba_slides .swiper-slide .slide_title{
	position: absolute;
	top: 20px;
	left: 30px;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ba_slides .swiper-slide .slide_title p:first-child{
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}
.ba_slides .swiper-slide .slide_title p:nth-child(2){
	font-size: 15px;
    color: #bcbcbc;
    margin-bottom: 3px;
}
.ba_slides .swiper-slide .slide_title p:last-child{
	font-size: 12px;
}
.ba_slides {
	margin-left: 100px;
    margin-right: 100px;
}

.qa_container{
    padding: 40px 0;
    border-radius: 0 !important;
}
.qa {
    margin-left: 100px;
    margin-right: 100px;
}
.qa > p {
    padding: 5px 0px;
    font-size: 20px;
}

.qa .q{
	border-bottom: 1px solid;
	margin-bottom: 5px;
	font-weight: 500;
}
.qa .a{
	color: #8b8b8b;
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 17px;
}
.location section img.in_section{
	border: 1px solid;
}
/*.tabs{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.tabs p {
	padding: 8px 15px;
	margin: 0 5px;
	cursor: pointer;
	font-size: 13px;
    border-radius: 20px;
	border: 1px solid #000;
}
.tabs p.active{
	font-weight: 700;
	color: #fff;
	background-color: #000;
}
.show-case{
	margin: 0 30px;
}
.show-case .types{
	position: relative;
    padding-bottom: 270px;
}
.show-case .case_type{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
}
.show-case .case_type.active{
	opacity: 1;
	visibility: visible;
}

.show-case .case_type > div:first-child .slide_desc,
.show-case .case_type > div:last-child > div .slide_desc{
	position: absolute;
    top: 10px;
    left: 10px;
    color: #000;
    font-size: 10px;
    padding: 5px 10px;
    background-color: #ffffff9e;
    border-radius: 15px;
    margin: 0;
}
.show-case .case_type > div:first-child{
	width: 66.6666%;
	border-radius: 25px;
	border-right: 5px solid transparent;
	position: relative;
	display: flex;
	overflow: hidden;	
}

.show-case .case_type > div:last-child{
	display: flex;
	flex-direction: column;
	width: 33.3333%;
}
.show-case .case_type > div:last-child > div{
	width: 100%;
	border-radius: 25px;
	position: relative;
	display: flex;
	overflow: hidden;	
}
.show-case .case_type > div:last-child > div:first-child{
	border-bottom: 2.5px solid transparent;
}
.show-case .case_type > div:last-child > div:last-child{
	border-top: 2.5px solid transparent;
}
.show-case .case_type img{
	object-fit: cover;
}*/

.video {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
}
.video .video-container {
    display: inline-block;
    position: relative;
    margin: 0 100px 50px;
    max-width: 800px;
}
.video .video-container .video-guide {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1500px;
    opacity: 0;
}
.up-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.5s,opacity .5s;
}
section > img.pad{
	width: calc(100% - 40px);
	margin: 20px;
	border-radius: 20px;
}
p.p_numbering{
	display: inline-flex;
	line-height: 1.4 !important;
    margin-bottom: 15px;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #8a8a8a !important;
}
p.p_numbering span.material-icons{
	width: 35px;
    padding-top: 1px;
    margin-right: 12px;
    color: #494949;
}
.swiper-slide p.slide_desc{
	position: absolute;
    top: 20px;
    left: 20px;
    color: #000;
    font-size: 11px;
    padding: 5px 10px;
    background-color: #ffffff9e;
    border-radius: 15px;
    margin: 0;
}
.more_ba{
	padding: 30px;
}
.more_ba > p{
	font-size: 21px;
	font-weight: 700;
}
.more_ba .flex{
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
}
.more_ba .flex .ba_cat{
	width: calc(50% - 15px);
	height: calc(50vw - 45px);
	margin-bottom: 30px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	-webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.more_ba .flex .ba_cat:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000073;
    border-radius: 30px;
    display: block;
}
.more_ba .flex .ba_cat p{
	align-self: center;
	font-size: 25px;
	font-weight: 800;
	color: #fff;
	z-index: 2;
}
.more_ba .flex .ba_cat p:last-child{
	font-size: 13px;
	font-weight: 300;
}
p .material-icons{
	vertical-align: middle;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.simple_full{
	margin-left: -20px;
	width: calc(100% + 40px);
}
._review{

}

.embed-youtube {
    /*background-color: #000;*/
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.embed-youtube.shorts{
	padding-top: 177.777%;
}
.embed-youtube img {
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    filter: brightness(0.6);
    /*opacity: 0.7;*/
}
.embed-youtube.shorts img{
	filter: brightness(0.4);
}
.embed-youtube .embed-youtube-play {
    /*width: 68px;
    height: 48px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );*/
    z-index: 1;
    /*opacity: 0.8;
    border-radius: 6px;*/
}
.embed-youtube .embed-youtube-play:before {
    content: 'play_circle';
    font-family: 'Material Icons';
    font-size: 38px;
	color: #ffffff80;
	line-height: 1;
}
.embed-youtube.shorts .embed-youtube-play:before {
	display: none;
    content: 'play_arrow';
    font-family: 'Material Icons Outlined';
    font-size: 38px;
	color: #fff;
	line-height: 1;
}
.embed-youtube.shorts .embed-youtube-play, 
.embed-youtube.shorts .embed-youtube-play:before{
	bottom: 10px;
	left: 10px;
	transform: unset;
	top: unset;
}
.embed-youtube img,
.embed-youtube .embed-youtube-play {
    cursor: pointer;
}
.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    position: absolute;
}
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.shorts_desc{
	text-align: center;
    z-index: 2;
    color: #fff;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
    justify-content: center;
    width: 100%;
}
.shorts_desc .material-icons{
	font-size: 45px;
	color: #f8f8f8d9;
}
.shorts_desc p{
	font-size: 14px;
	font-weight: 600;
	align-self: center;
	margin-top: 15px;
}
.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}


p.section_sub_num{
/*		padding: 0px 10px;*/
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    color: #1d1d1f;
}
p.section_sub_icon{
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: #1d1d1f;
    /*text-align: center;*/
    z-index: 1;
    position: relative;
    padding: 0;
    height: 42px;
    transition: all .2s ease-in;
}
p.section_sub_num .material-icons{
	font-size: 30px;
    line-height: 1;
    padding: 6px;
    background-color: #dcdcdc;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(194deg, #00bcd4 0%, #3a47d5 100%);
    display: inline-block;
}
p.section_sub_icon .material-icons{
	font-size: 25px;
    line-height: 1;
    padding: 8px;
    background-color: #dcdcdc;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(133deg, #f6bfff 0%, #3A1C71 100%);
    display: inline-block;
    transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    position: absolute;
    top: 0;
    /*left: 50%;
    transform: translateX(-50%);*/
}
.doc_says p.section_sub_icon .material-icons{
	background: linear-gradient(148deg, #d53369 0%, #daae51 100%);
}
.section_sub_num .numb{
	display: block;
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 8px;
}
.content_mov {
	margin: 30px;
	width: calc(100% - 60px);
    opacity: .8;
    border-radius: 20px;
}
#trigger .section_title{
	margin-bottom: 0;
}
.ba_exam_wrapper{
	/*display: flex;*/
	position: relative;
	/*padding-bottom: 100%;*/
	margin-bottom: 70px;
	height: 100vw;
}
.ba_exam_wrapper img{
	position: absolute;
	transition: all 80ms linear;
	z-index: 1;
}
.ba_exam_wrapper img.ba_exam_b{
	left: -50%;
}
.ba_exam_wrapper img.ba_exam_a{
	right: -50%;
}
.ba_exam_wrapper p.section_sub{
	z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 37px;
    padding: 0;
    text-align: center;
    font-weight: 900;
    line-height: 1.4;
    width: 80%;
    color: #aeaeae;
}
section.black{
	background-color: #000;
}
section.black .section_title,
section.black p,
section.black p.section_sub{
	color: #fff;
}
p{
	word-break: keep-all;
}
p.center, h2.center{
	text-align: center;
}
.black.back{
	background-color: #000;
}
.basic.back{
	background-color: #f5f5f7;
	margin: 30px;
	border-radius: 30px;
}
.black.back p{
	color: #fff;
}
section .simple > p, section h2, .section_sub.pad{
	margin-left: 100px;
	margin-right: 100px;
}
section p.section_sub{
/*		margin: 0px 40px;*/
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #1d1d1f;

}
body section p.dialog{
	margin: 25px 17.5%;
    z-index: 1;
    width: 65%;
    text-align: center;
    font-size: 12px;
}

section p.section_sub.w_mov{
    /*margin-top: -210px;*/
    z-index: 2;
    position: relative;
}
section p.list{
	display: flex;
	margin-bottom: 9px;
}
section p.list span:first-child{
	width: 20px;
/*		margin-right: 20px;*/
}
section p.list span:last-child{
	width: calc( 100% - 20px);
}
section p.section_sub.larger{
	font-size: 24px;
}
section p.section_sub.medium{
	font-size: 25px;
}
section p.section_sub.small{
	font-size: 17px;
}
section p.section_sub.tiny{
	font-size: 15px;
}
.section_title span.medium{
	font-size: 25px;
}
section .bold{
	font-weight: 700 !important;
}
section p.bb{
	border-bottom: 1px solid;
}
section p.gray{
	color: #999999;
}
section p.section_sub span.type_1{
	font-weight: 500;
}
.img_tip .tip{
	font-size: 16px;
	color: #999999;
	padding: 0 100px;
}
.ba_image .tip{
	width: 100%;
	font-size: 13px;
	color: #999999;
	margin-top: 5px;
	text-align: center;
}
.ba_image .tip.left{
	text-align: left;
}
.ba_image .tip.small{
	font-size: 11px;
}
span.type_1{
/*		background: #fff;*/
/*		background-image: linear-gradient(90deg, #f56772, #ba6bff);*/
	/*-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(90deg, #ffd700 0%, #462523 100%);*/
	color: #f9b424;

}
span.type_2{
	background: #fff;
	background-image: linear-gradient(90deg, #5a9ad3 20%, #bc70ff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
span.type_3{
	background: #fff;
	background-image: linear-gradient(90deg, #efd5ff 20%, #515ada 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
span.type_4{
	background: #fff;
	background-image: radial-gradient(#eff1ff, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
span.type_5{
	background: #fff;
	background-image: linear-gradient(190deg, #00bcd4 20%, #3a47d5 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
span.type_6{
	background: #fff;
	background-image: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section p.section_sub strong{
	color: #000;
}
section.back{
	position: relative;
	/*min-height: 80vh;*/
	overflow: hidden;
}
.back_img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	filter: opacity(.2);
}
.marquee_{
	padding: 15px 0;
	overflow: hidden;
}
.marquee_wrapper{
	overflow: hidden;
}
.award,
.tv_media{
	display: flex;
    /* position: relative; */
    z-index: 1;
    width: 100%;
    overflow: hidden;
    /* padding: 10px; */
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 45px;
}
.tv_media img{
	border-radius: 15px;
	width: 150px;
	filter: opacity(60%) grayscale(60%);
	padding: 5px;
	/*box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);*/
}
.award img{
    width: calc(50% - 15px);
    /*filter: opacity(60%) grayscale(100%);*/
    padding: 8px;
    /* background-color: #f1f1f1; */
    margin-bottom: 15px;
    
}
.award.color img{
	filter: opacity(60%);
}
.dum_img{
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
}
.doc_in_page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 30px 50px;
}
.doc_in_page img{
	width: calc(50% - 10px);
	margin-bottom: 20px;
	border-radius: 50%;
	background-color: #f5f5f7;
}
.note-section,.note-section2{
	display: none;
}
.note-section2{
	position: relative;
	padding-left: 20px !important;
	padding-right: 20px !important;
    background-color: #f5f5f7;
	/*padding: 20px !important;*/
	/*background-color: rgb(255,255,255);*/
	/*background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 20%);*/
	/*padding-top: 200px !important;
    padding-left: 20px !important ;
    padding-right: 20px !important;
    margin-top: -200px;*/
	/*background-color: #000;*/
}
.note-section2 .section_title{
	padding: 0 20px;
}
.note-section2 .notes_{
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.note-section2 .note-desc{
	width: 100%;
    /* height: 100%; */
    display: flex;
    padding-top: 16px;
}
.note-section2 .note-desc .cate,
.note-section2 .note-desc .note-title{
	display: none;
}
.note-section2 .note-desc .note-excerpt{
	font-size: 15px;
	font-weight: 500;
    word-break: keep-all;
    color: #aeaeae;
    
}
.note-section2 .note-desc .note-excerpt span{
	color: #000;
}
.note-section2 .s-note{
	margin-bottom: 40px;
	position: relative;
}
.gradient{
	/*margin-top: -100px;*/
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 40%);
}

.filter{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000042;
	border-radius: 20px;
}
section.note-section{
	margin: 20px;
}
/*.grid-sizer{
	display: none;
	/*width: calc(50% - 5px);*/
}*/
.flex{
	display: flex;
}
.s-note{
	/*width: calc(100% - 60px);*/
	width: calc(50% - 10px);
	/*background-color: #fff;*/
	border-radius: 20px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	/*background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	/*margin: 20px 20px 40px;*/
	/*padding: 20px;*/
}
.notes{
	padding-top: 20px;
	padding-bottom: 50px;
	/*margin: 0 30px;*/
}
.s-note img{
	width: 100%;
    height: auto;
    border-radius: 20px;
    -webkit-box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
	/*opacity: 0;
	visibility: hidden;*/
	/*border-radius: 10px;*/
/*
	position: absolute;*/
}
.note-desc{
	/*display: none;*/
	/*padding: 15px;*/
	/*position: absolute;
	top: 50%;*/
	/*transform: translateY(-50%);*/
}
.note-desc .cate{
	font-size: 13px;
	color: #dcdcdc;

}
.note-desc .note-title{
	font-size: 15px;
	
	font-weight: 600;
}
.note-desc .note-excerpt{
	font-size: 13px;

}

.nothing{
	padding: 0 !important;
}

.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ba_slides .swiper-slide img{
	border-radius: 25px;
}

.simple_pack{
	display: flex;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
}
.simple.emph{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    padding-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
	box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
}
.simple.emph .simple_img_sec{
	padding-bottom: 0;
    width: 50%;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 250px;
	/*background: rgb(247,245,242);
	background: linear-gradient(90deg, rgba(247,245,242,1) 23%, rgba(0,76,63,1) 100%);*/
}
.simple.emph .simple_img_sec:before{
	/*background-color: unset;*/
	transform: skewX(-10deg);
    left: 30px;
    background-color: #000;
    border-radius: 0;
}
.simple.emph .simple_txt_sec{
	width: 50%;
	position: relative;
	/*background-color: #004C3F;*/
}
.simple.emph .simple_txt_sec p:first-child{
	padding: 0;
}
.simple.emph .simple_img_sec p:nth-of-type(1),
.simple.emph .simple_txt_sec p:last-child{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0;
}
.simple.emph .simple_txt_sec p:last-child{
	color: #000;
}
.simple.emph .simple_img_sec .title-ext{
	display: none;
}
.simple_wrapper{
	display: flex;
}
section.sty1{
	margin: 30px;
}
section img.in_section{
	width: calc(100% - 200px);
	margin: 0 100px;
}
.simple{
/*		margin: 20px;*/
/*		padding: 50px 20px;*/
/*		background-color: #f5f5f7;*/
	border-radius: 30px;
	/*padding-bottom: 30px;*/
}
.simple img.rounded{
	border-radius: 20px;
}
.simple img.shadow{
	-webkit-box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
	box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
}

/*.swiper-slide{
	width: 50%;
}*/
.simple_pack.pack3 .simple{
	
	width: calc(33.33% - 60px);
	flex: 0 0 calc(33.33% - 60px);
}

.simple_img_sec{
	width: 100%;
	padding-bottom: 100%;
	border-radius: 20px;
	-webkit-box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
	box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.simple_img_sec:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #00000024;
	z-index: 1;
	border-radius: 20px;
}
.simple_img_sec .material-icons{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgb(255 255 255 / 72%);
    font-size: 70px;
}
.simple_img_sec p:first-child{
	padding: 20px 20px 0;
    position: absolute;
	color: #fff;
	z-index: 2;
	/*left: 20px;
	bottom: 20px;*/
}
.simple_img_sec p:nth-child(2){
	padding: 10px 20px;
    color: #fff;
    position: absolute;
    margin: 0;
    z-index: 2;
    top: 40px;
}
.simple_img_sec p:last-child{
	position: absolute;
	/*color: #fff;*/
	z-index: 2;
	right: 20px;
	bottom: 20px;

	padding: 6px 13px;
    background-color: #fff;
    border-radius: 15px;
    color: #000;
    font-size: 13px;
}
.simple_img_sec.dark p{
	color: #000;
}
.simple_img_sec p.adj{
	font-size: 28px;
}
.simple_txt_sec p{
	margin: 0;
}
.simple_txt_sec p:first-child{
	padding: 20px 10px;
	
}
.simple_txt_sec p:last-child{
	padding: 0px 10px;
    line-height: 1.7;
    color: #7a7a7a;
    font-weight: 600;
    word-break: keep-all;
}
.simple_txt_sec p:last-child strong {
	color: #000;
}

.waves {
	position:relative;
	width: 100%;
	height:15vh;
	margin-bottom:-7px; /*Fix for safari gap*/
	min-height:100px;
	max-height:150px;
}
.parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
.parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}
.parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
@keyframes move-forever {
	0% {
		transform: translate3d(-90px,0,0);
	}
	100% { 
		transform: translate3d(85px,0,0);
	}
}
p.title{
	font-size: 29px;
	font-weight: 500;
}
p.sub-title{
	font-size: 20px;
	font-weight: 600;
}
p.body{
	font-size: 15px;
}
p.sacramento{
	font-family: 'Sacramento', cursive;
}
#b{
	position: absolute;
	width: 100px;
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
	.video .video-container {
	    margin: 0 30px 50px;
	}
	#scroll-indicator {
		position: fixed;
		top: 50px;
		left: 0;
		height: 3px;
		background-color: #f9b424;
		width: 0%;
		z-index: 99;
		display: block;
	}
	a.blog_link{
	    margin: 20px 30px;
	}
	section video.inline_play{
		width: calc(100% - 60px);
	    margin: 0px 30px 30px;
	}
	article.page{
		padding-left: 0;
	    padding-right: 0;
	}
	article .content-top{
		max-height: 80vh;
		margin-top: 50px;
	}

	article .content-top.full-height{
		min-height: calc(100vh - 50px);
	}
	article .content-top .top-txt {
		padding: 0 35px;
		top: calc(50% - 25px);
	}
	article .content-top .top-txt h1{
		font-size: 35px;
	    font-weight: 600;
	    line-height: 1.3;
	    border-bottom: 1px solid;
	    text-shadow: unset;
	    color: #fff;
	}
	article .content-top .top-txt h2{
	    font-size: 17px;
	    margin-top: 10px;
	    line-height: 1.3;
	    font-weight: 400;
	    color: #fff;
	}
	article .content-top .top-txt p.title_tip{
	    color: #afafaf;
        font-size: 13px;
        margin-bottom: 20px;
        margin-top: 5px;
	}
	.title_tip {
	    font-size: 11px;
	    color: #a0a0a0;
	    margin-top: 5px;
	}
	article .content-top video{
		top: 0;
		position: relative;
	    opacity: 1;
	    width: 100%;
	    height: auto;
	    margin-top: 0;
	    border-radius: 0;
	    transform: unset;
	    filter: brightness(.8);
	}
	article .content-top .crowns{
		width: 100%;
		bottom: 0px;
        background-color: #00000042;
        backdrop-filter: blur(4px);
        padding: 20px 0;
	}
	article .content-top .crowns img{
		width: 30%;
	}
	.entry-content section h2.section_title{
		font-size: 35px;
	}
	section p.section_sub{
		font-size: 16px;
	}
	section p.section_sub.medium{
		font-size: 17px;
	}
	section p.section_sub.small{
		font-size: 14px;
	}
	section p.section_sub.tiny{
		font-size: 12px;
	}
	section p.list{
		margin-bottom: 15px;
	}
	p.section_sub_num{
    	font-size: 26px;
	}
	section p.section_sub.larger{
		font-size: 19px;
	}
	.img_tip .tip{
		font-size: 11px;
		padding: 0 30px;
	}
	.ba_image {
		padding: 0px 30px 30px;
	}
	.ba_slides {
		padding-left: 30px;
		padding-right: 30px;
		margin-left: 0;
	    margin-right: 0;
	}
	.doc_slides{
		margin: 0px 0 30px;
		position: relative;
	}
	.doc_slides .swiper-slide {
		width: calc(100% - 80px) ;
		flex: 0 0 calc(100% - 80px);
		margin: 0 40px;
	}
	section img.in_section{
		width: calc(100% - 60px);
		margin: 0 30px;
	}
	section .simple > p, section h2, .section_sub.pad{
		margin-left: 30px;
		margin-right: 30px;
	}
	.simple.single .simple_img_sec{
		width: 100%;
		padding-bottom: 100%;
	}
	.simple-btn{
    	padding: 15px 25px 15px 30px;
	    font-size: 15px;
	    font-weight: 500;
	    margin: 40px auto 80px !important;
/*	    border-radius: 25px 0 0 25px;*/
	}
	.simple-btn.center{
		padding: 10px 20px;
		margin: 0 auto;
		border-radius: 25px;
	}
	.simple-btn.white{
		background-color: #fff;
    	color: #000 !important;
	}
	.qa_container{
		background-color: #fff;
	}
	.qa{
		margin-left: 30px;
		margin-right: 30px;
	}
	.qa > p{
	    font-size: 13px;
	}
	.qa .a{
		font-size: 13px;
	}
	.simple-masonry{
		padding-top: 20px;
    	padding-bottom: 50px
	}
	.masonry-imgs{
		margin: 30px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px 20px;
		/*grid-template-rows: 50px 50px 50px;*/
	}
	.masonry-imgs .masonry-img{
		padding-bottom: 100%;
		border-radius: 20px;
	}
	.masonry-imgs .masonry-img:nth-of-type(2){
		grid-row-start: 1;
  		grid-row-end: 3;
  		padding-bottom: 150%;
	}
	.masonry-imgs .masonry-img:nth-of-type(3){
		grid-row-start: 2;
  		grid-row-end: 4;
  		padding-bottom: 150%;
	}
	.simple_pack.pack3 .simple:nth-of-type(3n-2){
		background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%);
	}
	.simple_pack.pack3 .simple:nth-of-type(3n-1){
		background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
	}
	.simple_pack.pack3 .simple:nth-of-type(3n){
		background: linear-gradient(90deg, #FDBB2D 0%, #22C1C3 100%);
	}
	.entry-content section{
		padding: 0px 0 80px;
		overflow: hidden;
		width: 100%;
	}
	.entry-content section.indent{
/*		margin: 20px;*/
/*        border-radius: 25px;*/
        padding: 150px 0 0;
        position: relative;
        background-color: #e9eaec;
	}
	.entry-content section.indent > img{
		position: relative;
        display: block;
        border-radius: 0;
	}
	.img_title{
	    height: auto;
	    border-radius: 0;
	}
	.img_title > video{
		position: relative;
	    transform: unset;
	    top: unset;
	    left: unset;
	}
	.entry-content section.indent .img_title{
		position: absolute;
        padding-top: 50px;
        top: 0%;
	}
	.entry-content section:first-child{
		padding-top: 100px;
	}
	.entry-content section:first-child .section_title{
		margin-bottom: 10px;
	}
	.section_title{
/*		padding: 0px 40px;*/
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 1.2;
	    margin-top: 0;
	    margin-bottom: 30px;
	}
	.waves {
		height:40px;
		min-height:40px;
	}
	.entry-content{
		padding-top : 0;
		margin-top: 0 !important;
	}
	.simple_pack{
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.simple_pack.pack3 .simple{
		width: 76%;
		flex: 0 0 76%;
		box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
    	border-radius: 30px;
    	padding: 20px 0;
	}
	.simple_img_sec{
		width: calc(100% - 40px);
    	padding-bottom: calc(100% - 40px);
    	-webkit-box-shadow:  none;
    	box-shadow:  none;
    	margin: auto;
	}
	.simple_txt_sec{
		padding: 30px 0px 10px;
	}
	.simple_img_sec p:first-child{
		font-size: 14px;
	}
	.simple_img_sec p:last-child{
		font-size: 12px;
	}
	p.title{
		font-size: 24px !important;
		font-weight: 600;
	}
	p.sub-title{
		font-size: 17px;
	}
	p.body{
		font-size: 16px;
	}
	p.white, h2.white{
		color: #fff !important;
	}
	.blogs{
		margin: 30px;
	}
	.blogs .blog{

	}
	.blogs .blog p.num{
		font-size: 30px;
	}
	.blogs .blog .b_title{
		font-size: 16px;
	}
	.blogs .blog img{
		width: 30%;
	}
	.blogs .blog .b_ex{
		font-size: 14px;
	}
}