@media screen and (max-width:767px) {
.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}
/* === Main === */
#wrap {position:relative; width:100%; max-width:767px; min-width: 375px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}
/*header*/
#header{position: fixed;top: 0;left: 0;line-height: 1;width: 100%;z-index: 7000;transition:.4s;}
#header .inner{display: flex;align-items: center; justify-content: space-between; height: 55px;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_mob.png)center no-repeat; width: 75px; height: 34px; background-size: cover;transition:.4s;transition:.4s;}
#header ul.gnb_wrap{display: none;align-items: center;gap:100px;}
#header ul.gnb_wrap li a{font-size: 18px; color: #fff; font-weight: 500;transition:.4s;}
.nav_btn{position: relative;width: 26px; height: 16px;}
.nav_btn span{position: absolute;display: block;background: #fff;height: 2px;width: 23px;transition:.4s;}
.nav_btn span::after{content:'';position: absolute; top: 0; left: -8px;width: 2px; height: 2px; background: #fff; transition:.4s;}
.nav_btn span:nth-child(1){right: 0; top: 0;}
.nav_btn span:nth-child(3){right: 0; bottom: 0;}.nav_btn span:nth-child(2){right: 0; top: 50%; transform:translateY(-50%);}
.navigation{display: none;position: fixed;top: 56px;left: 0; width: 100%; height: 100vh; background: #fff;z-index: 7000; line-height: 1;}
.navigation ul{display: flex;justify-content: flex-start; flex-wrap:wrap;padding: 0;width: 100%;border-right: 1px solid #ddd; border-left: 1px solid #ddd;}
.navigation ul li{flex:initial;border-right: 1px solid #ddd;width: calc(100% / 3);height: 50vh;padding: 75px 0px;}
.navigation ul li:first-child{border-left: 0;}
.navigation ul li:nth-child(3n){border-right: 0;}
.navigation ul li:nth-child(n-3){border-bottom: 1px solid #ddd;}
.navigation ul li h3{position: relative;	padding-bottom: 19px;}
.navigation ul li h3::after{content:'';position: absolute;bottom: 0;left: 50%; transform:translateX(-50%); width: 4px; height: 4px; background: var(--co01); border-radius:50%;}
.navigation ul li h3 a{display: block;font-size: 16px; color: #222; font-weight: 700;text-align: center;}
.navigation ul li .menu a{display: block;font-size: 12px; color: #999; font-weight: 700;text-align: center;margin-top: 14px;transition:.4s;}
.navigation ul li .menu a:hover{color: var(--co01);}
#header.fixed{background: #fff;border-bottom: 1px solid #ddd;}
#header.fixed h1 a{background: url(/assets/images/main/main_logo02_mob.png)center no-repeat; background-size: cover;}
#header.fixed ul.gnb_wrap li a{color: #222;}
#header.fixed .nav_btn span{background: #222;}
#header.fixed .nav_btn span::after{background: #222;}
#header.nav{background: #fff;border-bottom: 1px solid #ddd;}
#header.nav h1 a{background: url(/assets/images/main/main_logo02_mob.png)center no-repeat; background-size: cover;}
#header.nav ul.gnb_wrap li a{opacity: 0;pointer-events: none;}
#header.nav .nav_btn span:nth-child(1){top: 7px;transform:rotate(45deg);background: #222;}
#header.nav .nav_btn span:nth-child(2){opacity: 0;}
#header.nav .nav_btn span:nth-child(3){bottom: 7px;transform:rotate(-45deg);background: #222;}
#header.nav .nav_btn span::after{opacity: 0;}
/*visual_wrap*/
#visual_wrap{position: relative; line-height: 1;}
#visual_wrap .vis_con{position: absolute; top: 50%; left: 50%;width: 100%; transform:translate(-50%,-50%);}
#visual_wrap .vis_con .inner{display: flex;flex-direction: column-reverse;gap:40px;align-items: center;}
#visual_wrap .cer_con{display: flex; flex-wrap:wrap;gap:10px;width: 295px;}
#visual_wrap .cer_con .img_box{width: 90px;background: #fff;}
#visual_wrap .cer_con .img_box:nth-child(1){margin-left: 45px;}
#visual_wrap .cer_con .img_box:nth-child(2){margin-right: 45px;}
#visual_wrap .cer_con .img_wrap{position:relative; width:100%; padding-bottom:127.273%;}
#visual_wrap .cer_con .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
#visual_wrap .txt_con{width: 100%;}
#visual_wrap .txt_con .txt01 span{display: block;font-size: 15px; color: #fff;font-weight: 400;text-align: center;}
#visual_wrap .txt_con .txt01 strong{display: block;font-size: 27px; color: #fff;font-weight: 500; line-height: 45px;margin-top: 15px;text-align: center;}
#visual_wrap .txt_con .txt01 strong b{position: relative;font-weight: 500;}
#visual_wrap .txt_con .txt01 strong b::after{content:'';position: absolute; bottom: -2px; left: -10px; width: 0; height: 14px; background: var(--co01); opacity: .7;z-index: -1;transition:1s;}
#visual_wrap .txt_con .txt01 strong b.on::after{width: calc(100% + 20px); }
#visual_wrap .txt_con .txt02{margin-top: 30px;}
#visual_wrap .txt_con .txt02 ul{display: flex;justify-content: center;}
#visual_wrap .txt_con .txt02 ul li{width: 150px;}
#visual_wrap .txt_con .txt02 ul li:nth-child(2){padding-left: 40px;border-left: 1px solid rgba(255,255,255,.2);}
#visual_wrap .txt_con .txt02 ul li span{display: block;font-size: 13px; color: #fff;font-weight: 500; margin-bottom: 15px;}
#visual_wrap .txt_con .txt02 ul li p{font-size: 16px; color: #fff;}
#visual_wrap .txt_con .txt02 ul li p strong{font-size: 30px;font-weight: 500;}
#visual_wrap .slick-prev{position: absolute; top: 50%; left: 2.6%; transform:translateY(-50%); background: url(/assets/images/main/vis_prev_mob.png)center no-repeat; width: 17px; height: 32px; background-size: cover;text-indent:-9999px;z-index: 100;}
#visual_wrap .slick-next{position: absolute; top: 50%; right: 2.6%; transform:translateY(-50%); background: url(/assets/images/main/vis_next_mob.png)center no-repeat; width: 17px; height: 32px; background-size: cover;text-indent:-9999px;z-index: 100;}
#visual_wrap .slick-dots{display: flex;align-items: center;gap:10px;position: absolute; left: 50%; bottom: 25px; transform:translateX(-50%);}
#visual_wrap .slick-dots li{position: relative;width: 5px; height: 5px; background: rgba(255,255,255,.3);text-indent: -9999px; border-radius:50%;transition:.3s;}
#visual_wrap .slick-dots li::after{content:'';opacity: 0;position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 12px; height: 12px; border:2px solid var(--co02); border-radius:50%;transition:.3s;}
#visual_wrap .slick-dots li.slick-active{background: var(--co02);}
#visual_wrap .slick-dots li.slick-active::after{opacity: 1;}
/* section */
.section{line-height: 1;padding: 70px 0;}
.section .sec_tit{margin-bottom: 25px;}
.section .sec_tit span{display: block;font-size: 12px; color: var(--co02); font-weight: 700; margin-bottom: 20px;}
.section .sec_tit p{font-size: 25px; line-height: 37px; color: #222;}
.section .sec_tit p b{font-weight: 700;}
/* section01 */
#section01{padding: 110px 0px 35px;}
#section01 .txt_wrap span{display: block;font-size: 16px; color: #222;text-align: center; line-height: 28px;}
#section01 .txt_wrap span b{color: var(--co02);}
#section01 .txt_wrap span i{display: block;}
#section01 .txt_wrap strong{display: block;font-size: 27px; color: #222; font-weight: 500;margin-top: 20px;text-align: center;}
/* section02 */
#section02{position: relative;}
#section02 .bg_img{position: absolute;bottom: 0;left: 0px;z-index: -1;}
#section02 .bg_img img{width: 232px;}
#section02 .sec_tit br:nth-of-type(2){display: none;}
#section02 .inner{display: flex;gap:40px;flex-direction: column;}
#section02 .txt_wrap{width: 100%;}
#section02 .search_wrap{width: 100%;}
#section02 .search_wrap .search{display: flex;align-items: center;height: 30px;border-bottom: 1px solid #ddd;}
#section02 .search_wrap input[type="text"]{width: calc(100% - 30px);font-size: 12px; color: #666;border:0;background: transparent;}
#section02 .search_wrap input[type="text"]::placeholder{font-size: 12px; color: #666;}
#section02 .search_wrap input[type="text"]:focus{outline:0;}
#section02 .search_wrap .search_btn{width: 30px;}
#section02 .search_wrap .search_btn img{width: 10px;margin-left: auto;}
#section02 .cat_wrap{display: flex;flex-wrap:wrap;gap:5px;margin-top: 20px;}
#section02 .cat_wrap a{display: flex; align-items: center; height: 28px;border:1px solid #ddd;padding: 0 8px;font-size: 11px; color: #666; text-transform:uppercase;transition:.4s;}
#section02 .cat_wrap a:hover{color: #fff; color: var(--co03);border:1px solid var(--co03);}
#section02 .slide_wrap{width: 100%;}
#section02 .slide_wrap .slick-list{width: calc(100% + 10px); padding-bottom: 30px;}
#section02 ul.sec02_slide li{margin-right: 10px;border:1px solid #ddd; box-shadow:4px 4px 6px rgba(51,51,51,.12);transition:.5s; background: #fff;}
#section02 ul.sec02_slide li:hover{opacity: .8;}
#section02 ul.sec02_slide li .tit{display: flex; align-items: center; justify-content: center; height: 35px; background: var(--co03);}
#section02 ul.sec02_slide li .tit strong{font-size: 12px; color: #fff; font-weight: 700;}
#section02 ul.sec02_slide li .txt{padding: 20px 15px;}
#section02 ul.sec02_slide li .txt p{font-size: 12px; color: #222; font-weight: 700; line-height: 21px; padding-bottom: 8px;margin-bottom: 12px;border-bottom: 1px solid #ddd;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
#section02 ul.sec02_slide li .txt span{display: block;height: 90px;font-size: 11px; color: #666; line-height: 18px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word;}
#section02 ul.sec02_slide li .txt em{display: block;font-size: 10px; color: #999;margin-top: 15px;}
#section02 .sec02_item{display: flex;align-items: center;gap:15px;}
#section02 .sec02_item .arr_wrap{display: flex;gap:5px;}
#section02 .sec02_item .arr_wrap button{display: flex;align-items: center;justify-content: center;width: 28px; height: 28px; border-radius:50%; border:1px solid #ddd;transition:.4s; background: #fff;}
#section02 .sec02_item .arr_wrap button img{width: 10px;}
#section02 .sec02_item .arr_wrap button:hover{background: var(--co03); border:1px solid var(--co03);}
#section02 .sec02_item .arr_wrap button:hover img{filter:brightness(10);}
#section02 .progress{position:relative; width:calc(100% - 75px); height:2px; background:#ddd;}
#section02 .progress .slider__label { position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background:var(--co03); transition:0.5s;}
/*section03*/
#section03{padding: 70px 0;background: url(/assets/images/main/sec02_bg01_mob.jpg)center no-repeat;background-size: cover;background-attachment: fixed;}
#section03 .inner{display: flex;align-items: flex-start; flex-direction: column;gap:40px;}
#section03 .sec_tit span{color: #fff;}
#section03 .sec_tit p{color: #fff;}
#section03 .txt_wrap{width: 100%;padding: 0;}
#section03 .search_wrap{width: 100%;}
#section03 .search_wrap .search{display: flex;align-items: center;height: 30px;border-bottom: 1px solid #fff;}
#section03 .search_wrap input[type="text"]{width: calc(100% - 30px);font-size: 12px; color: #fff;border:0;background: transparent;}
#section03 .search_wrap input[type="text"]::placeholder{font-size: 12px; color: #fff;}
#section03 .search_wrap input[type="text"]:focus{outline:0;}
#section03 .search_wrap .search_btn{width: 50px;}
#section03 .search_wrap .search_btn img{width: 13px;margin-left: auto;}
#section03 .more_btn{display: flex; align-items: center; justify-content: center;width: 140px; height: 35px; border:1px solid #fff;font-size: 12px; color: #fff;margin-top: 20px;transition:.4s;}
#section03 .more_btn:hover{background: var(--co01); color: #fff; border:1px solid var(--co01);}
#section03 .qna_wrap{width: 100%;padding: 0; height: 100%;border-left: 0;}
#section03 .qna_wrap ul{border-top: 1px solid rgba(255,255,255,.5);}
#section03 .qna_wrap ul li{padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.5);}
#section03 .qna_wrap ul li .q_wrap{position: relative;display: flex;align-items: center;gap:10px;cursor:pointer;}
#section03 .qna_wrap ul li .q_wrap strong{display: flex; align-items: center; justify-content: center;width: 32px; height: 32px;font-size: 13px; color: #fff; font-weight: 700; border-radius:50%; background: rgba(255,255,255,.1);}
#section03 .qna_wrap ul li .q_wrap p{width: calc(100% - 70px);font-size: 12px; color: #fff; font-weight: 600;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section03 .qna_wrap ul li .q_wrap em{position: absolute; top: 50%; right: 0; transform:translateY(-50%);transition:.4s;}
#section03 .qna_wrap ul li .q_wrap em img{width: 10px;}
#section03 .qna_wrap ul li .a_wrap{display: none;padding: 6px 30px 0px 40px;}
#section03 .qna_wrap ul li .a_wrap p{font-size: 11px; color: #fff; line-height: 18px;}
#section03 .qna_wrap ul li .q_wrap.on em{transform:translateY(-50%) rotate(180deg);}
/* section04 */
#section04{position: relative;}
#section04 .bg_wrap{display: flex;flex-direction: column;justify-content: flex-end;position: absolute; left: 0; bottom: 0;width: 300px; height: 190px;background: #f5f5f5; z-index: -1;}
#section04 .bg_wrap p{font-size: 55px; color: #fff; font-weight: 700;text-transform:uppercase;}
#section04 .inner{display: flex; align-items: center;flex-direction: column;}
#section04 .sec_tit{width: 100%;text-align: center;}
#section04 .sec_tit p br:nth-of-type(2){display: none;}
#section04 .video_box{width: 100%;}
#section04 .video_wrap{position:relative; width:100%; padding-bottom:56.373%;overflow: hidden; border-radius:10px; box-shadow: 6px 6px 20px rgba(0,0,0,.25);}
#section04 .video_wrap img,
#section04 .video_wrap video,
#section04 .video_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
/* section05 */
#section05{background: url(/assets/images/main/sec04_bg01_mob.jpg)center no-repeat;background-size: cover;background-attachment: fixed;}
#section05 .inner{display: flex;align-items: flex-start;flex-direction: column;gap:40px;}
#section05 .txt_wrap{width: 100%;padding-right: 0px;}
#section05 .txt_wrap .add_wrap .num{display: flex;align-items: center;gap:10px; margin-bottom: 20px;}
#section05 .txt_wrap .add_wrap .num img{width: 29px;}
#section05 .txt_wrap .add_wrap .num p{font-size: 16px; color: var(--co03);font-weight: 700;}
#section05 .txt_wrap .add_wrap .add{display: flex;align-items: center;gap:15px;margin-bottom: 15px;} 
#section05 .txt_wrap .add_wrap .add img{width: 13px;}
#section05 .txt_wrap .add_wrap .add p{font-size: 13px; color: #222; font-weight: 700;}
#section05 .txt_wrap .map_wrap{position:relative; width:100%; padding-bottom:44.776%; border-radius:8px; overflow: hidden; box-shadow: 3px 3px 12px rgba(0,0,0,.15);}
#section05 .txt_wrap .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section05 .online_wrap{width: 100%;padding-left: 0px;}
#section05 .online_wrap strong{position: relative;display: block;font-size: 13px; color: #222; font-weight: 700;padding-left: 10px; margin-bottom: 20px;}
#section05 .online_wrap strong::after{content:'';position: absolute; left: 0;top: 50%; transform:translateY(-50%); width: 2px; height: 11px; background: var(--co02);}
#section05 .online_wrap .input_wrap{display: flex; flex-wrap:wrap;gap:5px;}
#section05 .online_wrap .input_wrap .input{position: relative;width: 100%;}
#section05 .online_wrap .input_wrap .input02{position: relative;width: 100%;}
#section05 .online_wrap .input_wrap input[type="text"]{width: 100%; height: 35px;background: #fff; border:1px solid #ddd;font-size: 12px; color: #999;padding: 0 10px;}
#section05 .online_wrap .input_wrap input[type="text"]:focus{outline:0;}
#section05 .online_wrap .input_wrap input[type="text"] + label{position: absolute;left: 20px;top: 50%; transform:translateY(-50%);font-size: 12px; color: #999;transition:.5s;}
#section05 .online_wrap .input_wrap input[type="text"] + label b{color: #ec353a; font-weight: 400;} 
#section05 .online_wrap .input_wrap input[type="text"]:focus + label {opacity: 0;}
#section05 .online_wrap .input_wrap input[type="text"]:valid + label {opacity: 0;}
#section05 .online_wrap .input_wrap select{width: 100%;height: 35px;border:1px solid #ddd;font-size: 12px; color: #999;padding: 0 10px;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none; background: url(/assets/images/main/select_icon01_tab.png)center right 10px no-repeat #fff; background-size: 10px;}
#section05 .online_wrap .input_wrap select:focus{outline:0;}
#section05 .online_wrap .input_wrap textarea{width: 100%;height: 110px;background: #fff; border:1px solid #ddd;font-size: 15px; color: #999;padding: 10px;}
#section05 .online_wrap .input_wrap textarea + label{position: absolute;left: 10px; top: 10px;font-size: 12px; color: #999;transition:.5s;}
#section05 .online_wrap .input_wrap textarea + label b{color: #ec353a; font-weight: 400;}
#section05 .online_wrap .input_wrap textarea:focus{outline:0;}
#section05 .online_wrap .input_wrap .textarea.filled label{opacity: 0;}
#section05 .online_wrap .input_wrap .textarea.focused label{opacity: 0;}
#section05 .online_wrap .check_wrap{display: flex; align-items: center;gap:5px;margin-top: 15px;}
#section05 .online_wrap .check_wrap input[type="checkbox"]{display: none;}
#section05 .online_wrap .check_wrap input[type="checkbox"] + label{position: relative;padding-left: 20px;font-size: 12px; color: #666;}
#section05 .online_wrap .check_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: 0; width: 12px; height: 12px; border:1px solid #ddd; border-radius:50%;}
#section05 .online_wrap .check_wrap input[type="checkbox"]:checked + label::after{border:3px solid var(--co02);}
#section05 .online_wrap .check_wrap .pro_pop_btn{font-size: 12px; color: #222; font-weight: 500; cursor:pointer;}
#section05 .online_wrap .online_btn{display: flex; align-items: center; justify-content: center;width: 100%;height: 35px; font-size: 12px; color: #fff; background: var(--co02); margin-top: 20px;}
.quick_wrap{position: fixed;bottom: 0px; left: 0; right: initial; z-index: 6000; line-height: 1; width: 100%;}
.quick_wrap.rel{position: absolute;bottom: 278px;}
.quick_wrap ul{display: flex;width: 100%;}
.quick_wrap ul li{flex:1;display: flex;align-items: center;flex-direction: column; justify-content: center;width: auto; height: 50px; border-radius:0px; box-shadow:3px 3px 12px rgba(0,0,0,.15);margin-left: initial; cursor:pointer;}
.quick_wrap ul li:not(:last-child){margin-bottom: 0px;border-right: 1px solid #fff;}
.quick_wrap ul li img{height: 12px;}
.quick_wrap ul li.q01{background: var(--co02);transition:.5s;}
.quick_wrap ul li.q01 p{width: auto;overflow: visible;padding-left: 0px;padding-top: 8px;font-size: 12px; color: #fff;font-weight: 600;transition:.5s;}
.quick_wrap ul li.q01 p span{display: block;width: max-content;}
.quick_wrap ul li.q01 p span a{color: #fff;}
.quick_wrap ul li.q01.on{width: 200px;}
.quick_wrap ul li.q01.on p{width: auto;padding-left: 15px;}
.quick_wrap ul li.top_btn{display: flex;align-items: center;flex-direction: column;background: #222;}
.quick_wrap ul li.top_btn::after{content:'TOP';font-size: 12px; color: #fff; font-weight: 700;padding-left: 0px;padding-top: 8px;}
/* footer */
#footer{line-height: 1;}
#footer .f_top{position: relative;display: flex;justify-content: space-between;padding: 40px 0 30px;}
#footer .f_top .f_logo{margin-bottom: 25px;}
#footer .f_top .f_logo img{width: 82px;}
#footer .f_top .f_logo p{font-size: 11px; color: var(--co01); font-weight: 700; margin-top: 10px;}
#footer .f_top address p{font-size: 11px;color: #222; margin-bottom: 20px;}
#footer .f_top address strong{font-size: 11px; color: #222; line-height: 2;}
#footer .f_top address strong span{display: inline-block;font-size: 11px; color: #999; font-weight: 700;margin-right: 4px;}
#footer .f_top address strong i{display: inline-block;width: 15px;}
#footer .f_top address strong i:nth-of-type(3){display: block; width: 0;}
#footer .f_top address strong i:nth-of-type(4){display: inline-block; width: 15px;}
#footer .f_top .right{position: absolute;top: 40px; right: 2.6%;}
#footer .f_top .phone{display: flex; align-items: center;gap:6px;justify-content: flex-end;}
#footer .f_top .phone img{width: 24px;}
#footer .f_top .phone p{font-size: 13px; color: var(--co03); font-weight: 700;}
#footer .f_top .link_btn{display: flex; align-items: center;justify-content: center;width: 110px; height: 35px;font-size: 10px; color: #fff; font-weight: 500;margin-left: auto;margin-top: 10px; border-radius:6px; background: url(/assets/images/main/f_img01_mob.png)center no-repeat; background-size: cover;transition:.4s;}
#footer .f_top .link_btn:hover{letter-spacing:1px;}
#footer .f_bot{display: flex;align-items: center; justify-content: space-between;padding: 15px 0px; border-top: 1px solid #ddd;}
#footer .f_bot p.copy{font-size: 11px; color: #999;}
#footer .f_bot .sns_wrap{display: flex;gap:10px;}
#footer .f_bot .sns_wrap a{display: flex; align-items: center; justify-content: center;width: 20px; height: 20px; background: #aaa; border-radius:50%;transition:.4s;}
#footer .f_bot .sns_wrap a:hover{background: var(--co03);}
#footer .f_bot .sns_wrap a img{transform:scale(0.5);}
/* ====sub=============================== */
#sub_visual_wrap{position: relative; line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap h3{font-size: 27px; color: #fff; font-weight: 700;text-align: center;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex;align-items: center; justify-content: center;gap:25px; margin-top: 25px;width: 100%;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 11px; color: #fff;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute;top: 50%; right: -15px;transform:translateY(-50%);width: 4px; height: 4px; border-radius:50%; background: rgba(255,255,255,.5);}
#sub_contents{padding: 45px 0 90px;}
#sub_contents.pb0{padding-bottom: 0;}
#sub_contents .contop{line-height: 1;margin-bottom: 25px;}
#sub_contents .contop h3{font-size: 25px; color: #222; font-weight: 700;text-align: center;}
.tab_menu_pc{display: none;position: absolute;bottom: 0;left: 0;width: 100%;}
.tab_menu_pc ul{display: flex;align-items: center;justify-content: center;gap:120px;height: 80px;background: rgba(255,255,255,.8);}
.tab_menu_pc ul li a{position: relative;font-size: 20px; color: #222; font-weight: 500;padding: 27px 0;transition:.4s;}
.tab_menu_pc ul li a::after{content:'';position: absolute; bottom: 0; left: 50%; transform:translateX(-50%);width: 0%;height: 3px; background: var(--co02);transition:.4s;}
.tab_menu_pc ul li.on a{color: var(--co02);}
.tab_menu_pc ul li.on a::after{width: 100%;}
.tab_menu_pc ul li:hover a{color: var(--co02);}
.tab_menu_pc ul li:hover a::after{width: 100%;}
.tab_menu_mob {display: block;position: absolute;bottom: 0px; width:100%; height:40px; line-height: 1;}
.tab_menu_mob .inner{position:relative; display: flex; height:100%;}
.tab_menu_mob .menu {display: flex; width:calc(100%); height:100%;background:rgba(255,255,255,.8); }
.tab_menu_mob .menu > li {position:relative;flex:1; height:100%;}
.tab_menu_mob .menu > li::after{content:'';position: absolute; right: 10px; top: 50%; transform:translateY(-50%);width: 10px; height: 6px; background: url(/assets/images/sub/tab_arr_mob.png)center no-repeat; background-size: cover;transition:.4s;}
.tab_menu_mob .menu > li.on::after{transform:translateY(-50%) rotate(180deg);}
.tab_menu_mob .menu > li > a {display:flex; align-items:center; padding: 0 10px 0 10px; width:100%; height:100%; font-size: 12px; color:#222; font-weight: 700; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu_mob .menu > li ul {display:none; position:absolute; width:100%; top:100%; left:-1px; box-sizing:content-box; background-color:#fff; z-index:10;box-shadow: 4px 4px 8px rgba(0,0,0,.15);}
.tab_menu_mob .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; height: 30px; font-size:11px; color:#666;  font-weight: 400;padding:0 10px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu_mob .menu > li ul li.on a{color: var(--co02);font-weight: 700;border-bottom: 1px solid var(--co02);}
/* 공통 */
h3.h3_tit01{position: relative;padding-left: 28px;margin-bottom: 30px;font-size: 22px; color: #222; font-weight: 700;}
h3.h3_tit01::after{content:'';position: absolute;left: 0;top: 0px;background: url(/assets/images/sub/txt_icon01.png); width: 21px; height: 23px; background-size: cover;}
h4.h4_tit01{font-size: 20px; color: #222;font-weight: 700; margin-bottom: 30px;}
input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;font-size: 14px; color: #666;padding-left: 20px;}
input.chk_st01 + label::after{content:'';position: absolute;left: 0; top: 0;width: 14px; height: 14px; border-radius:50%; border:1px solid #ddd;}
input.chk_st01:checked + label::after{border:4px solid var(--co03);}
/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{position: relative;margin-bottom: 50px;}
.sub0101_wrap .con01 img{width: calc(100% - 10px); height: 320px; object-fit:cover;}
.sub0101_wrap .con01 .txt_wrap{position: absolute; bottom: -40px;left: 0;width: 100%;}
.sub0101_wrap .con01 .txt_wrap .inner{display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;gap: 20px;}
.sub0101_wrap .con01 .txt_wrap .txt01{position: relative;}
.sub0101_wrap .con01 .txt_wrap .txt01 p{font-size: 22px; color: #fff; font-weight: 700;line-height: 1.4;}
.sub0101_wrap .con01 .txt_wrap .txt02{padding: 20px 25px;background: #fff;transform: translateY(0px) translateX(10px);margin-left: auto;}
.sub0101_wrap .con01 .txt_wrap .txt02 strong{display: block;font-size: 16px; color: #222; margin-bottom: 10px;line-height: 1.5;}
.sub0101_wrap .con01 .txt_wrap .txt02 p{font-size: 13px; color: #666; line-height: 1.5;}
.sub0101_wrap .con01 .txt_wrap .txt02 p br{display: none;}
.sub0101_wrap .con01 .txt_wrap .txt02 p i{display: block;}
.sub0101_wrap .con{padding: 60px 0;}
.sub0101_wrap .con02{padding-bottom: 0;}
.sub0101_wrap .con02 .box_wrap{display: flex;flex-direction: column;flex-wrap:wrap;border-top: 1px solid #ddd;}
.sub0101_wrap .con02 .box_wrap .box{flex:initial;width: 100%;padding: 20px;border-bottom: 1px solid #ddd;}
.sub0101_wrap .con02 .box_wrap .box:nth-child(1){padding: 20px;}
.sub0101_wrap .con02 .box_wrap .box:nth-child(2){padding: 20px;}
.sub0101_wrap .con02 .box_wrap .box:nth-child(3){padding: 20px;}
.sub0101_wrap .con02 .box_wrap .box:not(:last-child){border-right: 0;}
.sub0101_wrap .con02 .box_wrap .box .tit{position: relative;padding-top: 30px;}
.sub0101_wrap .con02 .box_wrap .box em{position: absolute;top: 0; left: -15px;font-size: 50px; color: #f5f5f5; font-weight: 700;z-index: -1;}
.sub0101_wrap .con02 .box_wrap .box strong{display: block;font-size: 16px; color: #222; line-height: 1.5;margin-bottom: 12px;}
.sub0101_wrap .con02 .box_wrap .box p{font-size: 13px; color: #666; line-height: 1.5;}
.sub0101_wrap .con02 .box_wrap .box p br{display: none;}
.sub0101_wrap .con03 .box_wrap{display: flex;}
.sub0101_wrap .con03 .box_wrap:nth-child(2n){flex-direction: row-reverse;}
.sub0101_wrap .con03 .box_wrap .img_box{width: 50%; height: 150px;}
.sub0101_wrap .con03 .box_wrap .img_box img{width: 100%; height: 100%; object-fit:cover;}
.sub0101_wrap .con03 .box_wrap .txt_box{display: flex;flex-direction: column;justify-content: center;width: 50%;padding: 20px;}
.sub0101_wrap .con03 .box_wrap .txt_box p{position: relative;font-size: 18px; color: #222; font-weight: 700;padding-top: 20px;}
.sub0101_wrap .con03 .box_wrap .txt_box p::after{content:'';position: absolute;left: 0; top: 0; width: 30px; height: 2px;background: var(--co02);}
.sub0101_wrap .con03 .box_wrap .txt_box span{display: block;font-size: 13px; color: #666;margin-top: 15px;line-height: 1.5;}
.sub0101_wrap .con04{background: #f7f9ff;padding-bottom: 100px;}
.sub0101_wrap .con04 .inner{display: flex;flex-direction: column;gap: 50px;}
.sub0101_wrap .con04 .txt_wrap{width: 100%;}
.sub0101_wrap .con04 .txt_wrap .tit{margin-bottom: 40px;}
.sub0101_wrap .con04 .txt_wrap .tit strong{display: block;font-size: 20px; color: #222; font-weight: 700;}
.sub0101_wrap .con04 .txt_wrap .tit p{font-size: 14px; color: #666; line-height: 1.5; margin-top: 15px;}
.sub0101_wrap .con04 .txt_wrap .txt strong{display: block;font-size: 18px; color: var(--co02);margin-bottom: 15px;}
.sub0101_wrap .con04 .txt_wrap .txt ul li:not(:last-child){margin-bottom: 8px;}
.sub0101_wrap .con04 .txt_wrap .txt ul li{display: flex;align-items: center;gap:10px;font-size: 14px; color: #222;font-weight: 700;}
.sub0101_wrap .con04 .txt_wrap .txt ul li img{width: 28px;}
.sub0101_wrap .con04 .img_wrap{width: 100%; height: 250px;}
.sub0101_wrap .con04 .img_wrap img{width: 100%; height: 100%; object-fit:cover;}
/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con01{display: flex;margin-bottom: 40px;flex-direction: column-reverse;}
.sub0102_wrap .con01 .txt_wrap{width: 100%;background: url(/assets/images/sub/sub0102_view_bg01.png)bottom right 20px no-repeat var(--co03);padding: 50px 20px;background-size: 100px;}
.sub0102_wrap .con01 .txt_wrap .tit{position: relative;padding-bottom: 20px; margin-bottom: 20px;}
.sub0102_wrap .con01 .txt_wrap .tit::after{content:'';position: absolute;left: 0;bottom: 0;width: 30px; height: 2px; background: #fff;}
.sub0102_wrap .con01 .txt_wrap .tit p{font-size: 18px;color: #fff;font-weight: 700;}
.sub0102_wrap .con01 .txt_wrap .tit p strong{display: inline-block;font-size: 25px;color: #fff;margin-right: 10px;font-weight: 700;}
.sub0102_wrap .con01 .txt_wrap ul li{font-size: 13px; color: #fff;}
.sub0102_wrap .con01 .txt_wrap ul li:not(:last-child){margin-bottom: 12px;}
.sub0102_wrap .con01 .img_wrap{display: flex;align-items: flex-end;width: 100%;background: #f7f9ff;}
.sub0102_wrap .con01 .img_wrap img{display: block;margin: 0 auto;max-width: 100%;}
.sub0102_wrap .con01 .view_btn{display: flex; align-items: center; justify-content: center;width: 120px; height: 40px; margin-top: 40px; border:1px solid #fff;font-size: 14px; color: #fff;transition:.4s;}
.sub0102_wrap .con01 .view_btn:hover{background: #fff; color: var(--co03);}
.sub0102_wrap .con02 ul.list_wrap{display: flex; flex-wrap:wrap;gap:30px;}
.sub0102_wrap .con02 ul.list_wrap li{width: 100%;}
.sub0102_wrap .con02 ul.list_wrap li .img_wrap{position:relative; width:100%; padding-bottom:126.087%;background: #f7f9ff;overflow: hidden;}
.sub0102_wrap .con02 ul.list_wrap li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;transition:.4s;}
.sub0102_wrap .con02 ul.list_wrap li:hover .img_wrap img{transform:scale(1.05);}
.sub0102_wrap .con02 ul.list_wrap li .txt_wrap{margin-top: 20px;}
.sub0102_wrap .con02 ul.list_wrap li .txt_wrap p{font-size: 18px; color: #222;text-align: center; font-weight: 700;}
/* sub0102_view */
.sub0102_view_wrap{line-height: 1;}
.sub0102_view_wrap .con{padding: 50px 0;}
.sub0102_view_wrap .con01 .img_con{position: relative;}
.sub0102_view_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:56.25%;}
.sub0102_view_wrap .con01 .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0102_view_wrap .con01 .txt_wrap{position: absolute;bottom: 0; left: 0; padding: 20px;text-shadow: 0 5px 10px rgba(0, 0, 0, .4);}
.sub0102_view_wrap .con01 .txt_wrap p{font-size: 16px;color: #fff;font-weight: 700;}
.sub0102_view_wrap .con01 .txt_wrap p strong{display: inline-block;font-size: 22px; color: #fff;font-weight: 700;margin-right: 10px;}
.sub0102_view_wrap .con01 .txt_wrap span{position: relative;display: block;font-size: 15px; color: #fff; font-weight: 700; padding-top: 20px; margin-top: 20px;}
.sub0102_view_wrap .con01 .txt_wrap span::after{content:'';position: absolute; left: 0; top: 0;width: 30px; height: 2px; background: #fff;}
.sub0102_view_wrap .con02 .box_wrap{display: flex;flex-wrap:wrap;border-top: 2px solid var(--co03);}
.sub0102_view_wrap .con02 .box_wrap .box{width: 100%;padding: 30px 20px;border-bottom: 1px solid #ddd;}
.sub0102_view_wrap .con02 .box_wrap .box .tit{position: relative;padding-top: 20px; margin-bottom: 20px;}
.sub0102_view_wrap .con02 .box_wrap .box .tit::after{content:'';position: absolute;left: 0;top: 0;width: 30px; height: 2px; background: var(--co02);}
.sub0102_view_wrap .con02 .box_wrap .box .tit p{font-size: 18px; color: #222; font-weight: 700;}
.sub0102_view_wrap .con02 .box_wrap .box ul li{position: relative;padding-left: 12px;font-size: 13px; color: #666; line-height: 1.5;}
.sub0102_view_wrap .con02 .box_wrap .box ul li::after{content:'';position: absolute;left: 0; top: 7px; width:3px; height: 3px; border-radius:50%; background: var(--co03);}
.sub0102_view_wrap .con02 .box_wrap .box ul li:not(:last-child){margin-bottom: 6px;}
.sub0102_view_wrap .con03{background: #f7f9ff;padding-bottom: 100px;}
.sub0102_view_wrap .con03 .slide_wrap .slick-list{width: calc(100% + 10px); padding-bottom: 30px;}
.sub0102_view_wrap .con03 ul.sec02_slide li{margin-right: 10px;border:1px solid #ddd; box-shadow:4px 4px 6px rgba(51,51,51,.12);transition:.5s; background: #fff;}
.sub0102_view_wrap .con03 ul.sec02_slide li:hover{opacity: .8;}
.sub0102_view_wrap .con03 ul.sec02_slide li .tit{display: flex; align-items: center; justify-content: center; height: 35px; background: var(--co03);}
.sub0102_view_wrap .con03 ul.sec02_slide li .tit strong{font-size: 12px; color: #fff; font-weight: 700;}
.sub0102_view_wrap .con03 ul.sec02_slide li .txt{padding: 20px 15px;}
.sub0102_view_wrap .con03 ul.sec02_slide li .txt p{font-size: 12px; color: #222; font-weight: 700; line-height: 21px; padding-bottom: 8px;margin-bottom: 12px;border-bottom: 1px solid #ddd;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0102_view_wrap .con03 ul.sec02_slide li .txt span{display: block;height: 90px;font-size: 11px; color: #666; line-height: 18px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0102_view_wrap .con03 ul.sec02_slide li .txt em{display: block;font-size: 10px; color: #999;margin-top: 15px;}
.sub0102_view_wrap .con03 .sec02_item{display: flex;align-items: center;gap:15px;}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap{display: flex;gap:5px;}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap button{display: flex;align-items: center;justify-content: center;width: 28px; height: 28px; border-radius:50%; border:1px solid #ddd;transition:.4s; background: #fff;}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap button img{width: 10px;}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap button:hover{background: var(--co03); border:1px solid var(--co03);}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap button:hover img{filter:brightness(10);}
.sub0102_view_wrap .con03 .progress{position:relative; width:calc(100% - 75px); height:2px; background:#ddd;}
.sub0102_view_wrap .con03 .progress .slider__label { position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background:var(--co03); transition:0.5s;}
.sub0102_view_wrap .con03 a.more_btn{display: flex; align-items: center; justify-content: center; margin: 40px auto 0;width: 120px; height: 40px;background: #fff;border:1px solid #ddd;font-size: 14px; color: #222;transition:.4s;}
.sub0102_view_wrap .con03 a.more_btn:hover{background: var(--co03); color: #fff; border:1px solid var(--co03)}
/* sub0103 */
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con01{margin-bottom: 50px;}
.sub0103_wrap .con01 .map_wrap{position:relative; width:100%; padding-bottom:56.25%; margin-bottom: 30px;}
.sub0103_wrap .con01 .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0103_wrap .con01 .txt_wrap{display: flex;align-items: center;gap:10px;}
.sub0103_wrap .con01 .txt_wrap em{display: flex;align-items: center; justify-content: center;width: 90px; height: 35px; background: #f7f9ff; border-radius:22px; color: var(--co02);font-size: 13px; font-weight: 700;}
.sub0103_wrap .con01 .txt_wrap p{width: calc(100% - 100px);font-size: 14px; color: #222; font-weight: 500;line-height: 1.5;}
.sub0103_wrap .con02 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;}
.sub0103_wrap .con02 .box_wrap .box{display: flex;align-items: center;gap:20px;width: 100%;}
.sub0103_wrap .con02 .box_wrap .box .icon{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:10px;width: 80px; height: 80px; border-radius:50%; background: #f7f9ff;}
.sub0103_wrap .con02 .box_wrap .box .icon img{width: 24px;}
.sub0103_wrap .con02 .box_wrap .box .icon p{font-size: 14px; color: var(--co02); font-weight: 500;}
.sub0103_wrap .con02 .box_wrap .box .txt{width: calc(100% - 100px);}
.sub0103_wrap .con02 .box_wrap .box .txt em{display: flex;align-items: center; justify-content: center;width: 60px; height: 25px; background: #4aba70; border-radius:15px;font-size: 12px; color: #fff;font-weight: 500; margin-bottom: 10px;}
.sub0103_wrap .con02 .box_wrap .box .txt p{font-size: 13px; color: #666; line-height: 1.5;}
.sub0103_wrap .con02 .box_wrap .box .txt span{display: block;font-size: 12px; color: var(--co02);margin-top: 5px;line-height: 1.3;}
/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .search_wrap{display: flex;justify-content: flex-end;margin-bottom: 30px;}
.sub0201_wrap .search_wrap .search{display: flex;align-items: center;width: 200px;border-bottom: 1px solid #ddd;}
.sub0201_wrap .search_wrap .search input[type="text"]{width: calc(100% - 30px);font-size: 14px; color: #999;border:0;height: 40px;}
.sub0201_wrap .search_wrap .search input[type="text"]::placeholder{font-size: 14px; color: #999;}
.sub0201_wrap .search_wrap .search input[type="text"]:focus{outline:0;}
.sub0201_wrap .search_wrap .search a.search_btn{width: 30px;}
.sub0201_wrap .search_wrap .search a.search_btn img{display: block; margin-left: auto;}
.sub0201_wrap .cate_wrap{display: flex;border:1px solid #ddd;}
.sub0201_wrap .cate_wrap a{display: flex;align-items: center;justify-content: center;flex:1;height: 35px;font-size: 12px; color: #666;transition:.4s;}
.sub0201_wrap .cate_wrap a:not(:last-child){border-right: 1px solid #ddd;}
.sub0201_wrap .cate_wrap a.on{background: var(--co03);color: #fff;font-weight: 700;}
.sub0201_wrap .cate_wrap a:hover{background: var(--co03);color: #fff;}
.sub0201_wrap ul.list_wrap{display: flex;flex-wrap:wrap;gap:20px; margin-top: 30px;}
.sub0201_wrap ul.list_wrap li{width: 100%;border:1px solid #ddd; box-shadow:4px 4px 6px rgba(51,51,51,.12);transition:.5s; background: #fff;}
.sub0201_wrap ul.list_wrap li:hover{opacity: .8;}
.sub0201_wrap ul.list_wrap li .tit{display: flex; align-items: center; justify-content: center; height: 35px; background: var(--co03);}
.sub0201_wrap ul.list_wrap li .tit strong{font-size: 12px; color: #fff; font-weight: 700;}
.sub0201_wrap ul.list_wrap li .txt{padding: 20px 15px;}
.sub0201_wrap ul.list_wrap li .txt p{font-size: 12px; color: #222; font-weight: 700; line-height: 21px; padding-bottom: 8px;margin-bottom: 12px;border-bottom: 1px solid #ddd;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0201_wrap ul.list_wrap li .txt span{display: block;height: 90px;font-size: 11px; color: #666; line-height: 18px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0201_wrap ul.list_wrap li .txt em{display: block;font-size: 10px; color: #999;margin-top: 15px;}
/* sub0501 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .con01{background: url(/assets/images/sub/sub0501_img01.jpg)center no-repeat; background-size: cover;height: 150px; background-attachment: fixed; margin-bottom: 30px;}
.sub0501_wrap .con02 .input_wrap{display: flex;flex-wrap:wrap;gap:15px;}
.sub0501_wrap .con02 .input_wrap .input{display: flex;width: 100%;}
.sub0501_wrap .con02 .input_wrap .input02{width: 100%;}
.sub0501_wrap .con02 .input_wrap .input p{width: 90px;font-size: 14px; color: #222; font-weight: 700;transform: translateY(10px);}
.sub0501_wrap .con02 .input_wrap .input p b{color: #ec353a;}
.sub0501_wrap .con02 .input_wrap .input input[type="text"]{width: calc(100% - 90px); height: 35px; border:1px solid #ddd; padding: 0px 10px;font-size: 13px; color: #999;}
.sub0501_wrap .con02 .input_wrap .input input[type="text"]::placeholder{font-size: 13px; color: #999;}
.sub0501_wrap .con02 .input_wrap .input input[type="text"]:focus{outline:0;}
.sub0501_wrap .con02 .input_wrap .input select{width: calc(100% - 90px); height: 35px; border:1px solid #ddd; padding: 0px 10px;font-size: 13px; color: #999;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none; background: url(/assets/images/sub/select_icon01.png)center right 10px no-repeat; background-size: 12px;}
.sub0501_wrap .con02 .input_wrap .input select:focus{outline:0;}
.sub0501_wrap .con02 .input_wrap .input textarea{width: calc(100% - 90px); height: 100px; border:1px solid #ddd; padding: 10px;font-size: 13px; color: #999;resize:none;}
.sub0501_wrap .con02 .input_wrap .input textarea::placeholder{font-size: 13px; color: #999;}
.sub0501_wrap .con02 .input_wrap .input textarea:focus{outline:0;}
.sub0501_wrap .con02 .chk_wrap{display: flex;align-items: center; justify-content: center;margin-top: 25px;gap:6px;}
.sub0501_wrap .con02 .chk_wrap .pri_pop_btn{font-size: 13px;color: #222; cursor:pointer;font-weight: 500;}
.sub0501_wrap .con02 .submit_btn{display: flex;align-items: center; justify-content: center;width: 150px; height: 40px;margin: 40px auto 0; background: var(--co03);font-size: 16px;color: #fff;}
}