@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');

@font-face {
  font-family: "gmarket";
  font-weight: normal;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: bold;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: normal;
  src: url(../font/LINESeedKR-Rg.woff2) format("woff2");
  src: url(../font/LINESeedKR-Rg.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: bold;
  src: url(../font/LINESeedKR-Bd.woff2) format("woff2");
  src: url(../font/LINESeedKR-Bd.woff) format("woff");
}
@font-face {
    font-family: 'KohiLearn';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/KOHIBaeumOTF.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

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;
}
.gmk{
  font-family: "gmarket", 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: #A9806A;}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: #A9806A;}
.all_gnb_nav p.depth1_a::after{background-color: #A9806A;}
.all_gnb_nav .depth2 a:hover {color: #A9806A;}
/* 헤더컬러 */

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

.header.page01_1 .gnb_nav .gnb .depth1_a{
  color: #fff;
}
.header.scr .gnb_nav .gnb .depth1_a{
  color: #292929 !important; 
}

.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: none;
}
.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(../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);}

.header .logo img.white,
.header.page01_1 .logo img.black
{
  display: none;
}
.header.page01_1 .logo img.white{
  display: block;
}
.header.scr .logo img.black{
  display: block !important;
}
.header.scr .logo img.white{
  display: none !important;
}

@media(max-width:1600px){
  .header .inner{
    padding: 0 40px;
  }
}
@media screen and (max-width: 1415px){
  .gnb_nav .gnb{
    gap: 35px;
  }
  .gnb_nav .gnb .depth1_a{
    font-size: 16px;
  }
  .header .inner{
    padding: 0 20px;
  }
}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
	.header {height: 80px;
  background: #fff;
  }
	.header .logo img {width: 180px;}
	.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){

	.ham_open {width: 22px;}
	.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;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
}
.sub_visual {
  height: auto;
  background: url(../img/sub_visual02.jpg) no-repeat center/cover;
  position: relative;
}
.subtop-con-wrap{
  width: 100%;
  padding: 300px 0;
}
.sub_visual.sv01 {
  background: url(../img/sub_visual01.jpg) no-repeat center/cover;
}
.sub_visual.sv02 {
  background: url(../img/sub_visual02.jpg) no-repeat center/cover;
}

.sub_visual .sub_tit {
  font-size: 55px;
  color: #fff;
  display: none !important;
}
.sub_visual .subtop-txtbox p{
  font-size: 76.1px;
  font-weight: normal;
  letter-spacing: -5.71px;
  text-align: center;
  color: #051148;
  font-family: 'KohiLearn', sans-serif !important;
}
.sub_visual .subtop-txtbox p span,
.sub_visual .subtop-txtbox p b
{
  font-weight: bold;
  font-family: 'KohiLearn', sans-serif !important;
}


.sub_visual .subtop-txtbox h5{
  text-align: center;
  font-size: 31.1px;
  font-weight: 300;
  letter-spacing: -1.55px;
  color: #051148;
  margin-top: 50px;
}

.sub_visual.sv01 .subtop-txtbox p{
  color: #0C99F8;
}
.sub_visual.sv01 .subtop-txtbox p b{
  color: #fff;
}
.sub_visual.sv01 .subtop-txtbox h5{
  color: #fff;
}

.sub_visual::after{
  content: "NEW MAN, NEW LIFE";
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 8vw;
  font-size: 160px;
  font-weight: normal;
  text-align: center;
  color: #0b52c9;
  opacity: 0.12;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-family: 'KohiLearn', sans-serif !important;
}
.sub_visual.sv01::after{
  /* opacity: 0.05; */
}

.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(../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:1920px){
  .sub_visual::after{
    font-size: 8vw;
  }
}

@media(max-width:1024px){
  #sub_container {
  }
.subtop-con-wrap{
  padding: 140px 0 60px;
}
.sv01 .subtop-con-wrap{
  padding: 140px 0 60px;
}
.header.page01_1 .logo img.white{
  display: none;
}
.header.page01_1 .logo img.black{
  display: block;
}
.sub_visual .sub_tit {
  font-size: 30px;
}
.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;
  font-size: 24px;
}
.sub_visual .subtop-txtbox h5{
  font-size: 16px;
  letter-spacing: -0.55px;
  margin-top: 12px;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

/* subtop */




.bottom-floating{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(to right, #166bfb, #014ece);
  padding: 20px 0;
}
.bottom-floating-line{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.bottom-floating-line .logo h2{
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.7px;
  color: #fff;
  font-family: 'KohiLearn', sans-serif !important;
  position: relative;
  top: 2px;
}
.bottom-floating-line .ipt-wrap{
  display: flex;
  align-items: center;
  gap: 16px;
}
.bottom-floating-line .ipt-wrap .input-line{
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgb(241,241,241);
  border-radius: 10px;
  overflow: hidden;
}
.bottom-floating-line .ipt-wrap .input-line input,
.bottom-floating-line .ipt-wrap .input-line select
{
  max-width: 185px;
  width: calc(33.33% - (22px / 3));
  padding: 12px 10px;

  font-size: 12px;
  font-weight: 300;
  color: rgb(0,0,0);

  /* border-radius: 7px; */
  background-color: rgb(241, 241, 241);
  outline: none;
  border: none;
}
.bottom-floating-line .ipt-wrap .input-line input::placeholder{
  color: rgb(123, 123, 123);
}
.bottom-floating-line .ipt-wrap .agr-wrap{
  padding-left: 16px;
  border-left: 1px solid #fff;
}
.bottom-floating-line .ipt-wrap .agr-wrap .agr-box{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.bottom-floating-line .ipt-wrap .agr-wrap .agr-box:last-child{
  margin-bottom: 0;
}
.bottom-floating-line .ipt-wrap .agr-wrap .agr-box input{
  width: 13px;
  height: 13px;
}
.bottom-floating-line .ipt-wrap .agr-wrap .agr-box label{
  cursor: pointer;
  font-size: 11px;
  font-weight: 300;
  color: rgb(255, 254, 254);
}
.bottom-floating .floating-togglebtn{
  display: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 16px 0;
}
.bottom-floating.active .floating-togglebtn{
  border-bottom: 1px solid rgba(255,255,255,0.7);
}
.bottom-floating-submit{
  padding: 12px 7px 8px;
  display: block;
  outline: none;
  border: none;

  font-size: 15.7px;
  font-weight: normal;
  letter-spacing: -0.39px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  background-color: #000;
  font-family: 'KohiLearn', sans-serif !important;
}
.bottom-floating .floating-togglebtn{
  display: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 16px 0;
}
.bottom-floating.active .floating-togglebtn{
  border-bottom: 1px solid rgba(255,255,255,0.7);
}


@media(max-width:1400px){
  .bottom-floating-line .logo{
    display: none;
  }
  .bottom-floating-line .ipt-wrap{
    gap: 10px;
  }
  .bottom-floating-line{
    gap: 16px;
  }
  .bottom-floating-line .ipt-wrap .input-line input,
  .bottom-floating-line .ipt-wrap .input-line select
  {
    max-width: 150px;
  }
}

@media(max-width:1024px){
  .bottom-floating-line .ipt-wrap .input-line input,
  .bottom-floating-line .ipt-wrap .input-line select
  {
    max-width: 120px;
  }
  .bottom-floating{
    padding: 20px 0;
  }
}

@media(max-width:767px){
  .bottom-floating{
    padding: 0px 0;
  }
  .bottom-floating .floating-togglebtn{
    display: block;
  }
  .bottom-floating form{
    display: none;
    padding-bottom: 16px;
  }
  .bottom-floating-line{
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .bottom-floating-line .ipt-wrap{
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
  }
  .bottom-floating-line .ipt-wrap .input-line{
    gap: 6px;
    flex-wrap: wrap;
    width: 100%;
  }
  .bottom-floating-line .ipt-wrap .input-line input,
  .bottom-floating-line .ipt-wrap .input-line select
  {
    max-width: 100%;
    width: 100%;
  }
  .bottom-floating-line .ipt-wrap .agr-wrap .agr-box{
    gap: 4px;
    margin-bottom: 4px;
  }
  .bottom-floating-line .ipt-wrap .agr-wrap .agr-box input{
    width: 12px;
    height: 12px;
  }

   .bottom-floating .floating-togglebtn{
    display: block;
  }

  .bottom-floating-submit{
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bottom-floating-line .ipt-wrap .agr-wrap{
    padding-left: 0;
    border: none;
  }
}


/* 푸터 */

.foot-wrap{
  background-color: #040c30;
  padding: 150px 0;
}
.foot-wrap .inner{
  max-width: 1680px;
}
.foot-wrap .foot-sec01 .con-line{
  display: flex;
  align-items: center;
  gap: 80px;
}
.foot-wrap .foot-sec01 .con-line > .map{
  width: 992px;
}
.foot-wrap .foot-sec01 .con-line > .txt{
  width: calc(100% - 1072px);
}
.foot-wrap .foot-sec01 .con-line > .map .imgbox img{
  display: block;
  width: 100%;
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox h2{
  font-size: 46.5px;
  font-weight: bold;
  letter-spacing: -2.56px;
  color: #fff;
  margin-bottom: 28px;
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox .infobox{
  margin-bottom: 28px;
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox .infobox h3{
  font-size: 19.3px;
  font-weight: bold;
  letter-spacing: -0.48px;
  color: #1569f8;
  margin-bottom: 8px;
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox .infobox p.text{
  font-size: 19.3px;
  font-weight: 400;
  letter-spacing: -0.27px;
  color: #fffefe;
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox .infobox p.text.gmk{
  font-size: 26.6px;
  font-weight: bold;
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox .time-infoline{
  display: flex;
  align-items: flex-start;
  gap: 10px;

  font-size: 19.3px;
  font-weight: 300;
  letter-spacing: -0.48px;
  color: #fffefe;
  margin-bottom: 2px;
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox .time-infoline:last-child{
  margin-bottom: 0;
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox .time-infoline *{
  color: #fffefe;
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox .time-infoline .tit{
  width: 110px;
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox .time-infoline .dsc{
  width: calc(100% - 120px);
}
.foot-wrap .foot-sec01 .con-line > .txt .txtbox .infobox .aler{
  font-size: 16px;
  font-weight: 100;
  letter-spacing: -0.4px;
  color: #fffefe;
  margin-top: 8px;
}
.foot-wrap .foot-sec01 .con-line > .txt .bottom-txtbox .bottom-txtline{
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #fff;
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
  align-items: center;
}
.foot-wrap .foot-sec01 .con-line > .txt .bottom-txtbox .bottom-txtline p{
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.13px;
  color: #fff;
}
.foot-wrap .foot-sec01 .con-line > .txt .bottom-txtbox .copyright{
  margin-top: 28px;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: -0.06px;
  color: #fff;
}

@media(max-width:1600px){
  .foot-wrap .foot-sec01 .con-line{
    gap: 40px;
  }
  .foot-wrap .foot-sec01 .con-line > .map{
    width: calc(65% - 20px);
  }
  .foot-wrap .foot-sec01 .con-line > .txt{
    width: calc(35% - 20px);
  }
}

@media(max-width:1200px){
  .foot-wrap .foot-sec01 .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .foot-wrap .foot-sec01 .con-line > .map{
    width: 100%;
  }
  .foot-wrap .foot-sec01 .con-line > .txt{
    width: 100%;
  }
}

@media(max-width:1024px){
  .foot-wrap{
    padding: 60px 0 100px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .txtbox h2{
    font-size: 20px;
    letter-spacing: -0.56px;
    margin-bottom: 16px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .txtbox .infobox{
    margin-bottom: 12px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .txtbox .infobox h3{
    font-size: 15px;
    margin-bottom: 2px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .txtbox .infobox p.text{
    font-size: 14px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .txtbox .infobox p.text.gmk{
    font-size: 17px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .txtbox .time-infoline{
    gap: 6px;
    font-size: 15px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .txtbox .time-infoline .tit{
    width: 66px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .txtbox .time-infoline .dsc{
    width: calc(100% - 72px);
  }
  .foot-wrap .foot-sec01 .con-line > .txt .txtbox .infobox .aler{
    font-size: 14px;
    margin-top: 5px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .bottom-txtbox .bottom-txtline{
    padding-top: 20px;
    margin-top: 20px;
    gap: 2px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .bottom-txtbox .bottom-txtline p{
    width: 100%;
    font-size: 12px;
  }
  .foot-wrap .foot-sec01 .con-line > .txt .bottom-txtbox .copyright{
    margin-top: 12px;
    font-size: 11px;
  }
}

.bo_inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
