@charset "utf-8";
@import url(common.css);


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Montserrat:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Poppins:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Dongle&family=Single+Day&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sunflower:wght@300;500&family=Work+Sans:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500&display=swap');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
/*
@font-face {
    font-family: 'Arita-Dotum-SemiBold';
    src: url('/lib/fonts/AritaDotumSemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arita-dotum-Medium';
    src: url('/lib/fonts/AritaDotumMedium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'SF_IceLemon';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_IceLemon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF_IceMango';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_IceMango.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OTWelcomeBA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/OTWelcomeBA.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cafe24Ssurround';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* header */
header {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 20px 0;
    margin: 0;
    transition: 0.3s;

}

header .logo {
    float: left;
}

header nav {
    float: right;

}

header nav ul li {
    float: left;

}

header.sticky {
    position: fixed;
    padding: 0;
    background: linear-gradient(to right, #001f3f , #012b56);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
}

.main-menu li {
    margin-right: 20px;
    font-family: 'GmarketSansMedium', sans-serif;
}

.main-menu li:last-child {
    margin-right: 0;
}

header nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    line-height: 80px;
}

header nav ul li a:visited,
header nav ul li a.click:visited {
    color: #fff;
}


header nav ul li a:hover,
header nav ul li a.active {
    color: #a4cfe9;
}

header .logo a img{
    width: 164px;
    display: block;
    text-indent: -9999em;
}


.toggle {
    display: none;
}

body {
    overflow: hidden;
    overflow-y: auto;
}

/* 추가 */
.main_visual_wrap {
    position: relative;
    width: 100%;
    height: var(--height);
    background: var(--slide_wrap_bg);
    border-radius: 0 0 var(--slide_02_wrap_border_radius_left) var(--slide_02_wrap_border_radius_right);
    overflow: hidden;
  }
  
  .swiper-wrapper {
    position: relative;
  }
  
  .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
  }
  
  .slide01 {
    background: var(--slide01_p_bg_img);
    background-position: center;
  }
  .slide02 {
    background: var(--slide02_p_bg_img);
    background-position: center;
  }
  .slide03 {
    background: var(--slide03_p_bg_img);
    background-position: center;
  }
  
  .swiper-slide .text_box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;  
    justify-content: var(--text_box_align);
    max-width: var(--max_width);
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    z-index: 1
  }
  
  .swiper-slide .text_box img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
  
  .text_box_inline {
    flex-direction: column;
    align-items: var(--text_align);
    text-align: var(--text_align);
    z-index: 10;
  }
  
  .text_box_inline .f_text {
    padding-bottom: 1rem;
  }
  
  
  .text_box_inline h1 {
    font-size: var(--slide_h1_size);
    color: var(--slide_h1_color);
    font-family: var(--slide_h1_font);
    line-height: 1.2;
    text-align: var(--text_align);
    padding-bottom: 2rem;
  }
  
  .text_box_inline strong {
    font-size: var(--slide_h1_strong_size);
    color: #a4cfe9;
    font-family:'GmarketSansMedium';
  }
  
  .text_box_inline p {
    font-size: var(--slide_p_size);
    color: #fff;
    line-height: 1.4
  }
  
  .swiper_btn {
    padding: 1.2rem 2.2rem;
    margin-top: 4rem;
    font-size: 1.4rem;
    color: var(--slide_btn_color);
    font-family: var(--font_family_bold);
    background: var(--slide_btn_bg);
    border-radius: 2em;
  }
  
  .swiper-slide img {
    max-height: 100%;
  }
  
  .swiper-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 30% !important;
    background: #000;
    opacity: 0;
}
  
  
  @media all and (max-width: 768px)  {
    .main_visual_wrap {
      height: 45rem;
    }
  
    .slide01 {
      background: var(--slide01_m_bg_img);
      background-position: center;
    }
    .slide02 {
      background: var(--slide02_m_bg_img);
      background-position: center;
    }
    .slide03 {
      background: var(--slide03_m_bg_img);
      background-position: center;
    }
  }
  
  
  @media all and (max-width:580px)  {
    .main_visual_wrap {
      height: 40rem; 
    }
  
    .text_box_inline h1 {
      font-size: 2.2rem;
    }
  
    .text_box_inline strong {
      font-size: 2.8rem;
    }
  
    .swiper-slide .text_box img {
      max-width: 70%;
  
    }
  
    .swiper-slide .text_box img {
      right: 0;
      bottom: 20%;
    }
   
  }
  

/*cs*/
.content_container_full {
    padding: 0 2rem;
}
  .cs_form {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
   
    
}

.flx.sb {
    justify-content: space-between;
}
.content_container_full_inline {
    max-width: var(--max_width);
    margin: 0 auto;
}
.flx {
    display: flex;
    align-items: center;
}
.cs_form .content_container_full_inline_items h2 {
    font-size: 3.4rem;
    color: var(--color_pmy);
}

.gap05 {
    gap: 0.5rem;
}
.cs_info_title {
    width: 12rem;
    padding: 0.5rem 0;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
}
.floating {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9997;
}
.floating ul li.btn_kakao a i {
    background-image: url(/img/ico_kakao.png);
}
.floating ul li a i {
    width: 64px;
    height: 64px;
    display: block;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 20%);
    border-radius: 50%;
    -webkit-animation: 0.2s cubic-bezier(0.1,0,0.6,1) 0.35s 1 normal backwards running btnAni;
    animation: 0.2s cubic-bezier(0.1,0,0.6,1) 0.35s 1 normal backwards running btnAni;
    position: relative;
    z-index: 20;
}
.txt1 {
    height: 56px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    padding: 18px 40px 18px 22px;
    border-radius: 30px 10px 10px 30px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 12%);
    background: linear-gradient(to right, #dd92e8 , #bef4fe);
    position: absolute;
    top: 4px;
    right: 34px;
    z-index: -1;
    transition: box-shadow 0.2s ease-out 0s !important;
    animation: 0.5s cubic-bezier(0.24,0.06,0,0.97) 0.55s 1 normal backwards running txtAni !important;
}



/* slider 
.slider-list li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 80vh;
    text-align: center;
    width: 100%;
}

.slider-list li.slider1 {
    background-image: url(../img/main_slide01.jpg);
}

.slider-list li.slider2 {
    background-image: url(../img/main_slide03.jpg);
}

.slider-list li.slider3 {
    background-image: url(../img/main_slide02.jpg);
}

.slider-list li .contents {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
    color: #fff;
    width: 590px;
}

.slider-list li .contents h3 {
    font-size: 36px;
    font-family: "Roboto", "Open Sans";
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
}

.slider-list li .contents h3 em{
   color: #ffff00;
    font-weight: 600;
    font-size:40px;
    }

.slider-list li .contents h2 {
    font-size: 50px;
    font-family: "Roboto", "Open Sans";
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
}

.slider-list li .contents p {
    width: 98%;
    margin-bottom: 49px;
}

.slider .controls a {
    width: 40px;
    height: 73px;
    background: url(../img/sprites.png) no-repeat;
    text-indent: -9999em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 120;
}

.slider .controls a.prev {
    background-position: 0 -77px;
    margin-left: -650px;
}

.slider .controls a.next {
    background-position: -47px -77px;
    margin-left: 650px;
}

.slider .pager {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 130;
    display: none;
}

.slider .pager span {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid transparent;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    text-indent: -9999em;
    background-clip: content-box;
}

.slider .pager span.cycle-pager-active {
    border: 2px solid #d3c1ad;
    background: none;
}

.slider-list li.cycle-slide-active .contents p,
.slider-list li.cycle-slide-active .contents a {
    animation: slideIn 1s forwards ease-out;
}

.slider-list li.contents p,
.slider-list li.contents a {
    transform: translateY(40%);
    opacity: 0;
}

.top-title {
    animation-delay: 0.3s;
}

.title {
    animation-delay: 0.6s;
}

.slider-list li.contents p {
    animation-delay: 1s;
}

.slider-list li.contents a {
    animation-delay: 2s;
}

@keyframes slideIn {
    0% {
        transform: translateY(40%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
*/

/* serives */
.serives {
    padding: 80px 0 20px;
}

.service_item {
    float: left;
    width: 200px;

    text-align: center;
}

.service_item:last-child {
    padding-right: 0 !important;
}

.service_item .icon {
    font-size: 36px;
    color: #555555;
}

.service_item h4 {
    font-size: 22px;
    font-weight: 600;
    color: #555555;
    margin: 30px 0 14px;
}

.service_item p {
    font-size: 16px;
    font-weight: 300;
    color: #8c8c8c;
    margin-bottom: 22px;
}

.service_item .status {
    width: 70px;
    height: 3px;
    background: #f1eee9;
    display: inline-block;
}

.service_item:hover .icon {
    color: #c7b299;
}

.service_item:hover h4 {
    color: #c7b299;
}

.service_item:hover p strong {
    color: #c7b299;
}

.service_item:hover .status {
    background: #c7b299;
}


/* product */

.product-tit {
    text-align: center;
    color: #555555;
}

.product-tit span {
    color: #00d3ff;
    font-weight: 500;
}

.product-sb {
    text-align: center;
    color: #8c8c8c;
}

.product-img a img {
    width: 100%;
}


/* 고객센터 탭 */
.tab {
    padding: 80px 0;
}

.tab_title ul {
    overflow: hidden;
    width: 668px;
    margin: 0 auto;
}

.tab_title li {
    float: left;
    width: 220px;
    text-align: center;
    border: 1px solid #f1eee9;
    margin-right: -1px;
}

.tab_title li a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.tab_title li.active a {
    background: #073355;
    color: #fff;
}

/* 실시간서비스현황 */

.main_sv {
    text-align: center;
    padding: 50px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main_sv h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.main_sv p.stitle {
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #8c8c8c;
}

/* 리스트 */
#svList,
#svList1,
#svList2 {

    border-top: 1px solid #93b7d3;
}

#svList th,
#svList1 th,
#svList2 th,
#svList td,
#svList1 td,
#svList2 td {
    padding: 20px 10px;
    border-bottom: 1px solid #f1eee9;
    text-align: center;
}

#svList tbody tr:hover td,
#svList1 tbody tr:hover td,
#svList2 tbody tr:hover td {
    background: #f1eee9;
}

#svList th,
#svList1 th,
#svList2 th {
    font-weight: 700 !important;
}

#svList td,
#svList1 td,
#svList2 td {
    font-weight: 300;
}

#svList td[data-sv-list="subject"],
#svList1 td[data-sv-list="subject"],
#svList2 td[data-sv-list="subject"] {
    text-align: left;
}

#svList td[data-sv-list="subject"] a,
#svList1 td[data-sv-list="subject"] a,
#svList2 td[data-sv-list="subject"] a {
    display: inline-block;
    color: #333;
}

#svList td[data-sv-list="subject"] a img {
    margin-left: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

#svList a.secret {
    position: relative;
    padding-left: 30px;
}

#svList a.secret:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background: url(../img/icon_secret.png) no-repeat 0 0;
}

#svList img {
    vertical-align: baseline;
}

/* 검색 + 버튼*/
.search_sv {
    margin-top: 20px;
}

.search_sv:after {
    content: '';
    display: block;
    clear: both;
}

.search_sv .search {
    float: left;
}

.search_sv .button {
    float: right;
}


/* pagination */
.pagination {
    margin: 40px 0 20px;
    text-align: center;
    line-height: normal;
}

.pagination a,
.pagination strong {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    background: #fafafa;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    text-decoration: none;
    vertical-align: middle;
}

.pagination strong {
    position: relative;
    z-index: 10;
    background: #998675;
    color: #fff;
}

.pagination a[class^="page_"] {
    width: 40px;
    height: 40px;
    background-size: cover;
}

.pagination a[class^="page_"] > span {
    display: inline-block;
    width: 40px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.pagination .page_prevend {
    background: url(../img/pg_prev_end.gif) no-repeat 0 0;

}

.pagination .page_prev {
    background: url(../img/pg_prev.gif) no-repeat 0 0;
}

.pagination .page_next {
    background: url(../img/pg_next.gif) no-repeat 0 0;
}

.pagination .page_nextend {
    background: url(../img/pg_next_end.gif) no-repeat 0 0;
}

/*공지사항컨트롤*/
.NoticeArea {
    display: none;
}

#svList1 .NoticeArea li {
    text-align: left;
    font-weight: 600;
}

#svList1 p,
#svList2 p {
    color: #333 !important;
    text-align: left;
}



/* text_boxes */
.text_boxes {
    padding: 50px 0;
    background: linear-gradient(to right, #001f3f , #012b56);
}

.text_boxes .box_contents {
    float: left;
}

.text_boxes .btn-01 {
    float: right;
}
.btn-x {padding-top: 10px !important; padding-bottom: 10px !important;}
.btn-x a {
    color: #fff;
}

.text_boxes .box_contents h4 {
    color: #fff;
    font-size: 26px;
}

.text_boxes .box_contents h4 span {
    color: #ffd012
}

.text_boxes .box_contents p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.seo{font-size:11px;}

/* Modal */
input[id*="popup"] {
    display: none;
}

input[id*="popup"] + label + div {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

input[id*="popup"]:checked + label + div {
    display: block;
}

input[id*="popup"] + label + div > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 500px;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    border-radius: 20px;
    z-index: 2;
}

input[id*="popup"] + label + div > div > label {
    position: absolute;
    top: 5%;
    right: 3%;
    transform: translate(40%, -40%);
    padding: 5px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
}

input[id*="popup"] + label + div > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.modal-header {
    display: block;
    max-width: 100%;
    padding: 15px 50px !important;
    background: linear-gradient(to right, #073355, #93b7d3);
    color: #fff;
}

.modal-title {
    font-size: 20px;
    font-weight: 700;
}

.caution .cont {
    overflow: hidden;
}

.caution .cont > div {
    width: 50%;
    box-sizing: border-box;
}

.caution .cont .pull-left {
    width: 58%;
    float: left;
    padding: 20px;
    border-right: 1px solid #ddd;
}

.caution .cont .pull-right {
    width: 42%;
    float: right;
    padding: 20px;
}

.caution .cont .tit {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #dd5347;
}

.caution .cont .pull-left ol {
    margin-bottom: 10px;
    padding: 0 0 0 5px;
}

.caution .cont ol,
.caution .cont ul {
    padding: 0;
}

.caution .cont li {
    position: relative;
    padding: 5px 0;
    padding-left: 24px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -.5px;
    word-break: keep-all;
    color: #666;
    box-sizing: border-box;
}

.caution .cont li .num {
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #888;
    border-radius: 50px;
    line-height: 14px;
    text-align: center;
    font-size: 9px;
    color: #fff;
}

.caution .cont li .info_sise {
    margin-top: 8px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.caution .cont ul li {
    padding-left: 80px;
}

.caution .cont ul li .state {
    position: absolute;
    left: 0;
    margin-top: 4px;
}

.caution .cont ul.info_state li {
    padding: 0 0 10px 80px;
}

.state {
    display: inline-block;
    width: 70px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
}

.state.receive {
    background-color: #7bb321;
}

.state.finish {
    background-color: #1f66b0;
}

.state.part {
    background-color: #21b4d8;
}

.state.unable {
    background-color: #e8365f;
}





/* device */
.device {
    height: 500px;
    margin: 150px 0 200px;

}

.device .txt {
    padding-top: 60px;
}

.device h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 26px;
    font-family: 'ONE-Mobile-Regular';
}

.device p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #8c8c8c;
}

.appliance img {
    position: absolute;
    left: 70px;
    opacity: 0;
}

.animate,
.grow-img {
    animation: fadeIn 1.2s forwards ease-in;
    transition: 2s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#phone {
    padding-top: 200px;
}

#phone.animate {
    transform: translateX(-14em);

}

#monitor.animate {
    transform: translateX(5em);
}




/* features */
.features {
    background: linear-gradient(to right, #53e9f0 , #0026c7);
    padding: 60px 0;
}

.features .item {
    text-align: center;

}

.features .item img {
    width: 0;
    height: 0;
}

.features .item img.grow-img {
    width: 236px;
    height: 236px;
}

.features .item h4 {
    color: #ffffff;
    font-size: 22px;
    margin-top: 15px;
    opacity: 0;
}

.features .item .ss {
    font-size: 16px;
}

.features .item a {
    width: 236px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 150px;
    text-align: center;
    transition: all 0.1s ease-in 0s;
}

.features .item a:hover {
    box-shadow: 25px 20px 60px 1px rgba(0, 0, 0, 0.4);
    transform: translate(0, -30px);
    z-index: 10;
    color: #fff;
}



/* team 상품권현금교환신청서 */
.bg-light {
    position: relative;
    padding: 2rem;
    box-shadow: 0 0 20px rgb(227 230 236 / 60%);
    border-radius: 1.6rem;
    background: #fff;
    max-width: 120rem;
    margin: 6rem auto;

}

.bg-light h2 {
    color: #000;
}

.btn-secondary {
    margin-top: 30px;
}


.btn-info {
    color: #fff;
    background-color: #073355 !important;
    border-color: #073355 !important;
    transition: all 0.2s ease 0s !important;
}








/* 상품권배너 슬라이드 */
#gift-banner {
    position: relative;
}

.sliders {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../img/subbanner.jpg) no-repeat center center;
    background-size: cover;
}

.sliders  p {
    text-align: center !important;
    color: #073355 !important;
}

.sliders h2 {
    padding-top: 50px;
    text-align: center !important;
    color: #073355 !important;
}

.slide {
    text-align: center;
    position: absolute;
   
}


.slide figcaption {
    color: #073355;
    padding: 20px;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 300;
}
.swiper-button-prev, .swiper-button-next{
    display: none !important;
}
/* footer */
.footer {
    padding: 30px 0;
    background: linear-gradient(to right, #073355, #073355);
}

.footer .list-inline-item {
    color: #fff;
}

.footer > div {
    color: #dbdbdb;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

.footer a {
    color: #fff !important;
}


/****************************************************************************/


/*1. 회원가입 팝업 */

.dim {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.white-popup,.white-popup1,.white-popup2 {
    position: fixed;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 20px auto;
    max-width: 360px;
    padding: 20px;
    display: none;
    z-index: 1000;
}


.white-popup3 {
    position: fixed;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 20px auto;
    max-width: 80%;
    padding: 20px;
    display: none;
    z-index: 1000;	
}

.mfp-close,.mfp-close1,.mfp-close2,.mfp-close3 {
    width: 31px;
    height: 31px;
    background-color: #4e3427;
    font-size: 16px;
    opacity: 1;
    border: none;
    text-shadow: none;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 31px;
}

.mfp-close,.mfp-close1,.mfp-close2,.mfp-close3 i {
    font-size: 16px;
    text-shadow: none;
    color: #fff;
}

.forgot-password,
.forgot-id {
    font-size: 12px;
}

.forgot-id {
    padding-right: 10px;
}

.subscribe-popup-form input {
    margin: 0 0 12px 0;
}

.subscribe-popup-form .form-check {
    padding: 5px 0px 15px 0;
}

.white-popup h4,.white-popup1 h4,.white-popup2 h4,.white-popup3 h4 {
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
	font-size: 20px;
}

.sign-up {
    color: #eb3e32;
    font-weight: 400;
    font-size: 14px;
}

input,
button,
textarea:focus {

    outline: none !important;

}

.login_form {
    border: 2px solid #eee;
    padding: 20px 20px 5px;
}

.login_footer > a {
    float: right;
}

.subscribe-popup-form input {
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    color: #7a7a7a;
    margin: 10px 0 10px 0;
}

.subscribe-popup-form input {
    margin: 0 0 12px 0;
}

.subscribe-popup-form .form-check {
    padding: 5px 0px 15px 0;
}

.form-check label {
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    text-align: left;
    text-transform: capitalize;

}

.checkmark,
.checkout-form .checkmark {
    width: 18px;
    height: 18px;
    border: 1px solid #cacaca;
    position: absolute;
    left: 0;
    top: 1px;
}

.defult-check {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    visibility: hidden;
}

.form-check input:checked + .checkmark:before,
.checkout-form .form-check input:checked + .checkmark:before {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    top: -1px;
    line-height: 18px;
    left: 1px;
    color: #cacaca;
}

.forgot-password,
.forgot-id {
    font-size: 12px;
}

.float-right {
    float: right !important;
}

a {
    color: #7a7a7a;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.btn-2 {
    width: 100%;
    background-color: #998675;
    border-radius: 50px;
    padding: 10px 25px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #998675;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
}

.iam {
    margin-bottom: 12px;
}


/****************************************************************************/


/*2. product상세페이지 */

.product-info {
    padding: 100px 0 135px;
}

.product-pictures {
    height: 400px;
    text-align: center;
    align-items: center;
}

.product-pictures .big-img {
    padding-top: 50px;
}

.product-specs .sale {
    color: #e33836;
}

.product-specs .won {
    font-size: 12px;
    color: #8c8c8c;
}

.product-pp {
    text-align: left;
    color: #8c8c8c;
}

form hr {
    border: none;
    border-top: 1px solid #edeff1;
    margin: 30px 0;
}

.option {
    padding-left: 30px;
}

.quantity-box {
    padding-left: 15px;
}

.quantity-box p,
.total-price p {
    float: left;
    padding: 15px 15px 15px 0;
    color: #7a7a7a;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.quantity-box .input-group {
    float: left;
    width: auto;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
}

.minus,
.plus {
    border: 0;
    cursor: pointer;
    width: 50px;
    height: 35px;
    border-radius: 0;
    background-color: #4e3427;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    padding: 0;
    float: left;
}

.quantity-number {
    height: 35px !important;
    width: 50px;
    color: #7a7a7a;
    border: 1px solid #cdcdcd;
    padding: 0;
    text-align: center;
    float: left;
}

.total-price .price {
    align-items: center;
    padding: 15px 15px 15px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
}

.order-now {
    text-align: center;
}

.order-now a:hover,
.order-now a.active {
    color: #09426e;
}

.products-tabs .nav .nav-item a {
    color: #fff;
    background-color: #09426e;
    border-radius: 0;
    padding: 12px 10px;
    margin-right: 1px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}

.products-tabs .tab-content {
    border: 1px solid #cdcdcd;
    padding: 25px 35px 30px;
}

.nav-tabs {
    border: none !important;
}

.tab-content h4 {
    padding: 15px 0;
}

.tab-content .tab-caption {}

.tab-content .sub-img {
    text-align: center;
    margin: 30px 0 20px;
}

.tab-content .sub-img img {
    max-width: 100%;
    height: auto;
}


/****************************************************************************/


/*3. 장바구니 */

.entry-header-title {
    margin-top: 50px;
}

.cart-table thead tr th,
.cart-table tbody tr td {
    vertical-align: middle !important;

}

.cart-section {
    margin-bottom: 50px;
}

.cart-section p {
    color: #7a7a7a;
    margin: 0;

}

.cart-table .table-btn li {
    display: inline-block;
}

.table-btn a:hover,
.table-btn a.active {
    color: #4e3427;
}

.quantity_filter {
    margin: 0 auto;
    display: table;
}

.row-close i {
    font-size: 20px;
}

.table-btn {}

.table-btn i {
    font-size: 18px;
    padding-right: 5px;
}

/****************************************************************************/

/* 이용약관 */

.join_contents {
    margin-top: 10px;
}

.join_contents .stitle:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #7d7d7d;
    margin: 10px auto 10px;
}

.join_contents p {
    color: #777;
    text-align: left;
    padding-left: 5px;
}

.terms_con {
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    padding-left: 15px;
    overflow: auto;
    height: 350px;
}

.terms_con h4 {
    font-size: 16px;
    color: #222;
    padding: 30px 0 10px;
}

.terms_con h5 {
    margin-top: 20px;
    color: #222;
    font-size: 15px;
    line-height: 28px;
    font-weight: normal;
}

.terms_con p,
.terms_con ul li {
    color: #777;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
}

.terms_con ul li > ul li {
    padding-left: 8px;

}

/****************************************************************************/


/* 개인정보처리방침 */


.privacy_con .stitle:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #7d7d7d;
    margin: 10px auto 40px;
}

.privacy_con p {
    color: #777;
    text-align: left;
    padding-left: 5px;
}


.privacy_con {
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    padding: 15px 0 0 15px;
    overflow: auto;
    height: 350px;
}

.privacy_con h4 {
    padding: 30px 0 10px;
    color: #222;
    font-size: 16px;
    line-height: 28px;
}

.privacy_con h4 i {
    display: inline-block;
    font-size: 12px;
    padding-right: 4px;
    vertical-align: 2px;
}

.txt_bullet:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin: 0 4px 0 3px;
    background: #888;
    vertical-align: 5px;
}

.txt_bar {
    margin-left: 10px;
}

.privacy_con p,
.privacy_con ul li {
    color: #777;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
}

.join_contents .form-check {
    margin-bottom: 100px;
}







/****************************************************************************/

/* 미디어쿼리 */

@media (max-width: 1290px) {
    .container {
        width: 100%;
        margin: 0 15px;
        box-sizing: border-box;
    }

    .slider .controls a.prev {
        margin-left: -350px;
    }

    .slider .controls a.next {
        margin-left: 350px;
    }

}



@media (max-width: 1024px) {
    header nav {
        max-width: 100%
    }

    nav.clearfix {
        padding-right: 10px;
    }

    .slider .controls a.prev {
        margin-left: -300px;
    }

    .slider .controls a.next {
        margin-left: 300px;
    }

    .appliance img {
        left: 20px;
    }

    .device p {
        font-size: 15px;
        word-break: keep-all;
        text-align: center;
    }

    .slide img {
        max-width: 90%;
        height: auto;
    }

    .slide figcaption {
        font-size: 20px;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    /* Modal */

    input[id*="popup"] + label + div > div {
        width: 700px;
        height: auto;
    }

    input[id*="popup"] + label + div > div > label {
        top: 3%;
    }

    .caution .cont > div {
        width: 100% !important;
    }

    .caution .cont ul li .state {
        margin-top: 0;
    }



}



@media (max-width: 960px) {}



@media (max-width: 768px) {
    header {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 10px 0;
    margin: 0;
    transition: 0.3s;
    }

    header .container {
        padding: 0;
    }

    .toggle {
        display: block;
        position: absolute;
        top: 10px;
        right: 30px;
        color: #fff;
        font-size: 24px;
        line-height: 70px;
    }

    header .logo {
        padding: 0 0 5px;
    }

  /*  header .logo a {
        background-image: url(../img/logo.png);
    }*/

    header nav {
        float: none;
        background: #111;
        padding: 0 20px;
    }

    header .logo {
        float: none;
        margin-left: 15px;
    }
    header .logo a img{
        width: 80%;
        padding-left: 10px;
    }
    .main-menu {
        display: none;
    }

    .main-menu li {
        float: none;
        border-bottom: 1px solid #252525;
    }

    header nav ul li a {
        line-height: 40px;
    }

    .slider .controls a.prev {
        display: none;
    }

    .slider .controls a.next {
        display: none;
    }

    .service_item {
        padding-bottom: 20px;
    }


    .txt h3 {
        text-align: center;
    }

    .appliance{
        display: none;
    }

    .device {
        margin: 0 0;
        height: 200px !important;
    }

    /* cart */

    .row-1 .close-1,
    .row-2 .close-1 {
        display: none;
    }



}


@media (max-width: 600px) {
    
    .slider-list li{height: 70vh;}
    .slider .pager{display: none;}
    .slider-list li .contents h3 em{
     color: #ffff00;
     font-weight: 500;
     font-size:24px;
     }
    
    
    .tab_title ul {
        width: 400px;
        padding-left: 10px;
    }

    .tab_title li {
        width: 120px;
    }

    .tab_title li a {
        padding: 10px 0;
        font-size: 14px;
    }

    .main_sv h3 {
        font-size: 22px;
    }

    .main_sv p.stitle {
        font-size: 12px;
    }

    input[type=file] {
        width: 100%;
    }

    #svList thead {
        display: none;
    }

    #svList *[data-sv-list="count"] {
        display: none;
    }

    #svList1 td[data-sv-list="date"] {
        font-size: 12px;
        padding-left: 0;
    }

    .search_sv > div {
        float: none !important;
    }

    .search_sv .search {
        position: relative;
    }

    .search_sv .search select {
        width: 85px;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .search_sv .search input[type="text"] {
        width: 100%;
        padding-left: 90px;
        padding-right: 75px;
    }

    .search_sv .search .button {
        position: absolute;
        right: 0px;
        top: 0px;
    }


    .pagination a,
    .pagination strong {
        min-width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .pagination a[class^="page_"] {
        width: 30px;
        height: 30px;
    }

    .pagination a[class^="page_"] > span {
        width: 30px;
    }


    .section-heading {
        font-size: 24px !important;
    }

    .section-subheading {
        font-size: 14px !important;
    }

    .tab-content .sub-img {
        width: 90%;
    }

    .tab-content .sub-img img {
        max-width: 100%;
        height: auto;
    }

    /* 로그인/회원가입 팝업 */
    .white-popup,
    .white-popup1 {
        width: 80%
    }

    /* Modal */
    input[id*="popup"] + label + div > div {
        top: 50% !important;
        width: 300px;
        height: 580px;
    }

    input[id*="popup"] + label + div > div > label {
        top: 3%;
        right: 5%;
    }

    .modal-header {
        padding: 10px 20px !important;
    }

    .caution .cont .pull-left,
    .caution .cont .pull-right {
        padding: 10px;
    }

    .caution .cont li {
        padding: 0 0 0 15px;
    }

    .caution .cont li .num {
        top: 3px;
        width: 12px;
        height: 12px;
        line-height: 12px;
    }

    /* 장바구니 */

    .cart-table .table-btn li {
        display: block;
        margin: 5px 0;
        padding: 0 10px;
    }

    .quantity_filter .minus,
    .quantity_filter .plus,
    .quantity_filter .qty {
        float: none;
        display: table;
        width: 25px;
    }

    .product-name a {
        word-break: keep-all;
    }

    .table-bordered p,
    td,
    a {
        font-size: 12px;
    }


}


@media (max-width: 480px) {
    .slider-list li .contents {
        top: 40%;
    }

    .slider-list li .contents h3 {
        font-size: 22px;
    }

    .slider-list li .contents h2 {
        font-size: 28px;
    }

    .slider-list li .contents p {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: -1;
        word-break: keep-all;
    }

    .slider .pager span {

        width: 18px;
        height: 18px;
        margin-right: 18px;
    }

    .slider .pager span:last-child {
        margin-right: 0;
    }


    #svList th,
    #svList1 th,
    #svList2 th,
    #svList td,
    #svList1 td,
    #svList2 td {
        padding: 10px 10px;
        font-size: 14px;
    }

    table #svList {
        width: 100%;
    }

    #svList th,
    #svList td {
        display: block !important;
    }

    #svList td {
        display: flex !important;
        justify-content: space-between;
    }

    #svList td:before {
        margin-right: auto;
        font-weight: 700;
    }

    #svList td:nth-of-type(1):before {
        content: '번호 :';
    }

    #svList td:nth-of-type(2):before {
        content: '내역 :';
    }

    #svList td:nth-of-type(3):before {
        content: '고객명 :';
    }

    #svList td:nth-of-type(4):before {
        content: '신청일 :';
    }

    #svList td:nth-of-type(5):before {
        content: '처리상태 :';
    }

    #svList td:nth-of-type(5) {
        border-bottom: 1px solid #998675;
    }

    .features .item img.grow-img {
        width: 160px;
        height: 160px;
    }

    .serives {
        display: none;
    }

    
    .device .txt {
        padding-top: 10px;
    }


    .sliders {
        height: 300px;
    }

    .sliders h2 {
        letter-spacing: -1;
        padding-top: 30px;
        margin: 0;
    }

    .sliders p {
        font-size: 12px;
    }

    .slide img {
        max-width: 95%;
        height: auto;
    }

    .appliance img {
        left: 40px;
    }

    .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

    .slide {
        padding-top: 30px;
    }

    .slide figcaption {
        font-size: 14px;
        line-height: 14px;
        word-break: keep-all;
    }

    .slide figcaption {
        padding: 8px;
    }

    .footer > div {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: -1.2px;
        word-break: keep-all;
        padding: 0 5px;
    }
}


@media (max-width: 380px) {
   
    .text_boxes .btn-01 {
     padding: 0 10px;
     font-size: 12px;
     line-height: 30px;
}
    
    
    .tab_title ul {
        width: 320px;
        padding-left: 10px;
    }

    .tab_title li:first-child {
        width: 120px;
    }

    .tab_title li {
        width: 80px;
    }

    .tab_title li a {
        padding: 10px 0;
        font-size: 12px;
    }
}


.search-grid {
	background: #edf1f3;
	border: 1px solid #d8e3e8;
	margin-bottom: 1.5rem;
	padding: 1rem 1rem 1rem 0.5rem;
	font-size: 95%
}

.search-grid .btn-sm {
	min-width: 3rem;
	margin-left: 1rem;
}

.search-grid > form > .form-group {
	margin-bottom: 0;
}

.search-grid > form > .form-group > .col-sm-1 {
	max-width: 9%
}

.search-grid > form > .form-group > .col-sm-1,
.search-grid > form > .form-group > .col-sm-2,
.search-grid > form > .form-group > .col-sm-3 {
	padding: 0 5px;
}



/* table */
.table {
    border-bottom: 1px solid #dee2e6;
    background: #fff;
    font-size: 100%;
}

.table th {
    background: #f8f8f9;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

.table td,
.table th {
    vertical-align: middle
}

.table td > .col-md-12,
.table td > .col-md-12 > .col-sm-6 {
    padding: 0;
}

.table td > .row {
    margin: 0;
}

.table + .btn-wrap {
    margin-top: 30px;
}
