.index-main img {max-width:max-content;}

.rimg {
  max-width: 100%;
}


/* 모바일 하단 퀵메뉴 */
.touchy-wrapper {
    position:fixed;
	display:table;
	table-layout:fixed;
	left:0;
	right:0;
	bottom:0;
	font-size:24px;
	width:100%;
	height:58px;
	vertical-align:middle;
	z-index:99999;
	
    -webkit-box-shadow:0px 0px 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow:0px 0px 1px 1px rgba(0,0,0,0.12);
	box-shadow:0px 0px 1px 1px rgba(0,0,0,0.12);
    
    -webkit-transition:-webkit-box-shadow .35s ease;
	-moz-transition:-moz-box-shadow .35s ease;
	transition:box-shadow .35s ease;
    
    /* for sticky on iOS (otherwise finger will have to be lifted before menubar sticks to top) */
    transform:translate3d(0px,0px,0px);
    -webkit-transform:translate3d(0px,0px,0px);
}

.touchy-wrapper-inner {display:table;width:100%;height:100%;background-color:#fff;}

.touchy-menu-button {
    position:relative;
	min-width:50px;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	text-decoration:none !important;
	
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	transition: all .15s ease;

	/* menubar button icon color + background color */
	color:#D7D7D7;
	background-color:#262627;
	
	/* remove the flickering effect of a tapped link/button when on a touch device */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.touchy-wrapper a.act-link {color:#F9BF26;}



@media only screen and (min-width: 769px) {
	.touchy-wrapper  {display:none;}
}


/* ------------- 서브 중단 메뉴 ------------- */
.primary_tabs_part{margin:0px;}
.primary_tabs_part .nav-tabs{border:0;width: 100%;margin:0 auto;background-color: #fff;border-radius: 25px;overflow:hidden;box-shadow: 0 5px 30px rgba(18,62,138,.1);padding: 20px 5px;}
.primary_tabs_part .nav-tabs .nav-item{margin:0 auto;width: auto;text-align: center;}
.primary_tabs_part .nav-tabs .nav-link{border:0;border-radius: 25px;transition: 0.3s;padding:7px 10px 5px;}
.primary_tabs_part .nav-tabs .nav-link p{margin:0;color: #fff;font-size: 16px;color: #32325d;font-weight: 500;line-height: 1;overflow: hidden;text-overflow: ellipsis;white-space: pre;}
.primary_tabs_part .nav-tabs li .nav-item.show .nav-link, .primary_tabs_part .nav-tabs li .nav-link.active{background: linear-gradient(to right, #068ffa, #49bfc4, #89ed91);}
.primary_tabs_part .nav-tabs li:hover {background: linear-gradient(to right, #068ffa, #49bfc4, #89ed91);border: 0;border-radius: 25px;transition: 0.3s;}
.primary_tabs_part .nav-tabs li:hover p {color:#fff;}
.primary_tabs_part .nav-tabs .nav-item.show .nav-link, .primary_tabs_part .nav-tabs .nav-link.active p{color: #fff !important;}
.primary_tabs_content_part .primary_tabs_content .primary_tabs_content_left_part{width: 50%;padding-right: 15%;}
.primary_tabs_content_part .primary_tabs_content .primary_tabs_content_left_part .primary_tabs_left_description{margin-bottom: 40px;}
.primary_tabs_content_part .primary_tabs_content .primary_tabs_content_left_part .primary_tabs_left_description p{font-size: 20px;line-height: 1.8;color: rgba(50,50,93,.75);margin:0;}
.primary_tabs_content_part .tab-pane .primary_tabs_content_left_btn .btn{background: linear-gradient(to right, #068ffa, #49bfc4, #89ed91);box-shadow: 0 15px 25px 0 rgba(191,102,255,.25);}
.primary_tabs_content_part .primary_tabs_content .primary_tabs_content_left_part .primary_tabs_content_left_btn a{color: #fff;text-shadow: 0 1px 0 rgba(0,0,0,.1);font-size: 16px;text-transform: uppercase;padding: 20px 30px;line-height: .7;font-weight: 700;}

.primary_tabs_content_part .primary_tabs_content .primary_tabs_content_right_part{width: 50%;padding-right: 15%;}
.primary_tabs_content_part .primary_tabs_content .primary_tabs_content_right_part ul{padding:0;}
.primary_tabs_content_part .primary_tabs_content .primary_tabs_content_right_part ul li{margin-bottom: 20px;}
.primary_tabs_content_part .primary_tabs_content .primary_tabs_content_right_part ul li:last-child{margin-bottom: 0px;}
.primary_tabs_content_part .primary_tabs_content .primary_tabs_content_right_part ul li span{width: 25px;height: 25px;text-align: center;line-height: 25px;border-radius: 50px;color: #fff;font-size: 10px;}
.primary_tabs_content_part .tab-pane .primary_tabs_content_right_part ul li span{background: linear-gradient(to right, #068ffa, #49bfc4, #89ed91);box-shadow: 0 5px 15px 0 rgba(191,102,255,.4);}
.primary_tabs_content_part .primary_tabs_content .primary_tabs_content_right_part ul li p{width: calc(100% - 25px);padding-left: 20px;color: rgba(50,50,93,.75);font-size: 16px;line-height: 2;margin:0;}


@media screen and (max-width: 768px) {
	
	.primary_tabs_part .nav-tabs .nav-item:nth-last-child(1) {}			
	.primary_tabs_part .nav-tabs li {padding-bottom:20px;}
	.primary_tabs_part .nav-tabs li:nth-last-child(1) {padding-bottom:0px;}

}


/* 모바일 좌우드래그 안내 */

.scroll {
  display: none;
}

.scroll img {
  max-width:max-content;
}

@media screen and (max-width: 768px) {

.scroll {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 30px 0 20px 0;
  text-align: center;

}

}


/*------------------------------------------------------------------
    회사소개 > 연혁
-------------------------------------------------------------------*/

.image-column{
	position:relative;
	margin-bottom:30px;
}

.image-column .inner-column{
	position:relative;
	padding-top: 30px;
	padding-right:20px;

}

.image-column .image{
	position:relative;
	overflow:hidden;
	display:inline-block;
	border-radius:0px 220px 220px 220px;

	
}


@media screen and (max-width: 768px) {


.image-column .inner-column{
	
	padding-top: 0px;
	padding-right:0px;

}


}


.timeline {
    position: relative;
    display: table;
    width: 100%; 
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

.timeline .time-show {
    position: relative;
    margin-top: 30px;
    margin-right: -75px;
    margin-bottom: 30px;
}

.timeline  a {
    color: #000;font-weight:bold;
}

.timeline .time-show a {
    color: #fff;
}

.timeline:before {
    position: absolute;
    z-index: 0; 
    top: 30px;
    bottom: 0;
    left: 35px;
    width: 1px;
    content: "";
    background-color: #d8d9df;
}

h3.timeline-title {
    margin: 0;
    margin: 0 0 5px;
    text-transform: uppercase; 
    color: #c8ccd7;
    font-size: 20px;
    font-weight: 400;
}

.t-info {
    color: #c8ccd7;
}

.timeline-item:before,
.timeline-item.alt:after {
    display: block;
    width: 50%; 
    content: "";
}

.timeline-item {
    display: table-row;
    display: inline-table;
    width: 100%; 
    margin-bottom: 50px;
}

.timeline-desk {
    position: relative; 
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.timeline-desk h1 {
    margin: 0 0 5px; 
    font-size: 16px;
    font-weight: 400;
}

.timeline-desk .panel {
    display: block;
    margin-left: 80px;
    text-align: left;
    border-radius: 0; 
    background: none;
    box-shadow: none;
}

.timeline .timeline-icon {
    position: absolute;
    top: 5px; 
    left: 0px;
}

.timeline .timeline-icon {
    background: #c7cbd6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline .timeline-icon {
    border: 5px solid #fff; 
    background: #222;
}

.timeline .timeline-icon.light {
    background: #fff;
}

.timeline .timeline-icon {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-size: 30px; 
    line-height: 58px;
}

.timeline .timeline-icon i {
    margin-top: 9px;
}

.timeline-item.alt .timeline-icon {
    right: -35px; 
    left: auto;
}

.timeline .time-icon:before {
    margin-top: 5px; 
    font-size: 16px;
}

.timeline .timeline-date {
    position: absolute;
    top: 30px;
    left: -210px;
    display: none; 
    width: 150px;
    text-align: right;
}

.timeline-item.alt .timeline-date {
    right: -210px;
    left: auto;
    display: none; 
    text-align: left;
}

.timeline-desk h5 span {
    display: block;
    margin-bottom: 4px; 
    color: #999;
    font-size: 12px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item:before,
.timeline-item.alt:after {
    display: block;
    width: 50%; 
    content: "";
}

.timeline-desk p {
    margin-bottom: 0;
    color: #999; 
    font-size: 14px;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album {
    float: right; 
    margin-top: 20px;
}

.timeline-desk .album a {
    float: left; 
    margin-right: 5px;
}

.timeline-item.alt .timeline-desk .album a {
    float: right; 
    margin-left: 5px;
}

.timeline-desk .notification {
    margin-top: 20px;
    padding: 8px; 
    background: none repeat scroll 0 0 #fff;
}

.timeline-item.alt .panel {
    margin-right: 45px; 
    margin-left: 0;
}

.timeline-item.alt h1,
.timeline-item.alt p {
    text-align: right;
}

/*----*/
.timeline.dark:before {
    position: absolute;
    z-index: 0; 
    top: 30px;
    bottom: 0;
    left: 50%;
    width: 1px;
    content: "";
    background-color: #fff;
}

.timeline.dark h3.timeline-title {
    margin: 0;
    margin: 0 0 5px;
    text-transform: uppercase; 
    color: #333;
    font-size: 20px;
    font-weight: 400;
}

.timeline.dark .timeline-desk h1 {
    color: #fff;
}

.timeline.dark .timeline-desk p {
    color: #7e7e7e;
}

.timeline.dark .timeline-icon {
    border: 5px solid #000; 
    background: #fff;
}

.timeline.dark .timeline-icon {
    color: #222;
}

.timeline-parallax {
    background-image: url("../../img/img/t-parallax.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}


/*------------------------------------------------------------------
    제휴업체 clients
-------------------------------------------------------------------*/
.clients {
    overflow: hidden; 
    margin: 0;
    padding: 0;
    list-style: none;
}

.clients li {
    position: relative;
    float: left;
    padding: 20px 0;
    text-align: center;
}

.clients li:hover {
	-webkit-box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
	box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
	border-color: transparent;

}

.clients li a img {
    width: 100%;
}

.clients li a,
.clients li img {
    display: block;
    width: 75%;
    margin-right: auto; 
    margin-left: auto;
}

.clients.grid-2 li {
    width: 50%;
}

.clients.grid-3 li {
    width: 33.33%;
}

.clients.grid-4 li {
    width: 25%;
}

.clients.grid-5 li {
    width: 20%;
}

.clients.grid-6 li {
    width: 16.66%;
}

/**/
.clients.angle-box.grid-2 li {
    width: 46%;
}

.clients.angle-box.grid-3 li {
    width: 29.33%;
}

.clients.angle-box.grid-4 li {
    width: 21%;
}

.clients.angle-box.grid-5 li {
    width: 16%;
}

.clients.angle-box.grid-6 li {
    width: 12.66%;
}

.clients.angle-box.grid-2 li,
.clients.angle-box.grid-3 li,
.clients.angle-box.grid-4 li,
.clients.angle-box.grid-5 li,
.clients.angle-box.grid-6 li {
    margin: 2%;
}

/**/
.clients.plus-box li:before {
    top: 0;
    right: -2px;
    height: 100%;
    border-right: 1px solid #ddd;
}

.clients.plus-box li:after {
    top: auto;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ddd;
}

.clients.plus-box li:after,
.clients.plus-box li:before,
.clients.angle-box li:after,
.clients.angle-box li:before {
    position: absolute; 
    content: "";
}

/**/
#clients-1 .item {
    margin: 20px;
}

#clients-1 .item img {
    display: block;
    width: 100%;
    height: auto;
}

#clients-1.owl-theme .owl-controls .owl-page span {
    background: #333;
}

/**/
.clients.angle-box li:before {
    top: 0;
    right: 1px;
    height: 100%;
    border-right: 1px solid #ddd;
}

.clients.angle-box li:after {
    top: auto;
    right: 1px;
    bottom: 1px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ddd;
}



/** 찾아오시는 길 - 구글 지도 */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.featured-item {margin-bottom:30px;}

.featured-item .icon {
    padding: 0 0 30px 0;
}

.featured-item span {
    font-size: 42px;
}


/** 콘텐츠 업데이트 **/
.error-txt {
    display: block; 
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 22px;
}

.error-info {
    padding-left: 60px;
    border-left: 1px solid #ddd;
}

/* 사업소개 07 */

.hero-cir .th-cir {
  position: relative;
  width: 440px;
  height: 440px;
  z-index: 2;
}

.hero-cir .th-cir:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .9;
  z-index: -1;
}

.hero-cir .th-cir .cir-1:after,
.hero-cir .th-cir .cir-2:after,
.hero-cir .th-cir .cir-3:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #eee;
  background: #fff;
  z-index: -1;
}

.hero-cir .th-cir .cir-1 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #f1f2fb;
  position: relative;
}

.hero-cir .th-cir .cir-1:after {
  border-color: #f1f2fb;
}

.hero-cir .th-cir .cir-2 {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #fbf7f1;
  position: absolute;
  right: 0;
  top: 100px;
}

.hero-cir .th-cir .cir-2:after {
  border-color: #fbf7f1;
}

.hero-cir .th-cir .cir-3 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fbf1f4;
  position: absolute;
  left: 40px;
  bottom: 0;
}

.hero-cir .th-cir .cir-3:after {
  border-color: #fbf1f4;
}


/* 제품소개9 */

.portfolio-prsonl .item {
  border-radius: 20px;
  padding: 80px 0 0 80px;
}

.portfolio-prsonl .item.bx-one {
  background-color: #fbf7f1;
}

.portfolio-prsonl .item.bx-two {
  background-color: #fbf1f4;
}

.portfolio-prsonl .item.bx-three {
  background-color: #f1f2fb;
}

.portfolio-prsonl .item .img {
  height: 340px;
  overflow: hidden;
}

.portfolio-prsonl .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}


/* 지점안내 */

#tab_menu .nav-tabs {margin-bottom:20px;border-bottom: 0;}
#tab_menu .nav-tabs li  {margin-right: 4px;margin-bottom: 4px;font-weight: 600;
background: #eceff1;border: 0 !important;border-radius: 0;line-height: normal;
position: relative;float: left;display: block;list-style: none;width:24.5%;
text-align:center;padding: 8px 20px;;-webkit-transition: all .25s ease;transition: all .25s ease}
#tab_menu .nav-tabs li:hover  {background-color: #232323;color: #fff;}
#tab_menu .nav-tabs li a {font-size: 13px;color: #777;}
#tab_menu .nav-tabs li:hover a {font-size: 13px;color: #fff;}
#tab_menu .nav-tabs li.active a {font-size: 13px;color: #fff;}
#tab_menu .nav-tabs li.active {background-color: #232323;color: #fff;}

@media only screen and (max-width: 768px) {
	#tab_menu .nav-tabs li  {width:48%;}
}

@media only screen and (max-width: 768px) {
	 #tab_menu .tableStyle02 table tr select, table tr input {width:100%}
	 #agree_payment input#check_agree_order {max-width:100%;width:auto;}
}

/* 회원관리 */
.heading-inner {position: relative;display: inline-block;margin-bottom: 20px;margin-top: 0;font-size: 24px;text-rendering: optimizeLegibility;}
.tc-heading-style1 {text-align:left;}
.tc-heading-style1 .heading-inner {padding-bottom: 10px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.tc-heading-style1 .heading-inner:after {content: '';position: absolute;height: 1px;width: 25%;bottom: -1px;left: 0;background-color: #232323;}
.tc-heading-style1.tc-heading-center {text-align: center;}
.tc-heading-style1.tc-heading-center .heading-inner:after {left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.tc-heading-style1.tc-heading-right {text-align: right;}
.tc-heading-style1.tc-heading-right .heading-inner:after {left: auto;right: 0;}

div[class*="tc-note-"] + div[class*="tc-note-"] {margin-top: 20px;}
.tc-note-style4 {margin-top:15px;padding: 25px;background-color: #fff;border: 1px solid #f5f5f5;position: relative;overflow: hidden;}
.tc-note-style4 .note-icon {text-align: center;position: absolute;right: -17px;bottom: 0;font-size: 90px;transform: rotate(15deg);opacity: 0.1;color: #bbb;}
.tc-note-style4 .note-desc h3 {text-align:left;margin: 0 0 7px 0;font-size: 20px;border-bottom: 1px solid rgba(68, 68, 68, 0.04);padding-bottom: 8px;margin-bottom: 14px;width: 95%;}
.tc-note-style4.tc-note-info, 
.tc-note-style4.tc-note-info .note-desc h3 {border-color: rgba(61, 192, 241, 0.5);}
.tc-note-style4.tc-note-info .note-icon {color: #3dc0f1;}


div[class*="tc-note-"] + div[class*="tc-note-"] {margin-top: 20px;}
.tc-note-style4 {margin-top:15px;padding: 25px;background-color: #fff;border: 1px solid #898989;position: relative;overflow: hidden;}
.tc-note-style4 .note-icon {text-align: center;position: absolute;right: -17px;bottom: 0;font-size: 90px;transform: rotate(15deg);opacity: 0.1;color: #bbb;}
.tc-note-style4 .note-desc h3 {text-align:left;margin: 0 0 7px 0;font-size: 20px;border-bottom: 1px solid rgba(137, 137, 137, 0.04);padding-bottom: 8px;margin-bottom: 14px;width: 95%;}
.tc-note-style4 .note-desc ul {padding:0px;text-align:left;}
.tc-note-style4 .note-desc ul li {list-style: inside;font-size:14px;line-height:30px;padding:0px;text-align:left;}
.tc-note-style4.tc-note-info, 
.tc-note-style4.tc-note-info .note-desc h3 {border-color: rgba(137, 137, 137, 0.5);}
.tc-note-style4.tc-note-info .note-icon {color: #898989;}

.column-wrap-text.Refund {text-align:left;font-size:14px;line-height:30px;}
.color1 {color:#ff00ff;font-weight:bold;}
.color2 {color:#0000ff;font-weight:bold;}
.color3 {color:#ff0000;font-weight:bold;}


.tableStyle01.rvorder {text-align: left;}
.tableStyle01.rvorder table tbody tr td {padding: 10px 4px 13px 4px;text-align: center;}

.tableStyle01 .r_info_table {background:#fff !important;}
.tableStyle10 .r_info_table {background:#fff !important;}

input[name^="reservationChk"] {max-width:100%;width:auto;}
#order_form input#private_info_agreement {max-width:100%;width:auto;}


[class*="tcb-"] {min-width: 95px;padding: 11px 15px;display: inline-block;position: relative;font-size: 12px;font-weight: 400;line-height: 1;white-space: nowrap;vertical-align: middle;cursor: pointer;text-decoration: none !important;text-align: center;}
.tcb-large {padding: 13px 20px;font-size: 14px;}
.tcb-small {padding: 9px 12px;font-size: 11px;}
.tcb-pill {-webkit-border-radius: 40px;border-radius: 40px;}
.tcb-round {-webkit-border-radius: 5px;border-radius: 5px;}
.tcb-fullwidth {width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.tcb-animate-b {overflow: hidden;position: relative;z-index: 1;border: 1px solid transparent;-webkit-transition: border-color 0.3s, color 0.3s;transition: border-color 0.3s, color 0.3s;-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);box-sizing: border-box;}
.tcb-animate-b:not(.tcb-default) {color: #fff;}
.tcb-animate-b.tcb-default {background-color: #f5f5f5;color: #444;}
.tcb-animate-b.tcb-default:hover {background-color: #eee;color: #666;}
.tcb-animate-b.tcb-primary {background-color: #337ab7;}
.tcb-animate-b.tcb-success {background-color: #5cb85c;}
.tcb-animate-b.tcb-info {background-color: #5bc0de;}
.tcb-animate-b.tcb-warning {background-color: #f0ad4e;}
.tcb-animate-b.tcb-danger {background-color: #d9534f;}
.tcb-animate-b.tcb-black {background-color: #28373b;}
.tcb-animate-b.tcb-pink {background-color: #9d5db8;}
.tcb-animate-b.tcb-turquoise {background-color: #1abc9c;}
.tcb-animate-b:before {content: '';position: absolute;top: 0;left: 0;width: 150%;height: 100%;background: #ddd;z-index: -1;-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;transition: transform 0.3s, opacity 0.3s, background-color 0.3s;}
.tcb-animate-b:hover:before {opacity: 1;background-color: #ddd;-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.tcb-animate-b.tcb-primary:before {background: #286090;}
.tcb-animate-b.tcb-primary:hover {border-color: #204d74;}
.tcb-animate-b.tcb-primary:hover:before {background-color: #204d74;}
.tcb-animate-b.tcb-success:before {background: #5cb85c;}
.tcb-animate-b.tcb-success:hover {border-color: #398439;}
.tcb-animate-b.tcb-success:hover:before {background-color: #398439;}
.tcb-animate-b.tcb-info:before {background: #5bc0de;}
.tcb-animate-b.tcb-info:hover {border-color: #269abc;}
.tcb-animate-b.tcb-info:hover:before {background-color: #269abc;}
.tcb-animate-b.tcb-warning:before {background: #f0ad4e;}
.tcb-animate-b.tcb-warning:hover {border-color: #d58512;}
.tcb-animate-b.tcb-warning:hover:before {background-color: #d58512;}
.tcb-animate-b.tcb-danger:before {background: #d9534f;}
.tcb-animate-b.tcb-danger:hover {border-color: #ac2925;}
.tcb-animate-b.tcb-danger:hover:before {background-color: #ac2925;}
.tcb-animate-b.tcb-black:before {background: #28373b;}
.tcb-animate-b.tcb-black:hover {border-color: #131A1B;}
.tcb-animate-b.tcb-black:hover:before {background-color: #131A1B;}
.tcb-animate-b.tcb-pink:before {background: #9d5db8;}
.tcb-animate-b.tcb-pink:hover {border-color: #733D8B;}
.tcb-animate-b.tcb-pink:hover:before {background-color: #733D8B;}
.tcb-animate-b.tcb-turquoise:before {background: #1abc9c;}
.tcb-animate-b.tcb-turquoise:hover {border-color: #129077;}
.tcb-animate-b.tcb-turquoise:hover:before {background-color: #129077;}


/* 이용안내 */

textarea.siteinfo {
  width: 100%;
  height: 500px;
  overflow: auto;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font: inherit;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

/*회원탈퇴*/

div[class*="tc-note-"] + div[class*="tc-note-"] {margin-top: 20px;}

.tc-note-style1 {vertical-align: middle;padding: 20px;background-color: #fff;border: 1px solid #f5f5f5;display: table;width: 100%;}
.tc-note-style1 .note-icon {color: #aaa;width: 58px;display: table-cell;text-align: center;vertical-align: middle;font-size: 30px;}
.tc-note-style1 .note-desc {vertical-align: middle;padding-left: 15px;}
.tc-note-style1 .note-desc h3 {margin: 0 0 7px 0;font-size: 20px;}
.tc-note-style1.tc-note-info {border-color: #3dc0f1;}
.tc-note-style1.tc-note-info .note-icon {color: #3dc0f1;}
.tc-note-style1.tc-note-success {border-color: #4CAF50;}
.tc-note-style1.tc-note-success .note-icon {color: #4CAF50;}
.tc-note-style1.tc-note-warning {border-color: #FF9800;}
.tc-note-style1.tc-note-warning .note-icon {color: #FF9800;}
.tc-note-style1.tc-note-danger {border-color: #ff5252;}
.tc-note-style1.tc-note-danger .note-icon {color: #ff5252;}