
/* Blog Text Configuration  */

.single-blog .mobile-sub-menu{
	display: none;
}
h1.blog-title, .sp_blog .top_author_title{
	margin-bottom: 10px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    word-break: keep-all;
}
.sp_blog .full img{
	margin-bottom: 50px;
}
.blog p {
	padding-bottom: 10px;
	font-size: 17px;
	font-weight: 400;
    line-height: 1.6;
}
.blog p.num_content{
	font-size: 17px;
    color: #3c3c3c;
/*	margin-bottom: 50px;*/
}
.blog p.title{
	font-size: 24px;
}
.blog p.highlighter{
	display: inline-block;
/*    background-color: gold;*/
    padding-bottom: 0;
    line-height: 1;
}
.blog p.num_content.no_bottom{
	margin-bottom: 30px;
}
.blog p.num_content.list{
	display: flex;
/*	margin-bottom: 9px;*/
}
.blog p.num_content.list span:first-child{
	width: 20px;
}
.blog p.num_content.list span:last-child{
	width: calc(100% - 20px);
}
p.sub-title{
	text-align: center;
    color: #9e9e9e;
    font-size: 17px;
    padding: 0 20px;
    word-break: keep-all;
    margin-bottom: 70px;
}
p strong{
	font-weight: 600;
}
strong.st_in{
	display: block;
	margin-bottom: 10px;
}
p.content{
	line-height: 1.5;
}
p.with_num{
	display: flex;
	font-weight: 500;
	font-size: 20px;
	margin-top: 50px;
	flex-wrap: wrap;
}
p.with_num span.num{
	width: 20px;
	margin-right: 10px;
}
p.with_num span.num_title{
    width: calc(100% - 30px);
}
p.with_num span.num_subtitle{
    padding-left: 20px;
    font-size: medium;
    color: #838383;
}
.blog_img_container p.img_caption, ._series p.img_caption, p.img_caption{
	text-align: left;
    font-size: 15px;
    color: #3c3c3c;
    padding-top: 4px;
}
._series > p.img_caption{
	text-align: center;
	font-size: 15px;
    color: #3c3c3c;
    padding-top: 4px;
    width: 100%;
}
.blog p.content_title{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid;
    padding-bottom: 0;
}
/* End Blog Text */


.ba_w_desc {
	margin-bottom: 30px;
}
.ba_w_desc > div{
	display: flex;
    position: relative;
    justify-content: flex-end;
    min-height: 140px;
    margin-bottom: 10px;
}
.ba_w_desc > div img{
	width: calc(50% - 5px);
    align-self: center;
    margin-right: 5px;
    position: absolute;
    height: 100%;
    object-fit: cover;
    left: 0;
}
.ba_w_desc > div div{
	width: calc(50% - 5px);
	align-self: flex-start;
	margin-left: 5px;
}
.ba_w_desc > div div p{
	padding-bottom: 0;
}
.ba_w_desc > div div p:nth-child(1){
	color: #FF9800;
	font-size: 14px;
    font-weight: 500;
	margin-bottom: 10px;
}
.ba_w_desc > div div p:nth-child(2){
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 300;
}
.ba_w_desc > div div p:nth-child(3){
	font-size: 14px;
}
.ba_w_desc > div div p:last-child{
	margin-bottom: 0 !important;
}
main.blog{
	padding-top: 150px;
	padding-left: calc( 50vw - 400px );
	padding-right: calc( 50vw - 400px );
	padding-bottom: 150px;
}
.blog-content{
	padding: 0 100px;
}
.blog-header{
	padding: 0 20px;
	margin-bottom: 20px;
}
.blog-tip{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.blog-tip p{
	background: #fff;
    border: 1px solid #000;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 14px;
    padding: 17px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    align-self: center;
}
.blog-tip p:after, .blog-tip p:before {
    background: #000;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
}
.blog-tip p:before {
    left: -5px;
    top: 5px;
    width: 5px;
}
.blog-tip p:after {
    height: 5px;
    left: 0;
    right: 5px;
}
/*.blog-tip span:first-child{
	font-weight: 100;
}
.blog-tip span:last-child{
	font-weight: 600;
}*/

.list_content{
	margin-bottom: 50px;
/*	padding: 0 100px;*/
}
.blog_img_container{
	width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.blog_img_container{
	width: 100%;
    margin-left: 0px;
}
.blog_img_container video{
	width: 100%;
}
.list_content .blog_img_container img{
/*	border-radius: 15px;*/
}

._series{
	
	margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
._series._chain{
	margin-top: 5px;
    margin-bottom: 5px;
}
/*.list_content ._series{
	margin-left: 20px;
}*/
._series .blog_img_container:nth-child(2n){
	margin-left: 5px;
}
._series .blog_img_container:nth-child(2n-1){
	margin-right: 5px;
}
._series .blog_img_container{
	width: calc(50% - 5px);
/*	margin-right: 5px;*/
	border-radius: 15px;
	margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.blog_in_link{
	margin: 50px auto 80px;
    padding: 13px 40px;
    display: flex;
    background-color: #000;
    color: #fff !important;
    border-radius: 30px;
    font-size: 16px;
    justify-content: center;
    width: fit-content;

	
}
section img.fill{
	margin-bottom: 10px;
	margin-top: 10px;
}
section img.fill.full{
	
	margin: 0;
	border-radius: 0;
}
.full_image_container{
	margin: 30px 0;
	width: 100%;
    margin-left: 0;
}
.full_image_container img{
}
.bottom50{
	margin-bottom: 50px !important;
}
.bottom30{
	margin-bottom: 30px !important;
}
.bottom10{
	margin-bottom: 10px !important;
}
._series > div:last-of-type{
	position: relative;
}
._series > 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: 11px;
    width: 80%;
    text-align: center;
}


#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;
}
._series > div:last-of-type a span{
	color: #FFC107;
}
.bottom100{
	margin-bottom: 100px !important;
}
.center{
	text-align: center;
}
hr {
    border: 0;
    height: .5px;
    width: 80%;
    position: relative;
    margin: 60px auto 60px;
}
hr.center-diamond:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #bbbbbb;
    display: inline-block;
    border: 2px solid #bbbbbb;
    position: absolute;
    top: -5px;
    left: 50%;
    margin: 0 0 0 -3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*.faqs{
	margin: 50px 0;
}*/
.faqs .faq {
/*    margin-bottom: 20px;*/
    list-style-type: none;
    padding: 10px;
}
.faqs .faq:nth-child(2n-1){
	background-color: #f8f8f8;
}
.faqs .faq p{
	padding-bottom: 0; 
}
.faqs .faq p:first-child {
    font-size: 16px;
    font-weight: 600;
/*    border-bottom: 1px solid #000;*/
    margin-bottom: 10px;
}
.faqs .faq p:first-child:before{
	content: 'Q';
	border-radius: 50%;
    background-color: gold;
    width: 25px;
    height: 25px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-self: center;
    margin-right: 10px;
}
.faqs .faq p:last-child:before{
	content: 'A';
    border-radius: 50%;
    background-color: black;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    flex: 0 0 25px;
}
.faqs .faq p:last-child {
    font-size: 14px;
    color: #969696;
    display: flex;
}
.video {
    position: relative;
    display: flex
;
    text-align: center;
    justify-content: center;
}
.video .video-container {
    margin: 0 100px 50px;
}
.video .video-container .video-guide {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1500px;
    opacity: 0;
}
@media (max-width: 768px) {
    .video .video-container {
        margin: 0 30px 30px;
    }
	main.blog{
		padding-top: 130px;
		padding-left: 30px;	
		padding-right: 30px;
		padding-bottom: 50px;
	}
	main.blog.sp_blog{
		padding-top: 50px;
		/*padding-left: 0px;	
		padding-right: 0px;
		padding-bottom: 0px;*/
	}
	.sp_blog .exp .full{
		margin-left: -30px;
		margin-right: -30px;
	}
	.blog-content{
		padding: 0;
	}
	.list_content{
		padding: 0;
	}
	.blog_img_container{
		width: calc(100% - 20px);
	    margin-left: 20px;
	}
	.blog_img_container p.img_caption, ._series p.img_caption, p.img_caption{
	    font-size: 12px !important;
	}
	.blog_in_link{
		margin: 50px auto;
        padding: 13px 25px;
        display: flex;
        font-size: 15px;
	}
	.list_content ._series{
		margin-left: 20px;
	}
	h1.blog-title{
	    font-size: 25px;
	}
	.blog p.content_title{
		font-size: 18px;
	}
	.blog p {
		font-size: 17px;
		font-weight: 300;
	}
	.blog p.with_num{
		font-size: 17px;
		font-weight: 500;
	}
	p.with_num span.num_subtitle{
		font-size: 14px;
	}
	.blog-tip p{
	    font-size: 12px;
	    padding: 9px 15px 8px;
	}
	p.sub-title{
	    font-size: 15px;
	}
	section img.fill{
		margin-bottom: 0px;
	}
	.blog p.num_content{
		font-size: 16px;
		padding-left: 20px;
	}
	.blog ol{
		margin-left: 30px;
		margin-bottom: 20px;
		padding-inline-start: 0;
	}
	.blog img.fill{
		width: 100%;
	    margin: 30px 0;
	    border-radius: 15px;
	}
	.blog section img.fill.full{
		
	}

	.blog img.fill.no_bottom{
		margin: 0px 0;
	}
	.full_image_container{
		margin: 30px 0;
		width: 100vw;
	    margin-left: calc(-50vw + 50%);
	}
	.bottom50{
		margin-bottom: 50px !important;
	}
	.bottom30{
		margin-bottom: 30px !important;
	}
	.bottom10{
		margin-bottom: 10px !important;
	}

}

/* 스페셜블로그 스타일링 */
.blog-inlink {
	padding: 25px;
	background-color: #f5f5f5;
	border-bottom: 5px solid #fff;
/*	margin: 0 100px;*/
}
.blog-inlink img{
	width: 150px;
	margin-right: 20px;
    align-self: center;
}
.blog-inlink > div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blog-inlink > div p{
	line-height: 1.3;
	padding-bottom: 0;
}
.blog-inlink > div p:nth-child(1){
	font-weight: 700;
	font-size: 16px;
}
.blog-inlink.inside > div p:nth-child(2){
	font-weight: 700;
	font-size: 20px;
}
.blog-inlink.inside > div p:nth-child(1){
	font-weight: 600;
	font-size: 16px;
	color: #1cd26d;
}
.blog-inlink > div p:nth-child(2){
	font-size: 13px;
}
.blog-inlink > div p:nth-child(3){
	padding: 5px 25px;
    background-color: #FCD911;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 500;
}
.blog-inlink.inside > div p:nth-child(3){
	padding: 10px 25px;
	font-size: 15px;
}
.blog-inlink.inside > div{
	flex: 1;
}
p.white{
	color: #fff;
}
.in-text-title{
	position: relative;
}
.in-text-title p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	border-bottom: 2px solid;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 3px;
}
.in-text-title img.filter{
	filter: brightness(0.5);
}
.in-text-title video{
	border-radius: 30px;
	filter: brightness(0.5);
}
.in-text-title video.no-filter{
	filter: brightness(1);
}
.in_content{
	width: 100%;
}
.img_txt_wrap {
	margin-bottom: 30px;
}
.img_txt_wrap > div img{
	width: 100px;
	border-radius: 50%;
	margin-right: 20px;
	align-self: center;
}
.img_txt_wrap > div {
	border-bottom: 1px solid #efefef;
	padding: 15px 0;
}
.img_txt_wrap > div:last-child{
	border-bottom: unset;
}
.img_txt_wrap > div > div{
	align-self: center;
}
.img_txt_wrap.rev > div > div{
	display: flex;
	flex-direction: column;
}
.img_txt_wrap.rev > div > div p:first-child{
	order: 2;
}
.img_txt_wrap.rev > div > div p:last-child{
	order: 1;
}
.img_txt_wrap > div > div p:first-child{
	font-weight: 700;
}
.img_txt_wrap > div > div p:last-child{
	font-size: 13px;
}
.flex{
	display: flex;
}
.no-bottom{
	padding-bottom: 0 !important;
}
.sp_blog .doctor-tip{
	border: 1px solid #efefef;
    border-radius: 30px;
    overflow: hidden;
}
.sp_blog .doctor-tip > div.flex{
    background-color: #efefef;
    justify-content: center;
    padding: 20px 20px 0;
}
.sp_blog .doctor-tip > div.flex img{
	width: 37%;
    margin-right: 30px;
}
.sp_blog .doctor-tip > div.flex p{
	align-self: center;
}
.sp_blog .doctor-tip > div.flex p span:first-child{
	font-size: 15px;
}
.sp_blog .doctor-tip > div.flex p span:last-child{
	font-size: 17px;
    font-weight: 600;
}
.sp_blog .doctor-tip > div:last-child{
	padding: 30px;
}
.sp_blog .doctor-tip > div:last-child img{
	width: 65px;
    filter: opacity(0.2);
    margin-left: -10px;
}

.sp_blog .top_author{
	display: flex;
	margin: 30px 30px 100px 30px;
	justify-content: center;
}
.sp_blog .top_author img{
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
.sp_blog .top_author > div{
	align-self: center;
}
.sp_blog .top_author > div p:first-child{
	font-size: 16px;
    font-weight: 700;
    padding-bottom: 2px;
	margin-bottom: 5px;
    border-bottom: 1px solid;
}
.sp_blog .top_author > div p:last-child{
	font-size: 14px;
	font-weight: 500;
}
.sp_blog .top_author > div p:last-child span{
	font-size: 14px;
    color: #999999;
    font-weight: 400;
}


section .bold {
    font-weight: 700 !important;
}

.sp_blog p.section_sub_num, p.section_sub_num.sp{
    /* padding: 0px 10px; */
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    color: #1d1d1f;
}

/*.mobile-sub-menu{
	display: none;
}*/
.entry-content section.exp{
	padding-top: 50px !important;
}
.full{
	position: relative;
}
.full img{
	width: 100%;
}
.full .top_author_title{
	/*position: absolute;
    top: 60%;
    left: 30px;*/
    font-size: 50px;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
}
.simple{
	padding-bottom: 50px;
}
section.exp p.section_sub{
	font-size: 18px;
}
.top_author_title{
	text-align: center;
}
.top_author_title span {
    /*box-shadow: 0px 0px 0 3px #000;
    background-color: #000;*/
    line-height: 1.2;
	padding: 20px 5px;
/*	    box-decoration-break: clone;*/
}
.video .video-container{
	margin: 0 100px 50px;
}
.top_author{
	display: flex;
	margin: 30px 30px 100px 30px;
	justify-content: center;
}
/*.top_author img{
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
.top_author > div{
	align-self: center;
}
.top_author > div p:first-child{
	font-size: 16px;
    font-weight: 700;
    padding-bottom: 2px;
	margin-bottom: 5px;
    border-bottom: 1px solid;
}
.top_author > div p:last-child{
	font-size: 14px;
	font-weight: 500;
}
.top_author > div p:last-child span{
	font-size: 14px;
    color: #999999;
    font-weight: 400;
}*/
.swiper-container {
	position: relative;
}
.swiper-container.shorts .swiper-slide{
    width: 65% !important;
    margin: 20px auto;
    position: relative;
    padding-top: calc(177.7777% * 0.65);
    border-radius: 20px;
	overflow: hidden;
/*    	pointer-events: none;*/
}
.swiper-container.shorts iframe{
	background: black;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*.faqs{
	padding: 30px;
}*/

.faqs .faq{
	margin-bottom: 20px;
}

.faqs .faq p:first-child{
	font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.faqs .faq p:last-child{
	font-size: 14px;
	color: #969696;
}
.shorts_section{
	margin-bottom: 50px;
}
.shorts_section img{
	width: 25%;
	margin: 0 30px;
	align-self: center;
}
.shorts_section > div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.shorts_section > div p{
	display: inline-block;
    align-self: center;
    padding: 6px 15px;
    margin-right: 30px;
    color: #939393;
    border: 1px solid;
    border-radius: 20px;
    font-size: 14px;
}
.shorts_section .swiper-button-next, 
.shorts_section .swiper-button-prev{
	bottom: -50px;
	top: unset;
}
.shorts_section .swiper-slide > *{
	pointer-events: none;
}
.entry-content section.shorts_section{
	width:700px;
}
.ba_slides{
	margin-bottom: 50px;
}
.rnum{
	display: flex;
}
.rnum span:first-child{
	width: 20px;
}
.rnum span:last-child{
	width: calc(100% - 20px);
}
highlighter{
	font-weight: 700;
}
highlighter {
    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);
}
.simple-btn {
	width: max-content;
    padding: 20px 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background-color: #FCD911;
    display: flex;
    margin: 50px auto 100px !important;
    justify-content: center;
    text-decoration: unset;
    border-radius: 35px;     
}
.section_sub_num .numb {
    display: block;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 8px;
}
.section_sub.pad{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.pad-wrap{
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pad-wrap.no-border{
	border: unset;
}
.section_sub.flex{
	display: flex;
}
.section_sub.flex span:first-child{
	width: 60px;
	font-weight: 700;
}
.section_sub.flex span:last-child{
	width: calc(100% - 60px);
}
.diagram > div{
	
/*	margin-bottom: 15px;*/
}
.diagram > div:after{
	content: 'south';
	font-family: 'Material Icons';
	font-size: 13px;
    color: #5c5ac0;
    display: block;
    text-align: center;
    margin: 2px 0;
}
.diagram > div:last-child{
	
}
.diagram > div p{
	color: #5c5ac0;
	font-size: 13px;
	font-weight: 500;
	background-color: #ecf0fb;
	text-align: center;
	border-radius: 25px;
	padding: 5px;
}
.diagram > div:last-child p{
	color: #ecf0fb;
	font-size: 14px;
	padding: 10px;
	background-color: #5c5ac0;
}
.diagram > div:last-child:after{
	display: none;
}

.price{
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 20px;
}
.price table{
	margin-bottom: 10px;
}
.price td {
    border-bottom: 1px solid #dcdcdc; /* 각 셀에 검은색 테두리 설정 */
    padding: 10px; /* 셀 내부 여백 설정 */
    text-align: center; /* 셀 내의 텍스트를 중앙 정렬 */
    font-size: 13px;
    font-weight: 300;
    color: #555555;
}
.price th{
	padding: 10px; /* 셀 내부 여백 설정 */
    text-align: center;
    border-bottom: 1px solid #000;
    border-top:1px solid #000;
    font-size: 14px;
}
.price tbody tr:last-child td{
	border-color: #000;
}
.price p.tip{
	font-size: 12px;
	color: #a6a6a6;
}
.no-top-pad {
	margin-top: 0 !important;
}
@media (max-width: 768px) {
	.blog-inlink.inside > div p:nth-child(1){
		font-size: 14px;
	}
	.blog-inlink {
		margin: 0;
	}
	.blog-inlink.inside img{
		width: 110px;
	}
	.blog-inlink.inside > div p:nth-child(2){
		font-size: 16px;
	}
	.blog-inlink.inside > div p:nth-child(3){
	    padding: 5px 25px;
	    font-size: 12px;
	}
	p.with_num span.num{
		margin-right: 0px;
	}
	p.with_num span.num_title{
	    width: calc(100% - 20px);
	}
	/*.no-top-pad {
		margin-top: 0 !important;
	}*/
	.blog-pad{
		margin-left: 20px !important;
		width: calc(100% - 20px) !important;
	}
	.faqs{
		padding: 0;
		margin-left: -30px;
        margin-right: -30px;
        margin-top: 30px;
        margin-bottom: 30px;
	}
	.faqs .faq{
		margin-bottom: 0;
		padding: 30px;
	}
	.entry-content section.shorts_section{
		width:100%;
	}
	.ba_slides{
		margin-bottom: 50px;
	}
	.ba_slides .swiper-slide{
		width: 90%;
		flex: 0 0 90%;
	}
	.entry-content section:first-child {
        padding-top: 150px;
    }
    /*.top_author{
		margin: 20px 30px 50px 30px;
	}*/
	.sp_blog .full .top_author_title{
/*			text-align: left;*/
		font-size: 30px;
		padding: 0 30px;
	}
	.video .video-container{
		margin: 0 30px 30px;
	}
	.simple-btn {
        padding: 15px 25px 15px 30px;
        font-size: 15px;
        font-weight: 500;
        margin: 40px auto 30px !important;
	}
	.sp_blog p.section_sub_num,p.section_sub_num.sp{
        font-size: 26px;
    }
    .sp_blog .top_author{
		margin: 20px 30px 50px 30px;
	}
}