/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
* {
    font-family: 'Pretendard', sans-serif;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
  text-decoration: none;
  color:#000;
}

/* 스크롤바 */
::-webkit-scrollbar {
  height:10px;
  width: 8px;  /* 스크롤바의 너비 */
}
::-webkit-scrollbar-thumb {
    height: 10%; /* 스크롤바의 길이 */
    background: #CCC; /* 스크롤바의 색상 */
    border-radius: 8px;
}
::-webkit-scrollbar-track {
    background: #F5F5F5; /*스크롤바 뒷 배경 색상*/
    border-radius: 8px;
}

/****************************************** 
                font style
*******************************************/

@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'),
    url('../fonts/PretendardVariable.woff') format('woff-variations'),
    url('../fonts/PretendardVariable.woff2') format('woff2-variations')
    ;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.woff') format('woff'),
         url('../fonts/Pretendard-Thin.woff2') format('woff2')
    ;
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.woff') format('woff'),
         url('../fonts/Pretendard-ExtraLight.woff2') format('woff2')
    ;
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff') format('woff'),
         url('../fonts/Pretendard-Light.woff2') format('woff2')
    ;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff') format('woff'),
         url('../fonts/Pretendard-Regular.woff2') format('woff2')
    ;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff') format('woff'),
         url('../fonts/Pretendard-Medium.woff2') format('woff2')
    ;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff') format('woff'),
         url('../fonts/Pretendard-SemiBold.woff2') format('woff2')
    ;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff') format('woff'),
         url('../fonts/Pretendard-Bold.woff2') format('woff2')
    ;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.woff') format('woff'),
         url('../fonts/Pretendard-ExtraBold.woff2') format('woff2')
    ;
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff') format('woff'),
         url('../fonts/Pretendard-Black.woff2') format('woff2')
    ;
    font-weight: 900;
    font-display: swap;
}


/* button style  */
.btn {
  display:inline-block;
  color:#000;
  font-size:14px;
  text-decoration:none;
  text-align:center;
  cursor: pointer;
}
.btn:active {
  opacity: 0.8;
}
.btn.util_btn {
  min-width:99px;
  height:35px;
  line-height:35px;
  padding:0 20px;
  border-radius:20px;
  border:1px solid #fff;
  font-weight: 500;
  font-size: 14px
}

.util_btn.type_a {
  color:#fff;
}
.util_btn.type_a:hover {
  color:#000;
  background:#fff;
}
.btn.type_b {
  color:#fff;
  border-color:#00534C;
  background:#00534C;
}
.util_btn.type_b:hover {
  color:#fff;
  background: #003430;
  border-color:#003430;
}
.util_btn.type_icon.adm_set {
  min-width:22px;
  background:url('../images/adm_set.png') no-repeat center center;
}
a.btn[disabled], a.btn[disabled]:hover {
  background: #E1E1E1;
  color:#fff;
  border-color:#E1E1E1;
}

.btn.static {
  width: 136px;
  height: 52px;
  border-radius: 8px;
  border: 1px solid #000;
  background: #FFF;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.btn.static:hover {
  color:#000;
  background:#fff;
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}



/**************************  style.css  *****************************/
  
  
  

  /********************************************************
                       main content style
  *********************************************************/
  

  
  .main_contents {
    width:100%;
  }
  .fixed_header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 85px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .fixed_header .logo {
    position:absolute;
    top:21px;
    left:90px;
    z-index:1000;
    margin:0;
  }
  .fixed_header .logo a{
    display:block;
    width:204px;
    height:42px;
    background: url('../images/logo_top.png') no-repeat center center;
  }
  .fixed_header .menu_top {
    width:100%;
    position:absolute;
    left:0;
    z-index:9;
  }
  .fixed_header .menu_top .Tabs{
    left:40%;
    
  }
  .fixed_header .menu_top .Tabs li.Tabs__tab  {
    margin:0 85px 0 0;
    line-height:85px;
    min-width:75px;
  }
  .fixed_header .menu_top .top_button{
    
    position:absolute;
    right:160px;
    top:25px;
  }
  
  .fixed_header .menu_top .top_button .btn{
    float:left;
    margin-right:8px;
  }
  .fixed_header .menu_top .top_button .btn.type_b {
    color:#000;
    border-color:#fff;
    background:#fff;
  }
  /* move header */
  body.move_header .fixed_header {
    background:#fff;
    border-bottom:1px solid #ccc;
  }
  body.move_header .main_contents .fixed_header .logo a{
    display:block;
    width:204px;
    height:42px;
    background: url('../images/logo_top_move.png') no-repeat center center;
  }
  body.move_header .main_contents .Tab > a {
    color:#000;
  }
  body.move_header .main_contents .Tab.active > a {
    color:#000;
  }
  body.move_header .main_contents .Tabs__presentation-slider {
    background: #00534C;
  }
  body.move_header .main_contents .fixed_header .menu_top .top_button .btn.type_a {
    color:#000000;
    border-color:#000000;
  }
  body.move_header .main_contents .fixed_header .menu_top .top_button .btn.type_b {
    color:#fff;
    border-color:#00534C;
    background:#00534C;
  }
  

  /* 가격동향 */
  .section.sec2 .cont_area.division {
    display:flex;
    position:absolute;
    top:300px;
    padding:75px 50px 50px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.17);
  }

  .section.sec2 .cont_area .txt_list_type1 {
    width:35%;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap:0 40px;
  }
  .section.sec2 .cont_area .txt_list_type1 li{
    width:calc(50% - 40px);
    margin-bottom:44px;
    cursor: pointer;
  }
  .section.sec2 .cont_area .txt_list_type1 li p{
    margin-top:8px;
    overflow:hidden;
  }
  .section.sec2 .cont_area .txt_list_type1 li p strong {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.42px;
  }
  .section.sec2 .cont_area .txt_list_type1 li p span:first-child {
    float:left;
  }
  .section.sec2 .cont_area .txt_list_type1 li p span:last-child {
    float:right;
  }
  .section.sec2 .cont_area .txt_list_type1 li p.up span:first-child {
    background:url('../images/num_up.png') no-repeat left center;
    padding-left:22px;
    color: #D13125;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
  }
  .section.sec2 .cont_area .txt_list_type1 li p.up span:last-child {
    color: #D13125;
    text-align: right;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.57px;
  }

  .section.sec2 .cont_area .txt_list_type1 li p.down span:first-child {
    background:url('../images/num_down.png') no-repeat left center;
    padding-left:22px;
    color: #3470D6;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
  }
  .section.sec2 .cont_area .txt_list_type1 li p.down span:last-child {
    color: #3470D6;
    text-align: right;
    font-size: 19px;
    font-weight: 700;
  }

  .section.sec2 .cont_area .txt_list_type1 li p.none span:first-child {
    background:url('../images/num_defalut.png') no-repeat left center;
    padding-left:22px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
  }
  .section.sec2 .cont_area .txt_list_type1 li p.none span:last-child {
    color: #000;
    text-align: right;
    font-size: 19px;
    font-weight: 700;
  }

  .section.sec2 .cont_area .garph_area {
    width:65%;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding:0 110px 0 0;
  }



  .main_contents .sec1 .swiper-slide.vis01 {
    background:url('../images/main_slide_01.jpg') no-repeat;
    background-size: cover;
  }
  .main_contents .sec1 .swiper-slide.vis02 {
    background:url('../images/main_slide_02.jpg') no-repeat;
    background-size: cover;
  }
  .main_contents .sec1 .swiper-slide.vis03 {
    background:url('../images/main_slide_03.jpg') no-repeat;
    background-size: cover;
  }
  .main_contents .sec1 .swiper-slide.vis04{
    background:url('../images/main_slide_04.jpg') no-repeat;
    background-size: cover;
  }
  

  .main_contents .swiper-slide .info_txt{
    position:absolute;
    left:212px;
    bottom:260px;
    text-align:left;
  }

  .main_contents .swiper-slide .info_txt strong{
    display:block;
    width:700px;
    margin-bottom:20px;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    white-space:pre-line;
  }
  .main_contents .swiper-slide .info_txt span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
  }

  .main_contents .swiper-container .util_bar {
    position:absolute;
    bottom: 168px;
    left: 212px;
    width:50%;
    height:30px;
  }

  .main_contents .swiper-container .util_bar .swiper-button-prev, .main_contents .swiper-container .util_bar .swiper-button-next {
    width:16px;
    height:16px;
    color:#fff;
  }
  .main_contents .swiper-container .util_bar .swiper-button-prev:after, .main_contents .swiper-container .util_bar .swiper-button-next:after {
    font-size:16px;
  }
  .main_contents .section {
    width:100%;
    margin:0 auto;
    /* padding-top:84px; */
  }
  .main_contents .section .fp-tableCell{
    vertical-align: top;
  }
  .main_contents .section.sec1 {
    
  }
  .sec1 .swiper-button-next, .sec1 .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 462px;
    top: 30px;
  }
  .sec1 .swiper-button-prev, .sec1 .swiper-rtl .swiper-button-next {
    right: auto;
    left: 380px;
    top: 30px;
  }
  .section.sec1 .scroll_down {
    position:absolute;
    bottom:30px;
    left:50%;
    transform: translateX(-50%);
    padding-top:42px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color:#fff;
    z-index:99;
    background:url('../images/scroll_down.png') no-repeat top center;
    
  }
  .section.sec1 .footer_button {
    position:absolute;
    right:0;
    bottom:0;
    z-index:99;
  }
  .section.sec1 .footer_button ul {
    width:744px;
    height:90px;
    display:flex;
    background: linear-gradient(90.03deg, #029F8B 0.03%, #95C93E 99.98%);
  }
  .section.sec1 .footer_button ul li{
    position:relative;
    flex:1;
  }
  .section.sec1 .footer_button ul li:first-child{
    background:url('../images/list_line.png') no-repeat right center;
  }
  
  .section.sec1 .footer_button ul li > div {
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:100%;
    display:table;
    text-align:center;
    }
  .section.sec1 .footer_button ul li:last-child a {
    display:block;
  }
  .section.sec1 .footer_button ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
  }
  .section.sec1 .footer_button ul li i {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
  }
  .section.sec1 .footer_button ul li > div div {
    display:inline-block;
    vertical-align: middle;
  }
  .section.sec1 .footer_button ul li:first-child i {
    background:url('../images/footer_icon_01.png') no-repeat 0 0;
    width:20px;
    height:20px;
    vertical-align: middle;
    margin-right:12px;
    display:inline-block;
  }
  .section.sec1 .footer_button ul li:last-child i {
    background:url('../images/footer_icon_02.png') no-repeat 0 0;
    padding-left:32px;
    margin-right:20px;
    vertical-align: middle;
    
  }
  /* sec2 */
  .section.sec2 {
    width:1200px;
    margin:0 auto;
  }
  .section.sec2 .text_area {
    position:absolute;
    top:150px;
    left:0;

  }
  .section.sec2 .text_area h2 {
    font-weight: 800;
    font-size: 43px;
    line-height: 51px;
    color: #00534C;
    margin-bottom:20px;
  }
  .section.sec2 .text_area p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
  }
  .section.sec2 .img_area {
    position:absolute;
    top:300px;
    left:0;
  } 
  /* sec3 */
  .section.sec3 > div {
    background:url('../images/info_bg.png') no-repeat 0 84px;
  }
  .main_contents .section.sec3 .text_area{
    position:absolute;
    top:184px;
    left:360px;
    text-align:left;
  }
  .main_contents .section.sec3 .text_area h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 43px;
    line-height: 51px;
    color: #FFFFFF;
    margin-bottom:20px;
  }
  .main_contents .section.sec3 .text_area p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    width:70%;
  } 
  

  
   

  .over_box {
    position:absolute;
    right:360px;
    top:85px;
    width:589px;
    height:calc(100% - 84px);
    overflow:hidden;
  }
  .simplyscroll {
    position:absolute;
    right:0;
    top:85px;
    width:589px;
    height:calc(100% - 84px);
    animation: scrolling 20s linear infinite;
  }
  @keyframes scrolling {
    0% { transform: translateY(0); }
	  50% { transform: translateY(-100%); }
	  /* 50.01% { transform: translateY(100%); } */
	  100% { transform: translateY(0); }
   
  }
  .simplyscroll li {
    float:left;
    box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.4);
    border-radius: 24px;
    margin-bottom:30px;
  }
  .simplyscroll li:nth-child(odd) {
    float:left;
  }
  .simplyscroll li:nth-child(even) {
    float:right;
  }
  .simplyscroll li:nth-child(2) {
    margin-top:219px;
  }

  /*  sec4 */
  .section.sec4 {
    
  }
  .section.sec4 .swiper.subcont01{
    width: 1200px;
    height:968px;
    position: relative;
    
  }
  .section.sec4 .swiper.subcont01 .swiper-slide {
    border-radius:24px;
    background-position: center;
    background-size: cover;
    
  }
  .section.sec4 .swiper.subcont01 .swiper-slide .text_area {
    position:absolute;
    top:150px;
    left:0;
    width:418px;
    text-align:left;
  }
  .section.sec4 .swiper.subcont01 .swiper-slide .text_area h2 {
    font-weight: 800;
    font-size: 43px;
    line-height: 51px;
    color: #00534C;
    margin-bottom:60px;
  }
  .section.sec4 .swiper.subcont01 .swiper-slide .text_area p {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
  }
  .section.sec4 .swiper.subcont01 .swiper-slide .text_area p span{
    display:block;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #818181;
    margin-top:20px;
  }
  .section.sec4 .swiper.subcont01 .swiper-slide img {
    position:absolute;
    right:0;
    top:220px;

  }
  .sec4 .swiper-button-next, .sec4 .swiper-button-prev {
    background:url('../images/slide_arrow_on.png') no-repeat center center;
    width:52px;
    height:52px;
    border:1px solid #000;
    border-radius:50%;
  }
  .sec4 .swiper-button-next:after, .sec4 .swiper-button-prev:after {
    content:"";
  }
  .sec4 .swiper-button-next {
    left:60px;
    top: 598px;
    
  }
  .sec4 .swiper-button-prev {
    left:0;
    top: 598px;
    rotate: 180deg;
  }
  .sec4 .swiper-pagination, .sec4 .swiper-pagination-bullets, .sec4 .swiper-pagination-horizontal {
    width:588px;
    height:20px;
    position:absolute;
    right:0;
    left:auto;
    top:770px
  } 

  .main_contents .section.sec4 .subcont02 {
    position:relative;
    height:885px;
    background: url('../images/back_icon.png') no-repeat calc(100% - 274px) 156px, 
    linear-gradient(
      to bottom, 
      #00534C 0%, 
      #00534C 50%, 
      #fff 50%, 
      #fff 100%
    );
    background-size:390px, 333px;
  }
  .main_contents .section.sec4 .subcont02 .text_area{
    position:absolute;
    top:184px;
    left:360px;
    text-align:left;
  }
  .main_contents .section.sec4 .subcont02 .text_area h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 43px;
    line-height: 51px;
    color: #FFFFFF;
    margin-bottom:20px;
  }
  .main_contents .section.sec4 .subcont02 .text_area p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    
  }

  .main_contents .section.sec4 .subcont02  .card_list {
    position:absolute;
    top:347px;
    left:50%;
    transform: translateX(-50%);
  }
  .main_contents .section.sec4 .subcont02  .card_list ul {
    display:flex;
    gap: 20px;
  }
  .main_contents .section.sec4 .subcont02 .card_list ul li{
    flex:1;
    width:384px;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
  }
  .main_contents .section.sec4 .subcont02  .card_list ul li:last-child {
    margin-right:0;
  }
  .main_contents .section.sec4 .subcont02 .card_list ul li p {
    width:384px;
    height:176px;
    padding:34px 40px 0 34px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align:left;
    word-break: keep-all;
  }
  .main_contents .section.sec5 .subcont01{
    position:relative;
    background:url('../images/cs_bg.png') no-repeat 0 0;
    height:771px;
  }
  .main_contents .section.sec5 .inner_cont{
    position:absolute;
    top:214px;
    left:50%;
    transform: translateX(-50%);
    width:1200px;
  }
  .main_contents .section.sec5 .text_area h2{
    width:790px;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    word-break: keep-all;
    margin-bottom:46px;
  }
  .main_contents .section.sec5 .text_area .info_txt {
    color:#fff;
  }
  .main_contents .section.sec5 .text_area .info_txt span{
    display:block;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    margin-bottom:10px;
  }
  .main_contents .section.sec5 .text_area .info_txt strong {
    display:block;
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    margin-bottom:6px;
  }
  .main_contents .section.sec5 .text_area .info_txt p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
  }
  .main_contents .section.sec5 .text_area .info_txt p a {
    color:#fff;
  }
  .main_contents .section.sec5 .bot_button {
    position:absolute;
    bottom:110px;
    right:360px;
  }
  .main_contents .section.sec5 .bot_button .btn {
    width:245px;
    height:52px;
    margin-right:8px;
    border-radius:30px;
    line-height: 52px;
  }
  /* .main_contents .section.sec5 .subcont02 {
    background:#141414;
    position:relative;
  }
  .main_contents .section.sec5 .subcont02:after{
    position:absolute;
    top:224px;
    content:"";
    display:block;
    width:100%;
    height:1px;
    background:#464646;
  }
  .main_contents .section.sec5 .subcont02 footer {
    width:1200px;
    margin:0 auto;
    
  }
  
  .main_contents .section.sec5 .subcont02 footer .footer_top {
    position:relative;
    height:224px;
    
  }
  .main_contents .section.sec5 .subcont02 footer .footer_top h1 {
    padding-top:68px;
  }
  .main_contents .section.sec5 .subcont02 footer .footer_top ul {
    position:absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
  }
  .main_contents .section.sec5 .subcont02 footer .footer_top ul li{
    float:left;
    position:relative;
    padding:0 28px;
  }
  .main_contents .section.sec5 .subcont02 footer .footer_top ul li:after {
    position:absolute;
    right:0px;
    content:"";
    display:inline-block;
    width:1px;
    height:16px;
    background:#464646;
  }
  .main_contents .section.sec5 .subcont02 footer .footer_top ul li:last-child:after {
    display:none;
  }
  .main_contents .section.sec5 .subcont02 footer .footer_top ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height:16px;
    color:#7A7A7A;
  }
  .main_contents .section.sec5 .subcont02 footer .footer_top ul li.on a {
    font-weight: 700;
    color:#fff;
  }
  .main_contents .section.sec5 .subcont02 footer .footer_bottom {
    height:132px;
    position:relative;
  }
  .main_contents .section.sec5 .subcont02 footer .footer_bottom .addres{
    padding-top:43px;
  }
  .main_contents .section.sec5 .subcont02 footer .footer_bottom .addres p{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #7A7A7A;
  }

  .main_contents .section.sec5 .subcont02 footer .footer_bottom .addres p span{
    color:#fff;
  } */

   /* 셀렉트박스 */
   .drop-down {
    position: relative;
    z-index:1;
    width:145px;
  }
  .drop-down .selected {
    width:100%;
  }
  
  .drop-down .selected a {
    width: 100%;
    height: 52px;
    display: block;
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #FFF url('../images/select_arrow.png') no-repeat 90% center;
    
  }
  .drop-down.p100 .selected a{
    width:100%;
    background-position:95% center;
  }
  .drop-down.p100 .options ul{
    width:100%;
  }
  

  .drop-down .selected a span {
      cursor: pointer;
      display: block;
      height:52px;
      padding:16px 17px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      word-break: break-all;
      color: #000;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
    }
    .drop-down .options {
      width:100%;
      position:relative;
      top:5px;
    }
  .drop-down .options ul {
    background: #fff;
      display: none;
      list-style: none;
      padding: 10px 0px;
      position: absolute;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #CCC;
      border-radius:10px;
      max-height:200px;
      overflow-y: auto;
  }
  .drop-down.up .options ul {
     bottom:110%;
  }

  .drop-down .selected span.value,
  .drop-down .options span.value {
      display: none;
  }

  .drop-down .options ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #7A7A7A;
    box-sizing: border-box;
    padding: 6px 20px;
  }

  .drop-down .options ul li a:hover {
      background: #363636;
      color: #fff;
      transition: 0.2s ease;
  }

  /* footer select */
  .footer_bottom .drop-down {
    position: absolute;
    right:160px;
    top:50%;
    transform: translateY(-50%);
    width:237px;
    z-index:1;
  }
  .footer_bottom .drop-down .selected a {
      background: #141414 url('../images/select_arrow_footer.png') no-repeat 90% center;
      display: block;
      padding: 13px 30px;
      border: 1px solid #464646;
      border-radius: 26px;
      text-decoration: none;
      font-weight: 500;
      font-size: 15px;
      line-height: 22px;
      color: #7A7A7A;
      width: 237px;
      height:48px;
      
  }

  .footer_bottom .drop-down .selected a span {
      cursor: pointer;
      display: block;
      height:auto;
      padding:0;
      color:#818181;
  }

  .footer_bottom .drop-down .options ul {
    background: #141414;
      display: none;
      list-style: none;
      padding: 10px 0px;
      position: absolute;
      bottom: 110%;
      top:auto;
      left: 0;
      width: 237px;
      box-sizing: border-box;
      border: 1px solid #363636;
      border-radius:10px;
  }

  .footer_bottom .drop-down .selected span.value,
  .footer_bottom .drop-down .options span.value {
      display: none;
  }

  .footer_bottom .drop-down .options ul li a {
      padding: 5px;
      display: block;
      text-decoration: none;
      color: #7A7A7A;
      box-sizing: border-box;
      padding: 6px 20px;
  }

  .footer_bottom .drop-down .options ul li a:hover {
      background: #363636;
      color: #fff;
      transition: 0.2s ease;
  }
  /***********************************************************************************
                                      login main
  ************************************************************************************/
  body.content_body {
    width:100%;
    height:100%;
  }
  .login_wrap {
    width:100%;
    height:100%;
  }

  /* login header */
  .login_wrap .fixed_header {
    width:100%;
    background:#fff;
    border-bottom:1px solid #ccc;
  }

  .login_wrap .fixed_header .logo a{
    display:block;
    width:204px;
    height:42px;
    background: url('../images/logo_top_move.png') no-repeat center center;
  }
  
  .login_wrap .fixed_header .menu_top .top_button .btn.type_a {
    color:#000000;
    border-color:#000000;
  }
  .login_wrap .fixed_header .menu_top .top_button .btn.type_b {
    color:#fff;
    border-color:#00534C;
    background:#00534C;
  }
  .login_wrap .fixed_header .menu_top .top_button .btn.info_set {
    padding:0 30px;
    border-radius: 16px;
    background: #F5F5F5;
    backdrop-filter: blur(6px);
    width: 200px;
    overflow: hidden;
  }
  .login_wrap .fixed_header .menu_top .top_button .btn.info_set strong{
    margin-right:8px;
    color:#000;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    text-decoration-line: underline;
    width: 120px;
    position: absolute;
    left: 30px;
    overflow: hidden;
  }
  .fixed_header .menu_top .top_button .btn.info_set strong .js-marquee {
    text-decoration: underline;
  }
  .login_wrap .fixed_header .menu_top .top_button .btn.info_set span{
    color: #818181;
    position: absolute;
    right: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  
  .drap .login_wrap .menu_top {
    
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  }

  .content_wrap {
    padding-top:84px;
    width:100%;
    /* height:100%; */
    background: #F7F7F7;
    overflow: hidden;
  }
  .content_wrap .footer_wrap {
    width:100%;
  }
  .footer_wrap {
    background:#141414;
    position:relative;
  }
  .footer_wrap footer {
    width:100%;
    margin:0 auto;
  }
  
  .footer_wrap footer .footer_top {
    position:relative;
    height:224px;
    
  }
  .footer_wrap footer .footer_bottom h1 {
    position: relative;
    float: left;
    width: 125px;
    padding: 45px 160px;
  }
  .footer_wrap footer .footer_bottom ul {
    position:relative;
    float: left;
    padding-left: 30px;
  }
  .footer_wrap footer .footer_bottom ul li{
    float:left;
    position:relative;
    padding:0 28px;
  }
  .footer_wrap footer .footer_bottom ul li:after {
    position:absolute;
    right:0px;
    content:"";
    display:inline-block;
    width:1px;
    height:16px;
    background:#464646;
    top: 7px;
  }
  .footer_wrap footer .footer_bottom ul li:nth-child(2):after {
    display:none;
  }
  .footer_wrap footer .footer_bottom ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height:16px;
    color:#7A7A7A;
  }
  .footer_wrap footer .footer_bottom ul li.on a {
    font-weight: 700;
    color:#fff;
  }
  .footer_wrap footer .footer_bottom {
    height:180px;
    position:relative;
    line-height: 30px;
    overflow: hidden;
  }
  .footer_wrap footer .footer_bottom .addres{
    padding-top:50px;
  }
  .footer_wrap footer .footer_bottom .addres p{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #7A7A7A;
  }

  .footer_wrap footer .footer_bottom .addres p span{
    color:#fff;
  }


  

  /********************  login, 회원가입  ********************************/
  .login_wrap .content_wrap .form_box {
    width:700px;
    padding:0px 60px;
    border-radius: 24px;
    background: #FFF;
    margin:100px auto;
  }
  .login_wrap .content_wrap .form_box.login_form {
    padding:50px 60px;

  }
  .login_wrap .content_wrap .form_box.login_form .logo{
    width:184px;
    height:38px;
    margin-bottom:30px;
    background:url('../images/login_logo.png') no-repeat 0 0;

  }
  .login_wrap .content_wrap .form_box .logo{
    width:184px;
    height:38px;
    margin-bottom:30px;
    background:url('../images/login_logo.png') no-repeat 0 0;

  }
  .login_wrap .content_wrap .form_box .title {
    display:block;
    margin-bottom:38px;
    color: #000;
    text-align: left;
    font-size: 33px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
  }
  .login_wrap .content_wrap .form_box .title span {
    color: #00534C;
    text-align: left;
    font-size: 33px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
  }
  .login_wrap .content_wrap .form_box .title.type2 {
    color: #818181;
    font-family: Pretendard;
    font-size: 33px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
  }
  .login_wrap .content_wrap .form_box .title.type2 span {
    color:#000;
  }
  .bottom_btn {
    width:100%;
    margin-top:31px;
  }
  .bottom_btn button.btn.util_btn {
    width:100%;
    height:58px;
    line-height:58px;
    border-radius:58px;
    display:block;
    margin-bottom:10px;
  }
  .bottom_btn .btn.type_a {
    color: #000000;
    border-color: #000000;
    background:#fff;
  }

  /* input form */
  dl.input_form {
    margin-bottom:18px;
  }
  dl.input_form dt {
    color: #000;
    font-size: 14px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin:12px 0;
  }
  dl.input_form dd input{
    width: calc(100% - 32px);
    height:52px;
    padding:0px 16px;
    line-height: 52px;;
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #FFF;
    color:#000;
  }
  dl.input_form dd input::placeholder {
    color: #ccc;
    font-size: 15px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .util_btn {
    overflow:hidden;
  }
  .util_btn .chk_box{
    float:left;
  }

  .util_btn .btn_area {
    float:right;
  }
  .util_btn .btn_area li {
    position:relative;
    float:left;
    padding:0 16px;
    line-height:21px;
  }
  .util_btn .btn_area li a {
    color: #000;
    font-size: 15px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .util_btn .btn_area li:after {
    position:absolute;
    right:0;
    top:3px;
    content:"";
    display:block;
    width:1px;
    height:14px;
    background: #E1E1E1;
  }
  .util_btn .btn_area li:last-child::after {
    display: none;
  }

  /***************************  join form  *************************************/
  .login_wrap .content_wrap .form_box.join_form {
    padding:46px 60px;
  }
  .form_header {
    width:100%; 
  }
  .form_header .form_indicator {
    width:256px;
    height:31px;
    margin: 0 auto 50px;
    overflow:hidden;
  }
  .form_header .form_indicator li {
    position:relative;
    float:left;
    margin-right:44px;
  }
  .form_header .form_indicator li:last-child {
    margin-right:0;
  }
  .form_header .form_indicator li a {
    width:31px;
    height:31px;
    display:block;
    border-radius:31px;
    border:1px solid #ccc;
    background:#fff;
    text-align:center;
    line-height:30px;
    color: #CCC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .form_header .form_indicator li.step a {
    background:#00534C;
    border-color:#00534C;
    color:#fff;
  }
  .form_header .form_indicator li::after {
    position:absolute;
    right:-44px;
    top:50%;
    transform: translateY(-50%);
    content:"";
    display:block;
    width:44px;
    height:1px;
    background:#ccc;
  }
  .form_header h1  {
    margin-bottom:40px;
    color: #000;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
  }
  .form_cont.check_box {
    width:100%;
    border-radius: 8px;
  }
  .form_cont.check_box .check_box_list{
    width:100%;
    height:52px;
    overflow: hidden;
    margin-bottom:10px;
    padding:15px 16px;
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #FFF;
  }
  .form_cont.check_box .check_box_all{
    width:100%;
    height:52px;
    margin-bottom:10px;
    padding:15px 16px;
    border-radius: 8px;
    background: #00534C;
  }
  .form_cont.check_box .chk_box{
    color: #000;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
  }
  .form_cont.check_box .check_box_all .chk_box {
    color:#fff;
  }
  .form_cont.check_box .check_box_all .chk_box .on{
    background:transparent;
    border-color:#fff;
  }
  .form_cont.check_box .check_box_all .chk_box input[type="checkbox"]:checked + .on { 
    background: transparent url('../images/check_checked_wh.png') no-repeat center center; 
  }
  .form_cont.check_box .check_box_list .chk_box{
    float:left;
  }
  .form_cont.check_box .check_box_list .fold_icon {
    float:right;
    width:16px;
    height:16px;
    display:block;
    background:url('../images/fold_icon.png') no-repeat center center;
  }
  .form_cont.check_box .check_box_list .text_box {
    display:none;
  }
  .form_cont.check_box .check_box_list.on {
    height:auto;
  }
  .form_cont.check_box .check_box_list.on .fold_icon {
    transform: rotate(180deg);
  }
  .form_cont.check_box .check_box_list.on .text_box{
    float: left;
    width:100%;
    height:170px;
    overflow-y:auto;
    border-top:1px solid #d9d9d9;
    margin-top:10px;
    padding:24px 25px 24px 16px;
    color:#818181;
    display:block;
  }
  .form_cont.input_box dl {
    margin-bottom:20px;
  }
  .form_cont.input_box dl dt {
    color:#000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom:12px;
  }
  .form_cont.input_box dl dt i.astar {
    color: #D13125;
    margin-right: 3px;
  }
  .form_cont.input_box dl dd {
    display:flex;
    width:100%;
    gap:10px;
  }
  .form_cont.input_box dl dd:not(:first-of-type) {
    margin-top:10px;
  }
  .form_cont.input_box dl dd input {
    flex:1;
    padding:0px 16px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #FFF;
  }
   .form_cont.input_box dl dd select {
    flex:1;
    padding:0px 16px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #FFF;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background:url('../images/fold_icon.png') no-repeat 98% 50%/16px auto;
  }
   .form_cont.input_box dl dd select::-ms-expand{
   display:none;/*for IE10,11*/
   }

 .form_cont.input_box dl dd input::placeholder{color: #ccc;}
 .form_cont.input_box dl dd input.upload {
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #fafafa;
    color: #ccc
  }
  .form_cont.input_box dl dd label {
    color:#D13125;
    color: #D13125;
    position: absolute;
    top: -31px !important;
    right: 0 !important;
    left: auto !important;
  }

  .form_cont.input_box dl .radio_box2 {display:flex;gap:20px;}

  .bottom_area {
    width:100%;
    padding:60px 40px 0;
    display: flex;
    gap:10px;
  }
  .bottom_area button.btn.util_btn{
    flex:1;
    height:58px;
    line-height:58px;
    border-radius:58px;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
  }
  .bottom_area button.btn.type_a {
    color: #000000;
    border-color: #000000;
    background:#fff;
  }
  .form_cont.input_box dl dd.type_radio {
    gap: 30px;
    height: 40px;
  }
  .form_cont.input_box dl dd.type_radio .radio_box {
    position:relative;
    margin-top:40px;
    color:#000;
  }
  .bottom_area.single button.btn {
    width:245px;
    flex:none;
    margin:0 auto;
  }

  /* 스크롤바 */
  .scroll_bar::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
  }
  .scroll_bar::-webkit-scrollbar-thumb {
      height: 10%; /* 스크롤바의 길이 */
      background: #CCC; /* 스크롤바의 색상 */
      border-radius: 8px;
  }
  .scroll_bar::-webkit-scrollbar-track {
      background: #F5F5F5; /*스크롤바 뒷 배경 색상*/
  }


  /* 체크박스 */
  .chk_box { 
    display: block; 
    position: relative; 
    padding-left: 29px; 
    margin-bottom: 10px; 
    cursor: pointer; 
    color: #000;
    font-size: 15px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    line-height:21px;
  }

/* 기본 체크박스 숨기기 */
.chk_box input[type="checkbox"] { display: none; }

/* 선택되지 않은 체크박스 스타일 꾸미기 */
.chk_box .on { 
  width: 21px; 
  height: 21px; 
  background: #fff; 
  position: absolute; 
  top: 0; 
  left: 0; 
  border-radius: 4px;
  border: 2px solid #CCC;
}

/* 선택된 체크박스 스타일 꾸미기 */
.chk_box input[type="checkbox"]:checked + .on { background: #fff url('../images/check_checked.png') no-repeat center center; }

  /* 라디오*/
  .radio_box { 
    display: block; 
    position: relative; 
    padding-left: 33px; 
    cursor: pointer; 
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    line-height:21px;
  }

/* 기본 라디오 숨기기 */
.radio_box input[type="radio"] { display: none; }

/* 선택되지 않은 라디오 스타일 꾸미기 */
.radio_box .on { 
  width: 21px; 
  height: 21px; 
  background: #fff; 
  position: absolute; 
  top: 0; 
  left: 0; 
  border-radius: 21px;
  border: 2px solid #CCC;
}

/* 선택된 라디오 스타일 꾸미기 */
.radio_box input[type="radio"]:checked + .on { background: #fff url('../images/radio_select.png') no-repeat center center; }


/*  layer pop */
.layer_pop {
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  padding:40px 0px;
  max-height: 80%;
  border-radius: 24px;
  background: #FFF;
  z-index:10000;
}
.dimd {
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.42);
  z-index:99;
}
body.pop_on {
  overflow:hidden;
}

.layer_pop.small {
  width:620px;
  height:80%;
}
.layer_pop.small.type1 {
  
 height:auto;
}
.layer_pop.small.type1 .pop_body{
  padding-top:0;
}
.layer_pop.medium {
  width:820px;
  max-height:80%;
}

.layer_pop .pop_header {
  overflow:hidden;
  padding-bottom:20px;
  margin:0 50px;
  border-bottom:1px solid #000;
}
.layer_pop .pop_header h1{
  float:left;
  color: #000;
  font-size: 27px;
  font-style: normal;
  font-weight: 800;
}
.layer_pop .pop_header button.layer_close{
  width:20px;
  height:20px;
  float:right;
  border:none;
  background:url('../images/pop_close_btn.png') no-repeat center center;
}

.pop_body {
  padding:30px 50px 0;
  height:calc(100% - 50px);
  overflow-y: auto;
  overflow-x:hidden;
}
.pop_body .radio_select {
  border-bottom:1px solid #ccc;
}
.pop_body .radio_select li {
  margin-bottom:22px;
}
.pop_body .radio_select .radio_box {
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  
}
.pop_body .radio_select p {
  padding-left:33px;
  color: #818181;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin-top:12px;
}
.pop_body dl {
  width:100%;
  border-bottom:1px solid #ccc;
}
.pop_body dl::before {
  display:block;
  content:"";
  clear: both;
}
.pop_body dl dt{
  float:left;
  width:100px;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height:66px;
}
.pop_body dl dd{
  float:left;
  padding:12px 0;
  display:flex;
  gap:10px;
  width: calc(100% - 100px);
}
.pop_body dl dd input {
  flex:1;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
  height:44px;
  padding:0 16px;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  
}
.pop_body dl dd.none {
  display:block;
}
.pop_body dl dd.none input{
  width:calc(100% - 32px);
}
.pop_body dl dd.none span{
  display:block;
  margin-top:10px;
  color: #818181;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;

}
.pop_body dl dd .drop-down.phone {
  width:124px;
}

.pop_body dl dd .drop-down .selected a {
  height:44px;
}
.pop_body dl dd .drop-down .selected a span{
  height: 44px;
  padding: 12px 17px;
}
.pop_body dl dd span.email_dot {
  line-height:44px;
}
.pop_body dl dd button.btn.type_a {
  border-radius: 8px;
  border: 1px solid #000;
  background: #FFF;
  width:114px;
  height:44px;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.pop_body .captcha {
  float: left;
  padding:10px 0;
  border-bottom:1px solid #ccc;
}


.pop_body .bottom_area {
  padding:26px 0 20px;
  justify-content: center;
}
.pop_body .bottom_area button.btn.util_btn{
  flex:none;
  width:132px;
  height:44px;
  line-height:44px;
}
/*******px******************************************************************************************
                                      media query
**************************************************************************************************/

@media only screen and (max-width: 1300px) {
  body, body.content_body {
    width:1300px;
  }
  body .fixed_header {
    width:1300px;
    
    left:0;
    transform: translateX(0);
    right:0;
  }
  .fixed_header .logo {
    left:0;
  }
  .fixed_header .logo a {
    scale: 0.6;
  }
  body .fixed_header .menu_top .Tabs {
    left:200px;
  }
  .fixed_header .menu_top .top_button {
    left:600px;
  }
  .main_contents {
    width:1300px;
  }
}
@media only screen and (max-width: 1600px) {
  body.content_body {
    width:1600px;
  }
  .main_contents .section.sec1 {
    width:100%;
  }
  .fixed_header {
    width:100%;
  }
  /* .sub_cont .fixed_header {
    width:1600px;
  } */
  /* .fixed_header .menu_top .Tabs{
    left:45%;
  } */
  
}
@media only screen and (min-width: 1920px) {
  .login_wrap .fixed_header {
    width: 100%;
  }
  .main_contents {
        width: 1920px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
  }

}

  