@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css');


*::before,
*::after {
  /* 테두리를 기준으로 크기를 정합니다. */
  box-sizing: border-box;
}

/* 텍스트 마우스 드래그시 색상 변경방법 */
::selection,
::-moz-selection {
  background : #39f;
  color      : #fff;
  text-shadow: none;
}

html {
  font-family: -apple-system,
    BlinkMacSystemFont,
    /* 한글 폰트 들어갈 자리 */
    'Pretendard Variable', "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* `font` 속성 리셋 */
  font-size                  : 16px;
  /* 기본 글골 사이즈 정의            : 16x => 1rem */
  font-weight                : normal;
  line-height                : 1.5;
  /* 단위 쓰지 말것 */
  background-color           : #fff;
  color                      : #4d5058;
  /* 글꼴 크기 조정을 방지 */
  -webkit-text-size-adjust   : 100%;
  /* 폰트를 부드럽게 */
  -webkit-font-smoothing     : antialiased;
  -moz-osx-font-smoothing    : grayscale;
  /* 웹킷 마음대로 눌림 하이라이트 막음 */
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

/* 기본 셋업 */
header,section,article,aside,footer,main,a,button,input,textarea,img,nav,ul,ol,li,p,h1,h2,h3,h4,h5,h6,div,span{
  margin   : 0;
  padding  : 0;
  /* 폰트 크기 상속 */
  font-size: inherit;
}

a:active,
a:hover {
  outline: none;
}

a {
  color          : #1e87f0;
  text-decoration: none;
  cursor         : pointer;
}

a:hover {

}

abbr[title] {
  text-decoration              : underline dotted;
  /* Safari에서는 '밑줄 점선'이 지원되지 않음. */
  -webkit-text-decoration-style: dotted;
}

b,
strong {
  font-weight: bolder;
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
  font-family: Consolas, monaco, monospace;
  font-size  : 0.875rem;
  color      : #f0506e;
  white-space: nowrap;
  padding    : 2px 6px;
  background : #f8f8f8;
}

em {
  color: #f0506e;
}

ins {
  background     : #ffd;
  color          : #666;
  text-decoration: none;
}

mark,
.mark {
  background: #ffd;
  color     : #666;
}

q {
  font-style: italic;
}

small,
.small {
  font-size: 80%;
}

sub,
sup {
  font-size     : 75%;
  line-height   : 0;
  position      : relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

canvas,
img,
video {
  max-width : 100%;
  height    : auto;
  box-sizing: border-box;
}

@supports (display:block) {
  svg {
    max-width : 100%;
    height    : auto;
    box-sizing: border-box;
  }
}

svg:not(:root) {
  overflow: hidden;
}

img:not([src]) {
  min-width : 1px;
  visibility: hidden;
}

iframe {
  border: 0;
}

p {
  margin-top   : 0;
  /* margin-bottom: 1rem; */
}

/* 인접한 요소 인 경우 여백 추가 */
*+p {
  /* margin-top: 1rem; */
}

ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}

/* 인접한 요소 인 경우 여백 추가 */
*+ul,
*+ol,
*+dl,
*+pre,
*+address,
*+fieldset,
*+figure {
  margin-top: 20px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  margin        : 0 0 20px 0;
  font-weight   : normal;
  color         : #333;
  text-transform: none;
}

/* 인접한 요소 인 경우 여백 추가 */
*+h1,*+h2,*+h3,*+h4,*+h5,*+h6,*+.h1,*+.h2,*+.h3,*+.h4,*+.h5,*+.h6{/* margin-top:40px; */}

h1,
.h1 {
  font-size  : 2.23125rem;
  line-height: 1.2;
}

h2,
.h2 {
  font-size  : 1.7rem;
  line-height: 1.3;
}

h3,
.h3 {
  font-size  : 1.5rem;
  line-height: 1.4;
}

h4,
.h4 {
  font-size  : 1.25rem;
  line-height: 1.4;
}

h5,
.h5 {
  font-size  : 16px;
  line-height: 1.4;
}

h6,
.h6 {
  font-size  : 0.875rem;
  line-height: 1.4;
}

@media (min-width:960px) {

  h1,
  .h1 {
    font-size: 2.625rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
  }
}

ul,
ol {
  padding-right: 0px;
}

ul>li>ul,
ul>li>ol,
ol>li>ol,
ol>li>ul {
  margin: 0 0 0 15px
}

dt {
  font-weight: bold;
}

dd {
  margin-right: 0;
}

hr {
  overflow  : visible;
  text-align: inherit;
  margin    : 0 0 20px 0;
  border    : 0;
  border-top: 1px solid #e5e5e5;
}

/* 인접한 요소 인 경우 여백 추가 */
*+hr {
  margin-top: 20px;
}

address {
  font-style: normal;
}

blockquote {
  margin     : 0 0 20px 0;
  font-size  : 1.25rem;
  line-height: 1.5;
  font-style : italic;
  color      : #333;
}

/* 인접한 요소 인 경우 여백 추가 */
*+blockquote {
  margin-top: 20px;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote footer {
  margin-top : 10px;
  font-size  : 0.875rem;
  line-height: 1.5;
  color      : #666;
}

blockquote footer::before {
  content: "— ";
}

pre {
  font         : 0.875rem / 1.5 Consolas, monaco, monospace;
  color        : #666;
  -moz-tab-size: 4;
  tab-size     : 4;
  /* 1 */
  overflow     : auto;
  padding      : 10px;
  border       : 1px solid #e5e5e5;
  border-radius: 3px;
  background   : #fff;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding     : 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding   : 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

[hidden] {
    display: none !important;
}

/* HTML5 elements  ========================================================================== */
details,
main {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

/* PC 분기점 */

@media all and (min-width:1180px) {
    .bt_02{
        text-decoration: none;
        padding: 20px 32px;
        background: #14652f;
        color: #fff;
        /* margin-top: 20px; */
        text-align: center;
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 500;
    }
    .main_rates{margin:0 !important; border-collapse: collapse !important; width: 50% !important;}
    .section_rates{
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}
    .screen_bg{
        width: 50%;
        background: url(/assets/images/screen01.png)no-repeat center center;
        background-size: cover;
        height: 500px;
    }
    .silver{
        width: 50%;
        color: rgba(0, 0, 0, 0.5);
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px 0 #ffffff;
        box-shadow:
          2px 2px 0.5em rgba(122, 122, 122, 0.55),
          inset 1px 1px 0 rgba(255, 255, 255, 0.9),
          inset -1px -1px 0 rgba(0, 0, 0, 0.34);
        /* border: 1px solid #dedede; */
        background:
          -moz-linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );
        background:
        -webkit-linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );
        background:
        -o-linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );
        background:
        linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );
        }
    .gold{
        width: 50%;
        color: rgba(82, 82, 34, 0.72);
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px 0 #ffdeca;
        box-shadow:
          2px 2px 0.5em rgba(155, 122, 89, 0.55),
          inset 1px 1px 0 rgba(255, 255, 255, 0.9),
          inset -1px -1px 0 rgba(0, 0, 0, 0.5);
        /* border: 1px solid #caa173; */
        background:
        -moz-linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );
        background:
        -webkit-linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );
        background:
        -o-linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );
        background:
        linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );
        }
    .rates_section{
    padding: 120px 0;
}
    .rates_section .withauto{}
    .rates_section .withauto .text{}
    .rates_section .withauto .text h3{
    font-size: 36px;
    font-weight: bold;
}
    .rates_table{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
    border-collapse: collapse;
}
    .rates_table tbody{}
    .rates_table tbody tr{
    /* border: 1px solid; */
}
    .rates_table tbody td{
    background: #ededed;
    padding: 20px;
    border-inline: 1px solid #fff;
    border-top: 1px solid #fff;
}
    .rates_table thead{}
    .rates_table thead tr{}
    .rates_table thead th{
    padding: 20px;
    background: #111;
    color: #fff;
    font-size: 22px;
    border-inline: 1px solid #fff;
}

.member_table{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
    border-collapse: collapse;
}
    .member_table tbody{}
    .member_table tbody tr{}
    .member_table tbody td{

padding: 20px;

background: #f8f8f8;

border-inline: 1px solid #fff;

border-top: 1px solid #fff;
}
    .member_table thead{}
    .member_table thead tr{}
    .member_table thead th{
    padding: 20px;
    font-size: 22px;
}
   .m_gnb{display: none;} 
    .m_tuch{
    display: none;
}
    header{
    position: sticky;
    top: 0;
    left: 0;
    /* background: #fff; */
    z-index: 10;
}
.nav_wrap{
    width: 1140px;
    margin: auto;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.nav_wrap .logo{
    width: 127px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.nav_wrap .logo a{
}
.nav_wrap .logo img{}
.nav_wrap .nav_list{
    display: flex;
    align-items: center;
}
.nav_wrap .nav_list .gnb_list{
    margin-right: 80px;
}
.nav_wrap .nav_list .gnb_list a{
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.nav_wrap .nav_list .gnb_list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
  }
  
  .nav_wrap .nav_list .gnb_list a:hover::after,
  .nav_wrap .nav_list .gnb_list a:focus::after {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
  }

.nav_wrap .nav_list .sns_list{
}
.nav_wrap .nav_list .sns_list span{border-right: 1px solid #999;height: 12px;display: inline-block;margin: 0 10px;}
.nav_wrap .nav_list .sns_list a{
    line-height: 0;
    /* margin-left: 10px; */
    color: #fff;
}
.nav_wrap .nav_list .sns_list a i{}

.wrap{}
.visual_wrap{
    width: 100%;
    height: 747px;
    /* background: url(/assets/images/v1.jpg); */
    background-size: cover;
    display: flex;
    position: relative;
    overflow: hidden;
    margin-top: -100px;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: space-around;
}
.visual_wrap span{
    display: block;
    text-align: center;
    position: absolute;
    z-index: 3;
    /* margin-bottom: 103px; */
    width: 660px;
    /* display: none; */
}
.visual_wrap div{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.visual_wrap h2{
    color: #fff;
    z-index: 2;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.visual_wrap a{
    padding: 16px 36px;
    font-weight: 500;
    color: #fff;
    border: 0;
    /* border-radius: 99999px; */
    background: #14652f;
    z-index: 2;
    margin-top: 30px;
    display: inline-block;
}

.section_01{
    padding: 120px 0;
    background: #f8f8f8;
}
.withauto{
    width: 1140px;
    margin: auto;
    position: relative;
    /* text-align: center; */
}
.withauto .section_text{
    text-align: center;
    width: 660px;
    margin: auto;
}
.withauto .section_text h2{
    font-size: 42px;
    font-weight: bold;
}
.withauto .section_text p{
    color: #999;
}
.section_02{
    padding: 120px 0;
}
.section_02 .set_01{
    display: flex;
}
.section_02 .set_01 .div_img{
    border-radius: 5px;
    overflow: hidden;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
}
.section_02 .set_01 .div_text{padding: 40px 60px 0 0;width: 450px;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}
.section_02 .set_01 .div_text h3{
    font-size: 38px;
    font-weight: bold;
    margin-top: 20px;
}
.section_02 .set_01 .div_text p{}
.section_02 .set_01 .div_text .logo{
    width: 100px;
}
.section_02 .set_02{
    display: flex;
    flex-direction: row;
    margin-top: 80px;
}
.section_02 .set_02 .div_img{
    border-radius: 5px;
    overflow: hidden;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
}
.section_02 .set_02 .div_text{
    padding: 60px 0 40px 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 620px;
    align-items: flex-start;
}
.section_02 .set_02 .div_text h3{
    font-size: 38px;
    font-weight: bold;
    margin-top: 20px;
}
.section_02 .set_02 .div_text p{}
.section_02 .set_02 .div_text .logo{
    width: 100px;
}
.bt_01{
    text-decoration: none;
    padding: 16px 32px;
    background: #14652f;
    color: #fff;
    margin-top: 20px;
}

.section_03{
    padding: 120px 0;
    background: #e8e8e8;
}
.section_03 .list{
    display: flex;
    justify-content: flex-start;
    position: absolute;
    width: 960px;
    bottom: 0;
    left: 20px;
}
.section_03 .list li{
    list-style: none;
    width: 30%;
    background: #fff;
    padding: 40px;
    text-align: center;
}
.section_03 .list li span{
    font-weight: 700;
    color: rgba(6,6,6,0.5);
}
.section_03 .list li h3{
    font-size: 32px;
    font-weight: bold;
    color: #14652f;
    margin-bottom: 10px;
}
.section_03 .list li p{}

.section_04{
    /* padding-top: 120px; */
}


.footer{
    padding: 40px 0;
    background: #2f3336;
}
.footer .withauto{
    display: flex;
    justify-content: space-around;
    color: #fff;
}
.footer .withauto .widget-inner{
    padding: 20px 60px 20px 20px;
    color: #fff;
}
.footer .withauto .widget-inner h3{
    color: #fff;
    font-size: 20px;
}
.footer .withauto .widget-inner p{
    color: #d2d2d2;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 8px;
}
.footer .withauto .widget-inner a{
    color: #d2d2d2;
    font-weight: 300;
    font-size: 14px;
}
.footer .withauto .widget-inner a:hover{}
.footer .withauto .widget-inner a svg{
    margin-right: 8px;
}
.about_bg{
    background: url(/assets/images/screen01.png)no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin-top: -90px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}
.about_bg div{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 450px;
    position: absolute;
}
.about_bg h3{
    color: #fff;
    z-index: 3;
    font-size: 38px;
    font-weight: bold;
}
.about_section{
    padding: 120px 0;
}
.about_section .img{
    width: 50%;
    /* border-radius: 4px 4px 4px 4px; */
    /* box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41); */
    /* overflow: hidden; */
}
.about_section .text{
    width: calc(50% - 60px);
    padding-left: 60px;
}
.about_section .text h3{
    font-size: 38px;
    font-weight: bold;
}
.about_section .text p{
    color: #999;
}
.about_info{}
.about_info h3{
    text-align: center;
    font-size: 38px;
    font-weight: bold;
}
.about_info p{
    color: #999;
}
.about_info img{
    margin: 40px 0 120px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
    overflow: hidden;
}
.about_section .withauto{
    display: flex;
    flex-direction: row;
}
.tech_bg{
    background: url(/assets/images/tech_bg.png)no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin-top: -90px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}
.tech_bg div{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 450px;
    position: absolute;
}
.tech_bg h3{
    color: #fff;
    z-index: 3;
    font-size: 38px;
    font-weight: bold;
}
.tech_info{
    /* margin-bottom: 120px; */
}
.tech_info .withauto{}
.tech_info .withauto ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tech_info .withauto ul li{
    list-style: none;
    width: 49%;
    margin-bottom: 40px;
}
.tech_info .withauto ul li img{
    border-radius: 4px 4px 4px 4px;
    box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
    overflow: hidden;
}
.tech_info .withauto ul li h4{
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.tech_info .withauto ul li p{
    color: #999;
}

.contact_bg{
    background: url(/assets/images/header3.png)no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin-top: -90px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}
.contact_bg div{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 450px;
    position: absolute;
}
.contact_bg h3{
    color: #fff;
    z-index: 3;
    font-size: 38px;
    font-weight: bold;
}
.contact_section{
    padding: 120px 0 80px;
}
.contact_section .withauto{}
.contact_section .withauto ul{
    list-style: none;
    display: flex;
    margin-top: 50px;
}
.contact_section .withauto ul li{
    width: 33%;
}
.contact_section .withauto ul li svg{
    width: 42px;
    color: #14652f;
    display: block;
    margin-bottom: 10px;
}
.contact_section .withauto ul li a{
    font-size: 22px;
    font-weight: bold;
    color: #111;
    margin-top: 20px;
}
.contact_section .withauto ul li p{
    color: #999;
    margin-top: 10px;
}
.contact_section .withauto .text{}
.contact_section .withauto .text h3{
    font-size: 36px;
    font-weight: bolder;
}
.contact_section .withauto .text p{
    width: 50%;
    color: #999;
}
.visual_wrap p{
    color: #d2d2d2;
    font-size: 16px;
}
  } 

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (min-width:768px) and (max-width:1179px) {
    .bt_02{
        text-decoration: none;
        padding: 20px 32px;
        background: #14652f;
        color: #fff;
        /* margin-top: 20px; */
        text-align: center;
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 500;
    }
    .main_rates{margin:0 !important; border-collapse: collapse !important; width: 50% !important;}
    .section_rates{
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}
    .screen_bg{
        width: 50%;
        background: url(/assets/images/screen01.png)no-repeat center center;
        background-size: cover;
        /* height: 500px; */
    }
    .silver{
        width: 50%;
        color: rgba(0, 0, 0, 0.5);
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px 0 #ffffff;
        box-shadow:
          2px 2px 0.5em rgba(122, 122, 122, 0.55),
          inset 1px 1px 0 rgba(255, 255, 255, 0.9),
          inset -1px -1px 0 rgba(0, 0, 0, 0.34)
        ;
        border: 1px solid #dedede;
        background:
          -moz-linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );
        background:
        -webkit-linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );
        background:
        -o-linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );
        background:
        linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );}
    .gold{
        width: 50%;
        color: rgba(82, 82, 34, 0.72);
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px 0 #ffdeca;
        box-shadow:
          2px 2px 0.5em rgba(155, 122, 89, 0.55),
          inset 1px 1px 0 rgba(255, 255, 255, 0.9),
          inset -1px -1px 0 rgba(0, 0, 0, 0.5)
        ;
        border: 1px solid #caa173;
        background:
        -moz-linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );
        background:
        -webkit-linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );
        background:
        -o-linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );
        background:
        linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );}
    .rates_section{
    padding: 120px 0;
}
    .rates_section .withauto{}
    .rates_section .withauto .text{}
    .rates_section .withauto .text h3{
    font-size: 36px;
    font-weight: bold;
}
    .rates_table{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
}
    .rates_table tbody{}
    .rates_table tbody tr{}
    .rates_table tbody td{
    background: #ededed;
    padding: 20px;
}
    .rates_table thead{}
    .rates_table thead tr{}
    .rates_table thead th{
    padding: 20px;
    background: #111;
    color: #fff;
    font-size: 22px;
}

.member_table{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
}
    .member_table tbody{}
    .member_table tbody tr{}
    .member_table tbody td{

padding: 20px;

background: #f8f8f8;
}
    .member_table thead{}
    .member_table thead tr{}
    .member_table thead th{
    padding: 20px;
    font-size: 22px;
}
    .m_gnb{display: none;}
    .m_gnb .m_gnb_f{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #111;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    
}
    .m_gnb .sns_list{}
    .m_gnb .sns_list span{
    width: 1px;
    display: inline-block;
    border-right: 1px solid #999;
    height: 13px;
    margin: 0 10px;
}
    .m_gnb .sns_list a{
    font-size: 18px;
    color: #ededed;
    font-weight: 100;
}
    .m_gnb .gnb_list{}
    .m_gnb .gnb_list a{
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 20px;
}
    .m_gnb .logo_m{width: 160px;}
    .x_btn{
    position: fixed;
    right: 16px;
    top: 16px;
}
    .m_tuch{}
    .m_tuch svg{}
    header{
        position: sticky;
        top: 0;
        left: 0;
        /* background: #fff; */
        z-index: 10;
    }
    .nav_wrap{
        /* width: 1140px; */
        margin: auto;
        height: 20px;
        display: flex;
        padding: 20px;
        flex-direction: row;
        justify-content: space-between;
    }
    .nav_wrap .logo{
        width: 110px;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }
    .nav_wrap .logo a{
    }
    .nav_wrap .logo img{}
    .nav_wrap .nav_list{
        display: flex;
        align-items: center;
    }
    .nav_wrap .nav_list .gnb_list{
        margin-right: 80px;
        display: none;
    }
    .nav_wrap .nav_list .gnb_list a{
        font-size: 16px;
        font-weight: bold;
        margin-left: 30px;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        position: relative;
        z-index: 10;
    }
    .nav_wrap .nav_list .gnb_list a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.1em;
        background-color: #ffffff;
        opacity: 0;
        transition: opacity 300ms, transform 300ms;
      }
      
      .nav_wrap .nav_list .gnb_list a:hover::after,
      .nav_wrap .nav_list .gnb_list a:focus::after {
        opacity: 1;
        transform: translate3d(0, 0.2em, 0);
      }
    
    .nav_wrap .nav_list .sns_list{
    display: none;
    }
    .nav_wrap .nav_list .sns_list span{border-right: 1px solid #999;height: 12px;display: inline-block;margin: 0 10px;}
    .nav_wrap .nav_list .sns_list a{
        line-height: 0;
        /* margin-left: 10px; */
        color: #fff;
    }
    .nav_wrap .nav_list .sns_list a i{}
    
    .wrap{}
    .visual_wrap{
        width: 100%;
        /* height: 100vh; */
        /* background: url(/assets/images/v1.jpg); */
        background-size: cover;
        display: flex;
        position: relative;
        overflow: hidden;
        margin-top: -60px;
        align-items: center;
        align-content: center;
        flex-direction: column;
        justify-content: space-around;
    }
    .visual_wrap span{
        display: block;
        text-align: center;
        position: absolute;
        z-index: 3;
        /* margin-bottom: 103px; */
        /* width: 660px; */
        /* display: none; */
        padding: 20px;
    }
    .visual_wrap div{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.5);
        z-index: 1;
    }
    .visual_wrap h2{
        color: #fff;
        z-index: 2;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        letter-spacing: -1px;
    }
    .visual_wrap a{
        padding: 16px 36px;
        font-weight: 500;
        color: #fff;
        border: 0;
        /* border-radius: 99999px; */
        background: #14652f;
        z-index: 2;
        margin-top: 30px;
        display: inline-block;
    }
    
    .section_01{
        padding: 120px 0;
        background: #f8f8f8;
    }
    .withauto{
        /* width: 1140px; */
        /* margin: auto; */
        /* position: relative; */
        padding: 0 20px;
        text-align: center;
    }
    .withauto .section_text{
        text-align: center;
        /* width: 660px; */
        margin: auto;
    }
    .withauto .section_text h2{
        font-size: 32px;
        font-weight: bold;
    }
    .withauto .section_text p{
        color: #999;
    }
    .section_02{
        padding: 60px 0;
    }
    .section_02 .set_01{
        /* display: flex; */
    }
    .section_02 .set_01 .div_img{
        border-radius: 5px;
        overflow: hidden;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
    }
    .section_02 .set_01 .div_text{/* padding: 40px 60px 0 0; *//* width: 450px; */display: flex;flex-direction: column;text-align: center;align-items: center;}
    .section_02 .set_01 .div_text h3{
        font-size: 32px;
        font-weight: bold;
        margin-top: 20px;
    }
    .section_02 .set_01 .div_text p{}
    .section_02 .set_01 .div_text .logo{
        width: 100px;
    }
    .section_02 .set_02{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 80px;
    }
    .section_02 .set_02 .div_img{
        border-radius: 5px;
        overflow: hidden;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
    }
    .section_02 .set_02 .div_text{
        /* padding: 60px 0 40px 60px; */
        display: flex;
        justify-content: center;
        flex-direction: column;
        /* width: 620px; */
        align-items: center;
    }
    .section_02 .set_02 .div_text h3{
        font-size: 31px;
        font-weight: bold;
        margin-top: 20px;
    }
    .section_02 .set_02 .div_text p{}
    .section_02 .set_02 .div_text .logo{
        width: 100px;
    }
    .bt_01{
        text-decoration: none;
        padding: 16px 32px;
        background: #14652f;
        color: #fff;
        /* margin-top: 20px; */
        margin: 40px;
    }
    
    .section_03{
        padding: 60px 0;
        background: #e8e8e8;
    }
    .section_03 .list{
        display: flex;
        justify-content: flex-start;
        /* position: absolute; */
        /* width: 960px; */
        bottom: 0;
        left: 20px;
        flex-direction: column;
    }
    .section_03 .list li{
        list-style: none;
        /* width: 100%; */
        background: #fff;
        padding: 20px;
        text-align: center;
        border-top: 4px solid #e8e8e8;
    }
    .section_03 .list li span{
        font-weight: 700;
        color: rgba(6,6,6,0.5);
    }
    .section_03 .list li h3{
        font-size: 28px;
        font-weight: bold;
        color: #14652f;
        margin-bottom: 0px;
    }
    .section_03 .list li p{}
    
    .section_04{
        /* padding-top: 120px; */
    }
    
    
    .footer{
        padding: 40px 0;
        background: #2f3336;
    }
    .footer .withauto{
        display: flex;
        justify-content: space-around;
        color: #fff;
        flex-direction: column;
    }
    .footer .withauto .widget-inner{
        padding: 20px;
        color: #fff;
    }
    .footer .withauto .widget-inner h3{
        color: #fff;
        font-size: 20px;
    }
    .footer .withauto .widget-inner p{
        color: #d2d2d2;
        font-weight: 300;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .footer .withauto .widget-inner a{
        color: #d2d2d2;
        font-weight: 300;
        font-size: 14px;
    }
    .footer .withauto .widget-inner a:hover{}
    .footer .withauto .widget-inner a svg{
        margin-right: 8px;
    }
    .about_bg{
        background: url(/assets/images/screen01.png)no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 250px;
        margin-top: -60px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
    }
    .about_bg div{
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 250px;
        position: absolute;
    }
    .about_bg h3{
        color: #fff;
        z-index: 3;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
    }
    .about_section{
        padding: 60px 0;
    }
    .about_section .img{
        /* width: 50%; */
        /* border-radius: 4px 4px 4px 4px; */
        /* box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41); */
        /* overflow: hidden; */
    }
    .about_section .text{
        /* width: calc(50% - 60px); */
        /* padding-left: 60px; */
        margin-top: 40px;
    }
    .about_section .text h3{
        font-size: 32px;
        font-weight: bold;
        letter-spacing: -1px;
    }
    .about_section .text p{
        color: #999;
    }
    .about_info{
    border-top: 1px solid #ededed;
    padding-top: 60px;
}
    .about_info h3{
        text-align: center;
        font-size: 32px;
        font-weight: bold;
    }
    .about_info p{
        color: #999;
    }
    .about_info img{
        margin: 40px 0 120px;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
        overflow: hidden;
    }
    .about_section .withauto{
        display: flex;
        flex-direction: column;
    }
    .tech_bg{
        background: url(/assets/images/tech_bg.png)no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 250px;
        margin-top: -60px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
    }
    .tech_bg div{
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 250px;
        position: absolute;
    }
    .tech_bg h3{
        color: #fff;
        z-index: 3;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
    }
    .tech_info{
        /* margin-bottom: 120px; */
    }
    .tech_info .withauto{}
    .tech_info .withauto ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tech_info .withauto ul li{
        list-style: none;
        /* width: 49%; */
        margin-bottom: 40px;
    }
    .tech_info .withauto ul li img{
        border-radius: 4px 4px 4px 4px;
        box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
        overflow: hidden;
    }
    .tech_info .withauto ul li h4{
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
        text-align: left;
    }
    .tech_info .withauto ul li p{
        color: #999;
        text-align: left;
    }
    
    .contact_bg{
        background: url(/assets/images/header3.png)no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 250px;
        margin-top: -60px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
    }
    .contact_bg div{
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 250px;
        position: absolute;
    }
    .contact_bg h3{
        color: #fff;
        z-index: 3;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
    }
    .contact_section{
        padding: 60px 0 80px;
    }
    .contact_section .withauto{}
    .contact_section .withauto ul{
        list-style: none;
        /* display: flex; */
        margin-top: 50px;
    }
    .contact_section .withauto ul li{
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .contact_section .withauto ul li svg{
        width: 42px;
        color: #14652f;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .contact_section .withauto ul li a{
        font-size: 22px;
        font-weight: bold;
        color: #111;
        margin-top: 0px;
    }
    .contact_section .withauto ul li p{
        color: #999;
        margin-top: 10px;
    }
    .contact_section .withauto .text{}
    .contact_section .withauto .text h3{
        font-size: 36px;
        font-weight: bolder;
    }
    .contact_section .withauto .text p{
        /* width: 50%; */
        color: #999;
    }
    .visual_wrap p{
        color: #d2d2d2;
        font-size: 16px;
    }
    video{max-width: none !important;}
    iframe{
    height: 350px;
}
  } 
  
  /* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
  @media all and (max-width:767px) {
    .bt_02{
        text-decoration: none;
        padding: 16px 32px;
        background: #14652f;
        color: #fff;
        /* margin-top: 20px; */
        text-align: center;
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 500;
    }
    .main_rates{margin:0 !important;border-collapse: collapse !important;/* width: 50% !important; */}
    .section_rates{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
    .screen_bg{
        width: 100%;
        background: url(/assets/images/screen01.png)no-repeat center center;
        background-size: cover;
        height: 200px;
    }
    .silver{
        width: 50%;
        color: rgba(0, 0, 0, 0.5);
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px 0 #ffffff;
        box-shadow:
          2px 2px 0.5em rgba(122, 122, 122, 0.55),
          inset 1px 1px 0 rgba(255, 255, 255, 0.9),
          inset -1px -1px 0 rgba(0, 0, 0, 0.34)
        ;
        border: 1px solid #dedede;
        background:
          -moz-linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );
        background:
        -webkit-linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );
        background:
        -o-linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );
        background:
        linear-gradient(
          -72deg,
          #dedede,
          #ffffff 16%,
          #dedede 21%,
          #ffffff 24%,
          #454545 27%,
          #dedede 36%,
          #ffffff 45%,
          #ffffff 60%,
          #dedede 72%,
          #ffffff 80%,
          #dedede 84%,
          #a1a1a1
        );}
    .gold{
        width: 50%;
        color: rgba(82, 82, 34, 0.72);
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px 0 #ffdeca;
        box-shadow:
          2px 2px 0.5em rgba(155, 122, 89, 0.55),
          inset 1px 1px 0 rgba(255, 255, 255, 0.9),
          inset -1px -1px 0 rgba(0, 0, 0, 0.5)
        ;
        border: 1px solid #caa173;
        background:
        -moz-linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );
        background:
        -webkit-linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );
        background:
        -o-linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );
        background:
        linear-gradient(
          -72deg,
          #ffdea1,
          #ffffff 16%,
          #ffdea1 21%,
          #ffffff 24%,
          #736445 27%,
          #ffdea1 36%,
          #ffffff 45%,
          #ffffff 60%,
          #ffdea1 72%,
          #ffffff 80%,
          #ffdea1 84%,
          #736445
        );}
    .rates_section{
    padding: 60px 0;
}
    .rates_section .withauto{}
    .rates_section .withauto .text{}
    .rates_section .withauto .text h3{
    font-size: 32px;
    font-weight: bold;
}
    .rates_table{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
    border-collapse: collapse;
}
    .rates_table tbody{}
    .rates_table tbody tr{}
    .rates_table tbody td{
    background: #ededed;
    padding: 16px 10px;
    font-size: 16px;
    border-inline: 1px solid #fff;
    border-top: 1px solid #fff;
}
    .rates_table thead{}
    .rates_table thead tr{}
    .rates_table thead th{
    padding: 20px;
    background: #111;
    color: #fff;
    font-size: 18px;
}

.member_table{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
}
    .member_table tbody{}
    .member_table tbody tr{}
    .member_table tbody td{

padding: 20px;

background: #f8f8f8;

font-size: 16px;
}
    .member_table thead{}
    .member_table thead tr{}
    .member_table thead th{
    padding: 20px;
    font-size: 22px;
}
    .m_gnb{display: none;}
    .m_gnb .m_gnb_f{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #111;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    
}
    .m_gnb .sns_list{}
    .m_gnb .sns_list span{
    width: 1px;
    display: inline-block;
    border-right: 1px solid #999;
    height: 13px;
    margin: 0 10px;
}
    .m_gnb .sns_list a{
    font-size: 18px;
    color: #ededed;
    font-weight: 100;
}
    .m_gnb .gnb_list{}
    .m_gnb .gnb_list a{
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 20px;
}
    .m_gnb .logo_m{width: 160px;}
    .x_btn{
    position: fixed;
    right: 16px;
    top: 16px;
}
    .m_tuch{}
    .m_tuch svg{}
    header{
        position: sticky;
        top: 0;
        left: 0;
        /* background: #fff; */
        z-index: 10;
    }
    .nav_wrap{
        /* width: 1140px; */
        margin: auto;
        height: 20px;
        display: flex;
        padding: 20px;
        flex-direction: row;
        justify-content: space-between;
    }
    .nav_wrap .logo{
        width: 110px;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }
    .nav_wrap .logo a{
    }
    .nav_wrap .logo img{}
    .nav_wrap .nav_list{
        display: flex;
        align-items: center;
    }
    .nav_wrap .nav_list .gnb_list{
        margin-right: 80px;
        display: none;
    }
    .nav_wrap .nav_list .gnb_list a{
        font-size: 16px;
        font-weight: bold;
        margin-left: 30px;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        position: relative;
        z-index: 10;
    }
    .nav_wrap .nav_list .gnb_list a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.1em;
        background-color: #ffffff;
        opacity: 0;
        transition: opacity 300ms, transform 300ms;
      }
      
      .nav_wrap .nav_list .gnb_list a:hover::after,
      .nav_wrap .nav_list .gnb_list a:focus::after {
        opacity: 1;
        transform: translate3d(0, 0.2em, 0);
      }
    
    .nav_wrap .nav_list .sns_list{
    display: none;
    }
    .nav_wrap .nav_list .sns_list span{border-right: 1px solid #999;height: 12px;display: inline-block;margin: 0 10px;}
    .nav_wrap .nav_list .sns_list a{
        line-height: 0;
        /* margin-left: 10px; */
        color: #fff;
    }
    .nav_wrap .nav_list .sns_list a i{}
    
    .wrap{}
    .visual_wrap{
        width: 100%;
        height: 100vh;
        /* background: url(/assets/images/v1.jpg); */
        background-size: cover;
        display: flex;
        position: relative;
        overflow: hidden;
        margin-top: -60px;
        align-items: center;
        align-content: center;
        flex-direction: column;
        justify-content: space-around;
    }
    .visual_wrap span{
        display: block;
        text-align: center;
        position: absolute;
        z-index: 3;
        /* margin-bottom: 103px; */
        /* width: 660px; */
        /* display: none; */
        padding: 20px;
    }
    .visual_wrap div{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.5);
        z-index: 1;
    }
    .visual_wrap h2{
        color: #fff;
        z-index: 2;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        letter-spacing: -1px;
    }
    .visual_wrap a{
        padding: 16px 36px;
        font-weight: 500;
        color: #fff;
        border: 0;
        /* border-radius: 99999px; */
        background: #14652f;
        z-index: 2;
        margin-top: 30px;
        display: inline-block;
    }
    
    .section_01{
        padding: 120px 0;
        background: #f8f8f8;
    }
    .withauto{
        /* width: 1140px; */
        /* margin: auto; */
        /* position: relative; */
        padding: 0 20px;
        text-align: center;
    }
    .withauto .section_text{
        text-align: center;
        /* width: 660px; */
        margin: auto;
    }
    .withauto .section_text h2{
        font-size: 32px;
        font-weight: bold;
    }
    .withauto .section_text p{
        color: #999;
    }
    .section_02{
        padding: 60px 0;
    }
    .section_02 .set_01{
        /* display: flex; */
    }
    .section_02 .set_01 .div_img{
        border-radius: 5px;
        overflow: hidden;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
    }
    .section_02 .set_01 .div_text{/* padding: 40px 60px 0 0; *//* width: 450px; */display: flex;flex-direction: column;text-align: center;align-items: center;}
    .section_02 .set_01 .div_text h3{
        font-size: 32px;
        font-weight: bold;
        margin-top: 20px;
    }
    .section_02 .set_01 .div_text p{}
    .section_02 .set_01 .div_text .logo{
        width: 100px;
    }
    .section_02 .set_02{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 80px;
    }
    .section_02 .set_02 .div_img{
        border-radius: 5px;
        overflow: hidden;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
    }
    .section_02 .set_02 .div_text{
        /* padding: 60px 0 40px 60px; */
        display: flex;
        justify-content: center;
        flex-direction: column;
        /* width: 620px; */
        align-items: center;
    }
    .section_02 .set_02 .div_text h3{
        font-size: 31px;
        font-weight: bold;
        margin-top: 20px;
    }
    .section_02 .set_02 .div_text p{}
    .section_02 .set_02 .div_text .logo{
        width: 100px;
    }
    .bt_01{
        text-decoration: none;
        padding: 16px 32px;
        background: #14652f;
        color: #fff;
        /* margin-top: 20px; */
        margin: 40px;
    }
    
    .section_03{
        padding: 60px 0;
        background: #e8e8e8;
    }
    .section_03 .list{
        display: flex;
        justify-content: flex-start;
        /* position: absolute; */
        /* width: 960px; */
        bottom: 0;
        left: 20px;
        flex-direction: column;
    }
    .section_03 .list li{
        list-style: none;
        /* width: 100%; */
        background: #fff;
        padding: 20px;
        text-align: center;
        border-top: 4px solid #e8e8e8;
    }
    .section_03 .list li span{
        font-weight: 700;
        color: rgba(6,6,6,0.5);
    }
    .section_03 .list li h3{
        font-size: 28px;
        font-weight: bold;
        color: #14652f;
        margin-bottom: 0px;
    }
    .section_03 .list li p{}
    
    .section_04{
        /* padding-top: 120px; */
    }
    
    
    .footer{
        padding: 40px 0;
        background: #2f3336;
    }
    .footer .withauto{
        display: flex;
        justify-content: space-around;
        color: #fff;
        flex-direction: column;
    }
    .footer .withauto .widget-inner{
        padding: 20px;
        color: #fff;
    }
    .footer .withauto .widget-inner h3{
        color: #fff;
        font-size: 20px;
    }
    .footer .withauto .widget-inner p{
        color: #d2d2d2;
        font-weight: 300;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .footer .withauto .widget-inner a{
        color: #d2d2d2;
        font-weight: 300;
        font-size: 14px;
    }
    .footer .withauto .widget-inner a:hover{}
    .footer .withauto .widget-inner a svg{
        margin-right: 8px;
    }
    .about_bg{
        background: url(/assets/images/screen01.png)no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 250px;
        margin-top: -60px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
    }
    .about_bg div{
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 250px;
        position: absolute;
    }
    .about_bg h3{
        color: #fff;
        z-index: 3;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
    }
    .about_section{
        padding: 60px 0;
    }
    .about_section .img{
        /* width: 50%; */
        /* border-radius: 4px 4px 4px 4px; */
        /* box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41); */
        /* overflow: hidden; */
    }
    .about_section .text{
        /* width: calc(50% - 60px); */
        /* padding-left: 60px; */
        margin-top: 40px;
    }
    .about_section .text h3{
        font-size: 32px;
        font-weight: bold;
        letter-spacing: -1px;
    }
    .about_section .text p{
        color: #999;
    }
    .about_info{
    border-top: 1px solid #ededed;
    padding-top: 60px;
}
    .about_info h3{
        text-align: center;
        font-size: 32px;
        font-weight: bold;
    }
    .about_info p{
        color: #999;
    }
    .about_info img{
        margin: 40px 0 120px;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
        overflow: hidden;
    }
    .about_section .withauto{
        display: flex;
        flex-direction: column;
    }
    .tech_bg{
        background: url(/assets/images/tech_bg.png)no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 250px;
        margin-top: -60px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
    }
    .tech_bg div{
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 250px;
        position: absolute;
    }
    .tech_bg h3{
        color: #fff;
        z-index: 3;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
    }
    .tech_info{
        /* margin-bottom: 120px; */
    }
    .tech_info .withauto{}
    .tech_info .withauto ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tech_info .withauto ul li{
        list-style: none;
        /* width: 49%; */
        margin-bottom: 40px;
    }
    .tech_info .withauto ul li img{
        border-radius: 4px 4px 4px 4px;
        box-shadow: 17px 12px 62px -7px rgba(0,0,0,0.41);
        overflow: hidden;
    }
    .tech_info .withauto ul li h4{
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
        text-align: left;
    }
    .tech_info .withauto ul li p{
        color: #999;
        text-align: left;
    }
    
    .contact_bg{
        background: url(/assets/images/header3.png)no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 250px;
        margin-top: -60px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
    }
    .contact_bg div{
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 250px;
        position: absolute;
    }
    .contact_bg h3{
        color: #fff;
        z-index: 3;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
    }
    .contact_section{
        padding: 60px 0 80px;
    }
    .contact_section .withauto{}
    .contact_section .withauto ul{
        list-style: none;
        /* display: flex; */
        margin-top: 50px;
    }
    .contact_section .withauto ul li{
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .contact_section .withauto ul li svg{
        width: 42px;
        color: #14652f;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .contact_section .withauto ul li a{
        font-size: 22px;
        font-weight: bold;
        color: #111;
        margin-top: 0px;
    }
    .contact_section .withauto ul li p{
        color: #999;
        margin-top: 10px;
    }
    .contact_section .withauto .text{}
    .contact_section .withauto .text h3{
        font-size: 36px;
        font-weight: bolder;
    }
    .contact_section .withauto .text p{
        /* width: 50%; */
        color: #999;
    }
    .visual_wrap p{
        color: #d2d2d2;
        font-size: 16px;
    }
    video{max-width: none !important;}
    iframe{
    height: 350px;
}
  }

  .main_popup {
    position: fixed;
    z-index: 1005;
    -webkit-box-shadow: 0px 13px 40px -6px #061626;
    box-shadow: 0px 13px 40px -6px #061626;
    top: calc(50% - 325px);
    left: calc(50% - 200px);
    display: none;
  
    &.on {
    display: block;
    background-color: #fff;
    }
  
    .img_wrap {
    width: 400px;
    /* height: 400px; */
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    }
  
    .btn_close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 17px;
    right: 17px;
    font-size: 0;
    border: 0;
    background: none;
  
      &::before {
        content: "";
    width: 2px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 15px;
    transform: rotate(45deg);
      }
      &::after {
        content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(45deg);
      }
    }
  
    .btn_today_close {
    width: 100%;
    height: 45px;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
    span {
        display: block;
    line-height: 40px;
    vertical-align: bottom;
    opacity: 0.8;
      }
    }
  }
  .img_wrap{}
  .img_wrap .text_group{
    /* margin-top: 20px; */
    padding: 20px;
    width: calc(100% - 40px);
}
  .img_wrap .text_group h3{
    font-weight: 900;
    border-bottom: 1px solid #111;
    padding-bottom: 5px;
}
  .img_wrap .text_group .gift_01{
    display: flex;
    flex-direction: row;
}
  .img_wrap .text_group .gift_02{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
  .img_wrap .text_group .gift_02 .textt{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  .img_wrap .text_group .gift_02 .textt h5{
    margin: 0;
    font-weight: 700;
}
  .img_wrap .text_group .gift_02 .textt p{}
  .img_wrap .text_group .gift_02 .gift_svg{
    width: 80px;
    height: 80px;
    background: #111;
    border-radius: 9999px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
  .img_wrap .text_group .gift_02 .gift_svg svg{
    width: 57px;
}
  .img_wrap .text_group .gift_01 .textt{
    width: calc(100% - 100px);
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
  .img_wrap .text_group .gift_01 .textt h5{
    letter-spacing: -1px;
    font-weight: 700;
    margin: 0;
}
  .img_wrap .text_group .gift_01 .textt p{
    font-size: 14px;
}
  .img_wrap .text_group .gift_01 .gift_img{
    width: 80px;
    border-radius: 999999px;
    overflow: hidden;
    height: 80px;
}
  .img_wrap .text_group .gift_01 .gift_img img{}
  .img_wrap .title_img{}
  .tata{
    display: block;
    margin-top: 20px;
    padding: 10px;
    /* background: #111; */
    /* color: #fff; */
    text-align: center;
    border: 1px solid #111;
    color: #111;
}
.gift_text{
    position: absolute;
    color: #111;
    font-weight: 900;
    font-size: 12px;
}




