html{scroll-behavior:smooth}main{position:relative}#wrap{overflow:hidden}#header{padding:0 2rem;height:9rem;position:relative;background-color:#fff;z-index:999}#header .header_inner{max-width:160rem;width:100%;height:9rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between}#header .header_inner .logo a{background:url(/home/chn/images/common/logo.png) no-repeat center center/contain;width:25.6rem;height:5rem;display:block;text-indent:-99999px;overflow:hidden}#header .header_inner .gnb{display:flex;align-items:center;justify-content:space-between;max-width:80rem;width:100%;height:100%}#header .header_inner .gnb::before{content:"";display:block;width:100%;height:0;position:absolute;left:0;top:9rem;z-index:1;overflow:hidden;border-bottom:1px solid rgba(255,255,255,0.1)}#header .header_inner .gnb.show::before{transition:.35s;height:22rem;border-bottom:1px solid #ccc;background-color:#fff}#header .header_inner .gnb>li{position:relative;height:100%;display:flex;align-items:center;justify-content:center;width:25%}#header .header_inner .gnb>li>a{font-size:2.3rem;font-weight:600}#header .header_inner .gnb>li .dep{display:none;position:absolute;width:100%;top:100%;color:#000;padding:2rem 0;text-align:center;height:22rem;z-index:1}#header .header_inner .gnb>li .dep li{line-height:1.9}#header .header_inner .gnb>li .dep li a{color:#606060;font-size:1.8rem;font-weight:300}#header .header_inner .gnb>li .dep li a:hover{color:#fb4141}#header .header_inner .gnb>li:hover>a{color:#fb4141}#header .header_inner .gnb>li:hover .dep{background:#f8f7f7;border-top:3px solid #fb4141}#header .header_inner .util{display:flex;align-items:center}#header .header_inner .util .lang{position:relative}#header .header_inner .util .lang>a{position:relative;padding-right:2rem}#header .header_inner .util .lang>a::after{display:inline-block;font-family:"Font Awesome 6 Pro";content:"\f0d7";font-weight:bold;color:#000;position:absolute;top:50%;transform:translateY(-50%);right:0;font-size:1.4rem}#header .header_inner .util .lang>a i{margin-right:.5rem}#header .header_inner .util .lang ul{display:none}#header .header_inner .util .lang.active ul{display:block;position:absolute;left:0;top:calc(100%+1rem);border-radius:.5rem;background-color:#fff;text-align:center;width:100%;padding:.5rem 0;border:1px solid #ccc;z-index:999}#header .header_inner .util .lang.active ul li a{font-size:1.4rem;margin:1rem .5rem;color:#000;text-align:center;display:block;font-weight:500}#header .header_inner .dash{margin-left:3.5rem}#header .header_inner .dash a{width:3rem;height:3rem;display:block;position:relative;overflow:hidden}#header .header_inner .dash a span{width:100%;height:.3rem;background-color:#000;position:absolute;right:0;transition-duration:.25s}#header .header_inner .dash a span:nth-of-type(1){top:0}#header .header_inner .dash a span:nth-of-type(2){top:1.4rem;width:2.1rem}#header .header_inner .dash a span:nth-of-type(3){top:2.7rem}#header .header_inner .dash a.active span:nth-of-type(1){animation:dash-ani1 .4s forwards ease-out}#header .header_inner .dash a.active span:nth-of-type(2){animation:dash-ani2 .4s forwards ease-out}#header .header_inner .dash a.active span:nth-of-type(3){animation:dash-ani3 .2s forwards}#header .header_inner .m_nav{display:none;position:fixed;right:-100%;top:9rem;z-index:10;background-color:#fff;width:100%;height:calc(100vh - 9rem);transition:.35s;overflow-y:scroll}#header .header_inner .m_nav.show{right:0}#header .header_inner .m_nav .m_lang{width:100%;display:flex;align-items:center}#header .header_inner .m_nav .m_lang li{width:33.3333333333%;height:5rem;color:#fff;background-color:#fb4141}#header .header_inner .m_nav .m_lang li a{display:flex;align-items:center;width:100%;height:100%}#header .header_inner .m_nav .m_lang li a span{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:10rem;margin:0 auto;font-size:1.8rem}#header .header_inner .m_nav .m_lang li a span i{color:#fff}#header .header_inner .m_nav .m_lang li:nth-of-type(2){border-left:1px solid #ffacac;border-right:1px solid #ffacac}#header .header_inner .m_nav .m_gnb>li{border-bottom:1px solid #ddd}#header .header_inner .m_nav .m_gnb>li>a{color:#606060;font-weight:700;font-size:2.2rem;height:7rem;display:flex;align-items:center;justify-content:space-between;padding:0 3rem;position:relative}#header .header_inner .m_nav .m_gnb>li>a::after{display:inline-block;font-family:"Font Awesome 6 Pro";content:"\f107";font-weight:bold;color:#606060;position:absolute;top:50%;right:3rem;transform:translateY(-50%);font-size:2.4rem;transition:.35s all}#header .header_inner .m_nav .m_gnb>li.active a{color:#fb4141}#header .header_inner .m_nav .m_gnb>li.active a::after{transform:translateY(-50%) rotate(180deg);color:#fb4141}#header .header_inner .m_nav .m_gnb>li.active .dep{display:block;border-top:1px solid #ddd}#header .header_inner .m_nav .m_gnb>li .dep{background-color:#f8f7f7;display:none}#header .header_inner .m_nav .m_gnb>li .dep>li{border-bottom:1px dashed #ddd}#header .header_inner .m_nav .m_gnb>li .dep li a{color:#707b95;height:6rem;display:flex;justify-content:flex-start;align-items:center;padding:0 5rem;font-size:2rem}#header .header_inner .m_nav .m_gnb>li .dep li ul{display:none}#header .header_inner .m_nav .m_gnb>li .dep li.has_sub>a{position:relative}#header .header_inner .m_nav .m_gnb>li .dep li.active>a{font-weight:bold;position:relative}#header .header_inner .m_nav .m_gnb>li .dep li ul li a{background:#fff;border-bottom:0;position:relative;padding-left:6.5rem;height:5.5rem}#header .header_inner .m_nav .m_gnb>li .dep li ul li a:before{position:absolute;content:'';display:block;width:4px;height:4px;background:#707b95;border-radius:50%;top:20px;left:44px}#header .header_inner .m_nav .m_gnb li .dep li.has_sub>a:before,#header .header_inner .m_nav .m_gnb li .dep li.has_sub>a:after{position:absolute;content:"";background-color:#707b95}#header .header_inner .m_nav .m_gnb li .dep li.has_sub>a:before{width:14px;height:2px;top:23px;right:3rem;transform:translateY(-50%)}#header .header_inner .m_nav .m_gnb li .dep li.has_sub>a:after{width:2px;height:14px;top:48%;right:3.8rem;transform:translateY(-50%)}#header .header_inner .m_nav .m_gnb li.has_sub.active>a:after{display:none}#header .header_inner .m_nav .m_gnb>li .dep li a:after{color:#707b95;transform:inherit}#header .header_inner .m_nav .m_gnb>li .dep li:last-child{border-bottom:0}#sub{background-color:#fafafa;padding-bottom:9rem}#sub .sub_title{height:24rem;background-repeat:no-repeat;background-size:cover;background-position:center center}#sub .sub_title h2{font-size:3.5rem;font-weight:800;color:#fff;padding-top:6rem;text-align:center}#sub .sub_content{max-width:166rem;padding:0 3rem;display:flex;align-items:stretch;width:100%;margin:0 auto}#sub .sub_content aside{width:30rem;transform:translateY(-13rem)}#sub .sub_content aside strong{display:flex;justify-content:center;align-items:center;height:20rem;background:url(/home/chn/images/sub/snb_bg.png) no-repeat center center #fb4141;background-size:auto;border-radius:4rem 4rem 0 0;color:#fff;font-size:2.8rem;font-weight:800}#sub .sub_content aside .snb{height:calc(100% - 7rem);display:block;padding:2rem;width:100%;border:1px solid #d4d4d4;background-color:#fff}#sub .sub_content aside .snb>li>a{border-bottom:1px solid #d4d4d4;padding:1.5rem 1rem;color:#606060;font-weight:700;font-size:1.8rem;display:block;position:relative}#sub .sub_content aside .snb>li.has_sub>a::after{display:inline-block;font-family:"Font Awesome 6 Pro";content:"\f107";font-weight:bold;color:#606060;position:absolute;top:50%;right:3rem;transform:translateY(-50%);font-size:2.4rem;transition:.35s all}#sub .sub_content aside .snb>li>a:hover,#sub .sub_content aside .snb>li>a:focus{color:#fb4141}#sub .sub_content aside .snb>li>a:hover::after,#sub .sub_content aside .snb>li>a:focus::after{color:#fb4141}#sub .sub_content aside .snb>li .dep{background-color:#fcf7f7;padding:1rem 2rem;height:100%;display:none}#sub .sub_content aside .snb>li .dep li{padding:1rem 0}#sub .sub_content aside .snb>li .dep li a{color:#707b95}#sub .sub_content aside .snb>li .dep li a:hover,#sub .sub_content aside .snb>li .dep li a:focus{font-weight:bold}#sub .sub_content aside .snb>li .dep li a[target=_blank]{position:relative;display:inline-block}#sub .sub_content aside .snb>li .dep li a[target=_blank]::after{display:inline-block;font-family:"Font Awesome 6 Pro";content:"\f08e";font-weight:300;color:#707b95;margin-left:10px;z-index:1}#sub .sub_content aside .snb>li .dep li.active a{font-weight:bold}#sub .sub_content aside .snb>li.active>a{color:#fb4141}#sub .sub_content aside .snb>li.active>a::after{transform:rotate(180deg) translateY(50%);color:#fb4141}#sub .sub_content aside .snb>li.active .dep{display:block}#sub .sub_content aside .snb>li.active .dep .open a{color:#707b95;font-weight:bold}#sub .sub_content .contents{padding:3.5rem 3rem;min-height:73rem;border:1px solid #d4d4d4;border-left:0;width:calc(100% - 30rem);background-color:#fff}#sub .sub_content .contents .contents_head{border-bottom:1px solid #d4d4d4;padding-bottom:2rem;position:relative}#sub .sub_content .contents .contents_head h3{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem}#sub .sub_content .contents .contents_head .breadcrumb{display:flex;align-items:center;color:#8d8d8d;font-weight:500;flex-wrap:wrap}#sub .sub_content .contents .contents_head .breadcrumb i{color:#8d8d8d}#sub .sub_content .contents .contents_head .breadcrumb li{position:relative;padding-right:2rem;margin-right:1rem}#sub .sub_content .contents .contents_head .breadcrumb li::after{display:inline-block;font-family:"Font Awesome 6 Pro";content:"\f105";font-weight:400;color:#8d8d8d;position:absolute;right:0;top:50%;transform:translateY(-50%)}#sub .sub_content .contents .contents_head .breadcrumb li:first-child a{position:relative}#sub .sub_content .contents .contents_head .breadcrumb li:first-child a::before{display:inline-block;font-family:"Font Awesome 6 Pro";content:"\f015";font-weight:300;color:#8d8d8d;position:absolute;right:0;top:50%;transform:translateY(-50%)}#sub .sub_content .contents .contents_head .breadcrumb li:last-child{padding-right:0;margin-right:0}#sub .sub_content .contents .contents_head .breadcrumb li:last-child::after{display:none}#sub .sub_content .contents .contents_head .breadcrumb li a:hover{color:#000}#sub .sub_content .contents .contents_head .util{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center}#sub .sub_content .contents .contents_head .util li a{display:flex;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;border:1px solid #d4d4d4}#sub .sub_content .contents .contents_head .util li a i{color:#8d8d8d;font-weight:300}#sub .sub_content .contents .contents_head .util li:first-child a{border-right:0}#footer{background-color:#ebebeb}#footer .footer_inner{max-width:166rem;width:100%;margin:0 auto;padding:4.5rem 3rem;display:flex;justify-content:space-between}#footer .footer_inner .site_info{width:65rem}#footer .footer_inner .site_info .logo{width:25.6rem;height:5rem;display:block;background:url(/home/chn/images/common/logo_footer.png) no-repeat center center/contain}#footer .footer_inner .site_info .adds{border-top:1px solid rgba(0,0,0,0.1);padding-top:2.5rem;margin-top:2.5rem;display:flex;flex-flow:row wrap;justify-content:space-between;width:100%;margin-bottom:1rem}#footer .footer_inner .site_info .adds li{font-size:1.8rem}#footer .footer_inner .site_info .copy{font-size:1.8rem}#footer .footer_inner .total_banner{display:flex;flex-flow:row wrap;justify-content:flex-end;min-width:50rem;max-width:50rem}#footer .footer_inner .total_banner li{margin-bottom:1.5rem;width:23rem;height:7rem}#footer .footer_inner .total_banner li:nth-of-type(even){margin-left:1.5rem}#footer .footer_inner .total_banner li a[target=_blank]::after{display:none !important}#scroll-top{background-color:#3b3b3b;width:9rem;height:9rem;border-radius:50%;position:fixed;bottom:5rem;right:5rem;opacity:0;transition:.55s;display:flex;flex-flow:column;align-items:center;justify-content:center;text-transform:uppercase}#scroll-top i{color:#fff;font-weight:300;font-size:2.6rem;margin-bottom:.5rem}#scroll-top span{color:#fff;font-size:1.8rem}#scroll-top.show{opacity:1}#scroll-top.disable{position:absolute;bottom:-4.5rem}#layer{display:none;width:100vw;height:100vh;position:fixed;left:0;top:0;z-index:0;background-color:rgba(0,0,0,0.5)}#layer.show{display:block}#site-map{display:none;position:fixed;right:0;top:0;width:100vw;height:100vh;z-index:9999;background-color:#fff;padding:3rem 5rem;background-image:url(/home/chn/images/main/main_cont_deco.png);background-repeat:no-repeat;background-position:110% 130%}#site-map.show{display:block}#site-map h1{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;margin-bottom:2rem}#site-map h1 .site_map_logo{background:url(/home/chn/images/common/logo.png) no-repeat center center/contain;width:25.6rem;height:5rem;display:block;text-indent:-99999px;overflow:hidden}#site-map h1 .site_map_close i{font-size:5rem;color:#000;font-weight:500}#site-map>ul{display:flex;justify-content:space-between;align-items:flex-start;flex-flow:row wrap;padding:3rem 6rem}#site-map>ul a:hover{color:#fb4141 !important}#site-map>ul>li{width:calc(25% - 5rem)}#site-map>ul>li>a{font-size:3rem;font-weight:800;padding:2rem 0;border-bottom:1px solid #aaa;display:block;width:100%}#site-map>ul>li>ul>li{margin:2.5rem 0;padding-left:1rem}#site-map>ul>li>ul>li>a{position:relative;padding-left:2.5rem;font-size:2.2rem;color:#717171}#site-map>ul>li>ul>li>a::before{position:absolute;left:0;display:inline-block;font-family:"Font Awesome 6 Pro";content:"\f105";font-weight:300;color:#717171}@keyframes dash-ani1{0{top:0}80%{transform:rotate(0)}100%{transform:rotate(45deg);top:50%}}@keyframes dash-ani2{0{width:2.1rem;background-color:inherit}80%{width:3rem;transform:rotate(0);background-color:#fb4141}100%{width:3rem;transform:rotate(-45deg);transform-origin:center}}@keyframes dash-ani3{0{width:3rem}80%{opacity:1}100%{width:0;opacity:0}}@media(max-width:1440px){#site-map>ul>li{width:calc(50% - 5rem);margin-bottom:3rem}#sub .sub_title h2{padding-top:6rem}}@media(max-width:1024px){#header.fix{position:fixed;background-color:#fff;width:100%;z-index:1000}#header .header_inner .gnb{display:none}#header .header_inner .util .lang{display:none}#header .header_inner .m_nav{display:block}#site-map.show{display:none}#sub{padding-bottom:0}#sub .sub_title{display:flex;align-items:center;justify-content:center}#sub .sub_title h2{padding:0;font-size:3.5rem}#sub .sub_content{padding:0}#sub .sub_content aside{display:none}#sub .sub_content .contents{width:100%;border-right:0}#sub .sub_content .contents .contents_head .util li:first-child{display:none}#footer .footer_inner{flex-flow:column-reverse}#footer .footer_inner .total_banner{justify-content:center;margin:0 auto 3rem auto}#footer .footer_inner .total_banner li{width:19rem;height:5rem}#footer .footer_inner .site_info{width:100%}#footer .footer_inner .site_info .logo{margin:0 auto}#footer .footer_inner .site_info .adds{flex-flow:column;align-items:center;text-align:center}#footer .footer_inner .site_info .copy{text-align:center}#scroll-top{width:8rem;height:8rem;right:2rem}#scroll-top i{font-size:2.4rem}#scroll-top.disable{bottom:-4rem}}@media(max-width:768px){#sub .sub_title h2{font-size:3rem}}@media(max-width:425px){#sub .sub_title h2{font-size:2rem}#footer .footer_inner{padding:6rem 3rem}#footer .footer_inner .total_banner{width:100%;max-width:100%;min-width:100%}#scroll-top{width:6rem;height:6rem;right:50%;bottom:3rem;transform:translateX(50%)}#scroll-top i{font-size:2rem}#scroll-top.disable{position:absolute;bottom:-3rem}}.share_box{position:absolute;right:15px;top:0}.share_box .print{display:none}.share_box>ul>li>a{display:block;width:30px;height:30px;line-height:29px;text-align:center;font-size:16px}.share_box .btn_share{border-radius:3px;border:#eee solid 1px}.share_box .sns_share>a{border:1px solid #d4d4d4 !important;color:#fff;border:0}.sns_links_wrap{display:none;position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.8);z-index:6000}.sns_links_wrap .sub_sns_links{display:block;position:absolute;width:80%;left:10%;right:10%;top:50%;transform:translateY(-50%);padding:20px 10px;border:#eee solid 1px;background:#fff;overflow:hidden;z-index:200}.sub_sns_links span{display:block;text-align:center;margin-bottom:20px;font-size:18px;font-weight:bold}.sub_sns_links ul{text-align:center}.sub_sns_links ul li{display:inline-block;margin-right:3px;margin-bottom:3px}.sub_sns_links ul li a{display:block;width:40px;height:40px;background-size:cover;background-position:center;background-repeat:no-repeat;text-indent:-9999px}.sub_sns_links .sns01{background-image:url("/home/www/images/sub/sns01_icon.png")}.sub_sns_links .sns02{background-image:url("/home/www/images/sub/sns02_icon.png")}.sub_sns_links .sns03{background-image:url("/home/www/images/sub/sns03_icon.png")}.sub_sns_links .sns04{background-image:url("/home/www/images/sub/sns04_icon.png")}.sub_sns_links .sns05{background-image:url("/home/www/images/sub/sns05_icon.png")}.sub_sns_links .sns_close_btn{position:absolute;right:20px;top:20px;font-size:20px;color:#2a2a2a}.sub_sns_links .copy_addr{text-align:center;padding:10px 0;overflow:hidden}.sub_sns_links .copy_addr .copy_addr_txt{background:#f7f7f7;min-width:200px;color:#acacac;border:#e5e5e5 solid 1px;font-weight:300;height:34px;padding:5px;border-radius:3px}.sub_sns_links .copy_addr .copy_btn{background:#1e1e1e;color:#fff;border:0;border-radius:3px;height:34px;padding:0 10px}@media(min-width:1024px){.sns_links_wrap .sub_sns_links{width:570px;left:50%;transform:translateX(-50%) translateY(-50%);padding:30px}.sub_sns_links span{font-size:24px;margin-bottom:60px}.sub_sns_links ul li{margin:0 5px}.sub_sns_links ul li a{width:60px;height:60px}.sub_sns_links .copy_addr{margin-top:20px}.sub_sns_links .copy_addr .copy_addr_txt{width:80%}.sub_sns_links .copy_addr .copy_btn{width:15%;cursor:pointer}.sub_sns_links .sns_close_btn{right:30px;top:30px}}@media(min-width:1440px){.share_box{top:0}.share_box>ul>li{float:left}.share_box>ul>li>a{display:block;width:45px;height:45px;line-height:43px;border-radius:0;font-size:18px}.share_box .print{display:inline-block;border:#d4d4d4 solid 1px;border-right:0}.share_box .sns_share a{width:47px;height:47px}.sub_sns_links .sns_close_btn{font-size:35px}}.con_tab_4depth{margin:30px 0}.con_tab_4depth ul{position:relative;height:65px;border-top:#000 solid 1px;z-index:0;overflow:hidden;color:#595959}.con_tab_4depth ul li:after{display:block;position:absolute;right:15px;top:11px;color:#fff;content:"\f078";font-family:"Font Awesome 5 pro";font-weight:900;z-index:200}.con_tab_4depth ul li{position:absolute;width:100%;font-size:16px;font-weight:500;border-bottom:#d4d4d4 solid 1px}.con_tab_4depth ul li a{display:block;padding:12px 15px 14px;background:#fff}.con_tab_4depth ul li.active{background:#c32943;z-index:200}.con_tab_4depth ul li.active a{background:#c32943;color:#fff}.con_tab_4depth ul.open{overflow:visible}.con_tab_4depth ul.open li{position:relative}@media(max-width:767px){.con_tab_4depth{margin:0}}@media(min-width:768px){.con_tab_4depth ul{border-top:#d4d4d4 solid 1px;border-left:#d4d4d4 solid 1px;height:auto;display:flex;flex-wrap:wrap}.con_tab_4depth ul li{position:relative;float:left;width:50%;border-right:#d4d4d4 solid 1px}.con_tab_4depth ul li:after{content:'\f067';color:#595959;top:19px}.con_tab_4depth ul li.active:after{color:#fff;content:'\f068'}.con_tab_4depth ul li a{padding:20px 35px 20px 15px}}@media(min-width:1024px){.con_tab_4depth ul{height:auto}.con_tab_4depth ul li{position:relative}}@media(min-width:1200px){.con_tab_4depth ul li{width:33.3%}}