@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {font-family: 'Poppins', sans-serif; font-size: 18px;}
body::-webkit-scrollbar {width: 0px;}
body::-webkit-scrollbar-track {background: #f5f5f5;}
body::-webkit-scrollbar-thumb {background: #202020;}
img {max-width: 100%;}

.only_pc {display: block;}
.only_mo {display: none;}

:lang(en) {font-family: 'Poppins';}
:lang(ja) {font-family: 'Noto Sans JP';}

@media screen and (max-width: 768px) {
    body {font-size: 14px;}
    .only_pc {display: none;}
    .only_mo {display: block;}
}


/* loading */
#loading {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999;}
#loading img {width: 20%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#loading img.logo {top: 59%; width: 120px;}

/* layout */
.inner {max-width: 1440px; margin: 0 auto; padding: 0 15px;}
section {padding: 120px 0; position: relative; width: 100%; height: calc(100% - 240px);}

/* header */
.header {position: absolute; left: 0; top: -100px; width: 100%; height: 80px; line-height: 80px; z-index: 100;  transition: top .5s;}
.header.fixed {position: fixed; top: 0;}
.header .gnb {width: 100%; border-radius: 0 0 40px 40px; background: #fff; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);}
.header .gnb > ul {overflow: hidden;}
.header .gnb > ul > li {float: left; width: 20%; text-align: center;}
.header .gnb > ul > li > a {font-size: 18px; padding: 5px 10px;}
.header .gnb > ul > li.active > a {color: #028BC8; font-weight: bold;}
.header .gnb > ul > li img {width: 168px; vertical-align: middle;}
.header .lang_select_area {position:absolute;right:40px;top:20px;padding-top:5px;text-align:right;line-height: 1;}
.header .btn_lang {padding-right:40px;background:url(../img/common/btn_lang_w.svg) no-repeat center right 10px / 20px; outline:none;font-size:16px;color:#fff;border:none;}
.header .btn_lang.color02 {background-image:url(../img/common/btn_lang_b.svg);color:#000;}
.header .lang_link_box {overflow:hidden;position:absolute;right:-20px;top:-5px;width:143px;height:0;background:#fff;border-radius:12px;box-sizing: border-box;transition:height .2s;}
.header .lang_link_box.open {height:104px;padding:10px 0;}
.header .lang_link_box .btn_lang {display:block;height:40px;padding: 0 60px 0 20px;background:url(../img/common/btn_lang_g.svg) no-repeat center right 30px / 20px; outline:none;font-size:16px;color:#C4C4C4;border:none;line-height:40px;}
.header .lang_link_box .btn_lang.on {background-image:url(../img/common/btn_lang_b.svg);color:#000;font-weight:700;}

/* keyvisual */
.keyvisual {padding: 0; height: auto; overflow: hidden; background: #fff;}
.keyvisual video {width: 100%; height: auto;}
.keyvisual .text_wrap {position: absolute; left: 50%; transform: translateX(-50%); bottom: 12%; width: calc(100% - 100px);}
.keyvisual .text_wrap p.second {text-align: right; color: transparent; -webkit-text-stroke: 1px #fff;}

/* section01 */
.section01 {background: #fff; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.section01 .text_wrap {z-index: 2; text-align: center;}
.section01 .circle_wrap .circle_orange, .section01 .circle_wrap .circle_blue {width: 763px; height: 763px; background: url(../img/content/circle_orange1px.png) no-repeat; background-size: cover; opacity: 0;}
.section01 .circle_wrap .circle_blue {background-image: url(../img/content/circle_blue1px.png);}
.section01.on .circle_wrap .circle_orange {animation: circleOrange 2.8s .1s forwards;}
.section01.on .circle_wrap .circle_blue {animation: circleBlue 2.8s .1s forwards;}

/* section02 */
.section02 {padding: 0; height: 100vh; overflow: hidden;}
.section02 .sec02_wrap {height: 100vh;}
.section02 .sec02_back {width: 100%; height: 100%; background: url(../img/main/sec02_bg.png) no-repeat center / cover, linear-gradient(255.81deg, #0096D9 0%, #001768 101.58%); background-blend-mode: screen; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.section02 .text_wrap {width: 85%; margin: 0 auto; color: #fff; font-weight: bold; transition: all .5s;}
.section02 .text_wrap span {font-size: 18px;}
.section02 .text_wrap p {font-size: 64px; line-height: 1.3; margin-top: 30px;}
/* 사이클 애니메이션 */
.section02 .circle_wrap {position: absolute; right: 180px; bottom: 180px; max-width: 240px;}
.section02 .circle_wrap a {display: block;}
.section02 .circle_wrap .txt {font-size: 24px; color: #fff; font-weight: bold; width: auto;}
.section02 .circle_wrap .circle_line {position: relative; width: 240px; height: 240px; border: 1px solid #fff; border-radius: 50%; animation: rotate 8s infinite linear;}
.section02 .circle_wrap .circle_dot {position: absolute; left: 20px; top: 20px; width: 200px; height: 200px; border: 1px dashed #fff; border-radius: 50%; animation: rotate01 8s infinite linear;}
.section02 .circle_wrap .dot_orange {width: 15px; height: 15px; border-radius: 50%; background: linear-gradient(20deg, #EF6E3D, #F7BE31); position: absolute; left: 200px; top: 28px;}
.section02 .circle_wrap .dot_blue {width: 15px; height: 15px; border-radius: 50%; background: linear-gradient(20deg, #2560A2, #5ABDD8); position: absolute; left: 20px; bottom: 23px;}
.section02 .circle_wrap:hover .circle_line,
.section02 .circle_wrap:hover .circle_dot {animation: none;}
.section02 .circle_wrap:hover .line {position: absolute; width: 370px; height: 1px; background: #fff; left: 193px; top: -125px;  transform: rotate(136deg); animation: line .6s forwards;}
.section02 .circle_wrap:hover .dot_orange, .section02 .circle_wrap:hover .dot_blue {display: none;}

/* (공통) product */
.product {overflow: hidden; height: auto;}
.product .circle_wrap .circle_blue, 
.product .circle_wrap .circle_orange {width: 651px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all 1.3s;}
.product .circle_wrap .circle_dot {width: 400px; left: 60%; top: 38%; transition: all 1.3s;}
.product .product_img {position: relative; z-index: 2; text-align: center; transition: all 1.3s;}
.product .product_img img {width: 748px;}
.product .text_wrap {position: absolute; right: 0; top: 50%; transform: translate(100px, -50%); width: 50%; opacity: 0; z-index: 3;}
.product .text_wrap dl dt {position: relative; display: inline-block;}
.product .text_wrap dl dt::before {content: ''; width: 20px; height: 20px; background: linear-gradient(151.21deg, #EF6E3D 13.82%, #F8CA2F 71.41%); position: absolute; right: -30px; top: 10px; border-radius: 50%;}
.product .text_wrap dl dd {width: 80%; word-break: keep-all; margin: 40px 0;}
.product .text_wrap a.more {font-weight: bold; font-size: 18px; color: #fff; display: block; width: 80%;}
.product .text_wrap a.more span {display: inline-block; width: 0; height: 1px; background: #fff; margin: 0 0 5px 5%; transition: all .8s; opacity: 0;}
.product .text_wrap a.more:hover span {width: 78%; opacity: 1;}
/* product.on */
.product.on .p_tit {animation: opacityHide .7s .27s forwards linear;}
.product.on .product_img {transform: translateX(-25%); transition-delay: .27s;}
.product.on .circle_wrap .circle_blue, 
.product.on .circle_wrap .circle_orange {width: 400px; height: 400px; transform: translate(-50%,-50%); animation: circleRotate 1.5s infinite linear; transition-delay: .27s;}
.product.on .circle_wrap .circle_blue {left: 20%; top: 38%;}
.product.on .circle_wrap .circle_orange {left: 80%; top: 42%;}
.product.on .circle_wrap .circle_dot {width: 500px; height: 500px; left: 33%; top: 50%; transition-delay: .27s;}
.product.on .text_wrap {transform: translate(0, -50%); opacity: 1; transition: all 1.3s .32s;}
@keyframes circleRotate {
    0% {transform: translate(-50%, -50%);}
    100% {transform: translate(-50%,-50%) rotate(360deg);}
}
/* section04 */
.section04.product .text_wrap {left: 10%; transform: translate(-100px, -50%);}
.section04.product .product_img {top: -20px;}
.section04.product .product_img img {width: 797px;}
/* section04.on */
.section04.product.on .product_img {transform: translateX(25%);}
.section04.product.on .text_wrap {transform: translate(0, -50%); opacity: 1;}
.section04.product.on .circle_wrap .circle_dot {left: 70%; top: 56%;}

/* section05 */
.section05 {background: #fff; height: auto; padding: 0;}
.section05 .cont_wrap {padding: 120px 0;}
.section05 .sec05_tit {font-size: 18px; font-weight: bold; width: 100%; text-align: center;}
.section05 .swiper-wrapper {height: auto;}
.section05 .profile_slide {position: static;}
.section05 .profile_slide .swiper-slide {background: #fff; text-align: center; height: auto;}
.section05 .profile_slide .swiper-slide p.c_blue {font-size: 64px; line-height: 2; font-weight: bold;}
.section05 .profile_slide .swiper-slide p {font-size: 28px; font-weight: 300; width: 85%; margin: 0 auto;}
.section05 .profile_slide .swiper-button-prev {width: 115px; height: 40px; background: url(../img/common/arrow-left.png) no-repeat center /cover; top: 72%; left: 240px;} 
.section05 .profile_slide .swiper-button-next {width: 115px; height: 40px; background: url(../img/common/arrow-right.png) no-repeat center /cover; top: 72%; right: 240px;}
.section05 .profile_slide .swiper-button-prev::after, 
.section05 .profile_slide .swiper-button-next::after {display: none;}
.section05 .profile_img {max-width: 840px; padding: 120px 80px 80px;}
.section05 .profile_img .swiper-slide {cursor: pointer; width: 120px;}
.section05 .profile_img .swiper-slide:last-child {margin-right: 0 !important;}
.section05 .profile_img .swiper-slide img {width: 120px; transition: all .3s; text-align: center;}
.section05 .profile_img .swiper-slide img.color {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.section05 .profile_img .swiper-slide img.color, 
.section05 .profile_img .swiper-slide.swiper-slide-thumb-active img {opacity: 0;}
.section05 .profile_img .swiper-slide.swiper-slide-thumb-active {width: 180px;}
.section05 .profile_img .swiper-slide.swiper-slide-thumb-active img.color {width: 180px; opacity: 1;}
.section05 .profile_img .profile_back {width: 240px; height: 240px; background: url(../img/content/profile_back.png) no-repeat center / cover; position: absolute; top: 50%; transition: all .5s; animation: rotate02 6s infinite ease-in-out;}
.section05 .profile_img .profile_back::before {content: ''; width: 15px; height: 15px; background: linear-gradient(151.21deg, #EF6E3D 13.82%, #F8CA2F 71.41%); position: absolute; left: 80%; top: 24px; border-radius: 50%;}

/* section06 */
.section06 {background: #f2f3f6; overflow: hidden; height: auto;}
.section06 .inner {max-width: 1620px; position: relative;}
.section06 .text_ty03 {line-height: 1.2; align-self: flex-start;}
.section06 .news_slide {width: 85%; position: static; margin-right: -147px;} 
.section06 .news_slide .swiper-slide {width: 450px;}
.section06 .news_slide .swiper-slide .cont_wrap > div {padding: 53px; height: calc(720px - 120px); max-width: 450px; border-radius: 30px; transition: all .3s; width: calc(100% - 106px);}
.section06 .news_slide .swiper-slide .cont_wrap .front {position: relative; left: 0; top: 0; background: #fff; z-index: 3;}
.section06 .news_slide .swiper-slide .cont_wrap .front p {line-height: 1.3; width: 100%; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-break: keep-all; max-height: 180px;}
.section06 .news_slide .swiper-slide .cont_wrap .front::before {content: ''; width: 44px; height: 43px; background: url(../img/content/logo_img.png) no-repeat center / cover; position: absolute; left: 53px; top: 53px;}
.section06 .news_slide .swiper-slide .cont_wrap .back {position: absolute; left: 0; top: 0; color: #fff; border-radius: 31px;}
.section06 .news_slide .swiper-slide .cont_wrap .back dl {height: 430px;}
.section06 .news_slide .swiper-slide .cont_wrap .back dl dt {font-size: 36px; font-weight: 700; line-height: 1.3; width: 100%; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-break: keep-all;} 
.section06 .news_slide .swiper-slide .cont_wrap .back dl dd p {display: none;}
.section06 .news_slide .swiper-slide .cont_wrap .back dl dd p:first-child {display:  -webkit-box !important; font-size: 20px; font-weight: 400; width: 100%; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 8; -webkit-box-orient: vertical; word-break: keep-all; height: 185px;}
.section06 .news_slide .swiper-slide .cont_wrap .back dl dd p img {width: auto;} 
.section06 .news_slide .swiper-slide .cont_wrap .back a {position: relative; left: 0; bottom: -134px;}
.section06 .news_slide .swiper-slide .cont_wrap .back a::before {content: ''; width: 0%; height: 1px; background: #00A8F3; position: absolute; left: 37%; top: 50%; transition: all .7s;}
.section06 .news_slide .swiper-slide .cont_wrap .back a:hover::before {width: 55%;}
.section06 .news_slide .swiper-slide .cont_wrap:hover .front {opacity: 0;}
.section06 .news_slide .swiper-slide .cont_wrap:hover .back {opacity: 1; z-index: 3; background: #111426;}
.section06 .news_slide .swiper-slide .cont_wrap h6 {font-size: 28px; font-weight: 300; padding: 80px 0 40px; border-bottom: 1px solid #999;}
.section06 .news_slide .swiper-slide .cont_wrap p {font-size: 36px; font-weight: 700; margin: 40px 0; line-height: 1.3; word-break: keep-all;}
.section06 .news_slide .swiper-slide .front span.date {font-size: 20px; font-weight: 400; color: #666;}
.section06 .news_slide .swiper-slide a.c_blue {font-size: 20px; font-weight: 400; display: block; position: absolute; left: 53px; bottom: 60px;}
.section06 .swiper-button-prev, 
.section06 .swiper-button-next {top: 38%; left: 15px; right: auto; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #000;}
.section06 .swiper-button-prev::after, 
.section06 .swiper-button-next::after {color: #000; font-size: 20px;}
.section06 .swiper-button-next {left: 90px;}

/* foot_banner */
.foot_banner {overflow: hidden; text-align: center; padding: 0; height: 555px;}
.foot_banner .back {width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: transform .8s; background: url(../img/content/foot_bg01.png) no-repeat center / cover;}
.foot_banner:hover .back {transform: scale(1.1);}
.foot_banner .text_wrap {position: relative; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.foot_banner span.text_ty04 {display: block;}
.foot_banner .btn_go img {width: 50px; margin-top: 30px;}
.foot_banner .btn_go:hover {animation: bounce .4s infinite alternate ease-in-out;}

/* footer */
.footer {height: 380px; color: #fff;}
.footer_menu {padding: 80px 0;}
.footer_menu ul {overflow: hidden; align-items: center;}
.footer_menu ul li.title {float: left; font-size: 18px; font-weight: 400; margin-left: 120px; line-height: 2.5;}
.footer_menu ul li.title:first-child {margin-left: 0;}
.footer_menu ul li .sub li {line-height: 1.8;}
.footer_menu ul li .sub li a {font-weight: 700;} 
.footer .copy {border-top: 1px solid rgba(255, 255, 255, 0.3); font-size: 12px; padding-top: 12px;}
.footer .copy p {font-weight: 300;}
.footer .copy ul {overflow: hidden;}
.footer .copy ul li {float: left; margin-left: 40px;}
.footer .copy ul li:first-child {margin-left: 0;}
.footer .copy ul li a {font-weight: 500; color: #999;}


/* 애니메이션 */
@keyframes translateTB {
    0% {opacity: 0; transform: translateY(-100px);}
    100% {opacity: 1; transform: translateY(0);}
}
@keyframes opacityHide {
    100% {opacity: 0;}
}
@keyframes bounce {
    0% {transform: translateY(0);}
    100% {transform: translateY(10px);}
}
@keyframes opacityShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes circleBlue {
    0% {opacity: 0; transform: translate(-120%, -50%);}
    40% {opacity: 1; transform: translate(-50%, -50%);}
    100% {opacity: 1; transform:translate(-48%, -52%) rotate(-90deg);}
}
@keyframes circleOrange {
    0% {opacity: 0; transform: translate(90%, -50%);}
    40% {opacity: 1; transform: translate(-53%, -52%);}
    100% {opacity: 1; transform:translate(-50%, -47%) rotate(-100deg);}
}
@keyframes rotate {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
@keyframes rotate01 {
	0% {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}
}
@keyframes rotate02 {
	0% {transform: translate(-30px, -50%) rotate(0deg);}
	100% {transform: translate(-30px, -50%) rotate(360deg);}
}
@keyframes line {
	0% {opacity: 0;}
	50% {opacity: .5; height: 0.5px; transform: scale(1.4) rotate(136deg);}
	100% {opacity: 1; left: -60px; top: 117px; transform: scale(1) rotate(136deg);}
}
@media screen and (max-width: 1800px) {
  .header .inner {max-width:1200px;}
}
@media screen and (max-width: 1700px) {
  .section02 .sec02_wrap.back .text_wrap {width: 78%;}
	.section02 .sec02_wrap.back .circle_wrap {right: 9%;}
}
@media screen and (max-width: 1600px) {
  .header .inner {max-width:1000px;}

    /* section02 */
    .section02 .text_wrap p {font-size: 50px;}
	.section02 .sec02_wrap.back .circle_wrap {right: 10%;}
    /* (공통) product */
    .product .text_wrap {width: 45%;}
    .product .text_wrap a.more:hover span {width: 70%;}
    .product .product_img img {width: 700px;}
    /* section04 */
    .section04.product .product_img img {width: 720px;}
    /* section05 */
    .section05 .profile_slide .swiper-slide p {font-size: 24px;}
    .section05 .profile_slide .swiper-button-prev {left: 8%; top: 71%;}
    .section05 .profile_slide .swiper-button-next {right: 8%; top: 71%;}
    /* section06 */
	.section06 .news_slide {width: 78%; margin-right: -20px;}
    .section06 .news_slide .swiper-slide .cont_wrap p,
    .section06 .news_slide .swiper-slide .cont_wrap .back dl dt {font-size: 28px;}
    .section06 .news_slide .swiper-slide .cont_wrap .back dl dd {font-size: 18px;}
    .section06 .news_slide .swiper-slide .cont_wrap .back a {bottom: -53px;}
    .section06 .news_slide .swiper-slide .cont_wrap .back a::before {left: 39%;}
    .section06 .news_slide .swiper-slide .cont_wrap .back a:hover::before {width: 45%;}
    .section06 .news_slide .swiper-slide .cont_wrap > div {height: 520px;}
}
@media screen and (max-width: 1440px) {
    /* (공통) text */
    #main .text_ty01 {font-size: 78px;}
    /* section02 */
    .section02 .text_wrap p {font-size: 42px;}
    .section02 .circle_wrap .txt {font-size: 20px;}
    /* (공통) product */
    .product .circle_wrap .circle_blue, 
    .product .circle_wrap .circle_orange {width: 500px; height: 500px;}
    /* product.on */
    .product.on.circle_wrap .circle_blue, 
    .product.on .circle_wrap .circle_orange {width: 300px; height: 300px;}
    .product.on .circle_wrap .circle_dot {width: 400px; height: 400px;}
    /* section05 */
    .section05 .profile_slide .swiper-slide p.c_blue {font-size: 40px;}
    .section05 .profile_slide .swiper-slide p {font-size: 20px;}
    .section05 .profile_slide .swiper-button-next {top: 69%; right: 5%;}
    .section05 .profile_slide .swiper-button-prev {top: 69%; left: 5%;}
    .section05 .profile_img {max-width: 750px;}
    /* section06 */
    .section06 .news_slide .swiper-slide .cont_wrap .back a::before {left: 42%;}
}
@media screen and (max-width: 1300px) {
  .header .inner {max-width:800px;}
  .header .gnb ul li a {font-size: 14px;}

    /* section06 */
    .section06 .news_slide .swiper-slide .cont_wrap .back a::before {left: 50%;}
}
@media screen and (max-width: 1200px) {
  

    /* (공통) text */
    #main .text_ty01 {font-size: 60px;}
    /* section02 */
    .section02 .circle_wrap .circle_line {width: 190px; height: 190px;}
    .section02 .circle_wrap .circle_dot {width: 160px; height: 160px; left: 15px; top: 15px;}
    .section02 .circle_wrap .dot_orange {left: 12px;}
    .section02 .circle_wrap .dot_blue {left: 106px; bottom: 0;}
    .section02 .circle_wrap:hover .line {width: 280px;}
    .section02 .text_wrap p {font-size: 34px;}
    @keyframes line {
        0% {opacity: 0;}
        50% {opacity: .5; height: 0.5px; transform: scale(1.4) rotate(136deg);}
        100% {opacity: 1; left: -45px; top: 90px; transform: scale(1) rotate(136deg);}
    }
    /* (공통) product */
    .product {padding: 120px 0 0; height: calc(100% - 160px);}
    .product .text_wrap {top: 45%;}
    .product .text_wrap dl dd {font-size: 24px;}
    .product .text_wrap a.more:hover span {width: 60%;}
    .product .product_img img {width: 560px;}
    /* product.on */
    .product.on .circle_wrap .circle_blue, 
    .product.on .circle_wrap .circle_orange {width: 200px; height: 200px; top: 28%;}
    .product.on .circle_wrap .circle_orange {top: 42%;}
    .product.on .circle_wrap .circle_dot {width: 300px; height: 300px; top: 45%;}
    /* section04 */
    .section04.product .product_img {top: 50px;}
    .section04.product .product_img img {width: 570px;}
    /* section05 */
    .section05 .profile_slide .swiper-slide p {word-break: keep-all;}
    .section05 .profile_slide .swiper-slide p br {display: none;}
    .section05 .profile_slide .swiper-button-prev,
    .section05 .profile_slide .swiper-button-next {display: none;}
    .section05 .profile_img {padding: 100px 80px 80px;}
    /* .section05 .profile_img .swiper-slide img {width: 120px;} */
    .section05 .profile_img .swiper-slide.swiper-slide-thumb-active img.color {width: 180px;}
    .section05 .profile_img .profile_back {width: 240px; height: 240px;}
    /* section06 */
	.section06 .news_slide {width: 75%;}
    .section06 .text_ty03 {padding: 0 0 0 40px; font-size: 50px;}
    .section06 .swiper-button-prev, 
    .section06 .swiper-button-next {top: 36%; left: 55px;}
    .section06 .swiper-button-next {left: 130px;}
    .section06 .news_slide .swiper-slide .cont_wrap .back a::before {left: 125px;}
    .section06 .news_slide .swiper-slide .cont_wrap .back dl dd p:first-child {height: 210px;}
    .section06 .news_slide .swiper-slide .cont_wrap p {margin: 26px 0;}
    .section06 .news_slide .swiper-slide .front span.date {margin: 0;}
}
@media screen and (max-width: 1194px) {
    .header .gnb ul li img {width: 140px;}
    .header .inner {max-width:100%;}
    .header.only_pc {display: none;}
    .header.only_mo {display: block;}
    .header .gnb_wrap{position:relative;}
    .header .lang_link_box {width:100%;height:auto;top:auto;right:auto;left:20px;bottom:40px;}
    .header .lang_link_box .btn_lang {display:inline-block;padding:0;background-image:none;}
    .header .lang_link_box .btn_lang.on {margin-right:10px;background-image:none;}
    .header .lang_link_box .btn_lang:first-child {margin-right:15px;padding-left:40px;background-image: url(../img/common/btn_lang_b.svg);background-position:left 10px center;}
    /* mo_header */
    .header {height: 48px; line-height: 48px; background: #fff; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);}
    .header .logo {width: 82px;}
    .header .logo img {vertical-align: middle;}
    .header .ham_wrap {cursor: pointer; padding: 10px; position: relative; z-index: 5;}
    .header .ham_wrap .ham {width: 24px; height: 24px; position: relative; margin: 0 auto;}
    .header .ham_wrap .ham::before {content: ''; width: 24px; height: 2px; position: absolute; left: 0; top: 6px; background: #000; border-radius: 10px; transform: translateY(0); transition: all .4s .1s;}
    .header .ham_wrap .ham::after {content: ''; width: 24px; height: 2px; position: absolute; left: 0; top: 18px; background: #000; border-radius: 10px; transform: translateY(0); transition: all .4s .1s;}
    .header .ham_wrap span {width: 24px; height: 2px; display: block; position: relative; top: 12px;}
    .header .ham_wrap span::before {content: ''; width: 24px; height: 2px; background: #000; position: absolute; left: 0; top: 0; transition: transform .4s; border-radius: 10px;}
    .header .ham_wrap span::after {content: ''; width: 24px; height: 2px; background: #000; position: absolute; left: 0; top: 0; transition: transform .4s; border-radius: 10px;}
    .header .ham_wrap .ham.show span::before {transform: rotate(45deg); transition: transform .4s .4s;}
    .header .ham_wrap .ham.show span::after {transform: rotate(-45deg); transition: transform .4s .4s;}
    .header .ham_wrap .ham.show::before {transform: translateY(10px); transition: all .3s ; opacity: 0;}
    .header .ham_wrap .ham.show::after {transform: translateY(-10px); transition: all .3s; opacity: 0;}
    .header .gnb_wrap {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: none;}
    .header .gnb {position: absolute; right: -500px; top: 0; width: calc(50% - 28px); height: calc(100% - 160px); border-radius: 40px 0 0 40px; padding: 80px 28px; overflow: auto;}
    .header .gnb > li > a {font-size: 28px; font-weight: bold; line-height: 2.8; padding: 0;}
    .header .gnb li.active > a {color: #00A8F3;}
    .header .gnb .sub_menu {display: none;}
    .header .gnb .sub_menu li a {font-size: 18px; display: block;}
}

@media screen and (max-width: 991px) {
    /* (공통) text */
    #main .text_ty01 {font-size: 40px;}
    /* header */
    /* section01 */
    .section01 .circle_wrap .circle_orange, 
    .section01 .circle_wrap .circle_blue {width: 500px; height: 500px;}
    /* section02 */
    .section02 .text_wrap p {font-size: 28px;}
	.section02 .circle_wrap {right: 140px;}
    /* (공통) product */
    .product {padding: 100px 0 20px; height: 100%;}
    .product .p_tit,
    .product .text_wrap a.more span {display: none;}
    .product .text_wrap {width: 100%; position: relative; top: 154px; transform: translate(0, 0); text-align: center;}
    .product .text_wrap dl dt {font-size: 64px !important;}
    .product .text_wrap dl dd {width: 75%; margin: 40px auto;}
    .product .text_wrap a.more {width: 130px; height: 45px; line-height: 45px; border: 1px solid #fff; border-radius: 30px; margin: 0 auto; padding: 5px 12px;}
    .section04.product .product_img {left: 50%; transform: translateX(-50%);}
    .product .product_img,
    .product .circle_wrap .circle_dot,
    .product .circle_wrap .circle_blue, 
    .product .circle_wrap .circle_orange {opacity: 0;}
    .product .circle_wrap .circle_blue, 
    .product .circle_wrap .circle_orange {width: 200px; height: 200px;}
    /* product.on */
    .product.on .circle_wrap .circle_blue {opacity: 1; top: 17%; left: 43%; transition: opacity 1s;}
    .product.on .circle_wrap .circle_orange {opacity: 1; top: 20%; left: 60%; transition: opacity 1s;}
    .product.on .circle_wrap .circle_dot {opacity: 1; top: 31%; left: 58%; transition: opacity 1s;}
    .product.on .text_wrap {transition: all 1s;}
    .section04.product.on .product_img,
    .section03.product.on .product_img {left: 50%; top: 0; transform: translateX(-50%); opacity: 1; transition: opacity .5s;}
    /* section04 */
    .section04.product .text_wrap {left: 0; transform: none;}
    .section04.product.on .circle_wrap .circle_dot {opacity: 1; top: 31%; left: 44%;}
    /* section05 */
    .section05 .profile_img {max-width: 690px;}
    /* section06 */
    .section06 .text_ty03 {font-size: 40px;}
    .section06 .news_slide {margin: -35px;}
    .section06 .swiper-button-prev, .section06 .swiper-button-next {top: 26%; width: 40px; height: 40px;}
    .section06 .swiper-button-next {left: 115px;}
    .section06 .swiper-button-prev::after, .section06 .swiper-button-next::after {font-size: 16px;}
    /* footer */
    .footer_menu .foot_logo {width: 250px;}
    .footer_menu ul li.title {margin-left: 74px;}
}
@media screen and (max-width: 840px) {
    .header .gnb {width: calc(80% - 28px);}

     .section05 .profile_img {padding: 100px 45px 70px; max-width: 670px;} 
}
@media screen and (max-width: 779px) {
    .section05 .profile_img .profile_back {width: 200px; height: 200px;}
}
@media screen and (max-width: 768px) {
	body::-webkit-scrollbar {width: 10px;}
    section {padding: 80px 0; height: calc(100% - 160px);}
    /* keyvisual */
    .keyvisual {background: #00A8F3; padding: 48px 0 280px;}
    .keyvisual .text_wrap {position: relative; left: 15px; bottom: auto; top: 40px; transform: translateX(0); width: calc(100% - 30px);}   
    .keyvisual .text_wrap p.second {text-align: left;}
    .keyvisual .scroll_down {position: absolute; left: 50%; top: 150%; transform: translateX(-50%);}
    .keyvisual .scroll_down img {width: 28px; height: 87px; margin: 0 auto 16px; display: block; animation: bounce .5s infinite alternate ease-in-out;}
    .keyvisual .scroll_down span {color: #fff; font-size: 12px;}
    /* section01 */
    .section01 .circle_wrap .circle_orange, 
    .section01 .circle_wrap .circle_blue {width: 278px; height: 278px;}
    .section01 .text_ty01 {font-size: 28px !important;}
    /* section02 */
    .section02 {height: 534px;}
    .section02 .sec02_back {background: url(../img/main/sec02_bg_mo.png) no-repeat right center / cover, linear-gradient(255.81deg, #0096D9 0%, #001768 101.58%);}
    .section02 .text_wrap,
    .section02 .sec02_wrap.back .text_wrap {top: 32%;}
    .section02 .text_wrap span {font-size: 12px;}
    .section02 .text_wrap p {font-size: 20px;}
    .section02 .circle_wrap .circle_line {width: 120px; height: 120px;}
    .section02 .circle_wrap .circle_dot {width: 106px; height: 106px; left: 7px; top: 7px;}
    .section02 .circle_wrap .txt {font-size: 14px; font-weight: normal;}
    .section02 .circle_wrap .dot_orange,
    .section02 .circle_wrap .dot_blue {width: 10px; height: 10px; left: 0;}
    .section02 .circle_wrap .dot_blue {left: 72px;}
    .section02 .circle_wrap:hover .line {width: 180px;}
    .section02 .sec02_wrap .circle_wrap {right: 28px; bottom: 40px;}
	.section02 .sec02_wrap.back .circle_wrap {bottom: 15%;}
    .section02 .sec02_wrap .circle_wrap[data-aos-delay="300"] {transition-delay: 0;}
    .section02 .sec02_wrap.back .sec02_back {border-radius: 60px; height: 85%;}
    @keyframes line {
        0% {opacity: 0;}
        50% {opacity: .5; height: 0.5px; transform: scale(1.4) rotate(136deg);}
        100% {opacity: 1; left: -30px; top: 60px; transform: scale(1) rotate(136deg);}
    }
    /* (공통) product */
    .product {padding: 180px 0 0;}
    .product .product_img img {width: 222px;}
    .product .text_wrap dl dd {font-size: 14px; letter-spacing: normal; margin: 16px auto 40px;}
    .product .text_wrap a.more {font-size: 12px; width: 102px; height: 36px; line-height: 36px; padding: 0; border-radius: 20px;}
    /* product.on */
    .product.on .product_img {transform: translateX(-25%);}
    .product.on .circle_wrap .circle_dot {width: 180px; height: 180px;}
    .product.on .circle_wrap .circle_blue, 
    .product.on .circle_wrap .circle_orange {width: 145px; height: 145px;}
    .product.on .circle_wrap .circle_blue {top: 24%; left: 45%;}
    .product.on .circle_wrap .circle_orange {top: 16%; left: 60%;}
    /* section03 */
    .section03.product {transition: all .5s;}
    /* section04 */
    .section04.product {padding: 0;}
    .section04.product .product_img img {width: 290px;}
    .section04.product.on .circle_wrap .circle_dot {top: 23%;}
    /* section05 */
    .section05 .cont_wrap {padding: 80px 0;}
    .section05 .sec05_tit {font-size: 12px;}
    .section05 .profile_slide .swiper-slide p.c_blue {font-size: 28px; line-height: 1.2; margin: 20px auto;}
    .section05 .profile_slide .swiper-slide p {font-size: 14px; margin-bottom: 40px;}
    .section05 .profile_img {padding: 40px 0;}
    .section05 .profile_img .swiper-wrapper {justify-content: center;}
    .section05 .profile_img .swiper-slide {width: 68px !important;}
    .section05 .profile_img .swiper-slide img {width: 68px !important; height: 68px !important;}
    .section05 .profile_img .swiper-slide.swiper-slide-thumb-active img.color {width: 100px !important; height: 100px !important;}
    .section05 .profile_img .swiper-slide.swiper-slide-thumb-active {width: 100px !important;}
    .section05 .profile_img .profile_back {width: 120px; height: 120px;}
    .section05 .profile_img .profile_back::before {width: 10px; height: 10px; left: 88%;}
    /* section06 */
    .section06 {flex-direction: column;}
    .section06 .inner {flex-direction: column;}
    .section06 .news_slide {margin: 20px 0 0;}
    .section06 .swiper-button-prev, 
    .section06 .swiper-button-next,
    .section06 .text_ty03 br {display: none;}
    .section06 .text_ty03 {width: 100%; text-align: center; padding: 0 0 15px; font-size: 28px;}
    .section06 .news_slide {width: 100%; padding: 0 15px;}
    .section06 .news_slide .swiper-slide .cont_wrap .front {padding: 28px; width: calc(100% - 56px); max-width: 260px; height: calc(420px - 56px);}
    .section06 .news_slide .swiper-slide .cont_wrap .front::before {width: 24px; height: 23px; left: 28px; top: 28px;}
    .section06 .news_slide .swiper-slide .cont_wrap:hover .front {opacity: 1;}
    .section06 .news_slide .swiper-slide .cont_wrap .back {display: none;}
    .section06 .news_slide .swiper-slide .cont_wrap h6,
    .section06 .news_slide .swiper-slide .front span.date {font-size: 14px;}
    .section06 .news_slide .swiper-slide .cont_wrap h6 {padding: 38px 0 16px;}
    .section06 .news_slide .swiper-slide .cont_wrap p {font-size: 18px; font-weight: normal; line-height: 1.5; width: 80%;}
    .section06 .news_slide .swiper-slide a.c_blue {font-size: 12px; font-weight: bold; left: 28px; bottom: 28px; padding: 9px 16px; border: 1px solid #00A8F3; border-radius: 20px;}

    /* foot_banner */
    .foot_banner {height: 260px;}
    .foot_banner .btn_go img {width: 24px; margin-top: 16px;}
    /* footer */
    .footer {height: auto;}
    .footer_menu {flex-direction: column; align-items: flex-start !important; padding: 40px 0;}
    .footer_menu .foot_logo {width: 141px; margin-bottom: 40px;}
    .footer_menu ul li.title {font-size: 14px; margin-left: 30px;}
    .footer_menu ul li .sub li {line-height: 2.3;}
    .footer .copy {font-size: 10px; flex-direction: column; align-items: flex-start; padding: 28px 0; line-height: 2;}
    .footer .copy ul li {margin-left: 16px;}
}

@media screen and (max-width: 480px) {
    .keyvisual .scroll_down {top: 120%;}
}
@media screen and (max-width: 320px) {
    .keyvisual .text_wrap .text_ty01 {font-size: 36px !important;}
	.section02 .text_wrap, 
	.section02 .sec02_wrap.back .text_wrap {top: 36%;}
    .section04.product {padding: 0 0 40px;}
    .about .sec04 .partner_slide .swiper-button-prev {left: 43% !important;}
    .about .sec04 .partner_slide .swiper-button-next {left: 57% !important;}
}
@media screen and(max-height: 800px) {
    .keyvisual {height: 80vh;}
}