@media screen and (max-width:1400px) {
.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}
.mob {display:none;}
/* === Main === */
#wrap {position:relative; width:100%; max-width:1400px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }
/*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: 80px;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_tab.png)center no-repeat; width: 113px; height: 50px; 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: 38px; height: 20px;}
.nav_btn span{position: absolute;display: block;background: #fff;height: 2px;width: 30px;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: 81px;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: 60px 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: 35px;}
.navigation ul li h3::after{content:'';position: absolute;bottom: 0;left: 50%; transform:translateX(-50%); width: 6px; height: 6px; background: var(--co01); border-radius:50%;}
.navigation ul li h3 a{display: block;font-size: 30px; color: #222; font-weight: 700;text-align: center;}
.navigation ul li .menu a{display: block;font-size: 18px; color: #999; font-weight: 700;text-align: center;margin-top: 25px;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_tab.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_tab.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: 9px;transform:rotate(45deg);background: #222;}
#header.nav .nav_btn span:nth-child(2){opacity: 0;}
#header.nav .nav_btn span:nth-child(3){bottom: 9px;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:50px;align-items: center;}
#visual_wrap .cer_con{display: flex; flex-wrap:wrap;gap:15px;width: 435px;}
#visual_wrap .cer_con .img_box{width: 134px;background: #fff;}
#visual_wrap .cer_con .img_box:nth-child(1){margin-left: 65px;}
#visual_wrap .cer_con .img_box:nth-child(2){margin-right: 65px;}
#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: 21px; color: #fff;font-weight: 400;text-align: center;}
#visual_wrap .txt_con .txt01 strong{display: block;font-size: 40px; color: #fff;font-weight: 500; line-height: 60px;margin-top: 20px;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: 18px; 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: 45px;}
#visual_wrap .txt_con .txt02 ul{display: flex;justify-content: center;}
#visual_wrap .txt_con .txt02 ul li{width: 195px;}
#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: 16px; color: #fff;font-weight: 500; margin-bottom: 25px;}
#visual_wrap .txt_con .txt02 ul li p{font-size: 23px; color: #fff;}
#visual_wrap .txt_con .txt02 ul li p strong{font-size: 45px;font-weight: 500;}
#visual_wrap .slick-prev{position: absolute; top: 50%; left: 2.6%; transform:translateY(-50%); background: url(/assets/images/main/vis_prev_tab.png)center no-repeat; width: 32px; height: 60px; 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_tab.png)center no-repeat; width: 32px; height: 60px; background-size: cover;text-indent:-9999px;z-index: 100;}
#visual_wrap .slick-dots{display: flex;align-items: center;gap:15px;position: absolute; left: 50%; bottom: 45px; transform:translateX(-50%);}
#visual_wrap .slick-dots li{position: relative;width: 6px; height: 6px; 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: 14px; height: 14px; 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: 110px 0;}
.section .sec_tit{margin-bottom: 40px;}
.section .sec_tit span{display: block;font-size: 16px; color: var(--co02); font-weight: 700; margin-bottom: 20px;}
.section .sec_tit p{font-size: 38px; line-height: 50px; color: #222;}
.section .sec_tit p b{font-weight: 700;}
/* section01 */
#section01{padding: 180px 0px 70px;}
#section01 .txt_wrap span{display: block;font-size: 23px; color: #222;text-align: center;}
#section01 .txt_wrap span b{color: var(--co02);}
#section01 .txt_wrap strong{display: block;font-size: 40px; color: #222; font-weight: 500;margin-top: 30px;text-align: center;}
/* section02 */
#section02{position: relative;}
#section02 .bg_img{position: absolute;bottom: 0;left: 0px;z-index: -1;}
#section02 .bg_img img{width: 290px;}
#section02 .sec_tit br:nth-of-type(2){display: none;}
#section02 .inner{display: flex;gap:60px;flex-direction: column;}
#section02 .txt_wrap{width: 100%;}
#section02 .search_wrap{width: 100%;}
#section02 .search_wrap .search{display: flex;align-items: center;height: 42px;border-bottom: 1px solid #ddd;}
#section02 .search_wrap input[type="text"]{width: calc(100% - 50px);font-size: 15px; color: #666;border:0;background: transparent;}
#section02 .search_wrap input[type="text"]::placeholder{font-size: 15px; color: #666;}
#section02 .search_wrap input[type="text"]:focus{outline:0;}
#section02 .search_wrap .search_btn{width: 50px;}
#section02 .search_wrap .search_btn img{width: 13px;margin-left: auto;}
#section02 .cat_wrap{display: flex;flex-wrap:wrap;gap:10px;margin-top: 30px;}
#section02 .cat_wrap a{display: flex; align-items: center; height: 35px;border:1px solid #ddd;padding: 0 15px;font-size: 14px; 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: 40px;}
#section02 ul.sec02_slide li{margin-right: 10px;border:1px solid #ddd; box-sh adow: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: 45px; background: var(--co03);}
#section02 ul.sec02_slide li .tit strong{font-size: 15px; color: #fff; font-weight: 700;}
#section02 ul.sec02_slide li .txt{padding: 25px 20px;}
#section02 ul.sec02_slide li .txt p{font-size: 16px; color: #222; font-weight: 700; line-height: 26px; padding-bottom: 12px;margin-bottom: 10px;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: 112px;font-size: 14px; color: #666; line-height: 23px;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: 12px; color: #999;margin-top: 20px;}
#section02 .sec02_item{display: flex;align-items: center;gap:30px;}
#section02 .sec02_item .arr_wrap{display: flex;gap:10px;}
#section02 .sec02_item .arr_wrap button{display: flex;align-items: center;justify-content: center;width: 40px; height: 40px; border-radius:50%; border:1px solid #ddd;transition:.4s; background: #fff;}
#section02 .sec02_item .arr_wrap button img{width: 14px;}
#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% - 120px); height:3px; 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: 110px 0;background: url(/assets/images/main/sec02_bg01_tab.jpg)center no-repeat;background-size: cover;background-attachment: fixed;}
#section03 .inner{display: flex;align-items: flex-start; flex-direction: column;gap:60px;}
#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: 42px;border-bottom: 1px solid #fff;}
#section03 .search_wrap input[type="text"]{width: calc(100% - 50px);font-size: 15px; background: transparent; color: #fff;border:0;}
#section03 .search_wrap input[type="text"]::placeholder{font-size: 15px; 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: 175px; height: 45px; border:1px solid #fff;font-size: 15px; color: #fff;margin-top: 30px;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: 20px 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:20px;cursor:pointer;}
#section03 .qna_wrap ul li .q_wrap strong{display: flex; align-items: center; justify-content: center;width: 45px; height: 45px;font-size: 17px; 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% - 100px);font-size: 17px; 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: 15px;}
#section03 .qna_wrap ul li .a_wrap{display: none;padding: 10px 100px 0px 65px;}
#section03 .qna_wrap ul li .a_wrap p{font-size: 14px; color: #fff; line-height: 23px;}
#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: 510px; height: 295px;background: #f5f5f5; z-index: -1;}
#section04 .bg_wrap p{font-size: 90px; 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:20px; 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_tab.jpg)center no-repeat;background-size: cover;background-attachment: fixed;}
#section05 .inner{display: flex;align-items: flex-start;flex-direction: column;gap:60px;}
#section05 .txt_wrap{width: 100%;padding-right: 0px;}
#section05 .txt_wrap .add_wrap .num{display: flex;align-items: center;gap:15px; margin-bottom: 30px;}
#section05 .txt_wrap .add_wrap .num img{width: 43px;}
#section05 .txt_wrap .add_wrap .num p{font-size: 23px; color: var(--co03);font-weight: 700;}
#section05 .txt_wrap .add_wrap .add{display: flex;align-items: center;gap:15px;margin-bottom: 25px;} 
#section05 .txt_wrap .add_wrap .add img{width: 16px;}
#section05 .txt_wrap .add_wrap .add p{font-size: 17px; color: #222; font-weight: 700;}
#section05 .txt_wrap .map_wrap{position:relative; width:100%; padding-bottom:44.776%; border-radius:10px; 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: 17px; color: #222; font-weight: 700;padding-left: 15px; margin-bottom: 30px;}
#section05 .online_wrap strong::after{content:'';position: absolute; left: 0;top: 50%; transform:translateY(-50%); width: 3px; height: 14px; background: var(--co02);}
#section05 .online_wrap .input_wrap{display: flex; flex-wrap:wrap;gap:15px 10px;}
#section05 .online_wrap .input_wrap .input{position: relative;width: calc((100% - 10px) / 2);}
#section05 .online_wrap .input_wrap .input02{position: relative;width: 100%;}
#section05 .online_wrap .input_wrap input[type="text"]{width: 100%; height: 45px;background: #fff; border:1px solid #ddd;font-size: 15px; color: #999;padding: 0 15px;}
#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: 15px; 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: 45px;border:1px solid #ddd;font-size: 15px; color: #999;padding: 0 15px;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none; background: url(/assets/images/main/select_icon01_tab.png)center right 15px no-repeat #fff; background-size: 13px;}
#section05 .online_wrap .input_wrap select:focus{outline:0;}
#section05 .online_wrap .input_wrap textarea{width: 100%;height: 180px;background: #fff; border:1px solid #ddd;font-size: 15px; color: #999;padding: 15px;}
#section05 .online_wrap .input_wrap textarea + label{position: absolute;left: 15px; top: 15px;font-size: 15px; 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: 25px;font-size: 15px; color: #666;}
#section05 .online_wrap .check_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: 0; width: 15px; height: 15px; border:1px solid #ddd; border-radius:50%;}
#section05 .online_wrap .check_wrap input[type="checkbox"]:checked + label::after{border:4px solid var(--co02);}
#section05 .online_wrap .check_wrap .pro_pop_btn{font-size: 15px; color: #222; font-weight: 500; cursor:pointer;}
#section05 .online_wrap .online_btn{display: flex; align-items: center; justify-content: center;width: 100%;height: 45px; font-size: 15px; color: #fff; background: var(--co02); margin-top: 30px;}
.quick_wrap{position: fixed;bottom: 0px; left: 0; right: initial; z-index: 6000; line-height: 1; width: 100%;}
.quick_wrap.rel{position: absolute;bottom: 358px;}
.quick_wrap ul{display: flex;width: 100%;}
.quick_wrap ul li{flex:1;display: flex;align-items: center; justify-content: center;width: auto; height: 55px; 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: 16px;}
.quick_wrap ul li.q01{background: var(--co02);transition:.5s;}
.quick_wrap ul li.q01 p{width: auto;overflow: visible;padding-left: 15px;font-size: 15px; 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;background: #222;}
.quick_wrap ul li.top_btn::after{content:'TOP';font-size: 15px; color: #fff; font-weight: 700;padding-left: 15px;}
/* footer */
#footer{line-height: 1;}
#footer .f_top{position: relative;display: flex;justify-content: space-between;padding: 50px 0 30px;}
#footer .f_top .f_logo{margin-bottom: 35px;}
#footer .f_top .f_logo img{width: 126px;}
#footer .f_top .f_logo p{font-size: 15px; color: var(--co01); font-weight: 700; margin-top: 10px;}
#footer .f_top address p{font-size: 16px;color: #222; margin-bottom: 20px;}
#footer .f_top address strong{font-size: 15px; color: #222; line-height: 2;}
#footer .f_top address strong span{display: inline-block;font-size: 15px; color: #999; font-weight: 700;margin-right: 10px;}
#footer .f_top address strong i{display: inline-block;width: 20px;}
#footer .f_top address strong i:nth-of-type(4){display: block; width: 0;}
#footer .f_top .right{position: absolute;top: 50px; right: 2.6%;}
#footer .f_top .phone{display: flex; align-items: center;gap:10px;justify-content: flex-end;}
#footer .f_top .phone img{width: 32px;}
#footer .f_top .phone p{font-size: 16px; color: var(--co03); font-weight: 700;}
#footer .f_top .link_btn{display: flex; align-items: center;justify-content: center;width: 180px; height: 55px;font-size: 15px; color: #fff; font-weight: 500;margin-left: auto;margin-top: 15px; border-radius:6px; background: url(/assets/images/main/f_img01_tab.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: 20px 0px; border-top: 1px solid #ddd;}
#footer .f_bot p.copy{font-size: 15px; color: #999;}
#footer .f_bot .sns_wrap{display: flex;gap:15px;}
#footer .f_bot .sns_wrap a{display: flex; align-items: center; justify-content: center;width: 25px; height: 25px; 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: 40px; 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:35px; margin-top: 30px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 15px; color: #fff;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute;top: 50%; right: -24px;transform:translateY(-50%);width: 5px; height: 5px; border-radius:50%; background: rgba(255,255,255,.5);}
#sub_contents{padding: 80px 0 135px;}
#sub_contents.pb0{padding-bottom: 0;}	
#sub_contents .contop{line-height: 1;margin-bottom: 40px;}
#sub_contents .contop h3{font-size: 35px; 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:60px; 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: 20px; top: 50%; transform:translateY(-50%);width: 15px; height: 9px; background: url(/assets/images/sub/tab_arr_tab.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 20px 0 20px; width:100%; height:100%; font-size: 15px; 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: 50px; font-size:14px; color:#666;  font-weight: 400;padding:0 20px; 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: 2px solid var(--co02);}
/* 공통 */
h3.h3_tit01{position: relative;padding-left: 40px;margin-bottom: 40px;font-size: 32px; color: #222; font-weight: 700;}
h3.h3_tit01::after{content:'';position: absolute;left: 0;top: -1px;background: url(/assets/images/sub/txt_icon01.png); width: 31px; height: 35px; background-size: cover;}
h4.h4_tit01{font-size: 30px; color: #222;font-weight: 700; margin-bottom: 40px;}
input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;font-size: 16px; color: #666;padding-left: 22px;}
input.chk_st01 + label::after{content:'';position: absolute;left: 0; top: 0;width: 16px; height: 16px; 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: 120px;}
.sub0101_wrap .con01 img{width: calc(100% - 20px); height: 400px; object-fit:cover;}
.sub0101_wrap .con01 .txt_wrap{position: absolute; bottom: -90px;left: 0;width: 100%;}
.sub0101_wrap .con01 .txt_wrap .inner{display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;flex-direction: column;gap: 20px;}
.sub0101_wrap .con01 .txt_wrap .txt01{position: relative;}
.sub0101_wrap .con01 .txt_wrap .txt01 p{font-size: 38px; color: #fff; font-weight: 700;line-height: 1.6;}
.sub0101_wrap .con01 .txt_wrap .txt02{padding: 40px 45px;background: #fff;transform: translateY(0px) translateX(0px);margin-left: auto;}
.sub0101_wrap .con01 .txt_wrap .txt02 strong{display: block;font-size: 20px; color: #222; margin-bottom: 15px;line-height: 1.5;}
.sub0101_wrap .con01 .txt_wrap .txt02 p{font-size: 16px; color: #666; line-height: 28px;}
.sub0101_wrap .con01 .txt_wrap .txt02 p br{display: none;}
.sub0101_wrap .con01 .txt_wrap .txt02 p i{display: block;}
.sub0101_wrap .con{padding: 80px 0;}
.sub0101_wrap .con02{padding-bottom: 0;}
.sub0101_wrap .con02 .box_wrap{display: flex;}
.sub0101_wrap .con02 .box_wrap .box{flex:1;padding: 25px 0px;}
.sub0101_wrap .con02 .box_wrap .box:nth-child(1){padding-right: 25px;}
.sub0101_wrap .con02 .box_wrap .box:nth-child(2){padding: 25px;}
.sub0101_wrap .con02 .box_wrap .box:nth-child(3){padding-left: 25px;}
.sub0101_wrap .con02 .box_wrap .box:not(:last-child){border-right: 1px solid #ddd;}
.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: 60px; color: #f5f5f5; font-weight: 700;z-index: -1;}
.sub0101_wrap .con02 .box_wrap .box strong{display: block;font-size: 20px; color: #222; line-height: 1.6;margin-bottom: 15px;}
.sub0101_wrap .con02 .box_wrap .box p{font-size: 15px; color: #666; line-height: 1.6;}
.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: 250px;}
.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: 30px;}
.sub0101_wrap .con03 .box_wrap .txt_box p{position: relative;font-size: 25px; color: #222; font-weight: 700;padding-top: 25px;}
.sub0101_wrap .con03 .box_wrap .txt_box p::after{content:'';position: absolute;left: 0; top: 0; width: 30px; height: 3px;background: var(--co02);}
.sub0101_wrap .con03 .box_wrap .txt_box span{display: block;font-size: 18px; color: #666;margin-top: 25px;}
.sub0101_wrap .con04{background: #f7f9ff;}
.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: 32px; color: #222; font-weight: 700;}
.sub0101_wrap .con04 .txt_wrap .tit p{font-size: 16px; color: #666; line-height: 28px; margin-top: 20px;}
.sub0101_wrap .con04 .txt_wrap .txt strong{display: block;font-size: 20px; color: var(--co02);margin-bottom: 20px;}
.sub0101_wrap .con04 .txt_wrap .txt ul li:not(:last-child){margin-bottom: 10px;}
.sub0101_wrap .con04 .txt_wrap .txt ul li{display: flex;align-items: center;gap:10px;font-size: 16px; color: #222;font-weight: 700;}
.sub0101_wrap .con04 .txt_wrap .txt ul li img{width: 32px;}
.sub0101_wrap .con04 .img_wrap{width: 100%; height: 350px;}
.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: 60px;}
.sub0102_wrap .con01 .txt_wrap{width: 50%;background: url(/assets/images/sub/sub0102_view_bg01.png)bottom right 20px no-repeat var(--co03);padding: 100px 50px;background-size: 150px;}
.sub0102_wrap .con01 .txt_wrap .tit{position: relative;padding-bottom: 30px; margin-bottom: 25px;}
.sub0102_wrap .con01 .txt_wrap .tit::after{content:'';position: absolute;left: 0;bottom: 0;width: 30px; height: 3px; background: #fff;}
.sub0102_wrap .con01 .txt_wrap .tit p{font-size: 30px;color: #fff;font-weight: 700;}
.sub0102_wrap .con01 .txt_wrap .tit p strong{display: inline-block;font-size: 35px;color: #fff;margin-right: 12px;font-weight: 700;}
.sub0102_wrap .con01 .txt_wrap ul li{font-size: 16px; color: #fff;}
.sub0102_wrap .con01 .txt_wrap ul li:not(:last-child){margin-bottom: 15px;}
.sub0102_wrap .con01 .img_wrap{display: flex;align-items: flex-end;width: 50%;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: 160px; height: 50px; margin-top: 50px; border:1px solid #fff;font-size: 16px; 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:40px 20px;}
.sub0102_wrap .con02 ul.list_wrap li{width: calc((100% - 40px) / 3);}
.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: 25px;}
.sub0102_wrap .con02 ul.list_wrap li .txt_wrap p{font-size: 22px; color: #222;text-align: center; font-weight: 700;}
/* sub0102_view */
.sub0102_view_wrap{line-height: 1;}
.sub0102_view_wrap .con{padding: 80px 0;}
.sub0102_view_wrap .con01 .img_con{position: relative;}
.sub0102_view_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:38.667%;}
.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: 40px;}
.sub0102_view_wrap .con01 .txt_wrap p{font-size: 22px;color: #fff;font-weight: 700;}
.sub0102_view_wrap .con01 .txt_wrap p strong{display: inline-block;font-size: 35px; color: #fff;font-weight: 700;margin-right: 13px;}
.sub0102_view_wrap .con01 .txt_wrap span{position: relative;display: block;font-size: 18px; color: #fff; font-weight: 700; padding-top: 25px; margin-top: 30px;}
.sub0102_view_wrap .con01 .txt_wrap span::after{content:'';position: absolute; left: 0; top: 0;width: 30px; height: 3px; 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: 50%;padding: 30px 20px;border-bottom: 1px solid #ddd;}
.sub0102_view_wrap .con02 .box_wrap .box .tit{position: relative;padding-top: 30px; margin-bottom: 20px;}
.sub0102_view_wrap .con02 .box_wrap .box .tit::after{content:'';position: absolute;left: 0;top: 0;width: 30px; height: 3px; background: var(--co02);}
.sub0102_view_wrap .con02 .box_wrap .box .tit p{font-size: 25px; color: #222; font-weight: 700;}
.sub0102_view_wrap .con02 .box_wrap .box ul li{position: relative;padding-left: 15px;font-size: 16px; color: #666; line-height: 1.5;}
.sub0102_view_wrap .con02 .box_wrap .box ul li::after{content:'';position: absolute;left: 0; top: 9px; width: 4px; height: 4px; border-radius:50%; background: var(--co03);}
.sub0102_view_wrap .con02 .box_wrap .box ul li:not(:last-child){margin-bottom: 8px;}
.sub0102_view_wrap .con03{background: #f7f9ff;padding-bottom: 135px;}
.sub0102_view_wrap .con03 ul.sec02_slide li{margin-right: 10px;border:1px solid #ddd; box-sh adow: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: 45px; background: var(--co03);}
.sub0102_view_wrap .con03 ul.sec02_slide li .tit strong{font-size: 15px; color: #fff; font-weight: 700;}
.sub0102_view_wrap .con03 ul.sec02_slide li .txt{padding: 25px 20px;}
.sub0102_view_wrap .con03 ul.sec02_slide li .txt p{font-size: 16px; color: #222; font-weight: 700; line-height: 26px; padding-bottom: 12px;margin-bottom: 10px;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: 112px;font-size: 14px; color: #666; line-height: 23px;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: 12px; color: #999;margin-top: 20px;}
.sub0102_view_wrap .con03 .sec02_item{display: flex;align-items: center;gap:30px;}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap{display: flex;gap:10px;}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap button{display: flex;align-items: center;justify-content: center;width: 40px; height: 40px; border-radius:50%; border:1px solid #ddd;transition:.4s; background: #fff;}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap button img{width: 14px;}
.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% - 120px); height:3px; 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: 60px auto 0;width: 200px; height: 50px;background: #fff;border:1px solid #ddd;font-size: 16px; 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: 80px;}
.sub0103_wrap .con01 .map_wrap{position:relative; width:100%; padding-bottom:42%; margin-bottom: 40px;}
.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:20px;}
.sub0103_wrap .con01 .txt_wrap em{display: flex;align-items: center; justify-content: center;width: 100px; height: 42px; background: #f7f9ff; border-radius:22px; color: var(--co02);font-size: 16px; font-weight: 700;}
.sub0103_wrap .con01 .txt_wrap p{font-size: 20px; color: #222; font-weight: 500;}
.sub0103_wrap .con02 .box_wrap{display: flex;}
.sub0103_wrap .con02 .box_wrap .box{display: flex;align-items: center;gap:20px;width: 50%;}
.sub0103_wrap .con02 .box_wrap .box .icon{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:10px;width: 100px; height: 100px; border-radius:50%; background: #f7f9ff;}
.sub0103_wrap .con02 .box_wrap .box .icon p{font-size: 18px; color: var(--co02); font-weight: 500;}
.sub0103_wrap .con02 .box_wrap .box .txt{width: calc(100% - 120px);}
.sub0103_wrap .con02 .box_wrap .box .txt em{display: flex;align-items: center; justify-content: center;width: 70px; height: 25px; background: #4aba70; border-radius:15px;font-size: 16px; color: #fff;font-weight: 500; margin-bottom: 15px;}
.sub0103_wrap .con02 .box_wrap .box .txt p{font-size: 16px; color: #666; line-height: 1.5;}
.sub0103_wrap .con02 .box_wrap .box .txt span{display: block;font-size: 16px; color: var(--co02);margin-top: 10px;line-height: 1.3;}
/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .search_wrap{display: flex;justify-content: flex-end;margin-bottom: 40px;}
.sub0201_wrap .search_wrap .search{display: flex;align-items: center;width: 300px;border-bottom: 1px solid #ddd;}
.sub0201_wrap .search_wrap .search input[type="text"]{width: calc(100% - 30px);font-size: 16px; color: #999;border:0;height: 50px;}
.sub0201_wrap .search_wrap .search input[type="text"]::placeholder{font-size: 16px; 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: 50px;font-size: 16px; 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:40px 20px; margin-top: 60px;}
.sub0201_wrap ul.list_wrap li{width: calc((100% - 60px) / 3);border:1px solid #ddd; 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: 45px; background: var(--co03);}
.sub0201_wrap ul.list_wrap li .tit strong{font-size: 15px; color: #fff; font-weight: 700;}
.sub0201_wrap ul.list_wrap li .txt{padding: 25px 20px;}
.sub0201_wrap ul.list_wrap li .txt p{font-size: 16px; color: #222; font-weight: 700; line-height: 26px; padding-bottom: 12px;margin-bottom: 10px;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: 112px;font-size: 14px; color: #666; line-height: 23px;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: 12px; color: #999;margin-top: 20px;}
@media screen and (max-width:1024px) {
.sub0201_wrap ul.list_wrap li{width: calc((100% - 20px) / 2);}
}/* sub0501 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .con01{background: url(/assets/images/sub/sub0501_img01.jpg)center no-repeat; background-size: cover;height: 300px; background-attachment: fixed; margin-bottom: 40px;}
.sub0501_wrap .con02 .input_wrap{display: flex;flex-wrap:wrap;gap:20px;}
.sub0501_wrap .con02 .input_wrap .input{display: flex;width: calc((100% - 20px) / 2);}
.sub0501_wrap .con02 .input_wrap .input02{width: 100%;}
.sub0501_wrap .con02 .input_wrap .input p{width: 100px;font-size: 16px; color: #222; font-weight: 700;transform: translateY(20px);}
.sub0501_wrap .con02 .input_wrap .input p b{color: #ec353a;}
.sub0501_wrap .con02 .input_wrap .input input[type="text"]{width: calc(100% - 100px); height: 50px; border:1px solid #ddd; padding: 0px 15px;font-size: 16px; color: #999;}
.sub0501_wrap .con02 .input_wrap .input input[type="text"]::placeholder{font-size: 16px; color: #999;}
.sub0501_wrap .con02 .input_wrap .input input[type="text"]:focus{outline:0;}
.sub0501_wrap .con02 .input_wrap .input select{width: calc(100% - 100px); height: 50px; border:1px solid #ddd; padding: 0px 15px;font-size: 16px; color: #999;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none; background: url(/assets/images/sub/select_icon01.png)center right 15px no-repeat; background-size: 14px;}
.sub0501_wrap .con02 .input_wrap .input select:focus{outline:0;}
.sub0501_wrap .con02 .input_wrap .input textarea{width: calc(100% - 100px); height: 150px; border:1px solid #ddd; padding: 15px;font-size: 16px; color: #999;resize:none;}
.sub0501_wrap .con02 .input_wrap .input textarea::placeholder{font-size: 16px; 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: 16px;color: #222; cursor:pointer;font-weight: 500;}
.sub0501_wrap .con02 .submit_btn{display: flex;align-items: center; justify-content: center;width: 200px; height: 50px;margin: 50px auto 0; background: var(--co03);font-size: 16px;color: #fff;}
}