@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
@import url('https://use.typekit.net/wqc6dbk.css');

:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #CF9037;
}
.only_mb {display:none}
body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.3;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}

.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.karla{
  /* font-family: "Karla", sans-serif !important; */
}
.playfair{
  /* font-family: "Playfair Display", serif !important; */
}
.notoserif{
  /* font-family: "Noto Serif KR", serif !important; */
}
.utit{
  font-family: "utile-display", sans-serif !important;
}

.inner{
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}

/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #A9806A; */
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{
  width: 90%;
}
.gnb_nav .ham_open .bar{background-color: rgb(236, 192, 132);}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: rgb(236, 192, 132);}
.all_gnb_nav p.depth1_a::after{background-color: rgb(236, 192, 132);}
.all_gnb_nav .depth2 a:hover {color: rgb(236, 192, 132);}
/* 헤더컬러 */

.header *{
  font-family: "Karla", sans-serif !important;
}
.header {width: 100%;  border-bottom: solid 1px rgb(229, 229, 229); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;
  background: #fff;
}
.header.scr, .header.sub {
  border-bottom: solid 1px rgb(229, 229, 229);
}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
  max-width: 2560px;
  padding: 0 0 0 50px;
}
.header .logo{
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* border-right: solid 1px rgb(229, 229, 229); */
  padding-right: 72px;
}
.header .logo img {display: block; max-width: 380px; position: relative;
  /* top: 4px; */
  /* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center; gap: 80px;}
.gnb_nav .gnb {display: flex; gap: 45px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 120px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {
  position: relative;
  white-space: nowrap;
  top : 2px;
  font-size: 18px;
  font-weight: 600;
  color: rgb(30, 30, 30);
}
.gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}

.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}
.ham_open {width: 120px; height: 120px; display: flex; align-items: center; justify-content: center;
  /* flex-direction: column; justify-content: space-between; */
  cursor: pointer;
  border-left: solid 1px rgb(229, 229, 229);
}
.ham_open img{
  display: block;
  width: 20px;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}
.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 500; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px;  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
  display: block;
  padding: 10px 0;
}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}

@media screen and (max-width: 1600px){
  .header .inner{
    padding-left: 20px;
  }
  .gnb_nav{
    gap: 40px;
  }
  .header .logo{
    padding-right: 0px;
    border-right: none;
  }
}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1200px){
  .header .logo img {max-width: 320px;}
}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
    width: 80px;
  }
  .header,
  .header .logo,
  .ham_open
  {height: 80px;}
  .gnb_nav .gnb .depth1{
    line-height: 80px;
  }

  .header .logo img {width: 220px;}
  .gnb_nav .gnb {display: none;}
  .all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
  .all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
  .all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
  .all_gnb_nav .gnb {display: block; text-align: left;}
  .all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
  .all_gnb_nav .depth1 + .depth1 {border-left: none;}
  .all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 0 15px; font-size: 18px; line-height: 60px; cursor: pointer;}
  .all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;
    width: 25px;
    height: 25px;
  }
  .all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
  .all_gnb_nav p.depth1_a::after {display: none;}
  .all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
  .all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
  .all_gnb_nav .depth2 a {display: block;
    padding-left: 5px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){

  .all_menu_wrap {width: 95%;}
  .all_menu_wrap .all_menu_top {height: 60px;}
  .all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
  .all_gnb_nav {height: calc(100% - 60px);}
  .all_gnb_nav p.depth1_a {line-height: initial;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
  .all_gnb_nav .snb {font-size: 16px;}
}
@media(max-width:350px){
  .ham_open{
    width: 20px;
    border: none;
  }
  .header .inner{
    padding-right: 20px;
  }
}

/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 120px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sv_01.png) no-repeat center/cover;
}
.subtop-con-wrap{
  width: 100%;
  padding: 205px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sv_01.png);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sv_02.png);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sv_03.png);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sv_04.png);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sv_05.png);
}
.sub_visual .sub_tit {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 7.2px;
  color: rgb(222, 181, 161);
  padding-bottom: 12px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  #sub_container {
    margin-top: 80px;
  }
  .subtop-con-wrap{
    padding: 65px 0;
  }
  .sub_visual .sub_tit {
    font-size: 36px;
  }
  .sub_nav_ul {
    font-size: 16px;
  }
  .sub_nav_ul .home{
    display: none;
  }
  .sub_nav_ul .home.nostr{
    display: flex;
  }
  .sub_nav_ul .home a{
    width: 50px;
  }
  .sub_nav_ul .depth1_li,
  .sub_nav_ul .depth2_li
  {
    width: 50%;
  }
  .sub_nav_ul .depth_p {
    padding: 15px 10px;
  }
  .sub_visual .subtop-txtbox p{
    letter-spacing: 0.5px;
    padding-bottom: 6px;
  }
  .sub_nav_ul .depth_p::after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}

/* subtop */

/* 푸터 */
.quick_menu {position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:100000;  transition: all 0.3s ease-in-out;}
.quick_menu > .tit {display:flex;align-items:center;justify-content:center;height:30px;background:#232323;color:var(--white);font-size:17px;font-weight:500}
.quick_menu ul {background:var(--white)}
.quick_menu ul li {position:relative}
.quick_menu ul li + li::before {content:'';display:block;width:calc(100% - 20px);height:1px;background:#D1D1D1;position:absolute;top:0;left:10px}
.quick_menu ul li > *,
.quick_menu .go_top {display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--white);width:100px;height:100px;transition:all .2s}
.quick_menu ul li > * img {width:40px}
.quick_menu ul li > * span {display:block;font-size:14px;font-weight:500;margin-top:6px;color:#555555}
.quick_menu .go_top {background:var(--primary);height: 70px;}
.quickbtn-box{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%,-50%);
  -webkit-transform: translate(-100%,-50%);
}
.quickbtn-box button{
  position: relative;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background:var(--primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.quickbtn-box button img{
  width: 80%;
  display: block;
  max-width: 18px;
  transition: all 0.3s ease-in-out;
}
.quickbtn-box button::after{
  content: '퀵메뉴 확인 클릭';
  display: inline-block;
  width: 100px;
  position: absolute;
  top: calc(100% + 5px);
  right: 5px;
  background-color: #1e1e1e;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.3s;
}
.quickbtn-box button:hover{
  overflow: visible;
}
.quickbtn-box button:hover::after{
  opacity: 1;
}
.quick_menu.on{
  transform: translate(100%,-50%);
  -webkit-transform: translate(100%,-50%);
}
.quick_menu.on .quickbtn-box button img{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.footer{padding-bottom: 103px;}
.footer .ft_top {display:flex}
.footer .ft_top .wrap_controllers {display:none}
.footer .ft_top .left {width:100%;background:#02528A url('/html/img/ft_logo.svg') no-repeat bottom right 10%;color:var(--white);padding-left:160px}
.footer .ft_top .left .inner {border-left:solid 1px #34698E;height:100%;padding:70px 0;margin:0}
.footer .ft_top .left .inner > div {padding:0 20px 0 80px}
/* .footer .ft_top .left .info .tit {display:block;font-size:50px;font-weight:700;color:#ECC084;margin-bottom:20px} */
.footer .ft_top .left .info .address {font-size:24px;font-weight:600;line-height:1.4}
.footer .ft_top .left p {font-size:18px;color:#9CB4C5;margin-top:8px}
.footer .ft_top .left .info2 .tit,
.footer .ft_top .left .info .tit
{display:block;font-size:24px;font-weight:600;color:#ECC084;margin-bottom:16px}
.footer .ft_top .left .info2 > div:first-child {border-top:solid 1px #34698E;margin-top:30px;padding-top:30px}
.footer .ft_top .left .info2 > div:nth-child(2) {margin-top:40px}
.footer .ft_top .left .info2 .num {font-size:50px;font-weight:500;line-height:1}

.footer .ft_top .right {width:100%}
.footer .ft_top .right .cont {display:none}
.footer .ft_top .root_daum_roughmap {width:100% !important;height:100%}
.footer .ft_top .root_daum_roughmap .wrap_map {height:100% !important}
.footer .link_wrap {margin-top:50px}
.footer .link_wrap ul {display:flex;align-items:center;gap:10px;}
.footer .link_wrap ul li {width:100%;max-width:190px}
.footer .link_wrap ul li a {display:flex;align-items:center;justify-content:center;gap:0 10px;height:64px;background:#002843;border-radius:50px;font-size:20px;font-weight:600;color:#ffffff;transition:all .3s}
.footer .link_wrap ul li a:hover {transform:translateY(-10px)}
.footer .link_wrap ul li a img {width:24px}
.footer .link_wrap ul li:first-child a {background:#FAE100;color:#371D1E}

.footer .ft_btm {background:#eee;color:#1e1e1e;font-size:16px;padding:40px 0 46px;position:relative}
.footer .ft_btm .go_top {width:50px;height:50px;background:#1e1e1e;border:solid 1px #5B5A5A;position:absolute;top:0;right:40px}
.footer .ft_btm .inner {display:flex;align-items:center;justify-content:space-between;max-width:1600px}
.footer .ft_btm .right {display:flex;align-items:flex-start;gap:0 150px}
.footer .ft_btm .right .tit {display:block;font-size:24px;font-weight:700;color:#555;margin-bottom:20px}
.footer .ft_btm .right .sitemap li a {display:inline-block;color:inherit;padding:5px 0}
.footer .ft_btm .right .num {color:#cf9037;font-size:30px;font-weight:700}
.footer .ft_btm .info * {display:block;line-height:1.5}
.footer .ft_btm .inner > .info div {display:flex;align-items:center;}
.footer .ft_btm .inner > .info div span + span::before {content:'|';margin:0 8px}


@media screen and (max-width: 1600px){
  .quick_menu > .tit {font-size:14px}
  .quick_menu ul li > * {width:80px;height:80px}
  .quick_menu .go_top{width: 80px;height: 60px;}
  .quick_menu .go_top img {width:30px}
  .quick_menu ul li > * span {font-size:12px}
  .quick_menu ul li > * img {width:32px}
}
@media screen and (max-width: 1400px){
  .footer .ft_top .left {padding-left:0}
  .footer .ft_top .left .inner {border-left:0}
  .footer .ft_top .left .inner > div {padding:0 40px}
  .footer .ft_btm .right {gap:0 50px}
}
@media screen and (max-width: 1200px){
  .footer .ft_btm .inner {flex-direction:column;align-items:flex-start;gap:40px 0}
  /* .footer .ft_top .left .info .tit {font-size:40px;margin-bottom:14px} */
  .footer .ft_top .left .info2 .tit,
  .footer .ft_top .left .info .tit
  {font-size:20px;margin-bottom:14px}
  .footer .ft_top .left .info .address {font-size:20px}
  .footer .ft_top .left p {font-size:16px}
  .footer .ft_top .left .info2 .num {font-size:40px}
  .footer .link_wrap {margin-top:40px}
  .footer .link_wrap ul li a {height:50px;font-size:16px}
  .footer .link_wrap ul li a img {width:20px}
}

@media screen and (max-width: 1024px){
  .footer{padding-bottom: 49px;}
  .footer .ft_top {flex-direction:column-reverse;}
  .footer .ft_top .root_daum_roughmap {height:400px}
  .quickbtn-box button{
    width: 40px;
    height: 40px;
  }
  .quickbtn-box button img{
    width: 60%;
    max-width: 12px;
  }
  .quickbtn-box button::after{display: none !important;}

  .quick_menu{
    transform: translate(100%,-50%);
    -webkit-transform: translate(100%,-50%);
  }
  .quick_menu.on{
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
  }
}

@media screen and (max-width: 768px){
  .only_mb {display:block}
  .only_pc {display:none}

  .quick_menu > .tit {font-size:12px;height:24px;padding-top:2px}
  .quick_menu ul li + li::before {width:calc(100% - 12px);left:6px}
  .quick_menu ul li > * {width:60px;height:60px}
  .quick_menu .go_top{width: 60px;height: 40px;}
  .quick_menu ul li > * span {display:none}
  .quick_menu .go_top img {width:22px}

  .footer .ft_top .left .inner > div {padding:0 20px}
  /* .footer .ft_top .left .info .tit {font-size:30px;margin-bottom:10px} */
  .footer .ft_top .left .info .address {font-size:16px}
  .footer .ft_top .left p {font-size:14px}
  .footer .ft_top .left .info2 > div:first-child {margin-top:24px;padding-top:24px}
  .footer .ft_top .left .info2 .tit,
  .footer .ft_top .left .info .tit
  {font-size:18px}
  .footer .ft_top .left .info2 .num {font-size:32px}
  .footer .ft_top .left .info2 > div:nth-child(2) {margin-top:30px}
  .footer .link_wrap ul {gap:5px}
  .footer .link_wrap ul li a {flex-direction:column;height:64px;font-size:14px;gap:5px;border-radius:8px}
  .footer .ft_btm {padding:60px 0;font-size:14px}
  .footer .ft_btm .inner {gap:30px 0}
  .footer .ft_btm .inner > .info div {flex-direction:column;align-items:flex-start;gap:5px 0;}
  .footer .ft_btm .inner > .info div span + span::before {display:none}
  .footer .ft_btm .right {flex-direction:column;gap:30px 0}
  .footer .ft_btm .right .tit {font-size:20px;margin-bottom:12px}
}

.footer .ft_btm .icon_link{display: flex;gap: 10px;flex-wrap: wrap;margin-top: 20px;}



/* 서브 탭 메뉴 */
.sub_tab{margin-top: 120px;}
.sub_tab .tab_menu{display: flex;justify-content: center;flex-wrap: wrap;gap: 10px;}
.sub_tab .tab_menu > li{flex: 1;}
.sub_tab .tab_menu > li a{display: flex;justify-content: center;align-items: center;height: 100%;font-size: 20px;font-weight: 500;color: #3E3E3E;text-align: center;padding: 18px 10px;border: #CCCCCC solid 1px;transition: all 0.3s;}
.sub_tab .tab_menu > li:hover a,
.sub_tab .tab_menu > li.on a{background-color: #CF9037;color: #fff;}

@media screen and (max-width: 1024px){
  .sub_tab{margin-top: 80px;}
  .sub_tab .tab_menu > li{flex: unset;width: calc((100% / 3) - (20px / 3));}
  .sub_tab .tab_menu > li a{font-size: 18px;padding: 12px 10px;}
}
@media screen and (max-width: 786px){
  .sub_tab{margin-top: 40px;}
  .sub_tab .tab_menu{gap: 0;}
  .sub_tab .tab_menu > li{width: 100%;}
  .sub_tab .tab_menu > li a{font-size: 16px;padding: 10px;}
  .sub_tab .tab_menu > li:nth-child(n + 2) a{border-top-width: 0;}
}

.sub-btn-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 0 1rem;
}
.sub-btn-wrap.center{
  justify-content: center;
}
.board-btn-wrap{
  margin-top: 30px !important;
}
.board-btn-wrap.sub-btn-wrap a, 
.board-btn-wrap.sub-btn-wrap button{
  display: block;
  font-size: 16px;
}
.sub-btn-wrap a,
.sub-btn-wrap button {
  border-radius: 8px;
  font-size: 16px;
  padding: 20px;
  min-width: 150px;
  border: 0;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.sub-btn-wrap .cancel {
  border: 1px solid #e0e0e0;
}
.sub-btn-wrap .submit {
  color: #fff;
  border-color: #0070c2;
  background: #0070c2;
}

@media screen and (max-width:1024px) {
  .sub-btn-wrap a,
  .sub-btn-wrap button {
    font-size: 14px;
    padding: 16px;
    min-width: unset;
  }
}


.brd_tit{padding: 90px 0 40px;border-bottom: #191919 solid 6px;}
.brd_tit h3{font-size: 50px;font-weight: 700;color: #1E1E1E;}

@media screen and (max-width:1024px) {
  .brd_tit{padding: 60px 0 30px;}
  .brd_tit h3{font-size: 36px;}
}
@media screen and (max-width:768px) {
  .brd_tit{padding: 40px 0 20px;}
  .brd_tit h3{font-size: 30px;}
}

.bo_inner{
  padding-bottom: 200px;
}
@media(max-width:1024px){
  .bo_inner{
    padding-bottom: 80px;
  }
}




/* 빠른상담에약 */
.bottom-floating{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background-color: #02528A;
  z-index: 99;
}
.bottom-floating form .con-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-floating form .con-line > .left{
  width: calc(100% - 258px);
  display: flex;
  align-items: center;
  gap: 40px;
}
.bottom-floating form .con-line > .right{
  width: 258px;
}
.bottom-floating form .con-line > .left .ipt-line{
  display: flex;
  align-items: center;
  gap: 14px;
  width: 73%;
}
.bottom-floating form .con-line > .left .ipt-line > .n-ipt{
  max-width: 250px;
  width: 100%;
}
.bottom-floating form .con-line > .left .ipt-line > .n-ipt:last-child{
  max-width: 350px;
}
.n-ipt{
  padding: 21px 14px;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.15px;
  color: rgba(25, 25, 25, 1);
}
.n-ipt::placeholder{
  color: rgba(25, 25, 25, 0.6);
}
.bottom-floating form .con-line > .left .agrbox{
  width: 27%;
}
.agrbox{
  position: relative;
  width: 100%;
  max-width: 152px;
}
.agrbox input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.agrbox label{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.28px;
  cursor: pointer;
  color: #fff;

  display: flex;
  align-items: center;
  gap: 10px;
}
.agrbox label .box{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
  position: relative;
}
.agrbox label .box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 80%;
  opacity: 0;
}
.agrbox input:checked + label .box{
  background: #1E1E1E;
}
.agrbox input:checked + label .box img{
  opacity: 1;
}

.submitbox button{
  border: none;
  outline: none;
  padding: 21px 0 ;
  border-radius: 5px;
  background-color: #1E1E1E;
  width: 100%;
  text-align: center;

  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.15px;
  color: rgb(255, 255, 255);
}
.submitbox button:hover{
  text-decoration: underline;
}

.closebtn{
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.mb-floating{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 13px 0;
  text-align: center;
  background: #02528A;
  z-index: 999;
  cursor: pointer;
}
.mb-floating p{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media(min-width:1025px){
  .bottom-floating{
    display: block !important;
  }
}

@media(max-width:1024px){
  .bottom-floating{
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    bottom: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: transparent;
    z-index: 999999;
    display: none;
  }
  .bottom-floating .inner{
    max-width: 500px;
    width: calc(100% - 30px);
    background: #02528A;
    padding-top: 40px;
    padding-bottom: 40px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);

  }
  .bottom-floating .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
  }
  .bottom-floating form .con-line{
    flex-wrap: wrap;
    gap: 12px;
  }
  .bottom-floating form .con-line > .left{
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
  }
  .bottom-floating form .con-line > .right{
    width: 100%;
  }
  .bottom-floating form .con-line > .left .ipt-line{
    gap: 6px;
    width: 100%;
    flex-wrap: wrap;
  }
  .bottom-floating form .con-line > .left .ipt-line > .n-ipt{
    max-width: 100%;
    width: calc(50% - 3px);
  }
  .bottom-floating form .con-line > .left .ipt-line > .n-ipt:last-child{
    max-width: 100%;
    width: 100%;
  }
  .n-ipt{
    padding: 12px 15px;
  }
  .bottom-floating form .con-line > .left .agrbox{
    width: 100%;
  }
  .agrbox label{
    gap: 6px;
  }
  .agrbox label .box{
    width: 16px;
    height: 16px;
  }
  .submitbox button{
    padding: 12px 0 ;
  }
}
.mobile{
  display: none !important;
}
@media screen and (max-width: 1024px){
  .pc{
    display: none !important;
  }
  .mobile{
    display: block !important;
  }
}
/* bottom-floating */