    @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
		@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css");

    * {
      margin: 0;
      padding: 0;
      font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    }

    body,
    html,
    h1,
    h2,
    h3,
    h4,
    h5,
    p,
    span,
    div,
    a,
    button,
    input::placeholder,
    textarea::placeholder,
    textarea {
      /* font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; */
      font-family: "NanumSquare", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
      font-weight: 400;
      font-style: normal;
    }

    [class^="ti-"], [class*=" ti-"] {
      font-family: 'themify' !important;
    }

    ::selection {
      background: rgba(166, 175, 189, .3) !important;
      color: #222222 !important;
    }

    .cl {
      clear: both;
    }

    a:link,

    a:visited,
    a:active {
      color: #2c1939;
    }

    .container2 {
      width: 960px;
      margin: 0 auto;
    }

    .c_p {
      color: #572f99;
    }

    .b_t {
      font-weight: 600;
    }

    .f_m {
      font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
    }

    /* 탑배너 */
    .top_banner {
      width: 100%;
      height: 81px;
      line-height: 80px;
      position: relative;
      overflow: hidden;
    }

    .top_banner ul li {
      height: 81px;
      padding: 15px 34px;
      position: relative;
      float: left;
      box-sizing: border-box;
    }

    .top_banner ul li img {
      vertical-align: top;
    }

    .top_banner ul li::before {
      content: " ";
      position: absolute;
      width: 1px;
      height: 54px;
      background-color: #dcdcdc;
      left: 0;
      top: 50%;
      margin-top: -27px;
    }

    .top_banner ul li.trustVpn::after {
      content: " ";
      position: absolute;
      width: 1px;
      height: 54px;
      background-color: #dcdcdc;
      right: 0;
      top: 50%;
      margin-top: -27px;
    }

    .top_banner ul li.gvc,
    .top_banner ul li.storenow,
    .top_banner ul li.trustVpn {
      padding: 15px 7px;
    }

    .top_banner ul li.top_banner_close {
      padding: 0px 21px;
      cursor: pointer;
      position: relative;
    }

    .top_banner ul li img {
      text-align: center;
    }

    .top_banner_close_btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 50%;
      margin-left: 493px;
      cursor: pointer;
      width: 35px;
      height: 35px;
      line-height: 35px;
      z-index: 10;
    }

    /* 해더 */
    header {
      width: 100%;
      height: 150px;
      border-top: 4px solid #2c1939;
      position: relative;
      z-index: 200;
      box-sizing: border-box
    }

    header * {
      box-sizing: border-box;
    }

    header a:link,
    header a:visited,
    header a:active {
      color: #2c1939;
    }

    header a:hover {
      color: #2c1939;
    }

    header .admin_header {
      height: 30px;
      line-height: 30px;
      position: relative;
    }

    header .admin_header p {
      font-weight: 600;
      float: left;
      font-size: 13px;
    }

    header .admin_header .admin_d {
      float: right;
      position: relative;
    }

    header .admin_header .admin_d .new_login {
      margin-right: 108px;
      font-size: 13px;
      position: relative;
      z-index: 5;
    }

    header .admin_header .admin_d .new_login .l_prev {
      display: block;
      width: 100%;
      height: 100%;
      padding-right: 25px;
    }

    header .admin_header .admin_d .new_login .l_next {
      display: block;
      width: 100%;
      height: 100%;
      padding-right: 25px;
    }

    header .admin_header .admin_d .new_login .htg {
      position: absolute;
      right: 112%;
      padding: 0 0 0 10px;
      white-space: nowrap;
      margin-top: 0px;
      border-radius: 0 0 5px 5px;
      line-height: 31px;
    }

    header .admin_header .admin_d .new_login .htg a {
      letter-spacing: 0px;
    }

    header .admin_header .admin_d .new_login .htg a:not(.active):hover {
      color: #562e97;
    }

    header .admin_header .admin_d .new_login .htg a.active {
      font-weight: 600;
      color: #562e97
    }

    header .admin_header .admin_d .new_login .htg span.bar {
      margin: 0 4px
    }

    header .admin_header .admin_d .new_login .htg .btn {
      display: inline-block;
      height: 22px;
      border-radius: 11px;
      font-weight: 500;
      padding: 0 10px;
      border: none;
      font-size: 12px;
      vertical-align: middle;
      box-sizing: border-box;
      line-height: 20px;
      margin-right: 7px;
    }

    header .admin_header .admin_d .new_login .htg .btn_mint {
      background: #14ffca;
      color: #2c1939;
    }

    header .admin_header .admin_d .new_login .htg .btn_point {
      border: 1px solid #8e5ae3;
      color: #572f99;
      vertical-align: middle;
      box-sizing: border-box;
      line-height: 20px;
      background: #f1e8ff;
      -webkit-transition: background-color .5s ease-out;
      -moz-transition: background-color .5s ease-out;
      -o-transition: background-color .5s ease-out;
      transition: background-color .5s ease-out;
    }

    header .admin_header .admin_d .new_login .htg a.btn_point:not(.active):hover {
      color: #fff;
      text-decoration: none;
      background: #572f99;
    }

    header .admin_header .admin_d .more {
      float: right;
      position: absolute;
      top: -2px;
      right: 0;
      color: #fff;
      text-align: center;
      cursor: pointer;
      z-index: 1;
      margin-left: 10px;
      font-size: 13px;
    }

    header .header {
      width: 100%;
      height: 70px;
      overflow: hidden;
      position: relative;
      transition: .4s;
      transition-timing-function: ease-in-out;
      padding: 20px 0;
    }

    header .header>.container2 {
      overflow: hidden;
    }

    header .header #logo {
      margin-top: 14px;
      float: left;
    }

    header .header nav {
      float: right;
      height: 71px;
    }

    header .headmenu li a {
      color: #2c1939;
    }

    header .header nav>ul>li {
      float: left;
      font-size: 20px;
      padding-right: 20px;
      font-weight: 300;
      height: 70px;
    }

    header .header nav>ul>li>a {
      line-height: 70px;
      display: block;
      height: 100%;
    }

    header .header nav>ul>li:hover {
      font-weight: 600;
    }

    header .header nav>ul>li:last-child {
      padding: 0;
    }

    /* 서브메뉴 */

    header .header nav>ul>li .sub_menu {
      width: 100%;
      position: absolute;
      height: 410px;
      background-color: #f6f6f6;
      z-index: 30;
      left: 0;
      padding: 25px 0px;
      border-bottom: 2px solid #e2e2e2;
      line-height: 18px;
      margin-top: 10px;
    }

    header .header nav>ul>li .sub_menu a {
      color: #4a4a4a;
    }

    header .header nav>ul>li .sub_menu a:hover {
      color: #572f99;
    }

    header .header nav>ul>li .sub_menu .s_m_h {
      border-bottom: 2px solid #6d6d6d;
    }

    header .header nav>ul>li .sub_menu .s_m_h h2 {
      font-size: 23px;
      letter-spacing: 2px;
    }

    header .header nav>ul>li .sub_menu .s_m_h h2 span {
      font-size: 13px;
      font-weight: 600;
      vertical-align: top;
      margin-left: 10px;
      letter-spacing: 1px;
    }

    header .header nav>ul>li .sub_menu .s_m_c {
      padding-top: 15px;
    }

    header .header nav>ul>li .sub_menu .s_m_c>li {
      float: left;
      width: calc(100%/4);
      height: 310px;
      border-left: 1px solid #6b6b6b;
      padding: 0px 0px 0px 22px;
    }

    header .header nav>ul>li .sub_menu .s_m_c>li {
      padding-top: 10px;
    }

    header .header nav>ul>li .sub_menu .s_m_c>li:last-child {
      padding-top: 0;
    }

    header .header nav>ul>li .sub_menu .s_m_c>li:first-child {
      padding: 10px 0px 0px 0px;
      border: 0;
      line-height: 21px;
    }

    header .header nav>ul>li .sub_menu .s_m_c>last-child p {
      margin-top: 15px;
    }

    header .header nav>ul>li .sub_menu .s_m_c>li:nth-child(3) p {
      margin-top: 15px;
      white-space: nowrap;
    }

    header .header nav>ul>li .sub_menu .s_m_c li p {
      font-size: 14px;
      margin-top: 15px;
      font-weight: 300;

    }

    header .header nav>ul>li .sub_menu .s_m_c li:nth-child(1) p {
      margin-top: 0px;
    }

    header .header nav>ul>li .sub_menu .s_m_c li ul li:first-child {
      margin: 0;
    }

    header .header nav>ul>li .sub_menu .s_m_c>li>ul>li {
      float: none;
      font-size: 13px;
      margin-top: 10px;
      font-weight: 600;
    }

    header .header nav>ul>li .sub_menu .s_m_c2>li:last-child {
      width: 480px;
    }

    /* 전체보기 메뉴 */

    header .more_m {
      width: 100%;
      height: 750px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f6f6f6;
      z-index: 60;
      padding: 38px 0px;
      display: none;
      border-bottom: 4px solid #2c1939;
    }

    header .more_m .container2 {
      position: relative;
    }

    header .more_m .more_m_h {
      border-bottom: 2px solid #6d6d6d;
      height: 50px;
    }

    header .more_m .more_m_h img {
      float: left;
      vertical-align: bottom;
    }

    header .more_m .more_m_h img#close {
      position: absolute;
      right: -10px;
      top: -30px;
    }

    header .more_m .more_m_h p {
      float: right;
      font-weight: 600;
      margin-top: 10px;
    }

    header .more_m .more_m_c>li {
      width: calc(100%/6);
      float: left;
    }

    header .more_m .more_m_c ul li {
      float: none;
    }

    header .more_m .more_m_c li {
      margin: 0;
      padding-top: 9px;
      float: left;
      line-height: 1.2;
    }

    header .more_m .more_m_c .more_m_c_title {
      margin: 12px 0px 8px 0px;
      font-weight: 600;
      font-size: 16px;
    }

    header .more_m .more_m_c li a {
      font-weight: 300;
      font-size: 11px;
    }

    header .more_m .more_m_c li a:hover {
      color: #572f99;
    }

    header .more_m .more_m_close {
      position: absolute;
      right: -14px;
      bottom: -539px;
      cursor: pointer;
      z-index: 60;
    }

    .top_menu_ban {
      margin: 0 auto;
      width: 960px;
      overflow: hidden;
      padding: 40px 0;
      clear: both;
    }

    /* 로그인 이전 */
    .login_prev {
      width: 100%;
      height: 337px;
      background-color: #f6f6f6;
      position: absolute;
      z-index: 50;
      display: none;
      top: 32px;
      border-bottom: 4px solid #2c1939;
    }

    .login_prev * {
      box-sizing: border-box;
      color: #2c1939
    }

    .login_prev .l_p {
      padding-top: 40px;
    }

    .login_prev .l_p>li:nth-child(1) {
      margin: 0;
    }

    .login_prev .l_p>li {
      padding: 10px 0px 10px 25px;
      height: 248px;
      width: 320px;
      position: relative;
      border-left: 1px solid #cccccc;
      float: left;
    }

    .account_find {
      margin-top: 40px
    }

    .l_p_one li p {
      font-size: 13px
    }

    .login_prev .l_p_one>ul>li:last-child {
      padding: 10px 0
    }

    .login_prev .l_p>li:first-child {
      border-left: 0;
      padding: 10px 0px 10px 0px
    }

    .login_prev .l_p>li>h2 {
      font-size: 22px;
      margin-bottom: 49px;
    }

    .login_prev .l_p>li:nth-child(1)>h2 {
      font-size: 22px;
      margin-bottom: 21px;
    }

    .login_prev .l_p>li>p {
      font-size: 13px;
      margin-bottom: 20px;
      line-height: 1.25rem;
    }

    .login_prev .l_p>li>a {
      width: 160px;
      height: 40px;
      background-color: #2c1939;
      color: #fff;
      text-align: center;
      font-size: 15px;
      border: 0;
      border-radius: 5px;
      font-weight: 600;
      display: block;
      line-height: 40px;
      margin-bottom: 10px;
    }

    .login_prev .l_p_one>ul>li {
      float: none;
    }

    .login_prev .l_p>li:last-child::after {
      display: none;
    }

    .login_prev .l_p_one>ul>li:nth-child(1) {
      margin-bottom: 10px;
    }

    .social_login_tit {
      margin-top: 29px
    }

    .login_prev .l_p_one>ul>li a {
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #572f99;
      display: inline-block;
    }

    .login_prev .l_p .l_p_login>h2 {
      margin-bottom: 20px;
    }

    .login_prev .l_p .l_p_login h3 {
      margin-bottom: 10px;
    }

    .login_prev .l_p .l_p_login div {
      width: 180px;
    }

    .login_prev .l_p .l_p_login div a {
      display: inline-block;
      width: 40px;
      float: none;
      box-sizing: border-box;
      text-align: center;
      height: 40px;
      line-height: 36px;
      border-radius: 5px;
      vertical-align: middle;
      background: #fff;
      border: 1px solid #ccc;
    }

    .login_prev .login_prev .l_p_one>ul>li p {
      margin-top: 5px;
      font-size: 13px;
    }

    .login_prev .find_account {
      color: #572f99;
      font-weight: bold !important;
    }

    /* 로그인 이후 */

    .login_next {
      width: 100%;
      height: 524px;
      background-color: #f6f6f6;
      position: absolute;
      z-index: 50;
      display: none;
      z-index: 50;
      top: 32px;
      padding: 45px 0px;
      border-bottom: 4px solid #2c1939;
    }

    .login_next * {
      color: #2c1939;
    }

    .login_next .l_n {
      width: 640px;
      float: left;
    }

    .login_next .l_n>li {
      width: 320px;
      height: 220px;
      position: relative;
      border-left: 1px solid #cccccc;
      padding: 10px 30px 10px 25px;
      float: left;
    }

    .login_next .l_n>li:first-child {
      border: 0;
      padding-left: 0
    }

    .login_next .l_n>li:last-child {
      width: 100%;
      border-top: 1px solid #cccccc;
      border-left: 0;
      padding: 0;
      margin-top: 0px;
      padding-top: 40px;
      height: auto;
    }

    .login_next .l_n>li>ul>li {
      float: none;
    }

    .login_next .l_n>li:last-child>ul>li {
      float: left;
      margin-top: 20px;
    }

    .login_next .l_n>li>h2 {
      font-size: 22px;
      margin-bottom: 20px;
    }

    .login_next .l_n>li:first-child>ul>li {
      float: left;
      width: 280px;
    }

    .login_next .l_n>li>ul>li {
      width: 245px;
      float: left;
    }


    .login_next .l_n>li>ul>li>p {
      text-align: right;
      line-height: 25px;
      font-size: 14px;
    }

    .login_next .l_n>li>ul>li p a {
      float: right;
      text-decoration: underline;
      font-weight: 600;
      color: #572f99;
    }

    .login_next .l_n>li>ul>li p .b_t {
      float: left;
    }

    .login_next .l_n>li>ul>li p .book {
      padding-right: 30px;
    }

    .login_next .l_n>li>ul>li:last-child {
      margin-top: 30px;
    }

    .login_next .l_n>li:last-child>ul>li:last-child {
      margin-top: 20px;
      margin-left: 100px;
    }

    .login_next .l_n .l_n_t {
      text-align: left;
      font-size: 12.5px;
    }

    .login_next .l_n>li h3 {
      font-size: 17px;
      margin-bottom: 5px;
    }

    .mydot>ul>li p a {
      float: right;
      text-decoration: underline;
      font-weight: 600;
      color: #572f99;
    }

    .mydot>ul>li {
      float: none;
    }

    .mydot>ul>li>h3 {
      font-size: 17px;
      margin-bottom: 5px;
    }

    .mydot {
      width: 280px;
      float: right;
      border-left: 1px solid #cccccc;
      height: 428px;
      padding-left: 40px;
    }

    .mydot h2 {
      font-size: 22px;
      margin-bottom: 20px;
    }

    .mydot>ul>li>button {
      width: 115px;
      height: 42px;
      border: 0;
      margin-top: 19px;
      background-color: #2c1939;
      font-weight: 600;
      font-size: 15px;
      color: #fff;
      border-radius: 5px;
    }

    .mydot>ul>li p .book {
      padding-right: 30px;
    }

    .mydot>ul>li>p {
      text-align: right;
      line-height: 25px;
      font-size: 14px;
    }

    .mydot>ul>li {
      clear: both;
    }

    .mydot>ul>li>p .b_t {
      float: left;
      clear: both;
    }

    .mydot>ul>li>button:nth-child(1) {
      background-color: transparent;
      font-weight: 600;
      font-size: 15px;
      border: 1px solid #2c1939;
      border-radius: 5px;
      color: #2c1939;
    }

    .mydot>ul>li>button:nth-child(2) {
      float: right;
    }

    .mydot h2 a.btn_s {
      font-size: 14px;
      float: right;
      color: #572f99;
    }

    .mydot h2 a.btn_s i {
      color: #572f99;
    }

    .mydot .btn_customer a {
      display: block;
      width: 100%;
      height: 56px;
      margin-bottom: 8px;
      border-radius: 5px;
      background: #572f99;
      color: #15ffca;
      border: 1px solid #2c1939;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: 600;
      line-height: 56px;
      text-align: center;
    }

    .mydot div.btn_customer:first-of-type a {
      background: #15ffca;
      color: #2c1939;
      margin-top: 8px;
    }

    .mydot div.btn_customer:last-of-type a,
    .mydot div.btn_customer:last-of-type i {
      color: #15ffca;
    }

    /* 오른쪽 고정 배너 */

    .fix_banner {
      position: absolute;
      z-index: 100;
      top: 311px;
      right: -200px;
    }

    .fix_banner img {
      display: block;
    }

    .fix_banner .poster {}

    /* 슬라이드 베너 */

    .slide_banner {
      width: 100%;
      height: 380px;
      background-color: #020919;
    }

    .slide_banner .swiper-pagination-bullet {
      background: transparent;
      border: 2px solid #fff;
      width: 12px;
      height: 12px;
      opacity: 1;
      position: relative;
    }

    .slide_banner .swiper-pagination-bullet-active::after {
      content: " ";
      position: absolute;
      width: 5px;
      height: 5px;
      background-color: #14ffca;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
    }

    .slide_banner .swiper-pagination-bullet-active {
      border: 2px solid #14ffca;
    }

    .slide_banner .swiper-slide img {
      display: block;
      margin: 0 auto;
    }

    .slide_banner .swiper-slide a {
      width: 100%;
    }

    .talk_preview_area {
      margin-left: 2px;
    }

    .talk_preview_area em {
      font-size: 10px !important;
    }

    /* 서비스 */

    .service_n {
      width: 100%;
      height: 210px;
      background-color: #2c1939;
      padding: 35px 0px;
      box-sizing: border-box;
    }

    .service_n * {
      box-sizing: border-box;
    }

    .service_n .container2 {
      position: relative;
    }

    .service_n .s_menu {
      margin-bottom: 17px;
      height: 40px;
    }

    .service_n .s_menu li {
      width: 150px;
      height: 40px;
      text-align: center;
      color: #ddd;
      font-size: 17px;
      line-height: 40px;
      cursor: pointer;
      transition: .2s;
      float: left;
    }

    .service_n .s_menu li.ssl_free_btn {
      position: relative;
    }

    .service_n .s_menu li.ssl_free_btn .tag_free {
      position: absolute;
      top: -15px;
      right: -10px;
    }

    .service_n .s_menu li.active {
      color: #fff;
      border-bottom: 3px solid #fff;
      font-weight: 600;
    }

    .service_n .s_menu li.active:hover {
      color: #fff;
      font-weight: 600;
      border-radius: 0;
    }

    .service_n .s_menu li:hover {
      color: #14ffca;
    }

    .service_n .s_menu li.login_n {
      float: right;
      overflow: hidden;
      position: relative;
      outline: none;
      z-index: 9;
      color: #14ffca;
      font-weight: 600;
      width: 167px;
      font-size: 15px;
      border-radius: 5px;
      background: #fff;
      color: #2c1939;
    }

    /* .service_n .s_menu li.login_n::before {
      content: "";
      height: 100%;
      left: 100%;
      position: absolute;
      top: 0;
      background: #5f3c77;
      z-index: -1;
      transition: all 0.4s ease;
    }

    .service_n .s_menu li.login_n:hover::before {
      width: 100%;
      left: 0;
    }

    .service_n .s_menu li.login_n:hover {
      color: #14ffca;
    }

    .service_n .s_menu li.login_n:hover span {
      color: #14ffca;
    } */

    .service_n .s_menu li.login_n a {
      color: inherit;
    }


    .service_n .s_domain {
      position: relative;
    }

    .service_n .s_domain .search_box {
      display: table;
      width: 100%;
    }

    .service_n .s_domain .search_grid {
      display: table-cell;
    }

    .service_n .s_domain .search_grid input {
      float: left;
    }

    .service_n .s_domain .sd_fo_s:first-of-type {
      margin-left: 10px;
    }

    .service_n .s_domain .sd_fo_s.keyword {
      border-color: #14ffca;
      color: #14ffca;
    }

    .service_n .s_domain .sd_fo_s.keyword i {
      vertical-align: middle;
      font-size: 17px;
    }

    .service_n .s_domain .keyword_list .keyword_view {
      color: white;
      width: 896px;
      display: none;
    }

    .service_n .s_domain .keyword_list .keyword_view_arrow .keyword_arrow {
      cursor: pointer;
      height: 16px;
      width: 16px;
      display: inline-block;
      border: 1px solid #ddd;
      color: #2c1939;
      background: #fff;
      box-sizing: border-box;
      text-align: center;
      line-height: 15px;
      font-size: 10px;
      margin-right: -5px;
    }

    .service_n .s_domain input,
    .s_domain_one input {
      width: 429px;
      height: 42px;
      border-radius: 5px 0px 0px 5px;
      border: 0;
      padding: 0 15px;
      font-size: 15px;
      font-weight: 600;
    }

    .s_domain_one input {
      width: 790px;
    }

    .service_n .s_domain .sd_in_s {
      height: 42px;
      left: 400px;
      background-color: transparent;
      border-radius: 0px 5px 5px 0px;
      width: 167px;
      color: #fff;
      border: 1px solid #e3e0e5;
      font-weight: 600;
      font-size: 15px;
      transition: .3s;
      display: table-cell;
    }

    .service_n .s_domain .sd_in_s:hover {
      background-color: #5f3c77;
    }

    .service_n .s_domain .sd_fo_s {
      height: 42px;
      width: 167px;
      color: #fff;
      border: 1px solid #e3e0e5;
      background-color: transparent;
      border-radius: 5px;
      font-weight: 600;
      font-size: 15px;
      transition: .3s;
      margin-right: 20px;
    }

    .service_n .s_domain .sd_fo_s:hover {
      background-color: #5f3c77;
    }

    .service_n .s_domain .sd_fo_s.keyword {
      float: right;
      margin-right: 0;
    }

    .service_n .s_domain .sd_info_b {
      margin-top: 23px;
    }

    .service_n .s_domain .sd_info_b li {
      color: #fff;
      font-size: 15px;
      margin-left: 30px;
      float: left;
    }

    .service_n .s_domain .sd_info_b li:first-child {
      margin: 0;
    }

    .service_n .s_domain .sd_info_b li span {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-right: 10px;
    }

    .service_n .s_domain .sd_info_b li span.num_f {
      font-size: 1.1em;
      vertical-align: top;
    }

    .service_n .s_domain_one {
      position: relative;
      display: none;
    }

    .service_n .s_domain_one textarea {
      width: 790px;
      height: 83px;
      border: 0;
      overflow: auto;
      border-radius: 5px 0px 0px 5px;
      display: block;
      font-size: 15px;
      padding: 10px 15px;
      resize: none;
      font-weight: 600;
      line-height: 20px;
    }

    .service_n .s_domain_one button {
      width: 170px;
      height: 83px;
      border: 1px solid #e3e0e5;
      font-size: 15px;
      color: #fff;
      background-color: transparent;
      position: absolute;
      right: 0px;
      z-index: 80;
      top: 0;
      border-radius: 0px 5px 5px 0px;
      z-index: 30;
      font-weight: 600;
      font-size: 15px;
      transition: .3s;
    }

    .service_n .s_domain_one button.btn_app_ssl {
      height: 42px;
    }

    .service_n .s_domain_one button:hover {
      background-color: #5f3c77;
    }

    /*고객센터*/

    .company {
      width: 100%;
      height: 70px;
      box-sizing: border-box;
      position: relative;
      background-color: #03bb92;
      background-image: linear-gradient(90deg, #14ffca 10%, #03bb92 50%, #14ffca 90%);
      box-shadow: 0 5px 8px rgb(0, 0, 0, 0.5);
      z-index: 10;
    }

    .company .container2 {
      position: relative;
    }

    .company * {
      color: #2c1939;
    }

    .company p {
      margin: 0 auto;
      font-size: 19px;
      text-align: center;
      line-height: 70px;
      font-weight: 600;
      background: #14ffca;
      overflow: hidden;
    }

    .company a:link,
    .company a:visited,
    .company a:active {
      color: #2c1939;
    }

    .company a:hover {
      color: #2c1939;
    }

    .company a.btn_help {
      display: inline-block;
      float: left;
      width: 33%;
      border-right: 1px solid #03bb92;
      height: 50px;
      margin: 10px 0;
      line-height: 50px;
    }

    .company a.btn_help:last-child {
      border: none;
    }

    .company span.num_f {
      font-size: 1.2em;
      vertical-align: top;
      font-weight: normal;
    }

    .company span.c_num {
      font-weight: 600;
    }

    .company .layer_popup {
      position: absolute;
      left: 0;
      top: 0;
      width: 960px;
      margin: 0;
    }

    /* 유저 서비스 */

    .u_service {
      width: 100%;
      height: 340px;
      padding: 62px 0px;
      box-sizing: border-box;
      position: relative;
    }

    .u_service * {
      box-sizing: border-box;
      color: #2c1939;
    }

    .u_service .container2 {
      position: relative;
    }

    .u_service .u_s_l>li {
      position: relative;
      width: 320px;
      height: 218px;
      border-left: 1px solid #cccccc;
      padding: 15px 20px;
      float: left;
    }

    .u_service .u_s_l>li:first-child {
      border: 0;
      padding-left: 0;
    }

    .u_service .u_s_l>li:last-child::after {
      display: none;
    }

    .u_service .u_s_l>li>h2 {
      font-size: 22px;
      margin-bottom: 46px;
    }

    .u_service .u_s_l>li .u_s_more {
      position: absolute;
      right: 20px;
      top: 10px;
    }

    .u_service .u_s_l>li .u_s_more:hover a {
      color: #572f99
    }

    .u_service .u_s_l .u_s_l_one>ul>li {
      float: none;
    }

    .u_service .u_s_l .u_s_l_one>ul>li:nth-child(1) {
      margin-bottom: 40px;
    }

    .u_service .u_s_l .u_s_l_one ul li h3 {
      font-size: 17px;
      margin-bottom: 5px;
    }

    .u_service .u_s_l .u_s_l_one ul li p {
      font-size: 13px;
    }

    .u_service .u_s_l .u_s_l_two {
      width: 320px;
    }

    .u_service .u_s_l .u_s_l_two li {
      position: relative;
      float: left;
    }

    .u_service .u_s_l .u_s_l_two li a:hover {
      color: #572f99;
    }

    .u_service .u_s_l .u_s_l_two .u_s_l_two_m {
      font-size: 22px;
      margin-bottom: 47px;
      font-weight: 600;
      height: 15px;
    }

    .u_service .u_s_l .u_s_l_two .u_s_l_two_m>li:nth-child(1) {
      margin: 0;
    }

    .u_service .u_s_l .u_s_l_two .u_s_l_two_m>li {
      float: left;
      margin-left: 25px;
      cursor: pointer;
    }

    .u_service .u_s_l .u_s_l_two .u_s_l_two_m>li.active {
      color: #572f99
    }

    .u_service .u_s_l .u_s_l_two .u_s_l_two_m>li.active::after {
      content: " ";
      position: absolute;
      bottom: -10px;
      width: 100%;
      height: 3px;
      background-color: #572f99;
      left: 0;
    }

    .u_service .u_s_l .u_s_l_two .u_s_l_two_m>li:hover {
      color: #572f99
    }

    .u_service .u_s_l .u_s_l_two .u_s_l_two_m>li:hover::after {
      content: " ";
      position: absolute;
      bottom: -10px;
      width: 100%;
      height: 3px;
      background-color: #572f99;
      left: 0;
    }

    .u_service .u_s_l .u_s_l_two .u_s_l_two_l li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      float: none;
      margin-top: 10px;
      font-size: 13px;
      float: left;
    }

    .u_service .u_s_l .u_s_l_two .u_s_l_two_l li:nth-child(1) {
      margin: 0;
    }

    .u_service .u_s_l .u_s_l_three {
      width: 320px;
      padding-left: 20px;
    }

    .u_service .u_s_l .u_s_l_three ul li {
      text-align: center;
      width: calc(100%/3);
      height: 111px;
      float: left;
    }

    .u_service .u_s_l .u_s_l_three ul li p {
      margin-top: 10px;
      font-weight: 600;
    }

    .u_service .u_s_l .u_s_l_three ul li a:hover p {
      color: #572f99;
    }

    /* 도메인 */

    .n_domain {
      width: 100%;
      height: 650px;
      border-top: 1px solid #d1d1d1;
      border-bottom: 1px solid #d1d1d1;
      background-color: #f6f6f6;
      padding: 80px 0px;
      transition: 0.5s;
      overflow: hidden;
      position: relative;
      transition-timing-function: ease;
      box-sizing: border-box;
    }

    .n_domain * {
      box-sizing: border-box;
      color: #2c1939;
    }

    .n_domain .d_l li {
      width: 320px;
      padding: 14px 0px 20px 14px;
      height: 250px;
      position: relative;
      border-left: 1px solid #cccccc;
      float: left;
    }

    .n_domain .d_l li:first-child {
      border: 0;
    }

    .n_domain .d_l li h3 {
      margin-top: 14px;
    }

    .n_domain .d_l li h4 {
      font-size: 24px;
      margin-top: 44px;
      text-transform: lowercase;
      line-height: 1em;
    }

    .n_domain .d_l li p {
      font-size: 15px;
      margin-top: 18px;
      line-height: 20px;
    }

    .n_domain .d_l li p span {
      color: red;
      font-weight: 600;
      font-size: 16px;
    }

    .n_domain .d_l button {
      padding: 0px 20px;
      height: 30px;
      background-color: #14ffca;
      border: 0;
      border-radius: 5px;
      margin-top: 35px;
      font-weight: 600;
      font-size: 15px;
      overflow: hidden;
      position: relative;
      outline: none;
      z-index: 9;
    }

    .n_domain .d_l button::before {
      content: "";
      height: 100%;
      left: 100%;
      position: absolute;
      top: 0;
      background: #2c1939;
      z-index: -1;
      transition: all 0.4s ease;
    }

    .n_domain .d_l button:hover::before {
      width: 100%;
      left: 0;
    }

    .n_domain .d_l button:hover {
      color: #14ffca;
    }

    .n_domain .d_l button:hover span {
      color: #14ffca;
    }

    .n_domain .domain_s {
      padding-top: 30px;
    }

    .n_domain h2 {
      text-align: center;
      font-size: 34px;
      margin-bottom: 65px;
    }

    .n_domain .domain_s ul li {
      margin-top: 50px;
      width: 320px;
      float: left;
    }

    .n_domain .domain_s ul li img {
      float: left;
      margin-left: 10px;
    }

    .n_domain .domain_s ul li .d_text {
      font-size: 14px;
      float: left;
      margin-left: 25px;
      line-height: 17px;
      margin-top: 5px;
    }

    .n_domain .domain_s ul li .d_text h3 {
      font-size: 16px;
    }

    .n_domain .domain_s ul li .d_text p {
      margin-bottom: 5px;
    }

    .n_domain .domain_s ul li .d_text a {
      margin-top: 25px;
      display: block;
      color: #656565;
      font-size: 13px;
    }

    .n_domain .domain_s ul li .d_text a:hover {
      color: #572f99;
    }

    .u_service .d_close_ko {
      position: absolute;
      top: -2px;
      z-index: 30;
      left: 50%;
      margin-left: -87.5px;
      cursor: pointer;
    }

    /* 호스팅 */

    .hosting {
      width: 100%;
      height: 640px;
      padding: 80px 0px;
      position: relative;
      box-sizing: border-box;
    }

    .hosting * {
      color: #2c1939;
    }

    .hosting h2 {
      text-align: center;
      font-size: 34px;
      margin-bottom: 65px;
    }

    .hosting ul li {
      width: 320px;
      margin-top: 30px;
      float: left;
    }


    .hosting ul li img {
      float: left;
      margin-right: 20px;
    }

    .hosting ul li img.arrow {
      float: none;
      margin-right: 8px;
    }

    .hosting ul li .h_text {
      margin-top: 12px;
      float: left;
      line-height: 18px;
    }

    .hosting ul li .h_text h3 {
      font-size: 18px;
      margin-bottom: 5px;
    }

    .hosting ul li .h_text p {
      margin-bottom: 15px;
      font-size: 13px;
      height: 36px;
      font-weight: normal;
    }

    .hosting ul li .h_text a {
      font-size: 13px;
      display: block;
      color: #656565;
      font-weight: 600;
    }

    .hosting ul li .h_text a:hover {
      color: #572f99;
    }

    .server_hosting {
      background-color: #fff;
      position: absolute;
      background-color: #fff;
      width: 960px;
      height: 400px;
      box-sizing: border-box;
      border: 1px solid #2c1939;
      z-index: 20;
      left: 50%;
      margin-left: -480px;
      top: 170px;
    }

    .server_hosting ul li {
      float: left;
      text-align: center;
      box-sizing: border-box;
      height: 200px;
      margin-top: 0;
      width: calc(100%/3);
      padding-top: 20px;
      padding-left: 20px;
      border-bottom: 1px solid #2c1939;
      text-align: left;
      position: relative;
    }

    .server_hosting h3 {
      font-size: 23px;
    }

    .server_hosting h4 {
      font-size: 16px;
      margin: 5px 0px;
      margin-top: 15px;
      font-weight: 600;
      color: #575757;
    }

    .server_hosting h5 {
      font-size: 14px;
      color: #572f99;
      margin-top: 10px;
    }

    .server_hosting h5 span.price_sale {
      font-size: 17px;
      color: #572f99;
    }

    .server_hosting h5 span.price {
      text-decoration: line-through;
      font-weight: normal;
    }

    .server_hosting p {
      font-size: 12px;
      font-weight: 400;
      margin-top: 1px;
      line-height: 19px;
      text-align: left;
    }

    .server_hosting a {
      font-size: 14px;
      font-weight: 600;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      background-color: #2c1939;
      display: block;
      text-align: center;
      box-sizing: border-box;
      color: #fff !important;
      position: absolute;
      right: 15px;
      bottom: 15px;
    }

    .server_hosting ul li:nth-child(4),
    .server_hosting ul li:nth-child(5),
    .server_hosting ul li:nth-child(6) {
      border-bottom: 0;
    }

    .server_hosting ul li:nth-child(5),
    .server_hosting ul li:nth-child(2) {
      border-left: 1px solid #2c1939;
      border-right: 1px solid #2c1939;
    }

    .server_hosting_close {
      position: absolute;
      z-index: 50;
      right: 0;
      cursor: pointer;
      top: -40px;
      padding: 3px;
      border: 1px solid #2c1939;
      border-radius: 50%;
      background-color: #2c1939;
    }

    /* 파트너 */
    .partner_n .s_close_ko {
      position: absolute;
      top: -2px;
      z-index: 30;
      left: 50%;
      margin-left: -87.5px;
      cursor: pointer;
    }

    .partner_n {
      width: 100%;
      height: 755px;
      border-top: 1px solid #d1d1d1;
      padding: 80px 0px;
      position: relative;
      box-sizing: border-box;
    }

    .partner_n * {
      box-sizing: border-box;
      color: #2c1939;
    }

    .partner_n .vpn_slide {
      width: 278px;
      float: left;
      position: relative;
    }

    .partner_n .vpn_slide .vpn_a {
      position: absolute;
      right: 0;
      z-index: 50;
    }

    .partner_n .vpn_slide .flex-viewport {
      width: 278px;
      float: left;
    }

    .partner_n .p_c .vpn {
      width: 278px;
      float: left;
    }

    .partner_n .p_c .vpn ul li {
      width: 278px;
      float: left;
    }

    .partner_n .p_c .vpn_h {
      border-bottom: 1px solid #959595;
      position: relative;
    }

    .partner_n .p_c .vpn_h h2 {
      font-size: 22px;
      padding-top: 3px
    }

    .partner_n .p_c .vpn .vpn_h .vpn_a {
      position: absolute;
      right: 0;
      top: -5px;
    }

    .partner_n .p_c .vpn_h img {
      float: left;
      cursor: pointer;
    }

    .partner_n .p_c .vpn_c {
      margin-top: 25px;
    }

    .partner_n .p_c .vpn_c li {
      float: none;
      margin-top: 49px;
    }

    .partner_n .p_c .vpn .vpn_c li:first-child {
      margin-top: 0;
    }

    .partner_n .p_c .vpn_c li img {
      float: left;
      margin-top: 5px;
      display: block;
    }

    .partner_n .p_c .vpn_c li .vpn_t {
      margin-left: 80px;
    }

    .partner_n .p_c .vpn_c li .vpn_t h3 {
      font-size: 15px;
    }

    .partner_n .p_c .vpn_c li .vpn_t p {
      margin-top: 5px;
      font-size: 13px;
      color: #757575;
    }

    /* 파트너 워드프레스 */

    .partner_n .p_c .wordpress {
      width: 600px;
      float: right;
    }

    .partner_n .p_c .wordpress .word_h {
      border-bottom: 1px solid #959595;
      position: relative;
    }

    .partner_n .p_c .wordpress .word_h h2 {
      padding-top: 4px;
      font-size: 22px;
    }

    .partner_n .p_c .wordpress .word_h h2 span.num_f {
      font-size: 1.2em;
      vertical-align: top;
    }

    .partner_n .p_c .wordpress .word_h p {
      position: absolute;
      right: 0;
      top: 3px;
      font-size: 14px;
    }

    .partner_n .p_c .wordpress .word_h p a:hover {
      color: #572f99;
    }

    .partner_n .p_c .wordpress .word_c>p {
      margin-top: 25px;
      font-size: 13px;
      margin-top: 32px;
    }

    .partner_n .p_c .wordpress .word_c>ul li {
      float: left;
    }

    .partner_n .p_c .wordpress .word_c>ul li p {
      text-align: right;
      margin-top: 25px;
      font-size: 13px;
      margin-bottom: 7px;
    }

    .partner_n .p_c .wordpress .word_c>ul li p:hover {
      color: #572f99;
    }

    .partner_n .p_c .wordpress .word_c>ul li:nth-child(2) {
      float: right;
    }

    /* 파트너 로고 */
    .partner_slide {
      position: relative;
    }

    .partner_slide i {
      transition: .3s;
      position: absolute;
      top: 50%;
      font-size: 50px;
      z-index: 30;
      transform: translateY(-50%);
      cursor: pointer;
      opacity: .3;
      color: #2c1939
    }

    .partner_slide i:nth-child(1) {
      left: 0;
    }

    .partner_slide i:nth-child(2) {
      right: 0;
    }

    .partner_slide i:hover {
      opacity: 1;
    }

    .partner_n .m_pa h2 {
      text-align: center;
      padding-top: 70px;
      font-size: 22px;
    }

    .partner_n .m_pa ul {
      width: 500%;
    }

    .partner_n .m_pa ul li {
      margin-top: 17px;
      height: 64px;
      float: left;
      position: relative;
    }

    .partner_n .m_pa img {
      position: absolute;
      top: 50%;
      left: 50%;
    }

    .partner_slide {
      width: 100%;
      height: 104px;
      border-top: 1px solid #959595;
      border-bottom: 1px solid #959595;
      margin-top: 30px;
      text-align: center;
      overflow: hidden;
    }

    /* 푸터 */

    footer {
      margin-top: 40px;
      width: 100%;
      height: 304px;
      background-color: #222222;
      color: #EDEDED;
      box-sizing: border-box;
      font-size: 13px;
      line-height: 18px;
    }

    footer * {
      box-sizing: border-box;
    }

    footer .f_header {
      width: 100%;
      height: 42px;
      border-bottom: 1px solid #2b2d30;
      line-height: 42px;
    }

    footer .f_header ul {
      width: 100%;
      overflow: hidden;
    }

    footer .f_header ul li {
      padding: 0px 2.1%;
      color: #cccccc;
      text-align: center;
      float: left;
    }

    footer .f_header ul li:first-child {
      padding-left: 0;
    }

    footer .f_header ul li:last-child {
      padding-right: 0;
    }

    footer .f_header ul li a {
      color: #cccccc;
    }

    footer .f_header ul li a:hover {
      color: #14ffca;
    }

    footer .f_header ul li .faq:hover {
      color: #14ffca !important;
    }

    footer ul.f_bottom>li:nth-child(2) {
      float: right;
    }

    footer .f_bottom {
      margin-top: 30px;
    }

    footer .f_bottom li {
      float: left;
    }

    footer .f_bottom li p {
      color: #cccccc;
    }

    footer .f_bottom li p a {
      color: #cccccc;
    }

    footer .f_bottom li p.f_text {
      margin-top: 25px;
      line-height: 20px;
    }

    footer .f_bottom li p.copy {
      margin-top: 45px;
    }

    footer .f_bottom li .f_email {
      margin-top: 18px;
      position: relative;
    }

    footer .f_bottom li .f_email input {
      width: 270px;
      height: 40px;
      background-color: #f2f2f2;
      border: 0;
      border-radius: 5px 0px 0px 5px;
      padding: 0 15px;
      font-size: 15px;
      font-weight: 600;
    }

    footer .f_bottom li .f_email button {
      width: 120px;
      height: 40px;
      background-color: #2c1939;
      border: 0;
      border-radius: 0px 5px 5px 0px;
      position: absolute;
      color: #fff;
      top: 0;
      font-size: 15px;
      font-weight: 600;
    }

    footer .f_bottom li .f_email .alert_f_email {
      position: absolute;
      width: 100%;
      height: 30px;
      background-color: #14ffca;
      border-radius: 5px;
      font-size: 13px;
      padding-left: 15px;
      top: 50px;
      line-height: 30px;
      color: #2c1939;
      font-weight: 600;
    }

    footer .f_bottom .f_sns {
      margin-top: 55px;
    }

    footer .f_bottom .f_sns ul li {
      margin-left: 15px;
    }

    footer .f_bottom .f_sns ul li:first-child {
      margin: 0;
    }

    footer .f_bottom .f_sns ul li:last-child {
      margin-left: 40px;
    }

    footer .f_bottom .f_sns ul li:last-child select#family {
      width: 160px;
      height: 25px;
      margin-top: 12px;
      background-color: #f2f2f2;
      border-radius: 4px;
      color: #bfbfbf;
      padding: 0px 3px;
    }


    @media (max-width: 1380px) {
      .company .container2 {
        position: static;
      }

      .fix_banner {
        display: none;
        /* position: absolute;
        z-index: 100;
        right: 0;
        top: 105px; */
      }

      .server_hosting_close {
        position: absolute;
        z-index: 100;
        right: 190px;
        top: 210px;
      }
    }

    @media (max-width: 320px) {
      .top_banner>img {
        display: none !important;
      }
    }

    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
      #event_right_banner {
        display: none !important;
      }

      .fix_banner {
        display: none !important;
      }
    }




    .company {height: 0;}
      .company > .container2 > p {display: none;}
      .container2{width:1200px; margin:0px auto;}
      .fix_banner {display:none;}
      .slide_banner {height:500px}
      .swiper-container {height:500px}
      .swiper-slide img {height: 500px !important;}

      .renew_domain_search, .renew_domain_search_2 {width:100%}
      table {width:100% !important;}
      div.contents,#body div.con_sub {width:100%; }
      .lims_style {padding:40px 0;}
      .bg_silver {background:#f9f9f9}
      .lims_contents {width:1200px; margin:40px auto;}
      .lims_contents > h1 {font-size: 40px;}
      .lims_contents > p {font-size: 20px; line-height: 1.8;}
      .lims_contents b {line-height: 3; font-size: 24px;}
      ul.lims_contents {display:flex; justify-content: space-between; flex-wrap:wrap;}
      ul.lims_contents li { width: 30%; margin:10px auto; padding: 30px 15px; border: 1px solid #ddd; background-color: #f9f9f9; color: #333; }
      ul.lims_contents li figure {margin:0 0 20px; padding:0; height:200px; overflow: hidden; border-radius:10px;}
      ul.lims_contents li.bg_silver{background:#fff}
      ul.lims_contents li p {line-height: 2.5;}
      ul.lims_contents li.noborder p {line-height: 1.5;}
      ul.lims_contents li div button {border:0; padding:5px 20px; background:#572f99; color:#fff; font-size: 16px; border-radius:10px; display: flex; justify-content: space-between; gap: 10px;}
      ul.lims_contents li div button:after {content:"〉";}
      ul.lims_contents li.noborder {border:0; cursor: pointer;}
      ul.lims_contents li.noborder h2 {display: flex; justify-content: space-between;}
      ul.lims_contents li.noborder h2::after {content:"〉";}
      .lims_style ul li:hover {color:#572f99}
      .lims_style.partner_n {height:auto}
      .lims_line {border-bottom:1px solid #ddd}
      .flexs {display: flex; justify-content: space-around;}
      .flexs h2 {cursor: pointer;}
      .small {padding:10px;}
      .small .lims_contents{margin:10px auto;}
      .lims_bbs {width:1200px; margin:0px auto; list-style: none;}
      .lims_bbs li {padding:20px 0; font-size: 18px; border-bottom:1px solid #eee;}
      .lims_bbs li a {display:flex; justify-content: space-between;}
      .lims_bbs li a:hover {color:#572f99}
      .notice h1 {display: flex; cursor: pointer; justify-content: space-between;}
      .notice h1::after {content:"〉";}

      .service_n .s_domain_one textarea {width:1030px;}
      .service_n .s_menu {display:flex; justify-content: space-between;}
      .hosting ul li {width:400px; display:flex; justify-content: flex-start; align-items:center}
      .n_domain .d_l li, .n_domain .domain_s ul li, .u_service .u_s_l>li, .u_service .u_s_l .u_s_l_two, .u_service .u_s_l .u_s_l_three {width:400px;}
      .partner_n .p_c .wordpress {width: calc(100% - 300px); float: right; }
      .server_hosting{width:1200px; margin-left:-600px;}
      .server_hosting ul li {width: 399px; display: block;}
      .n_domain .d_l li {text-align: center;}


      figure {margin:0; width:100%;}
      figure img {width:100%; object-fit: cover;}




      /* new widget */
      .new_widget.middle {width:80px; transition: width 0.5s ease-out;}
      .new_widget.full {width:380px; overflow-y: auto;}
      .new_widget.closers {height:auto;}
      .new_widget.nomal {height:auto;}
      .new_widget { padding:10px 10px; height: calc(100% - 60px); border-radius:20px; position: fixed; left:20px; top:20px; background: #f9f9f9; display: flex; justify-content: center; align-items: flex-start; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  z-index: 999999;}
      .new_widget .edge_box {justify-content: space-between; display: flex; flex-direction: column; height: 100%; position:relative}
      .widget_guide {position:absolute; top:0; left:110px; color:#B3B3B3; width:120px}
      .widget_guide span{display: block; width:10px; height:10px; border-radius:50%}
      .widget_guide p.t {display: flex; align-items:center; gap:5px}
      .widget_guide p.t:nth-of-type(1) span{background:#f23016}
      .widget_guide p.t:nth-of-type(2) span{background:#F4C23F}
      .widget_guide p.t:nth-of-type(3) span{background:#37D04F}
      .new_widget .top_toggle_btn {width:100%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 10px;}

      .new_widget .top_toggle_btn .mod_change {width:100%; display: flex; justify-content: space-evenly;}
      .new_widget .top_toggle_btn .mod_change span {cursor: pointer; display: block; width:10px; height:10px; border-radius:50%; }
      .new_widget .top_toggle_btn .mod_change span:nth-child(1) {background: #F23016;}  
      .new_widget .top_toggle_btn .mod_change span:nth-child(2) {background: #F4C23F;}  
      .new_widget .top_toggle_btn .mod_change span:nth-child(3) {background: #37D04F;}

      .new_widget .top_toggle_btn .mod_change span.closer:hover > p::before {content:'닫기'; position: absolute; top: 25px; left: 15px; background: #000; color:#fff; padding: 5px 10px; border-radius: 5px; font-size: 12px; display: block; z-index: 9999;}
      .new_widget .top_toggle_btn .mod_change span.middle:hover > p::before {content:'최소화'; position: absolute; top: 25px; left: 25px; background: #000; color:#fff; padding: 5px 10px; border-radius: 5px; font-size: 12px; display: block; z-index: 9999;}
      .new_widget .top_toggle_btn .mod_change span.full:hover > p::before {content:'전체보기'; position: absolute; top: 25px; left: 30px; background: #000; color:#fff; padding: 5px 10px; border-radius: 5px; font-size: 12px; display: block; z-index: 9999;}

      .new_widget .top_toggle_btn .profile {cursor: pointer; width:60px; height: 60px; display: flex; justify-content: space-evenly; align-items: center; margin-top:20px; background:#3A3640; border-radius:50%; color:#fff; font-size: 30px; font-weight: bold;}

      .new_widget .widget_main_menu ul {display: flex; flex-direction: column; justify-content: center; align-items:center; gap:30px; }
      .new_widget .widget_main_menu ul li {cursor: pointer;}
      .new_widget .widget_main_menu ul li i {font-size: 40px; color:#B3B3B3}
      .new_widget .widget_main_menu ul li.active i {font-size: 40px; color:#3A3640}
      

      .new_widget .customer_center {width:100%; display: flex; flex-direction: column; justify-content: center; align-items:center; margin-top:50px; gap:20px;}
      .new_widget .customer_center span { cursor: pointer; font-size:30px; font-weight: bold; display: block; width:60px; height:60px; border-radius:20px; color:#fff; display: flex; justify-content: center; align-items:center }
      .new_widget .customer_center span:nth-child(1) {background: #572F99;}  
      .new_widget .customer_center span:nth-child(2) {background: #1EC800;}  
      .new_widget .customer_center span:nth-child(3) {background: #FEE500;}  

      .new_widget .customer_center p {color:#3A3640; font-size:13px; cursor: pointer;}

      .new_widget .right_menu {display: none; width: 700px;transform: translateX(-100%); transition: transform 0.5s ease-out; padding-top:30px;}
      .new_widget .right_menu.open { margin-left:30px; transform: translateX(0); display: flex; position: relative; }

      .new_widget .right_menu > ul {display: flex; flex-direction: column; justify-content: flex-start; gap:20px; }
      .new_widget .right_menu > ul > li{width: 300px; padding-bottom:20px; border-bottom:1px solid #e2e2e2; display: flex; text-align: left; flex-direction: column; justify-content: center; align-items:flex-start; gap:10px; cursor: pointer;}
      .new_widget .right_menu .sub_menu_02 {margin-left:30px;}
      .new_widget .right_menu .sub_menu_01 > ul {display:none;} 
      .new_widget .right_menu .sub_menu_01 > ul.active{display:flex; flex-wrap: wrap; gap:10px; padding:10px 20px 0;}
      .new_widget .right_menu .sub_menu_01 > ul li { font-size: 14px; text-align: left; cursor: pointer; color:#B3B3B3;} 
      

      .new_widget .sub_menu {position: absolute; left:120px; width:130px}
      .new_widget .sub_menu ul {display: none;}
      .new_widget .sub_menu ul li {cursor: pointer; color:#B3B3B3; margin:10px 0;}
      .new_widget .sub_menu ul li.active {color:#3A3640}


      .lim_notice {
        margin:20px 0;
        padding:20px;
        border:1px solid #eee;
        background-color:#f9f9f9;
        font-size:14px;
        line-height:1.5;
    }
    
    .lim_notice .box > p {
        padding-left:10px;
        padding-top:10px;
        line-height:1.8;
    }
    .lim_notice .box > a {
      background:#572F99;
      color:#fff;
      padding:10px 20px;
      border-radius:10px;
      line-height:50px;
      margin-left:10px;
    }
    
    /* 벨트 스크롤 용  */
		.image-slider {
			width: 100%;
			overflow: hidden;
		}

		.slider-wrapper {
			display: flex;
			width: max-content; /* 전체 이미지 길이에 맞춰 콘텐츠 길이 조정 */
		}

		.images {
			display: flex;
		}

		.images img {
			margin-left: 50px;
			margin-right: 50px;
			width: auto; /* 원하는 고정 너비 */
			height: 30px; /* 원하는 고정 높이 */
			object-fit: cover; /* 비율을 유지하면서 축소 */
		}