@import "bootstrap.min.css";
@import "jquery.fullPage.css";
@import "et-line-font.css";
@import "font-awesome.min.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "animate.min.css";

/*--------------------*/
/* 01. Web Fonts */
/*--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Gowun+Batang&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR&family=Song+Myung&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Titillium+Web:300,400,600,700,900");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2");

/*--------------------*/
/* 02. Common CSS */
/*--------------------*/

::-moz-selection {
    background: #43b4da;
    color: black;
}
::selection {
    background: #43b4da;
    color: black;
}

body,
html {
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: black;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
    color: black;
}


h2 {
    font-size: 40px;
    font-weight: 600;
    color: black;
    line-height: 40px;
}

img {
    border: none;
}

section h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading h2 {
    color: black;
    line-height: normal;
    text-transform: capitalize;
}

section .heading {
    margin-bottom: 75px;
}

section .heading p {
    font-size: 16px;
}

section h3 {
    color: black;
    font-weight: 600;
    font-size: 1.6rem;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-width: 0 0 1px;
    padding: 5px 0;
    z-index: 1030;
    border-radius: 0;
    transition: all 0.2s;
}

.navbar-brand > img {
    width: 127px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 20px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: black;
    background-color: transparent;
}

#fp-nav ul li .fp-tooltip {
    background-color: #333;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 75%;
    overflow: visible;
}

#fp-nav ul li .fp-tooltip:before {
    content: "";
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    border-top-color: rgba(255, 255, 0, 0);
    border-bottom-color: rgba(255, 255, 0, 0);
    position: absolute;
    top: 5.25px;
    right: -5px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    height: 7px;
    width: 7px;
    margin: -3px 0 0 -3px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px;
    border: 4px solid rgba(255, 255, 255, 0.75);
}

.social-links {
    list-style: outside none;
}

.social-links li {
    display: inline-block;
    margin-left: 5px;
}

.social-links li:first-child {
    margin-left: 0px;
}

.social-links li a {
    width: 22px;
    height: 18px;
    color: black;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.social-links li a:hover,
.social-links li a:focus {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
}

/*--------------------*/
/* 03. Preloader CSS */
/*--------------------*/

#preload-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preload-block .square-block {
    background: url("../images/preloader.gif") no-repeat center center;
    width: 80px;
    height: 80px;
    text-align: center;
    position: relative;
    top: 45%;
    margin: 0 auto;
}

/*--------------------*/
/* 04. Home Screen CSS */
/*--------------------*/

.homescreen h1 {
    color: black;
    font-size: 4em;
    position: relative;
    overflow: hidden;
}

.homescreen:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.homescreen p {
    font-size: 24px;
    color: black;
}

.homescreen h1,
.homescreen p {
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    color: black;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
    width: 95px;
    height: 40px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/*--------------------*/
/* 05. Who We Are CSS */
/*--------------------*/

.whoweare h2 {
    line-height: normal;
}

.whoweare,
.whoweare h2,
.whoweare p {
    color: black;
}

.whoweare .qr-code-img {
    margin: 0 auto;
}

/*--------------------*/
/* 06. What We Do CSS */
/*--------------------*/

.whatwedo,
.whatwedo h2,
.whatwedo .box-content h3 {
    color: black;
}

.whatwedo h2 {
    line-height: normal;
}

.whatwedo .box-content {
    margin-top: 20px;
}

.whatwedo .box-content h3 {
    margin-top: 10px;
}

/*--------------------*/
/* 07. Project CSS */
/*--------------------*/

.project {
    color: black;
}

.project .owl-dots {
    display: none;
}

.project-slick .item {
    padding: 0.5rem;
}

.project .owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
}

.project .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
}

.popup-effect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.popup-effect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.popup-effect h2 {
    text-transform: uppercase;
    color: black;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.popup-effect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: black;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.popup-effect a.info:hover {
    background-color: #fff;
    color: black;
}

.popup-effect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.popup-effect .cover-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.popup-effect:hover .cover-layer {
    opacity: 1;
    filter: alpha(opacity=100);
}

.popup-effect:hover h2,
.popup-effect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.popup-effect:hover a.info {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*--------------------*/
/* 08. Feedback CSS */
/*--------------------*/

.reviews {
    text-align: center;
}

.reviews h2 {
    color: black;
}

.reviews .owl-carousel .owl-dots {
    display: none;
    visibility: hidden;
}

.reviews .owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
}

.reviews .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
}

.feedback-item {
    font-size: 24px;
    color: black;
    text-align: center;
    padding: 30px;
}

.feedback-item .top-icon {
    margin-bottom: 20px;
}

.feedback-item .top-icon,
.feedback-item .client-name {
    color: black;
}

.feedback-item .client-name {
    font-size: 16px;
}

/*--------------------*/
/* 09. Our Team CSS */
/*--------------------*/

.team,
.team h3,
.team p {
    color: black;
}

.team h3 {
    font-size: 24px;
    margin-bottom: 0px;
}

.team .member-item img {
    margin: 0 auto;
}

.team .owl-nav {
    display: none;
}

.team .owl-dots {
    margin-top: 30px;
}

.team .owl-theme .owl-dots .owl-dot.active span {
    background-color: #00ffff;
}

.team .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

/*--------------------*/
/* 10. Contact CSS */
/*--------------------*/

.contactus,
.contactus a {
    color: black;
}

.contactus h2 {
    color: black;
    line-height: 1.04167;
    margin-top: 20px;
}

.enquiry-box {
    margin-top: 20px;
}

.enquiry-box .form-control {
    width: 100%;
    height: auto;
    background: #a5c1ca;
    color: black;
    border: none;
    font-size: 14px;
    line-height: 26px;
    padding: 0.5em 0.75em;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background 100ms, color 100ms;
    transition: background 100ms, color 100ms;
}

.enquiry-box .form-control:focus {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.enquiry-box label {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    font-size: 13px;
    font-weight: 400;
}

.contact-details dt {
    color: black;
    font-weight: 400;
}

.contact-details dd {
    margin-left: 0;
}

.contact-details dl dt:first-child {
    margin-top: 1.5625em;
}

.contact-details dd + dt {
    margin-top: 1.5625em;
}

.contact-details dd + dt:before {
    border-top: thin solid #82a9b6;
    content: "";
    display: block;
    margin-bottom: 1.5625em;
    width: 6em;
}

.contact-details dd .org {
    font-weight: 600;
    text-transform: uppercase;
}

.enquiry-box ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: black;
}
.enquiry-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 1;
}
.enquiry-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: black;
    opacity: 1;
}
.enquiry-box :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

.btn-secondary {
    background: none;
    border: thin solid #fcfcfa;
    padding: 1.25em 2em 1em 2em;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #fcfcfa;
    color: black;
}

/*--------------------*/
/* 11. Footer CSS */
/*--------------------*/

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
}

footer a,
footer p {
    font-size: 14px;
}

footer a,
footer a:hover {
    color: black;
    text-decoration: none;
}

footer .copyright {
    color: black;
}
.main-image-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-image {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    width: 210px;
    padding: 40px 15px 30px 15px;
    text-align: center;
    align-items: center;
    background: white;
    transition: 0.3s all ease-in-out;
}

.main-image:hover {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}
.main-image .image-area img {
    width: 100px;
    margin-bottom: 10px;
}
.main-image .text-area h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.main-image .text-area p {
    font-size: 12px;
    font-weight: 500;
    text-shadow: none;
    margin: 0px;
}
.main-image.one {
    margin-top: -200px;
}
.main-image.two {
    margin-top: -100px;
    margin-left: -80px;
}
.main-image.three {
    margin-top: -20px;
    margin-left: -80px;
}
.main-image.five {
    margin-top: -20px;
    margin-right: -80px;
    z-index: 3;
}
.main-image.six {
    margin-top: -100px;
    margin-right: -80px;
    z-index: 2;
}
.main-image.seven {
    margin-top: -200px;
    z-index: 1;
}
.main-image.four {
    z-index: 10;
}
.phone-image {
    z-index: 5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* .wrapper {
  animation: x 2s ease-in-out 1s both;
}

.wrapper {
  animation: y 2s ease-in-out 1s both;
} */

@keyframes x {
    0% {
        transform: translate(-1000px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes y {
    0% {
        transform: translate(1200px, 20px);
    }
    50% {
        transform: translate(-10px, +20vh);
    }
    100% {
        transform: translate(50px, 1200px);
    }
}
.main-container {
    width: 1440px;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
}
.main-text-wrap {
    position: absolute;
    left: 20%;
    top: 40px;
}
.main-text-wrap h1 {
    font-size: 60px;
    text-align: left;
    font-family: "Noto Serif KR", serif;
    text-shadow: none;
}

.second-wrap {
    display: flex;
    position: absolute;
    bottom: 50px;
    width: 1240px;
    justify-content: flex-end;
}
.second-wrap .main-image {
    margin-left: 20px;
    height: 250px;
}
.second-wrap .main-image.second {
    margin-top: -50px;
}

.second-wrap .main-image.third {
    margin-top: -100px;
}
div.navbar-container {
    padding-left: 100px;
    padding-right: 100px;
}
div.second-container {
    width: 1440px;
    margin: 0 auto;
}
.big-circle-wrap {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}
.big-circle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin-bottom: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    transition: 0.3s all ease-in-out;
}
.big-circle:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.circle-text-wrap {
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
}
.big-circle i {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150px;
    color: #ac0000;
}
.circle-text-wrap {
    margin-left: 20px;
}
.circle-text-wrap p {
    margin-bottom: 0px;
    line-height: 1.4;
    font-size: 20px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
}
a.about-menu {
    color: black;
    font-weight: 500;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
}
.nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
    text-align: right;
}
@media (max-width: 500px) {
    .nav > li > a {
        font-size: 14px;
    }
}
.main-text-wrap.mobile {
    display: none;
}
.main-text-wrap.mobile h1 {
    font-family: "Noto Serif KR", serif;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

.third-container {
    width: 1000vw;
    overflow: hidden;
}
.third-image-warp {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.third-image {
    width: 180px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 20px 10px 10px 10px;
    text-align: center;
    margin: 5px;
    transition: all 0.3s ease-in-out;
}
.third-image:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.third-image img {
    width: 90px;
}
.third-image h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
}
.third-image p {
    font-size: 12px;
    font-weight: 500;
}
.phone-image-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.phone-image-wrap img {
    width: 400px;
}
.gem-image-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.fourth-section-text {
    margin-bottom: 200px;
}
.fourth-section-text p {
    font-size: 18px;
    font-weight: 500;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
    margin-bottom: 0px;
    line-height: 1.5;
}
.plus-image-wrap {
    text-align: center;
    margin-bottom: 100px;
}
.mobile-text {
    display: none;
}

.fifth-circle {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
    bottom: -100px;
    border-radius: 50%;
    border: 1px solid white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    transition: 0.3s all ease-in-out;
}

.fifth-circle:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}
.fifth-circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 250px;
    color: #ac0000;
}
.fifth-wrap {
    margin-top: -100px;
}
.fifth-text-wrap h1 {
    text-align: left;
    font-size: 150px;
    font-weight: 400;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
}
.fifth-text-wrap p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
    margin-bottom: 0px;
    line-height: 1.5;
    text-align: left;
}

.sixth-container {
    width: 1440px;
}
.sixth-image-warp {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.sixth-image-warp .sixth-image {
    width: 240px;
    height: 280px;
    padding: 30px 20px 10px 20px;
    border: 1px solid white;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin: 10px;
    background: white;
    transition: all 0.3s ease-in-out;
}

.sixth-image-warp .sixth-image:hover {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}

.sixth-image-warp .sixth-image h4 {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 5px;
}
.sixth-image-warp .sixth-image p {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.logo-image-wrap {
    text-align: center;
    margin-bottom: 50px;
}
.logo-image-wrap img {
    width: 180px;
    transition: all 0.3s ease-in-out;
}
.download-text-wrap p {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
    font-weight: 700;
    font-size: 28px;
}
.logo-btn-wrap {
    align-items: center;
    text-align: center;
}
.btn {
    width: 200px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: white;
    color: black; 
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
    margin-left: 5px;
}

.qr-image-wrap {
    position: absolute;
    bottom: 40px;
    z-index: 10;
}
.qr-image-wrap img {
    width: 88px;
    z-index: 10;
}

@media (max-width: 1650px) {
    .main-text-wrap {
        position: absolute;
        left: 18%;
        top: 40px;
    }
    .main-text-wrap h1 {
        font-size: 35px;
        text-align: left;
        font-family: "Noto Serif KR", serif;
        text-shadow: none;
    }
}
@media (max-width: 1470px) {
    .gem-image-wrap img {
        position: relative;
        width: 700px;
        bottom: 0px;
    }
}

@media (max-width: 1450px) {
    .main-container {
        width: 1200px;
    }
    .main-text-wrap {
        position: absolute;
        left: 15%;
        top: 40px;
    }
    .main-text-wrap h1 {
        font-size: 35px;
        text-align: left;
        font-family: "Noto Serif KR", serif;
        text-shadow: none;
    }
}
@media (max-width: 1350px) {
    .sixth-image-warp .sixth-image {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1270px) {
    .gem-image-wrap img {
        position: relative;
        width: 550px;
        bottom: 0px;
    }
}

@media (max-width: 1200px) {
    div.second-container {
        width: 1100px;
    }
    .second-wrap {
        width: 1100px;
    }
    .sixth-image-warp .sixth-image {
        margin-right: -30px;
        margin-left: -30px;
    }
    .col-md-offset-4 {
        margin-left: 10% !important;
    }
    #section1 .big-circle-wrap {
        margin-top: 50px;
    }
    footer .qr-image-wrap {
        bottom: 15px;
    }
    #section4 .fifth-text-wrap p {
        font-size: 14px;
    }
    #section5 .fifth-text-wrap p {
        font-size: 14px;
    }
    #section1 .big-circle {
        width: 280px;
        height: 280px;
    }
    #section3 .fourth-section-text p {
        font-size: 16px;
    }
    #section1 .big-circle i {
        font-size: 120px;
    }
    #section2 .third-image {
        width: 150px;
        padding: 20px 10px 5px 10px;
    }
    #section4 .fifth-circle {
        width: 400px;
        height: 400px;
    }
    #section2 .third-image img {
        width: 60px;
    }
    .third-image h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
        font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", sans-serif;
    }
    .third-image p {
        font-size: 12px;
        font-weight: 500;
    }
    #section2 .phone-image-wrap img {
        width: 300px;
    }
    div.one,
    div.seven {
        display: none;
    }
    .main-text-wrap {
        position: absolute;
        left: 10%;
        top: 40px;
    }
    .phone-image img {
        width: 350px;
    }
    .main-container {
        width: 960px;
    }
    #section0 .main-image {
        width: 180px;
        padding: 20px 15px 15px 15px;
    }
    .main-image.two {
        margin-top: -100px;
        margin-left: 0px;
    }
    .main-image.three {
        margin-top: -20px;
        margin-left: -40px;
    }
    .main-image.five {
        margin-top: -20px;
        margin-right: -40px;
        z-index: 3;
    }
    .main-image.six {
        margin-top: -100px;
        margin-right: 0px;
        z-index: 2;
    }
}
@media (max-width: 1100px) {
    .main-container {
        width: 860px;
    }
}
@media (max-width: 1040px) {
    div.second-container {
        width: 920px;
    }
    .second-wrap {
        width: 900px;
    }
    .big-circle {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 992px) {
    .fifth-circle {
        width: 500px;
        height: 500px;
    }
    .sixth-container {
        width: 900px;
    }
    .sixth-image-warp .sixth-image {
        margin-right: -50px;
        margin-left: -50px;
    }
    .col-md-offset-4 {
        margin-left: 10% !important;
    }
    .sixth-image-warp {
        justify-content: center;
    }
    .sixth-text-wrap {
        margin-left: 50px;
    }
}

@media (max-width: 960px) {
    div.two,
    div.six {
        display: none;
    }
    .main-container {
        width: 560px;
    }
}
@media (max-width: 860px) {
    div.second-container {
        width: 820px;
    }
    .big-circle-wrap {
        width: 800px;
        margin-bottom: 100px;
    }
    #section1 .big-circle {
        width: 200px;
        height: 200px;
    }
    .circle-text-wrap p {
        font-size: 14px;
        letter-spacing: -1px;
    }
    .second-wrap {
        width: 700px;
        margin: 0 auto;
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 768px) {
    .qr-image-wrap {
        margin-left: 80px;
    }
}

@media (max-width: 750px) {
    .phone-image-wrap {
        display: none;
    }
}

@media (max-width: 650px) {
    .circle-text-wrap {
        top: 60%;
    }
    .third-image-warp {
        margin-left: -100px;
    }
    .second-container .main-image {
        padding: 20px 15px 15px 15px;
        height: 200px !important;
        width: 180px !important;
    }
    .big-circle i {
        font-size: 80px;
    }
    .main-text-wrap.mobile {
        left: 20px;
        top: 80px;
    }
    .main-text-wrap.pc {
        display: none;
    }
    .main-text-wrap.dual {
        display: block !important;
        left: 20px !important;
        top: 80px !important;
    }
    .main-text-wrap.dual h1 {
        font-size: 40px;
        margin-bottom: 5px;
        margin-top: 0px;
    }
    .main-text-wrap.mobile {
        display: block;
    }
    .fifth-text-wrap h1 {
        font-size: 80px !important;
    }
    .fifth-text-wrap p {
        font-size: 16px !important;
    }
    .gem-image-wrap img {
        position: relative;
        width: 500px;
        bottom: 0px;
    }
    .fourth-section-text {
        margin-bottom: 20px;
    }
    .pc-text {
        display: none;
    }
    .plus-image-wrap {
        margin-bottom: 50px;
    }
    .mobile-text {
        display: block;
    }
    .gem-image-wrap {
        bottom: 0px;
    }
    .sixth-image-warp .sixth-image {
        margin-right: -100px;
        margin-left: -100px;
    }
}
@media (max-width: 600px) {
    .fifth-circle {
        width: 450px;
        height: 450px;
        left: 50px;
    }
    .qr-image-wrap {
        left: -5px;
        bottom: 40px;
    }
    .qr-image-wrap img {
        width: 80px;
    }
    .btn {
        width: 160px;
    }
    a.about-menu {
        position: absolute;
        top: 30px;
        left: 30px;

        .third-image-warp {
            margin-left: -70px;
        }
    }

    button.navbar-toggle {
        color: black;
        font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", sans-serif;
        font-weight: 700;
        padding-bottom: 0px;
        margin-bottom: 0px;
        position: absolute;
        right: 20px;
        top: 5px;
    }
    #navbar {
        position: absolute;
        right: 30px;
        top: 50px;
    }
}
@media (max-width: 560px) {
    .main-container {
        width: 450px;
    }

    .main-text-wrap h1 {
        font-size: 40px;
        text-align: left;
    }
    .phone-image img {
        width: 400px;
    }
}
@media (max-width: 560px) {
    .big-circle {
        margin-bottom: 60px;
    }
    .fourth-section-text p {
        font-size: 16px;
    }
    .gem-image-wrap img {
        width: 450px;
    }
    .fifth-wrap {
        top: 50px;
    }
    .circle-text-wrap {
        top: 50%;
        left: 30%;
    }
    .sixth-image-warp {
        margin-top: 50px;
    }
    footer .qr-image-wrap {
        left: -2px;
        bottom: 35px;
    }
    #section4 .fifth-circle {
        width: 350px;
        height: 350px;
    }
    .fifth-circle i {
        font-size: 150px;
    }
    #section5 .fifth-wrap {
        top: 30px;
    }
    #section5 .fifth-wrap h1 {
        letter-spacing: -1px;
    }
    #section5 .fifth-wrap p {
        letter-spacing: -1px;
        font-size: 15px;
    }
    .third-image-warp {
        margin-left: -30px;
    }
    #section2 .third-image {
        width: 130px;
        height: 140px;
    }
    #section2 .third-container {
        margin-top: 100px;
    }
    .third-image img {
        width: 70px;
    }
    .third-image .text-area h4 {
        margin-bottom: 0px;
    }
    .phone-image img {
        width: 300px;
    }
    .main-container {
        width: 350px;
    }
    #section0 .main-image {
        width: 150px;
        padding: 20px 15px 15px 15px;
    }
    .main-text-wrap.dual h1 {
        font-size: 22px;
        font-weight: 600;
    }
    .main-text-wrap.mobile h1 {
        font-size: 22px;
        font-weight: 600;
    }
    .circle-text-wrap {
        margin-left: -20px;
    }
    #section1 .main-image {
        width: 160px !important;
        height: 180px !important;
    }
    .main-image .image-area img {
        width: 75px;
    }
    .sixth-image-warp .sixth-image {
        width: 220px;
    }
}
