@charset "utf-8";


body {width: 100%; overflow: initial;;}
body, html { text-align: initial;}
html {}
.hidden_txt {position: absolute!important;font-size: 0!important;line-height: 0!important;overflow: hidden!important;}
#wrap {width: 100%;word-break: break-word;overflow: hidden;}
#toTop {display: none;text-decoration: none;position: fixed;bottom: 100px;right: 10px;overflow: hidden;width: 50px;height: 50px;border: none;text-indent: -999999px;background: url(../images/totop.png);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60);opacity: 0.6;z-index: 99999;background-color: #bf202f;background-repeat: no-repeat;background-position: center center;border-radius: 100px;}
#toTop:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
a {-webkit-transition: all 0.3s ease;transition: all 0.3s ease;text-decoration: none;}
img {max-width: 100%;}


.header_all_wrap a {display: block;}

.header_all_wrap {width: 100%;position: absolute;top: 0px;left: 0px;z-index: 1004;background-color: transparent;position: fixed;}
.header_wrap {width: 100%; padding: 0 50px; position: relative;top: 0px;left: 0px;z-index: 5}
.header_mid {position: relative;top: 0px;left: 0px;padding: 0 0 0 250px;}
.header_mid_wrap {padding: 20px 0 16px}
.header_add_wrap {position: absolute;top: 0px;right: 0px;width: 100%; max-width: 700px;text-align: right;}
.logo_wrap {position: absolute;top: 0px;left: 0px;width: 100%; max-width: 120px;}
.logo {position: relative;top: 0px;left: 0px;width: 100%;}
.top_nav {position: relative;top: 0px;left: 0px;width: 100%;font-size: 0px;}
.top_nav .menu  {display: inline-block;position: relative;top: 0px;left: 0px;}
.top_nav .sub_menu_wrap {display: none;}
.top_nav .menu_a {position: relative;top: 0px;left: 0px;display: inline-block;height: 40px;padding: 0 30px;}
.top_nav .menu_a:before {content: '';display: inline-block;height: 100%;vertical-align: middle;font-size: large;}
.top_nav .menu_a span {vertical-align: middle;display: inline-block;line-height: 1.4;text-align: center;max-width: 100%;position: relative;top: 0px;left: 0px;white-space: nowrap;font-size: 16px;text-transform: uppercase;color: #000;font-weight: 500;}

.news_ticker_wrap {display: inline-block;vertical-align: middle;padding:0 50px 0 0;text-align: left;}
.lang_all_wrap {display: inline-block;vertical-align: middle;padding: 0 10px 0 0;text-align: left;}
.m_menu_btn_wrap {display: inline-block;vertical-align: middle;padding: 0;text-align: center;}
.lang_box {border-radius: 100px;position: relative;top: 0px;left: 0px;background-color: #f6f6f6}
.lang_sub_wrap {display: none;border: 1px solid #0061ab;position: absolute;top: 100%;left: 0px;width: 100%;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: #fff}
.lang_box .lang_box_a {font-size: 14px; padding:0px 40px 0 20px;height: 36px; line-height: 36px;color: #000;position: relative;top: 0px;left: 0px;}
.lang_box .lang_box_a:after {content: "";position: absolute;right: 15px;top: 16px; width: 0px;height: 0px;border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;transform:rotate(180deg);transition:all .3s ease}

.lang_wrap:hover .lang_box {background-color: #0061ab;border-radius: 5px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.lang_wrap:hover .lang_box_a:after {transform:rotate(0deg);border-bottom: 5px solid #fff;}
.lang_wrap:hover .lang_box_a {color: #fff}
.lang_wrap:hover .lang_sub_wrap {display: block;}
.lang_sub_box a {font-size: 13px; color: #333; padding: 0 20px;height: 30px;line-height: 30px;}
.lang_sub_box a:hover {color: #0061ab}

.m_menu_btn {font-size: 14px; padding:0px 20px;height: 36px; line-height: 36px;color: #fff;position: relative;top: 0px;left: 0px;background-color: #bf202f;border-radius: 100px;}

.news_ticker_label {display: inline-block;font-size: 13px; color: #0072ff; padding: 0 20px;height: 10px;line-height: 10px;border-right: 1px solid #ddd;font-weight: 500;}
.news_ticker_desc {display: inline-block;font-size: 13px; color: #333; padding: 0 20px;height: 10px;line-height: 10px;}


.header_bar {position: relative;top: 0px;left: 0px;width: 100%;background-color: red;height: 5px;z-index: 1;display: none!important;}


.header_bar {
    background: #1361ac;
    background: linear-gradient(272deg, #1361ac, #bf202f);
    background: -moz-linear-gradient(272deg, #1361ac, #bf202f);
    background: -webkit-linear-gradient(272deg, #1361ac, #bf202f);
    background: linear-gradient(272deg, #1361ac, #bf202f);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1361ac', endColorstr='#bf202f',GradientType=1 );
    background-size: 300% 300%;
    -webkit-animation: btncolor 2s ease infinite;
    -moz-animation: btncolor 2s ease infinite;
    -o-animation: btncolor 2s ease infinite;
    animation: btncolor 2s ease infinite;
}

@-webkit-keyframes btncolor {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes btncolor {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes btncolor {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes btncolor {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.header_show_in {}

.header_show .menu_02 ,.header_show .menu_03 {display: none;}

.header_show_wrap {position: relative;top: 0px;left: 0px;z-index: 3;display: none;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.header_show .menu {position: relative;top: 0px;left: 0px;}
.header_show .menu_a {font-size: 30px; color: #000;position: absolute;top: 26px;left: 0px;font-weight: 700;opacity: 0.05;width: 220px;text-align: right;display: none;}
.header_show .sub_menu_wrap {padding-left: 250px;}
.header_show .sub_menu_wrap {
       display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.header_show .sub_menu {flex-basis: 180px;padding: 30px 10px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;min-height: 200px;}
.header_show .menu_01 .sub_menu {flex-basis: 280px;}
.header_show .menu_02 .sub_menu {flex-basis: 280px;}
.header_show .sub_menu_a {font-size: 18px; color: #000; font-weight: 600;padding-bottom: 0px;text-align: center;}
.header_show .sub_menu_a span {display: block;padding-bottom: 10px;}
.header_show .thd_menu_a {font-size: 15px; color: #666; font-weight: 400;line-height: 1.4;}
.header_show .thd_menu_a span {display: block;padding-top: 10px;}
.header_show .thd_menu {padding-bottom: 10px;text-align: center;}

.header_show .thd_menu_a:hover {color: #0061ab;font-weight: 500;}

.header_show .thd_menu_wrap {
       display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.header_show .thd_menu {
    flex-basis: 180px;padding: 0px 5px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;;
}
.header_show .thd_menu_img {display: block;background-color: #000; height: 90px;background-size: cover;background-position: center center;background-repeat: no-repeat;}

.header_show .menu_02 .thd_menu_01 .thd_menu_img {
    background-image: url(../images/common/thd_menu_img_01.jpg);
}
.header_show .menu_02 .thd_menu_02 .thd_menu_img {
    background-image: url(../images/common/thd_menu_img_02.jpg);
}
.header_show .menu_02 .thd_menu_03 .thd_menu_img {
    background-image: url(../images/common/thd_menu_img_03.jpg);
}
.header_show .menu_02 .thd_menu_04 .thd_menu_img {
    background-image: url(../images/common/thd_menu_img_04.jpg);
}
.header_show .menu_02 .thd_menu_05 .thd_menu_img {
    background-image: url(../images/common/thd_menu_img_05.jpg);
}
.header_show .menu_02 .thd_menu_06 .thd_menu_img {
    background-image: url(../images/common/thd_menu_img_06.jpg);
}


.top_nav .menu_a:after {position: absolute;top: 100%;margin-top: 13px;width: 0%;left: 50%;background-color: #0061ab;content: "";height: 3px;transform: translateX(-50%);-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.top_nav .menu.active2 .menu_a:after {width: 100%;}


.header_all_wrap:hover .header_show_wrap {
display: block;
}
.sub_menu_vd {display: block;}
.sub_menu_video {width: 100%; height: auto;}

.video_wrap {width: 100%;height: 100vh;position: relative;top: 0px;left: 0px;z-index: 999;max-height: 1080px;}
.main_video {
   position: absolute;
   left: 0;
   bottom: 0;
   top:0;
   right:0;
   width: 100%;
   height: 100%;
   background-size: 100% 100%;
   background-color: #fff;
   background-position: center center;
   background-size: contain;
   object-fit: cover;
   z-index:3;
}
.video_bg {
   position: absolute;bottom: 0px; z-index: 4;width: 100%;text-align: center;

}
.con_all_wrap {
   position: relative;top: 0px;left: 0px;z-index: 1000;overflow: hidden;
}
.con_wrap {
   position: relative;top: 0px;left: 50%;z-index: 1000;width: 2000px; margin-left: -1000px;
   display: block;
}

.con_wrap img {width: 100%;}

@media screen and (min-width:2050px) {
    .con_wrap { width: 100%; left: 0px; margin: 0 auto;}
}

@media screen and (max-width:1900px) {
    .con_wrap { width: 100%; left: 0px; margin: 0 auto;}
}



.w_tp .header_all_wrap {background-color: transparent;}
.w_tp .logo svg .cls-1 {fill: #fff}
.w_tp .top_nav .menu_a span {color: #fff;}
.w_tp .news_ticker_label {color: #fff;}
.w_tp .news_ticker_desc {color: #fff;}
.w_tp .header_bar {display: none;}

.sub .header_bar {display: none;}
.sub .header_all_wrap {background-color: transparent;}

.open .header_wrap  {background-color: #fff;}
.open .header_all_wrap {background-color: #fff;}
.open .logo svg .cls-1 {fill: #0061ab}
.open .top_nav .menu_a span {color: #000;}
.open .news_ticker_label {color: #0072ff;}
.open .news_ticker_desc {color: #333;}
.open .header_bar {display: block;}


.scroll .header_all_wrap {background-color: #fff;}
.scroll .logo svg .cls-1 {fill: #0061ab}
.scroll .top_nav .menu_a span {color: #000;}
.scroll .news_ticker_label {color: #0072ff;}
.scroll .news_ticker_desc {color: #333;}
.scroll .header_bar {display: block;}


.main .header_all_wrap {background-color: #fff;}
.main .logo svg .cls-1 {fill: #0061ab}
.main .top_nav .menu_a span {color: #000;}
.main .news_ticker_label {color: #0072ff;}
.main .news_ticker_desc {color: #333;}
.main .header_bar {display: block;}





.none_video_wrap {position: absolute;top: 0px;left: 0px;width: 1px;height: 1px;overflow:hidden;visibility:hidden; }


.m_close_wrap { position: relative; top: 0px; left: 0px; padding: 20px; text-align: center; }
.m_close_btn {width: 40px;height: 30px;position: relative;top: 0px;left: 0px;display: inline-block!important;padding: 30px;border-radius: 100%;border: 1px solid #eee;background-color: #f9f9f9;}
.m_close_btn:before, .m_close_btn:after {content: "";display: block;position: absolute;width: 35px;height: 3px;background: #888888;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.m_close_btn:before { transform: rotate(-45deg); transition: all .3s ease}
.m_close_btn:after { transform: rotate(45deg); transition: all .3s ease .15s}
.m_menu_all_wrap {width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;bottom: 0;z-index: 999999;background-color: #fff;display: none;overflow: hidden;}
.m_menu_all_wrap * {}
.m_menu_wrap { position: absolute; width: 100%; overflow: auto; top: 0px; left: 0px; bottom: 0px; }
.m_menu_wrap .sub_menu_vd_wrap { display: none!important; }
.m_menu { padding: 20px 5% }
.m_menu { display: grid; row-gap: 30px; column-gap: 0px; grid-template-columns: repeat(1, 1fr); align-items: stretch; }
.m_menu .menu { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 30px; gap: 50px; }
.m_menu .menu_a { display: flex; flex-wrap: nowrap; align-items: center; font-size: 30px; font-weight: 800; text-transform: uppercase; width: 280px; white-space: nowrap; }
.m_menu .sub_menu_wrap { width: 100%!important; display: none; }
.m_menu .sub_menu { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; justify-content: space-between; padding-bottom: 30px; gap: 50px; }
.m_menu .sub_menu_a { display: flex; flex-wrap: nowrap; align-items: center; font-size: 20px; font-weight: 600; line-height: 1.4; text-transform: uppercase; white-space: nowrap; }
.m_menu .thd_menu_wrap { display: flex; width: 100%; row-gap: 20px; column-gap: 50px; flex-wrap: wrap; }
.m_menu .thd_menu {}
.m_menu .thd_menu_a { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 300; line-height: 1.4; opacity: 0.8; }

.m_menu .menu:hover .menu_a span {color: #2d72ff}
.m_menu .sub_menu:hover .sub_menu_a span {color: #2d72ff}
.m_menu .thd_menu_a:hover {opacity: 1}
.m_menu .thd_menu_a:hover span {color: #ffb300;}


.scroll .s_sec_01_07_nav { padding-top: 80px; }
.bg_video_box { position: absolute; left: 0; bottom: 0; top: 0; right: 0; width: 100%; height: 100%; background-size: 100% 100%; background-position: center center; background-size: contain; object-fit: cover; z-index: 3; }
.sec_inner { position: relative; top: 0px; left: 0px; }
.sec_in { position: relative; top: 0px; left: 0px; z-index: 5; }
.sec_in { position: relative; top: 0px; left: 0px; z-index: 5; }
.sec_in2 {width: 100%; max-width: 1400px; margin: 0 auto;position: relative;top: 0px;left: 0px;z-index: 2;}
.sec_in3 {width: 100%; max-width: 1600px; margin: 0 auto;position: relative;top: 0px;left: 0px;z-index: 2;}

.main_sec_01_inner_wrap {position: relative;top: 0px;left: 0px;}


.main_sec_01_in  {position: absolute;top: 20vh;left: 0px;z-index: 3;width: 100%;}
.main_sec_01_txt_wrap {position: relative;top: 0px;left: 0px;width: 100%;margin: 0 auto; max-width: 1600px; padding: 0 30px;}
.main_sec_01_txt_01 {font-size: 65px; font-weight: 600; color: #000; line-height: 1.2;}
.main_sec_01_txt_02 {font-size: 18px; font-weight: 400; color: #666; line-height: 1.4;padding-top: 10px;}
.main_video_wrap {position: relative;top: 0px;left: 0px;z-index: 2;}
.sub_sec_bg {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 1;overflow: hidden;}
.vh100 {height: 100vh;}

#main_videoid {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#main_videoid canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_video_txt_wrap { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 2; overflow: hidden; }
.main_video_txt_01 { position: absolute; bottom: 10%; left: 50%; width: 100%; transform: translate(-50%,-50%); }
.main_video_txt_01 { font-size: 8vw; font-weight: 800; color: #000; line-height: 1.2; text-align: center; text-transform: uppercase; }
.main_video_txt_01 span { white-space: nowrap; letter-spacing: 1em; opacity: 0; transform: translateX(-50%) scale(3); display: inline-block; position: absolute; bottom: 0px; left: 50%; color: #fff; display: block; }
.main_video_txt_02 { position: absolute; bottom: 0%; left: 50%; width: 100%; transform: translate(-50%,0); opacity: 0}
.main_video_txt_02_01 { font-size: 48px; font-weight: 600; color: #000; line-height: 1.2; text-align: center; }
.main_video_txt_02_02 { font-size: 18px; font-weight: 400; color: #000; line-height: 1.2; text-align: center; padding-top: 10px; }
.main_video_btn { display: inline-block; width: 60px; height: 60px; background-color: #1361ac; background-repeat: no-repeat; background-position: center center; background-size: 30%; background-image: url(../images/common/arr.png); border-radius: 100px; overflow: hidden; }
.main_video_btn_wrap { text-align: center; padding: 20px 0; }
.main02_txt_all_wrap { position: absolute; top: 50%; left: 0px; transform: translateY(-50%); z-index: 5; width: 100%; }
.main02_txt_wrap { display: block; width: 100%; padding: 0 5%; text-align: center; }
.tal_00_in { position: relative; top: 0px; left: 0px; width: 50%; float: left; }
.main02_txt_wrap { font-size: 72px; font-weight: 400; line-height: normal; color: #fff; word-break: keep-all; }
.main02_txt_bg { opacity: 0.1}
.main02_txt { display: block; clear: both; width: max-content;position: relative;top: 0px;left: 0px;margin-top: -0.18em;font-weight: 600;}
.main02_txt_in { position: relative; top: 0px; left: 0px; z-index: 1; display: inline-block; margin: 0 auto; }
.main02_txt_bg { position: relative; top: 0px; left: 0px; width: 100%; z-index: 1; }
.main02_txt_on { position: absolute; top: 0px; left: 0px; width: 100%; z-index: 2; }
.main02_txt span { display: inline-block; }
.main02_txt_on .main02_txt { clip-path: inset(0 100% 0 0); opacity: 0}
.main02_txt_04 { padding-top: 30px; }
.main02_txt_04, .main02_txt_05 { font-size: 18px; line-height: 1.6; font-weight: 400; }
.main_sec_02_inner_wrap { position: relative; top: 0px; left: 0px; z-index: 2; }
.main_sec_022_inner_wrap { position: absolute; top: 0px; left: 0px; z-index: 1; width: 100%; }
.main_sec_02_wrap { position: relative; top: 0px; left: 0px; }
.main_sec_022_inner_wrap .main02_txt_wrap { color: #000}
.main_sec_03_wrap { background-color: #000; }
.sec_wrap { position: relative; top: 0px; left: 0px; z-index: 5; }
.main_sec_03_wrap.sec_wrap { z-index: 4; }
.bg_border {}

.main_sec_022_bg_01 {position: absolute;bottom: 50%;right: 70%;width: 300px;height: 300px;border-radius: 10px; overflow: hidden;z-index: 3}
.main_sec_022_bg_02 {position: absolute;bottom: 50%;left: 70%;width: 300px;height: 400px;border-radius: 10px; overflow: hidden;z-index: 1}
.main_sec_022_bg_03 {position: absolute;top: 55%;right: 73%;width: 400px;height: 300px;border-radius: 10px; overflow: hidden;z-index: 1}
.main_sec_022_bg_04 {position: absolute;top: 55%;left: 73%;width: 500px;height: 350px;border-radius: 10px; overflow: hidden;z-index: 1}
.main_sec_022_bg_05 {position: absolute;top: 80%;left: 40%;width: 400px;height: 250px;border-radius: 10px; overflow: hidden;z-index: 1}


.sec_tit {font-size:18px;font-weight: 400;line-height: 1.4;color: #222; word-break: keep-all;;}
.sec_tit b {font-weight: 600;}
.sec_tit2 {font-size:20px;font-weight: 400;line-height: 1.4;color: #222;word-break: keep-all;;}
.sec_tit2 b {font-weight: 600;}
.sec_tit3 {font-size:24px;font-weight: 400;line-height: 1.4;color: #222;word-break: keep-all;;}
.sec_tit3 b {font-weight: 600;}
.sec_tit4 {font-size:30px;font-weight: 400;line-height: 1.2;color: #222;word-break: keep-all;;}
.sec_tit4 b {font-weight: 600;}
.sec_tit5 {font-size:36px;font-weight: 400;line-height: 1.2;color: #222;word-break: keep-all;;}
.sec_tit5 b {font-weight: 600;}
.sec_tit6 {font-size:42px;font-weight: 400;line-height: 1.2;color: #222;word-break: keep-all;;}
.sec_tit6 b {font-weight: 600;}
.sec_tit7 {font-size:48px;font-weight: 400;line-height: 1.2;color: #222;word-break: keep-all;;}
.sec_tit7 b {font-weight: 500;}
.sec_tit8 {font-size:54px;font-weight: 200;line-height: 1.2;color: #222;word-break: keep-all;;}
.sec_tit8 b {font-weight: 700;}
.sec_tit9 {font-size:70px;font-weight: 200;line-height: 1.2;color: #222;word-break: keep-all;;}
.sec_tit9 b {font-weight: 700;}
.sec_tit10 {font-size:90px;font-weight: 200;line-height: 1;color: #222;word-break: keep-all;;}
.sec_tit10 b {font-weight: 700;}
.sec_tit11 {font-size:120px;font-weight: 200;line-height: 1;color: #222;word-break: keep-all;;}
.sec_tit11 b {font-weight: 700;}

.sec_txt {font-size:16px;font-weight: 300;line-height: 1.6;color: #222;word-break: keep-all;;}
.sec_txt b {font-weight: 500;}
.sec_txt2 {font-size:18px;font-weight: 300;line-height: 1.6;color: #222;word-break: keep-all;;}
.sec_txt2 b {font-weight: 500;}
.sec_txt3 {font-size:24px;font-weight: 300;line-height: 1.6;color: #222;word-break: keep-all;;}
.sec_txt3 b {font-weight: 500;}
.sec_txt4 {font-size:14px;font-weight: 300;line-height: 1.6;color: #666;word-break: keep-all;;}
.sec_txt4 b {font-weight: 500;}

.bbbgap {height: 200px;}
.bbgap {height: 150px;}
.bgap {height: 100px;}
.gap {height: 50px;}
.sgap {height: 30px;}
.ssgap {height: 20px;}
.sssgap {height: 10px;}
.ssssgap {height: 5px;}
.bold800 {font-weight: 800!important}
.bold700 {font-weight: 700!important}
.bold600 {font-weight: 600!important}
.bold500 {font-weight: 500!important}
.bold400 {font-weight: 400!important}
.bold300 {font-weight: 300!important}
.bold200 {font-weight: 200!important}

.opa1 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter: alpha(opacity=10);opacity: 0.1;}
.opa4 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter: alpha(opacity=40);opacity: 0.4;}
.opa6 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60);opacity: 0.6;}
.opa8 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);opacity: 0.8;}
.sec_bumo {position: relative;top: 0px;left: 0px;}
.sec_bumo:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}

.color_01 { color: #1361ac!important; }
.color_02 { color: #cfcfcf!important; }
.color_03 { color: #fff!important; }
.color_04 { color: #bf202f!important; }

.txt_center {text-align: center;}
.txt_left {text-align: left;}
.txt_right {text-align: right;}


.sub_btn_wrap .sub_btn {display: inline-block;background-color: #1361ac;border-radius: 1000px;padding: 6px 6px 6px 30px;}


.main_sec_03_wrap .sub_btn_wrap .sub_btn {background-color:#f16281}
.main_sec_04_wrap .sub_btn_wrap .sub_btn {background-color:#f47f50}
.main_sec_05_wrap .sub_btn_wrap .sub_btn {background-color:#66c6b9}
.main_sec_06_wrap .sub_btn_wrap .sub_btn {background-color:#5b4fa1}
.main_sec_07_wrap .sub_btn_wrap .sub_btn {background-color:#3d8bd6}

.sub_btn_wrap .sub_btn span {height: 40px;line-height: 40px;display: inline-block;padding-right: 30px;vertical-align: middle;color: #fff;font-size: 18px;}
.sub_btn_wrap .sub_btn b {height: 40px;line-height: 40px;width: 40px;display: inline-block;vertical-align: middle;background-color: #fff;border-radius: 100px;position: relative;top: 0px;left: 0px;}

.sub_btn_wrap .sub_btn b:after {content: "";display: block;margin:auto;width: 10px;height: 10px;border-top: 2px solid #000;border-left: 2px solid #000;position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;transform: rotate(135deg);}


.sub_btn_wrap {display: inline-block;padding-left: 20px;}
.sub_btn_wrap:first-child {padding-left: 0px;}

/*.sub_btn_wrap .sub_btn:hover {background-color: #094b8a}*/

.sub_btn_wrap.btn_w .sub_btn {background-color: #fff}
.sub_btn_wrap.btn_w .sub_btn span {color: #000}
.sub_btn_wrap.btn_w .sub_btn b {background-color: #000;}
.sub_btn_wrap.btn_w .sub_btn b:after {border-color: #fff;}

.sub_btn_wrap.btn_w .sub_btn:hover {background-color: #000;}
.sub_btn_wrap.btn_w .sub_btn:hover span {color: #fff;}


.ov_wrap {overflow: hidden;}

.main_bg_txt {font-size: 6vw; font-weight: 600;line-height: 1;color: #222;word-break: keep-all;white-space: nowrap;width: auto;text-transform: uppercase;z-index: 5}

.main_sec_022_bg {background-color: #fff}

.main_right_wrap {position:absolute;top: 0px;right: 0px;bottom: 0px;width: 50%;}
.main_right_in {position: absolute;top: 50%;left: 0%;transform: translateY(-50%);max-width: 100%;padding: 30px;}
.main_left_wrap {position:absolute;top: 0px;left: 0px;bottom: 0px;width: 50%;}
.main_left_in{position: absolute;top: 50%;left: 0%;transform: translateY(-50%);max-width: 100%;padding: 30px;}





.main_wide_wrap {position:absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;}
.main_wide_in {position: absolute;top: 50%;left: 0%;transform: translateY(-50%);max-width: 100%;padding: 30px;}


.main_sec_03_wrap {padding: 50vh 0 0vh;margin-top: -100vh}
.main_sec_03_inner_wrap  {}
.main_sec_03_con_wrap {min-height: 100vh;position: relative;top: 0px;left: 0px;max-width: 1600px;margin: 0 auto;padding: 30px;}
.main_sec_03_wrap * {color: #fff;}
.main_sec_03_bg_txt {position: absolute;top: 20%;left: 9%;transform-origin: left;color: #fff;opacity: 0.1}
.main_sec_03_con_wrap .main_left_in > *{position: relative;left: 0px;top: 0px;}

.main_sec_03_bg {
    background-repeat: no-repeat;background-position: center center;background-size: cover;background-image: url(../images/sub/main_sec_03_bg.jpg);
}

.main_sec_04_wrap {padding: 0;}
.main_sec_04_inner_wrap  {}
.main_sec_04_con_wrap {min-height: 100vh;position: relative;top: 0px;left: 0px;max-width: 1600px;margin: 0 auto;padding: 30px;}
.main_sec_04_wrap * {color: #000;}
.main_sec_04_bg_txt {position: absolute;top: 20%;right: 13%;transform-origin: left;color: #000;opacity: 0.1}
.main_sec_04_con_wrap .main_left_in > *{position: relative;left: 0px;top: 0px;}
.main_sec_04_bg {
    background-repeat: no-repeat;background-position: center center;background-size: cover;background-image: url(../images/sub/main_sec_04_bg.jpg);
}

.main_sec_05_wrap {background-color: #000}
.main_sec_05_inner_wrap  {}
.main_sec_05_con_wrap {min-height: 100vh;position: relative;top: 0px;left: 0px;max-width: 1600px;margin: 0 auto;padding: 30px;}
.main_sec_05_wrap * {color: #fff;}
.main_sec_05_bg_txt {position: absolute;top: 20%;left: 9%;transform-origin: left;color: #fff;opacity: 0.1}
.main_sec_05_con_wrap .main_left_in > *{position: relative;left: 0px;top: 0px;}


.main_sec_05_video { position: absolute; top: 50%; left: 50%; display: block; width: 0%; height: 80%; transform: translate(-50%,-50%); overflow: hidden; z-index: 1; }


.main_sec_06_wrap {}
.main_sec_06_inner_wrap  {}
.main_sec_06_con_wrap {min-height: 100vh;position: relative;top: 0px;left: 0px;max-width: 1600px;margin: 0 auto;padding: 30px;}
.main_sec_06_wrap * {color: #000;}
.main_sec_06_bg_txt {position: absolute;top: 20%;left: 51%;transform-origin: left;color: #000;opacity: 0.1}
.main_sec_06_con_wrap .main_left_in > *{position: relative;left: 0px;top: 0px;}
.main_sec_06_bg {
    background-repeat: no-repeat;background-position: center center;background-size: cover;background-image: url(../images/sub/main_sec_06_bg.jpg);
}

.main_sec_07_wrap {background-color: #fff}
.main_sec_07_inner_wrap  {}
.main_sec_07_con_wrap {min-height: 100vh;position: relative;top: 0px;left: 0px;max-width: 1600px;margin: 0 auto;padding: 30px;}
.main_sec_07_wrap * {color: #fff;}
.main_sec_07_bg_txt {position: absolute;top: 20%;left: 9%;transform-origin: left;color: #fff;opacity: 0.1}
.main_sec_07_con_wrap .main_left_in > *{position: relative;left: 0px;top: 0px;}
.main_sec_07_video { position: absolute; top: 50%; left: 50%; display: block; width: 100%; height: 100%; transform: translate(-50%,-50%); overflow: hidden; z-index: 1; }

.main_sec_08_wrap.sec_wrap {z-index: 4;}
.main_sec_08_wrap {padding:0;clip-path: inset(0 0 0 0);margin-top: -100vh}
.main_sec_08_inner_wrap  {}
.main_sec_08_con_wrap {min-height: 100vh;position: relative;top: 0px;left: 0px;max-width: 1600px;margin: 0 auto;padding: 30px;}
.main_sec_08_wrap * {color: #000;}
.main_sec_08_bg_txt { position: absolute; bottom: 38%; left: 50%; color: #000; max-width: 1600px; margin: 0 auto; transform: translateX(-50%); width: 100%; padding: 0 20px; font-size: 26vw; font-weight: 800; }
.main_sec_08_wrap .main_left_in > * { position: relative; left: 0px; top: 0px; }
.main_sec_08_video { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; z-index: 5; mix-blend-mode: lighten; }
.main_sec_08_bg {background-color: #fff}
.main_sec_08_wrap .main_left_in {transform: none;top: 60%}
.main_sec_08_wrap .main_right_wrap {width: 100%;right: auto;left: 50%;}
.main_sec_08_wrap .main_right_in {width: 100%;}

.nm_video_wrap { display: block; max-width: 100%; }



.pdt_main_btn_wrap .pdt_main_btn {display: block;background-color: #000;border-radius: 1000px;padding: 6px 6px 6px 20px;width: 50%;opacity: 0}
.pdt_main_btn_wrap .pdt_main_btn span {height: 30px;line-height: 30px;display: inline-block;padding-right: 20px;vertical-align: middle;color: #fff;font-size: 14px;float: left;}
.pdt_main_btn_wrap .pdt_main_btn b {height: 30px;line-height: 30px;width: 30px;display: inline-block;vertical-align: middle;background-color: #fff;border-radius: 100px;position: relative;top: 0px;left: 0px;float: right;}

.pdt_main_btn_wrap .pdt_main_btn b:after {content: "";display: block;margin:auto;width: 9px;height: 9px;border-top: 2px solid #000;border-left: 2px solid #000;position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;transform: rotate(135deg);}
.pdt_main_wrap:hover .pdt_main_btn {width: 100%;opacity: 1}
.pdt_main_all_wrap { display: grid; row-gap: 50px; column-gap: 20px; grid-template-columns: repeat(5, 1fr); align-items: stretch; }
.pdt_main_wrap {width: 100%;}
.pdt_main_box_wrap {width: 100%;position: relative;top: 0px;left: 0px;border-radius: 20px;overflow: hidden;background-color: #c7c7c6;display: block;}
.pdt_main_box_in { width: 100%; height: 500px; position: relative; top: 0px; left: 0px; padding: 30px; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; text-align: left; }
.pdt_main_box_bg { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 1; background-repeat: no-repeat; background-position: right bottom; background-size: auto 80%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.pdt_main_wrap_01 .pdt_main_box_bg {
    background-image: url(../images/sub/pdt_main_wrap_01.png);
    background-size: auto 50%;
}
.pdt_main_wrap_02 .pdt_main_box_bg {
    background-image: url(../images/sub/pdt_main_wrap_02.png);
}
.pdt_main_wrap_03 .pdt_main_box_bg {
    background-image: url(../images/sub/pdt_main_wrap_03.png);
}
.pdt_main_wrap_04 .pdt_main_box_bg {
    background-image: url(../images/sub/pdt_main_wrap_04.png);
    background-size: auto 70%;
}
.pdt_main_wrap_05 .pdt_main_box_bg {
    background-image: url(../images/sub/pdt_main_wrap_05.png);
}

.pdt_main_wrap_01:hover .pdt_main_box_wrap {background-color:#f16281}
.pdt_main_wrap_02:hover .pdt_main_box_wrap {background-color:#f47f50}
.pdt_main_wrap_03:hover .pdt_main_box_wrap {background-color:#66c6b9}
.pdt_main_wrap_04:hover .pdt_main_box_wrap {background-color:#5b4fa1}
.pdt_main_wrap_05:hover .pdt_main_box_wrap {background-color:#3d8bd6}


.pdt_main_wrap:hover .pdt_main_box_bg {background-position: right -20px bottom;}

.main_sec_09_con_wrap {position: relative;top: 0px;left: 0px;max-width: 1800px;margin: 0 auto;padding: 30px;}
.main_sec_09_wrap {padding-bottom: 100px;}



.footer_all_wrap {background-color: #000;padding: 40px}
.footer_logo_wrap {float: left;}
.footer_copy_wrap {float: right;}
.footer_copy {font-size: 16px; color: #fff;text-transform: uppercase;line-height: 45px;opacity: 0.5}
.footer_logo_wrap a {display: inline-block;width: 100%;max-width: 150px;}
.footer_logo_wrap svg {width: 100%;}
.footer_logo_wrap .cls-1 {fill: #fff}



/*.menu_02 {display: none!important;}*/


.pdt_main_txt .sec_tit8 {font-size: 62px;font-weight: 600;}



/* 제품추가 */

.sub_pdt_close a:hover{background: #098cd0; }
.sub_pdt_title .sec_tit{color: #666;}
.tab_box_nav_all_wrap{display: inline-flex;gap: 40px;}
.tab_box_nav_all_wrap .sec_tit2{line-height: 50px;}
.tab_box_nav_all_wrap_in {display: flex; gap: 20px;}

.s_sec_01_07_nav {position: fixed;top: 0;left: 0;z-index: 0;width: 100%;padding: 200px 80px 30px 80px;background-color: #fff;z-index: 999;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.s_sec_01_07_con {padding-top: 250px;}
.tab_box_nav_wrap .tab_box_nav {background-color: #fafafa;text-align: center;padding: 0;border-radius: 50px;/* width: 785px; */margin: 0 auto;}
.tab_box_nav_wrap .tab_box_nav a {cursor: pointer;display: inline-block;gap: 10px;padding: 15px 30px;background: transparent;border-radius: 50px;color: #000;font-size: 18px;font-family: 'poppins';}
.tab_box_nav_wrap .tab_box_nav .active {background-color: #098cd0;color: #fff;font-weight: 400;}

.s_sec_01_07_01_wrap .new_sec { padding: 40px 80px 0 80px; }
.s_sec_01_07_01_wrap .new_sec:last-child{padding: 100px 80px;}
.s_sec_01_07_01_wrap .new_sec_in { background-color: #f7f7f7; padding: 100px 80px 100px 80px; border-radius: 32px; }
.s_sec_01_07_01_wrap .new_sec_in_grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; text-align: center; }
.s_sec_01_07_01_wrap .new_sec_in_grid a { padding: 24px; background: #fff; border-radius: 16px; color: #000; font-size: 16px; }
.s_sec_01_07_01_wrap .new_sec_in_grid a>div:first-child { width: 100%; border-bottom: 1px solid rgba(190, 190, 190, 0.3); }
.s_sec_01_07_01_wrap .new_sec_in_grid a>div:first-child img { object-fit: cover; padding: 0; height: 300px; }
.s_sec_01_07_01_wrap .new_sec_in_grid a>div:nth-child(2) { padding: 48px 0 24px 0; font-size: 18px; line-height: 1.45; }
.s_sec_01_07_01_wrap .new_sec_in_grid a { transition: 0.5s; }
.s_sec_01_07_01_wrap .new_sec_in_grid a:hover { background: #098cd0; color: #fff; }
.s_sec_01_07_01_wrap .new_sec_in_grid a { position: relative; }
.s_sec_01_07_01_wrap .new_sec_in_grid a .plus_icon { position: absolute; top: 24px; right: 24px; }
.s_sec_01_07_01_wrap .new_sec_in_grid a .plus_icon i { background: #ddd; padding: 16px; border-radius: 30px; color: #fff; }
.all_pdt_sec_in { padding: 200px 0 100px 0; width: 1600px!important; margin: 0 auto; }
.all_pdt_sec_in_01 { position: fixed; }
.all_pdt_sec_in_02 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding-left: 400px; }
.all_pdt_sec_in_02_con { background: #fafafa; border-radius: 24px; gap: 16px; padding: 48px; }
.all_pdt_sec_in_02_con img { object-fit: cover; scale: 1.3; margin:0 0 40px 0;}
.all_pdt_sec_in_02_con table { color: #000; font-size: 14px; line-height: 1.5; width: 100%; }
.all_pdt_sec_in_02_con table b{font-weight: 500;}
.all_pdt_sec_in_02_con table td { padding: 10px 0; border-bottom: 1px solid #eee; }
.all_pdt_sec_in_02_con table tr>td:first-child { width: 40%; padding-right: 24px; }
.all_pdt_sec_in_02_con table .pdt_spec_feature { vertical-align: top; }
.all_pdt_sec_in_02_con .sec_tit { color: #098cd0; height: 50px; }
.all_pdt_btn a {display: inline-block; padding: 16px 24px; background: #098cd0; color: #fff; border-radius: 50px; }
.all_pdt_sec_in_02_con table .pdt_spec_feature div { line-height: 1.45; font-weight: 400; }
.all_pdt_sec_in_02_con table .pdt_spec_feature div::before { content: ""; display: inline-block; transform: translateY(-4px); margin-right: 8px; width: 4px; height: 4px; background: #0095ff; }
.all_pdt_sec_in_01 .arr_wrap a:before {left: 2px;}


.scroll_nav {z-index: 9999; position: fixed; bottom: 100px; left: 50%; transform: translateX(-50%);}

#bo_v { margin-bottom: 20px; background: #fff; box-sizing: border-box; padding: 40px; border-radius: 40px; }
.before_arr_wrap { margin:  0 0 40px 0;}
.before_arr_wrap a{color: #098cd0;  font-size: 40px; padding: 20px; border: 1px solid #0095ff; border-radius: 50px; display: inline-block; width: 85px; height: 85px; transition: 0.5s; }
.before_arr_wrap a:hover{background: #098cd0; color: #fff;}
.before_arr_wrap_bg a{background:  #c9c9c9; border: none; color: #fff; transition: 0.5s;}
.sub_pdt_title{display: flex; gap: 30px;}
.before_arr_wrap_bg a:hover{background: #098cd0; }

.sub_pdt_close{position: fixed; bottom: 40px; right: 10px;}
.sub_pdt_close a { font-size: 31px; padding: 9px; border-radius: 50px; display: inline-block; transition: 0.5s; text-align: center; width: 50px; height: 50px; background: #c9c9c9; border: none; color: #fff; }
.sub_pdt_before a { font-size: 24px; padding: 14px 18px 14px 11px; border-radius: 50px; display: inline-block; transition: 0.5s; text-align: center; width: 50px; height: 50px; background: #0095ff; border: none; color: #fff; }
.sub_pdt_close  a:hover{background: #098cd0; }
.tab_box_nav_all_wrap{display: flex; gap: 40px;}
.tab_box_nav_all_wrap .sec_tit2{line-height: 50px;}
.tab_box_nav_all_wrap_in {display: flex; gap: 20px;}

.pdt_video_inner_wrap { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 3; }
.pdt_video_inner { width: 100%; height: 100%; padding: 150px 20px 100px; text-align: center; position: relative; top: 0px; left: 0px; z-index: 2; }
.p_video { max-height: 100%; width: auto; height: auto; max-width: 100%; margin: 0 auto; position: relative; z-index: 1; border-radius: 20px; overflow: hidden; }
.pdt_video_box { position: relative; top: 0px; left: 0px; display: inline-block; height: 100%; margin: 0 auto; }
.pdt_video_box_tit { position: absolute; bottom: 100%; z-index: 2; padding-bottom: 10px; font-size: 36px; color: #fff; font-weight: 600; line-height: 1.3; text-align: left; width: 100%; }
.pdt_video_box_close { position: absolute; right: 0px; bottom: 10px; width: 50px; height: 50px; background-color: #b3b3b3; border-radius: 100px; overflow: hidden; }
.pdt_video_box_close:after { content: ""; position: absolute; top: 15px; right: 15px; bottom: 15px; left: 15px; background-color: #fff; height: 2px; margin: auto; transform: rotate(45deg); }
.pdt_video_box_close:before { content: ""; position: absolute; top: 15px; right: 15px; bottom: 15px; left: 15px; background-color: #fff; height: 2px; margin: auto; transform: rotate(-45deg); }
.pdt_video_box_close:hover { background-color: #000; cursor: pointer; }
.pdt_video_bg { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 1; background-color: rgba(0, 0, 0, 0.5); }

.input-group-text { background-color: transparent; }
.seok_pop .modal-dialog-centered { flex-direction: column; justify-content: center; }
.seok_pop .btn-close { flex-basis: 50px; min-height: 50px; }
.seok_pop .btn-close { position: relative; left: 0px; top: 0px; width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.3); border-radius: 100px; overflow: hidden; background-image: none!important; opacity: 1;; margin-bottom: 30px; }
.seok_pop .btn-close:after { content: ""; position: absolute; top: 15px; right: 15px; bottom: 15px; left: 15px; background-color: #fff; height: 2px; margin: auto; transform: rotate(45deg); }
.seok_pop .btn-close:before { content: ""; position: absolute; top: 15px; right: 15px; bottom: 15px; left: 15px; background-color: #fff; height: 2px; margin: auto; transform: rotate(-45deg); }
.seok_pop .btn-close:hover { background-color: #0089d3; cursor: pointer; }
.seok_pop .modal-dialog { pointer-events: auto}
.seok_pop .modal-header { border-bottom: none; }
.seok_pop .ol form { padding: 20px 0}
.seok_pop .modal-header { padding: 80px 8% 0px }
.seok_pop .modal-body { padding: 10px 8% }
.seok_pop .modal-footer { padding: 50px 8% }
.seok_pop_01 .modal-body { padding: 10px }
.seok_pop .form-control { padding: 0.9rem .75em; border: none; }
.seok_pop .input-group-text { border: none; color: #0089d3}
.seok_pop .input-group { border-bottom: 1px solid #eee; }
.seok_pop .modal-lg { width: 600px; }
/* .seok_pop .modal-content {border-radius: 30px;} */

.seok_pop .modal-title b { font-weight: 500; color: #000; font-size: 36px; }
.seok_pop .ol_auto_wr { display: none; }
.seok_pop .btn { padding: 0.9rem .1em; height: auto; box-sizing: border-box; line-height: 1.4; border: none; border-radius: 200px; }
.txt_label_wrap .txt_label { font-weight: 400; padding-left: 24px; }
.txt_label_wrap .input-group-text { border-bottom: 1px solid #0089d3; border-radius: 0px; }
.txt_label2 { font-weight: 400; padding-left: 24px; color: #666}



/* 비전 추가 */
.sec_all_wrap {position: relative;top: 0px;left: 0px;width: 100%;z-index: 1000;}
.sub_sec_02_all_wrap .sub_visual_bg {position: absolute;bottom: 0%;left: 50%;width:100%;transform:translateX(-50%);opacity: 1;height: 100%;z-index: 1;    transform-origin: bottom;}
.sub_sec_02_con_wrap {}
.sub_02 .sub_visual_tit{position: absolute;text-align: center;font-size: 150px;
    white-space: nowrap;top: 44vh;left: 0;will-change: transform;
    animation: marquee 60s linear infinite;
    }
.sub_sec_02_wrap * { color: #fff!important; }

.sub_wrap { width: 100%; position: relative; top: 0px; left: 0px; }
.sub_wrap > div { position: relative; top: 0px; left: 0px; z-index: 800; }
.sub_wrap > div.line_all_wrap { z-index: 850; }
.sub_wrap .sec_wrap { overflow: hidden; }
.sub_visual_all_wrap { width: 100%; background-repeat: no-repeat; background-position: center top; background-size: cover; z-index: 900!important; overflow: hidden; background-color: #fff; }
.sub_visual_bg_wrap { position: absolute; z-index: 1; top: 0px; left: 0px; padding: 0 50px; height: 400px; overflow: hidden; }

.sub_visual_bg_a { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 8; }
.sub_visual_wrap { width: 100%; margin: 0 auto; position: relative; top: 0px; left: 0px; z-index: 2; }
.sub_visual_txt {position: absolute;bottom: 15%;left: 25%;font-size: 18px;color: #fff;font-weight: 400;}
.sub_visual_txt2 { font-size: 16px; color: #fff; line-height: 1.6; font-weight: 200; padding-top: 10px; }
.sub_visual_txt2 b { font-weight: 700; }
.sub_visual_box { padding: 150px 0}
.sub_visual_box .thd_menu_wrap { display: none; }
.sub_con_wrap { width: 100%; }
.sub_con { width: 100%; max-width: 1540px; margin: 0 auto; }

.sub_02 .sub_visual_all_wrap {background-color: #000;}
.sub_sec_02_all_wrap {/* height: 100vh; */}
.sub_sec_02_wrap .sub_sec_bg { margin: 0 auto; width: 50%; background-image: url(../images/sub/vision_visual_img.jpg); background-repeat: no-repeat; background-position: center; background-size: 100%; z-index: -99; }


.sub_sec_02_wrap { position: relative; top: 0; left: 0; right: 0; bottom: 0; height: 100vh; }
.s_sec_02_01_01_wrap {background-color: #04060a;}
.s_sec_02_01_01_wrap *{color: #fff;}
.s_sec_02_01_01_con_wrap{text-align: center;}
.gt3_tit{font-size: 48px;}
.s_sec_02_01_01_con_wrap .gt3_logo{width: 340px; margin: 0 auto;}
.vision_mv{position: relative; top: 0; left: 0; right: 0; bottom: 0; height: 100vh;}
.bg_video_box{width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}

.sub_visual_wrap_02 .scroll { position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%); z-index: 5; }
.sub_visual_wrap_02 .scroll .arr i{ position: absolute; top: 0px; display: inline-block; font-size: 23px; color: #fff; text-align: center; height: 13px; animation: wheel 1.6s infinite; -webkit-animation: wheel 1.6s infinite; }

@keyframes wheel  {
    to { opacity: 0; top: 40px; }
}
    
@-webkit-keyframes wheel {
    to { opacity: 0; top: 40px; }
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@-webkit-keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.s_sec_02_01_01_con_wrap{padding: 300px 0;}

.sub_sec_pd{padding: 150px 0;}
.s_sec_02_01_03_con_left_wrap{text-align: center;}

.reach_color_01{color: #e94636;}
.reach_color_02{color: #f5a928;}
.reach_color_03{color: #84c254;}
.reach_color_04{color: #4857a4;}

.s_sec_02_01_02_con_wrap { max-width: 1400px; margin: 0 auto; }
.mission_img_wrap { position: relative; width: 330px; height: 330px; border-radius: 100%; background-color: #000; overflow: hidden; }
.mission_img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 120%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 180%;filter: brightness(0.7);}
.mission_img_01 .mission_img{background-image: url(../images/sub/mission_img_01.jpg);}
.mission_img_02 .mission_img{background-image: url(../images/sub/mission_img_02.jpg);}
.mission_img_03 .mission_img{background-image: url(../images/sub/mission_img_03.jpg);transform: rotate(-18deg);background-position: center;left: -60px;top: -10px;}
.mission_img_04 .mission_img{background-image: url(../images/sub/mission_img_04.jpg);transform: rotate(18deg);background-position: center;left: -60px;top: -10px;}
.mission_txt_wrap { color: #000; text-align: center; font-size: 20px; padding-top: 30px; }
.sub_mission_con { display: inline-block; position: relative; top: 0; left: 0; right: 0; bottom: 0; }
.mission_num_wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.sub_mission_con_a { position: absolute; top: 45%; left: 50%; color: #fff; z-index: 100; font-size: 150px; transform: translate(-50%, -50%); }

.s_sec_02_01_02_con_left_wrap{padding-bottom: 80px; text-align: center;}
.sub_mission_con{margin-left: -30px;}
.sub_mission_con:first-child{margin-left:0}
.sub_mission_con:last-child{margin-left:0;float: right;}
.sub_mission_con_04::after{}
.sub_mission_con_04 .sub_mission_con_a { top: 41%; }

.s_sec_02_01_03_wrap{background-color: #000;}
.s_sec_02_01_03_con_left *{color: #fff;}
.s_sec_02_01_03_con_wrap { text-align: center; }
.mission_img_in { position: relative; top: 0; left: 0; right: 0; bottom: 0; width: 350px; height: 350px; text-align: center; margin: 0 auto; }
/*.mission_img_03 { width: 300px; transform: rotate(18deg); }
.mission_img_04 { width: 300px; transform: rotate(-18deg); }*/

.mission_img_03 { transform: rotate(18deg); }
.mission_img_04 { transform: rotate(-18deg); }

.sub_mission_con_04::after{content: '+'; font-size: 72px; font-weight: 600; color: #000; display: inline-block; position: absolute; left: -26%; top: 35%;}

.strategy_con_info_wrap *{color: #fff;}
.strategy_con_info_wrap{position: relative;top: 0;left: 0;padding-bottom: 100px;}
.strategy_con_info{position: absolute; top: 0; left: 50%; transform: translateX(-50%);opacity: 0;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.strategy_con_img_wrap ul { display: flex; justify-content: center; padding: 120px 0; }
.strategy_con_img{width: 300px;height: 300px;border-radius: 100%;background-color: #fff;filter: brightness(0.5);
    margin-left: -30px;background-repeat: no-repeat; background-position: center; background-size: cover;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.strategy_con_img_01 { margin-left: 0; }
.strategy_con_info_tit{font-size: 72px; font-weight: 500;}
.strategy_con_info_txt{font-size: 18px;}
.strategy_con_img_01{background-image: url(../images/sub/strategy_con_img_01.jpg);}
.strategy_con_img_02{background-image: url(../images/sub/strategy_con_img_02.jpg);}
.strategy_con_img_03{background-image: url(../images/sub/strategy_con_img_03.jpg);}
.strategy_con_img.active {scale: 1.5;filter: none; z-index: 999; -webkit-transition: all 0.3s ease;transition: all 0.5s ease;}
.strategy_con_info.active{opacity: 1;-webkit-transition: all 0.3s ease;transition: all 0.5s ease;}

.s_sec_02_01_04_con_right{max-width: 1400px; margin: 0 auto;}
.s_sec_02_01_04_con_left{text-align: center; padding-bottom: 80px;}
.value_con_txt_wrap{position: absolute;text-align: center;z-index: 9999;bottom: 10%;left: 50%;transform: translateX(-50%);}
.value_con_txt_wrap *{color: #fff;}

.value_list{display: flex;gap: 20px;justify-content: center;}
.value_con_wrap{position: relative;top: 0;left: 0;right: 0;bottom: 0;width: 25%;}
.value_con_bg{position: relative;top: 0;left: 0;right: 0;bottom: 0;padding-bottom: 130%;
    background-color: #000; background-repeat: no-repeat; background-position: center; background-size: cover;}

.value_con_01 .value_con_bg{background-image: url(../images/sub/value_con_img_01.jpg);}
.value_con_02 .value_con_bg{background-image: url(../images/sub/value_con_img_02.jpg);}
.value_con_03 .value_con_bg{background-image: url(../images/sub/value_con_img_03.jpg);}
.value_con_04 .value_con_bg{background-image: url(../images/sub/value_con_img_04.jpg);}


.target_link_wrap {position: relative;top: 0px;left: 0px;}
.target_link {position: absolute;top: -100px;left: 0px;width: 1px;height: 1px;overflow: hidden;visibility: hidden;}





.pdt_video_all_wrap {
   position: fixed;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 999999999;height: 100vh!important;display: none;
}


.pdt_video_inner_wrap {
    position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 3;
}
.pdt_video_inner {width: 100%;height: 100%;padding:150px 20px 100px;text-align: center;
position: relative;top: 0px;left: 0px;z-index: 2;
}
.p_video {max-height: 100%;width: auto;height: auto;max-width: 100%;margin: 0 auto;position: relative;z-index: 1;
    border-radius: 20px;overflow: hidden;
}
.pdt_video_box {position: relative;top: 0px;left: 0px;display: inline-block;height: 100%;margin: 0 auto;z-index: 2}
.pdt_video_box_tit {position: absolute;bottom: 100%;z-index: 2;padding-bottom: 10px; font-size:26px; color:#fff;font-weight:600; line-height:1.3;text-align:left; width: 100%;}

.pdt_video_box_close {position: absolute;right: 0px;bottom: 10px;width: 50px;height: 50px;background-color: #b3b3b3;
border-radius: 100px;overflow: hidden;
}
.pdt_video_box_close:after {
    content: "";position: absolute;top: 15px;right: 15px;bottom: 15px;left: 15px;
    background-color: #fff;height: 2px;margin: auto;
    transform: rotate(45deg);
}
.pdt_video_box_close:before {
    content: "";position: absolute;top: 15px;right: 15px;bottom: 15px;left: 15px;
    background-color: #fff;height: 2px;margin: auto;
    transform: rotate(-45deg);
}
.pdt_video_box_close:hover {background-color: #000;cursor: pointer;}
.pdt_video_bg {
    position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.cust_all_wrap {
    padding: 200px 0 80px;
}



.cust_top_wrap {
    padding: 20px;width: 100%;position: relative;top: 0px;left: 0px; max-width: 1500px; margin: 0 auto;
}
.cust_nav_wrap  {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    text-align: left;
}
.cust_nav {
    background-color: #f7f7f7;
    padding: 50px 7%;
}

.cust_nav.cust_nav_01 {
    background-color: #1361ac;
}

.cust_btn_wrap .cust_btn {display: inline-block;background-color: transparent;border-radius: 1000px;padding: 6px 6px 6px 30px;border: 1px solid #0089d3;}

.cust_btn_wrap .cust_btn span {height: 40px;line-height: 40px;display: inline-block;padding-right: 30px;vertical-align: middle;color: #0089d3;font-size: 18px;}
.cust_btn_wrap .cust_btn b {height: 40px;line-height: 40px;width: 40px;display: inline-block;vertical-align: middle;border-radius: 100px;position: relative;top: 0px;left: 0px;}

.cust_btn_wrap .cust_btn b:after {content: "";display: block;margin:auto;width: 10px;height: 10px;border-top: 2px solid #0089d3;border-left: 2px solid #0089d3;position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;transform: rotate(135deg);}
.cust_btn_wrap {display: inline-block;padding-left: 20px;}
.cust_btn_wrap:first-child {padding-left: 0px;}



.cust_nav_01 .sec_tit4 {color: #fff;}
.cust_nav_01 .cust_btn_wrap .cust_btn {background-color: #0089d3;}
.cust_nav_01 .cust_btn_wrap .cust_btn span {color: #fff;}
.cust_nav_01 .cust_btn_wrap .cust_btn b:after {border-color: #fff}



.cust_nav:hover {
    background-color: #0089d3;
}

.cust_nav:hover .sec_tit4 {color: #fff;}
.cust_nav:hover .cust_btn_wrap .cust_btn {background-color: #1361ac;}
.cust_nav:hover .cust_btn_wrap .cust_btn span {color: #fff;}
.cust_nav:hover .cust_btn_wrap .cust_btn b:after {border-color: #fff}



.cust_list_top {
   padding: 0 20px;width: 100%;position: relative;top: 0px;left: 0px; max-width: 1100px; margin: 0 auto;
}

.cust_tab_wrap {

}
.cust_tab {
    display: inline-block;
}
.cust_tab .cust_tab_a {display: inline-block;background-color: #fafafa;border-radius: 1000px;padding: 10px 20px; text-align: center; min-width: 150px;}
.cust_tab.active .cust_tab_a {
    background-color: #0089d3;
}
.cust_tab.active .cust_tab_a * {
    color: #fff;
}
.cust_tab:hover .cust_tab_a {
    background-color: #0089d3;
}
.cust_tab:hover .cust_tab_a * {
    color: #fff;
}


.cust_tbl_wrap .cust_tbl {width: 100%;font-size: 16px;color: #000;line-height: 1.4;table-layout: fixed;}
.cust_tbl td {padding: 25px 10px;font-weight: 300; border-bottom: 1px solid #eee;}
.cust_tbl th {padding: 25px 10px;font-weight: 500; border-bottom: 1px solid #eee;background-color: #fafafa}

.span_answer {
    display: inline-block;
    font-size: 14px; color: #333;
    background-color: #fafafa;border-radius: 1000px;
    border: 1px solid #fafafa;
    text-align: center;width: 80px;
    padding: 5px 10px;
    font-weight: 500;
}
.span_answer.span_answer_yes {
    background-color: #fff;border-color: #0089d3;color: #0089d3;
}
.cust_td_01 {width: 130px;}
.cust_td_03 {width: 110px;text-align: center;font-size: 13px;color: #999}
.cust_td_a {
    white-space: nowrap;text-overflow: ellipsis;overflow: hidden; display: inline-block;max-width: 100%;
}

.cust_td_a span {font-weight: 600;color: #000}

.cust_con_all_wrap {
    padding: 50px 0;
}


.cust_form {
    box-shadow: none!important;background-color: transparent!important;resize: none!important;border: 1px solid transparent!important;font-size: 16px;color: #000!important;width: 100%!important;outline: none!important;box-sizing: border-box;height: 50px!important;padding: 10px 15px 10px 5px!important;
}
.cust_form:focus {
    box-shadow: none!important;background-color: #fafafa!important;resize: none!important;border: 1px solid transparent!important;font-size: 16px;color: #000!important;width: 100%!important;outline: none!important;box-sizing: border-box;height: 50px!important;padding: 10px 15px 10px 5px!important;
}

.cust_form_area {
    box-shadow: none!important;background-color: transparent!important;resize: none!important;border: 1px solid transparent!important;font-size: 16px;color: #000!important;width: 100%!important;outline: none!important;box-sizing: border-box;height: 200px!important;padding: 10px 15px 10px 5px!important;
}

.cust_form_area::-webkit-scrollbar {
    width: 10px;
}
.cust_form_area::-webkit-scrollbar-thumb {
    background-color: #0061ab;
    border-radius: 10px;
}
.cust_form_area::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: inset 0px 0px 5px #ddd;
    padding: 5px;
}

.cust_form_list_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}


.cust_form_list {
line-height: 1.3;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    position: relative;top: 0px;left: 0px;
    border-bottom: 1px solid #eee;
}
.cust_form_box {width: 100%;}
.cust_form_label {width: 20px;flex: none;font-size: 20px;color: #0089d3}
.cust_form_wrap {
   padding: 0 20px;width: 100%;position: relative;top: 0px;left: 0px; max-width: 1100px; margin: 0 auto;
}

.more_agree {
    color: #0089d3;
}
.borad_btn_wrap .borad_btn {
    background-color: #0089d3 !important;
    color: #fff !important;
    border: 0;
    background: #0089d3;
    color: #fff;
    cursor: pointer;
    border-radius: 1000px!important;
}

.cust_form_list_wide {
        grid-column: auto / span 2;align-items: flex-start
}

.cust_form_list_wide .cust_form_label {padding-top: 10px;}

.cust_form_file {
    display: none;
}
.file_name_text {
    height: 50px;
    display: block;line-height: 50px;font-size: 16px;
}



.logi_all_wrap {
    height: 100vh;
    position: relative;top: 0px;left: 0px;
    background-color: #fafafa;
}
.logi_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 100px 30px;
    max-width: 600px;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 50px;
}

.logi_form_wrap {
    padding: 50px;
   border-radius: 3px;
}

.logi_top {
  display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
}
.logi_logo_txt {font-size: 18px; font-weight: 600; color: #555; line-height: 1;text-align: left;}
.logi_logo {width: 140px;}
.logi_top_wrap {padding-bottom: 50px;}
.logi_form_tit {font-size: 30px; font-weight: 500; color: #000; text-align: center;padding-bottom: 30px;}
.logi_form_label {font-size: 16px; font-weight: 500; line-height: 1.3;color: #000;padding-bottom: 5px;}
.c_form_input {
    box-shadow: none!important;background-color: #fafafa!important;resize: none!important;border: 1px solid #eee!important;font-size: 16px;color: #000!important;width: 100%!important;outline: none!important;box-sizing: border-box;height: 50px!important;padding: 10px 15px 10px 5px!important;
    border-radius: 3px!important;
}
.c_form_input:focus {
    box-shadow: none!important;background-color: #fff!important;resize: none!important;border: 1px solid #eee!important;font-size: 16px;color: #000!important;width: 100%!important;outline: none!important;box-sizing: border-box;height: 50px!important;padding: 10px 15px 10px 5px!important;border-radius: 3px!important;
}

.logi_form_box_wrap {
    padding-bottom: 20px;
}
.logi_form_btn_wrap .btn_submit {
    box-shadow: none!important;background-color: #0089d3!important;resize: none!important;border: 1px solid #0089d3!important;font-size: 18px;color: #fff!important;width: 100%!important;outline: none!important;box-sizing: border-box;height: 60px!important;padding: 10px 15px 10px 5px!important;
    border-radius: 3px!important;
}

.logi_form_lost_wrap {padding: 20px 0 0}
.logi_form_lost_wrap:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}

.logi_form_lost_btn {float: left;border-bottom: 1px solid #0089d3;color: #0089d3}
.logi_form_span {float: right; }
.logi_form_lost_wrap a {font-size: 14px; color: #666;font-weight: 500;padding-bottom: 2px}

.logi_form_lost_wrap a.logi_form_lost_btn {float: left;border-bottom: 1px solid #0089d3;color: #0089d3}








/*===================================================*/


.sub_03_01 .footer_all_wrap {display: none;}
.pdt_color  .footer_all_wrap {display: block;}
.sub_03_01 .new_main_sec_05_wrap  .footer_all_wrap {display: block;}
.new_main_visual {text-align: center;display:block;background-repeat: no-repeat;background-position: center center;background-size: cover;overflow: hidden;width: 100%;position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;

/*    background-image: url(../images/main/new_main_01.png);*/
}


.new_main_visual img {


    width: 100%;
}
.new_main_visual_wrap:hover .new_main_visual img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 30s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 30s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 30s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 30s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}


.new_main_visual_all_wrap {width: 100%; position: relative;top: 0px;left: 0px;text-align: center;overflow: hidden;}
.new_main_visual_wrap {width: 100%; position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;overflow: hidden;z-index: 4;}
.new_main_visual_txt_wrap {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px; }
.new_main_visual_txt_wrap:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -0.25em;font-size: large;}
.new_main_visual_txt {vertical-align: middle;display: inline-block;color: #fff;width: 100%;padding: 0 8%;position: relative;top: 0px;left: 0px;text-align: center;}
.new_main_visual_txt_01 {font-size:44px;line-height: 1.6;font-weight: 400;padding-bottom: 20px;word-break: keep-all;}
.new_main_visual_txt_01 span {display: inline-block;}
.new_main_visual_txt_01 b {font-weight: 700;}
.new_main_visual_txt_02 {font-size:100px;line-height: 1.2;font-weight: 400;padding-bottom: 20px;word-break: keep-all;}
.new_main_visual_txt_02 span {display: inline-block;}
.new_main_visual_txt_02 b {font-weight: 700;}
.new_main_visual_txt_03 {font-size:24px;line-height: 1.6;font-weight: 400;word-break: keep-all;padding-bottom: 20px;}
.new_main_visual_txt_03 a {display: inline-block;padding: 20px 30px;border: 1px solid #fff;color: #fff;}
.new_main_visual_txt_03 b {font-weight: 700;}
.new_main_wrap .sec_wrap {overflow: hidden;}

.new_main_visual_txt_03 a:hover {background-color: #fff;color: #222;border-radius: 100px;}



.new_main_sec_01_bg {position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;z-index: 1;background-repeat: no-repeat;background-position: center center;background-size: cover;background-image: url(../images/main/new_main_sec_01_bg.jpg);
animation-duration: 15s;
animation-timing-function: ease;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
animation-name: sizeup;
}
.new_main_sec_01_in {position: relative;top: 0px;left: 0px;z-index: 2;width: 100%;  max-width: 1400px; margin: 0 auto;}
.new_main_sec_01_con_in {overflow: visible;}
.new_main_sec_01_in * {color: #fff;}
.new_main_sec_01_in .sec_tit2 {color: #51cdff;}
.new_main_sec_01_in .sec_tit2 * {color: #51cdff;}


.new_main_sec_01_con_right {position: absolute;top: 50%;left: 50%;width: 1058px;height: 683px;transform: translate(-37%, -37%);}
.new_main_sec_01_con_right_in {position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;
background-repeat: no-repeat;background-position: center center;background-size: cover;background-image: url(../images/main/new_main_sec_01_con_right.png);
}



.new_main_sec_01_slider .item {background-color: #ebeaea; border-radius: 15px;overflow: hidden;padding: 30px;display: block;}
.item_label {font-size: 22px; color: #222}
.item_link {text-align: right;}
.item_link a {display: inline-block;padding: 0 30px;position: relative;top: 0px;left: 0px;}
.item_link a:after {content:"";display:block;position:absolute;top:50%;right:20px;margin-top:-2px;display:block;width:5px;height:5px;background-color:transparent;border-left:1px solid #555;border-top:1px solid #555;transform:rotate(135deg);text-indent:-9999px;transition:all .3s ease;z-index:2}
.item_img {padding: 50px 0; text-align: center;}

.new_main_sec_01_slider_wrap {position: relative;top: 0px;right: 0px;width: 100%;}
.new_main_sec_01_slider.owl-carousel .owl-stage-outer {margin-left: -200px;}

.new_main_sec_01_slider.owl-carousel .owl-dots {bottom: -80px;text-align: left;max-width: 98%}

.new_main_sec_01_slider.owl-carousel .owl-dots button {display: inline-block;}
.new_main_sec_01_slider.owl-carousel .owl-dots button span {display: inline-block;height: 3px;overflow: hidden;background-color: #d9d9d9;border-radius: 0px;margin: 0px;opacity: 1;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;text-decoration: none;width: 100%;}
.new_main_sec_01_slider.owl-carousel .owl-dots button.active span {background-color: #0024a6;}
.new_main_board_line_in {line-height: 1.6;}



.text_logo {display: inline-block; max-width:180px; width: 100%;}
.text_logo svg * {fill: #fff;}
.new_main_visual_all_wrap.active .text_logo svg *  {
    animation: stroke 2s forwards ;
    stroke-width: 1;
    text-anchor: start
}

.wordbg {position: relative;display: block;opacity: 0;padding: 0px;;width: 2000px;}
.new_main_sec_txt_word{position:relative;width:100%;overflow: hidden;}
.new_main_sec_txt_word .word{position:absolute;width:100%;opacity:1;top: 0px;left: 0px;}

.new_main_sec_txt_word .word {}
.new_main_sec_txt_word .word span {display:inline-block;backface-visibility:hidden;font-style:normal;transition:transform 0.8s ease;opacity: 0;transform: translateZ(100px) rotateX(90deg);transform-origin: bottom left;white-space: break-spaces;}
.new_main_sec_txt_word .word span:nth-child(1){transition-delay:0.05s}
.new_main_sec_txt_word .word span:nth-child(2){transition-delay:0.1s}
.new_main_sec_txt_word .word span:nth-child(3){transition-delay:0.15s}
.new_main_sec_txt_word .word span:nth-child(4){transition-delay:0.2s}
.new_main_sec_txt_word .word span:nth-child(5){transition-delay:0.25s}
.new_main_sec_txt_word .word span:nth-child(6){transition-delay: 0.3s}
.new_main_sec_txt_word .word span:nth-child(7){transition-delay:0.35s}
.new_main_sec_txt_word .word span:nth-child(8){transition-delay:0.4s}
.new_main_sec_txt_word .word span:nth-child(9){transition-delay:0.45s}
.new_main_sec_txt_word .word span:nth-child(10){transition-delay:0.5s}
.new_main_sec_txt_word .word span:nth-child(11){transition-delay:0.55s}
.new_main_sec_txt_word .word span:nth-child(12){transition-delay:0.6s}
.new_main_sec_txt_word .word span:nth-child(13){transition-delay:0.65s}
.new_main_sec_txt_word .word span:nth-child(14){transition-delay:0.7s}
.new_main_sec_txt_word .word.active span {transform: rotateX(0deg);opacity: 1;}


.new_main_visual_all_wrap.active .new_main_visual_txt_02 b {
    animation: sizeup2 1s  forwards ;
    display: inline-block;
}
@keyframes sizeup2 {
    0% {
        transform: scale(3);
        -ms-transform: scale(3);
        -webkit-transform: scale(3);
    }
    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.new_main_visual_all_wrap.active .text_logo  {
    animation: sizeup2 2s  forwards ;
}


.logo_ani {display: inline-block; max-width:600px; width: 100%;position: relative;top: 0px;left: 0px;}
.logo_ani .logo_ani_01 svg * {fill: #fff;}
.new_main_sec_03_wrap.active .logo_ani {
   animation: sizeup3 2.5s  forwards ;
}
@keyframes sizeup3 {
    0% {
        transform: scale(4);
        -ms-transform: scale(4);
        -webkit-transform: scale(4);
    }
    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.new_main_sec_03_wrap.active .logo_ani {
   animation: sizeup3 2s  forwards ;
}

.logo_ani_02 {position: absolute; top: 0px;left: 0px;width: 100%;opacity: 0;}
.new_main_sec_03_wrap.active .logo_ani_01 {
   animation: change 1.5s 1.5s forwards ;
}
.new_main_sec_03_wrap.active .logo_ani_02 {
   animation: change2 1.5s 1.5s forwards ;
}

.new_main_sec_03_wrap.active .new_main_sec_03_bg {
   animation: change 1.5s 1.5s forwards ;
}

@keyframes change {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes change2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.new_main_sec_03_wrap.section .scroll {
    opacity: 0;
    animation: change2 2s 2s forwards ;
}

.new_main_sec_03_wrap.section .scroll .txt {color: #0086CD;}
.new_main_sec_03_wrap.section .scroll .arr {border-color: #0086CD;}
.new_main_sec_03_wrap.section .scroll .arr:after {background-color: #0086CD;}


.logo_ani_02 .sec_txt {color: #0086CD;}

.new_main_sec_06_in {position: relative;top: 0px;left: 0px;z-index: 2;width: 100%;  max-width: 1400px; margin: 0 auto;}
.new_main_sec_06_con_in {overflow: visible;}

.new_main_sec_06_con_left {float: left; width: 50%;}
.new_main_sec_06_con_right {float: right; width: 50%;}


.new_main_sec_06_con_right {display: none;}
.new_main_sec_06_bg {position: absolute; top: 0px;;width: 55%;right: 0px;bottom: 0px; background-image: url(../images/main/new_main_sec_06_con_right_in.png); background-repeat: no-repeat; background-position: left bottom;}


.new_main_sec_07_in {position: relative;top: 0px;left: 0px;z-index: 2;width: 100%;  max-width: 1400px; margin: 0 auto;text-align: center;}
.new_main_sec_07_con_in {overflow: visible;}

.new_main_30_con_wrap {width: 100%;text-align: left;color: #333;padding-top: 100px;}
.new_main_30_con {margin-left: -60px;}
.new_main_30_con:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}

.new_main_30_box_wrap {float: left;width: 33.3%; width: calc(100%/3);padding-left: 60px;}

.new_main_30_box_01 b {font-size: 120px; font-family:'Oswald','Noto Sans KR','돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif;color: #0086cd;}
.new_main_30_box_01 span {font-size: 30px;}

.new_main_30_box_02 {font-size:24px; font-weight:500; line-height: 1.6;padding: 20px 0;}
.new_main_30_box_03 {font-size: 16px; font-weight: 300; line-height: 1.6; color: #666;}
.waves {
  position:absolute;
  width: 100%;
  height:80px;
  min-height:50px;
  max-height:150px;
  bottom: 0px;
  z-index: 999;
}

/* Animation */

.parallax > use {
  animation: move-forever 10s cubic-bezier(.55,.5,.45,.5)     infinite;
   animation-delay: -3s;
  animation-duration: 3s;
  fill: #0086cd
}
@keyframes move-forever {
  0% {
   transform: translate3d(-109px,0,0);
  }
  100% {
    transform: translate3d(61px,0,0);
  }
}


.new_main_sec_08_in {position: relative;top: 0px;left: 0px;z-index: 2;width: 100%;  max-width: 1400px; margin: 0 auto;text-align: center;}
.new_main_sec_08_con_in {overflow: visible;}

.section .scroll{
     position: absolute;bottom: 8%; left: 50%;
     z-index: 100;
     transform: translateX(-50%);
     z-index: 5;
}
.section .scroll .txt {font-size:14px;color:#fff;font-weight:400;display: inline-block;padding-bottom: 20px;}
.section .scroll .arr{position:relative;width: 22px;height: 43px; border: 1px solid #fff; background-color: transparent;left: 50%; margin-left: -11px;border-radius: 100px;}
.section .scroll .arr:after{
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 4px;
    height: 10px;
    margin-left: -2px;
    border-radius: 100px;
    background-color: #fff;
    animation: scroll 1.3s infinite;
}
@keyframes scroll{
        0% {transform: translate(0, -5px); opacity: 0;}
        40% {opacity: 1;}
        80% {transform: translate(0, 10px);}
        100% {opacity: 0;}
}
.new_main_sec_01_wrap {background-color: white;}




.pre_bg_wrap {position: absolute;left: 0px;right: 0px;top:-1px;z-index: 5}
.pre_bg {
            height: 100vh;
    width: 100%;
    display: block;
    background-color: #5a3db9;
}
.pre_bg_box_svg {
        height: 50vh;
    width: 100%;
    display: block;
    fill: #5a3db9;
    margin-top: -10px;
}
.new_main_sec_01_wrap {background-color: white;}

.more_btn_a4 {font-size: 14px; line-height: 45px;height: 45px;padding: 0 20px; border-radius: 100px; background-color:transparent ;color:#fff ;display: inline-block;text-align: center;border: 1px solid #fff;}




.section.active .new_main_visual_txt_02 b {
    animation: sizeup22 1s 1s  forwards ;
    display: inline-block;
    opacity: 0;
}
@keyframes sizeup22 {
    0% {
        opacity: 0;
        transform: scale(3);
        -ms-transform: scale(3);
        -webkit-transform: scale(3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/*.new_main_visual_wrap {mix-blend-mode: exclusion;}*/

#section_01 .pre_bg {background-color: #f16281;}
#section_01 .pre_bg_box_svg {fill: #f16281;}

#section_02 .pre_bg {background-color: #f47f50;}
#section_02 .pre_bg_box_svg {fill: #f47f50;}

#section_03 .pre_bg {background-color: #66c6b9;}
#section_03 .pre_bg_box_svg {fill: #66c6b9;}

#section_04 .pre_bg {background-color: #5b4fa1;}
#section_04 .pre_bg_box_svg {fill: #5b4fa1;}

#section_05 .pre_bg {background-color: #3d8bd6;}
#section_05 .pre_bg_box_svg {fill: #3d8bd6;}




#cursor {
  position: fixed;
  z-index: 99999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  width: 50px; height: 50px;border: 1px solid rgba(255, 255, 255, 0.2);
  mix-blend-mode: difference;display: none;
}
#cursor span {
    position: absolute;display: block;
    left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  width: 10px; height: 10px;background-color: #fff;

}







.po_list_all_wrap {padding: 150px 20px;background-color: #000}
.po_list_wrap {width: 100%;}
.gall_filter_wrap {padding-bottom: 50px;}
#gall_filter a {
        display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    border-radius: 1000px;
    max-width: fit-content;
}
.sub_wrap > div.sub_top_nav {display: none;}
#gall_filter a.is-checked {background-color: rgba(255, 255, 255, 0.3);
     padding: 10px  10px 10px 18px;
}
.sub_gall_wrap {margin-left: -20px;}
.sub_gall_box {float: left; width: 25%;padding-left: 20px; padding-bottom: 20px;}
.grid-sizer, .sub_gall_box { width: 25%; }
.sub_gall_box_100 {width: 50%;}

.sub_gall_box_in {position: relative;top: 0px;left: 0px;overflow: hidden;display: block;border-radius: 5px;}
.sub_gall_video_wrap {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 3;opacity: 0}
.sub_gall_img_wrap {position: relative;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 2;overflow: hidden;}
.sub_gall_video{
    position: absolute;
    left: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index:3;
}
.sub_gall_video .gall_video{
    position: absolute;
    left: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index:3;
}


.sub_gall_txt_wrap {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 4;overflow: hidden;}
.sub_gall_txt {

padding: 20px;
color: #fff;
line-height: 1.6;
word-break: keep-all;
width: 100%;
position: absolute;bottom: 0px;top: auto!important;
}

.sub_gall_txt_01 {font-size: 14px; font-weight: 300;float: left;width: 100%;}
.sub_gall_txt_02 {font-size: 20px; font-weight: 600;float: right;}
.sub_gall_txt_03 {font-size: 24px; font-weight: 500;float: left;}
.sub_gall_img {position: relative;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 3;
}
.sub_gall_img img {max-width: 100%;max-height: 100%;height: auto;}
.gall_video{
    position: relative;
    width: 100%;
    z-index:3;
    display: block;
}

.sub_gall_box_in:hover .sub_gall_video_wrap {
    opacity: 0;
    animation: gallvideo 0.8s  forwards ;
}


@keyframes gallvideo {

    0% {

         opacity: 0;
        transform: scale(2);
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
    }
    100% {
       opacity: 1;
        transform: scale(1);
    }
}
.sub_gall_box_in:hover .sub_gall_txt {
    animation: galltxt 0.3s  forwards ;
    display: inline-block;
}

@keyframes galltxt {

    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

.sub_pre_bg_wrap {z-index: 999999}
.sub_pre_bg_wrap .pre_bg {background-color: #26cec4}
.sub_pre_bg_wrap .pre_bg_box_svg {fill: #26cec4}


.new_main_visual_all_wrap .pre_bg_wrap {opacity: 0}

.po_view_video {
    width: 100%;
    z-index:3;
}
.pdt_color_01 #wrap {background-color: #f16281;transition:background-color 0.5s}
.pdt_color_02 #wrap {background-color: #f47f50;transition:background-color 0.5s}
.pdt_color_03 #wrap {background-color: #66c6b9;transition:background-color 0.5s}
.pdt_color_04 #wrap {background-color: #5b4fa1;transition:background-color 0.5s}
.pdt_color_05 #wrap {background-color: #3d8bd6;transition:background-color 0.5s}











.sec_all_wrap {padding-top: 0px;}
.po_view_all_wrap {padding-top: 20vh; line-height: 1.6;}
.po_view_top_txt_01 a {font-size: 22px;font-weight: 300; color: #fff;transition:color 0.5s}
.po_view_top_txt_02 {font-size: 72px;font-weight: 700;color: #fff;transition:color 0.5s}
.po_view_01_wrap {}
.po_view_top {}
.po_view_top_wrap {padding: 0px 20px;text-align: center;}
.po_view_01_wrap {position: relative; top: 0px;left: 0px; width: 100%;margin: 0 auto;padding-bottom: 50%}
.po_view_01_inner {position: absolute; top: 0px;left: 0px;bottom: 0px;right: 0px}
.po_view_01_in {position: relative; top: 0px;left: 0%; width: 70%; margin: 0 auto;}

.po_view_01_wrap.animate .po_view_01_in {
  /*  animation: wide 2s 1s  forwards ;
    display: inline-block;*/
}

@keyframes wide {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

.pdt_color #wrap.scroll {background-color: #fff!important;}
.scroll .po_view_top_txt_01 a {color: #000;}
.scroll .po_view_top_txt_02 {color: #000;}

.po_view_02_left {width: 49%; float: left;}
.po_view_02_right {width: 49%; float: right;}


.bt_sec_wrap {display: none;}

.s_sec_01_01_01_bg {
    z-index: 1;
}
.s_sec_ani_bg {position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;background-repeat: no-repeat;background-position: center center;background-size: cover;width: 100%;height: 100%;z-index: 1;background-repeat: no-repeat;background-position: center center;background-size: cover;
}
.s_sec_ani_bg_01 {
    background-image: url(../images/sub/s_sec_01_01_01_wrap.jpg);
}
.s_sec_ani_bg_02 {
/*  background-image: url(../images/sub/s_sec_ani_bg_02.jpg);*/
    background-color: #fff
}
.s_sec_ani_bg_03 {
    background-color: #000
}
.s_sec_ani_bg_04 {
    background-color: #fff
}
.s_sec_01_01_01_in * {color: #fff;}
.s_sec_01_01_01_in .sec_tit5 * {color: #fff!important;}
.s_sec_01_01_04_bg {position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;background-repeat: no-repeat;background-position: center center;background-size: cover;width: 100%;height: 100%;z-index: 1;background-repeat: no-repeat;background-position: center center;background-size: cover;background-image: url(../images/sub/s_sec_01_01_03_bg.jpg);
}
.s_sec_01_01_02_con_left * {color: #fff}
.s_sec_01_01_02_con_left {height: 0px;width: 100%;position: relative;top: 0px;left: 0px;z-index: 2;}
.s_sec_01_01_02_con_right {float: right;padding-top: 100vh;width: 60%;position: relative;top: 0px;left: 0px;z-index: 1}
.s_sec_01_01_02_con_left_in {display: inline-block;position: relative;}

.s_sec_01_01_02_bg {position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;background-repeat: no-repeat;background-position: center center;background-size: cover;width: 100%;height: 100%;z-index: 1;background-repeat: no-repeat;background-position: center center;background-size: cover;}

.s_sec_01_01_03_bg {position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;background-repeat: no-repeat;background-position: center center;background-size: cover;width: 100%;height: 100%;z-index: 1;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.video_l_all_wrap {width: 200%;position: relative;top: 0px;left: 0px;}
.video_l_wrap {margin-left: -30px;position: relative;top: 0px;left: 0px;overflow: hidden;}
.video_l_box {float: left; width: 33.33%;padding-left: 30px;padding-bottom: 30px;}
.video_l_box video {width: 100%;}

.s_sec_01_01_02_con_left_in * {mix-blend-mode: difference;}

.s_sec_01_01_02_con_wrap > .pin-spacer {mix-blend-mode: difference;}
.s_sec_01_01_02_con_left_in .sec_tit5 {font-size: 10vw}



.s_sec_01_01_03_con_left_in .sec_tit5 {font-size: 10vw}
.s_sec_01_01_03_con_left_in .sec_tit5 span {color: inherit;}
.s_sec_01_01_03_con_wrap * {color: #fff}
.s_sec_01_01_03_con_left {height: 0px;width: 100%;position: relative;top: 0px;left: 0px;z-index: 2;}
.s_sec_01_01_03_con_right {float: right;padding-top: 100vh;width: 60%;position: relative;top: 0px;left: 0px;z-index: 1}
.s_sec_01_01_03_con_left_in {display: inline-block;position: relative;}


.s_sec_01_01_04_con_01 .sec_tit7 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: transparent;
}
.s_sec_01_01_04_con_02 .sec_tit7 {

}
.s_sec_01_01_05_wrap {mix-blend-mode: difference;}
.s_sec_01_01_05_01_in .s_sec_01_01_05_con_wrap {height: 100vh;font-size: 0px;}
.s_sec_01_01_05_01_in .s_sec_01_01_05_con_wrap:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -0.25em;font-size: large;}
.s_sec_01_01_05_01_in .s_sec_01_01_05_con {vertical-align: middle;display: inline-block;text-align: center;max-width: 100%;position: relative;top: 0px;left: 0px;width: 100%; font-size: 8vh;max-height: 100%;font-size:9vw;font-weight: 700;line-height: 1.4;color: #fff;}

.d_word_wrap {display: inline-block;}
.d_word {display: inline-block;}



#myVideo{
    position: absolute;
    left: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index:3;
    filter: brightness(0.8);
}


#myVideo2{
    position: absolute;
    left: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index:3;
}

#myVideo3{
    position: absolute;
    left: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index:3;
}

.new_main_sec_05_wrap {height: auto!important}
.new_main_sec_05_wrap .fp-tableCell {height: auto!important}
.sec_all_wrap .section {overflow: hidden;}


.seat_adjustment_systems .sub_gall_box_in {background-color: #f16281}
.seat_frame .sub_gall_box_in {background-color: #f47f50}
.complete_seats .sub_gall_box_in {background-color: #66c6b9}
.e_system .sub_gall_box_in {background-color: #5b4fa1}
.airline_seats .sub_gall_box_in {background-color: #3d8bd6}





.gall_filter_wrap { position: sticky; top: 100px; left: 0px; width: 250px; float: left; display: none; }
.sub_gall_wrap { /*    float: right;width: calc(100% - 280px);*/

    width: 100%; }
.file_products_list #wrap { overflow: initial; }
.sec_wrap2 { padding: 250px 0; }
.main_sec_03_con_wrap .main_right_in { width: 100%; text-align: center; }
.main_sec_03_con_wrap .main_right_in img { max-width: 500px; }
.main_sec_04_con_wrap .main_left_in { width: 100%; text-align: center; }
.main_sec_04_con_wrap .main_left_in img { max-width: 300px; }
.main_sec_06_con_wrap .main_left_in { width: 100%; text-align: center; }
.main_sec_06_con_wrap .main_left_in img { max-width: 600px; }
.all_pdt_sec_in_new { display: flex; column-gap: 1%; row-gap: 20px; flex-wrap: wrap; justify-content: center; flex-direction: row; }

.all_pdt_sec_in_new .all_pdt_sec_in_02_con {width: 24%;}


.main_big_txt {font-size: 5vw; font-weight: 600;line-height: 1;color: #fff;word-break: keep-all;white-space: nowrap;width: auto;text-transform: uppercase;z-index: 5;opacity: 0.5}

.main_big_txt.main_sec_04_txt {color: #000}
.main_big_txt.main_sec_06_txt {color: #000}



.sec_in_t {padding: 0 5%;}
.intro { position: fixed; display: grid; place-items: center; height: 100vh; width: 100%; background-color: transparent; z-index: 999999; }
.intro * {}
.intro__title { color: #666; text-align: center; z-index: 2; font-size: 1.9vw; font-weight: 400; font-family: 'Poppins','na200','돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif; width: 100%; }
.intro__title span { padding-top: 150px; display: inline-block; }
.intro__title svg { width: 300px; }
.intro__background { position: absolute; top: 0; background-color: #fff; width: 50%; height: 100%; transform: scaleX(1); }
.intro__background--left { left: 0; transform-origin: left center; }
.intro__background--right { left: 50%; transform-origin: right center; }
.intro__image{position: absolute;top: 0;left: 0;right: 0;bottom: 0; width: 100%;height: 100vh; background-color: #000;background-image:  url(../images/sub/intro__image_on.jpg);background-repeat: no-repeat;background-size: cover; background-position: center;}
.intro__image_en{position: absolute;top: 0;left: 0;right: 0;bottom: 0; width: 100%;height: 100vh; background-color: #000;background-image:  url(../images/sub/intro__image_on_en.jpg);background-repeat: no-repeat;background-size: cover; background-position: center;}

.intro__video_wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; z-index: 101; opacity: 0; }
.intro__video_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.intro__video_wrap video { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.borad_btn_wrap .borad_btn.aply_btn{background-color: #eee !important;color:#111 !important}
.borad_btn_wrap .borad_btn.aply_btn:hover{color: #0198db !important; font-weight: 500; background:inherit;background-size:inherit;animation: none;}

.leav_btn_wrap{ text-align: center;}
.leav_btn.withdrawal{display: inline-block; color: #999; position: relative; top: 0; left: 0; }
.leav_btn::after{content: ''; position: absolute; width: 100%; height: 1px; background-color: #ddd; bottom: -5px; left: 0;}
.leav_btn.withdrawal:hover{color: #555;}
.leav_btn:hover::after{background-color: #999;}

.po_list_all_wrap {background-color: #f1f1f1}
.sub_gall_box_in {background-color: #fff!important}
.sub_gall_txt_03 {color: #000;font-size: 20px;}


.seat_adjustment_systems .sub_gall_txt_01 {color: #f16281}
.seat_frame .sub_gall_txt_01 {color: #f47f50}
.complete_seats .sub_gall_txt_01 {color: #66c6b9}
.e_system .sub_gall_txt_01 {color: #5b4fa1}
.airline_seats .sub_gall_txt_01 {color: #3d8bd6}
.sub_gall_txt_01 {font-weight: 600;}



.loading-container, .loading { height: 100px; position: relative; width: 100px; border-radius: 100%; }
.loading-container { margin: 40px auto }
.loading { border: 2px solid transparent; border-color: transparent #0198db transparent #0198db; -moz-animation: rotate-loading 1.5s linear 0s infinite normal; -moz-transform-origin: 50% 50%; -o-animation: rotate-loading 1.5s linear 0s infinite normal; -o-transform-origin: 50% 50%; -webkit-animation: rotate-loading 1.5s linear 0s infinite normal; -webkit-transform-origin: 50% 50%; animation: rotate-loading 1.5s linear 0s infinite normal; transform-origin: 50% 50%; }
.loading-container:hover .loading { border-color: transparent #0198db transparent #0198db; }
.loading-container:hover .loading, .loading-container .loading { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#loading-text { -moz-animation: loading-text-opacity 2s linear 0s infinite normal; -o-animation: loading-text-opacity 2s linear 0s infinite normal; -webkit-animation: loading-text-opacity 2s linear 0s infinite normal; animation: loading-text-opacity 2s linear 0s infinite normal; color: #0198db; font-family: "Helvetica Neue, "Helvetica", ""arial"; font-size: 10px; font-weight: bold; margin-top: 45px; opacity: 0; position: absolute; text-align: center; text-transform: uppercase; top: 0; width: 100px; }

@keyframes rotate-loading {
    0% { transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
}
@-moz-keyframes rotate-loading {
    0% { transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotate-loading {
    0% { transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
}
@-o-keyframes rotate-loading {
    0% { transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
}
@keyframes rotate-loading {
    0% { transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
}
@-moz-keyframes rotate-loading {
    0% { transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotate-loading {
    0% { transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
}
@-o-keyframes rotate-loading {
    0% { transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
}
@keyframes loading-text-opacity {
    0% { opacity: 0}
    20% { opacity: 0}
    50% { opacity: 1}
    100% { opacity: 0}
}
@-moz-keyframes loading-text-opacity {
    0% { opacity: 0}
    20% { opacity: 0}
    50% { opacity: 1}
    100% { opacity: 0}
}
@-webkit-keyframes loading-text-opacity {
    0% { opacity: 0}
    20% { opacity: 0}
    50% { opacity: 1}
    100% { opacity: 0}
}
@-o-keyframes loading-text-opacity {
    0% { opacity: 0}
    20% { opacity: 0}
    50% { opacity: 1}
    100% { opacity: 0}
}
