@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=Cormorant:ital,wght@0,300..700;1,300..700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');


@font-face {
  font-family: "gmarket";
  font-weight: 300;
  src: url(../font/GmarketSansLight.woff2) format("woff2");
  src: url(../font/GmarketSansLight.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: 500;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: 700;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
    font-family: 'InkLiquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}


ul,li{
  list-style-type: none;
}
:root {
  --color-point : rgb(42,121,210);
}
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: 'Noto Sans KR', 'Pretendard', 'sans-serif';
  word-break: keep-all;
}

.cmt{
  font-family: "Cormorant", serif !important;
}
.faceshop{
  font-family: 'InkLiquid', serif !important;
}

.mts{
  /* font-family: 'Montserrat', sans-serif !important; */
}
.inner{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}
.gmarket,
.gmarket *
{
  font-family: 'gmarket', sans-serif !important;
}
b{
  font-weight: bold;
}
/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #A9806A; */
}
.gnb_nav .ham_open .bar{background-color: var(--color-point);}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: var(--color-point);}
.all_gnb_nav p.depth1_a::after{background-color: var(--color-point);}
.all_gnb_nav .depth2 a:hover {color: var(--color-point);}
.gnb_nav .snb .depth2.on a{
  color: var(--color-point);
}
.all_gnb_nav .depth2.on > a
{
  color: var(--color-point);
}

/* 헤더컬러 */

.header{
  background: #fff;
}
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
  /* background: #fff; */
}
.header {width: 100%; border-bottom: 1px solid  rgba(217, 217, 217,0); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr {
  background: #fff !important;
}
.header.sub{
  background: transparent;
}
.header.scr{
  border-bottom: 1px solid  rgba(217, 217, 217,0.2);
}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
position: relative;
z-index: 99;
max-width: 1720px;
}
.header .logo img {display: block; max-width: 191px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center; gap: 40px;}
.gnb_nav .gnb {display: flex; gap: 44px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600;  position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 20px; position: relative; white-space: nowrap; top : 2px;
color: #000;
line-height: 100px;
display: inline-block;
}
.header.scr .gnb_nav .gnb .depth1_a{
  color: #000 !important;
} 
.main-header{
  background: transparent;
}
.main-header.scr{
  background: #fff;
}
.main-header .gnb_nav .gnb .depth1 .depth1_a{
  color: #fff;
}
.main-header .gnb_nav .gnb .depth1:nth-child(n+5) .depth1_a {
  color: #000;
}



/* 메뉴 호버타입1 */
/* .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);} */
/* 메뉴 호버타입1 */
/* 메뉴 호버타입2 */
 .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-point);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  border-radius: 100%;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after,
.gnb_nav .gnb .depth1.on a::after
{opacity: 1;} 
/* 메뉴 호버타입2 */
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
display: none;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 150px; padding: 40px 0; font-size: 16px; text-align: center; line-height: 1.3;  transform: translateX(-50%); transform-origin: top; position: absolute; top: calc(100% + 1px); left: 50%; z-index: -1;
display: none;
}
.gnb_nav .snb .depth2 a {display: block; padding: 5px 2rem; word-break: keep-all;

  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.37px;
  text-align: center;
  color: rgb(25, 25, 25);
}
.header .snb > h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.41px;
  text-align: center;
  color: rgb(25, 25, 25);
  margin-bottom: 5px;
}

.header.on .snb {
  /* opacity: 1; transform: translateX(-50%); height: auto; */
}
.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% - 152px); 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);}

.all-toggle-wrap{
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 40px 0;
  height: 250px;
}
.header.on .all-toggle-wrap{
  /* opacity: 1;
  height: auto; */
}
.all-toggle-wrap .n-inner{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1520px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.all-toggle-wrap .n-inner > .left-img{
  width: 568px;
  position: relative;
}
.all-toggle-wrap .n-inner > .left-img img{
  padding-left: 100px;
  padding-right: 40px;
  width: 100%;
  display: block;
}
.all-toggle-wrap .n-inner > .left-img::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #D1D1D1;
  position: absolute;
  top: 0;
  right: 0;
}
.header-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgb(0,0,0,0.5);
  display: none;
}
.all_gnb_nav .gnb li .snb{
  padding-top: 35px;
}
.all_gnb_nav .gnb li .snb > h2{
  display: none;
}



/* 언어변경 버튼 */
header .language_btn{font-size: 0;position: relative;}
header .language_btn button {outline: none;border: none;display: block;background-color: transparent;}
header .language_btn button img{max-width: 100%;}
header .language_btn .lang_list{display: none;position: absolute;top: 150%;left: 50%;background-color: #fff;border: rgba(0, 0, 0, 0.05) solid 1px;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;transform: translateX(-50%);padding: 12px 10px; z-index: 9;}
header .language_btn .lang_list > li:nth-child(n + 2){margin-top: 10px;}
header .language_btn .lang_list > li a{display: block;font-size: 12px;font-weight: 400;color: #1D1D1D;line-height: 2;padding: 0 20px;transition: color 0.3s;white-space: nowrap;}
header .language_btn .lang_list > li a:hover{color: #3561FD;}


.right-btn-area{
  display: flex; 
  align-items: center;
  gap: 14px;
  display: none;
}
.gnb_nav .member-line{
  display: flex;
  align-items: center;
  gap: 8px;
}
.gnb_nav .member-line a{
  display: block;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: 2px;
  line-height: 100px;
}
.gnb_nav .member-line a:hover{
  text-decoration: underline;
}

.all_menu_wrap .member-line{
  display: flex;
  justify-content: center;
  align-items: center;
}
.all_menu_wrap .member-line a{
  display: block;
  font-size: 16px;
  font-weight: 400;
  background: rgb(10, 80, 126);
  color: #fff;
  padding: 16px 10px;
  flex: 1;
  text-align: center;
  font-weight: bold;
}
.all_menu_wrap .member-line a:first-child{
  background: rgb(174, 198, 211);
}

@media screen and (max-width: 1600px){
  .header .snb > h2{
  }
  .gnb_nav .snb{
    padding: 20px 0;
  }

  .all-toggle-wrap{
    padding: 20px 0;
  }
  .all-toggle-wrap .n-inner{
    gap: 20px;
  }
  .all-toggle-wrap .n-inner > .left-img{
    width: 500px;
  }
  .all-toggle-wrap .n-inner > .left-img img{
    padding-left: 80px;
    padding-right: 30px;
  }

  .gnb_nav .gnb .depth1_a,
  .gnb_nav .member-line a
  {
    font-size: 16px;
  }
  .gnb_nav,
  .gnb_nav .gnb{
    gap: 20px;
  }
}

@media(max-width:1200px){
  .gnb_nav .gnb .depth1_a,
  .gnb_nav .member-line a
  {
    font-size: 15px;
  }
  .gnb_nav,
  .gnb_nav .gnb{
    gap: 14px;
  }
}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .main-banner{
    margin-top: 80px;
  }
  .gnb_nav .member-line{
    display: none;
  }
  .header{
    background: #fff;
    border-bottom: 1px solid  rgba(217, 217, 217,0.2);
  }
  .all_gnb_nav .gnb li .snb{
    padding-top: 0px;
  }
  .right-btn-area{
    display: flex;
  }
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img {width: 160px;}
	.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:first-child{
    border-top: 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;
  }

  .right-btn-area{
    gap: 8px;
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    color: rgb(51, 139, 73);
  }
}
@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 .language_btn{margin-right: 0px;}
  header .language_btn button {width: 22px;}
  header .language_btn .lang_list > li a{padding: 0 10px;}
}

/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  /* margin-top: 100px; */
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 352px 0;
}
.sub_visual.other .subtop-con-wrap{
  padding: 200px 0 120px;
}
.sub_visual.other .subtop-txtbox p{
  margin-top: 6px;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual.sv07 {
  background-image: url(/html/img/sub_visual07.jpg);
}
.sub_visual .sub_tit {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -2.75px;
  text-align: center;
  color: rgb(0, 0, 0);
}
.sub_visual .subtop-txtbox p{
  font-size: 24.3px;
  font-weight: normal;
  letter-spacing: -1.21px;
  text-align: center;
  color: rgb(0, 0, 0);
  margin-top: 32px;
  line-height: 1.5;
}
.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: 60px 0;
}

.sub_visual.other .subtop-con-wrap{
  padding: 60px 0;
}
.sub_visual.other .subtop-txtbox p{
  margin-top: 4px;
}
.sub_visual .sub_tit {
  font-size: 30px;
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  margin-top: 8px;
}
.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_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

@media(max-width:767px){
  .sub_visual .sub_tit{
    font-size: 26px;
  }
}

/* subtop */

.search-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999999999999999999999999999;
  display: none;
}
.header-bg2{
  z-index: 99999999999999999999999999999;
}
.search-popup-wrap .search-pop-box{
  max-width: 800px;
  width: 100%;
  padding: 84px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.search-popup-wrap .search-pop-box .search-frm-box{
  position: relative;
  width: 100%;
  padding: 15px 18px;
  padding-right: 80px;
  padding-left: 52px;
  border-radius: 999px;
  border: solid 3px rgb(119, 177, 70);
  background-color: rgb(255, 255, 255);
}
.search-pop-ipt{
  width: 100%;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.55px;
  color: rgb(25,25,25);
}
.search-pop-ipt::placeholder{
  color: rgb(126, 126, 126);
}
.search-popup-wrap .search-pop-box .search-frm-box button{
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-popup-closebtn{
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.search-popup-closebtn:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
/* .search-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
} */

@media(max-width:1024px){

  .search-popup-wrap{
    height: 100vh;
    background: transparent;
  }
  .search-popup-wrap .search-pop-box{
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    width: 95%;
  }
  .search-popup-wrap .search-pop-box .search-frm-box{
    padding: 10px 15px;
    padding-right: 55px;
    padding-left: 15px;
    border: solid 2px rgb(119, 177, 70);
  }
  .search-pop-ipt{
    font-size: 16px;
  }
  .search-popup-wrap .search-pop-box .search-frm-box button{
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .search-popup-closebtn{
    margin-top: 30px;
    font-size: 16px;
  }
}

/* search-popup */

.main-wrap,
.main-banner,
.main-sec,
.sub-wrap,
.sub-sec{
  position: relative;
  width: 100%;
}
.main-banner-swiper{
  width: 100%;
  position: relative;
  height: 100vh;
  min-height: 600px;
  max-height: 1200px;
}
.main-banner-swiper .swiper-slide{
  position: relative;
  isolation: isolate;
}
.main-banner-swiper .swiper-slide01,
.main-banner-swiper .swiper-slide
{
  background: url(/html/img/main-visual01.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide02{
  background: url(/html/img/main-visual02.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide .txtbox{
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: left;
}
.main-banner-swiper .swiper-slide .txtbox h2{
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -2.75px;
  margin-bottom: 20px;
  color: #000;
}
.main-banner-swiper .swiper-slide .txtbox h2 .white{
  color: #fff;
}
.main-banner-swiper .swiper-slide .txtbox p{
  font-size: 24.3px;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: -1.21px;
  color: #000;
}
.main-banner-tool{
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
  z-index: 2;
}
.main-banner-tool .swiper1-paging{
  display: flex;
  align-items: center;
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet{
  width: 240px;
  height: 4px;
  border-radius: 0;
  opacity: 0.4;
  background: #fff;
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
  background-color: rgb(0,0,0);
}
.main-banner .inner{
  max-width: 1680px;
}
.main-banner-swiper .swiper-slide .mo-imgbox{
  display: none;
}

.main-sec{
  position: relative;
  width: 100%;
}

.main-sec02{
  padding: 228px 0 114px;
}
.main-sec02 .inner{
  max-width: 1400px;
}
.main-sec02 .titbox{
  text-align: center;
  margin-bottom: 68px;
}
.main-sec02 .titbox h2{
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -2.5px;
  text-align: center;
  color: rgb(0, 0, 0);
}
.main-sec02-swiper{
  overflow: hidden;
  position: relative;
}
.main-sec02-swiper .swiper2-paging{
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  display: none;
}
.main-sec02-swiper .swiper2-prev,
.main-sec02-swiper .swiper2-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 55px;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -2.75px;
  color: rgb(0, 0, 0);
  z-index: 9;
  cursor: pointer;
}
.main-sec02-swiper .swiper2-prev{
  left: 0;
}
.main-sec02-swiper .swiper2-next{
  right: 0;
}
.main-sec02-swiper .swiper-slide .con-line{
  display: flex;
  width: calc(100% - 180px);
  margin: 0 auto;
}
.main-sec02-swiper .swiper-slide .con-line > li{
  flex: 1;
  overflow: hidden;
}
.main-sec02-swiper .swiper-slide .con-line > li .imgbox{
  position: relative;
}
.main-sec02-swiper .swiper-slide .con-line > li .imgbox img{
  display: block;
  width: 100%;
}
.main-sec02-swiper .swiper-slide .con-line > li.before{
  border-top-left-radius: 999999px;
  border-bottom-left-radius: 999999px;
}
.main-sec02-swiper .swiper-slide .con-line > li.after{
  border-top-right-radius: 999999px;
  border-bottom-right-radius: 999999px;
}
.main-sec02-swiper .swiper-slide .con-line > li.before .imgbox .txtbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.main-sec02-swiper .swiper-slide .con-line > li.before .imgbox .txtbox p{
  font-size: 23.3px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: -1.17px;
  color: rgb(255, 255, 255);
}
.main-sec02-swiper .swiper-slide .con-line > li.before .imgbox .txtbox a{
  display: block;
  margin: 0 auto;
  margin-top: 44px;
  width: 150px;
  text-align: center;
  padding: 10px 5px;
  border-radius: 9999px;
  background-color: rgb(255, 255, 255);
  font-size: 23.3px;
  font-weight: bold;
  letter-spacing: -1.17px;
  color: rgb(0, 0, 0);
}
.main-sec02-swiper .swiper-slide .con-line > li.before .imgbox .txtbox a:hover{
  text-decoration: underline;
}
.main-sec03{
  padding-top: 114px;
}
.main-sec03 .inner{
  max-width: 1880px;
}
.main-sec03 .img-line{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main-sec03 .img-line > div{
  max-width: 648px;
  width: 35%;
}
.main-sec03 .img-line > div img{
  display: block;
  width: 100%;
}
.main-sec03 .txtbox{
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.main-sec03 .txtbox h2{
  font-size: 55px;
  font-weight: 300;
  letter-spacing: -2.75px;
  color: rgb(0, 0, 0);
}
.main-sec04 .card{
  position: relative;
  width: 100%;
}
.main-sec04 .card .inner{
  padding-top: 140px;
  padding-bottom: 140px;
  max-width: 960px;
}
.main-sec04 .card p.txt{
  font-size: 45px;
  font-weight: 300;
  letter-spacing: -2.25px;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 3;
}
.main-sec04 .card p.txt.center{
  text-align: center;
}
.main-sec04 .card p.txt.right{
  text-align: right;
}
.main-sec04 .card p.txt.black{
  color: #000;
}
.main-sec04 .card .imgbox{
  position: absolute;
  bottom: 0;
}
.main-sec04 .card .imgbox img{
  max-height: 321px;
  width: auto;
}
.main-sec04 .card .imgbox.right{
  right: 0;
}
.main-sec04 .card .imgbox.left{
  left: 0;
}
.main-sec04 .card1{
  background: linear-gradient(to left, rgba(128, 128, 128, 1), rgb(87, 88, 88));
}
.main-sec04 .card2{
  background: linear-gradient(to right, rgba(46, 47, 47, 1), rgb(0, 0, 0));
}
.main-sec04 .card3{
  background: linear-gradient(to left, rgba(218, 218, 218, 1), rgb(255, 255, 255));
}
.main-sec04 .card4{
  background: linear-gradient(to right, rgba(1, 118, 161, 1), rgb(10, 80, 126));
}
.main-sec04 .mainsec04-br{
  display: none;
}

.main-sec05{
  padding: 228px 0 114px;
}
.main-sec05 .inner{
  max-width: 1920px;
  padding: 0;
}
.main-titbox{
  text-align: center;
  margin-bottom: 56px;
}
.main-titbox p{
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1.5px;
  color: rgb(0, 0, 0);
  margin-bottom: 4px;
}
.main-titbox h2{
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -2.75px;
  color: rgb(0, 0, 0);
  font-family: 'gmarket', sans-serif !important;
}
.main-sec05-conline{
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.main-sec05-conline > li{
  flex: 1;
}
.main-sec05-conline > li .imgbox{
  border-radius: 105px;
  overflow: hidden;
  margin-bottom: 44px;
}
.main-sec05-conline > li .imgbox img{
  display: block;
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.main-sec05-conline > li .txtbox{
  display: block;
  text-align: center;
}
.main-sec05-conline > li .txtbox p{
  font-size: 25px;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.main-sec05-conline > li .txtbox p span{
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}
.main-sec05-conline > li a:hover .txtbox p{
  color: rgb(1, 118, 161);
}
.main-sec05-conline > li a:hover .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.main-sec06{
  padding: 114px 0;
}
.main-sec06 .inner,
.main-sec08 .inner
{
  max-width: 1760px;
}
.main-sec06-conline{
  display: flex;
  gap: 30px;
}
.main-sec06-conline > li{
  width: calc(25% - (90px / 4));
  background: linear-gradient(to right, rgba(46, 47, 47, 1), rgb(0, 0, 0));
  border-radius: 31px;
  overflow: hidden;
}
.main-sec06-conline > li > a{
  display: block;
  width: 100%;
  height: 100%;
}
.main-sec06-conline > li .imgbox{
  overflow: hidden;
  width: 100%;
}
.main-sec06-conline > li .imgbox img{
  display: block;
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.main-sec06-conline > li .txtbox{
  padding: 30px 24px 36px;
}
.main-sec06-conline > li .txtbox .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.main-sec06-conline > li .txtbox .top h3{
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -1.89px;
  color: rgb(255, 255, 255);
}
.main-sec06-conline > li .txtbox .top .price{
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -0.68px;
  color: rgb(255, 255, 255);
  position: relative;
  top: 4px;
}
.main-sec06-conline > li .txtbox .bottom p{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1.4px;
  color: rgb(255, 255, 255);
}
.main-sec06-conline > li > a:hover .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.main-sec07{
  padding: 114px 0;
}

.main-sec08{
  padding: 114px 0 228px;
}
.main-sec08-conline{
  display: flex;
  gap: 56px;
}
.main-sec08-conline > li{
  width: calc(33.33% - (112px / 3));
}
.main-sec08-conline > li a{
  display: block;
  width: 100%;
  height: 100%;
}
.main-sec08-conline > li .imgbox{
  overflow: hidden;
  border-radius: 44px;
}
.main-sec08-conline > li .imgbox img{
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.main-sec08-conline > li > a:hover .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.cm-morebtn-box{
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cm-morebtn{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1.54px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 10px 24px 12px;
  background: #000;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
}
.cm-morebtn:hover{
  background: rgb(1, 118, 161);
}


@media(max-width:1600px){
  .main-sec03 .txtbox{
    top: 60px;
  }
}

@media(max-width:1400px){
  .main-banner-swiper .swiper-slide01,
  .main-banner-swiper .swiper-slide
  {
    background: url(/html/img/main-visual01.jpg) no-repeat right center/ cover;
  }
  .main-banner-swiper .swiper-slide02{
    background: url(/html/img/main-visual02.jpg) no-repeat right center/ cover;
  }
  .main-banner-swiper .swiper-slide .txtbox h2,
  .main-banner-swiper .swiper-slide .txtbox p
  {
    color: #fff;
  }
}

@media(max-width:1024px){
  .main-banner-swiper{
    height: auto;
    min-height: initial;
    max-height: initial;
  }
  .main-banner-swiper .swiper-slide{
    background: #fff !important;
  }
  .main-banner-swiper .swiper-slide .mo-imgbox{
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
  }
  .main-banner-swiper .swiper-slide .mo-imgbox img{
    display: block;
    width: 100%;
  }
  .main-banner-swiper .swiper-slide .txtbox{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    transform: initial;
    -webkit-transform: initial;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .main-banner-swiper .swiper-slide .txtbox h2{
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  .main-banner-tool{
    bottom: 30px;
    gap: 3px;
  }
  .main-banner-tool .swiper1-pause{
    width: 20px;
    height: 20px;
  }
  .main-banner-tool .swiper1-paging{
    gap: 3px; 
    justify-content: center;
  }
  .main-banner-tool .swiper1-paging .swiper-pagination-bullet{
    width: 50px;
    height: 2px;
  }
  .main-banner-swiper .swiper-slide .txtbox h2,
  .main-banner-swiper .swiper-slide .txtbox p,
  .main-banner-swiper .swiper-slide .txtbox h2 .white
  {
    color: #000;
  }
  .main-banner-swiper .swiper-slide .txtbox p{
    font-size: 18px;
  }
  /* mainbanner */

  .main-sec02{
    padding: 120px 0 60px;
  }
  .main-sec02 .titbox{
    margin-bottom: 30px;
  }
  .main-sec02 .titbox h2{
    font-size: 24px;
  }
  .main-sec02-swiper .swiper2-prev,
  .main-sec02-swiper .swiper2-next{
    display: none;
  }
  .main-sec02-swiper .swiper-slide .con-line{
    width: 100%;
  }
  .main-sec02-swiper .swiper-slide .con-line > li.before .imgbox .txtbox p{
    font-size: 16px;
  }
  .main-sec02-swiper .swiper-slide .con-line > li.before .imgbox .txtbox a{
    margin-top: 30px;
    font-size: 16px;
    width: 70%;
  }
  .main-sec02-swiper .swiper2-paging{
    display: block;
  }
  .main-sec02-swiper .swiper-slide .con-line > li.before{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .main-sec02-swiper .swiper-slide .con-line > li.after{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  /* mainsec02 */

  .main-sec03{
    padding-top: 60px;
  }
  .main-sec03 .img-line > div{
    width: 48%;
  }
  .main-sec03 .txtbox{
    position: relative;
    top: 0;
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    margin-bottom: 30px;
  }
  .main-sec03 .txtbox h2{
    font-size: 24px;
    letter-spacing: -0.75px;
  }

  /* mainsec03 */


  .main-sec04 .card .inner{
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 600px;
  }
  .main-sec04 .card p.txt{
    font-size: 28px;
    letter-spacing: -1.25px;
  }
  .main-sec04 .card .imgbox img{
    max-height: 220px;
  }
  /* mainsec04 */

  .main-sec05{
    padding: 120px 0 60px;
  }
  .main-sec05 .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-titbox{
    margin-bottom: 30px;
  }
  .main-titbox p{
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 3px;
  }
  .main-titbox h2{
    font-size: 24px;
    letter-spacing: -0.75px;
  }
  .main-sec05-conline{
    gap: 30px 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-sec05-conline > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .main-sec05-conline > li .imgbox{
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .main-sec05-conline > li .txtbox p{
    font-size: 16px;
  }
  .main-sec05-conline > li .txtbox p span{
    margin-top: 4px;
  }
  /* main-sec05 */

  .main-sec06{
    padding: 60px 0;
  }
  .main-sec06-conline{
    gap: 10px;
    flex-wrap: wrap;
  }
  .main-sec06-conline > li{
    width: calc(50% - 5px);
    border-radius: 16px;
  }
  .main-sec06-conline > li .txtbox{
    padding: 24px 20px;
  }
  .main-sec06-conline > li .txtbox .top{
    gap: 6px;
    margin-bottom: 6px;
  }
  .main-sec06-conline > li .txtbox .top h3{
    font-size: 20px;
    letter-spacing: -0.89px;
  }
  .main-sec06-conline > li .txtbox .top .price{
    font-size: 18px;
    top: 2px;
  }
  .main-sec06-conline > li .txtbox .bottom p{
    font-size: 16px;
  }
  .main-sec07{
    padding: 60px 0;
  }

  .main-sec08{
    padding: 60px 0 120px;
  }
  .main-sec08-conline{
    flex-wrap: wrap;
    gap: 10px;
  }
  .main-sec08-conline > li{
    width: calc(33.33% - (20px / 3));
  }
  .main-sec08-conline > li .imgbox{
    border-radius: 16px;
  }

  .cm-morebtn-box{
    margin-top: 30px;
  }
  .cm-morebtn{
    font-size: 16px;
    padding: 6px 15px 8px;
  }
}

@media(max-width:767px){
  .main-sec02-swiper .swiper-slide .con-line > li.before .imgbox .txtbox p{
    font-size: 13px;
  }
  .main-sec02-swiper .swiper-slide .con-line > li.before .imgbox .txtbox a{
    font-size: 15px;
    padding: 7px 4px;
    margin-top: 16px;
  }

  .main-sec04 .mainsec04-br{
    display: block;
  }
  .main-sec04 .card .inner{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main-sec04 .card p.txt{
    font-size: 22px;
  }
  .main-sec04 .card .imgbox img{
    max-height: 150px;
  }

  .main-sec06-conline > li .txtbox{
    padding: 20px 15px;
  }
  .main-sec06-conline > li .txtbox .top h3{
    font-size: 18px;
  }
  .main-sec06-conline > li .txtbox .top .price{
    font-size: 16px;
    top: 0;
    width: 100%;
  }
  .main-sec06-conline > li .txtbox .bottom p{
    font-size: 15px;
  }

  .main-sec08-conline > li:first-child{
    width: 100%;
  }
  .main-sec08-conline > li{
    width: calc(50% - 5px);
  }
}

@media(max-width:350px){
  .main-sec04 .card p.txt{
    font-size: 16px;
  }
  .main-sec05-conline{
    gap: 20px;
  }
  .main-sec05-conline > li{
    width: 100%;
  }
  .main-sec06-conline > li {
    width: 100%;
  }
}

/* main */


/* 팝업 */

.popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  display: none;
}
.popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.7);
}
.popup-wrap .popup-box{
  max-width: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding: 24px;
}
.popup-wrap .popup-box .close-x{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup-wrap .popup-box .titbox{
  padding-right: 32px;
}
.popup-wrap .popup-box .titbox h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(24, 29, 39);
  margin-bottom: 20px;
}
.popup-wrap .popup-box .titbox p{
  font-size: 16px;
  font-weight: normal;
  color: rgb(83, 88, 98);
}
.popup-wrap .popup-box .titbox .prv-txt-box{
  max-height: 70vh;
  overflow-y: auto;
  padding-bottom: 24px;
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}


@media(max-width:1024px){
  .popup-wrap .popup-box{
    max-width: 600px;
    width: calc(100% - 30px);
    border-radius: 16px;
    padding: 20px 15px;
  }
  .popup-wrap .popup-box .close-x{
    top: 20px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .popup-wrap .popup-box .titbox{
    padding-right: 28px;
  }
  .popup-wrap .popup-box .titbox h3{
    font-size: 18px;
    margin-bottom: 12px;
  }
  .popup-wrap .popup-box .titbox p{
    font-size: 14px;
  }
  .popup-wrap .popup-box .titbox .prv-txt-box{
    padding-bottom: 16px;
  }
}


/* 로딩프레임 */

.loading-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

/* 퀵버튼 */

/* Fixed button */
.fixed_btns{display: flex;flex-direction: column;gap: 8px;position: fixed;bottom: 5%;right: 30px;z-index: 999;width: 68px;}
.fixed_btns .fixed_button{position: relative;border-radius: 41.1%;box-shadow: 0 0 20px rgb(0, 0, 0, 0.08);}
.fixed_btns .fixed_button > img{width: 68px;}
.fixed_btns .fixed_button .fixed_hover{position: absolute;top: 0;right: 0;width: 0;height: 100%;transition: width 0.3s;overflow: hidden;}
.fixed_btns .fixed_button .fixed_hover img{position: absolute;top: 0;right: 0;height: 100%;}
.fixed_btns .fixed_button .call_hover img{min-width: 205px;}
.fixed_btns .fixed_button:hover .call_hover{width: 205px;}
.fixed_btns .fixed_button .kakao_hover img{min-width: 168px;}
.fixed_btns .fixed_button:hover .kakao_hover{width: 168px;}

.fixed_btns .fixed_button:hover .fixed_hover2{
  width: 205px;
}
.fixed_btns .fixed_button:hover .fixed_hover3{
  width: 205px;
}
.fixed_btns .fixed_button .fixed_hover2 img,
.fixed_btns .fixed_button .fixed_hover3 img
{min-width: 205px;}

@media screen and (max-width: 1024px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 12px;width: 60px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 182px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 182px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 148px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 148px;}

}
@media screen and (max-width: 768px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 8px;width: 45px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 136px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 136px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 112px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 112px;}

}

/*  */

.foot-wrap{
  padding-bottom: 120px;
}
.foot-wrap .inner{
  padding-left: 0;
  padding-right: 0;
  max-width: 1920px;
}
.foot-wrap .foot-line{
  display: flex;
  align-items: center;
}
.foot-wrap .foot-line > li{
  flex: 1;
}

.map_box{width: 100%;height: 600px;overflow: hidden;}
.map_box .wrap_map{height: 100%;}
.map_box .root_daum_roughmap{width:100% !important;height: 100% !important;}
.map_box .map{width: 100%;height: 600px !important;}
.map_box .map_border,
.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont .section.lst
{display: none;}

.foot-wrap .foot-line > li.info .info-wrap{
  padding-left: 144px;
  width: calc(100% - 330px);
}
.foot-wrap .foot-line > li.info .info-wrap .infobox{
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.foot-wrap .foot-line > li.info .info-wrap .infobox.last{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 28px;
}
.foot-wrap .foot-line > li.info .info-wrap .infobox > h2{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: rgb(0, 0, 0);
  margin-bottom: 12px;
}
.foot-wrap .foot-line > li.info .info-wrap .infobox p{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.35px;
  color: rgb(0, 0, 0);
}
.foot-wrap .foot-line > li.info .info-wrap .infobox p:last-child{
  margin-bottom: 0;
}
.foot-wrap .foot-line > li.info .info-wrap .infobox p.time-txt{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: rgb(0, 0, 0);
}
.foot-wrap .foot-line > li.info .info-wrap .infobox .time-line{
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.foot-wrap .foot-line > li.info .info-wrap .infobox .time-line:last-child{
  margin-bottom: 0;
}
.foot-wrap .foot-line > li.info .info-wrap .infobox .time-line .tit{
  width: 150px;
  margin-bottom: 0;
}
.foot-wrap .foot-line > li.info .info-wrap .infobox .time-line .txt{
  width: calc(100% - 150px);
  margin-bottom: 0;
}
.prv-pop-btn{
  font-size: 15px;
  font-weight: 400;
  color: #ccc;
}

@media(max-width:1600px){
  .foot-wrap .foot-line > li.info .info-wrap{
    padding-left: 60px;
    width: calc(100% - 100px);
  }
}

@media(max-width:1024px){
  .foot-wrap{
    padding-bottom: 100px;
  }
  .foot-wrap .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .foot-wrap .foot-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .foot-wrap .foot-line > li{
    flex: none;
    width: 100%;
  }

  .map_box{height: 300px;}
  .map_box .map{height: 300px !important;}
  .foot-wrap .foot-line > li.info .info-wrap{
    padding-left: 0px;
    width: 100%;
  }
  .foot-wrap .foot-line > li.info .info-wrap .infobox{
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .foot-wrap .foot-line > li.info .info-wrap .infobox.last{
    margin-bottom: 12px;
  }
  .foot-wrap .foot-line > li.info .info-wrap .infobox > h2{
    font-size: 16px;
    margin-bottom: 6px;
  }
  .foot-wrap .foot-line > li.info .info-wrap .infobox p{
    font-size: 13px;
    margin-bottom: 3px;
  }
  .foot-wrap .foot-line > li.info .info-wrap .infobox p.time-txt{
    font-size: 15px;
  }
  .foot-wrap .foot-line > li.info .info-wrap .infobox .time-line .tit{
    width: 80px;
  }
  .foot-wrap .foot-line > li.info .info-wrap .infobox .time-line .txt{
    width: calc(100% - 80px);
  }
  .prv-pop-btn{
    font-size: 14px;
  }
}

/* 푸터 */


.bottom-floating{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgb(0, 0, 0);
  padding: 40px 0;
}
.bottom-floating-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.bottom-floating-line .logo{
  width: 138px;
  padding-right: 12px;
}
.bottom-floating-line .ipt-wrap{
  display: flex;
  align-items: center;
  gap: 26px;
}
.bottom-floating-line .ipt-wrap .input-line{
  display: flex;
  align-items: center;
  gap: 11px;
}
.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 .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-line .snswrap{
  display: flex;
  gap: 10px;
}
.bottom-floating-line .snswrap .bottom-floating-submit{
  border-radius: 7px;
  background-color: rgb(58, 58, 58);
  outline: none;
  border: none;
  font-size: 13px;
  font-weight: normal;
  color: rgb(255, 254, 254);
  text-align: center;
  padding: 11px 0;
  text-align: center;
  overflow: hidden;
  min-width: 135px;
}
.bottom-floating-line .snswrap a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 0;
  border-radius: 7px;
  overflow: hidden;
  min-width: 135px;
}
.bottom-floating-line .snswrap a.kakao-chat-btn{
  background-color: rgb(255, 232, 18);
}
.bottom-floating-line .snswrap a.insta-btn{
  background-color: rgb(206, 55, 162);
}
.bottom-floating-line .snswrap a.kakao-chat-btn .icon{
  width: 28px;
}
.bottom-floating-line .snswrap a.kakao-chat-btn .txt{
  max-width: calc(100% -32px);
  color: rgb(38, 38, 38);
}
.bottom-floating-line .snswrap a.insta-btn .icon{
  width: 23px;
}
.bottom-floating-line .snswrap a.insta-btn .txt{
  max-width: calc(100% - 27px);
  color: rgb(255, 254, 254);
}
.bottom-floating-line .snswrap a .txt{
  font-size: 13px;
  font-weight: normal;
}
.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);
}

.mobile-sns-flotaing{
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 999;
  width: 120px;
  display: none;
}
.mobile-sns-flotaing .snswrap a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 10px 0;
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 4px;
}
.mobile-sns-flotaing .snswrap a:last-child{
  margin-bottom: 0;
}
.mobile-sns-flotaing .snswrap a.kakao-chat-btn{
  background-color: rgb(255, 232, 18);
}
.mobile-sns-flotaing .snswrap a.insta-btn{
  background-color: rgb(206, 55, 162);
}
.mobile-sns-flotaing .snswrap a.kakao-chat-btn .icon{
  width: 20px;
}
.mobile-sns-flotaing .snswrap a.kakao-chat-btn .txt{
  max-width: calc(100% -24px);
  color: rgb(38, 38, 38);
}
.mobile-sns-flotaing .snswrap a.insta-btn .icon{
  width: 18px;
}
.mobile-sns-flotaing .snswrap a.insta-btn .txt{
  max-width: calc(100% - 22px);
  color: rgb(255, 254, 254);
}
.mobile-sns-flotaing .snswrap a .txt{
  font-size: 14px;
  font-weight: 500;
}

@media(max-width:1400px){
  .bottom-floating{
    display: none;
  }
  .bottom-floating-line .logo{
    display: none;
  }
  .bottom-floating-line .ipt-wrap{
    gap: 10px;
  }
  .bottom-floating-line{
    gap: 16px;
  }
  .bottom-floating-line .snswrap{
    gap: 6px;
  }
  .bottom-floating-line .snswrap .bottom-floating-submit,
  .bottom-floating-line .snswrap a
  {
    min-width: 100px;
  }
  .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 .snswrap a{
    display: none;
  }
  .mobile-sns-flotaing{
    /* display: block; */
  }
  .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){
  .mobile-sns-flotaing{
    bottom: 65px;
  }
  .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-line .snswrap{
    width: 100%;
  }
  .bottom-floating-line .snswrap .bottom-floating-submit{
    min-width: initial;
    width: 100%;
    background: rgba(1, 118, 161, 1);
    font-weight: bold;
  }
}

/* 하탄 플로팅 */

.mobile-bottom-floting{
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #000;
  display: none;
}
.mobile-bottom-floting .con-wrapper .con-line{
  display: flex;
}
.mobile-bottom-floting .con-wrapper .con-line > li{
  flex: 1;
  border-right: 1px solid rgba(255,255,255,0.22);
}
.mobile-bottom-floting .con-wrapper .con-line > li:last-child{
  border: none;
}
.mobile-bottom-floting .con-wrapper .con-line > li a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 3px 10px;
}
.mobile-bottom-floting .con-wrapper .con-line > li a img{
  display: block; 
  width: 40px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.mobile-bottom-floting .con-wrapper .con-line > li a .txt{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.68px;
  color: rgb(255, 255, 255);
}

@media(max-width:1024px){
  .mobile-bottom-floting{
    display: block;
  }
}

@media(max-width:767px){
  .mobile-bottom-floting .con-wrapper .con-line > li a{
    padding: 10px 3px 6px;
  }
  .mobile-bottom-floting .con-wrapper .con-line > li a img{
    width: 22px;
    margin-bottom: 4px;
  }
  .mobile-bottom-floting .con-wrapper .con-line > li a .txt{
    font-size: 14px;
  }
}

@media(max-width:350px){
  .mobile-bottom-floting .con-wrapper .con-line > li a img{
    width: 20px;
  }
  .mobile-bottom-floting .con-wrapper .con-line > li a .txt{
    font-size: 4vw;
  }
}

/* foot-bottom-flotaing */

/* 하단 플로팅2 */

.sub-wrap,
.sub-sec{
  width: 100%;
  position: relative;
}
.sub-sec{
  padding: 160px 0;
}
.sub-sec:last-child{
  padding-bottom: 240px;
}
.text-center{
  text-align: center !important;
}
.sub-sec-titbox h2{
  color: rgb(0, 0, 0);
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -2.75px;
}
.sub-sec-titbox p{
  font-size: 29px;
  font-weight: 300;
  letter-spacing: -1.5px;
  line-height: 1.4;
  margin-top: 24px;
}
.sub-sec-titbox p.small{
  font-size: 21px;
  margin-top: 24px;
}
.sub-sec-titbox.white *{
  color: #fff;
}
.mobile{
  display: none !important;
}

@media(max-width:1600px){
  .sub-sec{
    padding: 120px 0;
  }
}

@media(max-width:1024px){
  .sub-sec{
    padding: 60px 0;
  }
  .sub-sec:last-child{
    padding-bottom: 120px;
  }
  .sub-sec-titbox h2{
    font-size: 24px;
    letter-spacing: -0.75px;
  }
  .sub-sec-titbox p{
    font-size: 16px !important;
    letter-spacing: -0.5px;
    margin-top: 12px;
  }
  .sub-sec-titbox p.small{
    margin-top: 8px !important;
  }
}

@media(max-width:767px){
  .mobile{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
}

/* sub-common */

.sub01-1-sec01{
  padding: 160px 0;
  background: url(../img/sub01/sub01-1-img02.jpg) no-repeat center / cover;
}
.sub01-1-sec01 .inner{
  max-width: 1320px;
}
.sub01-1-1-txtwrap{
  display: flex;
  justify-content: flex-end;
}
.sub01-1-1-txtwrap .txtbox h2{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.24;
  letter-spacing: -2.75px;
  color: rgb(255, 255, 255);
  margin-bottom: 60px;
}
.sub01-1-1-txtwrap .txtbox p{
  margin-bottom: 30px;

  font-size: 24px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -1.2px;
  color: rgb(255, 255, 255);
}
.sub01-1-1-txtwrap .txtbox p:last-child{
  margin-bottom: 0;
}

.sub01-1-sec02{
  padding-top: 240px;
}
.sub01-1-2-line{
  display: flex;
  align-items: flex-start;
}
.sub01-1-2-line > .img{
  width: calc(45% + 160px)
}
.sub01-1-2-line > .info{
  width: calc(55% - 160px);
  position: relative;
  z-index: 2;
}
.sub01-1-2-line > .img .imgbox{
  position: relative;
  padding-right: 166px;
}
.sub01-1-2-line > .img .imgbox::before{
  content: "";
  display: block;
  width: 500%;
  height: 1px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 114px;
  left: -300%;
  z-index: -1;
}
.sub01-1-2-line > .info .txtbox{
  width: 100%;
  padding-left: 34px;
  position: relative;
}
.sub01-1-2-line > .info .txtbox::before{
  content: "";
  display: block;
  width: 600%;
  height: 100%;
  z-index: -1;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.sub01-1-2-line > .info .txtbox .top{
  margin-bottom: 80px;
}
.sub01-1-2-line > .info .txtbox .top h2{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -2.75px;
  color: rgb(0, 0, 0);
}
.sub01-1-2-line > .info .txtbox .top p{
  margin-top: 16px;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -1.75px;
  color: rgb(0, 0, 0);
}
.sub01-1-2-line > .info .txtbox .bottom p {
  font-size: 24.3px;
  font-weight: 300;
  line-height: 1.92;
  letter-spacing: -1.21px;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
}
.sub01-1-2-line > .info .txtbox .bottom p:last-child{
  margin-bottom: 0;
}
.sub01-1-2-line > .info .txtbox .bottom p .tit{
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.sub01-1-2-line > .info .txtbox .bottom p .txt{
  display: block;
  margin-bottom: 6px;
}
.sub01-1-2-line > .info .txtbox .bottom p .txt:last-child{
  margin-bottom: 0;
}

.sub01-1-sec04 .inner{
  max-width: 1760px;
}
.sub01-1-sec04 .sub-sec-titbox{
  margin-bottom: 97px;
}
.sub01-1-4-line{
  display: flex;
  flex-wrap: wrap;
}
.sub01-1-4-line > li{
  width: 25%;
  border-right: 1px solid rgba(147, 147, 147,0.3);
  padding-bottom: 97px;
}
.sub01-1-4-line > li:nth-child(-n+4) {
  border-bottom: 1px solid rgba(147,147,147,0.3);
}
.sub01-1-4-line > li:nth-child(4n){
  border-right: none;
}
.sub01-1-4-line > li .conbox{
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.sub01-1-4-line > li .conbox .imgbox{
  text-align: center;
  margin-bottom: 30px;
}
.sub01-1-4-line > li .conbox .imgbox img{
  max-width: 257px;
  display: inline-block;
  width: 100%;
}
.sub01-1-4-line > li .conbox .txtbox{
  text-align: center;
}
.sub01-1-4-line > li .conbox .txtbox h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2.1px;
  color: rgb(0, 0, 0);
  margin-bottom: 16px;
}
.sub01-1-4-line > li .conbox .txtbox p{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.69;
  letter-spacing: -1.4px;
  color: rgb(0, 0, 0);
}

.sub01-1-sec05 .inner,
.common-bottom-sec1 .inner
{
  max-width: 1640px;
}
.sub01-1-sec05 .inner > .topbox{
  padding-left: 52px;
}
.sub01-1-sec05 .sub-sec-titbox{
  margin-bottom: 22px;
}

.sub01-1-5-paging{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 56px;
}
.sub01-1-5-paging > div{
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub01-1-5-paging > div span{
  line-height: 1;
  font-size: 27.4px;
  font-weight: 300;
  letter-spacing: -1.92px;
  color: rgb(255, 255, 255);
  position: relative;
  top: 3px;
}
.sub01-1-5-paging > div:first-child span{
  left: -1px;
}
.sub01-1-5-paging > div:last-child span{
  left: 1px;
}

.sub01-1-5-swiper .swiper-slide .imgbox{
  border-radius: 72px;
  overflow: hidden;
}
.sub01-1-5-swiper .swiper-slide .imgbox img{
  display: block;
  width: 100%;
}

.common-bottom1-line{
  display: flex;
  gap: 74px;
}
.common-bottom1-line > a{
  display: block;
  width: calc(50% - 37px);
  min-height: 573px;
  position: relative;
  border-radius: 55px;
  overflow: hidden;
}
.common-bottom1-line > .conbox1{
  background: url(../img/sub01/sub01-1-img15.jpg) no-repeat center / cover;
}
.common-bottom1-line > .conbox2{
  background: url(../img/sub01/sub01-1-img16.jpg) no-repeat center / cover;
}
.common-bottom1-line > .conbox3{
  background: url(../img/sub01/cm-bottom-sec1-bg3.jpg) no-repeat center / cover;
}
.common-bottom1-line > a .txtbox{
  position: absolute;
  bottom: 50px;
  right: 40px;
}
.common-bottom1-line > a .txtbox h3{
  font-size: 40px;
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: -2.8px;
  color: rgb(0, 0, 0);
}
.common-bottom1-line > a .txtbox h3 b{
  font-weight: 500;
}
.common-bottom1-line > a .txtbox p{
  margin-top: 28px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1.54px;
  color: rgb(0, 0, 0);
}
.common-bottom1-line > .conbox2 .txtbox *{
  color: #fff;
}

@media(max-width:1600px){
  .sub01-1-2-line > .img{
    width: calc(45% + 80px)
  }
  .sub01-1-2-line > .info{
    width: calc(55% - 80px);
  }
  .sub01-1-2-line > .img .imgbox{
    padding-right: 78px;
  }
}

@media(max-width:1200px){
  .sub01-1-2-line.even > .info .txtbox::before{
    width: 390%;
  }
}


@media(min-width:1025px){
  .sub01-1-2-line.even > .img{
    order: 1;
  }
  .sub01-1-2-line.even > .info{
    order: 0;
  }
  .sub01-1-2-line.even > .img .imgbox{
    padding-right: 0;
    padding-left: 166px;
  }
  .sub01-1-2-line.even> .img .imgbox::before{
    left: initial;
    right: -300%;
  }
  .sub01-1-2-line.even > .info .txtbox::before{
    left: -300%;
    width: 380%;
  }
}
@media(max-width:1024px){
  .sub01-1-sec01{
    padding: 120px 0;
  }
  .sub01-1-1-txtwrap .txtbox{
    width: 100%;
    text-align: center;
  }
  .sub01-1-1-txtwrap .txtbox h2{
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.75px;
    margin-bottom: 20px;
  }
  .sub01-1-1-txtwrap .txtbox p{
    margin-bottom: 10px;

    font-size: 16px;
    letter-spacing: -0.6px;
  }

  .sub01-1-sec02{
    padding-top: 120px;
  }
  .sub01-1-2-line{
    flex-wrap: wrap;
    gap: 10px;
  }
  .sub01-1-2-line > .img{
    width: 100%;
  }
  .sub01-1-2-line > .info{
    width: 100%;
  }
  .sub01-1-2-line > .img .imgbox{
    padding-right: 0;
    text-align: center;
  }
  .sub01-1-2-line > .img .imgbox img{
    display: inline-block;
    width: 80%;
    max-width: 400px;
  }
  .sub01-1-2-line > .img .imgbox::before{
    top: 5vh;
    display: none;
  }
  .sub01-1-2-line > .info .txtbox{
    padding-left: 0px;
    text-align: center;
  }
  .sub01-1-2-line > .info .txtbox::before{
    display: none;
  }
  .sub01-1-2-line > .info .txtbox .top{
    margin-bottom: 30px;
  }
  .sub01-1-2-line > .info .txtbox .top h2{
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.75px;
  }
  .sub01-1-2-line > .info .txtbox .top p{
    margin-top: 6px;
    font-size: 18px;
    letter-spacing: -0.75px;
  }
  .sub01-1-2-line > .info .txtbox .bottom p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.21px;
    margin-bottom: 16px;
  }

  .sub01-1-sec04 .sub-sec-titbox{
    margin-bottom: 30px;
  }
  .sub01-1-4-line > li{
    width: 50%;
    border-right: none;
    padding-bottom: 30px;
  }
  .sub01-1-4-line > li:nth-child(-n+6) {
    border-bottom: 1px solid rgba(147,147,147,0.3);
  }
  .sub01-1-4-line > li:nth-child(2n - 1){
    border-right: 1px solid rgba(147,147,147,0.3);
  }
  .sub01-1-4-line > li .conbox .imgbox{
    margin-bottom: 16px;
  }
  .sub01-1-4-line > li .conbox .txtbox h3{
    font-size: 18px;
    letter-spacing: -1.1px;
    margin-bottom: 10px;
  }
  .sub01-1-4-line > li .conbox .txtbox p{
    font-size: 16px;
    letter-spacing: -0.4px;
  }

  .sub01-1-sec05 .inner > .topbox{
    padding-left: 0px;
  }
  .sub01-1-sec05 .sub-sec-titbox{
    margin-bottom: 12px;
  }
  .sub01-1-5-paging{
    gap: 6px;
    margin-bottom: 30px;
  }
  .sub01-1-5-paging > div{
    width: 36px;
    height: 36px;
  }
  .sub01-1-5-paging > div span{
    font-size: 20px;
    top: 2px;
  }
  .sub01-1-5-swiper .swiper-slide .imgbox{
    border-radius: 16px;
  }

  .common-bottom1-line{
    gap: 20px;
    flex-wrap: wrap;
  }
  .common-bottom1-line > a{
    width: 100%;
    min-height: 500px;
    border-radius: 20px;
  }
  .common-bottom1-line > .conbox1{
    background: url(../img/sub01/sub01-1-img15.jpg) no-repeat right center / cover;
  }
  .common-bottom1-line > .conbox2{
    background: url(../img/sub01/sub01-1-img16.jpg) no-repeat center bottom / cover;
  }
  .common-bottom1-line > a .txtbox{
    bottom: 50px;
    right: 50px;
    max-width: 100%;
  }
  .common-bottom1-line > a .txtbox h3{
    font-size: 26px;
  }
  .common-bottom1-line > a .txtbox p{
    margin-top: 16px;
    font-size: 20px;
  }
}

@media(max-width:767px){
  .sub01-1-4-line > li .conbox .txtbox h3{
    font-size: 16px;
  }
  .sub01-1-4-line > li .conbox .txtbox p{
    font-size: 15px;
  }
  .common-bottom1-line > a{
    min-height: 150px;
  }
  .common-bottom1-line > a .txtbox{
    bottom: 20px;
    right: 20px;
  }
  .common-bottom1-line > a .txtbox h3{
    font-size: 20px;
  }
  .common-bottom1-line > a .txtbox p{
    margin-top: 12px;
    font-size: 16px;
  }

  .common-bottom1-line > a .txtbox{
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 24vw 20px 12vw 20px;
    text-align: right;
  }

  .sub01-1-2-line > .info .txtbox .bottom p .tit{
    margin-bottom: 8px;
  }
  .sub01-1-2-line > .info .txtbox .bottom p .txt{
    margin-bottom: 4px;
  }
}

@media(max-width:395px){
  .sub01-1-1-txtwrap .txtbox p{
    letter-spacing: -0.9px;
    font-size: 15px;
  }
}

@media(max-width:350px){
  .sub01-1-1-txtwrap .txtbox p br{
    display: none;
  }
  .sub01-1-2-line > .info .txtbox .bottom p{
    font-size: 15px;
  }
  .sub01-1-4-line > li{
    width: 100%;
    border-right: none !important;
  }
  .sub01-1-4-line > li:nth-child(-n+7) {
    border-bottom: 1px solid rgba(147,147,147,0.3);
  }
}


/* sub01-1 */

.bo_inner{
  padding-top: 40px;
  padding-bottom: 120px;
}
.bo_page_titbox{
  text-align: center;
  margin-bottom: 40px;
}
.bo_page_titbox h2{
  font-size: 60.8px;
  font-weight: 500;
  letter-spacing: -4.26px;
  color: rgb(0, 0, 0);
}
.bo_page_titbox p{ 
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -1.4px;
  color: rgb(0, 0, 0);
  margin-top: 20px;
}

#bo_cate{
  margin: 0 !important;
  margin-bottom: 30px !important;
  display: flex;
  justify-content: center;
}
#bo_cate.invisual-bo-cate{
  margin-bottom: 0 !important;
}
.invisual-bo-cate{
  position: relative;
  top: -200px;
}
#bo_cate #bo_cate_ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgb(233, 233, 233) !important;
  border-radius: 999px;
  overflow: hidden;
}
#bo_cate #bo_cate_ul > li{
  width: auto;
  padding: 0 !important;
  display: block !important;
}
#bo_cate #bo_cate_ul > li a{
  min-width: 200px;
  text-align: center;
  font-size: 27px;
  font-weight: normal;
  letter-spacing: -1.35px;
  color: rgb(98, 98, 98);
  padding: 20px;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;

  background-color: rgb(233, 233, 233) !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow : none !important;
  -moz-box-shadow : none !important;
  line-height: 1.35 !important;
}
#bo_cate #bo_cate_ul > li a:hover,
#bo_cate #bo_cate_ul > li a#bo_cate_on
{
  background-color: rgb(0, 0, 0) !important;
  color: #fff !important;
}

#bo_w .bo_w_select select option:last-child{
  display: none;
}
#bo_v_share{
  display: none !important;
}
#bo_v_info{
  margin-bottom: 8px !important;
}

@media(max-width:1024px){
  .bo_inner{
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .bo_page_titbox{
    margin-bottom: 30px;
  }
  .bo_page_titbox h2{
    font-size: 24px;
    letter-spacing: -1.26px;
  }
  .bo_page_titbox p{
    font-size: 16px;
    letter-spacing: -0.4px;
    margin-top: 10px;
  }


  #bo_cate{
    margin-bottom: 20px !important;
  }
  .invisual-bo-cate{
    top: -60px;
  }
  #bo_cate #bo_cate_ul{
    border-radius: 0px;
  }
  #bo_cate #bo_cate_ul > li a{
    min-width: 120px;
    font-size: 16px;
    padding: 10px 15px;
  }
  #bo_cate #bo_cate_ul{
    gap: 4px;
    background: transparent !important;
  }
}

@media(max-width:767px){
  #bo_cate #bo_cate_ul{
    width: 100%;
  }
  #bo_cate #bo_cate_ul > li{
    width: calc(33.33% - (8px / 3));
  }
  #bo_cate #bo_cate_ul > li a{
    min-width: initial;
    width: 100%;
  }
}

@media(max-width:350px){
  #bo_cate #bo_cate_ul > li{
    width: calc(50% - 2px);
  }
}

/* board */



/* sub */

.cm-subsec01{
  padding-top: 350px;
  padding-bottom: 0;
}
.cm-subsec01 .titbox{
  text-align: center;
  margin-bottom: 37px;
}
.cm-subsec01 .titbox h2{
  font-size: 55px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -2.75px;
  color: rgb(0, 0, 0);
}
.cm-subsec01 .titbox p{
  margin-top: 4px;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -2px;
  color: rgb(0, 0, 0);
}
.cm-subsec01 .bottom-wrap{
  padding: 37px 0px 144px 0px;
  position: relative;
  text-align: center;
}
.cm-subsec01 .bottom-wrap .bottom-txtbox{
  text-align: center;
  padding: 0 20px;
  margin-bottom: 250px;
}
.cm-subsec01 .bottom-wrap .bottom-txtbox p{
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -1.5px;
  color: rgb(255, 255, 255);
}
.cm-subsec01 .bottom-wrap::before{
  content: "";
  display: block;
  width: 50000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}
.cm-subsec01 .bottom-wrap.blue-bg::before{
  background: #8CC9F0;
}
.cm-subsec01 .bottom-wrap.sky-bg::before{
  background: linear-gradient(to left, rgba(126, 218, 238, 1), rgb(95, 190, 201));
}
.cm-subsec01 .bottom-wrap.green-bg::before{
  background: linear-gradient(to left, rgba(170, 231, 146, 1), rgb(131, 192, 107));
}
.cm-subsec01 .bottom-wrap.pp-bg::before{
  background: linear-gradient(to left, rgba(140, 157, 240, 1), rgb(100, 109, 233));
}
.cm-subsec01 .bottom-wrap.dpp-bg::before{
  background: linear-gradient(to left, rgba(181, 136, 241, 1), rgb(140, 82, 219));
}
.sub02-1-sec01-line{
  display: flex;
  align-items: center;
  padding-left: calc((100vw - 1330px) / 2);
}
.sub02-1-sec01-line > .left{
  width: 415px;
}
.sub02-1-sec01-line > .right{
  width: calc(100% - 415px);
}
.sub02-1-sec01-line > .left .txtbox{
  margin-bottom: 43px;
  text-align: left;
}
.sub02-1-sec01-line > .left .txtbox p{
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1.5px;
  color: rgb(255, 255, 255);
  margin-bottom: 3px;
}
.sub02-1-sec01-line > .left .txtbox h2{
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -2.4px;
  color: rgb(255, 255, 255);
}
.sub02-1-sec01-line > .right .review-swiper{
  overflow: hidden;
}
.sub02-1-sec01-line > .right .review-swiper .swiper-slide .imgbox{
  overflow: hidden;
  border-radius: 20px;
}
.sub02-1-sec01-line > .right .review-swiper .swiper-slide .imgbox img{
  display: block;
  width: 100%;
}
.sub02-1-sec01-line > .right .review-swiper .review-paging{
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: none;
  text-align: center;
}


.sub-sec.grbg{
  background: #EFF3F5;
}
.sub-sec.bleubg{
  background: linear-gradient(to left, rgba(140, 201, 240, 1), rgb(100, 181, 233));
}
.mb0{
  margin-bottom: 0 !important;
}
.mt0{
  margin-top: 0 !important;
}
.sub02-1-sec02 .sub-sec-titbox{
  margin-bottom: 58px;
}

.sub02-1-2-wrap{
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.sub02-1-2-wrap .sub02-1-2-line{
  padding: 50px 0;
  display: flex;
  gap: 40px;
  align-items: center;
  border-top: 1px solid rgba(141, 141, 141,0.5);
}
.sub02-1-2-wrap .sub02-1-2-line:last-child{
  border-bottom: 1px solid rgba(141, 141, 141,0.5);
}
.sub02-1-2-wrap .sub02-1-2-line > .left{
  width: calc(60% - 20px);
}
.sub02-1-2-wrap .sub02-1-2-line > .right{
  width: calc(40% - 20px);
}
.sub02-1-2-wrap .sub02-1-2-line > .left .txtbox h3{
  font-size: 36.3px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1.82px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}
.sub02-1-2-wrap .sub02-1-2-line > .left .txtbox p{
  font-size: 20.9px;
  font-weight: normal;
  line-height: 1.74;
  letter-spacing: -1.04px;
  color: rgb(0, 0, 0);
}
.sub02-1-2-wrap .sub02-1-2-line > .left .txtbox .type{
  display: flex;
  justify-content: flex-start;
}
.sub02-1-2-wrap .sub02-1-2-line > .left .txtbox .type span{
  display: block;
  padding: 9px 18px 7px 18px;
  border-radius: 999px;
  background-color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1.1px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 3px;
}

.sub02-1-3-line{
  display: flex;
  align-items: flex-start;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.sub02-1-3-line > .left{
  width: 52%;
}
.sub02-1-3-line > .right{
  width: 48%;
}
.sub02-1-3-line > .right .txt-wrap .txtbox h3{
  font-size: 37.2px;
  font-weight: 500;
  letter-spacing: -1.12px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(239,243,245);
}
.sub02-1-3-line > .right .txt-wrap .txtbox h3:last-child{
 margin-bottom: 0; 
}
.sub02-1-3-line > .right .txt-wrap .txtbox h3 .gmarket{
  font-weight: bold;
}

.sub02-1-sec04 .inner{
  max-width: 1740px;
}

.sub02-1-4-conwrap{
  margin-top: 72px;
}
.sub02-1-4-conwrap .sub02-1-4-line{
  display: flex;
  gap: 112px;
  align-items: center;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(141, 141, 141,0.5);
}
.sub02-1-4-conwrap .sub02-1-4-line:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.sub02-1-4-conwrap .sub02-1-4-line .imgli{
  width: calc(46% - 56px);
}
.sub02-1-4-conwrap .sub02-1-4-line .txtli{
  width: calc(54% - 56px);
}
.sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .num{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.5px;
  color: rgb(109, 186, 235);
  margin-bottom: 5px;
}
.sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox h3{
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -2.25px;
  color: rgb(0, 0, 0);
  margin-bottom: 24px;
}
.sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox h3 span{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.5px;
  color: rgb(0, 0, 0);
}
.sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .dsc{
  font-size: 20.9px;
  font-weight: normal;
  line-height: 1.74;
  letter-spacing: -1.04px;
  color: rgb(0, 0, 0);
  margin-bottom: 28px;
}
.sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .tagline{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .tagline p{
  border-radius: 999px;
  border: solid 1px rgb(53, 157, 223);
  padding: 3.5px 15px 6.5px 15px;
  font-size: 20.9px;
  font-weight: 500;
  letter-spacing: -1.04px;
  color: rgb(53, 157, 223);
}

.sub02-1-4-conwrap .sub02-1-4-line.even .txtli{
  order: 0;
}
.sub02-1-4-conwrap .sub02-1-4-line.even .imgli{
  order: 1;
}

.cm-sec2::before{
  content: "";
  display: block;
  width: 100%;
  height: 55%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(140, 201, 240, 1), rgb(100, 181, 233));
  z-index: -1;
}
.cm-sec2 .inner{
  max-width: 1560px;
}
.cm-sec2-line{
  display: flex;
  gap: 68px;
  margin-top: 58px; 
}
.cm-sec2-line > li{
  flex: 1;
  background-color: rgb(239, 243, 245);
  border-radius: 40px;
  overflow: hidden;
}
.cm-sec2-line > li .conbox{
  width: 100%;
  position: relative;
}
.cm-sec2-line > li .imgbox img{
  display: block;
  width: 100%;
}
.cm-sec2-line > li .txtbox{
  padding: 60px 40px;
}
.cm-sec2-line > li .txtbox .num{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.5px;
  color: rgb(109, 186, 235);
  margin-bottom: 8px;
}
.cm-sec2-line > li .txtbox h3{
  font-size: 40px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -2px;
  color: rgb(0, 0, 0);
  margin-bottom: 12px;
}
.cm-sec2-line > li .txtbox .dsc{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: rgb(0, 0, 0);
}

@media(max-width:1600px){
  .sub02-1-4-conwrap .sub02-1-4-line{
    gap: 50px;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .imgli{
    width: calc(46% - 25px);
  }
  .sub02-1-4-conwrap .sub02-1-4-line .txtli{
    width: calc(54% - 25px);
  }
  .cm-sec2-line{
    gap: 30px;
  }
}

@media(max-width:1450px){
  .sub02-1-sec01-line{
    padding-left: 20px;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox h3 span{
    display: block;
  }
}

@media(max-width:1024px){
  .cm-subsec01{
    padding-top: 60px;
  }
  .cm-subsec01 .titbox{
    margin-bottom: 60px;
  }
  .cm-subsec01 .titbox h2{
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: -1.75px;
  }
  .cm-subsec01 .titbox p{
    margin-top: 3px;
    font-size: 18px;
    letter-spacing: -1px;
  }
  .cm-subsec01 .bottom-wrap{
    padding: 60px 0px 100px 0px;
  }
  .cm-subsec01 .bottom-wrap .bottom-txtbox{
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .cm-subsec01 .bottom-wrap .bottom-txtbox::after{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  
  .cm-subsec01 .bottom-wrap .bottom-txtbox p{
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .sub02-1-sec02 .sub-sec-titbox{
    margin-bottom: 30px;
  }
  .sub02-1-sec01-line{
    flex-wrap: wrap;
    gap: 30px;
    padding-right: 20px;
  }
  .sub02-1-sec01-line > .left{
    width: 100%;
  }
  .sub02-1-sec01-line > .right{
    width: 100%;
  }
  .sub02-1-sec01-line > .left .txtbox{
    margin-bottom: 0px;
    text-align: center;
  }
  .sub02-1-sec01-line > .left .txtbox p{
    font-size: 18px;
    letter-spacing: -0.5px;
    margin-bottom: 2px;
  }
  .sub02-1-sec01-line > .left .txtbox h2{
    font-size: 24px;
    letter-spacing: -1.4px;
  }
  .sub02-1-sec01-line > .right .review-swiper .swiper-slide .imgbox{
    border-radius: 12px;
  }
  .sub02-1-sec01-line > .right .review-swiper .review-paging{
    display: block;
  }

  .sub02-1-2-wrap .sub02-1-2-line{
    padding: 20px 0;
    gap: 20px;
  }
  .sub02-1-2-wrap .sub02-1-2-line > .left{
    width: calc(60% - 10px);
  }
  .sub02-1-2-wrap .sub02-1-2-line > .right{
    width: calc(40% - 10px);
  }
  .sub02-1-2-wrap .sub02-1-2-line > .left .txtbox h3{
    font-size: 18px;
    letter-spacing: -0.82px;
    margin-bottom: 12px;
  }
  .sub02-1-2-wrap .sub02-1-2-line > .left .txtbox p{
    font-size: 15px;
    line-height: 1.5;
  }
  .sub02-1-2-wrap .sub02-1-2-line > .left .txtbox p br{
    display: none;
  }
  .sub02-1-2-wrap .sub02-1-2-line > .left .txtbox .type span{
    padding: 7px 10px 5px 10px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
  }

  .sub02-1-3-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .sub02-1-3-line > .left{
    width: 100%;
  }
  .sub02-1-3-line > .right{
    width: 100%;
  }
  .sub02-1-3-line > .right .txt-wrap .txtbox h3{
    font-size: 18px;
    margin-bottom: 6px;
    padding-bottom: 6px;
  }


  .sub02-1-4-conwrap{
    margin-top: 30px;
  }
  .sub02-1-4-conwrap .sub02-1-4-line{
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .imgli{
    width: 100%;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .txtli{
    width: 100%;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .num{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox h3{
    font-size: 18px;
    letter-spacing: -1.25px;
    margin-bottom: 6px;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox h3 span{
    font-size: 14px;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .dsc{
    font-size: 15px;
    margin-bottom: 12px;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .tagline{
    gap: 4px;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .tagline p{
    padding: 3.5px 10px 6.5px 10px;
    font-size: 14px;
  }

  .sub02-1-4-conwrap .sub02-1-4-line.even .txtli{
    order: 1;
  }
  .sub02-1-4-conwrap .sub02-1-4-line.even .imgli{
    order: 0;
  }

  .cm-sec2::before{
    height: 100%;
  }
  .cm-sec2-line{
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px; 
  }
  .cm-sec2-line > li{
    flex: none;
    width: calc(50% - 15px);
    border-radius: 20px;
  }
  .cm-sec2-line > li .txtbox{
    padding: 20px 20px;
  }
  .cm-sec2-line > li .txtbox .num{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .cm-sec2-line > li .txtbox h3{
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
  .cm-sec2-line > li .txtbox .dsc{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .sub02-1-sec01-line > .right .review-swiper{
    padding: 0 20px;
    overflow: initial;
  }
  .sub02-1-2-wrap .sub02-1-2-line{
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .sub02-1-2-wrap .sub02-1-2-line:first-child{
    padding-top: 0;
    border: none;
  }
  .sub02-1-2-wrap .sub02-1-2-line > .left{
    width: 100%;
    text-align: center;
    order: 1;
  }
  .sub02-1-2-wrap .sub02-1-2-line > .right{
    width: 100%;
    order: 0;
  }
  .cm-subsec01 .bottom-wrap .bottom-txtbox p br{
    display: none;
  }
  .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .dsc br{
    display: none;
  }
  .cm-sec2-line > li{
    width: 100%;
  }
}

/* sub02-1 */

.sub03-1-1-line{
  margin-top: 58px;
  display: flex;
  gap: 28px;
}
.sub03-1-1-line > li{
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}
.sub03-1-1-line > li .conbox .txtbox{
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.sub03-1-1-line > li .conbox .txtbox > .left h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2.1px;
  color: rgb(0, 0, 0);
}
.sub03-1-1-line > li .conbox .txtbox > .right p{
  font-size: 21px;
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: -1.47px;
  text-align: right;
  color: rgb(0, 0, 0);
}

.sub03-1-sec03 .inner{
  max-width: 1740px;
}
.sub03-1-3-conbox1{
  margin-top: 80px;
  margin-bottom: 60px;
  border-bottom: 1px solid #8D8D8D;
  display: flex;
  align-items: center;
}
.sub03-1-3-conbox1 .imgbox{
  width: 52%;
  text-align: center;
}
.sub03-1-3-conbox1 .imgbox img{
  max-width: 411px;
  width: 47%;
  display: inline-block;
}
.sub03-1-3-conbox1 .txtbox{
  width: 48%;
}
.sub03-1-3-conbox1 .txtbox h3{
  font-size: 45px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -2.25px;
  color: rgb(0, 0, 0);
  margin-bottom: 26px;
}
.sub03-1-3-conbox1 .txtbox p{
  font-size: 20.9px;
  font-weight: normal;
  line-height: 1.74;
  letter-spacing: -1.04px;
  color: rgb(0, 0, 0);
}

.sub03-1-3-line{
  display: flex;
  gap: 44px;
}
.sub03-1-3-line > li{
  flex: 1;
  border-radius: 38px;
  background-color: rgb(233, 244, 245);
}
.sub03-1-3-line > li .conbox .imgbox{
  width: 100%;
  text-align: center;
  background: #fff;
}
.sub03-1-3-line > li .conbox .imgbox img{
  display: inline-block;
  max-width: 269px; 
  width: 90%;
}
.sub03-1-3-line > li .conbox .txt-wrap{
  width: 100%;
  position: relative;
}
.sub03-1-3-line > li .conbox .txt-wrap::before{
  content: "";
  background: #fff;
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sub03-1-3-line > li .conbox .txtbox{
  border-radius: 38px;
  background-color: rgb(233, 244, 245);
  padding: 52px 36px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.sub03-1-3-line > li .conbox .txtbox h3{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.5px;
  color: rgb(97, 191, 203);
  margin-bottom: 16px;
}
.sub03-1-3-line > li .conbox .txtbox .subtxtbox p{
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;

  font-size: 20.9px;
  font-weight: normal;
  letter-spacing: -1.46px;
  color: rgb(0, 0, 0);
}
.sub03-1-3-line > li .conbox .txtbox .subtxtbox p::before{
  content: "✓";
  color: rgb(105, 195, 207);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sub03-1-3-line > li .conbox .txtbox .subtxtbox p:last-child{
  margin-bottom: 0;
}

.sub03-1-sec04 .inner{
  max-width: 1740px;
}
.sub03-1-4-conwrap{
  margin-top: 80px; 
}
.sub03-1-4-conwrap .sub03-1-4-line{
  display: flex;
  align-items: flex-end;
  margin-bottom: 120px;
}
.sub03-1-4-conwrap .sub03-1-4-line:last-child{
  margin-bottom: 0;
}
.sub03-1-4-conwrap .sub03-1-4-line .img{
  width: 50%;
}
.sub03-1-4-conwrap .sub03-1-4-line .img img{
  max-width: calc(100% + 88px);
  width: calc(100% + 88px);
  display: block;
}
.sub03-1-4-conwrap .sub03-1-4-line .txtbox{
  width: 50%;
  padding-bottom: 130px;
  position: relative;
  z-index: 2;
}
.sub03-1-4-conwrap .sub03-1-4-line .txtbox h3{
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -2.5px;
  color: rgb(0, 0, 0);
  margin-bottom: 24px;
}
.sub03-1-4-conwrap .sub03-1-4-line .txtbox p{
  font-size: 20.9px;
  font-weight: normal;
  line-height: 1.74;
  letter-spacing: -1.04px;
  color: rgb(0, 0, 0);
}
.sub03-1-4-conwrap .sub03-1-4-line.even .img{
  order: 1;
}
.sub03-1-4-conwrap .sub03-1-4-line.even .img .imgbox{
  position: relative;
  left: -88px;
}
.sub03-1-4-conwrap .sub03-1-4-line.even .txtbox{
  order: 0;
  text-align: right;
}

.sub03-1-sec05{
  background: linear-gradient(to left, rgba(126, 218, 238, 1), rgb(95, 190, 201));
}

.sub03-1-5-conwrap{
  margin-top: 88px;
}
.sub03-1-5-conwrap .sub03-1-5-line{
  display: flex;
  gap: 80px;
}
.sub03-1-5-conwrap .sub03-1-5-line > li{
  flex: 1;
  background: #fff;
  border-radius: 75px;
  overflow: hidden;
}
.sub03-1-5-conwrap .sub03-1-5-line > li .txtbox{
  text-align: center;
  padding: 40px 20px;
}
.sub03-1-5-conwrap .sub03-1-5-line > li .txtbox h3{
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -2.5px;
  color: rgb(0, 0, 0);
}
.sub03-1-5-conwrap .sub03-1-5-line > li .txtbox .ss{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.5px;
  color: rgb(76, 186, 204);
  margin-bottom: 16px;
  margin-top: 3px;
}
.sub03-1-5-conwrap .sub03-1-5-line > li .txtbox .dsc{
  font-size: 20.9px;
  font-weight: normal;
  line-height: 1.74;
  letter-spacing: -1.04px;
  color: rgb(0, 0, 0);
}


@media(max-width:1600px){
  .sub03-1-3-line{
    gap: 20px;
  }
  .sub03-1-3-line > li .conbox .imgbox img{
    max-width: 200px;
  }
  .sub03-1-4-conwrap .sub03-1-4-line .txtbox p{
    font-size: 18px;
  }
} 

@media(max-width:1024px){
  .sub03-1-1-line{
    margin-top: 30px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub03-1-1-line > li{
    flex: none;
    width: calc(50% - 5px);
    border-radius: 20px;
  }
  .sub03-1-1-line > li .conbox .txtbox{
    padding: 20px;
    gap: 6px;
  }
  .sub03-1-1-line > li .conbox .txtbox > .left,
  .sub03-1-1-line > li .conbox .txtbox > .right{
    width: 100%;
  }
  .sub03-1-1-line > li .conbox .txtbox > .left h3{
    font-size: 18px;
    letter-spacing: -1.1px;
    text-align: center;
  }
  .sub03-1-1-line > li .conbox .txtbox > .right p{
    font-size: 16px;
    text-align: center;
  }

  .sub03-1-3-conbox1{
    margin-top: 50px;
    margin-bottom: 20px;
    gap: 20px;
  }
  .sub03-1-3-conbox1 .imgbox{
    width: 300px;
  }
  .sub03-1-3-conbox1 .imgbox img{
    max-width: 100%;
    width: 90%;
  }
  .sub03-1-3-conbox1 .txtbox{
    width: calc(100% - 320px);
  }
  .sub03-1-3-conbox1 .txtbox h3{
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -1.25px;
    margin-bottom: 12px;
  }
  .sub03-1-3-conbox1 .txtbox p{
    font-size: 16px;
    line-height: 1.5;
  }


  .sub03-1-3-line{
    gap: 10px;
  }
  .sub03-1-3-line > li{
    border-radius: 20px;
  }
  .sub03-1-3-line > li .conbox .imgbox img{
    max-width: 160px; 
  }
  .sub03-1-3-line > li .conbox .txtbox{
    border-radius: 20px;
    padding: 20px 20px;
  }
  .sub03-1-3-line > li .conbox .txtbox h3{
    font-size: 18px;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
  }
  .sub03-1-3-line > li .conbox .txtbox .subtxtbox p{
    padding-left: 16px;
    margin-bottom: 4px;

    font-size: 16px;
    letter-spacing: -0.46px;
  }

  .sub03-1-4-conwrap{
    margin-top: 30px; 
  }
  .sub03-1-4-conwrap .sub03-1-4-line{
    margin-bottom: 30px;
    gap: 20px;
  }
  .sub03-1-4-conwrap .sub03-1-4-line .img{
    width: calc(50% - 10px);
    order: 0;
  }
  .sub03-1-4-conwrap .sub03-1-4-line .img img{
    max-width: 100%;
    width: 100%;
  }
  .sub03-1-4-conwrap .sub03-1-4-line .txtbox{
    width: calc(50% - 10px);
    padding-bottom: 0px;
    order: 1;
  }
  .sub03-1-4-conwrap .sub03-1-4-line .txtbox h3{
    font-size: 20px;
    letter-spacing: -1.5px;
    margin-bottom: 12px;
  }
  .sub03-1-4-conwrap .sub03-1-4-line .txtbox p{
    font-size: 16px;
  }
  .sub03-1-4-conwrap .sub03-1-4-line .txtbox p br{
    display: none;
  }
  .sub03-1-4-conwrap .sub03-1-4-line.even .img{
    order: 0;
  }
  .sub03-1-4-conwrap .sub03-1-4-line.even .img .imgbox{
    left: 0;
  }
  .sub03-1-4-conwrap .sub03-1-4-line.even .txtbox{
    text-align: left;
  }

  .sub03-1-5-conwrap{
    margin-top: 30px;
  }
  .sub03-1-5-conwrap .sub03-1-5-line{
    gap: 16px;
  }
  .sub03-1-5-conwrap .sub03-1-5-line > li{
    border-radius: 20px;
  }
  .sub03-1-5-conwrap .sub03-1-5-line > li .txtbox{
    padding: 20px 20px;
  }
  .sub03-1-5-conwrap .sub03-1-5-line > li .txtbox h3{
    font-size: 18px;
    letter-spacing: -1.5px;
  }
  .sub03-1-5-conwrap .sub03-1-5-line > li .txtbox .ss{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    margin-top: 2px;
  }
  .sub03-1-5-conwrap .sub03-1-5-line > li .txtbox .dsc{
    font-size: 16px;
    line-height: 1.5;
  }
  .sub03-1-5-conwrap .sub03-1-5-line > li .txtbox .dsc br{
    display: none;
  }

}

@media(max-width:767px){
  .sub03-1-3-conbox1 .imgbox{
    width: 160px;
  }
  .sub03-1-3-conbox1 .txtbox{
    width: calc(100% - 180px);
  }
  .sub03-1-3-conbox1 .txtbox p br{
    display: none;
  }

  .sub03-1-3-line{
    flex-wrap: wrap;
  }
  .sub03-1-3-line > li{
    width: 100%;
    flex: none;
  }

  .sub03-1-4-conwrap .sub03-1-4-line{
    flex-wrap: wrap;
    gap: 16px;
  }
  .sub03-1-4-conwrap .sub03-1-4-line .img{
    width: 100%;
  }
  .sub03-1-4-conwrap .sub03-1-4-line .txtbox{
    width: 100%;
  }

  .sub03-1-5-conwrap .sub03-1-5-line{
    flex-wrap: wrap;
  }
  .sub03-1-5-conwrap .sub03-1-5-line > li{
    width: 100%;
    flex: none;
  }
}


@media(max-width:500px){
  .sub03-1-3-conbox1{
    align-items: flex-end;
    gap: 10px;
  }
  .sub03-1-3-conbox1 .imgbox{
    width: 120px;
  }
  .sub03-1-3-conbox1 .txtbox{
    width: calc(100% - 130px);
    padding-bottom: 12px;
  }
  .sub03-1-3-conbox1 .txtbox p{
    font-size: 15px;
    line-height: 1.35;
  }
}

@media(max-width:350px){
  .sub03-1-3-conbox1{
    flex-wrap: wrap;
    gap: 30px;
  }
  .sub03-1-3-conbox1 .imgbox{
    width: 100%;
    order: 1;
  }
  .sub03-1-3-conbox1 .imgbox img{
    max-width: 200px;
  }
  .sub03-1-3-conbox1 .txtbox{
    width: 100%;
    padding-bottom: 0;
    order: 0;
  }
}

/* sub03-1 */

.sub04-1-1-wrap .imgbox{
  margin-top: 80px;
  margin-bottom: 80px;
}
.sub04-1-1-txtbox p{
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -2.8px;
  color: rgb(255, 255, 255);
}


.sub04-1-sec02{
  padding: 200px 0;
}
.sub04-1-sec02-1{
  background: url(../img/sub04/sub04-1-img02.jpg) no-repeat center / cover;
}
.sub04-1-sec02-2{
  background: url(../img/sub04/sub04-1-img03.jpg) no-repeat center / cover;
}
.sub04-1-sec02-3{
  background: url(../img/sub04/sub04-1-img04.jpg) no-repeat center / cover;
}
.sub04-1-2-line{
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.sub04-1-2-line > .txtli{
  width: 55%;
}
.sub04-1-2-line > .tagli{
  width: 45%;
}
.sub04-1-2-line > .txtli .txtbox h3{
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -2.5px;
  color: rgb(0, 0, 0);
  margin-bottom: 26px;
}
.sub04-1-2-line > .txtli .txtbox p{
  font-size: 20.9px;
  font-weight: normal;
  line-height: 1.74;
  letter-spacing: -1.04px;
  color: rgb(0, 0, 0);
}
.sub04-1-2-line > .tagli .tagline{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sub04-1-2-line > .tagli .tagline p{
  width: calc(50% - 6px);
  padding: 18px 10px 20px 18px;
  border-radius: 13px;
  background-color: rgb(159, 235, 125);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1.3px;
  text-align: center;
  color: rgb(0, 0, 0);
}

.sub04-1-3-conwrap{
  margin-top: 88px;
}
.sub04-1-3-conwrap .sub04-1-3-line{
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
}
.sub04-1-3-conwrap .sub04-1-3-line > li{
  flex: 1;
}
.sub04-1-3-conwrap .sub04-1-3-line > li .conbox .iconbox{
  text-align: center;
  margin-bottom: 48px;
}
.sub04-1-3-conwrap .sub04-1-3-line > li .conbox .iconbox img{
  display: inline-block;
  max-width: 188px;
  width: 90%;
}
.sub04-1-3-conwrap .sub04-1-3-line > li .conbox .txtbox{
  text-align: center;
}
.sub04-1-3-conwrap .sub04-1-3-line > li .conbox .txtbox h3{
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -2px;
  color: rgb(0, 0, 0);
  margin-bottom: 18px;
}
.sub04-1-3-conwrap .sub04-1-3-line > li .conbox .txtbox p{
  font-size: 20.9px;
  font-weight: normal;
  letter-spacing: -1.04px;
  color: rgb(0, 0, 0);
}

.sub04-1-sec04 .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .num{
  color: rgb(132, 193, 108);
}
.sub04-1-sec04 .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .tagline p{
  border: solid 1px rgb(137, 198, 113);
  color: rgb(132, 193, 108);
}

@media(max-width:1600px){
  .sub04-1-sec02{
    padding: 160px 0;
  }
  .sub04-1-2-line > .txtli{
    width: 60%;
  }
  .sub04-1-2-line > .tagli{
    width: 40%;
  }

  .sub04-1-3-conwrap .sub04-1-3-line{
    gap: 20px;
  }
  .sub04-1-3-conwrap .sub04-1-3-line > li .conbox .txtbox h3{
    font-size: 32px;
  }
  .sub04-1-3-conwrap .sub04-1-3-line > li .conbox .txtbox p{
    font-size: 19px;
  }
}

@media(max-width:1200px){
  .sub04-1-2-line > .txtli .txtbox p{
    font-size: 19px;
  }
  .sub04-1-3-conwrap .sub04-1-3-line > li .conbox .txtbox p br{
    display: none;
  }
}

@media(max-width:1024px){
  .sub04-1-1-wrap .imgbox{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sub04-1-1-txtbox p{
    font-size: 18px;
    letter-spacing: -0.8px;
  }
  .sub04-1-1-txtbox p br{
    display: none;
  }

  .sub04-1-sec02{
    padding: 80px 0;
  }
  .sub04-1-sec02::before{
    content: "";
    display: block;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sub04-1-2-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .sub04-1-2-line > .txtli{
    width: 100%;
  }
  .sub04-1-2-line > .tagli{
    width: 100%;
  }
  .sub04-1-2-line > .txtli .txtbox h3{
    font-size: 24px;
    letter-spacing: -1.5px;
    margin-bottom: 12px;
  }
  .sub04-1-2-line > .txtli .txtbox p{
    font-size: 16px;
    line-height: 1.5;
  }
  .sub04-1-2-line > .txtli .txtbox p br{
    display: none;
  }
  .sub04-1-2-line > .tagli .tagline{
    gap: 6px;
  }
  .sub04-1-2-line > .tagli .tagline p{
    width: calc(50% - 3px);
    padding: 12px 8px 15px 8px;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: -0.3px;
  }


  .sub04-1-3-conwrap{
    margin-top: 30px;
  }
  .sub04-1-3-conwrap .sub04-1-3-line{
    gap: 30px 10px;
    flex-wrap: wrap;
  }
  .sub04-1-3-conwrap .sub04-1-3-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .sub04-1-3-conwrap .sub04-1-3-line > li .conbox .iconbox{
    margin-bottom: 16px;
  }
  .sub04-1-3-conwrap .sub04-1-3-line > li .conbox .iconbox img{
    max-width: 100px;
  }
  .sub04-1-3-conwrap .sub04-1-3-line > li .conbox .txtbox h3{
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 6px;
  }
  .sub04-1-3-conwrap .sub04-1-3-line > li .conbox .txtbox p{
    font-size: 15px;
  }
}

@media(max-width:767px){
  .sub04-1-3-conwrap .sub04-1-3-line > li .conbox .iconbox img{
    max-width: 70px;
  }
}

@media(max-width:350px){
  .sub04-1-3-conwrap .sub04-1-3-line > li{
    width: 100%;
  }
}

/* sub04-1 */

.sub05-1-sec01{
  padding-bottom: 0 !important; 
}
.sub05-1-sec02 .sub02-1-2-wrap{
  margin-top: 88px;
}
.sub05-1-sec03{
  background: linear-gradient(to left, rgba(140, 157, 240, 1), rgb(100, 109, 233));
}
.sub05-1-3-conwrap{
  max-width: 1064px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
.sub05-1-3-conwrap .sub05-1-3-line{
  display: flex;
  gap: 50px;
}
.sub05-1-3-conwrap .sub05-1-3-line > li{
  position: relative;
  flex: 1;
}
.sub05-1-3-conwrap .sub05-1-3-line > li .imgbox{
  border-radius: 72px;
  overflow: hidden;
  position: relative;
}
.sub05-1-3-conwrap .sub05-1-3-line > li .imgbox .txtbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.sub05-1-3-conwrap .sub05-1-3-line > li .imgbox .txtbox p{
  font-size: 23.3px;
  font-weight: 500;
  letter-spacing: -1.17px;
  color: rgb(255, 255, 255);
  margin-bottom: 40px;
}
.sub05-1-3-conwrap .sub05-1-3-line > li .imgbox .txtbox a{
  width: 148px;
  margin: 0 auto;
  display: block;
  border-radius: 999px;
  background-color: rgb(255, 255, 255);
  font-size: 23.3px;
  font-weight: bold;
  letter-spacing: -1.17px;
  color: rgb(0, 0, 0);
  padding-top: 9px;
  padding-bottom: 13px;
}
.sub05-1-3-conwrap .sub05-1-3-line > li .imgbox .txtbox a:hover{
  text-decoration: underline;
}
.baline{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.baline > div{
  font-size: 33px;
  font-weight: 500;
  letter-spacing: -0.33px;
  color: rgb(255, 255, 255);
}
.baline > .left{
  text-align: left;
  width: 111px;
}
.baline > .middle{
  display: flex;
  align-items: center;
  width: calc(100% - 195px);
}
.baline > .middle .bar{
  display: block;
  width: calc(100% - 17px);
  height: 1px;
  background: #fff;
}
.baline > .middle .right-el{
  width: 17px;
  height: 20px;
  position: relative;
}
.baline > .middle .right-el img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.baline > .right{
  text-align: right;
  width: 84px;
}

.sub05-1-sec04 .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .num{
  color: rgb(101, 123, 233);
}
.sub05-1-sec04 .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .tagline p{
  border: solid 1px rgb(101, 123, 233);
  color: rgb(101, 123, 233);
}

@media(max-width:1400px){
  .sub05-1-sec04 .sub02-1-4-conwrap .sub02-1-4-line .txtli .txtbox .dsc br{
    display: none;
  }
}

@media(max-width:1024px){
  .sub05-1-sec02 .sub02-1-2-wrap{
    margin-top: 30px;
  }
  .sub05-1-3-conwrap{
    margin-top: 30px;
  }
  .sub05-1-3-conwrap .sub05-1-3-line{
    gap: 10px;
  }
  .sub05-1-3-conwrap .sub05-1-3-line > li .imgbox{
    border-radius: 20px;
  }
  .sub05-1-3-conwrap .sub05-1-3-line > li .imgbox .txtbox{
    padding: 0 15px;
  }
  .sub05-1-3-conwrap .sub05-1-3-line > li .imgbox .txtbox p{
    font-size: 15px;
    margin-bottom: 12px;
  }
  .sub05-1-3-conwrap .sub05-1-3-line > li .imgbox .txtbox a{
    width: 120px;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 9px;
  }
  .baline{
    gap: 5px;
    margin-top: 16px;
  }
  .baline > div{
    font-size: 16px;
  }
  .baline > .left{
    width: 60px;
  }
  .baline > .middle{
    width: calc(100% - 120px);
  }
  .baline > .middle .bar{
    width: calc(100% - 11px);
  }
  .baline > .middle .right-el{
    width: 11px;
    height: 13px;
  }
  .baline > .right{
    width: 50px;
  }
}

/* sub05-1 */

.sub06-1-1-conwrap .sub06-1-1-line{
  display: flex;
  gap: 100px;
  align-items: center;
}
.sub06-1-1-conwrap .sub06-1-1-line > .imgli{
  width: calc(50% - 50px);
}
.sub06-1-1-conwrap .sub06-1-1-line > .txtli{
  width: calc(50% - 50px);
}
.sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox{
  text-align: center;
}
.sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .top{
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -2.4px;
  color: rgb(0, 0, 0);
  margin-bottom: 2px;
}
.sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox h3{
  margin-bottom: 48px;
  font-size: 73px;
  font-weight: bold;
  letter-spacing: -3.65px;
  color: rgb(255, 255, 255);
}
.sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .tagline{
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
}
.sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .tagline p{
  width: calc(50% - 5px);
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -1.5px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 6px 0 9px;
  border-radius: 10px;
  border: solid 1px rgb(255, 255, 255);
}
.sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .subtxtbox{
  padding: 40px 20px;
  border-radius: 19px;
  background-color: rgb(128, 64, 215);
}
.sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .subtxtbox p{
  font-size: 24px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: -1.2px;
  color: rgb(255, 255, 255);
}

.sub06-1-sec02{
  background: url(../img/sub06/sub06-1-img02.jpg) no-repeat center / cover;
}
.sub06-1-2-conwrap{
  max-width: 700px;
  width: 100%;
  text-align: center;
}
.sub06-1-2-conwrap .txtbox .top{
  font-size: 53px;
  font-weight: normal;
  letter-spacing: -1.32px;
  color: rgb(180, 136, 241);
  margin-bottom: 8px;
}
.sub06-1-2-conwrap .txtbox h3{
  font-size: 90px;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: rgb(255, 255, 255);
}
.sub06-1-2-conwrap .txtbox .dsc{
  font-size: 33px;
  font-weight: 300;
  letter-spacing: -1.65px;
  color: rgb(255, 255, 255);
  margin-bottom: 60px;
}
.sub06-1-2-conwrap .txtbox .bottom-txtbox{
  padding: 38px 20px;
  border-radius: 19px;
  background-color: rgba(255, 255, 255,0.07);
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.sub06-1-2-conwrap .txtbox .bottom-txtbox p{
  font-size: 24px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: -1.2px;
  color: rgb(255, 255, 255);
}

.sub06-1-3-conwrap{
  margin-top: 72px;
}
.sub06-1-3-conwrap .sub06-1-3-line{
  display: flex;
  gap: 72px;
}
.sub06-1-3-conwrap .sub06-1-3-line > li{
  flex: 1;
}
.sub06-1-3-conwrap .sub06-1-3-line > li a{
  display: block;
  width: 100%;
  height: 100%;
}
.sub06-1-3-conwrap .sub06-1-3-line > li a .imgbox{
  overflow: hidden;
  margin-bottom: 28px;
}
.sub06-1-3-conwrap .sub06-1-3-line > li a .imgbox img{
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.sub06-1-3-conwrap .sub06-1-3-line > li a:hover .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.sub06-1-3-conwrap .sub06-1-3-line > li a .txt{
  text-align: center;
  padding: 9px 20px 13px 20px;

  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1.54px;
  color: rgb(255, 255, 255);
  display: block;
  width: 183px;

  background: linear-gradient(to right, rgba(46, 47, 47, 1), rgb(0, 0, 0));
  border-radius: 9999px;
  margin: 0 auto;
}


.sub06-1-sec04{
  background: linear-gradient(to left, rgba(144, 88, 219, 1), rgb(102, 36, 193));
}
.sub06-1-sec04 .inner{
  max-width: 1540px;
}
.sub06-1-4-conwrap{
  margin-top: 72px;
}
.sub06-1-4-conwrap .sub06-1-4-line{
  display: flex;
  gap: 36px;
}
.sub06-1-4-conwrap .sub06-1-4-line > li{
  flex: 1;
  border-radius: 99999px;
  background-color: rgb(255, 255, 255);
}
.sub06-1-4-conwrap .sub06-1-4-line > li .conbox {
  text-align: center;
  padding: 100px 20px 70px 20px;
}
.sub06-1-4-conwrap .sub06-1-4-line > li .conbox .num{
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -0.55px;
  color: rgb(189, 154, 238);
  margin-bottom: 14px;
}
.sub06-1-4-conwrap .sub06-1-4-line > li .conbox h3{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -2.55px;
  color: rgb(96, 31, 186);
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgb(141, 83, 220);
}
.sub06-1-4-conwrap .sub06-1-4-line > li .conbox .dsc{
  font-size: 25px;
  font-weight: 300;
  line-height: 1.52;
  letter-spacing: -1.25px;
  color: rgb(0, 0, 0);
}

.sub06-1-sec05{
  background: #F0F0F0;
}

.sub06-1-5-conwrap{
  margin-top: 15px;
}
.sub06-1-5-conwrap .sub06-1-5-line{
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.sub06-1-5-conwrap .sub06-1-5-line:last-child{
  margin-bottom: 0;
}
.sub06-1-5-conwrap .sub06-1-5-line > .txtli{
  width: 55%;
}
.sub06-1-5-conwrap .sub06-1-5-line > .imgli{
  width: 45%;
}
.sub06-1-5-conwrap .sub06-1-5-line > .txtli .txtbox .num{
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: rgb(96, 31, 186);
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.sub06-1-5-conwrap .sub06-1-5-line > .txtli .txtbox .num::after{
  content: "";
  width: 64px;
  height: 1px;
  background: rgb(96, 31, 186);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub06-1-5-conwrap .sub06-1-5-line > .txtli .txtbox .dsc{
  font-size: 43px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -3.22px;
  color: rgb(0, 0, 0);
}
.sub06-1-5-conwrap .sub06-1-5-line > .txtli .txtbox .dsc span{
  font-weight: 500;
  color: rgb(96, 31, 186);
}
.sub06-1-5-conwrap .sub06-1-5-line.even .txtli{
  order: 1;
}
.sub06-1-5-conwrap .sub06-1-5-line.even .imgli{
  order: 0;
}
.sub06-1-5-conwrap .sub06-1-5-line.even .imgli img{
  max-width: 488px;
  width: 100%;
  display: inline-block;
}
.sub06-1-5-conwrap .sub06-1-5-line.even .txtli .txtbox{
  padding-left: 140px;
}

.sub06-1-sec06{
  background: linear-gradient(to left, rgba(144, 88, 219, 1), rgb(102, 36, 193));
}
.sub06-1-6-conwrap{
  margin-top: 72px;
}
.sub06-1-6-conwrap .sub06-1-6-line{
  display: flex;
  gap: 55px;
}
.sub06-1-6-conwrap .sub06-1-6-line > li{
  flex: 1;
  border-radius: 65px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.sub06-1-6-conwrap .sub06-1-6-line > li .conbox{
  padding: 80px 20px;
  text-align: center;
}
.sub06-1-6-conwrap .sub06-1-6-line > li .conbox .top{
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -3px;
  color: rgb(96, 31, 186);
  margin-bottom: 4px;
}
.sub06-1-6-conwrap .sub06-1-6-line > li .conbox h3{
  font-size: 65px;
  font-weight: bold;
  letter-spacing: -0.65px;
  color: rgb(96, 31, 186);
  margin-bottom: 22px;
}
.sub06-1-6-conwrap .sub06-1-6-line > li .conbox .dsc{
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -1.3px;
  color: rgb(0, 0, 0);
}


.sub06-1-sec07{
  background: linear-gradient(to left, rgba(178, 133, 240, 1), rgb(141, 83, 220));
}

@media(max-width:1600px){
  .sub06-1-1-conwrap .sub06-1-1-line{
    gap: 30px;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .imgli{
    width: calc(50% - 15px);
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli{
    width: calc(50% - 15px);
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .top{
    font-size: 40px;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox h3{
    font-size: 60px;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .tagline p{
    font-size: 22px;
  }

  .sub06-1-4-conwrap .sub06-1-4-line{
    gap: 20px;
  }
  .sub06-1-4-conwrap .sub06-1-4-line > li .conbox .num{
    font-size: 40px;
  }
  .sub06-1-4-conwrap .sub06-1-4-line > li .conbox h3{
    font-size: 26px;
  }
  .sub06-1-4-conwrap .sub06-1-4-line > li .conbox .dsc{
    font-size: 20px;
  }

  .sub06-1-6-conwrap .sub06-1-6-line{
    gap: 30px;
  }
  .sub06-1-6-conwrap .sub06-1-6-line > li .conbox .dsc{
    font-size: 20px;
  }
}

@media(max-width:1200px){
  .sub06-1-4-conwrap .sub06-1-4-line > li .conbox .dsc{
    font-size: 18px;
  }
}

@media(max-width:1024px){
  .sub06-1-1-conwrap .sub06-1-1-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .imgli{
    width: 100%;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli{
    width: 100%;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .top{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1.4px;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox h3{
    margin-bottom: 24px;
    font-size: 24px;
    letter-spacing: -0.65px;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .tagline{
    margin-bottom: 15px;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .tagline p{
    width: calc(50% - 5px);
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .subtxtbox{
    padding: 20px 20px;
    border-radius: 12px;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .subtxtbox p{
    font-size: 16px;
  }

  .sub06-1-2-conwrap{
    max-width: 100%;
  }
  .sub06-1-2-conwrap .txtbox .top{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .sub06-1-2-conwrap .txtbox h3{
    font-size: 32px;
  }
  .sub06-1-2-conwrap .txtbox .dsc{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sub06-1-2-conwrap .txtbox .bottom-txtbox{
    padding: 20px 20px;
    border-radius: 12px;
    width: 100%;
  }
  .sub06-1-2-conwrap .txtbox .bottom-txtbox p{
    font-size: 16px;
  }

  .sub06-1-3-conwrap{
    margin-top: 30px;
  }
  .sub06-1-3-conwrap .sub06-1-3-line{
    gap: 40px;
    flex-wrap: wrap;
  }
  .sub06-1-3-conwrap .sub06-1-3-line > li{
    flex: none;
    width: 100%;
  }
  .sub06-1-3-conwrap .sub06-1-3-line > li a .imgbox{
    margin-bottom: 14px;
  }
  .sub06-1-3-conwrap .sub06-1-3-line > li a .txt{
    padding: 6px 15px 9px 15px;

    font-size: 16px;
    width: 160px;
  }


  .sub06-1-4-conwrap{
    margin-top: 30px;
  }
  .sub06-1-4-conwrap .sub06-1-4-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .sub06-1-4-conwrap .sub06-1-4-line > li{
    flex: none;
    width: calc(50% - 5px);
    border-radius: 12px;
  }
  .sub06-1-4-conwrap .sub06-1-4-line > li .conbox {
    padding: 40px 20px;
  }
  .sub06-1-4-conwrap .sub06-1-4-line > li .conbox .num{
    font-size: 36px;
    margin-bottom: 6px;
  }
  .sub06-1-4-conwrap .sub06-1-4-line > li .conbox h3{
    font-size: 20px;
    letter-spacing: -1.55px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .sub06-1-4-conwrap .sub06-1-4-line > li .conbox .dsc{
    font-size: 15px;
  }

  .sub06-1-5-conwrap{
    margin-top: 30px;
  }
  .sub06-1-5-conwrap .sub06-1-5-line{
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .sub06-1-5-conwrap .sub06-1-5-line > .txtli{
    width: calc(50% - 10px);
  }
  .sub06-1-5-conwrap .sub06-1-5-line > .imgli{
    width: calc(50% - 10px);
  }
  .sub06-1-5-conwrap .sub06-1-5-line > .txtli .txtbox .num{
    font-size: 32px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .sub06-1-5-conwrap .sub06-1-5-line > .txtli .txtbox .num::after{
    width: 40px;
  }
  .sub06-1-5-conwrap .sub06-1-5-line > .txtli .txtbox .dsc{
    font-size: 18px;
    letter-spacing: -1.22px;
  }
  
  .sub06-1-5-conwrap .sub06-1-5-line.even .imgli img{
    max-width: 360px;
  }
  .sub06-1-5-conwrap .sub06-1-5-line.even .txtli .txtbox{
    padding-left: 0px;
  }

  .sub06-1-6-conwrap{
    margin-top: 30px;
  }
  .sub06-1-6-conwrap .sub06-1-6-line{
    flex-wrap: wrap;
    gap: 20px;
  }
  .sub06-1-6-conwrap .sub06-1-6-line > li{
    flex: none;
    width: 100%;
    border-radius: 12px;
  }
  .sub06-1-6-conwrap .sub06-1-6-line > li .conbox{
    padding: 30px 20px;
  }
  .sub06-1-6-conwrap .sub06-1-6-line > li .conbox .top{
    font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 3px;
  }
  .sub06-1-6-conwrap .sub06-1-6-line > li .conbox h3{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .sub06-1-6-conwrap .sub06-1-6-line > li .conbox .dsc{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .tagline{
    flex-wrap: wrap;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .tagline p{
    width: 100%;
  }
  .sub06-1-1-conwrap .sub06-1-1-line > .txtli .txtbox .subtxtbox p br{
    display: none;
  }
  .sub06-1-2-conwrap .txtbox .bottom-txtbox p br{
    display: none;
  }

  .sub06-1-5-conwrap .sub06-1-5-line > .txtli{
    width: 100%;
    order: 1 !important;
  }
  .sub06-1-5-conwrap .sub06-1-5-line > .imgli{
    width: 100%;
    order: 0 !important;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sub06-1-5-conwrap .sub06-1-5-line > .txtli .txtbox{
    text-align: center;
  }
  .sub06-1-5-conwrap .sub06-1-5-line > .txtli .txtbox .num{
    font-size: 24px;
    font-weight: bold;
  }
  .sub06-1-5-conwrap .sub06-1-5-line > .txtli .txtbox .num::after{
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@media(max-width:500px){
  .sub06-1-4-conwrap .sub06-1-4-line > li{
    width: 100%;
  }
}

/* sub06-1 */


.right-floating{
  position: fixed;
  top: 180px;
  right: 30px;
  z-index: 999;
  width: 88px;
  background: linear-gradient(to bottom, rgba(46, 47, 47, 1), rgb(0, 0, 0));
  border-radius: 14px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.scr .right-floating{
  pointer-events: auto;
  opacity: 1;
}
.right-floating .link-list,
.right-floating .link-list a
{
  display: block;
  width: 100%;
  text-align: center;
}
.right-floating .link-list{
  padding: 0 8px;
}
.right-floating .link-list a{
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.85px;
  color: rgb(255, 255, 255);
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.right-floating .link-list a:last-child{
  border: none;
}

@media(max-width:1024px){
  .right-floating{
    top: 100px;
    right: 20px;
    width: 90px;
    display: none;
  }
  .right-floating .link-list{
    padding: 0 5px;
  }
  .right-floating .link-list a{
    font-size: 14px;
    padding: 12px 0;
  }
  .right-floating .link-list a.pc{
    display: none !important;
  }
}

/* 플로팅 */ 