@import url("/font/Y_spotlight/Y_spotlight.css");
@import url("./animation.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Y_spotlight', sans-serif;
    font-weight: normal !important;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-width: 1100px;
    height: fit-content;
    background-color: #0a192f;
}

#loader_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 30%);
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    width: 100%;
    height: 130px;
}

#logo {
    width: 110px;
    height: 30px;
    margin-top: 50px;
    margin-left: 75px;
    float: left;
    display: block;
}

#logo > img {
    width: 100%;
    height: 100%;
}

#header_gnb {
    width: 605px;
    height: 40px;
    margin-top: 45px;
    margin-right: 75px;
    float: right;
}

#header_gnb_wrap {
    width: 500px;
    height: 20px;
    margin-top: 10px;
    float: left;
    overflow: hidden;
}

#header_gnb_item {
    width: 100px;
    height: 100%;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    user-select: none;
    display: block;
}

#header_gnb_item:nth-child(2) {
    margin-right: 40px;
}

#header_gnb_item:last-child {
    margin-right: 0px;
}

#header_gnb_item_no {
    width: 30px;
    height: 100%;
    float: left;
    font-size: 15px;
    color: #64FFDA;
    text-align: left;
}

#header_gnb_item_content {
    width: 70px;
    height: 100%;
    float: left;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
}

#header_gnb_signup_btn {
    width: 100px;
    height: 40px;
    background-color: transparent;
    border-radius: 4px;
    display: block;
    font-size: 15px;
    color: #64FFDA;
    border: solid 1px #64FFDA;
    cursor: pointer;
    transition-duration: 300ms;
    float: right;
}

#header_gnb_signup_btn:focus {
    outline: none;
}

#header_gnb_signup_btn:hover {
    box-shadow: 0 0 30px rgba(255, 255, 255, 20%);
}

#welcome_page {
    width: 100%;
    height: calc(100vh - 130px);
    min-height: 750px;
    overflow: hidden;
    position: relative;
}

#welcome_text_wrap {
    width: 920px;
    height: 477px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);;
}

#welcome_text_wrap > h5 {
    display: block;
    font-size: 17px;
    width: 300px;
    color: #64FFDA;
    /* animation-name: slide_from_left; */
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: translateX(-10vw);
    opacity: 0;
}

#welcome_text_wrap > h1 {
    display: block;
    font-size: 80px;
    width: 860px;
    color: #FFFFFF;
    margin-top: 18px;
    /* animation-name: slide_from_left; */
    animation-duration: 1000ms;
    animation-delay: 100ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: translateX(-10vw);
    opacity: 0;
}

#welcome_text_wrap > h2 {
    display: block;
    font-size: 80px;
    width: 860px;
    color: #CCD6F6;
    /* animation-name: slide_from_left; */
    animation-duration: 1000ms;
    animation-delay: 200ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: translateX(-10vw);
    opacity: 0;
}

#welcome_text_wrap > h3 {
    display: block;
    font-size: 25px;
    width: 600px;
    color: #8892B0;
    margin-top: 20px;
    /* animation-name: slide_from_left; */
    animation-duration: 1000ms;
    animation-delay: 300ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: translateX(-10vw);
    opacity: 0;
}

#scroll_guide {
    width: 340px;
    height: 65px;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);;
    /* animation-name: fadein; */
    animation-duration: 1000ms;
    /* animation-delay: 1000ms; */
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 0;
}

#scroll_guide_text {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 17px;
    color: #8892B0;
}

#scroll_guide_arrow {
    width: 43px;
    height: fit-content;
    margin: 0 auto;
    margin-top: 17px;
    animation-name: float;
    animation-duration: 3000ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

#scroll_guide_arrow > svg {
    display: block;
}

#section_title {
    width: 100%;
    height: 63px;
    font-size: 48px;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

#about_us {
    width: 550px;
    height: 316px;
    margin: 0 auto;
    margin-top: 390px;
}

#about_us_content {
    width: 550px;
    text-align: center;
    height: fit-content;
    font-size: 22px;
    color: #CCD6F6;
    display: block;
    margin-top: 50px;
}

#what_we_do {
    width: 900px;
    height: 1611px;
    margin: 0 auto;
    margin-top: 450px;
}

#what_we_do_content_1 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #CCD6F6;
    display: block;
    margin-top: 50px;
}

#what_we_do_content_2 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #CCD6F6;
    display: block;
    margin-top: 35px;
}

#what_we_do_content_2_sub {
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    color: #CCD6F6;
    display: block;
    margin-top: 20px;
}

#what_we_do_box_wrap {
    width: 900px;
    height: 1350px;
    margin-top: 17px;
    overflow: hidden;
}

#what_we_do_box {
    width: 900px;
    height: 130px;
    background-color: #364355;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

#what_we_do_box_title {
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #FFFFFF;
    font-size: 25px;
    text-align: center;
    margin-top: 12px;
}

#what_we_do_box_content {
    width: 100%;
    height: fit-content;
    color: #CCD6F6;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
}

#what_we_do_box_content_sub {
    width: 100%;
    height: fit-content;
    color: #CCD6F6;
    font-size: 14px;
    text-align: center;
    margin-top: 18px;
}

#project_type {
    width: 1100px;
    height: 975px;
    margin: 0 auto;
    margin-top: 450px;
}

#project_type_content {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #CCD6F6;
    display: block;
    margin-top: 50px;
}

#project_type_list_box {
    width: 1100px;
    height: 700px;
    margin-top: 75px;
    border-radius: 10px;
    background-color: #364355;
}

#project_type_list_box_header {
    width: 100%;
    height: 75px;
}

#project_type_list_box_header > h3 {
    width: 220px;
    height: 40px;
    display: block;
    font-size: 30px;
    margin-top: 30px;
    float: left;
    text-align: center;
    color: #8892B0;
    cursor: pointer;
    transition-duration: 300ms;
}

#project_type_list_box_header > h3[data-selected="true"] {
    color: #FFFFFF;
    text-shadow: 0 0 40px rgba(255, 255, 255, 100%);
}

#project_type_list_box_header_move_bar_wrap {
    width: 100%;
    height: 3px;
}

#project_type_list_box_header_move_bar_box {
    width: 220px;
    height: 100%;
    transition-duration: 300ms;
}

#project_type_list_box_header_move_bar {
    width: 140px;
    height: 3px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
}

#project_type_list_box_content {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

#project_type_list_box_content_list_wrap {
    width: 700px;
    height: 511px;
    margin-left: 37px;
    margin-top: 50px;
    overflow: hidden;
}

#project_type_list_box_content_list_box {
    width: 100%;
    height: 53px;
    margin-top: 20px;
}

#project_type_list_box_content_list_box_dot_wrap {
    width: 49px;
    height: 100%;
    float: left;
}

#project_type_list_box_content_list_box_dot {
    width: 15px;
    height: 15px;
    margin-left: 15px;
    margin-top: 22px;
    background-color: #FFFFFF;
    border-radius: 100%;
}

#project_type_list_box_content_list_box_text {
    width: 651px;
    height: 100%;
    font-size: 40px;
    color: #FFFFFF;
    float: left;
    transition-duration: 200ms;
    transform: translateX(200px);
    opacity: 0;
}

#project_type_list_box_content_list_box_text[data-animation="true"] {
    transform: translateX(0px);
    opacity: 1;
}

#join_us {
    width: 900px;
    height: 553px;
    margin: 0 auto;
    margin-top: 480px;
}

#join_us_content {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #CCD6F6;
    display: block;
    margin-top: 50px;
}

#join_us_now_text {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    display: block;
    margin-top: 40px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 20%);
}

#join_us_button {
    width: 400px;
    height: 100px;
    background-color: #364355;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 220px;
    display: block;
    font-size: 40px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 50px rgba(255, 255, 255, 18%);
    transition-duration: 300ms;
}

#join_us_button:focus {
    outline: none;
}

#join_us_button:hover {
    box-shadow: 0 0 50px rgba(255, 255, 255, 30%);
}

#qna_list {
    width: 1000px;
    height: fit-content;
    margin: 0 auto;
    margin-top: 460px;
}

#qna_box_wrap {
    width: 100%;
    height: fit-content;
    margin-top: 140px;
}

#qna_box {
    width: 1000px;
    height: fit-content;
    border-radius: 10px;
    background-color: #233044;
    margin-top: 20px;
    cursor: pointer;
}

#qna_box_question_wrap {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    background-color: #364355;
}

#qna_box_question_text {
    width: 700px;
    height: 36px;
    margin-left: 30px;
    margin-top: 22px;
    float: left;
    font-size: 27px;
    color: #FFFFFF;
    user-select: none;
}

#qna_box_open_icon_wrap {
    width: 20px;
    height: 20px;
    margin-right: 30px;
    margin-top: 30px;
    float: right;
    cursor: pointer;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

#qna_box_open_icon_wrap > svg {
    display: block;
    margin: 0 auto;
    margin-top: 4px;
}

#qna_box_open_icon_wrap[data-expand="true"] {
    transform: rotate(180deg);
}

#qna_box_answer_animation_wrap {
    width: 100%;
    overflow: hidden;
    height: 0px;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

#qna_box_answer_animation_wrap[data-expand="true"] {
    height: 66px;
}

#qna_box_answer {
    width: 100%;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 50px;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
}

#question {
    width: 900px;
    height: 588px;
    margin: 0 auto;
    margin-top: 600px;
    margin-bottom: 600px;
}

#question_content {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #CCD6F6;
    display: block;
    margin-top: 50px;
}

#contact_us_button {
    width: 300px;
    height: 75px;
    background-color: #364355;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 170px;
    display: block;
    font-size: 30px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 50px rgba(255, 255, 255, 18%);
    transition-duration: 300ms;
}

#contact_us_button:focus {
    outline: none;
}

#contact_us_button:hover {
    box-shadow: 0 0 50px rgba(255, 255, 255, 30%);
}

#question_content_phone_number {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #CCD6F6;
    display: block;
    margin-top: 150px;
}

footer {
    width: 100%;
    height: 102px;
    border-top: solid 2px #364355;
}

#footer_content {
    width: 920px;
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
}

#footer_content_left {
    width: 450px;
    height: 100%;
    float: left;
}

#footer_content_right {
    width: 450px;
    height: 100%;
    float: right;
}

#service_provided_by {
    width: 100%;
    height: 24px;
    font-size: 18px;
    color: #CCD6F6;
    text-align: left;
}

#devkdy_link {
    width: 100%;
    height: 24px;
    margin-top: 12px;
}

#devkdy_link * {
    font-size: 18px;
    color: #CCD6F6;
    text-align: left;
}

#copyright {
    width: 100%;
    height: 24px;
    font-size: 18px;
    color: #CCD6F6;
    text-align: right;
}