/* ===================================================================================================================== */
/* ======================================================= etc 코드 ==================================================== */
/* ===================================================================================================================== */

.zoom-wrap {position: relative; overflow: hidden;}
.zoom {transform: scale(1.12); transition: transform 0.8s ease-in-out; width: 100%;}
.zoom.active {transform: scale(1); transition: transform 2.4s ease-in-out;}

.bg-animation {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.progress-ring-circle {transition: 2.4s stroke-dashoffset; transform: rotate(-90deg); transform-origin: 50% 50%;}

.pc-layout {display: block;}
.mobile-layout {display: none;}

.cursor_wrap {position: absolute; left: 0; top: 0; width: 64px; height: 64px; pointer-events: none; z-index: 500000000;}
.cursor_wrap.hide {display: none;}
.cursor_wrap .cursor {position: fixed;}
.cursor2 {mix-blend-mode: plus-lighter;}
.pointer {position: absolute; left: 50%; top: 50%; margin: -16px 0 0 -16px; width: 30px; height: 30px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 6.62px #D0AA7B; opacity: 0; transition: opacity 0.3s;}
.pointer::before, .pointer::after {content: ""; position: absolute; left: 50%; top: 50%; display: block; margin: -16px 0 0 -16px; width: 32px; height: 32px;border-radius: 50%;transform: translate3d(0, 0, 0);}
.pointer::before {background-color: #D0AA7B; animation: expand 1.8s ease-out infinite both;}
.pointer::after {background-color: #fff; animation: expand 1.8s ease-out 0.8s infinite both;}
.fade {opacity: 0.8;}

@keyframes expand {
	0% {
		z-index: 2;
		transform: scale(0);
	}
	50% {
		z-index: 1;
		transform: scale(1);
	}
	100% {
		z-index: 0;
	}
}

.custom-link {position: absolute; left: 0; top: -120px;}

.scroll-indicator {position: absolute; display: none; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8); z-index: 1;}
.scroll-indicator.active {opacity: 0; z-index: -1;}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width:1500px) {

}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width:1200px) {
.map-wrap {flex-wrap: wrap;}
.map-wrap > div {width: 100%; text-align: center; background: #232540;}
.map-wrap .root_daum_roughmap {height: 300px !important;}
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width:1025px) {

}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width:900px) {

}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width:769px) {
.custom-link {top: -80px;}
}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width:600px) {

}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width:425px) {
.pc-layout {display: none !important;}
.mobile-layout {display: block !important;}

.custom-link {top: -60px;}

.scroll-indicator {display: block;}
}


/* ===================================================================================================================== */
/* ======================================================= etc 코드 ==================================================== */
/* ===================================================================================================================== */



/* ===================================================================================================================== */
/* ======================================================= main / sub1 코드 ==================================================== */
/* ===================================================================================================================== */

.video-wrap {position: relative; width: 100%; height: calc(var(--vh, 1vh) * 100); overflow: hidden;}
.video-wrap .main-video, .video-wrap .bg-video {position: absolute; top: 0; left: 50%; transform: translateX(-50%);	min-width: auto; min-height: auto; width: 100%; height: 100%; z-index: 1;}
.video-wrap .bg-video {z-index: 0; opacity: 0.3; min-width: 100%; min-height: 100%; width: auto; height: auto;}

.case-video video {display: block; width: 100%;}

.dentist-area1 article {padding: 120px 0; margin-top: 40px; background: url(../img/custom/doctor_bg1.jpg) center/cover no-repeat;}
.dentist-area1 .txt {display: flex; justify-content: flex-end;}
.dentist-area1 .txt > div {max-width: 700px; width: 100%;}
.dentist-area1 .hashtag {display: flex; margin-bottom: 20px;}
.dentist-area1 .hashtag li:not(:first-child) {margin-left: 10px;}
.dentist-area1 .hashtag h6 {display: inline-block; padding: 5px 20px; border-radius: 40px; background: #fff; color: #003c7b; font-weight: bold;}
.dentist-area1 .txt h4 {color: #fff; white-space: pre-line; line-height: 1.4; font-weight: bold;}
.dentist-area1 .txt h4 span {color: #f1c84c;}

.sketch-map {max-width: calc(100% - 20px); margin: 5px auto 0;}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width:1500px) {
.video-wrap {height: 100%;}
.video-wrap .main-video {position: static; display: block; transform: none;}
.video-wrap .bg-video {display: none;}
}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width:1200px) {
.video-wrap .main-video {object-fit: fill;}

.dentist-area1 article {padding: 0; margin-top: 20px; background: none;}
.dentist-area1 .txt {justify-content: center;}
.dentist-area1 .txt > div {max-width: 100%;}
.dentist-area1 .hashtag {margin: 20px 0; justify-content: center;}
.dentist-area1 .hashtag h6 {background: #003c7b; color: #fff;}
.dentist-area1 .txt h4 {color: #333; text-align: center;}
.dentist-area1 .txt h4 span {color: #003c7b;}
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width:1025px) {

}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width:900px) {

}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width:769px) {

}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width:600px) {
.dentist-area1 .hashtag {flex-direction: column; align-items: center;}
.dentist-area1 .hashtag li:not(:first-child) {margin: 5px 0 0 0;}
.dentist-area1 .hashtag h6 {width: 220px; text-align: center;}
}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width:425px) {

}


/* ===================================================================================================================== */
/* ======================================================= main / sub1 코드 ==================================================== */
/* ===================================================================================================================== */





/* ===================================================================================================================== */
/* ======================================================= special 코드 ==================================================== */
/* ===================================================================================================================== */

.special01-bg {background: url(../img/custom/special01_bg.jpg) center/cover no-repeat;}
.special02-bg {background: url(../img/custom/special02_bg.jpg) center/cover no-repeat;}
.special03-bg {background: url(../img/custom/special03_bg.jpg) center/cover no-repeat;}
.special04-bg {background: url(../img/custom/special04_bg.jpg) center/cover no-repeat;}

.sp01-area1 .middle-title {padding: 40px 10px; background: #003c7b; color: #fff;}
.sp01-area1 .middle-title span {color: #f1c84c; font-weight: 900;}
.sp01-area2 ul.flex:last-child {margin-top: 40px;}
.sp01-area2 .txt h6 {margin-bottom: 25px; padding-bottom: 20px; border-bottom: 2px solid #336395;}
.sp01-area3 .bg-animation {background: url(../img/custom/special01_bg1.jpg) center/cover no-repeat;}
.sp01-area3 .middle-title {text-align: left; margin-bottom: 0;}
.sp01-area4 ul.flex p {line-height: 1.5;}
.sp01-area4 .circle-box > div > div {color: #fff; background: #00adea;}
.sp01-area4 .circle-box:nth-child(2) > div > div {background: #0070c0;}
.sp01-area4 .circle-box:nth-child(3) > div > div {background: #27b5c4;}
.sp01-area4 .circle-box:nth-child(4) > div > div {background: #8fc960;}
.sp01-area5 .tit,
.sp01-area6 .tit {display: inline-block; padding: 4px 15px; margin-bottom: 15px; font-style: italic; font-weight: 500; color: #fff; background: #003c7b; font-family: 'NanumSquare',san-serif;}
.sp01-area5 article {max-width: 500px; margin: 0 auto;}
.sp01-area5 article img {width: 100%;}
.sp01-area5 article p {padding: 5px 10px; color: #fff; background: #003c7b;}
.sp01-area6 ul {display: flex; justify-content: flex-start; align-items: center; max-width: 1100px; margin: 0 auto;}
.sp01-area6 ul .txt {margin-left: 60px;}
.sp01-area6 .link-btn {position: relative; display: inline-block; margin-top: 20px; padding: 8px 48px; text-align: center; border: 1px solid #dbdbdb; transition: 0.2s ease-in;}
.sp01-area6 .link-btn::before {position: absolute; content: ''; left: 0; top: 0; width: 0; height: 100%; transition: width 0.3s ease-in; background: #003c7b; z-index: -1;}
.sp01-area6 .link-btn:hover {color: #fff; border: 1px solid #003c7b; font-weight: 700;}
.sp01-area6 .link-btn:hover::before {width: 100%;}
.sp01-area7 {color: #fff;}
.sp01-area7 .bg-animation {background: url(../img/custom/special01_bg2.jpg) center/cover no-repeat;}
.sp01-area7 ul.flex {max-width: 630px; margin: 0 auto;}
.sp01-area7 ul.flex h5 {margin: 20px 0 10px;}

.sp2-area1 {color: #fff;}
.sp2-area1 .bg-animation {background: url(../img/custom/special02_bg1.jpg) center/cover no-repeat;}
.sp2-area1 .middle-title {margin-bottom: 0;}
.sp2-area2::before {position: absolute; content: ''; left: 0; bottom: -150px; width: 394px; height: 489px; background: url(../img/custom/special02_07.png) center/cover no-repeat;}
.sp2-area2 .list > li {padding: 10px; text-align: center; border: 1px solid #ccc; background: #fff;}
.sp2-area2 .list > li:not(:first-child) {margin-top: 20px;}
.sp2-area3 ul.flex img {width: 100%;}
.sp2-area3 ul.flex p {padding: 6px 10px; background: #003c7b; color: #fff; font-weight: 900;}
.sp2-area4 table {position: relative; width: 100%; border-collapse: inherit; border-spacing: 2px;}
.sp2-area4 .table-scroll {overflow-x: auto !important;}
.sp2-area4 table td {padding: 20px 10px; background: #fff; text-align: center; vertical-align: middle;}
.sp2-area4 table td:nth-child(2) {background: #e1e0e0;}
.sp2-area4 table td p {white-space: pre-line;}
.sp2-area4 table td:last-child p {font-weight: 900;}
.sp2-area4 table thead tr:first-child td {padding: 0;}
.sp2-area4 table thead tr:last-child td:first-child {background: #898989; color: #fff;}
.sp2-area4 table thead tr:last-child td:last-child {background: #0054d1; color: #fff;}
.sp2-area4 table tbody td {background: #f7f5f5;}
.sp2-area4 table td .img img {width: 100%;}
.sp2-area5 ul.flex .box {display: flex; flex-direction: column; justify-content: space-between;padding: 20px; margin: 2px; height: 300px; background: #00adea; color: #fff;}
.sp2-area5 ul.flex > li:nth-child(2) .box {background: #0070c0;}
.sp2-area5 ul.flex > li:nth-child(3) .box {background: #27b5c4;}
.sp2-area5 ul.flex > li:nth-child(4) .box {background: #8fc960;}
.sp2-area5 ul.flex .box h2 {font-size: 80px; line-height: 1; font-family: "GmarketSansMedium";}
.sp2-area5 ul.flex .box p {text-align: right; font-size: 22px;}

.sp3-area1.bg-gray {padding: 150px 0;}
.sp3-area1 .bg-animation {background: url(../img/custom/special03_bg1.jpg) center/cover no-repeat;}
.sp3-area1 .middle-title {text-align: left; margin-bottom: 0;}
.sp3-area3 ul.flex {max-width: 1100px; margin: 0 auto;}
.sp3-area3 ul.flex h6 {padding: 8px 10px; font-weight: 500; background: #003c7b; color: #fff;}
.sp3-area3 .img {position: relative;}
.sp3-area3 .img::before {position: absolute; content: ''; left: 50%; bottom: 20px; transform: translateX(-50%); width: 270px; height: 35px; opacity: 0.4; filter: brightness(20) grayscale(1); background: url("../img/logow.svg") center/cover no-repeat;}
.sp3-area4 .inner {max-width: 650px;}
.sp3-area4 .tac {position: relative;}
.sp3-area4 .tac::before {position: absolute; content: ''; right: -100px; top: -35px; width: 363px; height: 244px; background: url(../img/custom/special03_16.png) center/cover no-repeat;}
.sp3-area4 article {margin-top: 40px;}
.sp3-area4 article ul {display: flex; justify-content: space-between; align-items: center;}
.sp3-area4 article ul > li > div {max-width: 240px;}
.sp3-area4 article h2 {font-size: 50px;}
.sp3-area4 article .img h6 {padding: 5px 10px; text-align: center; background: #e8e8e8;}
.sp3-area4 article ul > li:last-child .img h6 {background: #003c7b; color: #fff;}
.sp3-area4 article .txt {margin-top: 20px;}
.sp3-area4 article .txt p {position: relative; padding-left: 15px; font-weight: bold;}
.sp3-area4 article .txt p::before {position: absolute; content: '·'; left: 0; top: 0; font-size: 1em;}
.sp3-area6.bg-gray {padding: 145px 0 120px; background: url(../img/custom/special03_bg2.jpg) center/cover no-repeat;}
.sp3-area6 .middle-title {margin-bottom: 0;}

.sp4-area1 {color: #fff;}
.sp4-area1 .bg-animation {background: url(../img/custom/special04_bg1.jpg) center/cover no-repeat;}
.sp4-area1 ul.flex > li:last-child {display: flex; justify-content: flex-end;}
.sp4-area1 .middle-title {text-align: left; margin-bottom: 0; max-width: 500px; width: 100%;}
.sp4-area1 .middle-title h3 {color: #007cfb;}
.sp4-area2 .bg-animation {background: url(../img/custom/special04_bg2.jpg) center/cover no-repeat;}
.sp4-area2 .middle-title {text-align: left; margin-bottom: 0;}
.sp4-area2 .middle-title h2 {margin-top: 30px; line-height: 1.1; font-weight: 300; font-size: 50px; white-space: pre-line;}
.sp4-area3 {background: url(../img/custom/special04_bg3.jpg) center/cover no-repeat;}
.sp4-area3 .list > li {padding: 10px; text-align: center; border: 1px solid #ccc; background: #fff; max-width: 850px; margin: 0 auto;}
.sp4-area3 .list > li:not(:first-child) {margin-top: 20px;}
.chin-step {display:flex; flex-wrap:wrap; justify-content:center; width: 100%; max-width: 1000px; margin: 0 auto; color: #fff;}
.chin-step > li {position: relative; width: calc(33.3% - 40px); margin: 0px 20px; border-radius:20px; transition:0.5s; padding: 40px 30px; background-color: #007cfb;}
.chin-step > li:nth-child(2) {background: #0054d1;}
.chin-step > li:nth-child(3) {background: #003c7b;}
.chin-step > li h6 {position: relative; font-weight: bold; font-family: 'NanumSquare',san-serif; color: #fff; font-size: 26px;}
.chin-step > li h6:before {content: ''; position: absolute; left: 2px; top: -10px; width: 16px; height: 4px; background-color: #fff;}
.chin-step > li ul {list-style: disc; list-style-position: inside; margin-top: 20px;}
.chin-step > li ul > li {line-height: 1.8;}
.chin-step > li ul > li p {display: inline-block;}
.sp4-area4.bg-gray {padding: 100px 0 0; background: url(../img/custom/special04_bg4.jpg) center/cover no-repeat; color: #fff;}
.sp4-area4 .img {position: absolute; left: 0; bottom: 0;}
.sp4-area4 ul.flex > li:first-child {display: flex; justify-content: flex-end;}
.sp4-area4 .middle-title {text-align: left; margin-bottom: 0; padding-bottom: 100px; max-width: 500px; width: 100%;}
.sp4-area5 .middle-title {margin-bottom: 100px;}
.BA-arrow li {position: relative; text-align: center; flex: 1;}
.BA-arrow li:before {content: "●"; color: #556c8a; position: absolute; top: -50px; left: 50%; transform:translateX(-50%); z-index: 9;}
.BA-arrow li:after {content: ""; position: absolute; top: -50px; left: 50%; transform:translateX(-50%); background-color: #abc0dc; width: 100%; height: 25px;}
.BA-arrow li:first-child:before {background-color: #abc0dc; border-radius:50%; width: 55px; height: 55px; display: flex; justify-content: center; align-items: center; top: -65px;}
.BA-arrow li:nth-last-child(2):after {width: 200%;}
.BA-arrow li:last-child:after {top: -67px; left: 65%; transform: translateX(-40%); background-color: transparent; width: 0;height: 0;border-bottom: 30px solid transparent;border-top: 30px solid transparent;border-left: 50px solid #abc0dc;border-right: 50px solid transparent;}
.BA-arrow li:first-child:after {left: 100%; width: 100%;}
.BA-arrow p {margin-top: 20px; font-weight: bold; white-space: pre-line; line-height: 1.5;}

.p-pre-box > li > div > div {display: inline-block; border-radius:30px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.p-pre-box > li > div > div img {border-radius:30px 30px 0 0;}
.p-pre-box > li > div > div > div {position: relative; background: #f8f8f8; padding: 50px 5px 35px; font-weight: 500; border-radius:0 0 30px 30px; }
.p-pre-box > li > div > div > div p {white-space: pre-line; line-height: 1.5;}
.p-pre-box > li > div > div > div h6 {position: absolute; left: 50%; top: -22px; transform:translateX(-50%); width: 60%; padding: 3px 0; color: #fff; background: #0054d1; z-index: 1; border-radius:25px;}
.sp4-area7 ul {display: flex; flex-direction: column; max-width: 810px; margin: 0 auto;}
.sp4-area7 ul > li {position: relative;}
.sp4-area7 ul > li:before {position: absolute; content: ''; z-index: 1; left: -50px; top: 50%; transform:translateY(-50%); width: 20px; height: 20px; border: 2px solid #dbdbdb; border-radius:50%; background: #fff;}
.sp4-area7 ul > li:after {position: absolute; content: '';  left: -39px; bottom: -100%; width: 2px; height: 150%; background: #dbdbdb;}
.sp4-area7 ul > li:not(:first-child) {margin-top: 30px;}
.sp4-area7 ul > li:last-child:after {display: none;}
.sp4-area7 ul > li > div {display: flex; align-items: flex-end;}
.sp4-area7 ul > li > div h6 {margin-right: 25px; font-weight: 600;}
.sp4-area7 .bg-tit {max-width: 900px; margin: 0 auto; width: 100%; padding: 6px 30px;}

.imp-common .main-tit {display: flex; align-items: stretch; max-width: 950px; margin: 20px auto;}
.imp-common .main-tit h5 {display: flex; align-items: center; width: 100%; padding-left: 20px; border: 2px solid #003c7b; border-radius: 0 15px 0 0; font-family: 'NanumSquare',san-serif; font-weight: 900;}
.imp-re-area1 .bg-animation {background: url(../img/custom/imp_re_bg1.jpg) center/cover no-repeat;}
.imp-re-area1 .middle-title {text-align: left;}
.imp-re-area1 .middle-title h3 {color: #007cfb;}
.imp-re-area1 .middle-title p {color: #fff;}
.imp-re-area1 .bg-tit {margin: 0 0 20px 5px;}
.imp-re-area1 ul.flex .img img {width: 100%;}
.imp-re-area2 article {padding: 0 40px; border-radius: 10px; background: #f3f3f3; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.imp-re-area2 article ul {display: flex; align-items: center;}
.imp-re-area2 article ul > li:last-child {margin: 0 0 0 40px; flex: 1;}
.imp-re-area2 article .img {width: 250px; text-align: center;}
.imp-re-area2 article h6 {position: relative; display: inline-block; padding-left: 40px; font-family: 'NanumSquare',san-serif; font-weight: 800; transform: skew(-0.1deg);}
.imp-re-area2 article h6::before {position: absolute; content: ''; left: 0; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; background: url(../img/custom/imp_re_04.png) center/cover no-repeat;}
.imp-re-area2 article p {margin-top: 30px; white-space: pre-line; line-height: 1.6;}

.imp-re-area2 article:nth-child(2n-1) ul {flex-direction: row-reverse;}
.imp-re-area2 article:nth-child(2n-1) ul > li:last-child {margin: 0 40px 0 0;}
.imp-re-area2 article:first-of-type .img {padding-top: 40px;}
.imp-re-area2 article:nth-of-type(2) .img {padding-top: 40px;}
.imp-re-area2 article:last-of-type .img {padding: 25px 0;}
.imp-re-area3.bg-gray {padding: 150px 0; color: #fff;}
.imp-re-area3 .bg-animation {background: url(../img/custom/imp_re_bg2.jpg) center/cover no-repeat;}

.imp-re-area4 ul.flex .txt {margin: 0 0 0 30px;}
.imp-re-area4 ul.flex .middle-title {text-align: left; margin-bottom: 0;}
.imp-re-area4 ul.flex .middle-title h5 {position: relative; display: inline-block; padding-left: 40px;}
.imp-re-area4 ul.flex .middle-title h5::before {position: absolute; content: ''; left: 0; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; background: url(../img/custom/imp_re_04.png) center/cover no-repeat;}
.imp-re-area4 ul.flex:nth-child(2n) {flex-direction: row-reverse;}
.imp-re-area4 ul.flex:nth-child(2n) .txt {margin: 0 30px 0 0;}
.imp-re-area4 ul.flex:nth-child(2n) .middle-title {text-align: right;}

.microscope-bg {background: url(../img/custom/microscope_bg.jpg) center/cover no-repeat;}
.microscope-area1 .basic-box li:first-child {position: relative;}
.microscope-area1 .basic-box .point {position: absolute; display: flex; justify-content: center; align-items: center; left: -75px; top: -75px; width: 150px; height: 150px; background: #0054d1; border-radius: 50%;}
.microscope-area1 .basic-box .point h5 {margin: 0; text-align: center; line-height: 1.2; white-space: pre-line; color: #fff;}
.microscope-area2 {color: #fff;}
.microscope-area2 .bg-animation {background: url(../img/custom/microscope_bg1.jpg) center/cover no-repeat;}
.microscope-area3 ul.flex > li > div {display: flex; align-items: center; justify-content: center; height: 350px; color: #fff;}
.microscope-area3 ul.flex .img {background: url(../img/custom/microscope_04.jpg) center/cover no-repeat;}
.microscope-area3 ul.flex .txt {padding: 15px; background: #003c7b;}
.microscope-area3 ul.flex .txt p {font-size: 21px; text-align: center;}
.microscope-area3 article {position: relative; padding: 120px 0; background: #ececec;}
.microscope-area3 article ul {display: flex; flex-wrap: wrap;}
.microscope-area3 article ul > li {position: relative; width: 50%;}
.microscope-area3 article ul .img {position: absolute; left: 50%; top: 100%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.microscope-area3 article ul .txt {text-align: center;}
.microscope-area3 article ul .txt h5 {display: inline-block; padding: 5px 20px; margin-bottom: 10px; background: #003c7b; color: #fff;}


/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width:1500px) {
.sp2-area2::before {bottom: 0; opacity: 0.3;}
}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width:1200px) {
.sp01-area6 ul {max-width: 960px;}
.sp01-area6 ul .txt {margin-left: 40px;}

.sp2-area2::before {width: 280px; height: 348px;}
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width:1025px) {
.sp2-area5 ul.flex .box p {font-size: 20px;}

.sp3-area3 .img::before {width: 200px; height: 26px;}

.sp4-area1.bg-gray {padding: 80px 0;}
.sp4-area1 .middle-title {max-width: 100%; width: auto; padding-right: 20px;}
.sp4-area2 .middle-title h2 {font-size: 40px;}
.sp4-area4 .middle-title {max-width: 450px;}
.sp4-area7 ul {max-width: 700px;}
.sp4-area7 ul > li:not(:first-child) {margin-top: 20px;}
.sp4-area7 ul > li > div h6{margin-right: 10px;}

.imp-common .main-tit {max-width: calc(100% - 20px);}

.imp-re-area4 ul.flex {max-width: 500px; margin: 0 auto;}
.imp-re-area4 ul.flex:not(:first-child) {margin-top: 50px;}
.imp-re-area4 ul.flex > li {width: 100%;}
.imp-re-area4 ul.flex .txt {margin: 15px 0 0 15px;}
.imp-re-area4 ul.flex:nth-child(2n) .txt {margin: 15px 15px 0 0;}

.microscope-area1 .basic-box .point {left: 50%; transform: translateX(-50%);}
}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width:900px) {
.sp01-area3 .bg-animation {background: url(../img/custom/special01_bg1b.jpg) center/cover no-repeat;}
.sp01-area3 .middle-title {text-align: center;}
.sp01-area6 ul {flex-direction: column; max-width: 450px; align-items: flex-start;}
.sp01-area6 ul .txt {margin: 20px 0 0 0;}

.chin-step > li {padding: 40px 20px;}
}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width:769px) {
.sp01-area2 .txt h6 {display: inline-block; padding: 5px 20px; margin: 20px 0; border-radius: 30px; color: #fff; background: #336395; border: 0;}
.sp01-area4 ul.flex {max-width: 500px; margin: 0 auto;}

.sp2-area5 ul.flex .box {height: 250px;}
.sp2-area5 ul.flex .box h2 {font-size: 65px;}
.sp2-area5 ul.flex .box p {font-size: 18px;}

.sp3-area1.bg-gray {padding: 120px 0;}
.sp3-area3 ul.flex {max-width: 400px;}
.sp3-area3 ul.flex > li {width: 100%;}
.sp3-area3 ul.flex > li > div {display: block; border: 2px solid #003c7b; border-radius: 20px 0 20px 0; overflow: hidden;}
.sp3-area3 ul.flex img {width: 100%;}
.sp3-area4 .tac::before {width: 250px; height: 168px; right: 20px; top: 10px;}
.sp3-area6.bg-gray {padding: 120px 0 80px;}

.sp4-area1.bg-gray {padding: 60px 0;}
.sp4-area1 .bg-animation {background: url(../img/custom/special04_bg1m.jpg) center/cover no-repeat;}
.sp4-area1 ul.flex > li:first-child {height: 320px;}
.sp4-area1 ul.flex > li:last-child {display: block;}
.sp4-area1 .middle-title {text-align: center; padding: 0;}
.sp4-area2.bg-gray {padding: 60px 0;}
.sp4-area2 .bg-animation {background: url(../img/custom/special04_bg2m.jpg) center/cover no-repeat;}
.sp4-area2 ul.flex > li:last-child {height: 420px;}
.sp4-area2 .middle-title {text-align: center; padding-left: 10px;}
.chin-step > li {width: calc(50% - 20px); margin: 10px 10px; padding: 40px 30px;}
.sp4-area4.bg-gray {padding: 80px 0 0;}
.sp4-area4 .inner {display: flex; flex-direction: column-reverse;}
.sp4-area4 .img {position: relative; left: auto; text-align: center; max-width: 200px; margin: 0 auto;}
.sp4-area4 .middle-title {max-width: 100%; text-align: center; padding-bottom: 50px;}
.p-pre-box > li > div > div > div {padding: 35px 5px 25px;}
.p-pre-box > li > div > div > div h6 {top: -18px;}
.sp4-area7 ul {max-width: 510px;}
.sp4-area7 ul > li:after {bottom: -87%; height: 185%;}
.sp4-area7 ul > li > div {align-items: center;}
.sp4-area7 ul > li > div h6 {line-height: 1;}

.imp-common .main-tit .num::before {margin: 0;}
.imp-common .main-tit h5 {padding-left: 10px; font-size: 18px;}
.imp-re-area1 ul.flex > li {width: 50%;}
.imp-re-area2 article ul, .imp-re-area2 article:nth-child(2n-1) ul {flex-direction: column-reverse;}
.imp-re-area2 article ul > li:last-child, .imp-re-area2 article:nth-child(2n-1) ul > li:last-child {margin: 30px 0; text-align: center;}
.imp-re-area2 article p {margin-top: 20px;}
.imp-re-area2 article .img {width: auto;}
.imp-re-area2 article:first-of-type .img, .imp-re-area2 article:nth-of-type(2) .img {padding: 0; max-width: 150px;}
.imp-re-area2 article:last-of-type .img {padding: 0 0 20px; max-width: 100px;}

.microscope-area1 .basic-box li:first-child {margin-top: 60px;}
.microscope-area1 .basic-box .point {top: -60px; width: 120px; height: 120px; border: 2px solid #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.microscope-area3 ul.flex > li {width: 100%;}
.microscope-area3 ul.flex .img {height: 400px;}
.microscope-area3 ul.flex .txt {height: auto; padding: 50px 15px;}
.microscope-area3 article {padding: 40px 0;}
.microscope-area3 article ul > li {width: 100%;}
.microscope-area3 article ul .img {position: static; max-width: 400px; margin: 0 auto 20px; transform: none;}
}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width:600px) {
.sp01-area3.bg-gray {padding: 60px 0;}
.sp01-area3 .bg-animation {background: url(../img/custom/special01_bg1m.jpg) center/cover no-repeat;}
.sp01-area3 ul.flex > li:first-child {height: 220px;}

.sp2-area1.bg-gray {padding: 250px 0;}
.sp2-area1 .bg-animation {background: url(../img/custom/special02_bg1m.jpg) center/cover no-repeat;}
.sp2-area3 ul.flex > li {width: 50%;}
.sp2-area5 ul.flex > li {width: 100%;}

.sp3-area1.bg-gray {padding: 60px 0;}
.sp3-area1 .bg-animation {background: url(../img/custom/special03_bg1m.jpg) center/cover no-repeat;}
.sp3-area1 ul.flex > li:last-child {height: 320px;}
.sp3-area1 ul.flex .middle-title {padding-left: 10px;}
.sp3-area4 .tac::before {width: 200px; height: 134px; right: 0; top: 0;}
.sp3-area4 article ul > li:nth-child(2) > div {margin: 0 20px;}
.sp3-area6.bg-gray {padding: 60px 0; background: url(../img/custom/special03_bg2m.jpg) center/cover no-repeat;}
.sp3-area6 ul.flex > li:last-child {height: 400px;}

.imp-common .main-tit {margin: 20px auto 10px;}
}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width:425px) {
.sp01-area1 .middle-title {padding: 30px 0;}
.sp01-area7 ul.flex > li > div {margin: 5px;}

.sp2-area1.bg-gray {padding: 170px 0;}
.sp2-area2::before {width: 200px; height: 248px;}
.sp2-area3 ul.flex > li {width: 100%; max-width: 300px;}
.sp2-area5 ul.flex .box {height: 220px;}
.sp2-area5 ul.flex .box h2 {font-size: 54px;}

.sp3-area1 ul.flex > li:last-child {height: 280px;}
.sp3-area2 ul.flex > li {width: 100%; max-width: 250px;}
.sp3-area4 .tac::before {display: none;}
.sp3-area4 article ul {flex-direction: column;}
.sp3-area4 article ul > li:nth-child(2) > div {margin: 20px 0;}
.sp3-area5 ul.flex > li {width: 100%;}
.sp3-area5 ul.flex > li:not(:first-child) {margin-top: 20px;}
.sp3-area5 ul.flex .img {max-width: 220px; margin: 0 auto;}
.sp3-area6 ul.flex .middle-title h3 {font-size: 25px;}
.sp3-area6 ul.flex > li:last-child {height: 350px;}

.sp4-area1 ul.flex > li:first-child {height: 250px;}
.sp4-area2.bg-gray {padding: 40px 0;}
.sp4-area2 .middle-title h2 {font-size: 32px; margin-top: 20px;}
.sp4-area2 ul.flex > li:last-child {height: 450px;}
.sp4-area3 .list > li h6 {font-size: 17px;}
.chin-step > li {width: 70%;}
.chin-step > li h6 {font-size: 34px;}
.sp4-area4.bg-gray {padding: 60px 0 0;}
.sp4-area4 .img {max-width: 160px;}
.BA-arrow li {margin: 0 5px;}

.p-pre-box > li > div > div img {border-radius: 15px 15px 0 0;}
.p-pre-box > li > div > div > div {border-radius: 0 0 15px 15px;}
.p-pre-box > li > div > div > div h6 {top: -16px;}
.sp4-area7 ul {max-width: 320px;}
.sp4-area7 ul > li:not(:first-child){margin-top: 15px;}
.sp4-area7 ul > li:before{left: -25px; width: 10px; height: 10px;}
.sp4-area7 ul > li:after{left: -19px; bottom: -105%; height: 150%;}
.sp4-area7 ul > li > div p {font-size: 13px;}

.imp-common .main-tit .num::before {width: 45px; height: 45px;}
.imp-common .main-tit h5 {font-size: 16px;}
.imp-re-area1 ul.flex > li {width: 100%; max-width: 280px;}
.imp-re-area1 .bg-tit-box {text-align: center; margin-bottom: 15px;}
.imp-re-area1 .bg-tit {margin: 0; max-width: 270px; width: 100%;}

.imp-re-area2 article {padding: 0 20px;}
.imp-re-area2 article:first-of-type .img, .imp-re-area2 article:nth-of-type(2) .img {max-width: 120px;}
.imp-re-area2 article:last-of-type .img {max-width: 75px;}
.imp-re-area2 article h6 {padding-left: 30px;}
.imp-re-area2 article h6::before {width: 23px; height: 23px;}
.imp-re-area3.bg-gray {padding: 80px 0;}

.imp-re-area4 ul.flex .middle-title h5 {padding-left: 30px;}
.imp-re-area4 ul.flex .middle-title h5::before {width: 23px; height: 23px;}

.microscope-area1 .basic-box li:first-child {display: inline-block; margin-top: 20px;}
.microscope-area1 .basic-box .point {width: 100px; height: 100px; left: 0; transform: none;}
.microscope-area3 ul.flex .img {height: 280px;}
.microscope-area3 ul.flex .txt {height: auto; padding: 35px 15px;}
.microscope-area3 ul.flex .txt p {font-size: 16px;}
.microscope-area3 article ul .img {max-width: 250px;}
}

/*================================================================ 380px 이하 ================================================================= */
@media screen and (max-width:380px) {
.sp01-area2 .txt h6 {margin: 20px 0 10px; font-size: 16px;}
.sp01-area7 ul.flex {max-width: 260px;}
.sp01-area7 ul.flex > li {width: 100%;}
.sp01-area7 ul.flex > li:nth-child(2) {margin-top: 20px;}
.sp01-area7 ul.flex h5 {margin: 15px 0 10px;}

.sp2-area2 .list > li:not(:first-child) {margin-top: 10px;}
.sp2-area2 .list > li h5 {font-size: 18px;}
.sp2-area4 table col {width: 40%;}
.sp2-area4 table col:nth-child(2) {width: 20%;}
.sp2-area4 table td {padding: 15px 5px;}
.sp4-area3 .list > li:not(:first-child) {margin-top: 10px;}
.sp4-area3 .list > li h6 {font-size: 15px;}

.imp-re-area4 ul.flex .middle-title h5::before {transform: none; top: 4px;}
}



/* ===================================================================================================================== */
/* ======================================================= special 코드 ==================================================== */
/* ===================================================================================================================== */


/* ===================================================================================================================== */
/* ======================================================= video 없을 때 코드 ==================================================== */
/* ===================================================================================================================== */

/* main, #wrapper {margin-top: 147px;}
#header {background: #fff;}
.menu .dropdown > li > a {color: #333 !important;}
.video-wrap {display: none;}

@media screen and (max-width:1200px) {
main, #wrapper {margin-top: 70px;}
}

@media screen and (max-width:425px) {
main, #wrapper {margin-top: 67px;}
} */