@charset "utf-8";



img { 
    -webkit-perspective: 1; 
}

.wrap {
    overflow: hidden;
    color: #fff;
}

/* .wrap_box {
    padding-top: 130px;
} */

.header {
    height: 130px;
    /* position: fixed;
    z-index: 99;
    left: 0;
    top: 0; */
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
}

.header .logo_box a {

}

.header .logo_box a img {
    width: 100%;
}

.section01 {
    background: url(../images/web_01bg.png) no-repeat;
    background-position: 50% 100%;
    /* height: 100vh; */
    padding-bottom: 100px;
    margin-bottom: 10px;
}

.inner_box {
    padding: 0 13vw;
}

.inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 3vw;
    /* padding-top: 5vw; */
}

.text_box  {
    padding-bottom: 153px;
}

.text_box ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    gap: 20px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;

}

.text_box ul li {
    display: block;
}

.text_box ul li:first-child {
    color: #191919;
    font-size: 60px;
    margin-bottom: -20px;
    font-weight: 500;
}

.text_box ul li:nth-child(2) {
    font-family: 'Quicksand', sans-serif;
    color: #3ea0f2;
    font-size: 60px;
}

.text_box ul li:nth-child(3) {
    color: #555555;
    font-size: 22px;
}

.text_box ul li:nth-child(4) {
    padding-top: 35px;
}

.text_box ul li:nth-child(4) a:last-child {
    cursor: default;
}

.img_box img {
    width: 100%;
}

.section02 {
    background: #42a2f2;
    /* margin-top: -130px;
    height: 50vh; */
    padding: 8vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.text_inner {
    text-align: center;
}

.text_inner p {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    color: #fff;
}

.text_inner p:first-child {
    font-size: 42px;
    font-weight: 700;
}

.text_inner p:nth-child(2) {
    font-size: 20px;
    padding-top: 35px;
}

br.tab,
br.mo {
    display: none;
}

.inner.inner_02 {
    /* display: flex;
    justify-content: center;
    gap: 150px;
    padding: 7vw 3vw; */
    display: flex;
    justify-content: space-between;
    padding: 7vw;
    align-items: center;
}

.img_wrap {
    text-align: center;
}

.img_wrap img {
    width: 100%;
}

.phone_sh {
    filter: drop-shadow(5px 5px 5px rgba(108, 148, 209, 0.15));
}

.text_wrap {
    color: #000;
}

.text_wrap ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
}

.text_wrap ul li:nth-child(1) img {
    width: 100%;
}

.text_wrap ul li:nth-child(2) {
    font-size: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.text_wrap ul li:nth-child(3) {
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 30px;
}

.text_wrap ul li:nth-child(4) {
    font-size: 20px;
    color: #555555;
    line-height: 1.5;
}

.reverse {
    background-color: #f4f7fb;
}

.footer {
    background-color: #f4f7fb;
    height: 77px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer p {
    text-align: center;
    color: #949dad;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

/* 230313_header */
.header {
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}

.language_box {
    position: relative;
}

/* .lan_eng {
    display: none;
} */

.language_box span {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #222;
    cursor: pointer;
}

.language_box .lan {
    display: none;
}

.language_box .lan.active{
    display: block;
}
.language_box > span {
    font-weight: 500;
} 

.language_box span img {
    padding-right: 6px;
}


.language-select {
    /* font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    position: absolute;
    font-size: 14px;
    top: 200%;
    right: 0;
    display: inline-flex;
    flex-direction: column;
    color: #222;
    height: 34px;
    width: 80px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    transition: all 150ms ease-in-out */
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: calc(100% + 13px);
    left: 50%;
    transform: translate(-50%);
    background: rgb(255, 255, 255);
    /* border: 1px solid rgb(230, 230, 230); */
    border-radius: 8px;
    padding: 19px;
    row-gap: 9px;
    white-space: nowrap;
    display: none;
}

.language-select.open {
    height: 90px;
    /* box-shadow: rgba(99,99,99,0.2) 0px 2px 8px 0px; */
    box-shadow: rgba(108,148,209,0.15) 0px 2px 8px 0px;
    background-color: white;
    display: flex;
}

.language-select.open .active:after {
    color: #333
}

.language-select a {
    display: block;
    vertical-align: middle;
    text-align: left;
    justify-content: left;
    order: 2;
    border-radius: 4px;
    /* padding: 5px 15px; */
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* padding-top: 14px; */
}

.language-select a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.language-select a.active {
    position: relative;
    /* order: 1; */
    pointer-events: none;
    text-decoration: underline;
    -webkit-text-decoration-color: #222; /* Safari */  
    text-decoration-color: #222;
    text-underline-offset: 4px;
}

/* .language-select a.active:after {
    font-family: xeicon;
    color: white;
    font-weight: 400;
    content: "\e941";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block
} */


/* 230328-영문페이지 */
.inner.inner_02 {
    padding: 7vw 0;
    justify-content: space-around;
}

.img_wrap {
    width: 28%;
}

.text_wrap ul li:nth-child(3) {
    font-size: 45px;
}
