/*!
 * Commonly used mix / class / function
 * Can be used to all the project.
 *//*!
 * The color collection
 */.color-white{color:#fff}.color-black{color:#000}.color-black-2{color:#332d32}.color-gray{color:#525f6b}.color-gray2{color:#464545}.color-blue{color:#00ebe8}.color-orange{color:#f7b13e}.color-orange-2{color:#fde38f}.color-orange-3{color:#fff3cc}.color-orange-4{color:#fcb283}.color-green{color:#14a8ad}.color-bg-white{background-color:#fff}.color-bg-orange{background-color:#f7b13e}.color-bg-orange-2{background-color:#fde38f}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media screen and (max-width:767px){.md-text-left{text-align:left}}@media screen and (max-width:767px){.md-text-right{text-align:right}}@media screen and (max-width:767px){.md-text-center{text-align:center}}@media screen and (max-width:767px){.md-text-justify{text-align:justify}}@media screen and (max-width:374px){.m-text-left{text-align:left}}@media screen and (max-width:374px){.m-text-right{text-align:right}}@media screen and (max-width:374px){.m-text-center{text-align:center}}@media screen and (max-width:374px){.m-text-justify{text-align:justify}}.f-12{font-size:12px}.f-13{font-size:13px}.f-14{font-size:14px}.f-17{font-size:17px}.f-18{font-size:18px}.f-20{font-size:20px}.f-22{font-size:22px}.f-24{font-size:24px}.f-25{font-size:25px}.f-26{font-size:26px}.f-28{font-size:28px}.f-30{font-size:30px}.f-36{font-size:36px}.f-42{font-size:42px}.f-48{font-size:48px}.f-60{font-size:60px}.f-64{font-size:64px}.f-72{font-size:72px}@media screen and (max-width:1023px){.lg-f-12{font-size:12px!important}}@media screen and (max-width:1023px){.lg-f-14{font-size:14px!important}}@media screen and (max-width:1023px){.lg-f-16{font-size:16px!important}}@media screen and (max-width:1023px){.lg-f-18{font-size:18px!important}}@media screen and (max-width:1023px){.lg-f-20{font-size:20px!important}}@media screen and (max-width:1023px){.lg-f-24{font-size:24px!important}}@media screen and (max-width:767px){.md-f-12{font-size:12px!important}}@media screen and (max-width:767px){.md-f-16{font-size:16px!important}}@media screen and (max-width:767px){.md-f-18{font-size:18px!important}}@media screen and (max-width:767px){.md-f-20{font-size:20px!important}}@media screen and (max-width:767px){.md-f-24{font-size:24px!important}}@media screen and (max-width:767px){.md-f-26{font-size:26px!important}}@media screen and (max-width:767px){.md-f-32{font-size:32px!important}}@media screen and (max-width:767px){.md-f-30{font-size:30px!important}}@media screen and (max-width:767px){.md-f-36{font-size:36px!important}}@media screen and (max-width:767px){.md-f-40{font-size:40px!important}}@media screen and (max-width:639px){.sm-f-14{font-size:14px!important}}@media screen and (max-width:374px){.m-f-12{font-size:12px!important}}@media screen and (max-width:374px){.m-f-14{font-size:14px!important}}@media screen and (max-width:374px){.m-f-16{font-size:16px!important}}@media screen and (max-width:374px){.m-f-18{font-size:18px!important}}@media screen and (max-width:374px){.m-f-20{font-size:20px!important}}@media screen and (max-width:374px){.m-f-24{font-size:24px!important}}@media screen and (max-width:374px){.m-f-36{font-size:36px!important}}.f-bold{font-weight:700}/*!
 * Place the specific properties of the project
 */.light-box{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:100;position:fixed;top:0;left:0;opacity:0;pointer-events:none}.light-box.active{opacity:1;-webkit-transition:.8s;-o-transition:.8s;transition:.8s;pointer-events:auto}.light-box.active .inner{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.light-box:before{z-index:1;position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.7);content:""}.light-box .inner{width:95%;height:auto;z-index:2;max-width:900px;position:relative;opacity:0;-webkit-transition:.8s .6s;-o-transition:.8s .6s;transition:.8s .6s;-webkit-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%)}.light-box .inner .wrap{padding-bottom:56.25%}.light-box .inner iframe{z-index:1;position:absolute;width:100%;height:100%;top:0;left:0}.loading-lock{width:100%;height:100%;position:fixed;overflow:hidden}.hover__social-icon:hover{color:#fc724e!important;-webkit-transition:color .25s ease;-o-transition:color .25s ease;transition:color .25s ease}.select-block{position:relative}.select-block:before{z-index:1;position:absolute;width:0;height:0;pointer-events:none;top:40%;right:7%;-webkit-transform:translateY(-25%) scaleX(.75);-ms-transform:translateY(-25%) scaleX(.75);transform:translateY(-25%) scaleX(.75);border:12px solid transparent;border-top-color:#000;content:""}@media screen and (max-width:1023px){.select-block:before{top:50%;right:5%}}@media screen and (max-width:767px){.select-block:before{border-width:10px}}@media screen and (max-width:639px){.select-block:before{border-width:10px}}@media screen and (max-width:374px){.select-block:before{top:53%;border-width:8px}}*{font-family:Noto Sans TC,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}body{width:100%;height:100%;overflow-x:hidden;background-image:url(images/common/square.png?b2245);background-position:top;background-repeat:repeat;background-color:#fed871}.container{width:100%;height:auto;position:relative;overflow:hidden;padding:0 60px}@media screen and (max-width:1023px){.container{padding:0}}@media screen and (max-width:767px){.container{padding:0}}.ui{width:100%;height:auto;z-index:80;position:fixed;top:0;left:0;padding:0 60px}@media screen and (max-width:1023px){.ui{padding:0}}@media screen and (max-width:767px){.ui{padding:0}}.ui__wrap{width:100%;height:100vh}.ui__button-open{width:80px;height:80px;z-index:1;position:absolute;top:0;right:0;background-color:#000;border:0 solid transparent;outline:none}.ui__button-open__line-box{width:50%;height:30%}.ui__button-open__line-box:before{top:0}.ui__button-open__line-box:after,.ui__button-open__line-box:before{z-index:1;position:absolute;width:100%;height:2px;left:0;content:"";background-color:#fff}.ui__button-open__line-box:after{bottom:0}.ui__button-open__line-middle{width:100%;height:2px;background-color:#fff}.ui__button-close{width:80px;height:80px;z-index:3;position:absolute;top:0;right:0;background-color:#000;border:0 solid transparent;opacity:0;outline:none;pointer-events:none;-webkit-transition:opacity .5s ease 0s;-o-transition:opacity .5s 0s ease;transition:opacity .5s ease 0s}.ui__button-close__line-box{width:60%;height:60%}.ui__button-close__line-box:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.ui__button-close__line-box:after,.ui__button-close__line-box:before{z-index:1;position:absolute;width:100%;height:2px;top:50%;left:50%;background-color:#fff;content:""}.ui__button-close__line-box:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.ui__menu{z-index:1;position:absolute;top:0;right:0}.ui__menu,.ui__menu__bg{width:100%;height:100%;pointer-events:none}.ui__menu__bg{background-color:rgba(0,0,0,.35);opacity:0;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.ui__menu__side-bar{z-index:2;position:absolute;width:471px;height:100%;top:0;right:0;padding:80px;background-color:#fff;-webkit-transition:-webkit-transform .5s ease 0s;transition:-webkit-transform .5s ease 0s;-o-transition:transform .5s 0s ease;transition:transform .5s ease 0s;transition:transform .5s ease 0s,-webkit-transform .5s ease 0s;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ui__menu__item{background-color:#fff;-webkit-transition:background-color .25s ease;-o-transition:background-color .25s ease;transition:background-color .25s ease}.ui__menu__item:hover{background-color:#fde38f}.ui__menu.active .ui__menu__bg{pointer-events:auto;opacity:1}.ui__menu.active .ui__menu__side-bar{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.ui__menu.active .ui__button-close{opacity:1;-webkit-transition:opacity .5s ease .25s;-o-transition:opacity .5s .25s ease;transition:opacity .5s ease .25s;pointer-events:auto}@media screen and (max-width:639px){.ui__pc{display:none}}.ui__mobile{display:none}@media screen and (max-width:639px){.ui__mobile{display:block}}.ui__mobile:before{z-index:1;position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.35);opacity:0;-webkit-transition:opacity .75s ease;-o-transition:opacity .75s ease;transition:opacity .75s ease;content:""}.ui__mobile__bar{z-index:3;position:absolute;height:50px;top:0;left:0;padding:10px 15px;background-color:#fff}.ui__mobile__btn-open{width:32px;height:20px}.ui__mobile__btn-open:after,.ui__mobile__btn-open:before,.ui__mobile__btn-open__line{z-index:1;position:absolute;width:100%;height:3px;left:50%;background-color:#000;border-radius:10px;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease;content:""}.ui__mobile__btn-open__line{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ui__mobile__btn-open:after{top:0;-webkit-transform:translate(-50%,-50%) rotate(0deg);-ms-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}.ui__mobile__btn-open:before{bottom:0;-webkit-transform:translate(-50%,50%) rotate(0deg);-ms-transform:translate(-50%,50%) rotate(0deg);transform:translate(-50%,50%) rotate(0deg)}.ui__mobile__menu{z-index:2;position:absolute;width:100%;height:100%;top:0;left:0;padding-top:50px;background-color:#fff;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ui__mobile__menu__list{padding:2px 22px;margin-bottom:30px;font-size:18px;border:1px solid #000;line-height:1.5}@media screen and (max-width:374px){.ui__mobile__menu__list{margin-bottom:15px;font-size:16px}}.ui__mobile.active:before{opacity:1}.ui__mobile.active .ui__mobile__menu{-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;-o-transition:transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.ui__mobile.active .ui__mobile__btn-open:after{-webkit-animation:anim-close-btn-top-line 1s ease 0s forwards;animation:anim-close-btn-top-line 1s ease 0s forwards}.ui__mobile.active .ui__mobile__btn-open__line{opacity:0}.ui__mobile.active .ui__mobile__btn-open:before{-webkit-animation:anim-close-btn-bottom-line 1s ease 0s forwards;animation:anim-close-btn-bottom-line 1s ease 0s forwards}@media screen and (max-width:1023px){.side-bar{display:none}}.side-bar__wrap{width:100%;height:100vh;z-index:100;position:fixed;top:0;left:0}.side-bar__block{z-index:1;position:absolute;width:60px;height:100%;overflow:hidden;background-color:#fdb383}.side-bar__block-l{top:0;left:0}.side-bar__block-r{top:0;right:0}.side-bar__move-t{-webkit-animation:anim-side-bar-move-t 5s linear infinite forwards;animation:anim-side-bar-move-t 5s linear infinite forwards}.side-bar__move-b{z-index:1;position:absolute;bottom:0;left:0;-webkit-animation:anim-side-bar-move-b 5s linear infinite forwards;animation:anim-side-bar-move-b 5s linear infinite forwards}.main-view{z-index:1;position:relative}.aspect-ratio{height:0;position:relative;overflow:hidden}.aspect-ratio-obj{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media screen and (max-width:374px){.pc-only{display:none!important}}@media screen and (max-width:767px){.pad-disabled{display:none!important}}.pad-enabled{display:none!important}@media screen and (max-width:767px){.pad-enabled{display:block!important}}@media screen and (max-width:639px){.sm-disabled{display:none!important}}@media screen and (max-width:374px){.mobile-disabled{display:none!important}}.mobile-only{display:none!important}@media screen and (max-width:374px){.mobile-only{display:block!important}}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.relative{position:relative}.display-none{display:none!important}.mx-40{margin-right:40px;margin-left:40px}.mx-auto{margin:0 auto}.mt-50{margin-top:50px}.mt-150{margin-top:150px}.mt-170{margin-top:170px}.mb-0{margin-bottom:0}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}.mb-60{margin-bottom:60px}.mb-70{margin-bottom:70px}.mb-80{margin-bottom:80px}.mb-90{margin-bottom:90px}.mb-100{margin-bottom:100px}.mb-110{margin-bottom:110px}.mb-120{margin-bottom:120px}.mb-130{margin-bottom:130px}.mb-150{margin-bottom:150px}.mb-170{margin-bottom:170px}.mb-180{margin-bottom:180px}.mb-190{margin-bottom:190px}.mb-240{margin-bottom:240px}.mb-250{margin-bottom:250px}.mb-270{margin-bottom:270px}.mb-300{margin-bottom:300px}@media screen and (max-width:1023px){.lg-mb-15{margin-bottom:15px!important}}@media screen and (max-width:1023px){.lg-mb-25{margin-bottom:25px!important}}@media screen and (max-width:1023px){.lg-mb-30{margin-bottom:30px!important}}@media screen and (max-width:1023px){.lg-mb-40{margin-bottom:40px!important}}@media screen and (max-width:1023px){.lg-mb-50{margin-bottom:50px!important}}@media screen and (max-width:1023px){.lg-mb-80{margin-bottom:80px!important}}@media screen and (max-width:1023px){.lg-mb-100{margin-bottom:100px!important}}@media screen and (max-width:1023px){.lg-mb-130{margin-bottom:130px!important}}@media screen and (max-width:1023px){.lg-mb-150{margin-bottom:150px!important}}@media screen and (max-width:1023px){.lg-mb-200{margin-bottom:200px!important}}@media screen and (max-width:1023px){.lg-mb-250{margin-bottom:250px!important}}@media screen and (max-width:767px){.md-mb-0{margin-bottom:0!important}}@media screen and (max-width:767px){.md-mb-10{margin-bottom:10px!important}}@media screen and (max-width:767px){.md-mb-20{margin-bottom:20px!important}}@media screen and (max-width:767px){.md-mb-25{margin-bottom:25px!important}}@media screen and (max-width:767px){.md-mb-35{margin-bottom:35px}}@media screen and (max-width:767px){.md-mb-40{margin-bottom:40px!important}}@media screen and (max-width:767px){.md-mb-50{margin-bottom:50px!important}}@media screen and (max-width:767px){.md-mb-60{margin-bottom:60px!important}}@media screen and (max-width:767px){.md-mb-70{margin-bottom:70px!important}}@media screen and (max-width:767px){.md-mb-80{margin-bottom:80px!important}}@media screen and (max-width:767px){.md-mb-90{margin-bottom:90px!important}}@media screen and (max-width:767px){.md-mb-100{margin-bottom:100px!important}}@media screen and (max-width:767px){.md-mb-120{margin-bottom:120px!important}}@media screen and (max-width:767px){.md-mb-150{margin-bottom:150px!important}}@media screen and (max-width:767px){.md-mb-170{margin-bottom:170px!important}}@media screen and (max-width:767px){.md-mb-220{margin-bottom:220px!important}}@media screen and (max-width:767px){.md-mb-240{margin-bottom:240px!important}}@media screen and (max-width:639px){.sm-mb-550{margin-bottom:550px!important}}@media screen and (max-width:374px){.m-mb-0{margin-bottom:0!important}}@media screen and (max-width:374px){.m-mb-10{margin-bottom:10px!important}}@media screen and (max-width:374px){.m-mb-20{margin-bottom:20px!important}}@media screen and (max-width:374px){.m-mb-30{margin-bottom:30px!important}}@media screen and (max-width:374px){.m-mb-40{margin-bottom:40px}}@media screen and (max-width:374px){.m-mb-50{margin-bottom:50px}}@media screen and (max-width:374px){.m-mb-60{margin-bottom:60px!important}}@media screen and (max-width:374px){.m-mb-70{margin-bottom:70px!important}}@media screen and (max-width:374px){.m-mb-80{margin-bottom:80px!important}}@media screen and (max-width:374px){.m-mb-90{margin-bottom:90px!important}}@media screen and (max-width:374px){.m-mb-100{margin-bottom:100px!important}}@media screen and (max-width:374px){.m-mb-150{margin-bottom:150px!important}}@media screen and (max-width:374px){.m-mb-370{margin-bottom:370px!important}}.ml-30{margin-left:30px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-40{margin-right:40px}.mr-50{margin-right:50px}.mr-60{margin-right:60px}.mr-70{margin-right:70px}.mr-80{margin-right:80px}.mr-100{margin-right:100px}.mr-110{margin-right:110px}.mr-130{margin-right:130px}@media screen and (max-width:1023px){.lg-mr-0{margin-right:0!important}}@media screen and (max-width:1023px){.lg-mr-12{margin-right:12px!important}}@media screen and (max-width:767px){.md-mr-0{margin-right:0!important}}@media screen and (max-width:767px){.md-mr-20{margin-right:20px!important}}@media screen and (max-width:639px){.sm-mr-10{margin-right:10px!important}}@media screen and (max-width:374px){.m-mr-15{margin-right:15px!important}}.p-45{padding:45px}.py-5{padding-top:5px;padding-bottom:5px}.py-6{padding-top:6px;padding-bottom:6px}.py-7{padding-top:7px;padding-bottom:7px}.py-10{padding-top:10px;padding-bottom:10px}.py-15{padding-top:15px;padding-bottom:15px}.py-30{padding-top:30px;padding-bottom:30px}.py-35{padding-top:35px;padding-bottom:35px}.py-150{padding-top:150px;padding-bottom:150px}.py-270{padding-top:450px;padding-bottom:450px}@media screen and (max-width:374px){.m-py-7{padding-top:7px;padding-bottom:7px}}.px-15{padding-right:15px;padding-left:15px}.px-20{padding-right:20px;padding-left:20px}.px-30{padding-right:30px;padding-left:30px}.px-40{padding-right:40px;padding-left:40px}.px-45{padding-right:45px;padding-left:45px}.px-60{padding-right:60px;padding-left:60px}@media screen and (max-width:1023px){.lg-px-10{padding-right:10px!important;padding-left:10px!important}}@media screen and (max-width:1023px){.lg-px-24{padding-right:24px!important;padding-left:24px!important}}@media screen and (max-width:767px){.md-px-5{padding-right:5px!important;padding-left:5px!important}}@media screen and (max-width:767px){.md-px-10{padding-right:10px!important;padding-left:10px!important}}@media screen and (max-width:374px){.m-px-12{padding-right:12px!important;padding-left:12px!important}}@media screen and (max-width:374px){.m-px-20{padding-right:20px!important;padding-left:20px!important}}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-30{padding-top:30px}.pt-40{padding-top:40px}.pt-80{padding-top:80px}.pt-150{padding-top:150px}.pt-170{padding-top:170px}@media screen and (max-width:1023px){.lg-pt-20{padding-top:20px!important}}@media screen and (max-width:1023px){.lg-pt-30{padding-top:30px!important}}@media screen and (max-width:1023px){.lg-pt-100{padding-top:100px!important}}@media screen and (max-width:1023px){.lg-pt-145{padding-top:145px!important}}@media screen and (max-width:639px){.sm-pt-50{padding-top:50px!important}}@media screen and (max-width:374px){.m-pt-0{padding-top:0!important}}@media screen and (max-width:374px){.m-pt-5{padding-top:5px!important}}@media screen and (max-width:374px){.m-pt-10{padding-top:10px!important}}@media screen and (max-width:374px){.m-pt-20{padding-top:20px!important}}@media screen and (max-width:374px){.m-pt-100{padding-top:100px!important}}@media screen and (max-width:374px){.m-pt-120{padding-top:120px!important}}.pb-10{padding-bottom:10px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px}.pb-150{padding-bottom:150px}.pb-180{padding-bottom:180px}@media screen and (max-width:1023px){.lg-pb-10{padding-bottom:10px!important}}@media screen and (max-width:767px){.md-pb-20{padding-bottom:20px!important}}@media screen and (max-width:374px){.m-pb-0{padding-bottom:0!important}}@media screen and (max-width:374px){.m-pb-5{padding-bottom:5px!important}}@media screen and (max-width:374px){.m-pb-10{padding-bottom:10px!important}}@media screen and (max-width:374px){.m-pb-50{padding-bottom:50px!important}}.pl-20{padding-left:20px}.pl-40{padding-left:40px}@media screen and (max-width:1023px){.lg-pl-15{padding-left:15px!important}}@media screen and (max-width:374px){.m-pl-25{padding-left:25px!important}}.pr-20{padding-right:20px}.pr-40{padding-right:40px}@media screen and (max-width:1023px){.lg-pr-15{padding-right:15px!important}}@media screen and (max-width:374px){.m-pr-10{padding-right:10px!important}}@media screen and (max-width:374px){.m-pr-25{padding-right:25px!important}}.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flex-2{-webkit-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.flex-3{-webkit-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3}.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.md-flex-none{-webkit-box-flex:0!important;-webkit-flex:none!important;-ms-flex:none!important;flex:none!important}}@media screen and (max-width:1023px){.lg-flex-none{-webkit-box-flex:0!important;-webkit-flex:none!important;-ms-flex:none!important;flex:none!important}}@media screen and (max-width:767px){.md-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media screen and (max-width:374px){.m-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:767px){.md-flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}@media screen and (max-width:374px){.m-flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1023px){.lg-flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.md-flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:639px){.sm-flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:374px){.m-flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.justify-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:1023px){.lg-justify-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:767px){.md-justify-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:374px){.m-justify-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:767px){.md-justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:374px){.m-justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.justify-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:767px){.md-justify-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:374px){.m-justify-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.justify-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:767px){.md-justify-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (max-width:374px){.m-justify-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.justify-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}@media screen and (max-width:767px){.md-justify-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}}@media screen and (max-width:374px){.m-justify-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}}.justify-evenly{-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}@media screen and (max-width:767px){.md-justify-evenly{-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}}@media screen and (max-width:374px){.m-justify-evenly{-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}}.items-start{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1023px){.lg-items-start{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:767px){.md-items-start{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:374px){.m-items-start{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.items-end{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:767px){.md-items-end{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media screen and (max-width:374px){.m-items-end{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}.items-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.md-items-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:374px){.m-items-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.items-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (max-width:767px){.md-items-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}}@media screen and (max-width:374px){.m-items-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}}.leading-0_25{line-height:.25}@media screen and (max-width:767px){.md-leading-0_25{line-height:.25}}@media screen and (max-width:374px){.m-leading-0_25{line-height:.25}}.leading-0_5{line-height:.5}@media screen and (max-width:767px){.md-leading-0_5{line-height:.5}}@media screen and (max-width:374px){.m-leading-0_5{line-height:.5}}.leading-0_75{line-height:.75}@media screen and (max-width:767px){.md-leading-0_75{line-height:.75}}@media screen and (max-width:374px){.m-leading-0_75{line-height:.75}}.leading-1{line-height:1}@media screen and (max-width:767px){.md-leading-1{line-height:1}}@media screen and (max-width:374px){.m-leading-1{line-height:1}}.leading-1_25{line-height:1.25}@media screen and (max-width:767px){.md-leading-1_25{line-height:1.25}}@media screen and (max-width:374px){.m-leading-1_25{line-height:1.25}}.leading-1_5{line-height:1.5}@media screen and (max-width:767px){.md-leading-1_5{line-height:1.5}}@media screen and (max-width:374px){.m-leading-1_5{line-height:1.5}}.leading-1_75{line-height:1.75}@media screen and (max-width:767px){.md-leading-1_75{line-height:1.75}}@media screen and (max-width:374px){.m-leading-1_75{line-height:1.75}}.leading-2{line-height:2}@media screen and (max-width:767px){.md-leading-2{line-height:2}}@media screen and (max-width:374px){.m-leading-2{line-height:2}}.letter-space-0_5{letter-spacing:.5px}.letter-space-1{letter-spacing:1px}.letter-space-1_5{letter-spacing:1.5px}.letter-space-2_5{letter-spacing:2.5px}.letter-space-5{letter-spacing:5px}.letter-space-15{letter-spacing:15px}@media screen and (max-width:767px){.md-letter-space-0_5{letter-spacing:.5px}}@media screen and (max-width:767px){.md-letter-space-1{letter-spacing:1px}}@media screen and (max-width:374px){.m-letter-space-0_5{letter-spacing:.5px}}@media screen and (max-width:374px){.m-letter-space-1{letter-spacing:1px}}.radius-10{border-radius:10px}.h-full{height:100%}@media screen and (max-width:767px){.md-h-full{height:100%!important}}@media screen and (max-width:374px){.m-h-full{height:100%!important}}.w-full{width:100%}@media screen and (max-width:1023px){.lg-w-full{width:100%!important}}@media screen and (max-width:767px){.md-w-full{width:100%!important}}@media screen and (max-width:374px){.m-w-80{width:80%!important}}@media screen and (max-width:374px){.m-w-full{width:100%!important}}.cursor-pointer{cursor:pointer}.pointer-none{pointer-events:none}.pointer-auto{pointer-events:auto}.no-underline{text-decoration:none}.no-point{list-style:none}.no-border{border-width:0;border-color:transparent}.no-wrap{white-space:nowrap}.no-break{word-break:keep-all}.no-outline{outline-style:none}.transparent{opacity:0}.inline-block{display:inline-block!important}.border-line{border:1px solid #000}.border-line-b{border-bottom:1px solid #000}@media screen and (max-width:767px){.md-border-line-b-white{border-bottom:1px solid #fff}}.focus-bg-orange:focus{background-color:#fff3cc}/*!
 * The keyframe collection
 */@-webkit-keyframes anim-dialog-idle{0%{-webkit-transform:translateY(5%);transform:translateY(5%)}50%{-webkit-transform:translateY(-5%);transform:translateY(-5%)}to{-webkit-transform:translateY(5%);transform:translateY(5%)}}@keyframes anim-dialog-idle{0%{-webkit-transform:translateY(5%);transform:translateY(5%)}50%{-webkit-transform:translateY(-5%);transform:translateY(-5%)}to{-webkit-transform:translateY(5%);transform:translateY(5%)}}@-webkit-keyframes anim-close-btn-top-line{0%{top:0;-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}50%{top:50%;-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}}@keyframes anim-close-btn-top-line{0%{top:0;-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}50%{top:50%;-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}}@-webkit-keyframes anim-close-btn-bottom-line{0%{bottom:0;-webkit-transform:translate(-50%,50%) rotate(0deg);transform:translate(-50%,50%) rotate(0deg)}50%{bottom:50%;-webkit-transform:translate(-50%,50%) rotate(0deg);transform:translate(-50%,50%) rotate(0deg)}to{bottom:50%;-webkit-transform:translate(-50%,50%) rotate(-45deg);transform:translate(-50%,50%) rotate(-45deg)}}@keyframes anim-close-btn-bottom-line{0%{bottom:0;-webkit-transform:translate(-50%,50%) rotate(0deg);transform:translate(-50%,50%) rotate(0deg)}50%{bottom:50%;-webkit-transform:translate(-50%,50%) rotate(0deg);transform:translate(-50%,50%) rotate(0deg)}to{bottom:50%;-webkit-transform:translate(-50%,50%) rotate(-45deg);transform:translate(-50%,50%) rotate(-45deg)}}.bg{z-index:0;height:100%;top:0}.bg,.bg__cloud{position:absolute;width:100%;left:0}.bg__cloud{z-index:1;height:2400px;top:810px;background-color:#fff3cc}@media screen and (max-width:1023px){.bg__cloud{height:4500px;top:665px}}.bg__cloud__pic{z-index:1;position:absolute;width:100%;height:auto;top:0;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bg__net-orange{z-index:2;position:absolute;width:100%;height:1600px;top:1455px;left:0;background-position:top;background-repeat:repeat;background-image:url(images/common/square-orange.png?349cf)}@media screen and (max-width:1023px){.bg__net-orange{top:1220px}}@media screen and (max-width:767px){.bg__net-orange{top:2165px}}.bg__block-orange{z-index:3;position:absolute;width:100%;height:2500px;top:3035px;left:0;background-color:#fed871}@media screen and (max-width:1023px){.bg__block-orange{height:4000px;top:2270px}}@media screen and (max-width:767px){.bg__block-orange{top:3525px}}.bg__block-orange__pic{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.bg__block-blue,.bg__block-orange__pic{z-index:3;position:absolute;width:100%;left:0}.bg__block-blue{height:3000px;top:5300px;background-color:#14a8ad}@media screen and (max-width:1023px){.bg__block-blue{top:3900px}}@media screen and (max-width:767px){.bg__block-blue{height:5000px;top:6135px}}.bg__block-blue__pic{z-index:4;position:absolute;width:100%;top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.landing__box{width:0;height:0;margin:247px 0}@media screen and (max-width:1023px){.landing__box{margin:184px 0}}@media screen and (max-width:639px){.landing__box{width:100%;height:auto;margin:0}}.landing__frame{z-index:1;position:absolute;width:769px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:1023px){.landing__frame{width:581px}}@media screen and (max-width:767px){.landing__frame{width:430px}}@media screen and (max-width:639px){.landing__frame{width:100%;position:relative;top:0;left:0;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}}.landing__frame #landing__frame{-webkit-box-shadow:-10px 10px 1px #fdb383;box-shadow:-10px 10px 1px #fdb383;border-top-left-radius:12px}.landing__anim{z-index:1;position:absolute;width:100%;bottom:0;left:0;border:1px solid #000}@media screen and (max-width:639px){.landing__anim{position:relative}}.landing__character-01,.landing__character-02__box,.landing__deco-1,.landing__deco-2,.landing__hola-logo,.landing__title{z-index:1;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.landing__hola-logo{width:155px;top:-265px;left:-555px}@media screen and (max-width:1023px){.landing__hola-logo{width:113px;top:-165px;left:-340px}}.landing__character-01{width:315px;top:-20px;left:-455px}@media screen and (max-width:1023px){.landing__character-01{width:190px;top:40px;left:-310px}}@media screen and (max-width:767px){.landing__character-01{top:20px;left:-250px}}@media screen and (max-width:639px){.landing__character-01{top:125vw;left:25%}}.landing__character-02__box{z-index:1;position:absolute;width:347px;top:290px;left:445px}@media screen and (max-width:1023px){.landing__character-02__box{width:209px;top:235px;left:250px}}@media screen and (max-width:767px){.landing__character-02__box{top:140px;left:215px}}@media screen and (max-width:639px){.landing__character-02__box{top:148.4375vw;left:70%}}.landing__character-02{width:100%}.landing__dialog-01__box{z-index:1;position:absolute;width:218px;top:6%;left:64%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:1023px){.landing__dialog-01__box{width:136px;top:-5%;left:64%}}@media screen and (max-width:639px){.landing__dialog-01__box{width:185px;left:48%}}.landing__dialog-01__box__anim{-webkit-animation:anim-dialog-idle 3s linear -1s infinite forwards;animation:anim-dialog-idle 3s linear -1s infinite forwards}.landing__dialog-01{width:100%;height:100%}.landing__dialog-01__word{z-index:1;position:absolute;width:100%;height:auto;z-index:2;top:18px;left:0;padding:0 20px;line-height:1.5}@media screen and (max-width:1023px){.landing__dialog-01__word{top:10px;padding:0 8px}}@media screen and (max-width:639px){.landing__dialog-01__word{top:16px;padding:0 22px}}.landing__title{width:480px;top:320px;left:0}@media screen and (max-width:1023px){.landing__title{width:293px;top:210px;left:0}}@media screen and (max-width:767px){.landing__title{top:180px}}@media screen and (max-width:639px){.landing__title{top:81.25vw;left:50%}}.landing__deco-1{width:227px;top:-75px;left:510px}@media screen and (max-width:1023px){.landing__deco-1{width:136px;top:-140px;left:275px}}@media screen and (max-width:767px){.landing__deco-1{top:-120px;left:245px}}.landing__deco-2{width:172px;top:285px;left:-465px}@media screen and (max-width:1023px){.landing__deco-2{width:104px;top:170px;left:-320px}}@media screen and (max-width:767px){.landing__deco-2{top:135px;left:-250px}}.question__wrap{width:98%;height:auto;max-width:1380px}.question__title{width:577px}@media screen and (max-width:1023px){.question__title{width:433px}}@media screen and (max-width:767px){.question__title{width:282px}}@media screen and (max-width:374px){.question__title{width:100%}}.question__title__text{text-shadow:2px 1px .5px #fcb283}.question__pic{width:269px}@media screen and (max-width:1023px){.question__pic{width:195px}}@media screen and (max-width:767px){.question__pic{width:282px}}@media screen and (max-width:374px){.question__pic{width:80%}}.question__blocks>:not(:last-child){margin-right:65px}@media screen and (max-width:1023px){.question__blocks>:not(:last-child){margin-right:20px}}@media screen and (max-width:767px){.question__blocks>:not(:last-child){margin-right:0}}.author__info{width:0;height:680px}@media screen and (max-width:1023px){.author__info{height:410px}}@media screen and (max-width:767px){.author__info{height:775px}}@media screen and (max-width:374px){.author__info{height:690px}}.author__dialog-box{z-index:1;position:absolute;width:473px;top:272px;left:-200px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:1023px){.author__dialog-box{width:303px;top:175px;left:-137px}}@media screen and (max-width:767px){.author__dialog-box{width:344px;top:198px;left:0}}@media screen and (max-width:374px){.author__dialog-box{width:290px}}.author__dialog-01{width:100%}.author__dialog-word{z-index:1;position:absolute;width:100%;height:100%;top:0;left:0}.author__post{z-index:0;position:absolute;width:470px;top:380px;left:235px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:1023px){.author__post{width:290px;top:245px;left:135px}}@media screen and (max-width:767px){.author__post{width:344px;top:580px;left:0}}@media screen and (max-width:374px){.author__post{width:295px;top:520px}}.author__deco-01{z-index:1;position:absolute;width:172px;top:20px;left:-475px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:1023px){.author__deco-01{width:106px;top:15px;left:-300px}}.author__deco-02{z-index:1;position:absolute;width:507px;top:0;right:-225px;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}@media screen and (max-width:1023px){.author__deco-02{width:312px;top:15px;right:-115px}}@media screen and (max-width:767px){.author__deco-02{width:343px;top:-65px;right:0}}@media screen and (max-width:374px){.author__deco-02{width:250px;top:-20px}}.author__deco-03{z-index:1;position:absolute;width:234px;bottom:0;left:-425px;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%)}@media screen and (max-width:1023px){.author__deco-03{width:144px;bottom:0;left:-280px}}.author__deco-04{z-index:1;position:absolute;width:188px;right:-507px;bottom:10px;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%)}@media screen and (max-width:1023px){.author__deco-04{width:116px;right:-307px;bottom:-5px}}.experience__wrap{width:90%;max-width:940px}.experience__item{overflow:hidden;border-radius:43px;-webkit-box-shadow:0 4px 3px rgba(0,0,0,.25);box-shadow:0 4px 3px rgba(0,0,0,.25);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media screen and (max-width:374px){.experience__item{border-radius:20px}}.experience__item.open .experience__icon{-webkit-transform:translate(50%,-50%) rotate(180deg);-ms-transform:translate(50%,-50%) rotate(180deg);transform:translate(50%,-50%) rotate(180deg)}.experience__item.open .experience__answer{opacity:1;-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease}.experience__topic{width:100%;height:auto;padding:24px 72px;background-color:#fff}@media screen and (max-width:1023px){.experience__topic{padding:24px 28px}}@media screen and (max-width:374px){.experience__topic{padding:14px 20px}}.experience__icon{z-index:1;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:34px;top:50%;right:80px;-webkit-transform:translate(50%,-50%) rotate(0deg);-ms-transform:translate(50%,-50%) rotate(0deg);transform:translate(50%,-50%) rotate(0deg);-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;-o-transition:transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}@media screen and (max-width:1023px){.experience__icon{width:24px;right:50px}}@media screen and (max-width:374px){.experience__icon{width:18px;right:32px}}.experience__icon:hover .experience__icon-hover{opacity:1}.experience__icon-hover{z-index:1;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.experience__answer__wrap{height:0}.experience__answer{height:196px; padding:30px 50px; background-color:#14a8ad;opacity:0}@media screen and (max-width:1023px){.experience__answer{height:220px;padding:20px 30px}}@media screen and (max-width:639px){.experience__answer{height:auto;padding:20px 10px}}.award__title{width:357px}@media screen and (max-width:1023px){.award__title{width:278px}}@media screen and (max-width:767px){.award__title{width:316px}}@media screen and (max-width:374px){.award__title{width:250px}}.award__frame{width:100%}.award__icons{width:960px}@media screen and (max-width:1023px){.award__icons{width:700px}}@media screen and (max-width:767px){.award__icons{width:350px}}@media screen and (max-width:374px){.award__icons{width:230px}}.award__icons>:not(:nth-child(3n+3)){margin-right:20px}@media screen and (max-width:1023px){.award__icons>:not(:nth-child(3n+3)){margin-right:15px}}@media screen and (max-width:767px){.award__icons>:not(:nth-child(3n+3)){margin-right:0}}@media screen and (max-width:767px){.award__icons>:not(:nth-child(2n+2)){margin-right:10px}}@media screen and (max-width:374px){.award__icons>:not(:nth-child(2n+2)){margin-right:0}}.award__icons>:not(:nth-child(n+4)){margin-bottom:20px}@media screen and (max-width:1023px){.award__icons>:not(:nth-child(n+4)){margin-bottom:40px}}@media screen and (max-width:767px){.award__icons>:not(:nth-child(n+4)){margin-bottom:0}}@media screen and (max-width:767px){.award__icons>:not(:nth-child(n+5)){margin-bottom:25px}}@media screen and (max-width:374px){.award__icons>:not(:nth-child(n+5)){margin-bottom:0}}@media screen and (max-width:374px){.award__icons>:not(:nth-child(n+6)){margin-bottom:20px}}.award__icon{width:299px}@media screen and (max-width:1023px){.award__icon{width:210px}}@media screen and (max-width:767px){.award__icon{width:165px}}@media screen and (max-width:374px){.award__icon{width:230px}}.award__icon__hover-bg{z-index:0;position:absolute;width:100%;height:100%;top:0;left:0;background-color:#fcb283;border-radius:22px;opacity:0;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.award__icon:hover .award__pic{-webkit-transform:scale(.925);-ms-transform:scale(.925);transform:scale(.925)}.award__icon:hover .award__icon__hover-bg{opacity:1}@media screen and (max-width:767px){.award__icon:hover .award__icon__hover-bg{opacity:0}}.award__pic{z-index:1;position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;-o-transition:transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:scale(.85);-ms-transform:scale(.85);transform:scale(.85)}.skill__title{width:431px}@media screen and (max-width:1023px){.skill__title{width:338px}}@media screen and (max-width:767px){.skill__title{width:326px}}@media screen and (max-width:374px){.skill__title{width:250px}}.skill__title__text{text-shadow:2px 1px .5px #fcb283}.skill__box{width:940px}@media screen and (max-width:1023px){.skill__box{width:656px}}@media screen and (max-width:767px){.skill__box{width:350px}}@media screen and (max-width:374px){.skill__box{width:220px}}.skill__box>:not(:nth-child(3n+3)){margin-right:60px}@media screen and (max-width:1023px){.skill__box>:not(:nth-child(3n+3)){margin-right:40px}}@media screen and (max-width:767px){.skill__box>:not(:nth-child(3n+3)){margin-right:0}}@media screen and (max-width:767px){.skill__box>:not(:nth-child(2n+2)){margin-right:35px}}@media screen and (max-width:374px){.skill__box>:not(:nth-child(2n+2)){margin-right:0}}.skill__box>:not(:nth-child(n+4)){margin-bottom:40px}@media screen and (max-width:1023px){.skill__box>:not(:nth-child(n+4)){margin-bottom:30px}}@media screen and (max-width:767px){.skill__box>:not(:nth-child(n+4)){margin-bottom:0}}@media screen and (max-width:767px){.skill__box>:not(:nth-child(n+5)){margin-bottom:40px}}@media screen and (max-width:374px){.skill__box>:not(:nth-child(n+5)){margin-bottom:0}}@media screen and (max-width:374px){.skill__box>:not(:nth-child(n+6)){margin-bottom:30px}}.skill__gif__top-01,.skill__gif__top-02,.skill__gif__top-03,.skill__gif__top-04,.skill__gif__top-05,.skill__gif__top-06{width:101px}@media screen and (max-width:1023px){.skill__gif__top-01,.skill__gif__top-02,.skill__gif__top-03,.skill__gif__top-04,.skill__gif__top-05,.skill__gif__top-06{width:70px}}.skill__gif__pic-01,.skill__gif__pic-02,.skill__gif__pic-03,.skill__gif__pic-04,.skill__gif__pic-05,.skill__gif__pic-06{width:272px;border:2px solid #000}@media screen and (max-width:1023px){.skill__gif__pic-01,.skill__gif__pic-02,.skill__gif__pic-03,.skill__gif__pic-04,.skill__gif__pic-05,.skill__gif__pic-06{width:192px}}@media screen and (max-width:767px){.skill__gif__pic-01,.skill__gif__pic-02,.skill__gif__pic-03,.skill__gif__pic-04,.skill__gif__pic-05,.skill__gif__pic-06{width:154px}}@media screen and (max-width:374px){.skill__gif__pic-01,.skill__gif__pic-02,.skill__gif__pic-03,.skill__gif__pic-04,.skill__gif__pic-05,.skill__gif__pic-06{width:220px}}.info__frame{width:953px}@media screen and (max-width:1023px){.info__frame{width:661px}}@media screen and (max-width:767px){.info__frame{width:356px}}@media screen and (max-width:374px){.info__frame{width:290px}}.info__main{width:100%;height:100%;left:0}.info__character,.info__main{z-index:1;position:absolute;top:0}.info__character{width:329px;left:95px;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width:1023px){.info__character{width:276px;left:105px}}@media screen and (max-width:767px){.info__character{width:274px;left:50px}}@media screen and (max-width:374px){.info__character{width:205px}}.info__title{width:438px}@media screen and (max-width:1023px){.info__title{width:335px}}@media screen and (max-width:767px){.info__title{width:304px}}@media screen and (max-width:374px){.info__title{width:210px}}.info__dialog{z-index:2;position:absolute;width:199px;top:33%;left:89%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:1023px){.info__dialog{width:142px;top:31%;left:86%}}.info__dialog-anim{width:100%;height:100%;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-animation:anim-dialog-idle 3s linear -1s infinite forwards;animation:anim-dialog-idle 3s linear -1s infinite forwards}.info__dialog__word{z-index:1;position:absolute;width:100%;height:100%;top:0;left:0}.info__dialog__word__text{top:-15px}.info__confirm-btn{padding:23px 59px;color:#332d32;background-color:#fed871;border:2px solid #000;border-radius:8px;-webkit-box-shadow:5px 5px 0 #14a8ad;box-shadow:5px 5px 0 #14a8ad;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease}@media screen and (max-width:767px){.info__confirm-btn{padding:17px 28px}}.info__confirm-btn:hover{color:#fff;background-color:#000;-webkit-box-shadow:5px 5px 0 rgba(20,168,173,0);box-shadow:5px 5px 0 rgba(20,168,173,0)}.info__price{width:90%}@media screen and (max-width:374px){.info__price{width:80%}}.info__w-80{width:80px}.feedback__title{width:402px}@media screen and (max-width:1023px){.feedback__title{width:332px}}@media screen and (max-width:767px){.feedback__title{width:332px}}@media screen and (max-width:374px){.feedback__title{width:270px}}.feedback__items{width:930px}@media screen and (max-width:1023px){.feedback__items{width:645px}}@media screen and (max-width:767px){.feedback__items{width:210px}}.feedback__items>:not(:nth-child(3n+3)){margin-right:50px}@media screen and (max-width:1023px){.feedback__items>:not(:nth-child(3n+3)){margin-right:30px}}@media screen and (max-width:767px){.feedback__items>:not(:nth-child(3n+3)){margin-right:0}}.feedback__items>:not(:nth-child(n+4)){margin-bottom:55px}@media screen and (max-width:1023px){.feedback__items>:not(:nth-child(n+4)){margin-bottom:55px}}@media screen and (max-width:767px){.feedback__items>:not(:nth-child(n+4)){margin-bottom:0}}@media screen and (max-width:767px){.feedback__items>:not(:nth-child(n+6)){margin-bottom:60px}}.feedback__item__wrap{width:276px;height:276px;background-color:#fff3cc;border-radius:50%;-webkit-box-shadow:0 10px 2px #fcb283;box-shadow:0 10px 2px #fcb283}@media screen and (max-width:1023px){.feedback__item__wrap{width:194px;height:194px}}.feedback__item-01{width:162px}@media screen and (max-width:1023px){.feedback__item-01{width:120px}}.feedback__item-02{width:312px}@media screen and (max-width:1023px){.feedback__item-02{width:226px}}.feedback__item-03{width:187px}@media screen and (max-width:1023px){.feedback__item-03{width:132px}}.feedback__item-04{width:180px}@media screen and (max-width:1023px){.feedback__item-04{width:127px}}.feedback__item-05{width:180px}@media screen and (max-width:1023px){.feedback__item-05{width:127px}}.feedback__item-06{width:180px}@media screen and (max-width:1023px){.feedback__item-06{width:127px}}.form__bg{width:940px}@media screen and (max-width:1023px){.form__bg{width:686px}}@media screen and (max-width:767px){.form__bg{width:356px}}@media screen and (max-width:374px){.form__bg{width:300px}}.form__data__wrap{z-index:1;position:absolute;width:100%;height:100%;top:0;left:0}.form__title{width:402px}@media screen and (max-width:767px){.form__title{width:288px}}@media screen and (max-width:374px){.form__title{width:240px}}.form__data__box{width:100%;padding:0 60px}@media screen and (max-width:1023px){.form__data__box{padding:0 100px}}@media screen and (max-width:767px){.form__data__box{padding:0 30px}}@media screen and (max-width:374px){.form__data__box{padding:0 20px}}.form__anime-question{height:210px}.form__confirm-btn{padding:23px 59px;color:#332d32;background-color:#fed871;border:2px solid #000;border-radius:8px;-webkit-box-shadow:5px 5px 0 #14a8ad;box-shadow:5px 5px 0 #14a8ad;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease}@media screen and (max-width:767px){.form__confirm-btn{padding:20px 50px}}.form__submit-btn{z-index:1;position:absolute;width:100%;height:100%;top:0;left:0;background-color:transparent;border:0 solid transparent}.form__submit-btn:hover+.form__confirm-btn{color:#fff;background-color:#000;-webkit-box-shadow:5px 5px 0 rgba(20,168,173,0);box-shadow:5px 5px 0 rgba(20,168,173,0)}.form__error{color:red}.form select{outline:none}.form input[type=checkbox],.form select{-moz-appearance:none;-webkit-appearance:none;appearance:none}.form input[type=checkbox]{width:20px;height:20px;position:relative;border:1px solid #000;border-radius:50%}@media screen and (max-width:374px){.form input[type=checkbox]{width:16px;height:16px}}.form input[type=checkbox]:before{z-index:1;position:absolute;width:70%;height:70%;top:50%;left:50%;background-color:#fc724e;border-radius:50%;content:"";-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.form input[type=checkbox]:checked:before{opacity:1}.footer__wrap{width:100%;height:auto;padding:30px 0;background-color:#000}@media screen and (max-width:1023px){.footer__wrap{padding:35px 45px}}.footer__company-logo{width:181px}.footer__company-phone{width:174px}.footer__social{border:2px solid #fff;border-radius:50%}.footer__social,.footer__social-fb,.footer__social-line,.footer__social-youtube{width:36px;height:36px}