@charset "utf-8";


a, a:hover, a:focus{
	text-decoration: none;
}
.sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
a {
	color:inherit;
	text-decoration:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ol,ul,li,dl,dt,dd{
    margin: 0;
    padding:0;
    list-style: none;
}
p{
    margin:0;
}
button{
    border:none;
    cursor:pointer;
}
input:read-only{
	background: #eee;
}

/*=== font ===*/
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:300;
	src:url('./fonts/SUIT-Light.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:400;
	src:url('./fonts/SUIT-Regular.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:500;
	src:url('./fonts/SUIT-Medium.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:600;
	src:url('./fonts/SUIT-Bold.woff2');
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    position: relative;
    word-break: keep-all;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    font-family: SUIT, sans-serif;
    color:#2F2F2F;
}
body{
    background: #EDF5F6;
}
#wrap{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100dvh;          /* 또는 레이아웃에서 wrap이 화면 높이를 가짐 */
    -webkit-overflow-scrolling: touch; /* iOS 부드러운 스크롤 */
}
input, textarea{
    font-family: SUIT, sans-serif;
}
header{
    position: fixed;
    width: 100%;
    background: #edf5f6;
    z-index: 100;
}
#container{
    margin:0 auto;
    padding:0 20px;
}
.c-contents{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}
.scroll-no {
  overflow: hidden;
}

.c-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:20px 0;
    padding:0 20px;
}
.c-body{
    margin-top:94px;
    padding-bottom: 192px;
    display: flex;
    gap: 32px;
    flex-direction: column;
}
.c-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 8px 0;
    height: 32px;
    position: relative;
}
.c-name{
    font-size: 18px;
    color:#727272;
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 0 0 0 61px;
    line-height: 32px;
}
.c-name:before{
    content:'';
    display: block;
    background: url(../images/hi-gt/ico-gt.svg) center center no-repeat;
    width: 57px;
    height:57px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: -2px
}
.c-recom{
    margin-left: auto;
}
.c-chat{

}
.c-chat.user{
    text-align: right;
        
}
.c-chat.user .c-contents{
    display: inline-flex;
    background: #DCE8E9;
    max-width: 74%;
    font-size: 18px;
    word-break: break-all;
    text-align: left;
}
.c-count{
    height: 24px;
    border-radius: 24px;
    background: #00A3B4;
    color:#fff;
    display: flex;
    padding:0 10px;
    font-size: 15px;
    margin-left: 12px;
    align-items: center;
}
.c-info-wrap{
    position: relative;
}
.c-info{
    height: 32px;
    width: 32px;
    background: url(../images/hi-gt/ico-chat-info.svg) center center no-repeat;
    position: relative;
    display: block;
}
.c-info.active:after{
    content: '';
    display: block;
    width: 35px;
    height: 20px;
    background: url(../images/hi-gt/ico-tip-arrow.svg) no-repeat;
    position: absolute;
    bottom: -19px;
    left: 1px;
}
.c-info-tip{
    position: absolute;
    background: #C2E8EC;
    padding: 11px 19px;
    top: 47px;
    border-radius: 10px;
    max-width: 500px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    min-width: 150px;
    width: max-content;
    margin-left: -76px;
    z-index: 100;
}
.c-info-tip dd{

    position: relative;
    padding: 0 0 0 2px;
}
.c-info-tip dd:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #111;
    border-radius: 50%;
    position: absolute;
    margin-top: 10px;
    left: 15px;
}
.c-info-tip dd{
    text-indent: 24px;
}
.ico-btn{
    height: 32px;
    width: 32px;
}
.ico-btn.btn-copy{
    background: url(../images/hi-gt/ico-copy.svg) center center no-repeat;
}
.ico-btn.btn-up{
    background: url(../images/hi-gt/ico-like.svg) center center no-repeat;
}
.ico-btn.btn-down{
    background: url(../images/hi-gt/ico-like.svg) center center no-repeat;
    transform: rotateX(180deg);
}
.ico-btn.btn-up.active{
    background: #C1E8EC url(../images/hi-gt/ico-like-on.svg) center center no-repeat;
    border-radius: 50%;
    transform: rotateX(180deg);
}
.ico-btn.btn-down.active{
    background: #C1E8EC url(../images/hi-gt/ico-like-on.svg) center center no-repeat;
    border-radius: 50%;
    transform:none;
}


.c-send{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    background: #EDF5F6;
    z-index: 10;
}
.c-send-wrap{
    padding:20px 20px 30px 20px;
}
.c-send-form{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.btn-filter{
    background: url(../images/hi-gt/ico-filter.svg) center center no-repeat;
    height: 46px;
    width: 46px;
}
.btn-send{
    background: url(../images/hi-gt/ico-send.svg) center center no-repeat;
    height: 24px;
    width: 24px;
    margin-right:16px;
}
.btn-pause {
    background: url(../images/hi-gt/ico-pause.svg) center center no-repeat;
    height: 24px;
    width: 24px;
    margin-right: 16px;
}
.send-wrap {
  background: #fff;
  border-radius: 23px;
  display: flex;
  align-items: center;
  width: calc(100% - 70px);
  justify-content: space-between;
  padding: 5px 0 5px 16px;
  min-height: unset;
}
.chat-input {
  border: none;
  resize: none;
  overflow: hidden;
  flex: 1;
  font-size: 16px;
  line-height: 1.4;
  padding: 2px 0 2px 16px;
  height: auto;
  min-height: 0;
  max-height: 120px;
  box-sizing: content-box;
  background: transparent;
}
.chat-input::placeholder{
    white-space: normal;        /* 길어도 줄바꿈 허용 */
    text-overflow: clip;
    width: auto;
    max-width: 100%;
}
.send-wrap input::placeholder,
.send-wrap textarea::placeholder{
    font-size: 16px;
    color:#707070;
    font-weight: 300;
    max-height: 120px;
}
.send-range{
    font-size: 15px;
    color:#838383;
    margin-right: 10px;
}
.chat-info{
    width: 100%;
    font-size: 14px;
    color:#727272;
    margin-top: 14px;
    text-align: center;
}
.filter-wrap{
    position: relative;
    width: 46px;
}
.filter-wrap .filter-count{
    width: 20px;
    height: 20px;
    background: #00A3B4;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}
#wrap:not(.blind-mode) .filter-wrap:not(.no-filters) .filter-count + .btn-filter{
    background: #C1E8EC url(../images/hi-gt/ico-filter.svg) center center no-repeat;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 8px 0 0 0;
}
.blind-mode .send-range,
.blind-mode .btn-send,
.blind-mode .btn-pause,
.blind-mode .filter-count,
.blind-mode .chat-input,
.filter-wrap.no-filters .filter-count{
    display: none !important;
}
#wrap .filter-wrap.no-filters .filter-count {
    display: none !important;
}
.un-input{
    padding: 13px 0 14px 20px;
    background: #DAE0E0;
    color: #686868;
    border-radius: 16px;
    line-height: 1.4;
    height: auto;
    min-height: 0;
    max-height: 120px;
    box-sizing: content-box;
    width: 100%;
    display: none;
}
.blind-mode .un-input{
    display: none;
}
.blind-mode .send-wrap{
    padding: 0;
}
.un-input.show { display: block; }
.blind-mode .un-input.show { display: block; }
.un-input a{
    text-decoration: underline;
}
.send-range{
    display: flex;
    align-items: center;
}
.btn-back{
    background: url(../images/hi-gt/ico-arrow-left.svg) no-repeat left center;
    color:#3E3E3E;
    font-size: 20px;
    padding: 0 0 0 32px;
}
.btn-new{
    background: #C2E8EC url(../images/hi-gt/ico-plus.svg) 20px center no-repeat;
    height: 44px;
    border-radius: 44px;
    display: flex;
    font-size: 16px;
    color: #008B99;
    align-items: center;
    padding: 0 20px 0 38px;
}
.blind-mode .btn-new {
    background: #CCDADC url(../images/hi-gt/ico-plus-dis.svg) 20px center no-repeat;
    color:#6C7B7C;
}
.btn-new.is-disabled {
    pointer-events: none;
    opacity: .5;
    cursor: not-allowed;
}
.btns-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding:0;
}
.btns-list li a{
    height: 41px;
    background: #00A3B4;
    font-size: 17px;
    padding: 0 18px;
    display: inline-flex;
    color: #fff;
    border-radius: 41px;
    align-items: center;
}
.btns-list a.is-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
.tag{
    margin-top: 0;
    display: flex;
    position: relative;
    min-height: 42px;
}
.tag.active{
    flex-wrap: wrap;
}
.tag-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-height: 40px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-right: 37px;
}
.tag-list li{ 
}
.tag.active .tag-list {
  max-height: 500px; /* 충분한 높이로 설정 */
}
.tag .tag-close{
    display: none;
}
.tag.active .tag-close{
    display: block;
    border: 1px solid #CCCCCC;
    background: #fff;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    background: url(../images/hi-gt/ico-arrow-up.svg) center center no-repeat;
}
.tag .tag-open{
    display: block;
    border: 1px solid #CCCCCC;
    background: #fff;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    color: #000000;
    background: url(../images/hi-gt/ico-dot.svg) center 18px no-repeat;
}
.tag.active .tag-open{
    display: none;
}
.tag-list li a{
    background: #D7E7E9;
    height: 32px;
    display: flex;
    padding: 0 15px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    color: #616C6E;
}
.tag-list li a:before{
    content:'#';
}
.tag-list.small{
    gap: 6px;
    max-height: 27px;
    padding-right: 28px;
    margin-top: 7px;
}
.tag-list.small li a{
    background: #e5e5e5;
    height: 27px;
    padding: 0 8px;
    border-radius: 6px;
    color: #505050;
    font-size: 15px;
}







.txt-view{
    margin:0;
}
html.scroll-lock {
  scroll-behavior: auto !important;
}
.modal-back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
}
.modal-back.in, .modal.in {
    visibility: visible;
}
modal > * {
    width: 100%;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-family: var(--krds--fz-body-md);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    transition: visibility 0.15s 0.3s, z-index 0s 0.3s, opacity 0.2s;
}
.modal.in {
    z-index: 1010;
    transition-delay: 0s;
    opacity: 1;
}

.modal.shown {
    display: block;
    padding: 0;
}
.modal {
    display: flex;
    align-items: center;
    align-items: flex-end;
    flex-direction: row;
    position: relative;
    z-index: 1020;
    height:100% ;
    margin:0;
}
.modal .modal-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 100%;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    outline-color: transparent;
    transition: outline-color 0.1s;
}
.modal .modal-header {
    width: 100%;
    padding: 18px 36px;
    border-bottom: 1px solid #ddd;
}
.modal h2{
  font-size: 20px;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom:20px;
  margin-bottom:20px;
}
.modal .modal-header h2{
    font-size: 18px;
    font-weight: 500;
}
.modal .modal-conts{
    padding: 0;
    width: 100%;
    min-height: 200px;
}
.modal .btn-close {
    position: absolute;
    top: 27px;
    right: 24px;
    z-index: 901;
    width: 25px;
    height: 25px;
    background: url(../images/hi-gt/ico-cose.svg) center center no-repeat;
    background-size: 100%;
}
.modal-btn{
    padding: 25px 0;
    gap: 12px;
    display: flex;
}
.modal-bottom {
    width: calc(100% - 40px);
    display: flex;
    gap: 10px;
    padding: 20px;
    background: #fff;
    position: fixed;
    z-index: 1;
    bottom: 0;
}
.modal-bottom .btn{
    height: 46px;
    background: #fff;
    border: 1px solid #E4E4E4;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    color: #727272;
    align-items: center;
    font-size: 16px;
    border-radius: 4px;
}
.modal-bottom .btn.btn-green{
    color:#fff;
    border:none;
    background:#00A3B4;
}
.modal .ar-search-opt{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.modal .ar-search-opt dl {
    flex-direction: column;
}
.modal .ar-search-opt dd ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
.modal .nuri-info{
    margin-left:auto;
}
.modal .ar-search-opt dt {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.modal .search-filter{
    margin: 24px 0 0 0;
    justify-content: center;

}
.gt-modal.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.gt-modal.modal.shown {
    display: flex;
  
}

.gt-modal .modal-back {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gt-modal.in .modal-back {
    opacity: 1;
}

/* 바텀 시트 컨테이너 */
.gt-modal .modal-content {
    background: #fff;
    width: 100%;
    max-height: 90%;
    padding: 24px;
    transition: transform 0.4s ease;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 85vh; /* 디바이스 화면의 90% */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gt-modal.small .modal-content{
  width: 520px;
}
.gt-modal.medium .modal-content{
  width: 780px;
}
.gt-modal.large .modal-content{
  width: 960px;
}
/* 올라올 때 효과 */
.gt-modal.in .modal-content.bottom-sheet {
  transform: translateY(0);
}
.gt-modal .modal-body {
    overflow-y: auto;
    flex: 1 1 auto; /* 남은 공간 채우고 스크롤 허용 */
    -webkit-overflow-scrolling: touch; /* iOS 부드러운 스크롤 */
    max-height: 66vh;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 100px;
}
.chk-base{position: relative;}
.chk-base input{position:absolute;overflow:hidden;clip:rect(0 0 0 0);clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;border:0;padding:0}
.chk-base input:focus + label:before{border:1px solid #3E3E3E;}
.chk-base label{
    position:relative;
    padding-left:27px;
    line-height:24px;
    font-size: 17px;
    display: block;
}
.chk-base label em{
    font-style: normal;
    font-size: 16px;
}
.chk-base input + label:before{
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.chk-base input[type="checkbox"]:focus + label { outline: none; }
.chk-base input[type="checkbox"]:focus + label::before { border: 1px solid #3E3E3E; }

.chk-base input + label::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    right: auto;        /* sub.css 무효화 */
    transform: none;    /* sub.css 무효화 */
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    background: none;   /* sub.css 무효화 */
    background-image: none;
    background-position: initial;
    background-size: initial;
}
.chk-base input:checked + label::before {
    background-color: #3FB8C4;
    border: none;
}
.chk-base input:checked + label::after {
    content: "";
    display: none;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background:url(../images/hi-gt/ico-check-white.svg) no-repeat center / contain;
    background-size: 10px;
    box-sizing: border-box;
}
.chk-base input:checked + label::after {display: block;}
.chk-one label{padding-left:22px !important}
.modal .ar-search-opt dd ul.grid-col{
    gap: 18px;
}
.grid-col li{
    width: 72px;
}
.area-all{
    margin-right:10px;
    display: block;
    line-height: 1;
}
.swiper-slide img{
    border-radius: 12px;
    min-height: 156px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
}
.thumb-slide{
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    width: calc(100% + 20px);
    padding: 0 0 28px 0;
}
.thumb-slide .thumb-title{
    color: #2F2F2F;
    font-size: 17px;
    background: url(../images/hi-gt/ico-link.svg) left center no-repeat;
    padding: 0 0 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
}
.swiper-pagination{
    bottom:0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet{
    width:6px!important;
    height:6px!important;
    background: #A1D6DB!important;
    opacity: 1!important;
    transition: all 0.5s ease;
}
.swiper-pagination-bullet-active {
    background: #42ADB8!important;
    width:8px!important;
    height:8px!important;
}
.rmd-img{
    width: 244px;
    height: 173px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.rmd-img img{
    width: 100%;
    height: 100%;
}
.rmd-img:before{
    content: '';
    display: block;
    width: 37px;
    height: 35px;
    background: url(../images/hi-gt/ico-rndlink.png) left top no-repeat;
    position: absolute;
    top: 8px;
    right: 0;
}
.txt-view h2,
.txt-view h3{
    font-size: 17px;
    color:rgba(47, 47, 47, 1);
    font-weight: 600;
    text-align: left;
    margin:0 0 15px 0;
}
.txt-view h3{
    text-align: left;
    margin: 15px 0 10px 0;
}

.typing-indicator {
    display: flex;
    gap: 6px;
    align-items: center;
    position: absolute;
    left: 66px;
    top: 42px;
}

.typing-indicator span {
    width: 5px;
    height: 5px;
    background: #b2e1e5;
    border-radius: 50%;
    display: inline-block;
    animation: wavePulse 1.2s infinite ease-in-out;
}

.typing-indicator span:nth-child(1) { animation-delay: 0s; }
.typing-indicator span:nth-child(2) { animation-delay: 0.2s; }
.typing-indicator span:nth-child(3) { animation-delay: 0.4s; }
.typing-indicator span:nth-child(4) { animation-delay: 0.6s; }

@keyframes wavePulse {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-6px) scale(1.4);
        opacity: 1;
    }
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.4);
        opacity: 1;
    }
}
@keyframes wave {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
/*common.css 영역*/
:root{
    --point-color01: #0aa4b5;
    --point-color02: #263e99;
    --gray-line: #d9d9d9;
    --bg-gray: #f7f7f7;
    --gray01: #888;
    --gray02: #444;
}

.dimmed{content:'';position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%;background:rgba(0,0,0, 0.5);}
.wrap-layerpop{display:none;position:fixed;top:0;left:0;z-index:2000;width:100%;height:100%;}
.layerpop{position:absolute;z-index:110;padding:0;background: #fff; text-align: center; border-radius: 10px; width: 420px;}
.btn-area{display: flex; justify-content: center; align-items: center; padding: 30px 0 40px;}
.btn-area a{color: #fff; text-align: center; box-sizing: border-box; background-color: var(--point-color01); height: 40px; line-height: 38px; padding: 0 20px; border-radius: 5px;}
.layerpop .btn-close{text-indent: -9999px; position: absolute; top: 20px;right: 20px;width: 20px;height: 20px;background: url(../images/common/btn_popclose.png) 0 0 / 100% 100% no-repeat;}
.layerpop .stit{display:block; margin:40px 0 0; font-weight: 800; font-size: 20px; line-height: 26px; color: var(--gray02);}
.layerpop .stit.point{color: var(--point-color01); margin: 40px 0 20px;}
.layerpop .b-guide{margin-top: 10px; font-weight: 700; font-size: 15px; line-height: 20px; color: var(--gray02);}
.layerpop .s-guide{display: block; margin-top: 15px; font-weight: 800; font-size: 12px; line-height: 20px; color: var(--gray01);}

/* 위치허용 팝업 */
#locationPop .layerpop{width: 420px;}
.location-pop > img{padding-top: 40px;}
.location-pop .stit{margin: 20px 0; color: #000;}
.location-pop p{font-size: 15px; color: var(--gray02);}
.location-pop .btn-area{padding: 20px 0 40px;}

@media (max-width: 1023px) {
    .gt-modal.modal {
        align-items: flex-end;
        padding: 0;
    }
    .gt-modal.modal .modal-content {
        border-radius: 10px 10px 0 0;    
        transform: translateY(100%);
    }
    .modal {
        width: 100%!important;
        padding: 0;
    }
    .chat-info{
        text-align: center;
    }

}
@media (min-width: 1023px) {

    #container{
        max-width: 984px;
    }
    .c-send-wrap {
        max-width: 984px;
        margin: 0 auto;
    }
    .gt-modal.modal {
        padding: 0 ;
    }
    .modal .modal-content {
        border-radius: 20px;
                width: 780px;
    }
    .c-top {
        height: 90px;
        border-bottom: 1px solid #CFE0E1;
        justify-content: flex-end;
        margin:0;
    }
    .c-body {
        margin-top: 104px;
    }
    .c-contents{
        font-size: 18px;
    }
    .btn-back{
        display: none;
    }
    .btns-list {
        flex-direction: inherit;
    }
    .swiper-slide {
         width: 219px!important;
         height:156px;
        flex-shrink: 0!important;
    }
    .tag-list {

    }
    .tag .tag-open,
    .tag .tag-close{
        display: none;
    }
    .un-input{
        border-radius: 23px;
    }
    .thumb-slide {
        padding: 0 0 58px 0;
    }
    .c-info-tip {
        z-index: 1000;
        top: auto;
        bottom: 13px;
        left: 48px;
        margin-left: 0;
    }
    .c-info.active:after {
        content: '';
        display: block;
        width: 35px;
        height: 20px;
        background: url(../images/hi-gt/ico-chat-info-pc.svg) no-repeat;
        position: absolute;
        bottom: 13px;
        left: 26px;
    }

}
