@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

html,a, button,label,input,textarea {
    cursor:none;
}
/*button, a {cursor: url('../img/mouse_pointer.svg'), pointer!important;}*/
.cursor {
    width: 30px;
    height: 30px;
    background: url('../img/mouse_auto.svg') no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    pointer-events: none;
}
.cursor::after {
    content:'';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #FFFFFF55;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-50%,-50%,0);
    z-index: 2000;
    transition: all 0.1s ease-out;
}
.cursor.link::after {
    transform: scale(2);
    border-color: #FFFFFF;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: none;
}
* {
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

html, body {
    font-family: 'Noto Sans KR', sans-serif;
    background: #000;
    width: 100%;
    scroll-behavior: smooth;
}

img {
    width: 100%;
    max-width: 100%;
    border: 0;
}

table{
    padding:0;
    border:0;
    border-spacing:0;
    border-collapse:collapse;
}
th, td{
    padding:0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #1e1e1e inset!important;
    -webkit-text-fill-color: #FFF!important;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000066;
    z-index: 998;
}

.inner {
    width: 1540px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.header .inner {
    width: 1800px;
    padding: 15px 0;
}
.bg_ci {
    background: #FA4710!important;
}
.wrap {
    width: 100%;
    padding-top:115px;
}
.logo {
   display: inline-block;
}
.nav {
    display: inline-block;
    float: right;
    height: 35px;
}
.nav ul {
    overflow: hidden;
    width: 100%;
    height: 35px;
}
.nav ul li {
    float: left;
    height: 35px;
    padding-right: 30px;
}
.nav ul li:last-child {
    padding-right: 0;
}
.nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    color: #888;
    font-weight: 300;
}
.nav ul li a.active {
    color: #FFF;
}
.item {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    width: 1540px;
    margin: 0 50px;
}
.swiper-wrapper .item:last-child {
    margin-right: 0;
}
.item .text_box {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: all 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item.swiper-slide-active .text_box {
    opacity: 1;
    transform: translate(0px, -50px);
}
.item a {
    display: block;
}
.item .text_box p {
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF88;
    font-size: 99px;
    font-weight: bold;
    width: 100%;
    transition: all 0.5s linear;
}
.item .text_box p:hover {
    color: #FFFFFF;
}
.item .text_box p span {
    font-size: 22px;
    display: inline-block;
    padding-top: 60px;
    font-weight: 300;
}
.main_slide_box {
    width: 100%;
    overflow: hidden;
    margin-top: 85px;
    position: relative;
}
.swiper-pagination {
    bottom: 20px;
    width: 100%;
}
.swiper-pagination span {
    margin-left: 10px;
}
.swiper-pagination span:first-child {
    margin-left: 0;
}
.swiper-pagination-bullet {
    background: #FFFFFF;
    width: 11px;
    height: 11px;
}
.swiper-pagination-bullet-active {
    background:#00BFE9;
}
.section_01 {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url('../img/bg_section_01.png') no-repeat center/cover;
}
.section_01 .title_box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.section_02 {
    width: 100%;
    min-height: 100vh;
    position: relative;
    margin-top: 250px;
    overflow-x: hidden;
}
.section_01 .inner {
    min-height: 100vh;
}
.section_02 .title_box div {
    font-weight: bold;
}
.section_02 .title_box div.script_01 {
    font-weight: 400;
}

.cont_img_box {
    width: 90%;
    margin-left: 10%;
    margin-top: 150px;
    position: relative;
}
.cont_img_box:before {
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 50px;
    background: #FA4710;
    top: -25px;
    left: -50px;
}
.cont_img_box:after {
    content: 'About us';
    position: absolute;
    bottom: -50px;
    right: 0;
    font-size: 100px;
    color: #FFF;
    font-weight: 500;
}
.about_list {
    width: 90%;
    margin-left: 10%;
    margin-top: 100px;
}
.about_list ul {
    overflow: hidden;
    width: 100%;
}
.about_list ul li {
    color: #FFF;
    float: left;
    width: 30%;
}
.about_list ul li p {
    margin-bottom: 20px;
}
.about_list ul li p:nth-child(1) {
    color: #FA4710;
    font-weight: bold;
    font-size: 18px;
}
.about_list ul li p:nth-child(2) {
    font-weight: bold;
    font-size: 25px;
}
.about_list ul li p:nth-child(3) {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 40px;
}
.title_box .tit_01 {
    color: #00BFE9;
    font-size: 99px;
    font-weight: bold;
    line-height: 100px;
    margin-bottom: 60px;
}
.title_box .tit_02 {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 20px;
}
.section_03 {
    width: 100%;
    min-height: 100vh;
    position: relative;
    margin-top: 250px;
}
.section_03 .tit_02 {
    font-size: 99px;
    font-weight: bold;
}
.section_03 .title_box .script_01 {
    font-size: 73px;
    font-weight: bold;
    line-height: 100px;
    margin: 100px 0 50px;
}
.section_04 .tit_02 {
    font-size: 99px;
    font-weight: bold;
}

.section_03 .title_box .script_01 span {
    display: inline-block;
    background: #FA4710;
    color: #000;
    line-height: 85px;
    font-size: 80px;
}
.sec3_cont_wrap {
    overflow: hidden;
    width: 100%;
}
.sec3_cont_wrap .sec3_img_box {
    float: left;
    max-width: 1032px;
    width: 70%;
}
.sec3_cont_wrap .sec3_script_box {
    float: right;
    max-width: 433px;
    width: 28%;
    margin-left: 2%;

}
.sec3_cont_wrap .sec3_script_box p {
    color: #FFF;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -1px;
    margin-bottom: 70px;
    word-break: keep-all;
}
.btn_go_bilrigo {
    margin-top: 160px;
    color: #FFF;
    font-size: 35px;
    line-height: 45px;
    padding-left: 60px;
    font-weight: 500;
    position: relative;
    background: none;
    border: none;
}
.btn_go_bilrigo:before {
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 10px solid #FA4710;
    position: absolute;
    box-sizing: border-box;
    left: 0;
}
.flow_text {
    position: absolute;
    top: 265px;
    left: 50%;
    color: #101010;
    font-size: 180px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    z-index: 0;
    /*-webkit-text-stroke: 3px #FA4710;*/
}
.title_box .script_01 {
    font-size: 24px;
    line-height: 40px;
    color: #FFF;
    letter-spacing: -1px;
}
.script_box {
    margin-top: 250px;
}
.script_box .tit_01 {
    color: #00BFE9;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 22px;
}
.script_box .script_01 {
    display: inline-block;
    overflow: hidden;
    font-size: 73px;
    font-weight: bold;
    line-height: 85px;
    color: #FFF;
    letter-spacing: -3px;
    position: relative;
}
.motion_txt span {
    position: relative;
    display: inline-block;
    overflow: hidden
}
.cont2_tit {
    margin-top: 350px;
}
.motion_txt span:after,
.motion_txt span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1
}

.motion_txt span:before {
    background: #fff
}
.section_04 {
    background: url('../img/bg_section_04.png') no-repeat center 180px/100%;
    width: 100%;
    min-height: 100vh;
    margin-top: 250px;
}
.section_04 .title_box {
    overflow: hidden;
}
.section_04 .tit_02 {
    float:left;
    width: 300px;
    margin-right: 50px;
}
.section_04 .title_box .script_01 {
    float: left;
    width: 700px;
    font-size: 73px;
    font-weight: 600;
    line-height: 100px;
}
.section_04 .title_box .script_01 span {
    font-size: 19px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    margin-top: 20px;
}
.motion_txt span:after {
    background: #000;
    width: 0
}
.sec4_menu_box {
    width: 90%;
    margin: 700px auto 0;
}
.sec4_menu_box ul {
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
}
.sec4_menu_box ul li {
    width: 48%;
    float: left;
    margin-bottom:100px;
    margin-right: 4%;
}
.sec4_menu_box ul li:nth-child(2n) {
    margin-right: 0;
}
.sec4_menu_tit {
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
    letter-spacing: -1px;
    font-weight: 500;
    opacity: 0.3;
    transition: all 0.2s ease-in;
}
.sec4_menu_tit span {
    font-size: 18px;
    font-weight: 300;
}
.sec4_menu_script {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
    line-height: 1.3;
    display: inline-block;
    width: 95%;
    word-break: keep-all;
    opacity: 0.3;
    transition: all 0.2s ease-in;
}
.on .sec4_menu_tit,
.on .sec4_menu_script {
    opacity: 1;
    position: relative;
}
.on .sec4_menu_tit:before {
    content:'';
    width: 10px;
    height: 10px;
    background: #FA4710;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
}

.motion_txt.motion_txt_invert span:before {
    background: #000
}

.motion_txt.motion_txt_invert span:after {
    background: #fff
}
.motion_first.motion_txt.motion_txt_invert span:after {
    background: #00BFE9;
}
.ani.motion_txt span:after,
.ani.motion_txt span:before {
    -webkit-transform: translateX(102%);
    -moz-transform: translateX(102%);
    -ms-transform: translateX(102%);
    -o-transform: translateX(102%);
    transform: translateX(102%);
    -webkit-transition: width 0.5s 0s, transform 0.5s 0.5s;
    -moz-transition: width 0.5s 0s, transform 0.5s 0.5s;
    -o-transition: width 0.5s 0s, transform 0.5s 0.5s;
    transition: width 0.5s 0s, transform 0.5s 0.5s
}

.ani.motion_txt span:after {
    width: 100%
}
.cont2_wrap {
    width: 100%;
    overflow: hidden;
}
.cont2_wrap > div {
    margin-top: 40px;
    opacity: 0;
}
.cont2_wrap > .cont_box_01 {
    margin-top: 80px;
}
.cont_box_01 {
    float: left;
    position: relative;
    width: 100%;
    border-radius: 35px;
    overflow: hidden;
}
.cont_box_02 {
    float: left;
    position: relative;
    width: 500px;
    border-radius: 35px;
    overflow: hidden;
}
.cont_box_03 {
    float: right;
    position: relative;
    width: 1000px;
    border-radius: 35px;
    overflow: hidden;
    margin-left: 40px;
}

.cont2_wrap .text_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont2_wrap .text_box p {
    text-align: center;
    color: #FFFFFF;
    font-size: 99px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
.cont2_wrap .text_box p span {
    font-size: 24px;
    display: inline-block;
    font-weight: 300;
    line-height: 35px;
    margin-top: 80px;
}
.section_05,
.section_06,
.section_07,
.section_08,
.section_09,
.section_10{
    margin-top: 300px;
}
.sec7_cont_box {
    position: relative;
}
.sec7_cont_box > ul {
    margin-top: 120px;
    width: 300px;
}
.sec7_cont_box ul > li > ul {
    position: absolute;
    left: 600px;
    top: 50px;
    display: none;
}
.sec7_cont_box > ul > li.on > ul {
    display: block;
}
.sec7_cont_box > ul > li.on > ul > li img {
    margin-top: 70px;
}
.sec7_cont_box > ul > li.on > ul > li {
    color: #FFFFFF;
    margin-bottom: 20px;
}
.sec7_cont_box ul li {
    font-size: 30px;
    margin-bottom: 60px;
    color: #FFFFFF55;
}
.sec7_cont_box ul li.on {
    color: #FFF;
}
.section_06 .title_box .tit_02 span,
.section_07 .title_box .tit_02 span,
.section_08 .title_box .tit_02 span,
.section_09 .title_box .tit_02 span {
    margin-bottom: 100px;
    font-size: 99px;
    font-weight: 900;
}
.section_10 .title_box .tit_02 span {
    font-size: 160px;
    font-weight: 900;
}
.section_08 .title_box .tit_02 span,
.section_09 .title_box .tit_02 span {
    margin-bottom: 20px;
}
.section_06 .title_box .tit_02,
.section_07 .title_box .tit_02,
.section_08 .title_box .tit_02 {
    margin-bottom: 50px;
}
.section_06 .sec6_cont_box {
    width: 1120px;
    margin: 100px auto 0;
}
.sec5_slide {
    position: relative;
    overflow: hidden;
}
.sec5_slide .text_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.sec5_slide .text_box p {
    text-align: center;
    color: #FFFFFF;
    font-size: 99px;
    font-weight: bold;
    flex: 0 1 auto;
    min-width: 300px;

}
.sec5_slide .text_box p span {
    font-size: 24px;
    display: inline-block;
    font-weight: 300;
    line-height: 35px;
    margin-top: 80px;
}
.sec8_cont_box ul{
    overflow: hidden;
    margin-top:100px;
}
.sec8_cont_box ul li {
    float: left;
    width: 33.333%;
    height: 120px;
    margin: 30px 0;
    text-align: center;
}
.sec8_cont_box ul li img {
    height: 120px;
    width: auto;
}
.sec9_cont_box {
    overflow: hidden;
    padding-top: 100px;
}
.sec9_cont_box .sec9_img_box {
    float: left;
    width:650px;
    height: 650px;
}
.sec9_cont_box .sec9_img_box img.lg_img {
    display: block;
}
.sec9_cont_box .sec9_img_box img {
    display: none;
    /*transition: all 0.3s ease-out;*/
}
.sec9_cont_box > ul {
    float: left;
    margin-left: 200px;
}
.section_05 .swiper-pagination-bullet-active {
    background: #FA4710;
}
.sec9_cont_box > ul > li {
    color: #4d4d4d;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    width: 200px;
}
.sec9_cont_box > ul > li.on {
    color: #FFF;
}
.sec9_cont_box > ul > li:first-child {
    margin-bottom:50px;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
}
.sec9_cont_box > ul > li > ul {
    position: absolute;
    right: -250px;
    top: 0;
    display: none;
}
.sec9_cont_box > ul > li.on > ul {
    display: block;
}
.sec9_cont_box > ul > li > ul > li {
    width: 200px;
    font-size: 28px;
    color: #a2a2a2;
    margin-bottom: 20px;
}
.sec9_cont_box > ul > li > ul > li.active {
    color: #FFFFFF;
}
.section_10 .cont5_wrap {
    margin-top: 74px;
}
.sec10_cont_box {
    margin-top: -80px;
}
.footer {
    width: 100%;
    background: #121212;
    margin-top: 220px;
    padding: 60px 0;
}
.footer_top {
    width: 900px;
    margin:0 auto 30px;
    border-bottom: 1px solid #4D4D4D;
    padding-bottom: 30px;
}
.footer_top .footer_logo {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin-bottom: 15px;
}

.footer_top .address {
    font-size: 13px;
    color: #A2A2A2;
    text-align: center;
}
.footer_bot {
    width: 100%;
    text-align: center;
}
.footer_bot ul {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto 20px;
}
.footer_bot ul li {
    float: left;
    text-align: center;
    margin-right: 32px;
    font-size: 14px;
    color: #A2A2A2;
    position: relative;
    font-weight: 300;
}
.footer_bot ul li:after {
    content: '';
    width: 1px;
    height: 11px;
    background: #4D4D4D;
    position: absolute;
    right: -16px;
    top: 4px;
}
.footer_bot ul li:last-child{
    margin-right: 0;
}
.footer_bot ul li:last-child:after {
    display: none;
}
.footer_bot .copyright {
    font-size: 13px;
    color: #A2A2A2;
    font-weight: 300;
}
.cont3_wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}
.cont3_wrap .left_img {
    width: 800px;
    float: left;
}
.cont3_wrap .right_cont {
    width: calc(100% - 920px);
    margin-left: 120px;
    padding-top: 80px;
    float: right;
}
.right_cont p {
    color: #00BFE9;
    font-size: 50px;
    font-weight: bold;
}
.right_cont ul {
    padding-left: 100px;
    margin-top: 100px;
}
.right_cont ul li {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    margin-bottom:60px;
    line-height: 30px;
    position: relative;
}
.right_cont ul li span {
    color: #00BFE9;
    font-size: 30px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
.right_cont ul li:before {
    position: absolute;
    left: -100px;
    top: -10px;
    content: '';
    background: no-repeat center/cover;
    width: 70px;
    height: 70px;
}
.right_cont ul li:nth-child(1):before {
    background-image: url('../img/ico_rental.svg');
}
.right_cont ul li:nth-child(2):before {
    background-image: url('../img/ico_product.svg');
}
.right_cont ul li:nth-child(3):before {
    background-image: url('../img/ico_paper.svg');
}
.cont4_wrap {
    width: 100%;
    margin-top: 200px;
}
.cont4_wrap .cont4_box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 200px;
    transition: all 0.5s ease-in-out;
    transform: translateY(100px);
    opacity: 0;
}
.cont4_wrap .cont4_box.on {
    transform: translateY(-100px);
    opacity: 1;
}
.cont4_wrap .cont4_box:nth-child(2n) {
    padding: 130px 100px 0 0;
}
.cont4_wrap .cont4_box:nth-child(2n - 1) {
    padding: 130px 0 0 100px;
}
.cont4_wrap .cont4_box:nth-child(4) .cont4_tit span br{
    display: none;
}

.cont4_wrap .cont4_box:before {
    font-size: 160px;
    font-weight: 900;
    color: #FFFFFF1C;
    position: absolute;
    top: 0;
}
.cont4_wrap .cont4_box:nth-child(2n - 1):before {
    left: 0;
}
.cont4_wrap .cont4_box:nth-child(2n):before {
    right: 0;
}

.cont4_wrap .cont4_box:nth-child(1):before {
    content: '01';
}
.cont4_wrap .cont4_box:nth-child(2):before {
    content: '02';
}
.cont4_wrap .cont4_box:nth-child(3):before {
    content: '03';
}
.cont4_wrap .cont4_box:nth-child(4):before {
    content: '04';
}
.cont4_wrap .cont4_box:nth-child(5):before {
    content: '05';
}
.cont4_wrap .cont4_box:nth-child(6):before {
    content: '06';
}
.cont4_wrap .cont4_box:nth-child(7):before {
    content: '07';
}

.cont4_text {
    width: calc(100% - 730px);
}
.cont4_wrap .cont4_box:nth-child(2n - 1) .cont4_text {
    float: left;
}
.cont4_wrap .cont4_box:nth-child(2n) .cont4_text {
    float: right;
}
.cont4_img {
    width: 630px;
    border-radius: 30px;
    overflow: hidden;
}
.cont4_wrap .cont4_box:nth-child(2n - 1) .cont4_img {
    float: right;
}
.cont4_wrap .cont4_box:nth-child(2n) .cont4_img {
    float: left;
}

.cont4_tit {
    font-size: 60px;
    line-height: 73px;
    font-weight:bold;
    color: #FFF;
}
.cont4_tit span {
    color: #00BFE9;
}
.cont4_script {
    font-size: 20px;
    line-height: 34px;
    font-weight:300;
    color: #FFF;
    margin-top: 50px;
}
.cont4_script span {
    display: block;
    margin-bottom: 34px;
}
.cont5_wrap {
    position: relative;
    overflow: hidden;
    margin-top: 200px;
    min-height: 1081px;
}
.contact_info {
    padding-left: 50px;
    position: relative;
}
.contact_info:after{
    content: 'Say Hello I’m';
    position: absolute;
    top: 30px;
    left: 150px;
    color: #FFFFFF11;
    font-size: 180px;
    font-weight: 700;
}
.contact_info p {
    font-size: 30px;
    color: #FFF;
    line-height: 55px;
}
.contact_info p.ad {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 60px;
}
.input_table {
    position: absolute;
    right: 0;
    top: 220px;
    width: 955px;
}
.input_table table {
    width: 100%;
}
.input_table table th,
.input_table table td {
    border: 4px solid #FFF;
}
.input_table table th {
    padding: 30px;
}
.table_tit {
    font-size: 65px;
    font-weight: 500;
    letter-spacing: -3px;
    color: #FFF;
    text-align: left;
}
.input_table table td textarea,
.input_table table td input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 24px;
    color: #FFF;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
}
.input_table table td input::placeholder,
.input_table table td textarea::placeholder {
    color: #4D4D4D;
}
.input_table table td textarea {
    height: 400px;
    resize: none;
}
/*.input_table table td input[type="file"],*/
.input_table table td input[type="checkbox"],
.input_table table td input[type="submit"] {
    display: none;
}
.input_table table td input[type="file"] + label {
    color: #4D4D4D;
    font-size: 24px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 35px;
}

.input_table table td .submit_btn,
.input_table table td input[type="checkbox"] + label {
    color: #FFF;
    padding: 30px 0;
    line-height: 45px;
    display: inline-block;
    width:75%;
    float: left;
    position: relative;
}
.input_table table td input[type="checkbox"] + label {
    padding-left: 80px;
}
.input_table table td input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 36px;
    width: 25px;
    height: 25px;
    border:4px solid #FFF;
    display: block;
    transition: all 0.2s ease-in;
    background: no-repeat center/cover;
}
.input_table table td input[type="checkbox"]:checked + label:before {
    background: url("../img/ico_check_01.svg") no-repeat center/cover;
}
.input_table table td .submit_btn {
    text-align: center;
    width: 25%;
    border-left: 4px solid #FFFFFF;
    font-size: 45px;
}
.ta_r {
    text-align: right;
}
.fixed_btn {
    position: fixed;
    z-index: 998;
    bottom: 130px;
    right: 60px;
    width: 80px;
}
.fixed_btn button {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #00BFE9;
    box-shadow: none;
    border: none;
    color: #000;
    font-weight: 600;
}
.fixed_btn button:last-child {
    margin-top: 20px;
    padding-top: 20px;
    color: #FFF;
    background-color: #303030;
    background-image: url("../img/ico_arrow_top.svg");
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 16px 16px;
}
.agree_popup {
    position: fixed;
    z-index: 1001;
    top: 20%;
    left: calc(50% - 400px);
    display: none;
}
.agree_popup_inner {
    width: 800px;
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    overflow: scroll;
    background: #2B2B2B;
    color: #CCC;
}
.agree_popup_inner::-webkit-scrollbar {
    display: none;
}

.agree_popup p {
     margin-top: 15px;
     font-size: 15px;
     line-height: 25px;
     color: #ccc;
     letter-spacing: -0.01em;
 }
.dim {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000AA;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}
.close_btn {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 40px;
    background: #FFF;
    border-radius: 40px;
    color: #222;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}
.last_td labeL > span {
    text-decoration: underline #FFF;
}

/* —————————————————————————————————————
 * sticky_inquiry | 하단 고정 상담바
/* ————————————————————————————————————— */
.business #sticky_inquiry {
    display: none !important
}

#sticky_inquiry {
    padding: 0 10px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.lastScroll #sticky_inquiry {
    bottom: -110px
}

#sticky_inquiry .inquiry_bar {
    height: 90px;
    line-height: 90px;
    font-size: 0;
    text-align: center;
    position: relative;
    background: rgba(30, 30, 30, 0.95);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

#sticky_inquiry .inquiry_bar .call,
#sticky_inquiry .inquiry_bar .form {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5
}

#sticky_inquiry .inquiry_bar .call {
    position: relative;
    margin-top: 18px;
    padding: 0 50px 0 46px;
    border-right: 1px solid rgba(255, 255, 255, 0.08)
}

#sticky_inquiry .inquiry_bar .call i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

#sticky_inquiry .inquiry_bar .call h3 {
    font-size: 14px;
    font-weight: normal;
}

#sticky_inquiry .inquiry_bar .call p {
    color: #00BFE9;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 2px
}

#sticky_inquiry .inquiry_bar .form {
    margin-left: 40px
}

#sticky_inquiry .inquiry_bar .form .checksType_1,
#sticky_inquiry .inquiry_bar .form .inputType_1 {
    float: left;
    margin: 23px 0 0 10px
}

#sticky_inquiry .inquiry_bar .form .inputType_1 input {
    border-radius: 5px;
    width: 180px;
    height: 44px;
    line-height: 20px;
    padding: 10px 15px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.06)
}

#sticky_inquiry .inquiry_bar .form .inputType_1.tel input{width:220px}
#sticky_inquiry .inquiry_bar .form .checksType_1{margin-left:25px}
#sticky_inquiry .inquiry_bar .form .checksType_1 label{padding-left:26px}
#sticky_inquiry .inquiry_bar .form .checksType_1 label:before,
#sticky_inquiry .inquiry_bar .form .checksType_1.on label:before {
    top: 50%;
    margin-top: -14px;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.06)
}

#sticky_inquiry .inquiry_bar .form .checksType_1 label p{color:#ababab;font-size:13px;line-height:22px;padding-left:10px}

#sticky_inquiry .inquiry_bar .form .checksType_1 label span {
    display: inline-block;
    color: #efefef;
    border-bottom: 1px solid;
    float: none;
    margin: 0
}

#sticky_inquiry .inquiry_bar .form .checksType_1 .agree_info {
    width: 600px;
    height: 500px;
    color: #2d2d2d;
    bottom: 150%;
    margin-bottom: 12px;
    overflow-y: scroll;
}
#sticky_inquiry p a {
    color: #00BFE9;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ico.phone {
    width: 30px;
    height: 30px;
    background-position: -71px -34px;
}
.ico {
    display: inline-block;
    background: url('../img/ico.png') no-repeat;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
}
.checksType_1 label {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    line-height: 26px;
    z-index: 10;
    font-size: 15px;
    color: #888;
    padding-left: 34px;
}
.checksType_1 label:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    position: absolute;
    top: 0;
    left: 0;
}
.checksType_1.checks.on label:before,
.checksType_1.checks.on label:hover:before {
    background: url('../img/ico_check_01.svg') no-repeat center center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.checksType_1 input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -1;
    width: 12px;
    height: 12px;
    -webkit-appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.btn_inquiry, .btn_inquiry:before, .btn_inquiry span {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.btn_inquiry {
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    color: #000;
    background: transparent;
    border: none;
    font-size: 17px;
    letter-spacing: -0.025em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    margin: 20px 0 0 50px;
}
.btn_inquiry:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00BFE9;
    border-radius: 12px;
}
.btn_inquiry span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.m_inquiry_btn .btn_inquiry:hover:before {
    background: #00BFE9;
}
.btn_inquiry:hover span {
    color: #FFF;
}
.m_inquiry_btn .btn_inquiry:hover span {
    color: #000;
}
.btn_inquiry:hover:before {
    background: #000;
}
.btn_inquiry span:after {
    content: '';
    width: 12px;
    height: 9px;
    display: inline-block;
    background: url('../img/ico_arrow_r.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4.5px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.m_inquiry_btn .btn_inquiry span:after {
    display: none;
}
.btn_inquiry:hover span:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
.btn_inquiry:hover span {
    padding-right: 30px;
}
.m_inquiry_btn .btn_inquiry:hover span {
    padding-right: 0;
 }
@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
#sticky_inquiry .inquiry_bar .form .btn{min-width:160px;margin:20px 0 0 50px}


/*animation*/
@-webkit-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 50px, 0);

    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUpShort {
    -webkit-animation-name: fadeInUpShort;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-name: fadeInUpShort;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);

    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0);

    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);

    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0);

    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    animation-duration: 1s;
}
.m_inquiry_btn {
    display: none;
}

.layer_contact {
    width: 100%;
    background: #333;
    height: 92%;
    position: fixed;
    z-index: 10000;
    bottom: -100%;
    padding: 30px;
    border-radius: 35px 35px 0 0;
}
.layer_contact h3 {
    color:#FFF;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFFFFF55;
}
.layer_contact > p {
    color: #FFFFFFAA;
    padding-top: 15px;
    font-size: 15px;
    line-height: 20px;
    word-break: keep-all;
}
.layer_contact div input {
    background: #FFFFFF;
    color: #111;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 15px 0 15px 10px;
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
}
.layer_contact div input::placeholder{
    color: #cccccc;
}

.layer_contact .checksType_1 input + label {
    margin-top: 20px;
}
.layer_contact button {
    position: absolute;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
    margin: 0;
}
/*Media Query*/
.layer_close_btn {
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    right: 30px;
}
.layer_close_btn:before {
    color: #FFF;
    line-height: 35px;
    font-size: 20px;
    display: inline-block;
}

@media screen and (max-width:1800px) {
    .header .inner {
        width: 1540px;
        margin: 0 auto;
    }
    .item {
        margin:0 max(20px, 1.5%);
    }
    .fixed_btn {
        right: 30px;
    }

}
@media screen and (max-width:1600px) {
    .header .inner {
        width: 100%;
        margin: 0;
        padding: 15px max(40px, 3%);
        box-sizing: border-box;
    }
    .wrap .inner {
        width: 100%;
        margin: 0;
        padding: 0 max(40px, 3%);
        box-sizing: border-box;
    }
    .item {
        width: 94%;
        max-width: calc(100% - 80px);
    }
    .cont_box_02 {
        width: 32.3335%;
    }
    .cont_box_03 {
        width: 64.6665%;
        margin-left: 3%;
    }
    .cont2_wrap > div {
        margin-top: 3vw;
    }
    .cont2_wrap .text_box p span br {
        display: none;
    }
    .cont2_wrap .text_box p span {
        max-width: 700px;
        word-break: keep-all;
        padding:0 5%;
    }
    .script_box {
        margin-top: 100px;
    }
    .cont3_wrap .left_img {
        width:51.948%
    }
    .cont3_wrap .right_cont {
        width: 40.052%;
        margin-left: 8%;
        padding-top: 3vw;
    }
    .cont3_wrap .right_cont ul li {
        word-break: keep-all;
    }
    .cont3_wrap .right_cont ul li br {
        display: none;
    }
    .cont4_wrap {
        margin-top: 150px;
    }
    .cont4_wrap .cont4_box {
        margin-bottom: 150px;
    }
    .cont4_wrap .cont4_box:nth-child(2n - 1) {
        padding-left: 3%;
    }
    .cont4_wrap .cont4_box:nth-child(2n) {
        padding-right: 3%;
    }
    .cont4_text {
        width: calc(100% - 650px);
    }
    .cont5_wrap {
        margin-top: 100px;
    }
    .footer {
        margin-top: 150px;
    }
    .fixed_btn {
        right: 4%;
        bottom: 120px;
    }

    .sec4_menu_tit{display: block;}
    .sec4_menu_tit span{display: block;}
    .sec4_menu_script br{display: none !important;}
    

}
@media screen and (max-width:1400px) {
    .title_box .tit_01 {
        font-size: max(6.78571vw, 56px);
        line-height: max(7.14285vw, 60px);
    }
    .title_box .script_01 {
        font-size: 20px;
    }
    .script_box .script_01 {
        font-size:max(5.21428vw, 55px);
        line-height: max(6.07142vw, 65px);
    }
    .main_slide_box {
        margin-top: 50px;
    }
    .item .text_box p {
        font-size:max(6.78571vw, 70px);
    }
    .item .text_box p span {
        padding-top: 30px;
    }
    .cont2_wrap .text_box p {
        font-size: max(6.78571vw, 70px);
    }
    .cont2_wrap .text_box p span {
        width:max(400px, 50%);
        font-size: max(14px, 1.5vw);
        line-height: max(25px, 2.1875vw);
        margin-top: 40px;
    }
    .cont2_wrap .cont_box_02 .text_box p span {
        width: calc(100% - 20px);
    }
    .cont3_wrap .right_cont {
        width: 45.052%;
        margin-left: 3%;
        padding-top: 0;
    }
    .right_cont ul {
        padding-left: 50px;
        margin-top: 50px;
    }
    .right_cont ul li:before {
        position: absolute;
        left: -50px;
        top: -10px;
        width: 45px;
        height: 45px;
    }
    .right_cont ul li {
        font-size: max(14px ,1.25vw);
        margin-bottom: 30px;
        line-height: max(16px ,1.5625vw);
    }
    .right_cont ul li span {
        font-size: max(20px ,2.14285vw);
    }
    .cont3_wrap .left_img {
        width:42.8571%;
    }
    .cont3_wrap .right_cont {
        width: 49.1429%;
        margin-left: 8%;
    }
    .right_cont p {
        font-size:  max(35px ,3.5714vw);
    }
    .cont4_wrap{
        margin-top: 75px;
    }
    .cont4_wrap .cont4_box {
        margin-bottom: 100px;
    }
    .cont4_wrap .cont4_box:before {
        font-size: max(10vw,90px);
    }
    .cont4_wrap .cont4_box:nth-child(2n - 1) {
        padding-top: 70px;
    }
    .cont4_wrap .cont4_box:nth-child(2n) {
        padding-top: 70px;
    }
    .cont4_text {
        width: 50%;
    }
    .cont4_img {
        width: 48%;
    }
    .cont4_tit {
        font-size: max(32px ,3.75vw);
        line-height: max(45px ,4.5625vw);
    }
    .cont4_script {
        font-size: max(14px ,1.25vw);
        line-height: max(20px ,2.125vw);
    }
    .cont4_script p span {
        word-break: keep-all;
        margin-bottom: 20px;
    }
    .cont4_script p span br {
        display: none;
    }
    .input_table {
        position: relative;
        top: auto;
        right: auto;
        margin:100px auto 0;
        width: 90%;
    }
    .footer_top {
        width: 80%;
    }
    .contact_info:after{
        top: auto;
        left: auto;
        bottom: -80px;
        right: 60px;
        font-size: 100px;
    }
    .footer {
        margin-top: 100px;
    }

    .btn_go_bilrigo{font-size: 30px; }

    .sec9_cont_box > ul{margin-left: 30px;}

}
@media screen and (max-width:1120px) {
    .agree_popup {
        width: 80%;
        left: 10%;
    }
    .agree_popup_inner {
        width: 100%;
    }

    #sticky_inquiry .inquiry_bar .call {
        padding-right: 25px;
    }
    #sticky_inquiry .inquiry_bar .form {
        margin-left: 20px;
    }
    #sticky_inquiry .inquiry_bar .form .inputType_1 input {
        width: 120px;
    }
    #sticky_inquiry .inquiry_bar .form .inputType_1.tel input {
        width: 150px;
    }
    .btn_inquiry {
        margin-left: 25px;
    }

    .cont_img_box:after{
        font-size: 85px;
        bottom: -35px;
    }

    .btn_go_bilrigo{padding-left: 50px;}
    .btn_go_bilrigo:before{left: -5px;}

    .section_02 .flow_text{font-size: 160px;}
    
    .section_03 .title_box .script_01{
        font-size: 60px;
        margin: 80px 0 50px;
    }
    .section_03 .title_box .script_01 span{font-size: 75px;}

    .section_04 .tit_02{margin-right: 40px; width: 100%;}
    .section_04 .tit_02 br{display:none !important;}
    .sec4_menu_box{margin: 400px auto 0;}
    
    .section_06 .sec6_cont_box{width: 100%;}

    .sec7_cont_box ul li{font-size: 25px;}
    .sec7_cont_box ul > li > ul{left: 480px;}

    .section_08 .title_box .tit_02 span, .section_09 .title_box .tit_02 span {
        padding-bottom: 11px;
    }

    .section_09 .title_box .tit_02 span br:nth-child(2){display: none !important;}
   
    .sec9_cont_box{position: relative; padding-top: 200px;}
    .sec9_cont_box > ul{ float: none; margin-left: 0; position: absolute; top: 4%; left: 0;}
    .sec9_cont_box > ul > li{display: inline-block; width: auto; height: 85px; margin-right: 60px;  position: static; margin-bottom: 0;}
    .sec9_cont_box > ul > li:first-child{display: none;}
    .sec9_cont_box > ul > li.on > span{width: 50%; border-bottom: 4px solid #fff; transition: all 0.3s ease-in-out;}
    
    .sec9_cont_box .sec9_img_box{width: 70%; height: auto; float:none; overflow: hidden;}
    .sec9_cont_box .sec9_img_box img{width: 100%; max-width: 100%;}
    .sec9_cont_box > ul > li > ul{top: calc(100% - -30px); right: -5%; width: 30%;}
    .sec9_cont_box > ul > li > ul > li{margin-bottom: 40px;}
  
    .section_10 .title_box .tit_02 span{font-size: 140px;}
    

}

@media screen and (max-width:1000px) {
    .about_list ul li p:nth-child(3){font-size: 13px;}

    .section_02, .section_03{margin-top: 180px;}
    .section_05{margin-top: 100px;}
    
    .sec3_cont_wrap .sec3_script_box{
        float: none;
        width: 100%;
        max-width: 100%;
        margin-top: 80%;
        margin-left: 0;
    }
    .sec3_cont_wrap .sec3_script_box p{margin-bottom: 40px;}
    .sec3_cont_wrap .sec3_img_box{width: 100%; display: block;}

    .btn_go_bilrigo{font-size: 28px; margin-top: 100px;}
    .btn_go_bilrigo:before{left: 0;}

    .section_02 .title_box .tit_02{font-size: 55px;}
    .section_02 .cont_img_box{margin-top: 90px;}

    .section_04 .tit_02{font-size: 85px;}
    .section_04 .title_box .script_01{width: 100%; font-size: 50px; line-height: 80px;}

    .sec4_menu_box{margin: 300px auto 0;}
    .sec4_menu_tit{font-size: 28px; line-height: 40px;}
    
    .sec5_slide .text_box p{font-size: 80px;}
    .sec5_slide .text_box p span{font-size: 20px; margin-top: 60px;}

    .sec7_cont_box ul > li > ul{left: 470px;}

    .sec8_cont_box ul{margin-top: 50px;}
    
    .section_09 .title_box .tit_02 span{font-size: 85px;}
    .sec9_cont_box > ul > li{font-size: 30px; height: 70px;} 

    .footer_bot ul{margin-left: 10%;}
    .footer_bot ul li{margin-bottom: 10px;}
    
    
}


@media screen and (max-width:905px) {
    #sticky_inquiry .inquiry_bar {
        padding: 0 20px;
    }

    #sticky_inquiry .inquiry_bar .form {
        display: none;    
    }

    .m_inquiry_btn {
        display: inline-block;
        height: 70px;
        line-height: 70px;
    }
    
    .about_list ul li{width: 33%;}

    .section_04 .title_box .script_01{width: 100%; font-size: 45px;}

    .section_06 .title_box .tit_02 span, .section_07 .title_box .tit_02 span, .section_08 .title_box .tit_02 span, .section_09 .title_box .tit_02 span{
        font-size: 80px;
        margin-bottom: 80px;
    }

    .section_06 .title_box .tit_02, .section_07 .title_box .tit_02, .section_08 .title_box .tit_02{font-size: 60px;}

    .sec7_cont_box ul li{font-size: 22px; margin-bottom: 40px;}
    .sec7_cont_box ul > li > ul{left: 400px;}

    .sec7_cont_box > ul > li.on > ul > li img{margin-top: 50px;}

    .section_09 .title_box .tit_02 span{margin-bottom: 40px;}
    .sec9_cont_box > ul > li{font-size: 28px; height: 60px; margin-right: 50px;}
    .sec9_cont_box > ul > li > ul{top: calc(100% - -69px);}
    .sec9_cont_box > ul > li > ul > li{font-size: 25px;}
    

}
    @media screen and (max-width:800px) {
    .cont4_wrap .cont4_box:nth-child(2n - 1) {
        padding-left: 0;
    }
    .cont4_wrap .cont4_box:nth-child(2n) {
        padding-right: 0;
    }
    .title_box .script_01 {
        font-size: 16px;
        line-height: 25px;
    }
    .title_box .tit_01 {
        margin-bottom: 29px;

    }
    
    #slideImg01 {
        content:url("../img/m_slide_01.png");
    }
    #slideImg02 {
        content:url("../img/m_slide_02.png");
    }
    #slideImg03 {
        content:url("../img/m_slide_03.png");
    }
    #slideImg04 {
        content:url("../img/m_slide_04.png");
    }
    #slideImg05 {
        content:url("../img/m_slide_05.png");
    }
    #slideImg06 {
        content:url("../img/m_slide_06.png");
    }
    #whatImg {
        content:url("../img/m_what_img.png");
    }
    #howImg {
        content:url("../img/m_how_img.png");
    }
    #whyImg {
        content:url("../img/m_why_img.png");
    }
    .cont2_wrap > div {
        width: 100% !important;
    }
    .cont2_wrap .cont_box_02 .text_box p span {
        width: max(400px, 50%);
    }

    .cont_img_box:after{
        font-size: 75px;
        bottom: -30px;
    }
    
    .about_list ul li p{margin-bottom: 15px;}
    .about_list ul li p:nth-child(2){font-size: 20px;}
    .about_list ul li p:nth-child(3){
        font-size: 12px;
        line-height: 22px;
    }

    .cont3_wrap .left_img {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    .cont3_wrap .right_cont {
        width: 90%;
        float: none;
        margin: 50px auto 0;
    }
    
    .right_cont ul {
        padding-left: 30px;
    }
    .right_cont ul li {
        font-size: 13px;
    }
    .right_cont ul li span {
        font-size: 18px;
        line-height: 24px;
    }
    .right_cont ul li:before {
        background: transparent!important;
        content: '•';
        font-size: 20px;
        color: #00BFE9;
        text-align: center;
        width: 30px;
        line-height: 45px;
        left: -30px;
    }
    .script_box .script_01 {
        font-size:max(5.21428vw, 43px);
        line-height: max(6.07142vw, 55px);
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .script_box .tit_01 {
        font-size: max(3vw, 16px);
    }
    .cont2_tit:before {
        content: 'Rental Produre';
        color: #00BFE9;
        font-size: max(3vw, 16px);
        display: block;
        padding-bottom: 22px;
    }
    .right_cont p {
        display: none;
    }
    .cont2_wrap > div {
        margin-top: 40px;
    }
    .cont3_wrap {
        margin-top: 80px;
    }
    .cont4_text,
    .cont4_img {
        width: 100%;
    }
    .cont4_img {
        border-radius: 20px;
    }
    .cont4_box img {
        display: none;
    }
    .cont4_tit {
        width: 100%;
    }
    .cont4_tit:after {
        content: '';
        width: 100%;
        display: block;
        margin-top: max(5vw, 20px);
        border-radius: 20px;
        overflow: hidden;
        padding-bottom: 64.103%;
    }
    .cont4_wrap .cont4_box:nth-child(1) .cont4_tit:after {
        background: url('../img/m_cont4_img_01.png') no-repeat center/cover;
    }
    .cont4_wrap .cont4_box:nth-child(2) .cont4_tit:after {
        background: url('../img/m_cont4_img_02.png') no-repeat center/cover;
    }
    .cont4_wrap .cont4_box:nth-child(3) .cont4_tit:after {
        background: url('../img/m_cont4_img_03.png') no-repeat center/cover;
    }
    .cont4_wrap .cont4_box:nth-child(4) .cont4_tit:after {
        background: url('../img/m_cont4_img_04.png') no-repeat center/cover;
    }
    .cont4_wrap .cont4_box:nth-child(5) .cont4_tit:after {
        background: url('../img/m_cont4_img_05.png') no-repeat center/cover;
    }
    .cont4_wrap .cont4_box:nth-child(6) .cont4_tit:after {
        background: url('../img/m_cont4_img_06.png') no-repeat center/cover;
    }
    .cont4_wrap .cont4_box:nth-child(7) .cont4_tit:after {
        background: url('../img/m_cont4_img_07.png') no-repeat center/cover;
    }
    .cont4_tit {
        text-align: right;
    }
    .ta_r {
        text-align: left;
    }
    .cont4_wrap .cont4_box:nth-child(2n - 1):before {
        left: auto;
        right: 0;
    }
    .cont4_wrap .cont4_box:nth-child(2n):before {
        left: 0;
        right: auto;
    }
    .header .inner {
        padding: 25px max(40px, 3%)
    }
    .cont2_wrap .text_box p,
    .item .text_box p{
        font-size: max(6.78571vw, 55px);
    }
    .cont2_wrap .text_box p span {
        font-size: max(16px, 1.5vw);
    }
    
    .cont4_tit {
        font-size: max(40px ,3.75vw);
        line-height: max(55px ,4.5625vw);
    }
    .cont4_script {
        font-size: max(14px ,2.25vw);
        line-height: max(20px ,4.125vw);
    }
    .cont4_wrap {
        margin-top: 50px;
    }
    .cont4_wrap .cont4_box {
        margin-bottom: 80px;
    }
    .contact_info {
        padding-left: 0;
    }
    .contact_info p.ad {
        font-size: max(5vw, 35px);
    }
    .input_table {
        width: 100%;
    }
    .table_tit {
        font-size: 50px;
    }
    .contact_info:after {
        bottom: -100px;
        right: -5px;
        font-size: 70px;
    }
    .input_table table td .submit_btn {
        font-size: max(5.625vw, 40px);
    }
    .footer_top .footer_logo {
        font-size: 30px;
    }
    .footer_bot ul {
        width: 73%;
        margin: 0 auto;
    }
    .footer_bot ul li {
        height: 25px;
        line-height: 25px;
    }
    .footer_bot .copyright {
        margin-top: 50px;
    }
    .footer_bot ul li:after {
        top: 7px;
    }
    .input_table table th, .input_table table td {
        border: 2px solid #FFF;
    }
    .input_table table td .submit_btn {
        border-left: 2px solid #FFFFFF;
    }
    .fixed_btn {
        width: 65px;
    }
    .fixed_btn button{
        width: 65px;
        height: 65px;
        font-size: 14px;
    }
    .fixed_btn button:last-child {
        background-position: center 15px;
    }
    .agree_popup {
        top: 35px;
    }
    .agree_popup_inner {
        height: calc(90vh - 85px);
    }
    .close_btn {
        position: absolute;
        bottom: -15px;
        right: calc(50% - 40px);
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .img_box img {
        content: url("../img/m_main.png");
    }
    .btn_inquiry:hover:before {
        background: #00BFE9;
    }
    .btn_inquiry span:after {
        display: none;
    }
    .btn_inquiry:hover span {
        padding-right: 0;
        color: #000000;
    }

    
    .section_01 .title_box .tit_02, .section_02 .title_box .tit_02{font-size: 45px;}

    .section_02 .flow_text{font-size: 120px; left: 40%;}

    .section_03 .tit_02{font-size: 80px;}
    .section_03 .title_box .script_01{margin: 50px 0 50px; line-height: 40px;}
    .section_03 .title_box .script_01 span{width: 60%; display: block; font-size: 70px; text-align: center;}

    .btn_go_bilrigo{line-height: 40px; margin-top: 80px;}
    .btn_go_bilrigo:before{width: 40px; height: 40px;}
    
    .sec4_menu_tit{font-size: 23px; line-height: 35px;}
    .sec4_menu_script{font-size: 14px; margin-top: 15px;}

    .sec5_slide .text_box p{font-size: 65px;}
    .sec5_slide .text_box p span{font-size: 18px; margin-top: 50px;}

    .section_06 .title_box .tit_02, .section_07 .title_box .tit_02, .section_08 .title_box .tit_02{font-size: 55px;}
    .section_06 .title_box .tit_02 span, .section_07 .title_box .tit_02 span, .section_08 .title_box .tit_02 span, .section_09 .title_box .tit_02 span{
        font-size: 70px;
        margin-bottom: 60px;
    }

    .sec7_cont_box ul > li > ul{
        left: 350px;
        top: 20px;
    }

    .sec8_cont_box ul li{width: 33%;}
    .sec8_cont_box ul li:first-child{margin: 50px 0 10px 0;}
    .sec8_cont_box ul li img{height: auto;}

    .section_09 .title_box{margin-bottom: 20px;}
    .section_09 .title_box .tit_02 span{font-size: 70px; margin-bottom: 50px;}
    
    .sec9_cont_box{padding-top: 150px;}
    .sec9_cont_box > ul > li{font-size: 25px; height: 50px;}
    .sec9_cont_box > ul > li > ul > li{font-size: 22px;  margin-bottom: 30px;}

    .section_10 .title_box .tit_02 span{font-size: 120px;}
}

@media screen and (max-width:750px){
    .about_list ul li{
        width: 100%;
    }

    .section_01{height: 70vh;}
    .section_01 .inner{min-height: 70vh;}

    .section_01 .title_box .tit_02, .section_02 .title_box .tit_02{font-size: 40px;}

    .section_02{margin-top: 100px;}
    .section_03, .section_04{margin-top: 100px;}

    .section_02 .flow_text{top: 200px;}

    .section_03 .tit_02{font-size: 75px;}
    .section_03 .title_box .script_01{margin: 50px 0 40px; font-size: 55px;}
    .section_03 .title_box .script_01 span{font-size: 55px; line-height: 80px;}

    .sec3_cont_wrap .sec3_script_box p{font-size: 18px;}

    .sec4_menu_box{margin: 240px auto 0;}
    .section_04 .tit_02{font-size: 75px;}
    .section_04 .title_box .script_01{font-size: 35px; line-height: 60px;}

    .sec7_cont_box > ul{margin-top: 80px;}
    .sec7_cont_box ul li{font-size: 20px;}
    .sec7_cont_box ul > li > ul{
        left: 300px;
        top: 20px;
    }

    .section_09 .title_box .tit_02 span{font-size: 65px; margin-bottom: 40px;}

    .sec9_cont_box{padding-top: 130px;}
    .sec9_cont_box > ul > li{font-size: 20px; height: 40px; margin-right: 40px;}
    .sec9_cont_box > ul > li > ul > li{font-size: 18px;  margin-bottom: 28px;}
    
}


@media screen and (max-width:650px) {
    .header {
        height: 70px;
    }
    .header .inner {
        padding: 0 20px;
        height: 70px;
    }
    .logo {
        width: 50px;
        margin-top: 24px;
    }
    .wrap {
        padding-top:70px;

    }
    .nav {
        margin-top: 15px;
    }
    .wrap .inner {
        padding: 0 20px;
    }
    .item {
        width: 100%;
        max-width: calc(100% - 40px);
        border-radius: max(5.38vw, 20px);
    }
    .item .text_box p {
        font-size: max(10.7vw,38px);
    }
    .item .text_box p span {
        font-size: max(3.38vw,14px);
    }
    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
    .script_box .script_01 {
        word-break: keep-all;
        font-size: max(6.615vw, 35px);
        line-height: max(8.46vw, 50px);
    }

    .cont2_wrap > .cont_box_01 {
        margin-top: 55px;
    }
    .cont2_wrap .text_box p {
        font-size: max(10.7vw,38px);
    }
    .cont2_wrap .text_box p span {
        width: max(70%, 320px);
        font-size: max(13px, 2.461vw);
    }
    .cont2_wrap .cont_box_02 .text_box p span {
        width: max(70%, 320px);
    }

    .cont_img_box:after{
        font-size: 65px;
        bottom: -25px;
    }

    .about_list{margin-top: 80px; margin-left: 7%;}

    .cont3_wrap .left_img,
    .cont3_wrap .right_cont {
        width: min(100%,550px);
    }
    .cont4_tit {
        font-size: max(28px ,6.15vw);
        line-height: max(38px ,8.46vw);
        letter-spacing: -1px;
    }
    .cont4_wrap .cont4_box:nth-child(1) .cont4_tit span {
        width: 50%;
        display: inline-block;
        word-break: keep-all;
    }
    .cont4_wrap .cont4_box:nth-child(4) .cont4_tit span br{
        display: inline;
    }
    .cont2_wrap > div {
        border-radius: max(5.38vw, 20px);
    }
    .cont4_wrap .cont4_box {
        margin-bottom: 40px;
    }
    .contact_info p.ad {
        font-size: max(5.38vw, 20px);
        line-height: max(8.46vw, 35px);
        margin-bottom: 30px;
    }
    .contact_info p {
        font-size: max(5.38vw, 20px);
        line-height: max(8.46vw, 35px);
    }
    .contact_info:after {
        bottom: -50px;
        font-size: max(10.769vw,45px);
    }
    .input_table {
        margin-top: 50px;
    }
    .input_table table th{
        font-size: max(7.69vw,30px);
        padding: 15px 20px;
    }
    .input_table table td textarea, .input_table table td input {
        font-size: max(3.38vw, 15px);
        padding: 12px 20px;
    }
    .input_table table td textarea {
        height: 300px;
    }
    .input_table table td input[type="checkbox"] + label:before {
        left: max(3.84vw, 10px);
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        border: 1px solid #FFF;
    }
    .input_table table td .submit_btn{
        padding: 15px 0;
        line-height: max(6.92vw,30px);
        font-size: max(4.615vw, 20px);
    }

    .input_table table td input[type="checkbox"] + label {
        padding: 15px 0 15px max(7.69vw, 32px);
        line-height: max(6.92vw,30px);
        font-size: max(2.46vw, 12px);
    }
    .cont5_wrap {
        min-height: 828px;
    }
    .footer {
        margin-top: 50px;
        padding: 30px 0;
    }
    .footer_top {
        width: calc(100% - 40px);
    }
    .footer_top .address {
        word-break: keep-all;
        font-size: 11px;
        line-height: 15px;
        width: 80%;
        margin:0 auto;
    }
    .footer_bot ul {
        width: calc(100% - 40px);
    }
    .footer_bot ul li {
        margin-right: 0;
        font-size: 11px;
        width: 100%;
    }
    .footer_bot ul li:after {
        display: none;
    }
    .footer_top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .footer_bot .copyright {
        margin-top: 20px;
    }
    .fixed_btn {
        right: 30px;
        width: 50px;
    }
    .fixed_btn button{
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .fixed_btn button:last-child {
        padding-top:12px;
        margin-top: 12px;
        background-position: center 7px;
    }

    .section_01 .title_box .tit_02, .section_02 .title_box .tit_02{font-size: 35px;}

    .section_03 .tit_02{font-size: 65px;}
    .section_03 .title_box .script_01{font-size: 50px;}
    .section_03 .title_box .script_01 span{font-size: 50px; line-height: 80px;}

    .sec3_cont_wrap .sec3_script_box p{font-size: 16px;}

    .btn_go_bilrigo{margin-top: 50px; font-size: 25px; margin-top: 30px;}
    .btn_go_bilrigo:before{width: 35px; height: 35px;}

    .section_04 .tit_02{font-size: 65px;}
    .section_04 .title_box .script_01{font-size: 30px; line-height: 50px;}
    .section_04 .title_box .script_01 span{font-size: 16px;}
  

    .sec5_slide .text_box p{font-size: 55px;}
    .sec5_slide .text_box p span{font-size: 15px; margin-top: 10px; line-height: 28px;}

    .section_06 .title_box .tit_02, 
    .section_07 .title_box .tit_02, 
    .section_08 .title_box .tit_02{font-size: 45px;}
    
    .section_07 .inner{padding: 0 20px 200px;}
    .sec7_cont_box ul li{font-size: 17px; margin-bottom: 30px;}
    .sec7_cont_box ul > li > ul{
        left: 280px;
        top: 10px;
    }
    
    .sec7_cont_box > ul > li.on > ul > li img{margin-top: 40px;}
    .sec7_cont_box > ul > li.on > ul > li {
        display: block;
    }
    .sec8_cont_box ul li{margin: 17px 0; height: auto; width: 50%;}
    .section_08 .title_box .tit_02{margin-bottom: 0;}

    .sec9_cont_box{padding-top: 100px;}
    .sec9_cont_box > ul > li{font-size: 18px; height: 35px; margin-right: 30px;}
    .sec9_cont_box > ul > li.on > span{border-bottom: 2px solid #fff;}
    .sec9_cont_box > ul > li > ul > li{font-size: 15px; margin-bottom: 20px;}
    .sec9_cont_box .sec9_img_box{padding-top: 20px;}

    .section_06 .title_box .tit_02 span, 
    .section_07 .title_box .tit_02 span, 
    .section_08 .title_box .tit_02 span, 
    .section_09 .title_box .tit_02 span{font-size: 60px; margin-bottom: 40px;}

    .section_10 .title_box .tit_02 span{font-size: 100px;}

    
}


@media screen and (max-width:530px){
    .cont_img_box:after{
        font-size: 55px;
    }

    .section_01{height: 50vh; margin-top: 70px;}
    .section_01 .inner{min-height: 50vh;}

    .section_01 .title_box .tit_02, 
    .section_02 .title_box .tit_02{font-size: 30px;}

    .section_02 .cont_img_box{margin-top: 100px;}
    .section_02 .cont_img_box:before{width: 170px; height: 40px;}

    .section_02 .flow_text{font-size: 100px; left: 30%; top: 200px;}

    .section_02 .about_list{width: 100%; margin-left: 0; margin-top: 50px; padding: 10px;}
    .section_02 .about_list ul li:nth-child(2n){text-align: right;}
    .section_02 .about_list ul li:nth-child(3) p:nth-child(3){margin-bottom: 17px;}
    
    .section_03 .tit_02{font-size: 60px;}
    .section_03 .title_box .script_01{font-size: 40px; line-height: 25px; margin: 40px 0 40px;}
    .section_03 .title_box .script_01 span{font-size: 40px; line-height: 65px; width: 52%;}

    .btn_go_bilrigo{line-height: 35px; font-size: 22px;}
    
    .section_04 .tit_02{font-size: 55px;}
    .section_04 .title_box .script_01{font-size: 25px; line-height: 30px;}
    .section_04 .title_box .script_01 span{font-size: 14px;}

    .section_04 .sec4_menu_box{width: 100%; margin: 190px auto 0;}
    .section_04 .sec4_menu_box ul li:nth-child(2n){text-align: right;}
    .section_04 .sec4_menu_box ul li{
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }

    .sec4_menu_box > ul > li:nth-child(2n).on .sec4_menu_tit::before{left: auto; right: -10px;}
    

    .sec5_slide .text_box p{font-size: 50px;}
    .sec5_slide .text_box p span{font-size: 13px;}

    .section_06 .title_box .tit_02{font-size: 30px;}
    .section_06 .title_box .tit_02 span,
    .section_07 .title_box .tit_02 span,
    .section_08 .title_box .tit_02 span{font-size: 55px;}

    .sec7_cont_box ul{width: 100%; margin-top: 50px;}
    .sec7_cont_box ul li{display: inline-block; margin-right: 2%; margin-bottom: 20px;}
    .sec7_cont_box ul > li > ul{left: 0; top: 60px;}

    .sec8_cont_box ul{margin-top: 20px;}
    .sec8_cont_box ul li{margin: 20px 2%; width: 45%;}
    .sec8_cont_box ul li:first-child{margin: 40px 0 20px 0;}

    .section_09 .title_box{margin-bottom: 15px;}
    .section_09 .title_box .tit_02 span{font-size: 40px; margin-bottom: 15px;}

    .sec9_cont_box > ul > li{margin-right: 25px; font-size: 17px;}

    .section_10 .title_box .tit_02 span{font-size: 80px;}
}


@media screen and (max-width:470px) {
    #sticky_inquiry .inquiry_bar .call {
        padding:0 7px 0 25px;
        margin-top: 15px;
    }
    #sticky_inquiry .inquiry_bar .call h3 {
        font-size: 12px;
        height: auto;
        line-height: 1;
    }
    #sticky_inquiry .inquiry_bar .call p {
        font-size: 25px;
        height: auto;
        line-height: 1;
        padding-left: 0;
        margin-top: 5px;
    }
    #sticky_inquiry .inquiry_bar .call i{
        transform: scale(0.8);
        left: -10px;
    }
    .btn_inquiry {
        min-width: 100px;
        height: 45px;
        line-height: 45px;
        margin: 0 0 0 10px;
        font-size: 13px;
    }
    #sticky_inquiry .inquiry_bar {
        height: 70px;
        line-height: 70px;
    }
    .fixed_btn {
        bottom: 100px;
    }

    .cont3_wrap{margin-top: 40px;}
    .cont4_wrap{margin-top: 20px;}
    .cont5_wrap{margin-top: 60px;}

    .section_01 .title_box .script_01{font-size: 14px;}

    .section_01 .title_box .tit_02, 
    .section_02 .title_box .tit_02{font-size: 25px;}

    .section_02 .cont_img_box{margin-top: 80px;}
    .section_02 .cont_img_box:before{width: 140px; height: 35px; top: -15px; left: -30px;}

    .section_02 .flow_text{top: 180px; left: 30%; font-size: 80px;}

    .section_02 .about_list ul li p:nth-child(2){margin-bottom: 13px;}
    .section_02 .about_list ul li p:nth-child(3){line-height: 21px;}
    .section_02 .about_list ul li:nth-child(3) p{word-break: keep-all;}
    /*.section_02 .about_list ul li:nth-child(3) p br{display: none !important;}*/

    .section_03 .tit_02{font-size: 55px;}
    .section_03 .title_box .script_01{font-size: 38px; margin: 30px 0 40px;}
    .section_03 .title_box .script_01 span{font-size: 35px; line-height: 55px;}
    .sec3_cont_wrap .sec3_script_box p{margin-bottom: 30px; line-height: 30px;}
    
    .btn_go_bilrigo{margin-top: 20px; font-size: 20px;}

    .section_04 .tit_02{font-size: 48px;}
    .section_04 .sec4_menu_box{margin: 180px auto 0;}
    .section_04 .title_box .script_01{font-size: 22px;}
    .section_04 .title_box .script_01 span{font-size: 12px; line-height: 25px;}

    .section_06 .title_box .tit_02{font-size: 30px; margin-bottom: 40px;}
    .section_06 .title_box .tit_02 span,
    .section_07 .title_box .tit_02 span,
    .section_08 .title_box .tit_02 span{font-size: 48px; margin-bottom: 50px;}

    .section_06 .sec6_cont_box{margin: 80px auto 0;}

    .sec7_cont_box ul li{font-size: 16px;}

    .sec9_cont_box > ul > li{margin-right: 13px; }
    .sec9_cont_box > ul > li > ul > li{margin-bottom: 16px;}

}
@media screen and (max-width:414px) {
    .section_05, .section_06, .section_07, .section_08, .section_09, .section_10{margin-top: 100px;}

    .title_box .script_01{font-size: 14px;}
    
    .agree_popup p {
        font-size: 13px;
    }
    .agree_popup_inner {
        border-radius: 15px;
    }

    .cont_img_box{margin-top: 75px;}
    .cont_img_box:after{font-size: 40px;}
    .cont_img_box:before{
        width: 150px;
        height: 40px;
        top: -20px;
        left: -20px;
    }

    .about_list ul li{float: none; width: 100%;}
    .about_list ul li p:nth-child(3){margin-bottom: 15px;}

    .section_01{height: 35vh;}
    .section_01 .inner{min-height: 35vh;}

    .section_02 .flow_text{font-size: 80px; top: 190px;}

    .section_02 .about_list ul li:nth-child(3) p{width: 60%;}

    .section_03 .tit_02{font-size: 45px;}
    .section_03 .title_box .script_01{font-size: 30px; margin: 20px 0 35px;}
    .section_03 .title_box .script_01 span{font-size: 30px; line-height: 45px; width: 55%;}
  
    .section_04{background: url('../img/bg_section_04.png') no-repeat center 140px/100%;}
    .section_04 .tit_02{font-size: 43px;}
    .section_04 .title_box .script_01{font-size: 18px;}
    .section_04 .title_box .script_01 span{width: 90%;}
    .section_04 .title_box .script_01 span br{display: none !important; word-break: keep-all;}
    
    .section_04 .sec4_menu_box{margin: 130px auto 0;}

    .sec5_slide .text_box p{font-size: 40px;}
    .sec5_slide .text_box p span{font-size: 13px; line-height: 25px; width: 80%;  word-break: keep-all}
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0;}
    
    .section_06 .title_box .tit_02, 
    .section_07 .title_box .tit_02, 
    .section_08 .title_box .tit_02{font-size: 25px; margin-bottom: 30px;}

    .section_06 .title_box .tit_02 span,
    .section_07 .title_box .tit_02 span{font-size: 38px; margin-bottom: 20px;}
    .section_08 .title_box .tit_02 span{margin-bottom: 0;}
    
    .section_06 .sec6_cont_box{margin: 60px auto 0;}
    .section_06 .title_box .script_01 br{display: none !important; word-break: keep-all;}

    .sec7_cont_box ul{margin-top: 45px;}
    .sec7_cont_box ul li{font-size: 15px;}

    .sec7_cont_box ul > li > ul{top: 50px;}
    .sec7_cont_box > ul > li > ul > li img{width: 100%;}
    .sec7_cont_box > ul > li.on > ul > li img{margin-top: 35px;}

    .section_08 .script_01 br{display: none !important;}
    .sec8_cont_box ul li:first-child{margin: 35px 0 5px 0;}

    .sec9_cont_box{padding: 90px 0 30px 0;}
    .sec9_cont_box > ul > li{margin-right: 5px; height: 35px; font-size: 15px;}
    .sec9_cont_box > ul > li > ul{top: calc(100% - -20px);}
    .sec9_cont_box > ul > li > ul > li{margin-bottom: 13px;}
    

    .section_09 .title_box .tit_02{margin-bottom: -15px;}
    .section_09 .title_box .tit_02 span{font-size: 28px;}
    .section_09 .title_box .tit_02 span br{display: none !important;}

    .section_10 .title_box .tit_02 span{font-size: 60px;}



}
    @media screen and (max-width:345px) {
    .header{height: 50px;}
    .header .inner{height: 50px;}
    .logo{margin-top: 13px;}
    .nav{margin-top: 7px;}
    
    

    .script_box .script_01 {
        font-size: 30px;
        line-height: 40px;
    }

    .section_01{height: 30vh; margin-top: 50px;}
    .section_01 .inner{height: 30vh;}
    .section_01 .title_box .tit_02{font-size: 20px;}
    .section_01 .title_box .script_01{font-size: 12px; }

    .section_02{margin-top: 40px;}
    .section_02 .title_box .tit_02{font-size: 20px;}
    .section_02 .title_box .script_01{line-height: 20px;}
    .section_02 .title_box div.script_01{margin-left: 0;}
    
    .section_02 .flow_text{font-size: 60px; top:160px}

    .section_02 .cont_img_box{margin-top: 70px;}
    .section_02 .cont_img_box:before{width: 110px; height: 28px; top: -15px; left: -25px;}

    .section_02 .about_list{margin-top: 60px;}

    .cont2_wrap .text_box p span{width: max(60%, 300px);}
    .cont2_wrap .cont_box_02 .text_box p span{width: max(60%, 300px);}

    .cont_img_box:after{
        font-size: 30px;
        bottom: -20px;
    }
    .cont_img_box:before{
        width: 120px;
        height: 30px;
        top: -10px;
        left: -20px;
    }

    .cont4_tit {
        font-size: 25px;
        line-height: 35px;
    }
    .script_box {
        margin-top: 80px;
    }
    .cont5_wrap {
        margin-top: 80px;
    }
    .contact_info:after {
        font-size: 40px;
    }
    .input_table table td input[type="checkbox"] + label {
        font-size: 11px;
    }
    .input_table table td .submit_btn {
        font-size: 18px;
    }
    .input_table table td textarea, .input_table table td input {
        font-size: 14px;
    }
    #sticky_inquiry .inquiry_bar {
        padding: 0 10px;
    }

    .section_03 .tit_02,
    .section_04 .tit_02{font-size: 38px;}

    .section_03 .title_box .script_01{font-size: 25px; line-height: 15px;}
    .section_03 .title_box .script_01 span{font-size: 25px;}

    .section_04 .title_box .script_01{font-size: 15px; line-height: 25px;}
    .section_04 .title_box .script_01 span{line-height: 20px;}

    .section_04 .sec4_menu_tit{font-size: 20px; line-height: 30px;}
    .section_04 .sec4_menu_script{font-size: 12px; margin-top: 8px;}

    .btn_go_bilrigo{padding-left: 40px; line-height: 30px;}
    .btn_go_bilrigo:before{width: 30px; height: 30px;}

    .sec5_slide .text_box p{font-size: 30px;}
    .sec5_slide .text_box p span{font-size: 11px; line-height: 20px; margin-top: 15px;}

    .section_06 .title_box .tit_02{font-size: 22px; margin-bottom: 30px;}

    .section_06 .title_box .tit_02 span,
    .section_07 .title_box .tit_02 span{font-size: 30px; margin-bottom: 30px;}
    .section_08 .title_box .tit_02 span{font-size: 30px; margin-bottom: 0px;}
    
    .title_box .script_01{font-size: 13px;}

    .sec7_cont_box > ul > li:nth-child(3) > ul > li{font-size: 13px;}

    .section_09 .title_box .tit_02 span{font-size: 22px; margin-bottom: 0;}
    
    .sec9_cont_box{padding: 60px 0 30px 0;}
    .sec9_cont_box > ul > li{margin-right: 3px; height: 26px; font-size: 13px;}
    .sec9_cont_box > ul > li > ul > li{font-size: 12px; margin-bottom: 10px;}
    .sec9_cont_box .sec9_img_box{padding-top: 25px;}

    .section_10 .title_box .tit_02 span{font-size: 50px;}

    .input_table table td .submit_btn, .input_table table td input[type="checkbox"] + label{float: none; width: 100%; text-align: center;}
    .input_table table td input[type="checkbox"] + label{padding: 10px 0 10px max(7.69vw, 32px);}
    .input_table table td input[type="checkbox"] + label:before{left: max(3.84vw, 35px);}
    .input_table table td .submit_btn{padding: 5px 0; border-left: 0; border-top:2px solid #fff;}

    .footer_top .footer_logo{font-size: 25px;}
    .footer_bot .copyright{font-size: 11px;}

}

@media screen and (max-width:280px){
    .section_02{margin-top: 30px;}
    .section_03, .section_04{margin-top: 100px;}
    .section_06, .section_07, .section_08, .section_09, .section_10{margin-top: 150px;}

    .title_box .tit_01{font-size: max(6.78571vw, 50px);}
    .title_box .tit_02{margin-bottom: 15px;}

    .item .text_box p{font-size: max(10.7vw, 32px);}
    .item .text_box p span{font-size: max(3.38vw, 12px); padding-top: 25px; width: 75%;}

    .script_box .script_01{font-size: 28px;}

    .section_01 .title_box .tit_02{font-size: 20px;}
    .section_01 .title_box .script_01{font-size: 10px;}

    .section_02 .about_list{margin-top: 40px; padding: 5px;}
    .section_02 .about_list ul li p{margin-bottom: 10px;}
    .section_02 .about_list ul li p:nth-child(2){margin-bottom: 10px;}
    .section_02 .about_list ul li:nth-child(3) p{width: 81%;}

    .section_02 .title_box .tit_02{font-size: 16px;}
    .section_02 .title_box div.script_01{margin-left: 0;}

    .section_02 .cont_img_box{margin-top: 45px;}
    .section_02 .cont_img_box:before{width: 90px; height: 25px; }
    .section_02 .flow_text{font-size: 45px; top: 140px;}

    .cont2_wrap .text_box p{font-size: max(10.7vw, 28px);}
    .cont2_wrap .text_box p span{
        margin-top: 20px;
        font-size: max(11px, 2.461vw);
        width: max(40%, 230px);
        line-height: max(22px, 2.1875vw);
    }

    .cont2_wrap .cont_box_02 .text_box p span{
        font-size: max(11px, 2.461vw);
        width: max(40%, 230px);
        line-height: max(22px, 2.1875vw);
    }

    .cont_img_box:before{
        width: 90px;
        height: 25px;
        top: -10px;
        left: -20px;
    }

    

    .contact_info p.ad{font-size: max(5.38vw, 18px);}

    .input_table table td input[type="checkbox"] + label:before{width: 10px; height: 10px;}
    .input_table table td input[type="checkbox"] + label{font-size: 8px; padding: 5px 0 5px max(7.69vw, 15px);}
    
    .section_03 .tit_02{font-size: 30px;}
    .section_03 .title_box .script_01{font-size: 22px;}
    .section_03 .title_box .script_01 span{font-size: 22px; line-height: 35px;}

    .sec3_cont_wrap .sec3_script_box{margin-top: 83%;}
    .sec3_cont_wrap .sec3_script_box p{font-size: 14px; margin-bottom: 25px; line-height: 25px;}

    .btn_go_bilrigo{padding-left: 35px; line-height: 25px; font-size: 17px; margin-top: 10px;}
    .btn_go_bilrigo:before{width: 25px; height: 25px; border: 7px solid #FA4710;}
    

    .section_04{background: url('../img/bg_section_04.png') no-repeat center 140px/100%;}
    .cont4_tit{font-size: 22px;}
    .cont4_script{margin-top: 35px;}

    .section_04 .tit_02{font-size: 30px;}
    .section_04 .sec4_menu_box{margin: 110px auto 0;}
    .section_04 .sec4_menu_box ul li{margin-bottom: 40px;}
    .section_04 .sec4_menu_tit{font-size: 18px; line-height: 25px;}
    .section_04 .sec4_menu_tit span{font-size: 14px;}

    .on .sec4_menu_tit:before{width: 8px; height: 8px;}

    .sec5_slide .text_box p{font-size: 20px;}
    .sec5_slide .text_box p span{width: 90%;}
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{bottom: -5px;}

    .section_06 .title_box .tit_02{font-size: 20px;}

    .section_07 .inner{padding: 0 20px 135px;}
    .section_07 .title_box .tit_02{font-size: 20px; margin-bottom: 30px;}
    .sec7_cont_box > ul > li:nth-child(3) > ul > li{width: 90%; line-height: 1.6;}

    .section_09 .title_box{margin-bottom: 10px;}
    .section_09 .title_box .tit_02 span{font-size: 18px;}
    .sec9_cont_box > ul > li > ul{top: calc(100% - -5px);}
    .sec9_cont_box .sec9_img_box{padding-top: 30px;}

    .section_06 .title_box .tit_02 span, 
    .section_07 .title_box .tit_02 span, 
    .section_08 .title_box .tit_02 span{
        font-size: 28px;
    }
    
}
