@charset "utf-8";
@import "reset.min.css";
@import "style.min.css";

body,html {width:100%; height:100%; margin:0px; padding:0px; font-size:14px; font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; color:#222; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings:'liga'; font-feature-settings:'liga'; word-break:keep-all; image-rendering:-webkit-optimize-contrast;}

button{font-family:inherit; border:0; padding:0; -webkit-box-shadow:none; box-shadow:none; box-sizing:border-box; background:none; outline:none; cursor:pointer;}
input, select{font-family:inherit; box-sizing:border-box;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{-webkit-appearance: none; margin:0;}
input[type="number"]{-moz-appearance:textfield;}
input::-webkit-input-placeholder{color:inherit;}
input::-moz-placeholder{color:inherit;}
input:-ms-input-placeholder{color:inherit;}
input::-ms-input-placeholder{color:inherit;}
input::placeholder{color:inherit;}
a{color:inherit}

.blind{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0, 0, 0, 0); white-space:nowrap; border-width:0;}

/* 본문 바로가기 */
#skip_nav{position:absolute; width:100%; z-index:10;}
#skip_nav a:visited,
#skip_nav a:link{display:block; width:100%; background-color:#333; color:#fff; text-align:center; box-sizing:border-box; padding:10px; position:absolute; left:0; top:0; top:-100px;}
#skip_nav a:focus,
#skip_nav a:active{top:0;}

/* WRAP */
#wrap{width:100%; /* min-width:1200px; */ min-width:340px; position:relative;}

/* 헤더 */
#header{width:100%; min-width:340px; clear:both; position:fixed; z-index:1205; top:0; left:0;}
#header .headBanner{width:100%; height:80px; overflow:hidden; position:relative; transition:all 0.3s linear;}
#header .headBanner .headSlideBox{width:100%; height:100%;}
#header .headBanner .headSlideBox .headSlide{width:100%; height:100%;}
#header .headBanner .headSlideBox .slideItem{width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
#header .headBanner .headSlideBox .slideItem a{display:flex; justify-content:center; align-items:center; width:100%; height:100%;}
#header .headBanner .headSlideBox .slideItem img{width:auto; max-width:none; height:100%; object-fit:cover;}
#header .headBanner .bannerClose{display:inline-flex; align-items:center; color:#fff; position:absolute; top:50%; right:40px; transform:translateY(-50%); z-index:5;}
#header .headBanner .bannerClose input[type="checkbox"]{display:inline-block; width:16px; height:16px; margin:0 15px 0 0;}
#header .headBanner .bannerClose input[type="checkbox"] + label{display:inline-block; font-size:15px; font-weight:500; letter-spacing:-0.025em; line-height:1; color:inherit;}
#header .headBanner .bannerClose button{display:inline-block; width:29px; height:29px; background:url("/html/resource/img/comm/head_banner_close.png") no-repeat center center/19px 19px; margin-left:20px;}
#header .header{display:flex; justify-content:space-between; align-items:center; width:100%; height:105px; text-align:center; position:relative; z-index:2; transition:background-color 0.3s linear;}
#header .header .logo{display:flex; justify-content:center; align-items:center; width:330px; height:100%;}
#header .header .logo a{display:block; width:100%; height:100%; display:flex; justify-content:flex-end; align-items:center; background:url("/html/resource/img/comm/head_logo.png") no-repeat 35px center;}
#header .header .subMenuBox{display:inline-flex; justify-content:center; align-items:center; height:100%;}
#header .header .subMenuBox .boxItem{display:inline-block; width:auto; height:100%; text-align:center; position:relative;}
#header .header .subMenuBox .boxItem .subMenuTitle{width:100%; height:100%;}
#header .header .subMenuBox .boxItem .subMenuTitle a{display:flex; height:100%; justify-content:center; align-items:center; font-size:22px; font-weight:500; letter-spacing:-0.025em; line-height:1; color:#fff; position:relative; padding:0 45px; transition:all 0.3s linear;}
/* #header .header .subMenuBox .boxItem .subMenuTitle a::after{display:block; width:0; height:2px; background:#2fafb5; position:absolute; bottom:24px; left:0; transition:width 0.3s linear; z-index:2;} */
#header .header .subMenuBox .boxItem .subMenuList{width:100%; height:280px; top:105px; left:0; position:absolute; opacity:0; transition:all 0.3s; z-index:-10; transition-delay:0s, 0s, 0s; visibility:hidden; pointer-events:none;}
#header .header .subMenuBox .boxItem .subMenuList ul{display:flex; flex-wrap:wrap; justify-content:center; align-items:center; width:100%; text-align:center; padding-top:30px; padding-bottom:30px;}
#header .header .subMenuBox .boxItem .subMenuList li{width:100%; height:auto;}
#header .header .subMenuBox .boxItem .subMenuList li + li{margin-top:20px;}
#header .header .subMenuBox .boxItem .subMenuList li a{display:flex; justify-content:center; align-items:center; width:100%; height:auto; font-size:18px; font-weight:400; letter-spacing:-0.05em; line-height:1; color:#666;}
#header .header .subMenuBox .boxItem .subMenuList li a:hover, #header .header .subMenuBox .boxItem .subMenuList li.on a{color:#093fb4;}
#header .header .headRightMenu{display:inline-flex; justify-content:flex-end; align-items:center; width:330px; height:100%;}
#header .headRightMenu .headMenuBtn{display:inline-flex; flex-shrink:0; justify-content:center; align-items:center; width:106px; height:100%; z-index:10;}
#header .headRightMenu .headMenuBtn .inBox{display:inline-block; transition:all .4s; box-sizing:border-box; position:relative; width:36px; height:26px;}
#header .headRightMenu .headMenuBtn span{display:inline-block; transition:all .4s; box-sizing:border-box; position:absolute; left:0; width:100%; height:2px; background-color:#fff;}
#header .headRightMenu .headMenuBtn span:nth-of-type(1){top:0;}
#header .headRightMenu .headMenuBtn span:nth-of-type(2){top:12px;}
#header .headRightMenu .headMenuBtn span:nth-of-type(3){bottom:0;}
#header .headRightMenu .headMenuBtn.active span:nth-of-type(1){transform:translateY(12px) rotate(-45deg);}
#header .headRightMenu .headMenuBtn.active span:nth-of-type(2){opacity:0;}
#header .headRightMenu .headMenuBtn.active span:nth-of-type(3){transform:translateY(-12px) rotate(45deg);}
#header .navBg{display:flex; width:100%; height:0; position:absolute; left:50%; bottom:1px; transform:translate(-50%, 100%); transition:all 0.4s; background-color:#f6f6f6; overflow:hidden;}
#header .navBg .inCall{display:flex; flex-wrap:wrap; align-content:flex-start; width:330px; height:280px; background:#0839a2; padding:35px; color:#fff;}
#header .navBg .inCall div{width:100%; color:#fff;}
#header .navBg .inCall div + div{margin-top:30px;}
#header .navBg .inCall div p{display:flex; align-items:center; font-size:18px; font-weight:400; letter-spacing:-0.05em; line-height:23px;}
#header .navBg .inCall div p span{display:inline-block; width:62px; height:23px; border-radius:11.5px; background:#fff; font-size:16px; font-weight:600; letter-spacing:-0.05em; line-height:23px; color:#0839a2; margin-left:5px; text-align:center;}
#header .navBg .inCall div strong{display:inline-block; font-size:24px; font-weight:700; letter-spacing:-0.025em; line-height:1; margin-top:10px;}


#header .header.on{background:#fff;}
#header .header.on .logo a{background-image:url("/html/resource/img/comm/head_logo_on.png");}
#header .header.on .subMenuBox .boxItem .subMenuTitle a{color:#222; padding:0 50px;}
#header .header.on .subMenuBox .boxItem .subMenuList{opacity:1; z-index:1; transition-delay:0.12s; visibility:visible; pointer-events:auto;}
#header .header.on + .navBg{height:280px;}
#header .header.on .headRightMenu .headMenuBtn span{background-color:#222;}
#header.subActive .header,#header.subActive2 .header, #header.fixed .header{background:#fff;}
#header.subActive .header .logo a, #header.subActive2 .header .logo a, #header.fixed .header .logo a{background-image:url("/html/resource/img/comm/head_logo_on.png");}
#header.subActive .header .subMenuBox .boxItem .subMenuTitle a, #header.subActive2 .header .subMenuBox .boxItem .subMenuTitle a, #header.fixed .header .subMenuBox .boxItem .subMenuTitle a{color:#222; padding:0 50px;}
#header.subActive .header .headRightMenu .headMenuBtn span, #header.subActive2 .header .headRightMenu .headMenuBtn span, #header.fixed .header .headRightMenu .headMenuBtn span{background-color:#222;}


#sitemap{display:none; width:100%; height:calc(100% - 184px); position:fixed; top:185px; left:0; background:#fff; z-index:5; padding-top:0;}
#sitemap .mobileInTop{display:none;}
#sitemap .inBox{display:flex; justify-content:center; align-items:flex-start; width:100%; height:100%; margin:0 auto; overflow-y:auto;}
#sitemap .inBox .sitemapMenuBox{display:inline-block; width:100%; max-width:1400px; height:100%; text-align:center;}
#sitemap .inBox .sitemapMenuBox .allMenuList{display:flex; flex-wrap:wrap; align-items:flex-start; align-content:flex-start; width:100%; height:100%; padding-top:100px; margin-bottom:-90px;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem{display:inline-flex; flex-wrap:wrap; align-content:flex-start; width:25%; height:auto; margin-bottom:90px;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle{width:100%; font-size:29px; font-weight:700; letter-spacing:-0.025em; line-height:1; color:#222; text-align:center;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList{width:100%; height:auto; text-align:center; margin-top:40px;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul{display:flex; flex-wrap:wrap; align-content:flex-start; width:100%; margin-bottom:-20px;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li{width:100%; height:auto; margin-bottom:20px;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle{width:100%; height:auto; font-size:17px; font-weight:400; letter-spacing:-0.025em; line-height:1; color:#222;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle a{display:block; width:100%; height:auto; color:#222;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inMenuList{width:100%; height:auto; margin-top:15px; padding-left:10px;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inMenuList .inListItem{width:100%; height:auto;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inMenuList .inListItem + .inListItem{margin-top:10px;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inMenuList .inListItem a{display:block; width:100%; height:auto; font-size:16px; font-weight:300; letter-spacing:-0.025em; line-height:1; color:#222;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem:last-child .subMenuList ul{height:auto;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle.long{min-width:195px;}
#sitemap .inBox .sitemapBgBox{display:inline-flex; flex-wrap:wrap; -ms-flex-line-pack:justify; align-content:space-between; -ms-flex-negative:0; flex-shrink:0; width:410px; height:100%; background:url("/html/resource/img/comm/sitemap_bg.jpg") no-repeat center top/cover; padding:50px 40px;}
#sitemap .inBox .sitemapBgBox .addressBox{width:100%; height:auto; font-size:17px; letter-spacing:-0.025em; color:#fff;}
#sitemap .inBox .sitemapBgBox .addressBox .boxItem{width:100%; height:auto;}
#sitemap .inBox .sitemapBgBox .addressBox .boxItem + .boxItem{margin-top:30px;}
#sitemap .inBox .sitemapBgBox .addressBox .boxItem .inTitle{font-weight:700; line-height:1; margin-bottom:5px;}
#sitemap .inBox .sitemapBgBox .addressBox .boxItem .inText{font-weight:300; line-height:1.529;}
#sitemap .inBox .sitemapBgBox .inSnsBox{display:flex; align-items:center; width:100%; height:auto;}
#sitemap .inBox .sitemapBgBox .inSnsBox a{display:inline-block; width:60px; height:auto; border-radius:50%; border:1px solid rgba(255,255,255,.55); position:relative;}
#sitemap .inBox .sitemapBgBox .inSnsBox a::before{content:""; display:block; width:100%; height:auto; padding-top:100%;}
#sitemap .inBox .sitemapBgBox .inSnsBox a + a{margin-left:10px;}
#sitemap .inBox .sitemapBgBox .inSnsBox a img{display:block; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%);}
#sitemap .inBox .mobileMenuSns{display:none;}
#sitemap .headMenuBtn{display:none;}

/* #sitemap .inBox .sitemapMenuBox .allMenuList .listItem.hover, #header .header .subMenuBox .boxItem.hover{background-color:#1c3d88;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem.hover .menuTitle, #sitemap .inBox .sitemapMenuBox .allMenuList .listItem.hover a, #header .header .subMenuBox .boxItem.hover .subMenuTitle a{color:#fff !important;} */

/* #header.hover .header, #header.fixed .header, #header.subActive .header{box-shadow:0 3px 5px rgba(0,0,0,.15);} */

@-webkit-keyframes fadeInOut {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeInOut2 {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes fadeInOut2 {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
/* 퀵메뉴 */
#quick{width:calc(100% - 50px); max-width:1200px; height:100px; position:fixed; left:50%; bottom:60px; z-index:1200; background:#fff; border-radius:50px; overflow:hidden; transform:translateX(-50%); box-shadow:0 0 5px rgba(0,0,0,.25);}
#quick ul{display:flex; width:100%; height:100%;}
#quick ul li{width:calc(100% / 8); height:100%; transition:all 0.5s linear;}
#quick ul li a{display:flex; flex-wrap:wrap; justify-content:center; align-content:center; width:100%; height:100%; text-align:center; font-size:19px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#222; transition:color 0.5s linear;}
#quick ul li a div{display:inline-block; overflow:hidden; margin-bottom:12px;}
#quick ul li a div img{transition:fliter 0.5s;}
#quick ul li a p{width:100%;}
#quick ul li:hover{background:#093fb4;}
#quick ul li:hover a{color:#fff;}
#quick ul li:hover a div img{filter:drop-shadow(0px 100px 0 #fff); transform:translateY(-100px);}

.footerMap{display:flex; justify-content:center; width:100%; padding:140px 25px; background:#fff;}
.footerMap .inBox{display:flex; justify-content:space-between; align-items:center; width:100%; max-width:1440px; margin:0 auto;}
.footerMap .inBox .textBox{display:inline-flex; flex-wrap:wrap; align-content:flex-start; width:44.444%; padding-right:25px;}
.footerMap .inBox .textBox .boxTitle{width:100%; font-family: 'GmarketSans'; font-size:40px; font-weight:400; letter-spacing:-0.05em; line-height:1; color:#222; margin-bottom:39px;}
.footerMap .inBox .textBox address{display:block; width:100%; font-size:20px; font-weight:400; letter-spacing:-0.05em; line-height:1; color:#222; margin-bottom:21px;}
.footerMap .inBox .textBox .mapLink{display:flex; width:100%; margin-bottom:58px;}
.footerMap .inBox .textBox .mapLink a{display:inline-flex; justify-content:center; align-items:center; width:138px; height:40px; border:1px solid #ccc; border-radius:20px; font-size:16px; font-weight:400; letter-spacing:-0.05em; line-height:1; color:#666;}
.footerMap .inBox .textBox .mapLink a + a{margin-left:10px;}
.footerMap .inBox .textBox .mapLink a i{display:inline-block; width:19px; height:22px; background:url("/html/resource/img/comm/naver_map.png") no-repeat center center/cover; margin-right:5px;}
.footerMap .inBox .textBox .mapLink a i.kakaoIcon{background-image:url("/html/resource/img/comm/kakao_map.png");}
.footerMap .inBox .textBox .callBox{display:flex; flex-wrap:wrap; align-content:flex-start; width:100%; margin-bottom:60px;}
.footerMap .inBox .textBox .callBox .boxItem{display:flex; align-items:center; width:100%; color:#222;}
.footerMap .inBox .textBox .callBox .boxItem.type2{color:#093fb4; margin-top:18px;}
.footerMap .inBox .textBox .callBox .boxItem .itemTitle{display:inline-flex; align-items:center; width:165px; font-size:24px; font-weight:600; letter-spacing:-0.05em; line-height:1;}
.footerMap .inBox .textBox .callBox .boxItem .itemTitle span{display:inline-flex; justify-content:center; align-items:center; width:69px; height:29px; border-radius:14.5px; font-size:18px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#fff; background:#093fb4; margin-left:10px;}
.footerMap .inBox .textBox .callBox .boxItem .itemCall{display:inline-block; font-size:34px; font-weight:700; letter-spacing:-0.05em; line-height:1;}
.footerMap .inBox .textBox .timeBox{display:flex; align-items:flex-start; width:100%;}
.footerMap .inBox .textBox .timeBox .inTitle{display:inline-block; width:165px; font-size:24px; font-weight:600; letter-spacing:-0.05em; line-height:1;}
.footerMap .inBox .textBox .timeBox .text{display:inline-flex; flex-wrap:wrap; align-content:flex-start; width:calc(100% - 165px);}
.footerMap .inBox .textBox .timeBox .text ul{width:100%; font-size:20px; font-weight:400; letter-spacing:-0.05em; line-height:1;}
.footerMap .inBox .textBox .timeBox .text ul li{display:flex; align-items:flex-start; width:100%;}
.footerMap .inBox .textBox .timeBox .text ul li + li{margin-top:18px;}
.footerMap .inBox .textBox .timeBox .text ul li span{display:inline-block; flex-shrink:0; width:100px;}
.footerMap .inBox .textBox .timeBox .text ul li p{display:inline-block;}
.footerMap .inBox .textBox .timeBox .text > p{width:100%; font-size:18px; font-weight:300; letter-spacing:-0.05em; line-height:1; color:#666; margin-top:30px;}
.footerMap .inBox .textBox .timeBox .text > p + p{margin-top:13px;}
.footerMap .inBox .mapBox{display:inline-block; width:55.56%; height:512px; border-radius:8px; overflow:hidden; position:relative;}
.footerMap .inBox .mapBox .root_daum_roughmap{width:100%; height:100%; position:absolute; top:0; left:0;}
.footerMap .inBox .mapBox .root_daum_roughmap .wrap_map{height:100% !important;}
.footerMap .inBox .mapBox .root_daum_roughmap .map{border-radius:0;}
.footerMap .inBox .mapBox .root_daum_roughmap .map_border{display:none;}


/* 푸터 */
#footer{width:100%; height:auto; overflow:hidden; padding-bottom:60px; background:#f7f7f7;}
#footer .footer{display:flex; flex-wrap:wrap; align-content:flex-start; width:calc(100% - 50px); max-width:1440px; margin:0 auto;}
#footer .footer .inLinkBox{display:flex; justify-content:center; align-items:center; width:100%; padding:40px 0 30px 0; border-bottom:1px solid #ccc; margin-bottom:40px;}
#footer .footer .inLinkBox .boxItem{display:inline-block; font-size:18px; font-weight:300; letter-spacing:-0.05em; line-height:1; color:#666;}
#footer .footer .inLinkBox .boxItem + .boxItem{margin-left:50px;}
#footer .footer .textBox{width:100%; height:auto; font-size:18px; font-weight:300; letter-spacing:-0.05em; line-height:1.3; color:#666; text-align:center;}
#footer .footer .textBox div + div{margin-top:15px;}
#footer .footer .textBox span{display:inline-block; margin:0 5px;}

.youtube_bg{width:100%; height:100%; position:fixed; z-index:2001; top:0; left:0; background:rgba(0,0,0,.7);}
.youtube_bg .youtube_box{display:flex; flex-wrap:wrap; align-content:flex-start; justify-content:flex-end; width:calc(100% - 60px); max-width:1000px; height:auto; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
.youtube_bg .youtube_box .zClose{display:inline-block; width:60px; height:60px; background:#333; text-align:center; font-size:28px; font-weight:500; letter-spacing:-0.025em; line-height:60px; color:#fff;}
.youtube_bg .youtube_box .inFrame{width:100%; height:auto; padding-top:56.25%; overflow:hidden; position:relative;}
.youtube_bg .youtube_box iframe{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}

/* 스프라이트 이미지 */
.sprite{display:inline-block;}

/* 배경색 지정 */
.bgColor1{background-color:#f6f6f6 !important;}
.bgColor2{background-color:#f5f6f8 !important;}

/* 글자색 지정 */
.color1{color:#222 !important;}
.color2{color:#fff !important;}


br.pcOnly{display:block;}
br.mobileOnly{display:none;}

/* 폰트 굵기 */
.fw1{font-weight:100 !important;}
.fw2{font-weight:200 !important;}
.fw3{font-weight:300 !important;}
.fw4{font-weight:400 !important;}
.fw5{font-weight:500 !important;}
.fw6{font-weight:600 !important;}
.fw7{font-weight:700 !important;}
.fw8{font-weight:800 !important;}
.fw9{font-weight:900 !important;}

.mr_no{margin-right:0 !important;}
.ml_no{margin-left:0 !important;}
.mt_no{margin-top:0 !important;}
.mb_no{margin-bottom:0 !important;}
.pr_no{padding-right:0 !important;}
.pl_no{padding-left:0 !important;}
.pt_no{padding-top:0 !important;}
.pb_no{padding-bottom:0 !important;}

.mb310{margin-bottom:310px;}

.ta_l{text-align:left !important;}
.ta_c{text-align:center !important;}
.ta_r{text-align:right !important;}

.italic{font-style:italic;}

.inp{height:31px; box-sizing:border-box; padding:7px 10px; border:1px solid #d8d8d8;}
.inp[type="radio"]{vertical-align:-2px; border:none;}
.inp[type="checkbox"]{vertical-align:-2px; border:none;}
.sel{height:31px; box-sizing:border-box; padding:4px 10px 5px; border:1px solid #d8d8d8;}

/* PAGING */
.paging {width:100%; height:40px; text-align:center; font-size:16px; margin-top:80px; margin-bottom:120px; position:relative;}
.paging  a {color:#6d6d6d}
.paging .link_page {border:1px solid #d1d1d1; color:#5a5a5a; display:inline-block; font-weight:500; text-align:center; width:40px; height:40px; line-height:38px; margin-left:-1px;}
.paging .link_page:hover{position:relative; z-index:1; border:1px solid #7c7c7c;}
.paging .link_page_on{position:relative; z-index:1; border:1px solid #7c7c7c; color:#222; display:inline-block; text-align:center; width:40px; height:40px; font-weight:700; line-height:38px;}
.paging .btn_prev {display:inline-block; text-align:center; width:40px; height:40px; line-height:38px; margin-right:10px; color:#5a5a5a; font-weight:700; border:1px solid #d5d5d5; background-color:#fff;}
.paging .btn_next {display:inline-block; text-align:center; width:40px; height:40px; line-height:38px; margin-left:10px; color:#5a5a5a; font-weight:700; border:1px solid #d5d5d5; background-color:#fff;}

.btn_box1{width:100%; overflow:hidden; font-size:15px; font-weight:500; margin-top:30px; margin-bottom:120px;}
.btn_box1.center{text-align:center;}
.btn_box2{width:100%; overflow:hidden; text-align:center; margin-top:50px;}

a.btn_left_1, button.btn_left_1{float:left; margin-right:10px; display:inline-block; vertical-align:top; box-sizing:border-box; width:180px; height:50px; font-size:20px; text-align:center; line-height:48px; border:1px solid #222; font-size:14px; color:#222; background-color:#fff;}
a.btn_left_2, button.btn_left_2{float:left; margin-right:10px; display:inline-block; vertical-align:top; box-sizing:border-box; width:180px; height:50px; font-size:20px; text-align:center; line-height:48px; border:1px solid #222; color:#fff; background-color:#222;}

a.btn_right_1, button.btn_right_1{float:right; margin-left:10px; display:inline-block; vertical-align:top; box-sizing:border-box; width:180px; height:50px; font-size:20px; text-align:center; line-height:48px; border:1px solid #222; color:#222; background-color:#fff;}
a.btn_right_2, button.btn_right_2{float:right; margin-left:10px; display:inline-block; vertical-align:top; box-sizing:border-box; width:180px; height:50px; font-size:20px; text-align:center; line-height:48px; border:1px solid #222; color:#fff; background-color:#222;}

a.btn_center_1, button.btn_center_1{margin-left:10px; display:inline-block; vertical-align:top; box-sizing:border-box; width:180px; height:50px; font-size:20px; text-align:center; line-height:48px; background-color:#222; border:1px solid #222; color:#fff;}
a.btn_center_2, button.btn_center_2{margin-left:10px; display:inline-block; vertical-align:top; box-sizing:border-box; width:180px; height:50px; font-size:20px; text-align:center; line-height:48px; background-color:#ffffff; border:1px solid #222; color:#222;}

.content_hide{visibility:hidden; overflow:hidden; width:0; height:0; font-size:0; line-height:0; text-indent:-9999px;}

.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0, 0, 0, 0); white-space:nowrap; border-width:0;}


@media (max-width:1880px) {
	#header .header .subMenuBox .boxItem .subMenuTitle a{font-size:20px; padding:0 30px;}
	#header .header .subMenuBox .boxItem .subMenuList li a{font-size:17px;}
	#header .header.on .subMenuBox .boxItem .subMenuTitle a{padding:0 35px;}
	#header.subActive .header .subMenuBox .boxItem .subMenuTitle a, #header.fixed .header .subMenuBox .boxItem .subMenuTitle a{padding:0 35px;}
}

@media (max-width:1680px) {
	#header .header .subMenuBox .boxItem .subMenuTitle a{font-size:18px; padding:0 25px;}
	#header .header .subMenuBox .boxItem .subMenuList li a{font-size:16px;}
	#header .header.on .subMenuBox .boxItem .subMenuTitle a{padding:0 30px;}
	#header.subActive .header .subMenuBox .boxItem .subMenuTitle a, #header.fixed .header .subMenuBox .boxItem .subMenuTitle a{padding:0 30px;}
}

@media (max-width:1440px) {
	#header .header .subMenuBox{display:none;}
}

@media (max-width:1300px) {
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle{font-size:26px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle{font-size:15px;}
}

@media (max-width:1240px) {	
}

@media (max-width:1200px) {
}

@media (max-width:1080px) {
	
}

@media (max-width:1000px) {	
	#header .headBanner .bannerClose{right:27px;}
	#header .headBanner .bannerClose input[type="checkbox"]{display:none;}
	#header .headBanner .bannerClose input[type="checkbox"] + label{display:none;}
	#header .header{height:105px;/*  box-shadow:0 0 4px rgba(0,0,0,.2); */}
	#header .header .logo{display:flex; justify-content:flex-start; align-items:center; width:330px; height:100%;}
	#header .header .logo a{background-position:27px center;}
	#header .header .logo .pcOnly{display:none;}
	#header .header .logo .mobileOnly{display:block;}
	#header .header .headRightMenu{width:100px;}
	#header .headRightMenu .headMenuBtn{width:100px;}
	#header .headRightMenu .headMenuBtn .inBox{width:46px; height:31px;}
	#header .headRightMenu .headMenuBtn span{height:3px;}
	#header .headRightMenu .headMenuBtn span:nth-of-type(2){top:14px;}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(1){transform:translateY(14px) rotate(-45deg);}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(2){opacity:0;}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(3){transform:translateY(-14px) rotate(45deg);}
	
	#sitemap{z-index:15; overflow-y:auto;}
	#sitemap .mobileInTop{display:flex; width:100%; height:105px; background:#2b2b2b; position:relative; align-items:center;}
	#sitemap .mobileInTop .logo{display:inline-flex; justify-content:center; align-items:center; width:330px; height:100%;}
	#sitemap .mobileInTop .logo img{width:239px; height:auto;}
	#sitemap .headMenuBtn2{display:inline-flex; justify-content:center; align-items:center; width:100px; height:100%; position:absolute; top:0; right:0;}
	#sitemap .headMenuBtn2 .inBtn{display:inline-block; width:46px; height:31px; position:relative;}
	#sitemap .headMenuBtn2 span{display:block; width:100%; height:3px; background:#fff; position:absolute; left:0;}
	#sitemap .headMenuBtn2 span:nth-of-type(1){top:0;}
	#sitemap .headMenuBtn2 span:nth-of-type(2){top:14px;}
	#sitemap .headMenuBtn2 span:nth-of-type(3){bottom:0;}
	#sitemap .headMenuBtn2.active span:nth-of-type(1){transform:translateY(14px) rotate(-45deg);}
	#sitemap .headMenuBtn2.active span:nth-of-type(2){opacity:0;}
	#sitemap .headMenuBtn2.active span:nth-of-type(3){transform:translateY(-14px) rotate(45deg);}
	#sitemap{height:100%; top:0;}
	#sitemap .inBox{display:block; -webkit-box-align:unset; -ms-flex-align:unset; align-items:unset; padding-left:0; overflow-y:visible}
	#sitemap .inBox .sitemapMenuBox{display:block; width:100%; height:auto; text-align:left;}
	#sitemap .inBox .sitemapMenuBox .allMenuList{display:block; -webkit-box-pack:unset; -ms-flex-pack:unset; justify-content:unset; -webkit-box-align:unset; -ms-flex-align:unset; align-items:unset; height:auto; padding-top:0; margin-bottom:0;}
	#sitemap .inBox .sitemapMenuBox .allMenuList::after{display:none;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem{display:block; width:100%; height:auto; -webkit-transition:unset; -o-transition:unset; transition:unset; position:relative; margin-bottom:0;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem::after{content:""; display:block; width:calc(100% - 50px); height:1px; background:#e0e0e0; position:absolute; bottom:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%);}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle{display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; align-items:center; width:100%; height:130px; font-size:36px; color:#222; text-align:left; position:relative; padding:0 25px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle::after{content:""; display:block; width:24px; height:13px; background-image:url("/html/resource/img/comm/mobile_all_menu_arrow.png"); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto; position:absolute; top:50%; right:25px; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle.noArrow > a{display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; align-items:center; width:100%; height:100%;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle.noArrow::after{display:none;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem.on .menuTitle::after, #sitemap .inBox .sitemapMenuBox .allMenuList .listItem.active .menuTitle::after{background-position:center top;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList{display:none; width:100%; height:auto; padding-top:0; background:#f8f8f8; margin-top:0;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul{width:100%; height:auto; max-height:790px; padding:35px 25px 15px 25px; margin-bottom:0; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-writing-mode:unset; -ms-writing-mode:unset; writing-mode:unset; text-orientation:unset;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li{width:100%; height:auto; margin-right:0; margin-bottom:0; -webkit-writing-mode:unset; -ms-writing-mode:unset; writing-mode:unset;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle{font-size:30px; line-height:80px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle a{-webkit-transition:unset;-o-transition:unset;transition:unset; text-align:left;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inMenuList{margin-top:0; padding-left:10px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inMenuList .inListItem + .inListItem{margin-top:10px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inMenuList .inListItem a{display:flex; align-items:center; font-size:24px; line-height:1;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inSubMenu{display:flex; flex-wrap:wrap; align-items:center; align-content:flex-start; width:100%; height:auto; margin-top:22px; margin-bottom:15px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inSubMenu a{display:inline-block; box-sizing:border-box; width:33.333%; font-size:28px; font-weight:300; line-height:1.1; color:#6e6e6e; -webkit-transition:unset; -o-transition:unset; transition:unset; margin-bottom:20px; position:relative; padding-left:15px; color:#525252;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inSubMenu a::before{content:""; display:block; width:4px; height:4px; border-radius:50%; background:#6e6e6e; position:absolute; top:50%; left:0; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inSubMenu a + a{margin-top:0;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem.on .subMenuList{display:block;}
	
	#quick{width:100%; height:100px; bottom:0; border-radius:0; background:#093fb4; box-shadow:unset;}
	#quick ul li{width:20%;}
	#quick ul li.hideItem{display:none;}
	#quick ul li a{font-size:23px; color:#fff;}
	#quick ul li a div{margin-bottom:12px;}
	#quick ul li a div img{filter:drop-shadow(0px 100px 0 #fff); transform:translateY(-100px);}

	.footerMap{padding:140px 25px;}
	.footerMap .inBox{flex-wrap:wrap; justify-content:flex-start; align-content:flex-start;}
	.footerMap .inBox .textBox{display:flex; width:100%; max-width:none; padding:0; margin-bottom:80px;}
	.footerMap .inBox .textBox .boxTitle{font-size:44px; margin-bottom:39px;}
	.footerMap .inBox .textBox address{font-size:24px; margin-bottom:21px;}
	.footerMap .inBox .textBox .mapLink{margin-bottom:58px;}
	.footerMap .inBox .textBox .mapLink a{width:220px; height:65px; border-radius:30px; font-size:24px;}
	.footerMap .inBox .textBox .mapLink a + a{margin-left:10px;}
	.footerMap .inBox .textBox .mapLink a i{width:38px; height:45.6px; background-image:url("/html/resource/img/comm/m_naver_map.png"); margin-right:10px;}
	.footerMap .inBox .textBox .mapLink a i.kakaoIcon{background-image:url("/html/resource/img/comm/m_kakao_map.png");}
	.footerMap .inBox .textBox .callBox{margin-bottom:60px;}
	.footerMap .inBox .textBox .callBox .boxItem.type2{margin-top:18px;}
	.footerMap .inBox .textBox .callBox .boxItem .itemTitle{width:220px; font-size:28px;}
	.footerMap .inBox .textBox .callBox .boxItem .itemTitle span{width:100px; height:40px; border-radius:20px; font-size:24px; margin-left:20px;}
	.footerMap .inBox .textBox .callBox .boxItem .itemCall{font-size:38px;}
	.footerMap .inBox .textBox .timeBox .inTitle{width:220px; font-size:28px;}
	.footerMap .inBox .textBox .timeBox .text{width:calc(100% - 220px);}
	.footerMap .inBox .textBox .timeBox .text ul{font-size:24px;}
	.footerMap .inBox .textBox .timeBox .text ul li + li{margin-top:18px;}
	.footerMap .inBox .textBox .timeBox .text ul li span{width:120px;}
	.footerMap .inBox .textBox .timeBox .text > p{font-size:22px; margin-top:30px;}
	.footerMap .inBox .textBox .timeBox .text > p + p{margin-top:13px;}
	.footerMap .inBox .mapBox{display:block; width:100%; height:512px; border-radius:8px;}
	
	#footer{padding-bottom:60px;}
	#footer .footer{width:calc(100% - 50px);}
	#footer .footer .inLinkBox{flex-wrap:wrap; padding:40px 0 30px 0; margin-bottom:40px;}
	#footer .footer .inLinkBox .boxItem{min-width:calc(33.333% - 75px); font-size:24px; margin-left:15px !important; margin-right:15px; text-align:center;}
	#footer .footer .inLinkBox .boxItem + .boxItem{margin-left:0;}
	#footer .footer .inLinkBox .boxItem:nth-child(4), #footer .footer .inLinkBox .boxItem:nth-child(5){margin-top:20px;}
	#footer .footer .textBox{font-size:22px;}
	#footer .footer .textBox div + div{margin-top:15px;}
	#footer .footer .textBox span{margin:0 5px;}
	
	.youtube_bg .youtube_box{width:calc(100% - 60px);}
	.youtube_bg .youtube_box .zClose{width:60px; height:60px; font-size:28px; line-height:60px;}

	br.pcOnly{display:none;}
	br.mobileOnly{display:block;}

	.paging{margin-top:80px; margin-bottom:96px;}

	.btn_box1{font-size:15px; margin-top:24px; margin-bottom:96px;}
	.btn_box2{margin-top:40px;}

	a.btn_left_1, button.btn_left_1{margin-right:10px; width:180px; height:50px; font-size:20px; line-height:48px;}
	a.btn_left_2, button.btn_left_2{margin-right:10px; width:180px; height:50px; font-size:20px; line-height:48px;}

	a.btn_right_1, button.btn_right_1{margin-left:10px; width:180px; height:50px; font-size:20px; line-height:48px;}
	a.btn_right_2, button.btn_right_2{margin-left:10px; width:180px; height:50px; font-size:20px; line-height:48px;}

	a.btn_center_1, button.btn_center_1{margin-left:10px; width:180px; height:50px; font-size:20px; line-height:48px;}
	a.btn_center_2, button.btn_center_2{margin-left:10px; width:180px; height:50px; font-size:20px; line-height:48px;}
}


@media (max-width:768px) {
	#header .headBanner{height:10.41667vw;}
	#header .headBanner .bannerClose{right:3.51563vw;}
	#header .headBanner .bannerClose button{width:3.77604vw; height:3.77604vw; background-size:2.47396vw 2.47396vw; margin-left:0;}
	#header .header{height:13.67188vw;}
	#header .header .logo{width:42.96875vw;}
	#header .header .logo a{background-position:3.51563vw center; background-size:31.11979vw 7.16146vw;}
	#header .header .headRightMenu{width:13.02083vw;}
	#header .headRightMenu .headMenuBtn{width:13.02083vw;}
	#header .headRightMenu .headMenuBtn .inBox{width:5.98958vw; height:4.03646vw;}
	#header .headRightMenu .headMenuBtn span{height:0.39063vw;}
	#header .headRightMenu .headMenuBtn span:nth-of-type(2){top:1.82292vw;}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(1){transform:translateY(1.82292vw) rotate(-45deg);}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(2){opacity:0;}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(3){transform:translateY(-1.82292vw) rotate(45deg);}

	#sitemap .mobileInTop{height:13.67188vw;}
	#sitemap .mobileInTop .logo{width:42.96875vw;}
	#sitemap .mobileInTop .logo img{width:31.11979vw; height:auto;}
	#sitemap .headMenuBtn2{width:13.02083vw;}
	#sitemap .headMenuBtn2 .inBtn{width:5.98958vw; height:4.03646vw;}
	#sitemap .headMenuBtn2 span{height:0.39063vw; left:0;}
	#sitemap .headMenuBtn2 span:nth-of-type(1){top:0;}
	#sitemap .headMenuBtn2 span:nth-of-type(2){top:1.82292vw;}
	#sitemap .headMenuBtn2 span:nth-of-type(3){bottom:0;}
	#sitemap .headMenuBtn2.active span:nth-of-type(1){transform:translateY(1.82292vw) rotate(-45deg);}
	#sitemap .headMenuBtn2.active span:nth-of-type(2){opacity:0;}
	#sitemap .headMenuBtn2.active span:nth-of-type(3){transform:translateY(-1.82292vw) rotate(45deg);}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem::after{width:calc(100% - 6.51042vw);}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle{height:16.92708vw; font-size:4.68750vw; padding:0 3.25521vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle::after{width:3.12500vw; height:1.69271vw; right:3.25521vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul{padding:4.55729vw 3.25521vw 1.95313vw 3.25521vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle{font-size:3.90625vw; line-height:10.41667vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inMenuList{padding-left:1.30208vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inMenuList .inListItem + .inListItem{margin-top:1.30208vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inMenuList .inListItem a{font-size:3.12500vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inSubMenu{margin-top:2.86458vw; margin-bottom:1.95313vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inSubMenu a{font-size:3.64583vw; margin-bottom:2.60417vw; padding-left:1.95313vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inSubMenu a::before{width:0.52083vw; height:0.52083vw;}

	#quick{height:13.02083vw;}
	#quick ul li a{font-size:3.38542vw;}
	#quick ul li a div{margin-bottom:1.56250vw;}
	#quick ul li a div img{width:5.07813vw; height:auto; filter:drop-shadow(0.00000vw 13.02083vw 0 #fff); transform:translateY(-13.02083vw);}
	
	.footerMap{padding:18.22917vw 3.25521vw;}
	.footerMap .inBox .textBox{margin-bottom:10.41667vw;}
	.footerMap .inBox .textBox .boxTitle{font-size:6.25000vw; margin-bottom:5.07813vw;}
	.footerMap .inBox .textBox address{font-size:3.64583vw; margin-bottom:2.73438vw;}
	.footerMap .inBox .textBox .mapLink{margin-bottom:7.55208vw;}
	.footerMap .inBox .textBox .mapLink a{width:32.55208vw; height:9.11458vw; border-radius:4.55729vw; font-size:3.64583vw;}
	.footerMap .inBox .textBox .mapLink a + a{margin-left:1.30208vw;}
	.footerMap .inBox .textBox .mapLink a i{width:4.94792vw; height:5.93750vw; margin-right:1.30208vw;}
	.footerMap .inBox .textBox .callBox{margin-bottom:7.81250vw;}
	.footerMap .inBox .textBox .callBox .boxItem.type2{margin-top:2.34375vw;}
	.footerMap .inBox .textBox .callBox .boxItem .itemTitle{width:32.55208vw; font-size:4.16667vw;}
	.footerMap .inBox .textBox .callBox .boxItem .itemTitle span{width:16.92708vw; height:6.51042vw; border-radius:3.25521vw; font-size:3.64583vw; margin-left:2.60417vw;}
	.footerMap .inBox .textBox .callBox .boxItem .itemCall{font-size:5.46875vw;}
	.footerMap .inBox .textBox .timeBox .inTitle{width:32.55208vw; font-size:4.16667vw;}
	.footerMap .inBox .textBox .timeBox .text{width:calc(100% - 32.55208vw);}
	.footerMap .inBox .textBox .timeBox .text ul{font-size:3.64583vw;}
	.footerMap .inBox .textBox .timeBox .text ul li + li{margin-top:2.34375vw;}
	.footerMap .inBox .textBox .timeBox .text ul li span{width:19.53125vw;}
	.footerMap .inBox .textBox .timeBox .text > p{font-size:3.38542vw; margin-top:3.90625vw;}
	.footerMap .inBox .textBox .timeBox .text > p + p{margin-top:1.69271vw;}
	.footerMap .inBox .mapBox{height:66.66667vw; border-radius:1.04167vw;}
	
	#footer{padding-bottom:7.81250vw;}
	#footer .footer{width:calc(100% - 6.51042vw);}
	#footer .footer .inLinkBox{flex-wrap:wrap; padding:5.20833vw 0 3.90625vw 0; margin-bottom:5.20833vw;}
	#footer .footer .inLinkBox .boxItem{min-width:unset; font-size:3.64583vw; margin-left:1.95313vw !important; margin-right:1.95313vw; text-align:center;}
	#footer .footer .inLinkBox .boxItem + .boxItem{margin-left:0;}
	#footer .footer .inLinkBox .boxItem:nth-child(3), #footer .footer .inLinkBox .boxItem:nth-child(4), #footer .footer .inLinkBox .boxItem:nth-child(5){margin-top:2.60417vw;}
	#footer .footer .textBox{font-size:3.38542vw;}
	#footer .footer .textBox div + div{margin-top:1.95313vw;}
	#footer .footer .textBox span{margin:0 0.65104vw;}
	
	.youtube_bg .youtube_box{width:calc(100% - 7.81250vw);}
	.youtube_bg .youtube_box .zClose{width:7.81250vw; height:7.81250vw; font-size:3.64583vw; line-height:7.81250vw;}
	
	.paging {height:7.8125vw; font-size:3.1250vw; margin-top:10.41667vw; margin-bottom:15.6250vw;}
	.paging .link_page {width:7.8125vw; height:7.8125vw; line-height:7.5521vw;}
	.paging .link_page_on{width:7.8125vw; height:7.8125vw; line-height:7.5521vw;}
	.paging .btn_prev {width:7.8125vw; height:7.8125vw; line-height:7.5521vw; margin-right:1.3021vw;}
	.paging .btn_next {width:7.8125vw; height:7.8125vw; line-height:7.5521vw; margin-left:1.3021vw;}

	.btn_box1{font-size:1.9531vw; margin-top:3.9063vw; margin-bottom:15.6250vw;}
	.btn_box1.center{display:flex;justify-content:center; align-items:center;}
	.btn_box2{margin-top:6.5104vw;}

	.boardBox.writeBox .tblWrite .btn_box1, .boardBox.writeBox .tblWrite .btn_box2{padding:0 3.9063vw !important;}

	a.btn_left_1, button.btn_left_1{margin-right:1.3021vw; width:26.0417vw; height:8.0729vw; font-size:3.1250vw; line-height:7.8125vw;}
	a.btn_left_2, button.btn_left_2{margin-right:1.3021vw; width:26.0417vw; height:8.0729vw; font-size:3.1250vw; line-height:7.8125vw;}

	a.btn_right_1, button.btn_right_1{margin-left:1.3021vw; width:26.0417vw; height:8.0729vw; font-size:3.1250vw; line-height:7.8125vw;}
	a.btn_right_2, button.btn_right_2{margin-left:1.3021vw; width:26.0417vw; height:8.0729vw; font-size:3.1250vw; line-height:7.8125vw;}

	a.btn_center_1, button.btn_center_1{margin-left:1.3021vw; width:26.0417vw; height:8.0729vw; font-size:3.1250vw; line-height:7.8125vw;}
	a.btn_center_2, button.btn_center_2{margin-left:1.3021vw; width:26.0417vw; height:8.0729vw; font-size:3.1250vw; line-height:7.8125vw;}

	.mt15{margin-top:1.95313vw;}
	.mt20{margin-top:2.60417vw;}
	.mt25{margin-top:3.25521vw;}
	.mt30{margin-top:3.90625vw;}
	.mt40{margin-top:5.20833vw;}
	.mt45{margin-top:5.85938vw;}
	.mt50{margin-top:6.51042vw;}
	.mt55{margin-top:7.16146vw;}
	.mt60{margin-top:7.81250vw;}
	.mt70{margin-top:9.11458vw;}
	.mt75{margin-top:9.76563vw;}
	.mt85{margin-top:11.06771vw;}
	.mt90{margin-top:11.71875vw;}
	.mt95{margin-top:12.36979vw;}
	.mt100{margin-top:13.02083vw;}
	.mt110{margin-top:14.32292vw;}
	.mt115{margin-top:14.97396vw;}
	.mt120{margin-top:15.62500vw;}
	.mt130{margin-top:16.92708vw;}
	.mt140{margin-top:18.22917vw;}
	.mt160{margin-top:20.83333vw;}
	.mt200{margin-top:26.04167vw;}
	
	.mb25{margin-bottom:3.25521vw;}
	.mb60{margin-bottom:7.81250vw;}
	.mb95{margin-bottom:12.36979vw;}
	.mb180{margin-bottom:23.43750vw;}
	.mb310{margin-bottom:40.36458vw;}

	.pt15{padding-top:1.95313vw;}
	.pt75{padding-top:9.76563vw;}
	.pt85{padding-top:11.06771vw;}
	.pt130{padding-top:16.92708vw;}
	.pt140{padding-top:18.22917vw;}
	.pt170{padding-top:22.13542vw;}
	.pt185{padding-top:24.08854vw;}
	.pt200{padding-top:26.04167vw;}

	.pb30{padding-bottom:3.90625vw;}
	.pb50{padding-bottom:6.51042vw;}
	.pb75{padding-bottom:9.76563vw;}
	.pb80{padding-bottom:10.41667vw;}
	.pb100{padding-bottom:13.02083vw;}
	.pb130{padding-bottom:16.92708vw;}
	.pb140{padding-bottom:18.22917vw;}
	.pb150{padding-bottom:19.53125vw;}
	
	.pr25{padding-right:3.25521vw;}
}

.make_company{color: #fff !important}
.make_company > a:visited{color: #fff}
.make_company::selection {
	background-color: white;
}