@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::-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;}
input{box-sizing:border-box;}

/* 본문 바로가기 */
#skip_nav{position:absolute; width:100%; z-index:10; font-size:0; overflow:hidden;}
#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; overflow:hidden;}

/* 헤더 */
#header{width:100%; height:100px; min-width:340px; clear:both; position:fixed; z-index:1100; top:0; left:0;}
#header .header{display:flex; justify-content:center; align-items:center; width:100%; height:100px; text-align:center; position:relative;}
#header .header .logo{display:flex; justify-content:center; align-items:center; width:200px; height:100%; position:absolute; top:0; left:30px;}
#header .header .logo a{display:block; width:100%; height:100%; display:flex; justify-content:center; align-items:center;}
#header .header .logo img.normal{display:block;}
#header .header .logo img.scroll{display:none;}
#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; padding:0 30px;}
#header .header .subMenuBox .boxItem + .boxItem{margin-left:30px;}
#header .header .subMenuBox .boxItem .subMenuTitle{width:100%; height:100%;}
#header .header .subMenuBox .boxItem .subMenuTitle a{display:flex; width:100%; height:100%; justify-content:center; align-items:center; font-size:20px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#fff; position:relative; -webkit-transition:color 0.1s linear; -o-transition:color 0.1s linear; transition:color 0.1s linear;}
#header .header .subMenuBox .boxItem .subMenuList{width:100%; height:auto; max-height:0; overflow:hidden; top:100px; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); z-index:3; position:absolute; -webkit-transition:all 0.15s linear; -o-transition:all 0.15s linear; transition:all 0.15s linear; background:#fff;}
#header .header .subMenuBox .boxItem .subMenuList ul{display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; justify-content:center; align-items:center; width:100%; text-align:center; width:auto; height:100%; white-space:nowrap; margin-bottom:-20px; padding-top:25px; padding-bottom:25px;}
#header .header .subMenuBox .boxItem .subMenuList li{display:inline-block; height:100%; margin-bottom:20px; margin-right:40px;}
#header .header .subMenuBox .boxItem .subMenuList li a{display:flex; justify-content:center; align-items:center; width:100%; height:100%; font-size:18px; font-weight:400; letter-spacing:-0.025em; line-height:1; color:#222;}
#header .header .subMenuBox .boxItem .subMenuList li a:hover, #header .header .subMenuBox .boxItem .subMenuList li.on a{color:#3399ff;}
#header .header .subMenuBox .boxItem.on .subMenuTitle a, #header .header .subMenuBox .boxItem:hover .subMenuTitle a{color:#3399ff;}
#header .header .subMenuBox .boxItem.on .subMenuTitle a::after, #header .header .subMenuBox .boxItem:hover .subMenuTitle a::after{content:""; display:block; width:100%; height:2px; background:#3399ff; position:absolute; bottom:0; left:0; z-index:2;}
#header .header .subMenuBox .boxItem:hover .subMenuList{max-height:300px;}

#header .header .subMenuBox .boxItem:nth-child(1) .subMenuList ul{justify-content:center;}

#header .header .headRightMenu{display:flex; width:330px; height:100px; position:absolute; top:0; right:30px;}
#header .headRightMenu .rightLinkBox{display:inline-flex; justify-content:space-between; align-items:center; width:278px; height:100%; margin-right:16px;}
#header .headRightMenu .rightLinkBox a{display:inline-flex; justify-content:center; align-items:center; box-sizing:border-box; width:auto; height:35px; border-radius:17.5px; border:1px solid #fff; padding:0 20px; font-size:15px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#fff;}
#header .headRightMenu .rightLinkBox a span{display:inline-block; margin-left:7px;}
#header .headRightMenu .rightLinkBox a.type2{padding:0 15px;}
#header .headRightMenu .headMenuBtn{display:inline-flex; justify-content:center; align-items:center; width:36px; height:100%; z-index:10;}
#header .headRightMenu .headMenuBtn .inBox{display:inline-block; transition:all .4s; box-sizing:border-box; position:relative; width:36px; height:22px;}
#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:10px;}
#header .headRightMenu .headMenuBtn span:nth-of-type(3){bottom:0;}
#header .headRightMenu .headMenuBtn.active span:nth-of-type(1){-webkit-transform:translateY(10px) rotate(-45deg); -ms-transform:translateY(10px) rotate(-45deg); transform:translateY(10px) rotate(-45deg);}
#header .headRightMenu .headMenuBtn.active span:nth-of-type(2){opacity:0;}
#header .headRightMenu .headMenuBtn.active span:nth-of-type(3){-webkit-transform:translateY(-10px) rotate(45deg); -ms-transform:translateY(-10px) rotate(45deg); transform:translateY(-10px) rotate(45deg);}

#sitemap{display:none; width:100%; height:calc(100% - 100px); position:fixed; top:100px; 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; padding-left:0; overflow-y:auto;}
#sitemap .inBox .sitemapMenuBox{display:inline-block; width:1200px; 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;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem{display:flex; flex-wrap:wrap; align-content:flex-start; width:25%; height:auto; margin-bottom:95px;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle{display:block; width:100%; font-size:29px; font-weight:700; letter-spacing:-0.025em; line-height:1; color:#222; text-align:center; margin-bottom:30px;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList{display:block; width:100%; height:auto; text-align:center;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul{display:flex; flex-wrap:wrap; align-content:flex-start; width:100%; height:185px; margin-bottom:-20px;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li{width:100%; 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:last-child .subMenuList ul{height:auto;}
#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle.long{min-width:260px;}
#sitemap .inBox .sitemapBgBox{display:inline-flex; flex-wrap:wrap; align-content:space-between; flex-shrink:0; width:410px; height:100%; background:url("/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%; 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 .header:hover, #header.fixed .header, #header.subActive .header{background:#fff; border-bottom-color:#e0e0e0;}
#header .header:hover .logo, #header.fixed .logo, #header.subActive .logo{border-right-color:#e0e0e0;}
#header .header:hover .logo img.normal, #header.fixed .logo img.normal, #header.subActive .logo img.normal{display:none;}
#header .header:hover img.scroll, #header.fixed .logo img.scroll, #header.subActive .logo img.scroll{display:block;}
#header .header:hover .subMenuBox .boxItem .subMenuTitle a, #header.fixed .header .subMenuBox .boxItem .subMenuTitle a, #header.subActive .header .subMenuBox .boxItem .subMenuTitle a{color:#000;}
#header .header:hover .headRightMenu .rightLinkBox a, #header.fixed .header .headRightMenu .rightLinkBox a, #header.subActive .header .headRightMenu .rightLinkBox a{border-color:#000; color:#000;}
#header .header:hover .headRightMenu .headMenuBtn span, #header.fixed .header .headRightMenu .headMenuBtn span, #header.subActive .header .headRightMenu .headMenuBtn span{background:#000;}


/* 퀵메뉴 */
#quick{display:flex; flex-wrap:wrap; align-content:flex-start; position:fixed; bottom:180px; right:20px; width:80px; height:auto; z-index:901; border-radius:40px; padding:27px 0; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.2);}
#quick .quickItem{display:flex; flex-wrap:wrap; justify-content:center; align-content:center; width:100%; text-align:center;}
#quick .quickItem img{display:block; margin-bottom:8px;}
#quick .quickItem p{width:100%; height:auto; font-size:14px; font-weight:500; letter-spacing:-0.05em; line-height:1; color:#222;}
#quick .quickItem + .quickItem{margin-top:22px;}
#mobileQuick{display:none;}

#counselBg{display:none; background:rgba(0,0,0,.4); position:fixed; width:100%; height:100%; top:0; left:0; z-index:10001;}
#counselBg .counselPop{display:flex; flex-wrap:wrap; align-content:flex-start; width:100%; max-width:460px; height:auto; overflow:hidden; border-radius:18px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
#counselBg .counselPop .inTitle{display:flex; flex-wrap:wrap; align-content:flex-start; width:100%; height:auto; padding:50px 25px 30px 48px; background:#3399ff; position:relative; color:#fff;}
#counselBg .counselPop .inTitle strong{display:block; font-size:32px; font-weight:700; letter-spacing:-0.05em; line-height:1;}
#counselBg .counselPop .inTitle p{width:100%; font-size:18px; font-weight:500; letter-spacing:-0.05em; line-height:1; margin-top:15px;}
#counselBg .counselPop .inTitle button{display:inline-block; width:40px; height:40px; background:url("/resource/img/comm/pop_close.png") no-repeat center center/29px auto; position:absolute; top:24.5px; right:15.5px;}
#counselBg .counselPop .inSubmitBox{width:100%; height:auto; padding:30px 50px 50px 50px; background:#fff;}
#counselBg .counselPop .inSubmitBox .submitBox{display:flex; flex-wrap:wrap; align-content:flex-start; width:100%; height:auto;}
#counselBg .counselPop .inSubmitBox .boxItem{display:flex; align-items:center; width:100%; height:auto; font-size:18px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#222;}
#counselBg .counselPop .inSubmitBox .boxItem + .boxItem{margin-top:10px;}
#counselBg .counselPop .inSubmitBox .boxItem > label{display:inline-block; flex-shrink:0; width:76px;}
#counselBg .counselPop .inSubmitBox .boxItem input[type="text"], #counselBg .counselPop .inSubmitBox .boxItem input[type="tel"]{display:inline-block; flex-grow:1; height:45px; box-sizing:border-box; border:1px solid #dedede; padding:5px; font-weight:400; font-family:inherit;}
#counselBg .counselPop .inSubmitBox .boxItem textarea{width:100%; height:120px; border:1px solid #dedede; resize:none; padding:5px;}
#counselBg .counselPop .inSubmitBox .boxItem.privacyItem{justify-content:space-between; margin-top:20px;}
#counselBg .counselPop .inSubmitBox .boxItem .inCheckBox{display:inline-flex; align-items:center;}
#counselBg .counselPop .inSubmitBox .boxItem .inCheckBox input[type="checkbox"]{display:inline-block; width:24px; height:24px; margin:0 7px 0 0;}
#counselBg .counselPop .inSubmitBox .boxItem .inCheckBox input[type="checkbox"] + label{display:inline-block; font-size:15px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#222;}
#counselBg .counselPop .inSubmitBox .boxItem .inCheckBox input[type="checkbox"]:checked + label{font-weight:700;}
#counselBg .counselPop .inSubmitBox .boxItem a{display:inline-block; font-size:15px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#222; text-decoration:underline; text-underline-offset:5px;}
#counselBg .counselPop .inSubmitBox button{width:100%; height:56px; border-radius:7px; background:#222; margin-top:26px; text-align:center; font-size:22px; font-weight:700; letter-spacing:-0.05em; line-height:56px; color:#fff;}

#counselBg2{display:flex; flex-wrap:wrap; align-content:flex-start; justify-content:center; width:100%; height:auto; position:fixed; bottom:-130px; left:0; z-index:500; transition:bottom 0.3s linear;}
#counselBg2 .bottomBtn{display:block; width:400px; height:51px; margin:0 auto; text-align:center; background:#0066cc; border-radius:9px 9px 0 0; animation:bgChange 1.5s infinite alternate;}
#counselBg2 .bottomBtn button{display:block; width:100%; height:100%;}
#counselBg2 .bottomBtn button div{display:flex; justify-content:center; align-items:center; width:100%; height:100%;}
#counselBg2 .bottomBtn button div span{font-size:24px; font-weight:800; letter-spacing:-0.025em; line-height:1; color:#fff;}
#counselBg2 .bottomBtn button div i{display:inline-block; width:24px; height:14px; background:url("/resource/img/comm/cousel_arrow.png") no-repeat center center/cover; transform:rotate(180deg); transform-origin:center center; margin-left:16px;}
#counselBg2 .counselBottom{display:flex; justify-content:center; width:100%; height:130px; background:#3399ff; padding-top:14px;}
#counselBg2 .counselBottom .inBox{display:flex; justify-content:space-between; align-items:flex-start; width:calc(100% - 50px); max-width:1398px; height:auto; text-align:left;}
#counselBg2 .counselBottom .callBox{display:inline-block; flex-shrink:0; padding-top:2px; color:#fff; margin-right:40px;}
#counselBg2 .counselBottom .callBox span{display:inline-flex; justify-content:center; align-items:center; width:auto; height:37px; border-radius:18.5px; background:#0066cc; padding:0 18px; font-size:20px; font-weight:700; letter-spacing:-0.05em; line-height:1; margin-bottom:15px;}
#counselBg2 .counselBottom .callBox strong{display:block; font-size:52px; font-weight:700; letter-spacing:-0.025em; line-height:1;}
#counselBg2 .counselBottom .inSubmitBox{display:inline-block; width:68.8125%; max-width:962px;}
#counselBg2 .counselBottom .inSubmitBox form{display:flex; flex-wrap:wrap; align-content:flex-start; width:100%; height:auto;}
#counselBg2 .counselBottom .inSubmitBox .privacyBox{display:flex; justify-content:flex-end; align-items:center; width:100%; height:auto; margin-bottom:15px;}
#counselBg2 .counselBottom .inSubmitBox .privacyBox input[type="checkbox"]{display:inline-block; width:25px; height:25px; background:#fff; border:1px solid #6e6e6e; margin:0 5px 0 0;}
#counselBg2 .counselBottom .inSubmitBox .privacyBox input[type="checkbox"] + label{display:inline-block; font-size:16px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#000;}
#counselBg2 .counselBottom .inSubmitBox .privacyBox input[type="checkbox"]:checked + label{font-weight:700;}
#counselBg2 .counselBottom .inSubmitBox .submitBox{display:flex; justify-content:space-between; align-items:center; width:100%;}
#counselBg2 .counselBottom .inSubmitBox .submitBox .boxItem{display:inline-flex; justify-content:space-between; width:77.5%;}
#counselBg2 .counselBottom .inSubmitBox .submitBox .boxItem input[type="text"], #counselBg2 .counselBottom .inSubmitBox .submitBox .boxItem input[type="tel"]{display:inline-block; width:calc(50% - 6px); height:60px; background:#fff; border:1px solid #bbc6d0; font-family:inherit; font-size:20px; font-weight:400; padding:10px;}
#counselBg2 .counselBottom .inSubmitBox .submitBox button{display:inline-block; width:21.2%; height:60px; text-align:center; background:#222; font-size:23px; font-weight:700; letter-spacing:-0.05em; line-height:60px; color:#fff;}


#counselBg2.on{bottom:0;}
#counselBg2.on .bottomBtn button div i{transform:rotate(0deg);}

@keyframes bgChange {
  0%   {background-color:#0066cc;}
  100% {background-color:#00478f;}
}


/* 푸터 */
.footerMap{width:100%; height:auto; padding:60px 0;}
.footerMap .infoBox{width:100%;}
.footerMap .infoBox .inInfoBox{display:flex; justify-content:center; align-items:center; width:100%;}
.footerMap .infoBox .inInfoBox .boxItem{display:inline-flex; justify-content:center; align-items:center; width:50%; padding:0 25px;}
.footerMap .infoBox .inInfoBox .boxItem + .boxItem{justify-content:flex-start; padding-left:45px; padding-right:25px;}
.footerMap .infoBox .inInfoBox .boxItem .inBox{width:100%; max-width:560px; height:auto; text-align:left; color:#fff;}
.footerMap .infoBox .inInfoBox .boxItem .inCall{display:block; width:100%; height:auto; font-size:46px; font-weight:700; letter-spacing:-0.05em; line-height:1; margin-bottom:27px;}
.footerMap .infoBox .inInfoBox .boxItem .inCall a{color:inherit;}
.footerMap .infoBox .inInfoBox .boxItem address{display:block; font-size:20px; font-weight:300; letter-spacing:-0.05em; line-height:1; margin-bottom:62px;}
.footerMap .infoBox .inInfoBox .boxItem .timeTable{display:flex; flex-wrap:wrap; align-content:flex-start; width:100%; height:auto; font-size:20px; letter-spacing:-0.05em; line-height:1;}
.footerMap .infoBox .inInfoBox .boxItem .timeTable .tableRow{display:flex; align-items:flex-start; width:100%; height:auto;}
.footerMap .infoBox .inInfoBox .boxItem .timeTable .tableRow + .tableRow{margin-top:50px;}
.footerMap .infoBox .inInfoBox .boxItem .timeTable .rowTitle{display:inline-block; width:22.5%; font-weight:700;}
.footerMap .infoBox .inInfoBox .boxItem .timeTable .rowText{display:inline-block; width:77.5%; font-weight:300;}
.footerMap .infoBox .inInfoBox .boxItem .timeTable ul{display:flex; flex-wrap:wrap; align-content:flex-start; width:100%; height:auto;}
.footerMap .infoBox .inInfoBox .boxItem .timeTable ul li{display:flex; align-items:flex-start; width:100%; height:auto;}
.footerMap .infoBox .inInfoBox .boxItem .timeTable ul li + li{margin-top:21px;}
.footerMap .infoBox .inInfoBox .boxItem .timeTable ul li span{display:inline-block; flex-shrink:0; width:130px;}
.footerMap .infoBox .inInfoBox .boxItem .timeTable ul li p{display:inline-block;}
.footerMap .infoBox .inInfoBox .boxItem .holidayText{font-size:20px; font-weight:300; letter-spacing:-0.05em; line-height:1; margin-top:42px;}
.footerMap .infoBox .inInfoBox .boxItem  .mapBox{width:100%; max-width:716px; height:450px; overflow:hidden; position:relative; border-radius:16px;}
.footerMap .infoBox .inInfoBox .boxItem  .mapBox .root_daum_roughmap{width:100%; height:100%; position:absolute; top:0; left:0;}
.footerMap .infoBox .inInfoBox .boxItem  .mapBox .root_daum_roughmap .wrap_map{height:100% !important;}

#footer{width:100%; height:auto; background:#000;}
#footer .footer{display:flex; justify-content:center; align-items:flex-start; width:calc(100% - 50px); height:auto; max-width:1520px; margin:0 auto; padding-top:55px; border-top:1px solid rgba(255,255,255,.2);}
#footer .footer .leftBox{display:inline-flex; align-items:flex-start; flex-wrap:wrap; align-content:flex-start; text-align:center;margin-bottom:100px;}
#footer .footer .leftBox .inText{width:100%; font-size:16px; font-weight:400; letter-spacing:-0.05em; line-height:1.875; color:#8c8c8c;}
#footer .footer .leftBox .inText span{display:inline-block; width:5px; height:auto;}
#footer .footer .leftBox .inText a{color:inherit;}


/* 배경색 지정 */
.bgColor1{background-color:#f6f6f6 !important;}
.bgColor2{background-color:#f3f3f3 !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;}

/* 마진 & 패딩 */
.mt_no{margin-top:0 !important;}
.ml_no{margin-left:0 !important;}
.mr_no{margin-right:0 !important;}
.mb_no{margin-bottom:0 !important;}
.pt_no{padding-top:0 !important;}
.pl_no{padding-left:0 !important;}
.pr_no{padding-right:0 !important;}
.pb_no{padding-bottom:0 !important;}

.inp{height:31px; box-sizing:border-box; padding:7px 10px; border:1px solid #d8d8d8;}
.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:30px; 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:#023c8d; 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 #0066cc; font-size:14px; color:#0066cc; 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 #0066cc; color:#fff; background-color:#0066cc;}

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 #0066cc; color:#0066cc; 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 #0066cc; color:#fff; background-color:#0066cc;}

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:#0066cc; border:1px solid #0066cc; 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 #0066cc; color:#0066cc;}

.content_hide{visibility:hidden; overflow:hidden; width:0; height:0; font-size:0; line-height:0; text-indent:-9999px;}



@media (max-width:1600px) {
	#sitemap{height:calc(100% - 100px); top:100px;}
	#sitemap .inBox{padding-left:5%; min-width:0;}
	#sitemap .inBox .sitemapMenuBox{width:100%; max-width:1400px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList{padding-top:100px; margin-bottom:-95px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem{margin-bottom:95px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle{padding-right:40px; font-size:29px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul{margin-bottom:-20px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li{margin-bottom:20px; margin-right:60px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle{font-size:17px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle.long{min-width:195px;}
	#sitemap .inBox .sitemapBgBox{display:none;}

	.footerMap .infoBox .inInfoBox .boxItem{padding-right:90px;}
	.footerMap .infoBox .inInfoBox .boxItem + .boxItem{padding-left:55px;}
}

@media (max-width:1520px) {
	#header .header .subMenuBox{margin-right:150px;}
	#header .header .subMenuBox .boxItem{padding:0 20px;}
	#header .header .subMenuBox .boxItem + .boxItem{margin-left:20px;}
	/* #header .header .headRightMenu{width:360px;} */
}

@media (max-width:1440px) {
	.footerMap .infoBox .inInfoBox .boxItem{padding:0 25px;}
	.footerMap .infoBox .inInfoBox .boxItem + .boxItem{padding:0 25px;}
	.footerMap .infoBox .inInfoBox .boxItem .inCallBox{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
	.footerMap .infoBox .inInfoBox .boxItem .inCallBox .inText strong{margin-left:0;}
	.footerMap .infoBox .inInfoBox .boxItem .inCallBox .inLinkBox{margin-left:0;}
	
}

@media (max-width:1280px) {
}

@media (max-width:1240px) {
	#header .header .subMenuBox{display:none;}

	#sitemap{height:calc(100% - 100px); top:100px;}
	#sitemap .inBox{padding-left:5%;}
	#sitemap .inBox .sitemapMenuBox{width:100%; max-width:1400px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList{padding-top:100px; margin-bottom:-95px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem{margin-bottom:95px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle{padding-right:40px; font-size:29px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li{margin-bottom:20px; margin-right:60px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle{font-size:17px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle.long{min-width:195px;}
}

@media (max-width:1200px) {
	#footer{padding:100px 0;}
	.footerMap{padding:0 0 100px 0;}
	.footerMap .infoBox .inInfoBox{flex-wrap:wrap;}
	.footerMap.noFullPage .infoBox .inInfoBox{height:auto;}
	.footerMap .infoBox .inInfoBox .boxItem{width:100%; justify-content:center; padding:0 25px;}
	.footerMap .infoBox .inInfoBox .boxItem + .boxItem{justify-content:center; margin-top:70px;}
}

@media (max-width:1140px) {
	#header .header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}	
	/* #header .header .headRightMenu .headMenuBtn{width:100%; background:none;} */
	/* #sitemap{display:none; width:100%; height:100%; position:fixed; top:0; left:0; background:#fff; z-index:5; padding-top:0; overflow-y:auto;} */
	#header.subActive .header .headRightMenu .headMenuBtn span{background:#fff;}

	#sitemap{z-index:15;}
	#sitemap .mobileInTop{display:block; width:100%; height:79px; background:#2b2b2b; position:relative;}
	#sitemap .mobileInTop .inLoginBox{display:inline-flex; justify-content:flex-start; align-items:center; width:auto; height:100%; padding:0 20px; margin-top:0;}
	#sitemap .mobileInTop .inLoginBox a{display:inline-block; -webkit-box-pack:unset; -ms-flex-pack:unset; justify-content:unset; -webkit-box-align:unset; -ms-flex-align:unset; align-items:unset; width:auto; height:auto; border:0; font-size:26px; line-height:1; color:#fff; border-radius:0; padding:5px;}
	#sitemap .mobileInTop .inLoginBox a + a{margin-top:0; margin-left:35px; position:relative;}
	#sitemap .mobileInTop .inLoginBox a + a::before{content:""; display:block; width:5px; height:5px; border-radius:50%; background:#fff; position:absolute; top:50%; left:-15px; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
	#sitemap .headMenuBtn2{display:inline-flex; justify-content:center; align-items:center; width:80px; height:100%; position:absolute; top:0; right:0; width:80px; height:100%; border-left:1px solid #e0e0e0;}
	#sitemap .headMenuBtn2 .inBtn{display:inline-block; width:32px; height:21px; position:relative;}
	#sitemap .headMenuBtn2 span{display:inline-block; transition:all .4s; box-sizing:border-box; position:absolute; left:0; width:100%; height:2px; background-color:#fff;}
	#sitemap .headMenuBtn2 span:nth-of-type(1){top:0;}
	#sitemap .headMenuBtn2 span:nth-of-type(2){top:9.5px;}
	#sitemap .headMenuBtn2 span:nth-of-type(3){bottom:0;}
	#sitemap .headMenuBtn2.active span:nth-of-type(1){-webkit-transform:translateY(9.5px) rotate(-45deg); -ms-transform:translateY(9.5px) rotate(-45deg); transform:translateY(9.5px) rotate(-45deg);}
	#sitemap .headMenuBtn2.active span:nth-of-type(2){opacity:0;}
	#sitemap .headMenuBtn2.active span:nth-of-type(3){-webkit-transform:translateY(-9.5px) rotate(45deg); -ms-transform:translateY(-9.5px) rotate(45deg); transform:translateY(-9.5px) 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;}
	#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.pcOnly{display:none;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle{display:flex; justify-content:flex-start; align-items:center; width:100%; height:80px; font-size:26px; color:#222; text-align:left; position:relative; padding:0 25px; margin-bottom:0;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle::after{content:""; display:block; width:24px; height:13px; background-image:url("/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.on .menuTitle::after, #sitemap .inBox .sitemapMenuBox .allMenuList .listItem.active .menuTitle::after{background-position:center top;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle.noArrow::after{display:none;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList{display:none; width:100%; height:auto; padding-top:0; background:#f8f8f8; text-align:left;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul{width:100%; height:auto; max-height:545px; padding:35px 25px 15px 25px; margin-bottom:0; flex-direction:column; writing-mode:unset; text-orientation:unset;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li{width:100%; max-width:50%; height:auto; margin-right:0; margin-bottom:0; writing-mode:unset; margin-bottom:20px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle{font-size:24px; line-height:25px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle a{-webkit-transition:unset;-o-transition:unset;transition:unset;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inSubMenu{display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; align-items:center; -ms-flex-line-pack:start; 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:24px; font-weight:300; line-height:25px; 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;}
	#sitemap .inBox .mobileMenuSns{display:flex; align-items:center; margin-top:60px; padding:0 25px;}
	#sitemap .inBox .mobileMenuSns a{display:inline-block; width:auto; height:46px;}
	#sitemap .inBox .mobileMenuSns a + a{margin-left:60px;}

	/* #sitemap .inBox .sitemapMenuBox .allMenuList .listItem.hover, #header .header .subMenuBox .boxItem.hover{background-color:#002957;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem.hover .menuTitle, #sitemap .inBox .sitemapMenuBox .allMenuList .listItem.hover a, #header .header .subMenuBox .boxItem.hover .subMenuTitle a{color:#fff !important;} */

}

@media (max-width:1100px) {
}

@media (max-width:1000px) {
	#header{height:100px;}
	#header .header{height:100%;}
	/* #header .header .mobileHeadCall{display:inline-block; width:96px; height:100%; position:absolute; top:0; left:0; border-right:1px solid rgba(255,255,255,.25);}
	#header .header .mobileHeadCall a{display:block; width:100%; height:100%; background:url('/resource/img/comm/mobile_head_call.png') no-repeat center center; background-size:48px 48px;} */
	
	#header .header .headRightMenu{width:400px; right:30px;}
	#header .headRightMenu .rightLinkBox{width:336px; margin-right:16px;}
	#header .headRightMenu .rightLinkBox a{height:40px; border-radius:20px; padding:0 20px; font-size:19px;}
	#header .headRightMenu .rightLinkBox a span{margin-left:7px;}
	#header .headRightMenu .rightLinkBox a.type2{padding:0 15px;}
	#header .headRightMenu .headMenuBtn{width:48px;}
	#header .headRightMenu .headMenuBtn .inBox{width:48px; height:29px;}
	#header .headRightMenu .headMenuBtn span{height:3px;}
	#header .headRightMenu .headMenuBtn span:nth-of-type(2){top:13px;}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(1){-webkit-transform:translateY(13px) rotate(-45deg); -ms-transform:translateY(13px) rotate(-45deg); transform:translateY(13px) rotate(-45deg);}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(2){opacity:0;}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(3){-webkit-transform:translateY(-13px) rotate(45deg); -ms-transform:translateY(-13px) rotate(45deg); transform:translateY(-13px) rotate(45deg);}

	#header .header:hover, #header.fixed .header, #header.subActive .header{background:#fff; border-bottom-color:#e0e0e0;}
	#header .header:hover .logo, #header.fixed .logo, #header.subActive .logo{border-right-color:#e0e0e0;}
	#header .header:hover .logo img.normal, #header.fixed .logo img.normal, #header.subActive .logo img.normal{display:none;}
	#header .header:hover img.scroll, #header.fixed .logo img.scroll, #header.subActive .logo img.scroll{display:block;}
	#header .header:hover .subMenuBox .boxItem .subMenuTitle a, #header.fixed .header .subMenuBox .boxItem .subMenuTitle a, #header.subActive .header .subMenuBox .boxItem .subMenuTitle a{color:#000;}
	#header .header:hover .headRightMenu .rightLinkBox a, #header.fixed .header .headRightMenu .rightLinkBox a, #header.subActive .header .headRightMenu .rightLinkBox a{border-color:#000; color:#000;}
	#header .header:hover .headRightMenu .headMenuBtn span, #header.fixed .header .headRightMenu .headMenuBtn span, #header.subActive .header .headRightMenu .headMenuBtn span{background:#000;}

	#sitemap{overflow-y:auto;}
	#sitemap .mobileInTop{height:100px;}
	#sitemap .headMenuBtn2{width:96px; border-left:0;}
	#sitemap .headMenuBtn2 .inBtn{width:48px; height:40px;}
	#sitemap .headMenuBtn2 span:nth-of-type(1){top:0;}
	#sitemap .headMenuBtn2 span:nth-of-type(2){top:19px;}
	#sitemap .headMenuBtn2 span:nth-of-type(3){bottom:0;}
	#sitemap .headMenuBtn2.active span:nth-of-type(1){-webkit-transform:translateY(19px) rotate(-45deg); -ms-transform:translateY(19px) rotate(-45deg); transform:translateY(19px) rotate(-45deg);}
	#sitemap .headMenuBtn2.active span:nth-of-type(2){opacity:0;}
	#sitemap .headMenuBtn2.active span:nth-of-type(3){-webkit-transform:translateY(-19px) rotate(45deg); -ms-transform:translateY(-19px) rotate(45deg); transform:translateY(-19px) rotate(45deg);}

	#sitemap .inBox{overflow-y:visible;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle{height:100px; font-size:30px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul{max-height:710px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li{margin-bottom:30px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle{font-size:28px; line-height:30px;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inSubMenu a{font-size:28px; line-height:1.1;}

	#quick{display:none;}
	#mobileQuick{display:block; position:fixed; bottom:70px; right:15px; width:60px; height:auto; z-index:400;}
	#mobileQuick .quickList{display:flex; flex-wrap:wrap; align-content:flex-start; width:100%; height:0; opacity:0; -webkit-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; overflow:hidden; position:absolute; bottom:0; left:0;}
	#mobileQuick .quickList .quickItem{display:flex; justify-content:center; align-items:center; width:60px; height:60px; border-radius:50%; -webkit-box-shadow:0 0 5px rgba(0,0,0,.35); box-shadow:0 0 5px rgba(0,0,0,.35); font-weight:700; letter-spacing:0; text-align:center; margin-left:auto; margin-right:auto;}
	#mobileQuick .quickList .quickItem + .quickItem{margin-top:10px;}
	#mobileQuick .quickList .quickItem:nth-child(1){background:#ffe227;}
	#mobileQuick .quickList .quickItem:nth-child(2){background:#00c739;}
	#mobileQuick .quickList .quickItem:nth-child(3){background:#3399ff;}
	#mobileQuick .quickList .quickItem:nth-child(4){background:#ff0000;}
	#mobileQuick .quickList .quickItem:nth-child(5){background:#222;}
	#mobileQuick .quickOpenBtn{display:flex; justify-content:center; align-items:center; width:60px; height:60px; border-radius:50%; background:#fff; -webkit-box-shadow:0 0 5px rgba(0,0,0,.35); box-shadow:0 0 5px rgba(0,0,0,.35);}
	#mobileQuick .quickOpenBtn .iconBox{display:block; width:30px; height:30px; position:relative; -webkit-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
	#mobileQuick .quickOpenBtn .iconBox span{display:block; width:100%; height:2px; position:absolute; top:50%; left:0; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); background:#454545;}
	#mobileQuick .quickOpenBtn .iconBox span:last-child{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
	#mobileQuick.on .quickList{padding-bottom:15px; height:410px; opacity:1;}
	#mobileQuick.on .quickOpenBtn .iconBox{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
	
	#counselBg .counselPop{max-width:650px; max-height:80vh; border-radius:20px;}
	#counselBg .counselPop .inTitle{padding:40px 25px 25px 35px;}
	#counselBg .counselPop .inTitle strong{font-size:36px;}
	#counselBg .counselPop .inTitle p{font-size:22px; margin-top:15px;}
	#counselBg .counselPop .inTitle button{width:40px; height:40px; background-size:29px auto; top:24.5px; right:15.5px;}
	#counselBg .counselPop .inSubmitBox{padding:30px 35px 40px 35px;}
	#counselBg .counselPop .inSubmitBox .boxItem{font-size:22px;}
	#counselBg .counselPop .inSubmitBox .boxItem + .boxItem{margin-top:10px;}
	#counselBg .counselPop .inSubmitBox .boxItem > label{width:95px;}
	#counselBg .counselPop .inSubmitBox .boxItem input[type="text"], #counselBg .counselPop .inSubmitBox .boxItem input[type="tel"]{height:50px; padding:10px;}
	#counselBg .counselPop .inSubmitBox .boxItem textarea{height:140px; padding:10px;}
	#counselBg .counselPop .inSubmitBox .boxItem.privacyItem{margin-top:20px;}
	#counselBg .counselPop .inSubmitBox .boxItem .inCheckBox input[type="checkbox"]{width:28px; height:28px; margin:0 7px 0 0;}
	#counselBg .counselPop .inSubmitBox .boxItem .inCheckBox input[type="checkbox"] + label{font-size:19px;}
	#counselBg .counselPop .inSubmitBox .boxItem a{font-size:19px; text-underline-offset:5px;}
	#counselBg .counselPop .inSubmitBox button{height:60px; border-radius:9px; margin-top:26px; font-size:26px; line-height:60px;}
	
	#counselBg2{bottom:-296px;}
	#counselBg2 .bottomBtn{width:430px; height:55px; border-radius:11px 11px 0 0;}
	#counselBg2 .bottomBtn button div span{font-size:28px;}
	#counselBg2 .bottomBtn button div i{width:24px; height:14px; margin-left:16px;}
	#counselBg2 .counselBottom{height:auto; padding-top:20px; padding-bottom:20px;}
	#counselBg2 .counselBottom .inBox{flex-wrap:wrap; justify-content:center; align-content:flex-start; width:calc(100% - 50px); text-align:left;}
	#counselBg2 .counselBottom .callBox{display:block; flex-shrink:unset; padding-top:0; margin-right:0; margin-bottom:40px; text-align:center;}
	#counselBg2 .counselBottom .callBox span{height:41px; border-radius:20.5px; padding:0 18px; font-size:24px; margin-bottom:15px;}
	#counselBg2 .counselBottom .callBox strong{width:100%; font-size:56px;}
	#counselBg2 .counselBottom .inSubmitBox{width:100%; max-width:none;}
	#counselBg2 .counselBottom .inSubmitBox .privacyBox{margin-bottom:15px;}
	#counselBg2 .counselBottom .inSubmitBox .privacyBox input[type="checkbox"]{width:29px; height:29px; margin:0 5px 0 0;}
	#counselBg2 .counselBottom .inSubmitBox .privacyBox input[type="checkbox"] + label{font-size:20px;}
	#counselBg2 .counselBottom .inSubmitBox .submitBox .boxItem input[type="text"], #counselBg2 .counselBottom .inSubmitBox .submitBox .boxItem input[type="tel"]{width:calc(50% - 6px); height:60px; font-size:24px; padding:10px;}
	#counselBg2 .counselBottom .inSubmitBox .submitBox button{height:60px; font-size:27px; line-height:60px;}
	
	/* 푸터 */
	.footerMap{padding:0 0 100px 0;}
	.footerMap .infoBox .inInfoBox .boxItem{width:100%; padding:0 25px;}
	.footerMap .infoBox .inInfoBox .boxItem + .boxItem{justify-content:center; padding:0 25px; margin-top:70px;}
	.footerMap .infoBox .inInfoBox .boxItem .inBox{max-width:700px;}
	.footerMap .infoBox .inInfoBox .boxItem .inCall{font-size:50px; margin-bottom:27px;}
	.footerMap .infoBox .inInfoBox .boxItem address{font-size:24px; margin-bottom:62px;}
	.footerMap .infoBox .inInfoBox .boxItem .timeTable{font-size:24px;}
	.footerMap .infoBox .inInfoBox .boxItem .timeTable .tableRow + .tableRow{margin-top:50px;}
	.footerMap .infoBox .inInfoBox .boxItem .timeTable ul li + li{margin-top:21px;}
	.footerMap .infoBox .inInfoBox .boxItem .timeTable ul li span{width:160px;}
	.footerMap .infoBox .inInfoBox .boxItem .holidayText{font-size:24px; margin-top:42px;}
	.footerMap .infoBox .inInfoBox .boxItem  .mapBox{height:450px; border-radius:16px;}

	#footer{padding:100px 0;}
	#footer .footer{width:calc(100% - 50px); padding-top:55px;}
	#footer .footer .leftBox .inText{font-size:20px;}
	#footer .footer .leftBox .inText span{width:5px;}


	br.pcOnly{display:none;}
	br.mobileOnly{display:block;}

	.paging{margin-top:24px; 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{height:13.02083vw;}
	#header .header .logo{width:26.04167vw; left:3.90625vw;}
	#header .header .headRightMenu{width:55.98958vw; height:13.02083vw; right:3.90625vw;}
	#header .headRightMenu .rightLinkBox{width:47.65625vw; margin-right:2.08333vw;}
	#header .headRightMenu .rightLinkBox a{height:5.20833vw; border-radius:2.60417vw; padding:0 1.95313vw; font-size:2.99479vw;}
	#header .headRightMenu .rightLinkBox a span{margin-left:0.91146vw;}
	#header .headRightMenu .rightLinkBox a.type2{padding:0 1.95313vw;}
	#header .headRightMenu .headMenuBtn{width:6.25000vw;}
	#header .headRightMenu .headMenuBtn .inBox{width:6.25000vw; height:3.77604vw;}
	#header .headRightMenu .headMenuBtn span{height:0.39063vw;}
	#header .headRightMenu .headMenuBtn span:nth-of-type(2){top:1.69271vw;}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(1){-webkit-transform:translateY(1.69271vw) rotate(-45deg); -ms-transform:translateY(1.69271vw) rotate(-45deg); transform:translateY(1.69271vw) rotate(-45deg);}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(2){opacity:0;}
	#header .headRightMenu .headMenuBtn.active span:nth-of-type(3){-webkit-transform:translateY(-1.69271vw) rotate(45deg); -ms-transform:translateY(-1.69271vw) rotate(45deg); transform:translateY(-1.69271vw) rotate(45deg);}

	#sitemap .mobileInTop{height:13.02083vw;}
	#sitemap .mobileInTop .inLoginBox{padding:0 2.60417vw;}
	#sitemap .mobileInTop .inLoginBox a{font-size:3.38542vw; padding:0.65104vw;}
	#sitemap .mobileInTop .inLoginBox a + a{margin-left:4.55729vw;}
	#sitemap .mobileInTop .inLoginBox a + a::before{width:0.39063vw; height:0.39063vw; left:calc(-4.55729vw / 2);}
	#sitemap .headMenuBtn2{width:12.50000vw;}
	#sitemap .headMenuBtn2 .inBtn{width:3.90625vw; height:2.34375vw;}
	#sitemap .headMenuBtn2 span:nth-of-type(2){top:1.04167vw;}
	#sitemap .headMenuBtn2.active span:nth-of-type(1){-webkit-transform:translateY(1.04167vw) rotate(-45deg); -ms-transform:translateY(1.04167vw) rotate(-45deg); transform:translateY(1.04167vw) rotate(-45deg);}
	#sitemap .headMenuBtn2.active span:nth-of-type(2){opacity:0;}
	#sitemap .headMenuBtn2.active span:nth-of-type(3){-webkit-transform:translateY(-1.04167vw) rotate(45deg); -ms-transform:translateY(-1.04167vw) rotate(45deg); transform:translateY(-1.04167vw) rotate(45deg);}

	#sitemap .inBox .leftBox .inLoginBox{padding:0 2.60417vw;}
	#sitemap .inBox .leftBox .inLoginBox a{font-size:3.38542vw; padding:0.65104vw;}
	#sitemap .inBox .leftBox .inLoginBox a + a{margin-left:4.55729vw;}
	#sitemap .inBox .leftBox .inLoginBox a + a::before{width:0.39063vw; height:0.39063vw; left:calc(-4.55729vw / 2);}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem::after{width:calc(100% - 3.47222vw);}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .menuTitle{height:13.02083vw; font-size:3.90625vw; 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; max-height:92.44792vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li{margin-bottom:3.90625vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .subMenuTitle{font-size:3.64583vw; line-height:3.90625vw;}
	#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; padding-left:1.95313vw; margin-bottom:2.60417vw;}
	#sitemap .inBox .sitemapMenuBox .allMenuList .listItem .subMenuList ul li .inSubMenu a::before{width:0.39063vw; height:0.39063vw;}
	#sitemap .inBox .mobileMenuSns{margin-top:7.81250vw; padding:0 3.25521vw;}
	#sitemap .inBox .mobileMenuSns a{height:5.98958vw;}
	#sitemap .inBox .mobileMenuSns a + a{margin-left:7.81250vw;}
	#sitemap .inBox .mobileMenuSns a img{width:auto; height:100%;}
	
	#mobileQuick{bottom:9.11458vw; right:1.95313vw; width:60px;}
	#mobileQuick .quickList .quickItem{width:60px; height:60px;}
	#mobileQuick .quickList .quickItem + .quickItem{margin-top:10px;}
	#mobileQuick .quickOpenBtn{width:60px; height:60px; -webkit-box-shadow:0 0 0.65104vw rgba(0,0,0,.35); box-shadow:0 0 0.65104vw rgba(0,0,0,.35);}
	#mobileQuick .quickOpenBtn .iconBox{width:30px; height:30px;}
	#mobileQuick .quickOpenBtn .iconBox span{height:2px;}
	#mobileQuick.on .quickList{padding-bottom:1.95313vw; height:410px;}
	
	#counselBg .counselPop{max-width:84.63542vw; border-radius:2.60417vw;}
	#counselBg .counselPop .inTitle{padding:3.25521vw 3.25521vw 2.60417vw 4.55729vw;}
	#counselBg .counselPop .inTitle strong{font-size:5.20833vw;}
	#counselBg .counselPop .inTitle p{font-size:3.38542vw; margin-top:1.95313vw;}
	#counselBg .counselPop .inTitle button{width:5.20833vw; height:5.20833vw; background-size:3.77604vw auto; top:3.19010vw; right:2.01823vw;}
	#counselBg .counselPop .inSubmitBox{padding:3.25521vw 3.90625vw;}
	#counselBg .counselPop .inSubmitBox .boxItem{font-size:3.38542vw;}
	#counselBg .counselPop .inSubmitBox .boxItem + .boxItem{margin-top:1.30208vw;}
	#counselBg .counselPop .inSubmitBox .boxItem > label{width:14.97396vw;}
	#counselBg .counselPop .inSubmitBox .boxItem input[type="text"], #counselBg .counselPop .inSubmitBox .boxItem input[type="tel"]{height:7.16146vw; padding:1.30208vw;}
	#counselBg .counselPop .inSubmitBox .boxItem textarea{height:19.53125vw; padding:1.30208vw;}
	#counselBg .counselPop .inSubmitBox .boxItem.privacyItem{margin-top:2.60417vw;}
	#counselBg .counselPop .inSubmitBox .boxItem .inCheckBox input[type="checkbox"]{width:4.16667vw; height:4.16667vw; margin:0 0.91146vw 0 0;}
	#counselBg .counselPop .inSubmitBox .boxItem .inCheckBox input[type="checkbox"] + label{font-size:2.99479vw;}
	#counselBg .counselPop .inSubmitBox .boxItem a{font-size:2.47396vw; text-underline-offset:0.65104vw;}
	#counselBg .counselPop .inSubmitBox button{height:8.46354vw; border-radius:1.43229vw; margin-top:2.60417vw; font-size:3.90625vw; line-height:8.46354vw;}
	
	#counselBg2{bottom:-40.10417vw;}
	#counselBg2 .bottomBtn{width:55.98958vw; height:8.46354vw; border-radius:1.43229vw 1.43229vw 0 0;}
	#counselBg2 .bottomBtn button div span{font-size:4.16667vw;}
	#counselBg2 .bottomBtn button div i{width:3.12500vw; height:1.82292vw; margin-left:2.08333vw;}
	#counselBg2 .counselBottom{padding-top:2.60417vw; padding-bottom:2.60417vw;}
	#counselBg2 .counselBottom .inBox{width:calc(100% - 6.51042vw);}
	#counselBg2 .counselBottom .callBox{margin-bottom:5.20833vw;}
	#counselBg2 .counselBottom .callBox span{height:5.85938vw; border-radius:2.92969vw; padding:0 2.34375vw; font-size:3.64583vw; margin-bottom:1.95313vw;}
	#counselBg2 .counselBottom .callBox strong{font-size:7.81250vw;}
	#counselBg2 .counselBottom .inSubmitBox .privacyBox{margin-bottom:1.95313vw;}
	#counselBg2 .counselBottom .inSubmitBox .privacyBox input[type="checkbox"]{width:4.29688vw; height:4.29688vw; margin:0 0.65104vw 0 0;}
	#counselBg2 .counselBottom .inSubmitBox .privacyBox input[type="checkbox"] + label{font-size:3.12500vw;}
	#counselBg2 .counselBottom .inSubmitBox .submitBox .boxItem input[type="text"], #counselBg2 .counselBottom .inSubmitBox .submitBox .boxItem input[type="tel"]{width:calc(50% - 0.78125vw); height:7.81250vw; font-size:3.64583vw; padding:1.30208vw;}
	#counselBg2 .counselBottom .inSubmitBox .submitBox .boxItem input[type="text"]::placeholder, #counselBg2 .counselBottom .inSubmitBox .submitBox .boxItem input[type="tel"]::placeholder{font-size:0.8em; font-weight:300;}
	#counselBg2 .counselBottom .inSubmitBox .submitBox button{height:7.81250vw; font-size:4.03646vw; line-height:7.81250vw;}
	
	.footerMap{padding:0 0 13.02083vw 0;}
	.footerMap .infoBox .inInfoBox .boxItem{padding:0 3.25521vw;}
	.footerMap .infoBox .inInfoBox .boxItem + .boxItem{padding:0 3.25521vw; margin-top:9.11458vw;}
	.footerMap .infoBox .inInfoBox .boxItem .inCall{font-size:7.03125vw; margin-bottom:3.51563vw;}
	.footerMap .infoBox .inInfoBox .boxItem address{font-size:3.64583vw; margin-bottom:8.07292vw;}
	.footerMap .infoBox .inInfoBox .boxItem .timeTable{font-size:3.64583vw;}
	.footerMap .infoBox .inInfoBox .boxItem .timeTable .tableRow + .tableRow{margin-top:6.51042vw;}
	.footerMap .infoBox .inInfoBox .boxItem .timeTable ul li + li{margin-top:2.73438vw;}
	.footerMap .infoBox .inInfoBox .boxItem .timeTable ul li span{width:24.73958vw;}
	.footerMap .infoBox .inInfoBox .boxItem .holidayText{font-size:3.64583vw; margin-top:5.46875vw;}
	.footerMap .infoBox .inInfoBox .boxItem  .mapBox{height:58.59375vw; border-radius:2.08333vw;}

	#footer{padding:13.02083vw 0;}
	#footer .footer{width:calc(100% - 6.51042vw); padding-top:7.16146vw;}
	#footer .footer .leftBox .inText{font-size:3.12500vw;}
	#footer .footer .leftBox .inText span{width:0.65104vw;}
	#footer .footer .leftBox .inText .moBlank{display:block; width:100%;}


	.paging {height:7.8125vw; font-size:3.1250vw; margin-top:3.9063vw; 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;}
	
	.mt30{margin-top:3.90625vw;}
	.mt80{margin-top:10.41667vw;}
}

@media (max-width:560px) {
	#mobileQuick{width:46px;}
	#mobileQuick .quickList .quickItem{width:46px; height:46px;}
	#mobileQuick .quickList .quickItem + .quickItem{margin-top:7px;}
	#mobileQuick .quickOpenBtn{width:46px; height:46px;}
	#mobileQuick .quickOpenBtn .iconBox{width:20px; height:20px;}
	#mobileQuick .quickOpenBtn .iconBox span{height:2px;}
	#mobileQuick.on .quickList{height:310px;}
}

.make_company{color: #000 !important}
.make_company > a:visited{color: #000}
.make_company::selection{background-color: #000;}