

/* 블로그 V3 스타일 */
body, button, input, select, optgroup, textarea {
    font-family: 'NanumSquare', sans-serif;
}

:root {
	--main-color: #FCD911; 
/*	--main-color: #ebe9e3; */
}
highlighter {
    background-repeat: no-repeat;
    -webkit-transition: all .1s;
    transition: all .1s;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(10%, #fcff59));
    background-image: linear-gradient(180deg, transparent 35%, #fcff59 0);
    font-weight: 700;
    color: #000;
}
/*article.blog {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
    align-items: center;
    padding: 100px 80px;
    align-content: center;
    flex: none;
}*/

.type-blog{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
    align-items: center;
    align-content: center;
    flex: none;
}
.frame_1{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
    align-items: center;
    padding: 60px 0px;
    align-content: center;
    flex: none;
    width: 100%;
}
.frame_2{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 100px;
    align-items: center;
    padding: 50px 50px 100px;
    align-content: center;
    flex: none;
    width: 100%;
}
.frame_4{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 60px;
    align-items: flex-start;
/*    padding: 50px 50px 100px;*/
    align-content: center;
    flex: none;
    width: 100%;
}
.frame_4.row{
	flex-direction: row;
	justify-content: space-between;
}
.frame_general{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.frame_content{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 100px;
    align-items: center;
    align-content: center;
    flex: none;
    max-width: 1400px;
    width: 100%;
}

.frame_content.top{
	max-width: 680px;
	padding-top: 50px;
}
/*.frame_2 > div.frame_content:last-of-type{
	padding-bottom: 50px;
}*/
/*.frame_content.last{
	padding-bottom: 50px;
}*/
.frame_1.blog-content{
	padding-top: 0;
}
.blog-top{
	max-width: 600px;
}
.frame_content.top h1{
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	word-break: keep-all;
}
.top-hero{
	background-color: #f5f3ed;
}
.frame_content.top h2{
	font-size: 18px;
	font-weight: 500;
}
.frame_600{
	max-width: 600px;
}

.title_section{
	display: flex;
	max-width: 500px;
}
.title_section .number{
	margin-right: 10px;
}
video.in_content{
	width: 100%;
	border-radius: 50px;
	box-shadow: 0 9px 21px #0000001a, 0 38px 38px #00000017, 0 85px 51px #0000000d, 0 151px 60px #00000003;
}
.top_author{
	display: flex;

}
.top_author img{
	width: 60px;
    background: radial-gradient(#d4d2d3, #838383);
    border-radius: 15px;
}

.top_author > div{
	align-self: center;
    margin-left: 15px;
}
.top_author > div p:first-child{
	font-weight: 600;
    margin-bottom: 6px;
}

.top_author > div p:last-child{
	font-size: 20px;
    font-weight: 800;
}
.top_author > div p:last-child span{
	color: #5a5a5a;
    font-size: 15px;
    font-weight: 200;
}
.full_image_container{
	display: flex;
	gap: 20px;
	max-width: 1000px;
	justify-content: center;
}

.full_image_container img{
	border-radius: 30px;
    width: calc(50% - 10px);
}

a.link-btn{
	align-items: center;
/*    background-color: #ebe9e3;*/
	background-color: var(--main-color);
    border-radius: 30px;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row;
    gap: 16px;
    height: 55px;
    overflow: visible;
    padding: 4px 35px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    
}
a.link-btn .material-icons{
	font-size: 17px;
}

h3{
	font-size: 40px;
    word-break: keep-all;
    font-weight: 800;
    margin: 0 0 0px;
}
p.section_subtitle{
	font-size: 20px;
    font-weight: 500;
    color: #707070;
    line-height: 1.5;
    margin-bottom: 20px;
}
.frame_content.numbered{
	border-radius: 40px;
	padding: 80px;
}
.frame_content.colored{
	background-color: rgb(245, 243, 237);
}

.ba_w_desc{
	display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #f2f2f2;
    border-radius: 30px;
}
.ba_w_desc > div{
	width: calc(50% - 20px);
	position: relative;
	display: flex;
}
.ba_w_desc > div img{
	border-radius: 30px 0 0px 30px;
    width: 40%;
}

.ba_w_desc > div > div{
/*	align-items: center;*/
    background-color: rgb(219 219 219 / 42%);
    border-radius: 16px;
    display: flex;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    z-index: 1;
    bottom: 20px;
    left: 20px;
    gap: 30px;
    flex-direction: column;
    border-radius: 0 30px 30px 0;
}
.ba_w_desc > div > div > div{
	align-self: center;
    /*text-align: center;*/
    word-break: keep-all;
}
.ba_w_desc > div > div > p:nth-child(1){
	font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    padding: 10px 15px;
/*    align-self: center;*/
    border-radius: 20px;
}
.ba_w_desc > div > div div p:nth-child(1){
	font-size: 15px;
	font-weight: 600;
/*    color: #0027ff;*/
}
.ba_w_desc > div > div div p:nth-child(2){
	font-size: 15px;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #000000;
}

img.single-row-img{
	width: 50%;
	border-radius: 30px;
}
.frame_4.process_row{
	gap: 0;
	position: relative;
	padding: 0 60px;
}
.process_row .process img{
	border-radius: 20px;
	box-shadow: 0px 3px 15px #0000001a, 0 38px 38px #00000017, 1px 5px 10px #0000000d, 0 151px 60px #00000003;
}
.process_row .process{
/*	box-shadow: 0 9px 21px #0000001a, 0 38px 38px #00000017, 0 85px 51px #0000000d, 0 151px 60px #00000003;*/
/*	display: flex;*/
/*	border-radius: 20px;*/
/*	overflow: hidden;*/
}
.process_row .process:nth-child(1){
	transform: rotate(2deg);
}
.process_row .process:nth-child(2){
	transform: rotate(-2deg);
}

.process_row .process:nth-child(3){
	transform: rotate(3deg);
}

.process_row .process:nth-child(4){
	transform: rotate(-3deg);
}
.process_row .process > div{
	padding: 30px 20px;
/*	position: absolute;*/
	/*backdrop-filter: blur(15px);
    background-color: rgb(219 219 219 / 42%);
    top: 50%;
    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
}
.process_row .process:nth-child(1) > div{
	transform: rotate(-2deg);
}
.process_row .process:nth-child(2) > div{
	transform: rotate(2deg);
}

.process_row .process:nth-child(3) > div{
	transform: rotate(-3deg);
}

.process_row .process:nth-child(4) > div{
	transform: rotate(3deg);
}
.process_row .process > div p:first-child{
	font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 5px;
    margin-bottom: 8px;
    text-align: center;
    color: #E91E63;

}
.process_row .process > div p:last-child{
	font-size: 15px;
	word-break: keep-all;
}
/*.gutter{
	width: 5%;
}*/
.grid-sizer{
	width: calc(33.333% - 20px);
}
.qna{
	width: calc(33.333% - 20px);
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    line-height: 1.5;
    align-items: flex-start;
    margin-bottom: 30px;
}
.qna-box div.qna:last-of-type{
	margin-bottom: 0;
}
h4{
	margin: 0;
	font-size: 25px;
}
.qna-container .section_title{
	align-self: center;
	border-bottom: 3px solid;
}
.qna-box{
	width: 100%;
	margin: 0 auto;
	display: flex;
    justify-content: center;
}
.frame_4.qna-box{
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
/*	padding: 0 calc(5% - 30px);*/
/*	justify-content: flex-start !important;*/
}
.frame_4.qna-container{
	gap: 100px;
    margin-top: 100px;
    align-items: center;
    padding: 0 50px;
}
.qna a.link-btn{
	background-color: var(--main-color);
    color: #000;
}
.swiper-container{
	width: 50%;
    position: relative;
    padding: 0 40px;
}
.doc_slides{
	overflow: hidden;
    /*width: 50%;
    position: relative;*/
/*    padding: 0 50px;*/
}
.doc_slides .swiper-slide img:first-child{
	width: 50%;
    object-position: top;
    height: 100%;
}
.doc_slides .swiper-slide img.doc_wal{
	padding: 0;
    position: absolute;
    width: 29%;
    height: auto;
    top: 40px;
    left: 50px;
}

.doc_slides .swiper-slide {
	position: relative;
    justify-content: flex-end;
/*    margin: 0 20px;*/
    border-radius: 0px 0px 350px 0px;
    padding: 0;
    display: flex;
    height: 400px;
    background: radial-gradient(#f7f7f7, #a0a0a0);
    width: 80%;
   /* -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);*/
}
.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 .swiper-slide ._doc_txt{
	position: absolute;
    bottom: 30px;
    left: 50px;
    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 p{
	font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 1.4;
}
.doc_slides ._doc_txt p:first-child{
	font-size: 22px;
	margin-bottom: 10px;
	color: #3F51B5;
	font-weight: 600;
}
.doc_slides .swiper-button-next, 
.doc_slides .swiper-button-prev{
	top: unset;
	bottom: -55px;
}
.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;
}
.blog-inlink{
	display: flex;
    width: 550px;
    height: 200px;
    border-radius: 0px 30px 30px 30px;
    overflow: hidden;
    padding: 25px;
    background-color: khaki;
}
.blog-inlink img{
	width: auto;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    border-radius: 20px;
}
.blog-inlink > div{
	padding: 0 30px;
}
.blog-inlink > div > div{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.blog-inlink > div > div p:first-child{
	font-size: 25px;
    font-weight: 700;
    word-break: keep-all;
}
.blog-inlink > div > div p:last-child{
	padding: 8px 15px;
    font-size: 14px;
    background-color: #000;
    border-radius: 20px;
    margin-top: 10px;
    color: #fff;
}
.doctor-tip{
	display: flex;
    padding: 50px;
    border-radius: 30px;
    gap: 50px;
    background-color: #f8f8f8;
    margin: 50px 100px 0;
}
.doctor-tip > div:first-child{
	display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 200px;
    padding-top: 70px;
    
    position: relative;
}
.doctor-tip > div:first-child .doctor-tip-img{
	width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    padding-top: 20px;
    background-color: #00bcd4;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.doctor-tip > div:first-child p{
	text-align: center;
    color: #00BCD4;
    font-size: 28px;
    font-weight: 800;
}
.doctor-tip > div:first-child p span:first-child{
	color: #000;
}
.doctor-tip > div:last-child{
	display: flex;
    flex-direction: column;
}
.doctor-tip > div:last-child img{
	width: 75px;
    filter: opacity(0.2);
}
.doctor-tip > div:last-child p{
	font-size: 20px;
    word-break: keep-all;
    padding-left: 50px;
    line-height: 1.5;
}
.flows, 
.ba-show{
	display: flex;
	gap: 30px;
	width: 100%;
}

.frame_4.row .flows,
.frame_4.row .ba-show{
	width: calc(100% - 560px);
	flex-wrap: wrap;
}	

.flows .flow{
	width: calc(50% - 15px);
	position: relative;
	border-radius: 30px;
    overflow: hidden;
}
.flows .flow:nth-child(n+3){
	/*margin-top: 30px;*/
}
.flows .flow > div.flow-image{
	display: flex;
	filter: brightness(0.5);
}
.flows .flow > div:last-child{
	position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    color: #fff;
    gap: 5px;
}
.flows .flow > div:last-child p:first-child{
	font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.flows .flow > div:last-child p:nth-child(2),
.flows .flow > div:last-child p:nth-child(3){
	font-size: 14px;
	display: flex;
	gap: 15px;
	word-break: keep-all;
}
.flows .flow > div:last-child p:nth-child(2) span:first-child,
.flows .flow > div:last-child p:nth-child(3) span:first-child{
	font-weight: 700;
	color: chartreuse;
	flex: none;
}
.frame_4.row .ba-show{
	flex-direction: column;
	flex-wrap: nowrap;
}
.frame_4 .ba-show{
	flex-direction: row;
	flex-wrap: wrap;
	padding: 30px 0;
}
.ba-show ._series{
	width: calc(50% - 15px);
}
.frame_4.row .ba-show ._series{
	width: 100%;
}
.ba-show ._series{
	display: flex;
	border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.ba-show ._series:before{
	content: 'arrow_forward';
    font-family: 'Material Icons';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: chartreuse;
    z-index: 1;
}
.ba-show.no-arrow ._series:before{
	display: none;
}
.ba-show ._series p{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background-color: #7fff005e;
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 7px 10px;
    font-size: 13px;
}
.ba-show ._series .blog_img_container{
	display: flex;
}
@media (max-width: 768px) {
	.frame_4.row .flows{
		width: 100%;
        padding: 0 20px;
	}
	.frame_4.row .ba-show{
		width: 100%;
	}
	.flows .flow{
		width: 100%;
	}
	.blog-inlink{
		width: 100%;
        height: auto;
        gap: 15px;
        padding: 15px;
	}
	.blog-inlink img {
		width: 40%;
    	height: auto;
	}
	.blog-inlink > div{
		padding: 0;
	}
	.blog-inlink > div > div p:first-child{
		font-size: 17px;
	}
	.doctor-tip{
		flex-direction: column;
        margin: 50px 0 20px;
        padding: 30px;
        gap: 20px;
	}
	.doctor-tip > div:first-child{
		padding-top: 40px;
	}
	.doctor-tip > div:first-child .doctor-tip-img{
		width: 100px;
		height: 100px;
		padding-top: 10px;
		transform: translate(-50%, calc(-50% + 20px));
	}
	.doctor-tip > div:first-child p{
		font-size: 20px;
	}
	.doctor-tip > div:last-child img{
		width: 50px;
	}
	.doctor-tip > div:last-child p{
		font-size: 16px;
		padding-left: 20px;
	}
	.ba-show ._series{
		width: 100%;
	}
	.doc_slides .swiper-button-next, .doc_slides .swiper-button-prev{
		bottom: 0;
	}
	.swiper-wrapper{
		padding-bottom: 50px;
	}
	.doc_slides{
		margin: 50px 0 0px;
		position: relative;
		/*overflow: visible;*/
	}
	.doc_slides .swiper-slide {
		border-radius: 50px;
		height: 300px;
		/*width: calc(100% - 80px) ;*/
		/*flex: 0 0 calc(100% - 80px);*/
		/*margin: 0 40px;*/
	}
	.doc_slides .swiper-slide ._doc_txt{
		bottom: 20px;
    	left: 30px;
	}
	.doc_slides .swiper-slide img.doc_wal{
		width: 40%;
	    top: 20px;
	    left: 30px;
	}
	.swiper-container{
		width: 100%;
		padding: 0;
	}
	.doc_slides ._doc_txt p:first-child{
		font-size: 16px;
	}
	.doc_slides ._doc_txt p{
		font-size: 12px;
	}
	.frame_1{
		padding: 50px 0px;
		gap: 0;
	}
	.frame_2 {
		gap: 0;
		padding: 0px;
	}
	.frame_2.top-hero{
		padding-bottom: 80px;
		gap: 30px;
	}
	.frame_4{
		gap: 30px;
	}
	.frame_content{
		gap: 40px;
		padding: 80px 30px;
	}
	.frame_600{
		width: 100%;
		padding: 20px 30px 0;
	}
	.frame_content.top{
		max-width: 100%;
		padding: 50px 30px 20px;
	}
	.frame_content.top h1{
		font-size: 33px;
	}
	video.in_content{
		border-radius: 20px;
	}
	.top_author img{
		width: 40px;
		align-self: center;
	}
	.top_author > div p:first-child{
		font-size: 14px;
		margin-bottom: 3px;
	}
	.top_author > div p:last-child{
		font-size: 16px;
	}
	.top_author > div p:last-child span{
		font-size: 14px;
	}
	h3 {
   		font-size: 25px;
   	}
   	.full_image_container{
   		max-width: 100%;
   		flex-direction: column;
   	}
   	.full_image_container img{
   		width: 100%;
   		border-radius: 20px;
   	}
   	.frame_content.numbered{
   		padding: 80px 30px;
   		border-radius: 0;
   		background-color: #f9f9f9;
   	}
   	.frame_content.colored.numbered{
   		background-color: rgb(245, 243, 237);
   	}
   	p.section_subtitle{
   		font-size: 16px;
   		margin-bottom: 0;
   	}
   	.ba_w_desc{
   		flex-direction: column;
        padding: 15px;
        gap: 20px;
        position: relative;
   	}
   	.ba_w_desc:after {
	    width: 1px;
        content: '';
        height: calc(100% - 30px);
        position: absolute;
        top: 15px;
        left: calc(43% + 1.5px);
        background-color: #00BCD4;
	}
   	.ba_w_desc > div{
   		width: 100%;
        display: flex;
   	}
   	.ba_w_desc > div img{
   		width: 43%;
        object-fit: cover;
        border-radius: 20px 0 0px 20px;
        
   	}
   	.ba_w_desc > div > div {
   		flex-direction: column;
        gap: 15px;
        padding: 15px;
        margin: 0;
        border-radius: 0 20px 20px 0;
        flex: 1;
        justify-content: space-between;
   	}
   	.ba_w_desc > div > div > p:nth-child(1){
   		font-size: 13px;
/*        background-color: var(--main-color);*/
        padding: 5px 13px;
   	}
   	.ba_w_desc > div > div div p:nth-child(1){
   		font-size: 13px;
   	}
   	.ba_w_desc > div > div div p:nth-child(2){
   		font-size: 12px;
        word-break: keep-all;
        color: #555555;
   	}
   	.frame_4.row{
   		flex-direction: column;
   	}
   	a.link-btn{
   		height: 50px;
   		padding: 4px 20px;
   		font-size: 14px;
   		width: 100%;
        justify-content: center;
   	}
   	img.single-row-img{
   		width: 100%;
   		margin-top: 20px;
   	}
   	.frame_4.row.process_row,.frame_4.row.qna-box{
   		flex-direction: row;
        flex-wrap: wrap;
        padding: 0 20px;
        gap: 30px 10px;
        margin-top: 30px;
   	}
   	.process_row .process{
   		width: calc(50% - 5px);
   	}
   	.process_row .process > div{
   		padding: 20px 0px 0;
   	}
   	.process_row .process > div p{
   		font-size: 13px !important;
   	}
   	.frame_4.qna-container{
   		margin-top: 0px;
   		gap: 30px;
   		padding: 0;
   	}
   	.qna-container .section_title{
   		border-bottom: unset;
   		text-decoration: underline;
	    text-underline-position: under;
	    text-underline-offset: 2px;
	    line-height: 1.5;
   	}
   	.qna,.grid-sizer {
   		width: 100%;
   	}
   	h4{
   		font-size: 20px;
   	}
   	.qna p{
   		font-size: 15px;
        color: #595757;
   	}
   	.mobile-sub-menu-container{
   		display: none !important;
   	}
   	hr {
        border: 0;
        height: .5px;
        width: 80%;
        position: relative;
        margin: 40px 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);
    }
}
















