@charset "utf-8";
@font-face {font-family: "GmarketSansMedium";src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face {font-family: "Pretendard";font-weight: 900;src: url(/../../font/Pretendard-Black.woff) format('woff');}
@font-face {font-family: "Pretendard";font-weight: 800;src: url(/../../font/Pretendard-ExtraBold.woff) format('woff');}
@font-face {font-family: "Pretendard";font-weight: 700;src: url(/../../font/Pretendard-Bold.woff) format('woff');}
@font-face {font-family: "Pretendard";font-weight: 600;src: url(/../../font/Pretendard-SemiBold.woff) format('woff');}
@font-face {font-family: "Pretendard";font-weight: 500;src: url(/../../font/Pretendard-Medium.woff) format('woff');}
@font-face {font-family: "Pretendard";font-weight: 400;src: url(/../../font/Pretendard-Regular.woff) format('woff');}
@font-face {font-family: "Pretendard";font-weight: 300;src: url(/../../font/Pretendard-Light.woff) format('woff');}
@font-face {font-family: "Pretendard";font-weight: 200;src: url(/../../font/Pretendard-ExtraLight.woff) format('woff');}
@font-face {font-family: "Pretendard";font-weight: 100;src: url(/../../font/Pretendard-Thin.woff) format('woff');}
*{box-sizing: border-box;padding: 0;margin: 0;font-family:'Pretendard' !important; word-break: keep-all;}
.fa{font: normal normal normal 14px / 1 FontAwesome !important;}
a{text-decoration: none;}
ul{list-style: none;}
button{background-color: transparent; cursor: pointer;border: none;outline: none;}
img{border:0; display:block;}
h1, h2, h3, h4, h5, h6{padding:0;margin:0}
p{padding:0;margin:0;word-break: keep-all;}
input{border: none;box-shadow: none;}
input:focus{outline: none;}
#theme-controller .fixed-top{z-index: 999999;}
.modal{z-index: 999999;}
.nt-container{max-width: unset !important;width: 100%;}
#nt_sidebar_move{display: none;}
:root {
    --font-60:60px;
    --font-50:50px;
    --font-40:40px;
    --font-35:35px;
    --font-30:30px;
    --font-24:24px;
    --font-20:20px;
    --font-18:18px;
    --font-15:15px;
    --max-width:1100px;
    --font-inter:"Inter";
    --font-gmarket:"GmarketSansMedium";
    --font-noto:"Noto Serif";
    /* font-optical-sizing: auto; font-style: normal; */
}
@media screen and (max-width:800px){
    :root {
        --font-60:40px;
        --font-50:35px;
        --font-40:30px;
        --font-35:25px;
        --font-30:23px;
        --font-24:21px;
        --font-20:18px;
        --font-18:15px;
        --font-15:13px;
    }
}
@media screen and (max-width:600px){
    :root {
        --font-60:30px;
        --font-50:27px;
        --font-40:24px;
        --font-35:22px;
        --font-30:20px;
        --font-24:18px;
        --font-20:16px;
    }
}




/* head 시작 */
#nt_header{background: #F7F7F7;}
#nt_header #head{width: calc(100% - 40px);max-width: var(--max-width);padding: 37px 0; margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
#nt_header #head>a{height: 100%;display: block;height: 42px;}
#nt_header #head>a img{height: 100%;}
#nt_header #head .menu_wrap{}
#nt_header #head .menu_wrap>div{}
#nt_header #head .log_wrap{position: absolute; top: 0; left: 50%; width: calc(100% - 40px); max-width: var(--max-width); transform: translateX(-50%); height: 30px; display: flex ; justify-content: flex-end; align-items: center; column-gap: 5px;}
#nt_header #head .log_wrap a{height: 25px; line-height: 23px !important; padding: 0; width: 30px; font-size: var(--font-15);}
#nt_header #head .menu_btn{display: none;position: absolute; top: 15px; right: 20px; height: 40px;width: 40px; padding: 0; justify-content: center; align-items: center;}
#nt_header #head .menu_btn img{filter: grayscale(1);height: 70%;}
#nt_menu{}
#nt_menu>ul{display: flex;align-items: center;column-gap: 4vw;}
#nt_menu>ul>li{position: relative;top: 0;left: 0;}
#nt_menu>ul>li>a{font-optical-sizing: auto; font-style: normal; color: #000; font-size: var(--font-18); line-height: 42px; display: block;}
#nt_menu>ul>li.on>a{padding: 0 2vw; background: #000; color: #fff; border-radius: 50px;}
#nt_menu>ul>li .sub_menu_wrap{z-index: 9; position: absolute; width: max-content; top: 42px; left: 50%; transform: translateX(-50%); display: flex; flex-flow: column; justify-content: center; align-items: center;background: #ddd;display: none;}
#nt_menu>ul>li .sub_menu_wrap a{display: block;width: 100%;text-align: center;font-size: calc(var(--font-18) - 2px);color: #000;line-height: 40px;padding: 0 20px;}
#nt_menu>ul>li:hover .sub_menu_wrap{display: block;}
@media screen and (max-width:900px){
    #nt_header{padding-bottom: 20px;}
    #nt_header #head{flex-flow: column;padding: 0;}
    #nt_header #head>a{height: 70px;padding: 20px 10px;}
    #nt_header #head .menu_wrap{width: 100%;}
    #nt_header #head .menu_wrap>div{width: 100%;}
    #nt_menu{width: 100%;}
    #nt_menu>ul{width: fit-content; min-width: 100%; justify-content: center; min-width: 430px; column-gap: 25px; margin: 0 auto;}
    #nt_menu>ul>li.on>a{padding: 0 10px;}
}
@media screen and (max-width:500px){
    #nt_header{position: fixed; top: 0; left: 0; width: 100%; z-index: 9; padding-bottom: 0; box-shadow: 0px 0px 5px #00000040;}
    #nt_header #head .log_wrap{height: 70px; justify-content: flex-start; width: fit-content; left: 20px; transform: unset;}
    #nt_header #head .menu_btn{ display: flex;}
    #nt_header #head .menu_btn img{}
    #nt_menu{display: none;}
    #nt_body{padding-top: 100px;}
    html.atv{overflow-y: hidden;}
}
@media screen and (max-width:400px){
    /* #nt_menu>ul{column-gap:unset;justify-content: space-between;} */
}
/* head 끝 */





/* tail 시작 */
#nt_footer{width: 100%;padding: 40px 0;background: #fff;border-top: 1px solid #f3f3f3;}
#nt_footer .wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
#nt_footer .wrap .left{}
#nt_footer .wrap .left .top{display: flex; column-gap: 20px; align-items: center;}
#nt_footer .wrap .left .top p{font-size: var(--font-15);color: #000;cursor: pointer;}
#nt_footer .wrap .left .mid{display: flex; column-gap: 15px; align-items: center;flex-flow: row wrap;padding-right: 50px;margin: 15px 0 0px;}
#nt_footer .wrap .left .mid li{display: flex;column-gap: 3px;align-items: center;}
#nt_footer .wrap .left .mid li:nth-child(1){font-size: var(--font-15);color: #000;font-weight: 500;}
#nt_footer .wrap .left .mid li span{font-size: var(--font-15);color: #333333;}
#nt_footer .wrap .left .mid li p{font-size: var(--font-15);color: #333333;}
#nt_footer .wrap .left>p{font-size: var(--font-15); color: #898989;}
#nt_footer .wrap .left>p i{}
#nt_footer .wrap .left>p i{}
#nt_footer .wrap>img{height: 42px;}
@media screen and (max-width:800px){
    #nt_footer .wrap>img{height: 30px;}
}
@media screen and (max-width:500px){
    #nt_footer{padding: 30px 0;}
    #nt_footer .wrap{flex-flow: column-reverse;justify-content: center;}
    #nt_footer .wrap>img{height: 20px;margin-bottom: 30px;}
    #nt_footer .wrap .left .top{justify-content: center;}
    #nt_footer .wrap .left>p{text-align: center;}
    #nt_footer .wrap .left .mid{margin: 15px 0px; justify-content: center; padding-right: 0;}
}
/* tail 끝 */





/* 메인 시작 */
.wrapper{background:#F7F7F7 !important}
#main{}
#main section{margin-top: 80px !important;}
#main section:first-child{margin-top: 50px !important;}
#main section:last-child{margin-bottom: 100px !important;}
#main section:nth-child(1){width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;align-items: center;}
#main section:nth-child(1) .left{width: 40%;}
#main section:nth-child(1) .left>b{font-size: var(--font-40);font-weight: 600;display: flex;align-items: center;column-gap: 7px;}
#main section:nth-child(1) .left>b span{font-size: var(--font-60);font-weight: 700;}
#main section:nth-child(1) .left>p{font-size: var(--font-35);font-weight: 500;line-height: var(--font-50);margin-bottom: 30px;}
#main section:nth-child(1) .left>p.mo_text{display:none}
#main section:nth-child(1) .left>span{font-size: var(--font-18);font-weight: 300;display: block;}
#main section:nth-child(1) .left>span.mo_text{display:none}
#main section:nth-child(1) .left>div{background: #262626;border-radius: 50px;line-height: 50px;text-align: center;color: #fff;font-size: var(--font-18);cursor: pointer;width: fit-content;padding: 0 50px;margin-top: 75px;}
#main section:nth-child(1) .right{width: calc(60% - 70px);}
#main section:nth-child(1) .right .main_swiper{width: 100%;height: auto;aspect-ratio: auto 1 / 1;}
#main section:nth-child(1) .right .main_swiper .swiper-wrapper{width: 100%;height: 100%;}
#main section:nth-child(1) .right .main_swiper .swiper-wrapper .swiper-slide{background-repeat: no-repeat;background-size: cover;background-position: center;overflow: hidden;}
#main section:nth-child(1) .right .main_swiper .swiper-wrapper .swiper-slide:nth-child(1){background-image: url('/../../img/main1-1.png');}
#main section:nth-child(1) .right .main_swiper .swiper-wrapper .swiper-slide:nth-child(2){background-image: url('/../../img/main1-2.png');}


#main section:nth-child(2){width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;align-items: flex-end;position: relative;top: 0;left: 0;padding-bottom: 210px;}
#main section:nth-child(2) .left{width: 50%;position: relative;z-index: 2;}
#main section:nth-child(2) .left .main_swiper{width: 100%;height: auto;aspect-ratio: auto 1.5 / 1;}
#main section:nth-child(2) .left .main_swiper .swiper-wrapper{width: 100%;height: 100%;}
#main section:nth-child(2) .left .main_swiper .swiper-wrapper .swiper-slide{background-repeat: no-repeat;background-size: cover;background-position: center;overflow: hidden;}
#main section:nth-child(2) .left .main_swiper .swiper-wrapper .swiper-slide:nth-child(1){background-image: url('/../../img/main2-1.png');}
#main section:nth-child(2) .left .main_swiper .swiper-wrapper .swiper-slide:nth-child(2){background-image: url('/../../img/main2-2.png');}
#main section:nth-child(2) .mid{position: absolute; width: 380px;height: auto;aspect-ratio: auto 1.5 / 1; left: 45%; transform: translateX(-50%); bottom: 0; z-index: 1;background-repeat: no-repeat;background-size: cover;background-position: center;overflow: hidden;background-image: url('/../../img/main2_bg.png');}
#main section:nth-child(2) .right{width: 50%;background: #fff;padding: 110px 20px 110px 70px;position: relative;top: 0;left: 0;}
#main section:nth-child(2) .right::after{content:""; position: absolute;top: 0;left: -30%;height: 100%;width: 30%;background: #fff;}
#main section:nth-child(2) .right p{font-size: var(--font-18);}
#main section:nth-child(2) .right b{font-size: var(--font-40);font-weight: 600;display: block;line-height: var(--font-50);}
#main section:nth-child(2) .right b.mo_text{display: none;}
#main section:nth-child(2) .right span{display: block;font-size: var(--font-15);color: #333333;margin: 35px 0 25px;}
#main section:nth-child(2) .right span.mo_text{display: none;}
#main section:nth-child(2) .right div{width: fit-content;border-bottom: 1px solid #000;color: #333333;font-size: var(--font-15);cursor: pointer;transition: 0.3s;}
#main section:nth-child(2) .right div:hover{transform: translateX(10px);}


#main section:nth-child(3){width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;align-items: flex-end;position: relative;top: 0;left: 0;padding-bottom: 210px;}
#main section:nth-child(3) .left{width: 50%;position: relative;z-index: 2;}
#main section:nth-child(3) .left .main_swiper{width: 100%;height: auto;aspect-ratio: auto 1.5 / 1;}
#main section:nth-child(3) .left .main_swiper .swiper-wrapper{width: 100%;height: 100%;}
#main section:nth-child(3) .left .main_swiper .swiper-wrapper .swiper-slide{background-repeat: no-repeat;background-size: cover;background-position: center;overflow: hidden;}
#main section:nth-child(3) .left .main_swiper .swiper-wrapper .swiper-slide:nth-child(1){background-image: url('/../../img/main3-1.png');}
#main section:nth-child(3) .left .main_swiper .swiper-wrapper .swiper-slide:nth-child(2){background-image: url('/../../img/main3-2.png');}
#main section:nth-child(3) .mid{position: absolute; width: 380px;height: auto;aspect-ratio: auto 1.5 / 1; left: 45%; transform: translateX(-50%); bottom: 0; z-index: 1;background-repeat: no-repeat;background-size: cover;background-position: center;overflow: hidden;background-image: url('/../../img/main3_bg.png');}
#main section:nth-child(3) .right{width: 50%;background: #fff;padding: 90px 20px 90px 70px;position: relative;top: 0;left: 0;}
#main section:nth-child(3) .right::after{content:""; position: absolute;top: 0;left: -30%;height: 100%;width: 30%;background: #fff;}
#main section:nth-child(3) .right p{font-size: var(--font-18);}
#main section:nth-child(3) .right b{font-size: var(--font-40);font-weight: 600;display: block;line-height: var(--font-50);}
#main section:nth-child(3) .right b.mo_text{display: none;}
#main section:nth-child(3) .right span{display: block;font-size: var(--font-15);color: #333333;margin: 35px 0 25px;}
#main section:nth-child(3) .right span.mo_text{display: none;}
#main section:nth-child(3) .right div{width: fit-content;border-bottom: 1px solid #000;color: #333333;font-size: var(--font-15);cursor: pointer;transition: 0.3s;}
#main section:nth-child(3) .right div:hover{transform: translateX(10px);}
@media screen and (max-width:1200px){
    #main section:nth-child(2) .mid,
    #main section:nth-child(3) .mid{display: none;}
    #main section:nth-child(2),
    #main section:nth-child(3){padding-bottom: 0px;}

}
@media screen and (max-width:1050px){
    #main section{margin-top: 150px !important;}
    #main section:last-child{margin-bottom: 150px !important;}
    #main section:nth-child(1){flex-flow: column-reverse;}
    #main section:nth-child(1) .left{width: 100%;}
    #main section:nth-child(1) .left>b{flex-flow: column;text-align: center;line-height: var(--font-60);margin: 20px 0 50px;}
    #main section:nth-child(1) .left>p.pc_text{display: none;}
    #main section:nth-child(1) .left>p.mo_text{display: block;text-align: center;margin-bottom: 10px;}
    #main section:nth-child(1) .left>span.pc_text{display: none;}
    #main section:nth-child(1) .left>span.mo_text{display: block;text-align: center;}
    #main section:nth-child(1) .right{width: 100%;max-width: 600px;}
    #main section:nth-child(1) .left>div{margin: 20px auto 0;}
    #main section:nth-child(2){flex-flow: column;}
    #main section:nth-child(2) .left{width: calc(50% - 50px);margin-right: 50px;}
    #main section:nth-child(2) .right{width: 70%;padding: 50px;margin-left: 50px;margin-right: auto;}
    #main section:nth-child(2) .right::after{width: 100%;height: 20%;left: 0;top: -20%;}
    #main section:nth-child(2) .right b.mo_text{display: block;}
    #main section:nth-child(2) .right b.pc_text{display: none;}
    #main section:nth-child(2) .right span.mo_text{display: block;}
    #main section:nth-child(2) .right span.pc_text{display: none;}
    #main section:nth-child(3){flex-flow: column;}
    #main section:nth-child(3) .left{width: calc(50% - 50px);margin-right: 50px;}
    #main section:nth-child(3) .right{width: 70%;padding: 50px;margin-left: 50px;margin-right: auto;}
    #main section:nth-child(3) .right::after{width: 100%;height: 20%;left: 0;top: -20%;}
    #main section:nth-child(3) .right b.mo_text{display: block;}
    #main section:nth-child(3) .right b.pc_text{display: none;}
    #main section:nth-child(3) .right span.mo_text{display: block;}
    #main section:nth-child(3) .right span.pc_text{display: none;}
}
@media screen and (max-width:800px){
    #main section:nth-child(1) .left>b{margin: 20px 0 30px;}
    #main section:nth-child(2) .left{width: 50%;margin-right: 0px;}
    #main section:nth-child(2) .right{width: 80%; margin-left: 0;}
    #main section:nth-child(3) .left{width: 50%;margin-right: 0px;}
    #main section:nth-child(3) .right{width: 80%; margin-left: 0;}
}
@media screen and (max-width:600px){
    #main section:nth-child(2) .left{width: 100%;}
    #main section:nth-child(2) .right{width: 100%;padding: 30px 20px;text-align: center;}
    #main section:nth-child(2) .right::after{display: none;}
    #main section:nth-child(2) .right div{margin: 0 auto;}
    #main section:nth-child(3) .left{width: 100%;}
    #main section:nth-child(3) .right{width: 100%;padding: 30px 20px;text-align: center;}
    #main section:nth-child(3) .right::after{display: none;}
    #main section:nth-child(3) .right div{margin: 0 auto;}
}

/* 메인 끝 */



/* 회사소개 시작 */
#company{}
#company section{margin-top:200px;}
#company section:last-child{margin-bottom:200px;}
#company section:first-child{margin-top: 50px;}
#company section:nth-child(1){}
#company section:nth-child(1)>p{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;text-align: center;font-size: var(--font-40);color: #000;font-weight: 500;}
#company section:nth-child(1)>p span{font-weight: 700;}
#company section:nth-child(1) .img_wrap{background-image: url('/../../img/company1.png');background-repeat: no-repeat;background-position: center;background-size: cover;width: 100%;max-width: var(--max-width);margin: 60px auto 40px;height: 30vw; max-height: 550px; min-height: 300px;}
#company section:nth-child(1) .text_wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;text-align: center;}
#company section:nth-child(1) .text_wrap p{font-size: var(--font-24);color: #000;}
#company section:nth-child(1) .text_wrap p span{font-weight: 700;}
#company section:nth-child(2){}
#company section:nth-child(2)>p{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto 60px;font-size: var(--font-30);color: #000;font-weight: 500;text-align: center; display: flex;justify-content: center;align-items: center;column-gap: 6px;}
#company section:nth-child(2)>p span{font-size: var(--font-60);font-weight: 500;}
#company section:nth-child(2)>div{display: flex;align-items: center;column-gap: 50px;width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;}
#company section:nth-child(2)>div .img_wrap{background-image: url('/../../img/company2.png');background-repeat: no-repeat;background-position: center;background-size: cover;width: 50%;height:450px;}
#company section:nth-child(2)>div .text_wrap{width: calc(50% - 50px);}
#company section:nth-child(2)>div .text_wrap li{margin-bottom: 25px;}
#company section:nth-child(2)>div .text_wrap li:last-child{margin-bottom: 0;}
#company section:nth-child(2)>div .text_wrap li p{font-size: var(--font-20);font-weight: 600; line-height: var(--font-35);}
#company section:nth-child(2)>div .text_wrap li span{font-size: var(--font-18);display: block;}
#company section:nth-child(2)>div .text_wrap li span.mo_text{display: none;}
#company section:nth-child(3){width: 100%;max-width: 1570px;margin-left: auto;margin-right: auto;background: #fff;padding: 90px 0;}
#company section:nth-child(3) .wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;align-items: center;column-gap: 100px;}
#company section:nth-child(3) .wrap .text_wrap{width: 40%;min-width: 380px; display: flex;flex-flow: column;row-gap: 60px;}
#company section:nth-child(3) .wrap .text_wrap p{font-size: var(--font-40);line-height: var(--font-40); color: #000;font-weight: 600;}
#company section:nth-child(3) .wrap .text_wrap span{font-size: var(--font-18);color: #000;font-weight: 300;}
#company section:nth-child(3) .wrap .img_wrap{background-image: url('/../../img/company3.png');background-repeat: no-repeat;background-position: right center;background-size: cover;width: 60%;height:450px;}
#company section:nth-child(4){}
#company section:nth-child(4) ul{position: relative;top: 0;left: 0;width: calc(100% - 40px);margin: 0 auto;}
#company section:nth-child(4) ul::after{content:"";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 1px;height: 100%;background: #898989;}
#company section:nth-child(4) ul li{display: flex;}
#company section:nth-child(4) ul li:nth-child(2n){justify-content: end;}
#company section:nth-child(4) ul li:nth-child(2n - 1){text-align: right;}
#company section:nth-child(4) ul li div{width: 50%;padding-top: 50px;position: relative;top: 0;left: 0;}
#company section:nth-child(4) ul li:last-child div{padding-bottom: 50px;}
#company section:nth-child(4) ul li:nth-child(2n) div::after{content:"";width: 18px;height: 18px;border-radius: 10px;border: 1px solid #898989; position: absolute;top: 71px;left: -9px;}
#company section:nth-child(4) ul li:nth-child(2n - 1) div::after{content:"";width: 18px;height: 18px;border-radius: 10px;border: 1px solid #898989; position: absolute;top: 71px;right: -9px;}
#company section:nth-child(4) ul li:nth-child(2n) div::before{content:"";width: 10px;height: 10px;border-radius: 10px;background: #898989; position: absolute;top: 75px;left: -5px;z-index: 1;}
#company section:nth-child(4) ul li:nth-child(2n - 1) div::before{content:"";width: 10px;height: 10px;border-radius: 10px;background: #898989; position: absolute;top: 75px;right: -5px;z-index: 1;}
#company section:nth-child(4) ul li:nth-child(2n) div{padding-left: 60px;}
#company section:nth-child(4) ul li:nth-child(2n - 1) div{padding-right: 60px;}
#company section:nth-child(4) ul li:nth-child(2n - 1) div p{margin-left: auto;margin-right: 0;padding-right: 10px;}
#company section:nth-child(4) ul li:nth-child(2n) div p{padding-left: 10px;}
#company section:nth-child(4) ul li:nth-child(2n - 1) div p::after{content:"";position: absolute;top: 10px;right: 0;width: 3px;height: 3px;background: #000;border-radius: 5px;}
#company section:nth-child(4) ul li:nth-child(2n) div p::after{content:"";position: absolute;top: 10px;left: 0;width: 3px;height: 3px;background: #000;border-radius: 5px;}
#company section:nth-child(4) ul li div b{font-size: var(--font-40);margin-bottom: 60px;display: block;}
#company section:nth-child(4) ul li div p{font-size: var(--font-20);line-height: var(--font-24);margin-bottom: 20px;width: fit-content;position: relative;top: 0;left: 0;}
@media screen and (max-width:1050px){
    #company section:nth-child(2)>div{flex-flow: row wrap;row-gap: 40px;}
    #company section:nth-child(2)>div .img_wrap{width: 100%;height: 50vw;}
    #company section:nth-child(2)>div .text_wrap{width: 100%;}
    #company section:nth-child(2)>div .text_wrap li span.mo_text{display: block;}
    #company section:nth-child(2)>div .text_wrap li span.pc_text{display: none;}
}
@media screen and (max-width:800px){
    #company section{margin-top: 150px;}
    #company section:last-child{margin-bottom:150px;}
    #company section:nth-child(1) .img_wrap{margin: 20px auto;}
    #company section:nth-child(2)>p{margin-bottom: 20px;}
    #company section:nth-child(2)>div{row-gap: 20px;}
    #company section:nth-child(3){padding: 150px 0;}
    #company section:nth-child(3) .wrap{flex-flow: column-reverse;row-gap: 50px;}
    #company section:nth-child(3) .wrap .img_wrap{width: 100%;height: 50vw;}
    #company section:nth-child(3) .wrap .text_wrap{width: 100%;min-width: unset;row-gap: 20px;}
    #company section:nth-child(4) ul::after{top: 0;left: 0;transform: unset;}
    #company section:nth-child(4) ul li{display: block;}
    #company section:nth-child(4) ul li div{width: 100%;text-align: left;padding-right: 0 !important;padding-left: 25px !important;}
    #company section:nth-child(4) ul li div::after{right: unset !important;left: -8px !important;top: 65px !important;}
    #company section:nth-child(4) ul li div::before{right: unset !important;left: -4px !important;top: 69px !important;}
    #company section:nth-child(4) ul li div b{margin-bottom: 20px;}
    #company section:nth-child(4) ul li div p{display: flex;}
    #company section:nth-child(4) ul li:nth-child(2n - 1) div p{margin-left: 0;margin-right: auto;padding-right: 0;padding-left: 10px;}
    #company section:nth-child(4) ul li:nth-child(2n - 1) div p::after{right: unset;left: 0;}
}
@media screen and (max-width:600px){
    #company section:nth-child(4) ul li div::after{top: 60px !important;}
    #company section:nth-child(4) ul li div::before{top: 64px !important;}
    #company section:nth-child(4) ul li:nth-child(2n) div p::after{top: 7px;}
}
@media screen and (max-width:550px){
    #company section:nth-child(2)>p{flex-flow: column;line-height: var(--font-40);row-gap: 10px;}
    #company section:nth-child(2)>div .text_wrap li p{text-align: center;}
    #company section:nth-child(2)>div .text_wrap li span{text-align: center;}
}
/* 회사소개 끝 */



/* R&D 페이지, R&D특허 페이지 시작 */
#RD img,
#RDpatent img{display: block;width: 100%;max-width: var(--max-width);margin: 0 auto;}
#RD>p,
#RDpatent>p{width: calc(100% - 40px);max-width: var(--max-width);margin: 50px auto;text-align: center;font-size: var(--font-40);color: #000;font-weight: 700;}
/* R&D 페이지, R&D특허 페이지 끝 */




/* 비즈니스 > R&D센터 시작 */
#business_rd{overflow-x: hidden;}
#business_rd section{margin-top:200px;}
#business_rd section:last-child{margin-bottom:200px;}
#business_rd section:first-child{margin-top: 50px;}
#business_rd section:nth-child(1){width: 100%;max-width: 1570px;margin-left: auto;margin-right: auto;background: #fff;padding: 90px 0;}
#business_rd section:nth-child(1)>.wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;align-items: center;column-gap: 50px;}
#business_rd section:nth-child(1)>.wrap:nth-child(2){flex-flow: row-reverse;margin-top: 120px;}
#business_rd section:nth-child(1)>.wrap .text_wrap{width: 48%;min-width: 380px; display: flex;flex-flow: column;}
#business_rd section:nth-child(1)>.wrap .text_wrap b{font-size: var(--font-40);line-height: calc(var(--font-40) + 5px); color: #000;font-weight: 600;display: block;}
#business_rd section:nth-child(1)>.wrap .text_wrap p{font-size: var(--font-20);color: #000;font-weight: 500;margin-top: 30px;display: block;}
#business_rd section:nth-child(1)>.wrap .text_wrap span{font-size: var(--font-15);color: #333;font-weight: 300;display: block;margin-top: 60px;}
#business_rd section:nth-child(1)>.wrap .text_wrap b.mo_text{display:none}
#business_rd section:nth-child(1)>.wrap .text_wrap p.mo_text{display:none}
#business_rd section:nth-child(1)>.wrap .text_wrap span.mo_text{display:none}
#business_rd section:nth-child(1)>.wrap .img_wrap{background-repeat: no-repeat;background-position: right center;background-size: cover;width: 47%;height:550px;}
#business_rd section:nth-child(1)>.wrap:nth-child(1) .img_wrap{background-image: url('/../../img/business_rd1.png');}
#business_rd section:nth-child(1)>.wrap:nth-child(2) .img_wrap{background-image: url('/../../img/business_rd2.png');}
#business_rd section:nth-child(2)>.wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;}
#business_rd section:nth-child(2)>.wrap .title{text-align: center;}
#business_rd section:nth-child(2)>.wrap .title p{font-size:var(--font-15);color:#333;font-weight:300;}
#business_rd section:nth-child(2)>.wrap .title b{font-size: var(--font-40);line-height: var(--font-40); color: #000;font-weight: 600;display: block;margin:25px 0 10px}
#business_rd section:nth-child(2)>.wrap ul{display: flex;gap: 25px;align-items: flex-start;margin-top: 60px;}
#business_rd section:nth-child(2)>.wrap ul li{width: 33.333333%;}
#business_rd section:nth-child(2)>.wrap ul li img{width: 100%;margin-bottom: 30px;}
#business_rd section:nth-child(2)>.wrap ul li .text{text-align: center;}
#business_rd section:nth-child(2)>.wrap ul li .text p{margin-bottom: 15px; font-size: var(--font-24); font-weight: 500; line-height: var(--font-30); height: calc(var(--font-30) * 2); display: flex; align-items: center; justify-content: center;padding: 0 13px;}
#business_rd section:nth-child(2)>.wrap ul li .text span{font-size: var(--font-18); display: block;}
@media screen and (max-width:1050px){
    #business_rd section:nth-child(1){padding: 50px 0 150px;}
    #business_rd section:nth-child(1)>.wrap{flex-flow: column-reverse !important;row-gap: 50px;}
    #business_rd section:nth-child(1)>.wrap .img_wrap{width: 100%;height: 50vw;}
    #business_rd section:nth-child(1)>.wrap .text_wrap{width: 100%;min-width: unset; max-width: 590px;}
    #business_rd section:nth-child(1)>.wrap .text_wrap b{text-align: center;}
    #business_rd section:nth-child(1)>.wrap .text_wrap p{text-align: center;margin-top: 20px;}
    #business_rd section:nth-child(1)>.wrap .text_wrap span{text-align: center;margin-top: 40px;}
    #business_rd section:nth-child(1)>.wrap .text_wrap b.pc_text{display:none}
    #business_rd section:nth-child(1)>.wrap .text_wrap p.pc_text{display:none}
    #business_rd section:nth-child(1)>.wrap .text_wrap span.pc_text{display:none}
    #business_rd section:nth-child(1)>.wrap .text_wrap b.mo_text{display: block}
    #business_rd section:nth-child(1)>.wrap .text_wrap p.mo_text{display: block}
    #business_rd section:nth-child(1)>.wrap .text_wrap span.mo_text{display: block}
    #business_rd section:nth-child(1)>.wrap:nth-child(2){margin-top: 80px;}
    #business_rd section:nth-child(2)>.wrap ul{flex-flow: column;}
    #business_rd section:nth-child(2)>.wrap ul li{width: 100%;display: flex;justify-content: space-between;align-items: center;column-gap: 30px;}
    #business_rd section:nth-child(2)>.wrap ul li img{width: 300px;margin-bottom: 0;}
    #business_rd section:nth-child(2)>.wrap ul li .text{width: calc(100% - 300px);text-align: left;}
    #business_rd section:nth-child(2)>.wrap ul li .text p{height: auto;display: block;padding: 0;}
}
@media screen and (max-width:800px){
    #business_rd section{margin-top: 150px;}
    #business_rd section:last-child{margin-bottom:150px;}
    #business_rd section:nth-child(2)>.wrap ul{row-gap: 80px;}
    #business_rd section:nth-child(2)>.wrap ul li{flex-flow: column;}
    #business_rd section:nth-child(2)>.wrap ul li img{margin: 0 auto 30px;}
    #business_rd section:nth-child(2)>.wrap ul li .text{width: 100%;text-align: center;}
}
/* 비즈니스 > R&D센터 끝 */


/* 비즈니스 > 특허기술 시작 */
#business_patent{overflow-x: hidden;}
#business_patent section{margin-top:200px;}
#business_patent section:last-child{margin-bottom:200px;}
#business_patent section:first-child{margin-top: 50px;}
#business_patent section:nth-child(1){width: 100%;max-width: 1570px;margin-left: auto;margin-right: auto;background: #fff;padding: 90px 0;}
#business_patent section:nth-child(1)>.wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;align-items: center;column-gap: 50px;}
#business_patent section:nth-child(1)>.wrap .text_wrap{width: 48%;min-width: 380px; display: flex;flex-flow: column;}
#business_patent section:nth-child(1)>.wrap .text_wrap b{font-size: var(--font-40);line-height: calc(var(--font-40) + 5px); color: #000;font-weight: 600;display: block;}
#business_patent section:nth-child(1)>.wrap .text_wrap span{font-size: var(--font-15);color: #333;font-weight: 300;display: block;margin-top: 60px;}
#business_patent section:nth-child(1)>.wrap .text_wrap b.mo_text{display:none}
#business_patent section:nth-child(1)>.wrap .text_wrap span.mo_text{display:none}
#business_patent section:nth-child(1)>.wrap .img_wrap{background-image: url('/../../img/business_patent1.png');background-repeat: no-repeat;background-position: right center;background-size: cover;width: 47%;height:550px;}
#business_patent section:nth-child(2)>.wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;}
#business_patent section:nth-child(2)>.wrap .title{text-align: center;}
#business_patent section:nth-child(2)>.wrap .title2{margin-top: 200px;}
#business_patent section:nth-child(2)>.wrap .title b{font-size: var(--font-40);line-height: var(--font-40); color: #000;font-weight: 600;display: block;margin:0 0 10px}
#business_patent section:nth-child(2)>.wrap ul{display: flex;justify-content: center;align-items: flex-start;gap: 30px;flex-flow: row wrap; margin-top: 60px;}
#business_patent section:nth-child(2)>.wrap ul li{width: calc(25% - 23px);border: 1px solid #ddd;}
#business_patent section:nth-child(2)>.wrap ul li img{width: 100%;}
@media screen and (max-width:1150px){
    #business_patent section:nth-child(1)>.wrap .text_wrap b.pc_text{display:none}
    #business_patent section:nth-child(1)>.wrap .text_wrap span.pc_text{display:none}
    #business_patent section:nth-child(1)>.wrap .text_wrap b.mo_text{display: block}
    #business_patent section:nth-child(1)>.wrap .text_wrap span.mo_text{display: block}
}
@media screen and (max-width:1050px){
    #business_patent section:nth-child(1){padding: 50px 0 150px;}
    #business_patent section:nth-child(1)>.wrap{flex-flow: column-reverse !important;row-gap: 50px;}
    #business_patent section:nth-child(1)>.wrap .img_wrap{width: 100%;height: 50vw;}
    #business_patent section:nth-child(1)>.wrap .text_wrap{width: 100%;min-width: unset; max-width: 590px;}
    #business_patent section:nth-child(1)>.wrap .text_wrap b{text-align: center;}
    #business_patent section:nth-child(1)>.wrap .text_wrap span{text-align: center;margin-top: 40px;}
    #business_patent section:nth-child(1)>.wrap .text_wrap b.mo_text{display:none}
    #business_patent section:nth-child(1)>.wrap .text_wrap b.pc_text{display: block}
    #business_patent section:nth-child(2)>.wrap ul{gap: 20px;}
    #business_patent section:nth-child(2)>.wrap ul li{width: calc(33.333333% - 14px);}
}
@media screen and (max-width:800px){
    #business_patent section{margin-top: 150px;}
    #business_patent section:last-child{margin-bottom:150px;}
    #business_patent section:nth-child(2)>.wrap .title2{margin-top: 150px;}
}
@media screen and (max-width:600px){
    #business_patent section:nth-child(2)>.wrap ul li{width: calc(50% - 10px);}
}
@media screen and (max-width:350px){
    #business_patent section:nth-child(1)>.wrap .text_wrap b{font-size: var(--font-35);}
}
/* 비즈니스 > 특허기술 끝 */



/* 비즈니스 > 글로벌 시작 */
#business_global{overflow-x: hidden;}
#business_global section{margin-top:200px;}
#business_global section:last-child{margin-bottom:200px;}
#business_global section:first-child{margin-top: 50px;}
#business_global section:nth-child(1){}
#business_global section:nth-child(1)>.wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;align-items: center;column-gap: 50px;}
#business_global section:nth-child(1)>.wrap .text_wrap{width: 47%;min-width: 380px; display: flex;flex-flow: column;}
#business_global section:nth-child(1)>.wrap .text_wrap p{font-size: var(--font-20);color: #333;font-weight: 300;margin-bottom: 10px;}
#business_global section:nth-child(1)>.wrap .text_wrap b{font-size: var(--font-40);line-height: calc(var(--font-40) + 5px); color: #000;font-weight: 600;display: block;}
#business_global section:nth-child(1)>.wrap .text_wrap span{font-size: var(--font-15);color: #333;font-weight: 300;display: block;margin-top: 60px;}
#business_global section:nth-child(1)>.wrap .text_wrap b.mo_text{display:none}
#business_global section:nth-child(1)>.wrap .text_wrap span.mo_text{display:none}
#business_global section:nth-child(1)>.wrap .img_wrap{background-image: url('/../../img/business_global1.png');background-repeat: no-repeat;background-position: center;background-size: cover;width: 48%;height:470px;}
#business_global section:nth-child(2){width: 100%;max-width: 1570px;margin-left: auto;margin-right: auto;background: #fff;padding: 90px 0;}
#business_global section:nth-child(2)>.wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;align-items: center;flex-flow: column;}
#business_global section:nth-child(2)>.wrap .title{text-align: center;}
#business_global section:nth-child(2)>.wrap .title b{font-size: var(--font-40);line-height: var(--font-40); color: #000;font-weight: 600;display: block;margin:0 0 10px}
#business_global section:nth-child(2)>.wrap .title p{font-size: var(--font-20); color: #333;font-weight: 300;display: block;}
#business_global section:nth-child(2)>.wrap img{width: 100%;margin: 100px 0 50px;}
#business_global section:nth-child(2)>.wrap .text{}
#business_global section:nth-child(2)>.wrap .text p{font-weight: 500;font-size: var(--font-30);margin-bottom: 20px;display: block;text-align: center;}
#business_global section:nth-child(2)>.wrap .text span{color: #333;font-size: var(--font-15);font-weight: 300;text-align: center;display: block;}
#business_global section:nth-child(3){}
#business_global section:nth-child(3)>.wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;}
#business_global section:nth-child(3)>.wrap .title{text-align: center;}
#business_global section:nth-child(3)>.wrap .title p{font-size:var(--font-15);color:#333;font-weight:300;}
#business_global section:nth-child(3)>.wrap .title p.mo_text{display: none;}
#business_global section:nth-child(3)>.wrap .title b{font-size: var(--font-40);line-height: var(--font-40); color: #000;font-weight: 600;display: block;margin:25px 0 10px}
#business_global section:nth-child(3)>.wrap ul{display: flex; align-items: flex-start; justify-content: space-between; column-gap: 30px;margin-top: 70px;}
#business_global section:nth-child(3)>.wrap ul li{width: 16.666666%;}
#business_global section:nth-child(3)>.wrap ul li .img_wrap{width: 100%; height: auto; aspect-ratio: auto 1 / 1; background: #fff; border-radius: 200px; display: flex; align-items: center; flex-flow: column; justify-content: center;margin-bottom: 30px;position: relative;top: 0;left: 0;}
#business_global section:nth-child(3)>.wrap ul li .img_wrap::before{content:"";position: absolute;top: 0;right: -30px;width: 30px;height: 100%;background-image: url('/../../img/business_global00.png');background-repeat: no-repeat;background-position: center;background-size: 15px;}
#business_global section:nth-child(3)>.wrap ul li:last-child .img_wrap::before{display: none;}
#business_global section:nth-child(3)>.wrap ul li .img_wrap p{font-size: var(--font-20);font-weight: 700;}
#business_global section:nth-child(3)>.wrap ul li .img_wrap img{display: block;margin: 0 auto;width: 50%;}
#business_global section:nth-child(3)>.wrap ul li>p{color: #333;font-size: var(--font-15);font-weight: 500;text-align: center;}
#business_global section:nth-child(3)>.wrap ul li>p.mo_text{display: none;}
#business_global section:nth-child(4){}
#business_global section:nth-child(4)>.wrap{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;}
#business_global section:nth-child(4)>.wrap .title{text-align: center;}
#business_global section:nth-child(4)>.wrap .title p{font-size:var(--font-15);color:#333;font-weight:300;}
#business_global section:nth-child(4)>.wrap .title p.mo_text{display: none;}
#business_global section:nth-child(4)>.wrap .title b{font-size: var(--font-40);line-height: var(--font-40); color: #000;font-weight: 600;display: block;margin:25px 0 10px}
#business_global section:nth-child(4)>.wrap ul{display: flex; align-items: flex-start; justify-content: center; column-gap: 14.285714%;position: relative;top: 0;left: 0;}
#business_global section:nth-child(4)>.wrap ul:nth-child(2)::before{content: ""; position: absolute; bottom: -15px; left: 0; width: 100%; height: 30px; background-image: url(/../../img/business_global0.png); background-repeat: no-repeat; background-position: center; background-size: 110%;}
#business_global section:nth-child(4)>.wrap ul li{width: 14.285714%;}
#business_global section:nth-child(4)>.wrap ul:nth-child(2){align-items: flex-end;margin-top: 70px;}
#business_global section:nth-child(4)>.wrap ul:nth-child(2) li{display: flex; flex-flow: column-reverse; align-items: center;}
#business_global section:nth-child(4)>.wrap ul:nth-child(2) li .img_wrap{margin-bottom: 0;margin-top: 30px;}
#business_global section:nth-child(4)>.wrap ul li .img_wrap{width: 100%; height: auto; aspect-ratio: auto 1 / 1; background: #fff; border-radius: 200px; display: flex; align-items: center; flex-flow: column; justify-content: center;margin-bottom: 30px;}
#business_global section:nth-child(4)>.wrap ul li .img_wrap p{font-size: var(--font-20);font-weight: 700;}
#business_global section:nth-child(4)>.wrap ul li .img_wrap img{display: block;margin: 0 auto;width: 50%;}
#business_global section:nth-child(4)>.wrap ul li>p{color: #333;font-size: var(--font-15);font-weight: 500;text-align: center;}
#business_global section:nth-child(4)>.wrap ul li>p.mo_text{display: none;}
#business_global section:nth-child(4)>.wrap ul.mo_ul{display: none; align-items: flex-start; justify-content: space-between; column-gap: 30px;margin-top: 70px;}
#business_global section:nth-child(4)>.wrap ul.mo_ul li{width: 16.666666%;}
#business_global section:nth-child(4)>.wrap ul.mo_ul li .img_wrap{width: 100%; height: auto; aspect-ratio: auto 1 / 1; background: #fff; border-radius: 200px; display: flex; align-items: center; flex-flow: column; justify-content: center;margin-bottom: 30px;position: relative;top: 0;left: 0;}
#business_global section:nth-child(4)>.wrap ul.mo_ul li .img_wrap::before{content:"";position: absolute;top: 0;right: -30px;width: 30px;height: 100%;background-image: url('/../../img/business_global00.png');background-repeat: no-repeat;background-position: center;background-size: 15px;}
#business_global section:nth-child(4)>.wrap ul.mo_ul li:last-child .img_wrap::before{display: none;}
#business_global section:nth-child(4)>.wrap ul.mo_ul li .img_wrap p{font-size: var(--font-20);font-weight: 700;}
#business_global section:nth-child(4)>.wrap ul.mo_ul li .img_wrap img{display: block;margin: 0 auto;width: 50%;}
#business_global section:nth-child(4)>.wrap ul.mo_ul li>p{color: #333;font-size: var(--font-15);font-weight: 500;text-align: center;}
#business_global section:nth-child(4)>.wrap ul.mo_ul li>p.mo_text{display: none;}
@media screen and (max-width:1150px){
    #business_global section:nth-child(1)>.wrap .text_wrap b.pc_text{display:none}
    #business_global section:nth-child(1)>.wrap .text_wrap span.pc_text{display:none}
    #business_global section:nth-child(1)>.wrap .text_wrap b.mo_text{display: block}
    #business_global section:nth-child(1)>.wrap .text_wrap span.mo_text{display: block}
    #business_global section:nth-child(3)>.wrap ul{row-gap: 50px;flex-flow: row wrap;column-gap: 9vw;}
    #business_global section:nth-child(3)>.wrap ul li{width: calc(33.333333% - 6vw);}
    #business_global section:nth-child(3)>.wrap ul li .img_wrap::before{right: -6vw;}
    #business_global section:nth-child(3)>.wrap ul li:nth-child(3) .img_wrap::before{display: none;}
    #business_global section:nth-child(4)>.wrap ul.pc_ul{display: none;}
    #business_global section:nth-child(4)>.wrap ul.mo_ul{row-gap: 50px;flex-flow: row wrap;column-gap: 9vw;display: flex;}
    #business_global section:nth-child(4)>.wrap ul.mo_ul li{width: calc(33.333333% - 6vw);}
    #business_global section:nth-child(4)>.wrap ul.mo_ul li .img_wrap::before{right: -6vw;}
    #business_global section:nth-child(4)>.wrap ul.mo_ul li:nth-child(3n) .img_wrap::before{display: none;}
}
@media screen and (max-width:1050px){
    #business_global section:nth-child(1){}
    #business_global section:nth-child(1)>.wrap{flex-flow: column-reverse;row-gap: 50px;}
    #business_global section:nth-child(1)>.wrap .img_wrap{width: 100%;height: 50vw;}
    #business_global section:nth-child(1)>.wrap .text_wrap{width: 100%;min-width: unset; max-width: 500px;}
    #business_global section:nth-child(1)>.wrap .text_wrap p{text-align: center;}
    #business_global section:nth-child(1)>.wrap .text_wrap b{text-align: center;}
    #business_global section:nth-child(1)>.wrap .text_wrap span{text-align: center;margin-top: 40px;}
    #business_global section:nth-child(2){padding: 150px 0;}
    #business_global section:nth-child(2)>.wrap img{margin: 50px 0 10px;}
}
@media screen and (max-width:800px){
    #business_global section{margin-top: 150px;}
    #business_global section:last-child{margin-bottom:150px;}
    #business_global section:nth-child(3)>.wrap .title p.pc_text{display: none;}
    #business_global section:nth-child(3)>.wrap .title p.mo_text{display: block;}
    #business_global section:nth-child(3)>.wrap ul li .img_wrap{margin-bottom: 20px;}
    #business_global section:nth-child(4)>.wrap .title p.pc_text{display: none;}
    #business_global section:nth-child(4)>.wrap .title p.mo_text{display: block;}
    #business_global section:nth-child(4)>.wrap ul.mo_ul li .img_wrap{margin-bottom: 20px;}
}
@media screen and (max-width:500px){
    #business_global section:nth-child(3)>.wrap ul{row-gap: 30px;column-gap: 30px;}
    #business_global section:nth-child(3)>.wrap ul li{width: calc(50% - 15px);}
    #business_global section:nth-child(3)>.wrap ul li .img_wrap::before{right: -30px;background-size: 10px;}
    #business_global section:nth-child(3)>.wrap ul li:nth-child(2n) .img_wrap::before{display: none;}
    #business_global section:nth-child(3)>.wrap ul li:nth-child(3n) .img_wrap::before{display: block;}
    #business_global section:nth-child(4)>.wrap ul.mo_ul{row-gap: 30px;column-gap: 30px;}
    #business_global section:nth-child(4)>.wrap ul.mo_ul li{width: calc(50% - 15px);}
    #business_global section:nth-child(4)>.wrap ul.mo_ul li .img_wrap::before{right: -30px;background-size: 10px;}
    #business_global section:nth-child(4)>.wrap ul.mo_ul li:nth-child(2n) .img_wrap::before{display: none;}
    #business_global section:nth-child(4)>.wrap ul.mo_ul li:nth-child(3) .img_wrap::before{display: block;}
}
/* 비즈니스 > 글로벌 끝 */