@charset "utf-8";

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url(/css/pretendard/woff2/Pretendard-Black.woff2) format('woff2'), url(/css/pretendard/woff/Pretendard-Black.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url(/css/pretendard/woff2/Pretendard-ExtraBold.woff2) format('woff2'), url(/css/pretendard/woff/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url(/css/pretendard/woff2/Pretendard-Bold.woff2) format('woff2'), url(/css/pretendard/woff/Pretendard-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url(/css/pretendard/woff2/Pretendard-SemiBold.woff2) format('woff2'), url(/css/pretendard/woff/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url(/css/pretendard/woff2/Pretendard-Medium.woff2) format('woff2'), url(/css/pretendard/woff/Pretendard-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url(/css/pretendard/woff2/Pretendard-Regular.woff2) format('woff2'), url(/css/pretendard/woff/Pretendard-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url(/css/pretendard/woff2/Pretendard-Light.woff2) format('woff2'), url(/css/pretendard/woff/Pretendard-Light.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url(/css/pretendard/woff2/Pretendard-ExtraLight.woff2) format('woff2'), url(/css/pretendard/woff/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url(/css/pretendard/woff2/Pretendard-Thin.woff2) format('woff2'), url(/css/pretendard/woff/Pretendard-Thin.woff) format('woff');
}

@font-face {
    font-family: iconfont;
    src: url(/_nuxt/iconfont.dGfn3e66.woff2?t=1735523213527) format("woff2"), url(/_nuxt/iconfont.DBBVYAWP.woff?t=1735523213527) format("woff"), url(/_nuxt/iconfont.BiB2n_6C.ttf?t=1735523213527) format("truetype")
}



html {
    font-family: 'Pretendard', sans-serif;
    scroll-behavior: smooth;
}

html,
body {
    display: block;
    margin: 0;
    height: 100%;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.0rem;
    background-color: #fff;
    color: #2c2c2c;
    overflow-x: hidden;
    box-sizing: border-box;
    line-height:150%;
}

ul,
li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

input:focus,
select:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: 0;
}

.pc {display:block;}
.mobile {display: none;}

/* 스크롤바 */
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    height: 30%;
    background: #038E2A;
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);
}


#wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}


/* header */
.top_menu {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

.top_menu.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    /* 스크롤 시 나타날 배경색 */
}


.top_leftmenu {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}


.top_leftmenu .logo img {
    width: 12.5rem;
    margin-top:10px;
}

.top_leftmenu .main_menu {
    display: flex;
    align-items: center;
    gap: 2.0rem;
    width: 100%;
    justify-content: center;
}

.top_leftmenu .main_menu a:hover {
    color: #00bd8d;
    transition: all 0.3s ease-in-out;
}

.top_rightmenu {
    height: 60px
}




/* background */

.bg_white {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
}
.bg_gray {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #F3F3F6;
}
.bg_green1 {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #74996A !important;
    color:#fff;
}
.bg_green2 {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #53968D !important;
    color:#fff;
}

.bg_green1 p, .bg_green2 p {
    color:#fff !important;
}






.main_body {
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 60px 20px;
}

.title_box {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.title_box ul li {
    padding: 0.3rem 0;
}

.main_2box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.main_2box .left_box {
    width: 60%;
}

.main_2box .left_box img {
    width: 120px;
    margin-right: 2.0rem;
}

.main_2box .left_box ul li {
    padding: 0.5rem 0;
    font-size: 1.1rem;
    line-height: 150%;
}

.main_2box .right_box {
    width: 40%;
}

.main_2box .right_box img {
    width: 90%;
    border-radius: 2.0rem;
    border: 20px solid #F3F3F6;
}

.sub_2box {
    width: 100%;
    display: flex;
    gap: 30px;
    padding: 20px 0;
    align-items: center;
}

.sub_2box .left_box {
    width: 50%;
    line-height: 150%;
}

.sub_2box .right_box {
    width: 50%;
}

.sub_2box .right_box img {
    width: 100%;
    border-radius: 1.5rem;
    
}

.sub_4box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 20px 0;
    position: relative;
}

.sub_4box .sub_box_g {
    line-height: 150%;
    border-radius: 20px;
    background-color: #f3f3f6;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
}

.sub_4box .sub_box_g b {
    display:contents;
}

.sub_4box .sub_box_g img {
    width: 50px;
}

.sub_4box .sub_box_g p {
    color: #038E2A;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 10px;
}

.sub_4box .sub_box_w {
    line-height: 150%;
    border-radius: 20px;
    background-color: #fff;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
}

.sub_4box .sub_box_w img {
    width: 50px;
}

.sub_4box .sub_box_w p {
    color: #038E2A;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 10px;
}
.sub_4box .sub_box_w p.txt_red {
    color: #AC1919;
}

.sub_4box .sub_box_w b {
    color:#038E2A;
    display: contents;
}

.sub_4box .sub_box_w .sub_box_top {
    text-align: left;
    color:#000;
    font-size:1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.sub_4box .sub_box_w .sub_box_top img {
    width:150px;
    margin-bottom:2.0rem;
}
.sub_4box .sub_box_w .sub_box_top p {
    color:#000;
    display:flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.sub_4box .sub_box_w .sub_box_text {
    text-align: left;
    width:100%;
}
.sub_4box .sub_box_w .sub_text_box {
    display:flex;
    flex-direction: column;
    width: 100%;
}
.sub_4box .sub_box_w .sub_text_box p {
    font-size:1.1rem;
    font-weight: bold;
    color:#000;
    margin-bottom: 10px;
    margin-top: 20px;
}
.sub_4box .sub_box_w .sub_text_box ul {
    text-align: left;
}
.sub_4box .sub_box_w .sub_text_box ul li {
    padding:10px 0;
    border-bottom:1px dotted #D9D9D9;
}

.center_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.center_image img {
    width:250px;
}

.sub_2box .sub_box {
    line-height: 150%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
}

.sub_2box .sub_box img {
    width: 100%;
    border-radius: 20px;
}

.sub_2box .left_subbox, .sub_2box .right_subbox {
    width: 50%;
}
.sub_2box .left_subbox img {
    width: 100%;
}
.sub_2box .right_subbox ul {
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
}
.sub_2box .right_subbox ul li{
    display: flex;
    gap: 1.5rem;
    align-items: center;
}
.sub_2box .right_subbox ul li p{
   background-color: #518742;
   padding:2px;
   color:#fff;
   border-radius: 5px;
   text-align: center;
   font-size: 0.9rem;
   width:120px;
}

.sub_2box .left_databox, .sub_2box .right_databox {
    width: 40%;
    padding:20px;
    background-color: #F3F3F6;
    text-align: center;
    border-radius: 20px;
    font-size:1.2rem;
    font-weight: 600;
}
.sub_2box .left_databox img, .sub_2box .right_databox img {
    width: 100%;
    margin-bottom:1.0rem;
}

.main_support {
    width: 100%;
    max-height: 1200px;
    background-image: url(../images/mainbg_support.jpg);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
    align-items: center;
}
.support_body {
    padding:100px 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.support_body ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sub_6box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
}

.sub_6box .sub_box_g {
    line-height: 150%;
    border-radius: 20px;
    background-color: #f3f3f6;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    position: relative;
}
.sub_6box .sub_box_g img {
    width: 50px;
}

.sub_6box .sub_box_g p {
    color: #000;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
    margin-top: 10px;
}

.sub_6box .sub_box_g .sub_icon {
    background-color: #FFCB1E;
    color:#000;
    padding:5px 15px;
    position: absolute;
    top:-16px;
    border-radius: 50px;
}

.sub_6box .sub_box_w {
    line-height: 150%;
    border-radius: 20px;
    background-color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    position: relative;
}
.sub_6box .sub_box_w img {
    width: 50px;
}

.sub_6box .sub_box_w p {
    color: #000;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
    margin-top: 10px;
}

.sub_6box .sub_box_w .sub_icon {
    background-color: #FFCB1E;
    color:#000;
    padding:5px 15px;
    position: absolute;
    top:-16px;
    border-radius: 50px;
}

.sub_6box .sub_box_s1 {
    line-height: 150%;
    display: flex;
    flex-direction: column;
    gap:30px;
    justify-content: space-between;
    order: 0;
    height:100%;
    max-height:700px;
}

.sub_6box .sub_box_s1 .sub_support_box {
    background-color: #F3F3F6;
    border-radius: 20px;
    padding:30px;
    display: flex;
    flex-direction: column;
    gap:1.5rem;
    height: -webkit-fill-available;
}
.sub_6box .sub_box_s2 {
    line-height: 150%;
    display: flex;
    flex-direction: column;
    background-color: #fae100;
    color:#000;
    border-radius: 30px;
    padding:30px;
    gap:1.0rem;
    flex: 1;
    order: 0;
    max-height:700px;
    
}

.sub_table {
    width:100%;
    background-color: #fff;
    padding:40px;
}
.sub_table table {
    width:100%;
    border-collapse: collapse;
}
.sub_table table img {
    width:200px;
}
.sub_table table th {
    text-align: center;
    padding: 10px;
    background-color: #363944;
    font-weight: normal;
    color:#fff;
}
.sub_table table td {
    text-align: center;
    border-bottom:1px solid #cacaca;
}
.sub_table table td:nth-child(2) {
    background-color: #F3F3F6;
}

.support_title {
    font-size:1.2rem;
    font-weight: 600;
    display: flex;
    gap:0.5rem;
    align-items: center;
}
.support_title img {
    height:1.5rem;
}
.support_infobox1 ul {
    display: flex;
    gap: 0.5rem; 
    justify-content: space-between;   
}
.support_infobox2 {
    border-top:1px solid #D9D9D9;
    padding-top:1.0rem;
}
.support_qrbox {
    background-color:#fff;
    height:140px;
    width:100%;
    text-align: center;
}
.support_qrbox img {
    height:100%;
    padding:20px;    
}
.support_info {
    width:100%;
}
.support_info img {
    width:100%;
}
.support_messagebox {
    width:100%;
}
.support_messagebox2 {
    width:100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:1.0rem;
}
.support_messagebox2 b {
    font-size: 1.2rem;
    font-weight: 600;
}
.support_messagebox2 p {
    font-size: 2.0rem;
    font-weight: 600;
}



/* sub */
.sub_company {
    width: 100%;
    background-image: url(../images/company_main.jpg);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
    align-items: center;
    height:40vh;
    min-height:400px;
}
.sub_business {
    width: 100%;
    background-image: url(../images/business_main.jpg);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
    align-items: center;
    height:40vh;
    min-height:400px;
}
.sub_introduction {
    width: 100%;
    background-image: url(../images/introduction_main.jpg);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
    align-items: center;
    height:40vh;
    min-height:400px;
}
.sub_data {
    width: 100%;
    background-image: url(../images/data_main.jpg);
    background-size: cover;
    background-position: bottom;
    color:#fff;
    display: flex;
    align-items: center;
    height:40vh;
    min-height:400px;
}
.top_body {
    display: flex;
    flex-direction: column;
    gap:0.5rem;
    width:100%;
    max-width: 1200px;
    margin:0 auto;
    padding:20px;
}

.sub_goal {
    width: 100%;
    max-height: 1200px;
    background-image: url(../images/bg_goal.jpg);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
    align-items: center;
}
.sub_download {
    width: 100%;
    max-height: 1200px;
    background-image: url(../images/bg_download.jpg);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
    align-items: center;
}
.sub_support {
    width: 100%;
    max-height: 1200px;
    background-image: url(../images/bg_support.jpg);
    background-size: cover;
    background-position: top;
    color:#fff;
    display: flex;
    align-items: center;
    height:40vh;
    min-height:400px;
}

.yudal_video {
    width: 100%;
    position: relative;   
}
.video_mainbody {
    width:100%;
    height:100vh;
}
.yudal_video video {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
}
.video_text {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size:1.2rem;
    line-height:150%;
}
.video_text h3 {
    font-size:2.0rem;
    margin-bottom:0.8rem;
}

.sub_location {
    display:flex;
    flex-direction: column;
}
.sub_location .location_info {
    display: flex;
    justify-content: space-between;
    padding-top:20px;
}
.sub_location .location_info .location_right {
    display: flex;
    gap:2.0rem;
}
.location_icon {
    display:flex;
    gap:1.0rem;
    align-items: center;
}
.location_icon img {
    width:3.0rem;
}
.location_icon p {
    display:flex;
    flex-direction: column;
}
.location_icon p b {
    font-size:1.1rem;
    font-weight: 600;
    color:#000;
}
.sub_business_body {
    display: flex;
    flex-direction: column;
    gap:1.4rem;
}
.sub_business_body .sub_business_box {
    display:flex;
}
.sub_business_body .business_menu01 {
    width: 100%;
    background-image: url(../images/business_image01.png);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
}
.sub_business_body .business_menu02{
    width: 100%;
    background-image: url(../images/business_image02.png);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
}
.sub_business_body .business_menu03 {
    width: 100%;
    background-image: url(../images/business_image03.png);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
}
.sub_business_body .business_menu04 {
    width: 100%;
    background-image: url(../images/business_image04.png);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
}
.sub_business_body .business_menu05 {
    width: 100%;
    background-image: url(../images/business_image05.png);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
}
.sub_business_body .introduction_menu01 {
    width: 100%;
    background-image: url(../images/introduction_image01.png);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
    min-height:280px;
    height:100%;
}
.sub_business_body .introduction_menu02 {
    width: 100%;
    background-image: url(../images/introduction_image02.png);
    background-size: cover;
    background-position: center;
    color:#fff;
    display: flex;
}
.sub_business_body .sub_business_box .business_left {
    width:38%;
    border-radius: 20px 0 0 20px;
    display: flex;    
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}
.sub_business_body .sub_business_box .business_left span {
    font-size:0.9rem;
    font-weight: normal;
}
.sub_business_body .sub_business_box .business_right {
    width:62%;
    display: flex;
    flex-direction: column;
    gap:1.0rem;
    border-radius: 0 20px 20px 0;
    background-color: #F3F3F6;
    padding:30px;
}
.sub_business_body .sub_business_box .business_right p {
    width:100%;
}
.sub_business_body .sub_business_box .introduction_right {
    width:62%;
    display: flex;
    flex-direction: column;
    gap:1.0rem;
    border-radius: 0 20px 20px 0;
    background-color: #F3F3F6;
    padding:30px;
    justify-content: center;
}
.sub_business_body .sub_business_box .introduction_right p {
    width:100%;
    font-size: 1.1em;
    font-weight: 600;
}
.sub_business_body .sub_business_box .business_right .rightbox_body {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0rem;
}
.sub_business_body .sub_business_box .introduction_right .rightbox_body ul li {
    padding-bottom:10px;
}
.sub_business_body .sub_business_box .business_right .rightbox_body2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.0rem;
}
.sub_business_body .sub_business_box .business_right .rightbox_body .business_4box {
    display: flex;
    gap: 1.0rem;
    text-align: center;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sub_business_body .sub_business_box .business_right .rightbox_body .business_4box:hover {
     transform: scale(1.05); 
     transition: all 0.3s ease-in-out;
     cursor: pointer;
}
.sub_business_body .sub_business_box .business_right .rightbox_body2 .business_4box {
    display: flex;
    gap: 1.0rem;
    text-align: center;
    padding:60px 20px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sub_business_body .sub_business_box .business_right .rightbox_body2 .business_4box:hover {
     transform: scale(1.05); 
     transition: all 0.3s ease-in-out;
     cursor: pointer;
}


.sub_introduction_body {
    display: flex;
    flex-direction: column;
    gap:1.4rem;
    margin-top:80px;
}
.sub_introduction_body .introduction_img {
    width: 100%;
    display: flex;
    justify-content: center;
    display:none;
}
.sub_introduction_body .introduction_img img {
    width:100%;
}

.sub_introduction_body .introduction_top {
    display: flex;
    justify-content: center;
    gap: 2.0rem;
    margin-left: 130px;
}
.sub_introduction_body .introduction_top .introduction_infobox {
    display:flex;
    gap:1.0rem;
    align-items: center;
    border:1px solid #3A3A3A;
    padding:10px 20px;
    border-radius: 10px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}
.sub_introduction_body .introduction_top .introduction_infobox:hover {
    transform: scale(1.05); 
    transition: all 0.3s ease-in-out;
    border:1px solid #038E2A;
}
.sub_introduction_body .introduction_top .introduction_infobox img {
    height:3.0rem;
}
.sub_introduction_body .introduction_top .introduction_infobox p {
    display: flex;
    flex-direction: column
}
.sub_introduction_body .introduction_top .introduction_infobox p b {
    font-weight: 600;
    font-size: 1.1rem;
    color:#038E2A;
}

.sub_introduction_body .introduction_spec p {
    font-size: 1.2rem;
    font-weight: bold;
    display:flex;
    align-items: center;
    gap:0.5rem;
    margin-bottom:0.5rem;
}
.sub_introduction_body .introduction_spec img {
    width:1.5rem;
}
.sub_introduction_body .introduction_spec .spec_box {
    padding:10px 20px;
    border:1px solid #D9D9D9;
    width:fit-content;
}
.sub_introduction_body .introduction_spec .spec_box ul li {    
    padding:5px;
}
.sub_introduction_body .introduction_spec .spec_box ul li:first-child {
    border-bottom:1px solid #D9D9D9;
}
.sub_introduction_body .introduction_table {
    border:1px solid #D9D9D9;
    padding:20px;
}
.sub_introduction_body .introduction_table ul li {    
    padding:10px;
    border-bottom:1px solid #D9D9D9;
    display: flex;
    gap:4.0rem;
}
.sub_introduction_body .introduction_table ul li p {    
   font-size: 1.1rem;
   font-weight: 600;
   width:150px;
   text-align: right;
}
.sub_introduction_body .introduction_table ul li:last-child {
    border-bottom:0;
}




/* mouse over-- */
.sub_introduction_body .introduction_img_pc {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    height:630px;
    padding-right:110px;
}
.sub_introduction_body .introduction_img_pc img {
    width:700px;
}
.sub_introduction_body .introduction_img_pc .introduction_box {
    background-color:#F3F3F6;
    position: absolute;
    line-height: 100%;
    border-radius: 10px;
    padding:10px 30px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor:pointer;
}
.sub_introduction_body .introduction_img_pc .introduction_box:hover {
    transform: scale(1.12); 
    z-index: 2;
    border: 1px solid #038E2A;
}
.sub_introduction_body .introduction_img_pc .introduction_box:hover:last-child {
    transform: scale(1.0); 
    z-index: 2;
    border: 0;
}
.sub_introduction_body .introduction_img_pc .introduction_box p {
    color:#038E2A;
    font-size:1.1rem;
    font-weight: 600;
    line-height: 150%;
}
.sub_introduction_body .introduction_img_pc .box01 {
    top: 36px;
    left: 90px;
}
.sub_introduction_body .introduction_img_pc .box02 {
    top: 345px;
    left: 90px;
}
.sub_introduction_body .introduction_img_pc .box03 {
    bottom: 10px;
    left: 270px;
}
.sub_introduction_body .introduction_img_pc .box04 {
    bottom: 10px;
    right: 208px;
}
.sub_introduction_body .introduction_img_pc .box05 {
    top: 193px;
    right: 110px;
}
.sub_introduction_body .introduction_img_pc .box06 {
    top: 210px;
    right: 41%;
    width: 213px;
    padding: 10px 20px;
}




/* --margin-- */

.margin_b20 {
    margin-bottom: 2.0rem;
}
.gap_50 {
    gap: 50px;
}
.padding_40100 {
    padding: 40px 100px !important;
}
.padding_40 {
    padding: 40px !important;
}
.padding_50 {
    padding: 50px !important;
}
.margin_center {
    justify-content: center;
}



/* kakao map-- */
.map_wrap {
    position: relative;
    width: 100%;
    padding-bottom: 42%; /* 16:9 비율 */
    height: 0;
    overflow: hidden;
  }
  .map_wrap > .root_daum_roughmap {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    /* min-height:600px; */
  }
  .root_daum_roughmap .cont {
    display: none;
  }
  .root_daum_roughmap .wrap_map {
    max-height:450px !important;
    height:100% !important;
  }



/* box color */
.box_green {
    background-color: #518742;
    color:#fff;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
}
.box_green p {
    color:#000;
    background-color: #FFCB1E;
    border-radius: 50%;
    width:3.0rem !important;
    height:3.0rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.box_green span {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
}
.box_white {
    background-color: #fff;
    color:#000;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
}
.box_white span {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.box_blue {
    background-color: #537996;
    color:#fff;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
}
.box_blue p {
    color:#fff;
    background-color: #213694;
    border-radius: 50%;
    width:3.0rem !important;
    height:3.0rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.box_blue span {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
}


/* footer */
.footer {
    width: 100%;
    height: auto;
    background-color: #303030;
    color:#dbdbdb;
    box-sizing: border-box;    
}

.footer_body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 40px 20px;
    display: flex;
    justify-content: space-between;
}
.footer_body .footer_left {
   font-size:0.9rem;
   width:60%;
}
.footer_body .footer_left img {
    width:180px;
    margin-bottom:20px;
}
.footer_body .footer_left ul {
    display: flex;
    column-gap: 2.0rem;
    flex-wrap: wrap;
}
.footer_body .footer_right ul {
   display: flex;
   gap:1.0rem;
   align-items: center;
}
.footer_body .footer_right ul img {
    width:1.5rem;
}
.footer_copyright {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    border-top:1px solid #6e6e6e;
    display: flex;
    justify-content: space-between;
    padding:20px 20px 40px 20px;
    font-size: 0.8rem;
}
.footer_copyright .footer_menu ul {
    display: flex;
    gap: 1.0rem;
}


/* align */
.aling_right {
    text-align: right;
}
.aling_center {
   justify-content: center;
   gap:10px;
   align-items: unset;
}

/* text */
.green_txt {
    color: #038E2A;
}

.black_txt {
    color: #000;
}

.large_text {
    font-size: 2.2rem !important;
    font-weight: 600;
    line-height: 100%;
}

.title_text {
    font-size: 2.0rem !important;
    font-weight: 600;
}
.title_text2 {
    font-size: 2.0rem !important;
    font-weight: 600;
}

.normal_text {
    font-size: 1.2rem !important;
    font-weight: 400;
    line-height: 180%;
}
.normal_text b {
    font-weight: 600;
}
.button_text {
    display:flex;
    gap:1.0rem;
}




/* top */
.scroll_menu {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap:0.5rem;
}

.go-top {
  background-color: #fff;
  color: rgb(75, 75, 75);
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  width:50px;
  height:50px;
  line-height: 50px;
}

.go-top.show {
  opacity: 1;
  pointer-events: auto;
}

.go-top:hover {
  background-color: #F3F3F6;
}

.kakao {
    display: block;
    text-align: center;
}
.kakao img {
    width: 50px;
    height: 50px;
    border-radius: 50%;;
}


/* mouse */

.mouse-wrapper {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0.8;
  z-index: 99;
  font-size: 0.8rem;
  color:#fff;
}

.mouse-icon {
  display: block;
  margin: 0 auto;
}

.scroll-dot {
  animation: scrollAnim 1.5s infinite ease-in-out;
}

.arrow-down {
  font-size: 18px;
  color: white;
  margin-top: 6px;
  animation: arrowAnim 1.5s infinite ease-in-out;
}

@keyframes scrollAnim {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: translateY(6px);
  }
  100% {
    opacity: 0;
    transform: translateY(12px);
  }
}

@keyframes arrowAnim {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: translateY(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




/* swiper */
.swiper_section {
    width: 100%;
    height: 100vh;
    max-height: 1200px;
    position: relative;
    background-color: #000;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    bottom: 10% !important;
}

.swiper-pagination-bullet {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-pagination span {
    padding: 0.5rem;
    border-radius: 50px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 1.1rem;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff3;
    /*  border:1px solid #fff; */
    color: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: unset;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper_body {
    position: absolute;
    width: 90%;
    max-width: 1200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color:#fff;
    display: flex;
    flex-direction: column;
    gap:1.0rem;
}

.swiper_body .swiper_text {
    width:100%;
}




/* button */
.btn_green {
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #00bd8d;
    border: 0;
    width: 150px;
    cursor: pointer;
}
.btn_support {
    background-color: #FEE500;
    color:#000;
    padding:5px 15px;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap:0.5rem;
}
.btn_support img {
    width:1.5rem;
}
.btn_main {
    background-color: transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    padding:5px 15px;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap:0.5rem;
}
.btn_trans {
    color: #fff;
    padding: 8px 15px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    border:1px solid #fff;
}
.btn_kakao {
    background-color: #370F0F;
    color:#fff;
    padding:10px 15px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.1rem;
}


@media (max-width:1100px) {

.sub_introduction_body .introduction_img {
    display:block;
}
.sub_introduction_body .introduction_img_pc {
    display:none;
}
.sub_introduction_body .introduction_top {
    margin-left:unset;
}
}



@media (max-width:768px) {

    body {
    font-size: 0.9rem;
    word-break: keep-all;
}

.text_normal {
     word-break: normal;

}

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }


    /* header mobile */
    .hamburger-logo {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 10;
    }

    .hamburger-logo img {
        width: 10.0rem;
    }

    /* 햄버거 아이콘 */
    .hamburger-icon {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        z-index: 889;
        transition: transform 0.3s ease;
    }

    .hamburger-icon span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #00bd8d;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    /* 햄버거 아이콘이 닫기 아이콘으로 변환 */
    .hamburger-icon.active span:nth-child(1) {
        transform: rotate(45deg) translate(10px, 5px);
        background-color: #333;
    }

    .hamburger-icon.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-icon.active span:nth-child(3) {
        transform: rotate(-45deg) translate(11px, -6px);
        background-color: #333;
    }

    .hamburger_text {
        position: fixed;
        top: 48px;
        right: 22px;
        width: 30px;
        color: #fff;
        z-index: 10;     
    }

    /* 메뉴 오버레이 */
    .menu-overlay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100%;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        transition: right 0.3s ease;
        z-index: 777;
    }

    .menu-overlay.active {
        right: 0;
    }

    .menu-content {
        padding: 30px;
    }

    .menu-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding: 30px 0 20px 0;
    }

    .menu-content ul.welcome {
        display: flex;
        flex-direction: column;
        /* color: #00bd8d; */
        align-items: center;
        border-bottom: 1px solid #dbdbdb;
    }

    .menu-content ul.welcome img {
        width: 80%;
    }

    .menu-content ul li {
        margin-bottom: 10px;
    }

    .menu-content ul li a {
        text-decoration: none;
        color: #333;
        font-size: 18px;
    }


    .main_2box, .sub_2box, .sub_6box, .sub_4box {
        flex-direction: column;
        align-items: center;
        gap:2.0rem;
        padding: 0;
    }
    .sub_2box {margin-bottom:2.0rem;}
    .main_2box .left_box, .main_2box .right_box, .sub_2box .left_box, .sub_2box .right_box {
        width: 100%;
    }
    .main_2box .right_box img {
        width: 100%;
       border: 20px solid #F3F3F6;
    }

    .sub_4box, .sub_6box, .sub_2box {
        grid-template-columns: 1fr; 
    }

    .top_body {
        text-align: center;
    }
    .sub_company {
        height:30vh;
        min-height:300px;
    }
    .sub_2box .left_subbox, .sub_2box .right_subbox {
        width: 100%;
    }
    .sub_2box .right_subbox ul {
        gap:0.8rem;
    }
    .sub_2box .right_subbox ul li {
        gap:0.5rem;
    }
    .sub_2box .right_subbox ul li p {
        width:90px;
        font-size:0.8rem;
    }
    .sub_4box .sub_box_w, .sub_4box .sub_box_g, .sub_6box .sub_box_w, .sub_6box .sub_box_g {
        padding:8% !important;
    }
    .sub_4box .sub_box_w .sub_box_top img {
        width:60px;
    }
    .center_image {
        display: none;
    }
    .sub_location .location_info, .sub_location .location_info .location_right {
        flex-direction: column;
        gap:1.0rem;
    }
    .sub_introduction_body {
        margin-top:0;
    }
    .sub_introduction_body .introduction_top {
        flex-direction: column;
        gap:0.5rem;
    }
    .sub_introduction_body .introduction_top .introduction_infobox {
        justify-content: space-evenly;
        padding:10px;
        scale:0.9
    }
    .sub_introduction_body .introduction_top .introduction_infobox p b {
        font-size:1.0rem;
    }
    .sub_introduction_body .introduction_top .introduction_infobox img {
        height:2.5rem;
    }
    .introduction_table ul {
        display: flex;
        flex-direction: column;
    }
    .sub_introduction_body .introduction_table ul li {
        flex-direction: column;
        align-items: flex-start;
        gap:0.5rem;
        padding: 20px 0;
    }
    .sub_introduction_body .introduction_table ul li p {
        text-align: left;
    }

    .sub_business_body .introduction_menu01, .sub_business_body .introduction_menu02 {
        min-height:200px;
    }
    .sub_business_body .sub_business_box .introduction_right {
        width:100%;
        border-radius: 0 0 20px 20px;
    }
    .sub_table {
        padding:10px;
        width: 100%;
        font-size:0.8rem;
    }
    .sub_table table th, .sub_table table td {
        padding:0 5px;
    }
    .sub_table table img {
        width:100px;
    }



    /* swiper */

    .swiper_body {
        padding: 0 30px;
    }

    .swiper_body .swiper_button {
        padding: 0 4%;
    }

    .swiper-mobile {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding: 10px;
    }

    .swiper-pagination {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding: 10px;
        gap: 0;
        z-index: 99;
    }




    /* kakao map-- */
    .map_wrap {
        padding-bottom:70%;
    }
    .map_wrap > .root_daum_roughmap {
        min-height:unset;
    }

    /* footer */
    .footer_body {
        flex-direction: column;
        align-items: center;
        gap:1.0rem;
    }
    .footer_body .footer_left, .footer_body .footer_right {
        width: 100%;
    }
    .footer_copyright {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .sub_business_body .sub_business_box {
        flex-direction: column;
    }
    .sub_business_body .sub_business_box .business_left,
    .sub_business_body .sub_business_box .business_right {
        width: 100%;
    }
    .sub_business_body .sub_business_box .business_left {
        border-radius: 10px 10px 0 0;
        text-align: center;
        padding: 50px;
    }
    .sub_business_body .sub_business_box .business_right .rightbox_body {
        grid-template-columns: 1fr;
    }
    .sub_business_body .sub_business_box .business_right {
        border-radius: 0 0 10px 10px;
    }
    .sub_2box .left_databox, .sub_2box .right_databox {
        width:100%;
    }

    .sub_6box .sub_box_s2 {
        order: -1;
    }

    .main_2box .left_box ul li {
        font-size:1.0rem;
    }
    .main_2box .left_box ul li.main_2image {
        text-align: center;
    }

    .title_text {
        font-size: 1.5rem !important;
        line-height:100%;
    }
    .title_text2 {
        font-size:7.0vw !important;
        line-height:100%;
    }
    .normal_text {
        font-size: 1.0rem !important;
        line-height: 140%;
    }
    .large_text {
        font-size: 1.7rem !important;
    }

    .video_text {
        text-align: center;
        font-size:1.0rem;
    }
    .video_text h3 {
        font-size:1.5rem;
    }
    .sub_4box .sub_box_w .sub_box_top p {
        font-size:1.1rem;
    }
    .main_2box .left_box img {
        width:100px;
        margin-right:1.0rem;
    }


}