@charset "utf-8"; 
/* copyright(c) WEBsiting.co.kr */

/* 메인페이지에서 변경되는 코드 */
/* snb */
#snbSnS {margin-top: 80%}
#snbSnS .sns-link { display:flex; align-items:center; margin-bottom: 20px; justify-content:center;}
#snbSnS .sns-link li { margin-right:10px;}
#snbSnS .sns-link li:last-child { margin-right:0px;}
#snbSnS .sns-link li a { display:inline-block; width:35px; height:35px; border-radius:50%; background:#000; font-size:0;}
#snbSnS .sns-link li:nth-child(1) a { background:url(../img/sns_facebook.png) center center no-repeat;}
#snbSnS .sns-link li:nth-child(2) a { background:url(../img/sns_insta.png) center center no-repeat;}

/* 상단  바로가기 */
#hd_mb {float:left;text-align:left;line-height:14px;margin:15px 0 15px 0}
#hd_mb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_mb .mb_id {font-weight:700;color:#000;font-size:1em;}
#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb ul{list-style:none; display:inline;}
#hd_qnb li {float:left;font-size:1em;line-height:14px;border-right:1px solid #ededed;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#666;}
#hd_qnb li a.txt_green {color:#42B342;}
#hd_qnb li a.txt_vio {color:#4350C8}
#hd_qnb li a.txt_black {color:#000}
#hd_qnb li a.txt_lightblue {color:#058fff}
#hd_qnb li a.bold {font-weight:700}

/* 메인 슬라이드 */
.mainSwiper { width:100%; height:580px;}
.swiper-slide { background-position:center center; background-repeat:no-repeat; background-size:cover;}
.swiper-slide.main-slide01 { background-image:url(../img/main_img04.jpg);}
.swiper-slide.main-slide02 { background-image:url(../img/main_img02.jpg);}
.swiper-slide.main-slide03 { background-image:url(../img/main_img01.jpg);}
.swiper-slide .content_outer { position:relative; width:1100px; height:100%; margin:0 auto; padding:20px;}
.swiper-slide .content_outer .content_flex { display:flex; align-items:center; width:100%; height:100%;}
.swiper-slide .content_outer .content_flex .content_text { opacity:0; color:#fff;}
.swiper-slide.swiper-slide-active .content_outer .content_flex .content_text { animation: text-from-bottom 1.5s 1; opacity:1;}
.swiper-slide .content_outer .content_flex .content_text .title { font-size:20px; font-size:32px; transition:font-size .3s linear}
.swiper-slide .content_outer .content_flex .content_text .text { margin-top:10px; font-size:13px; transition:font-size .3s linear}
.swiper-slide .content_outer .content_flex .content_text .bnt { display:inline-block; line-height:42px; margin:15px 0 0; padding:0 28px; font-size:14px; border:1px solid #fff; color:#fff; transition:font-size .3s linear,background-color .1s linear}
.swiper-slide .content_outer .content_flex .content_text .bnt:hover { background-color:rgba(255, 255, 255, 0.3);}
.mainSwiper .swiper-pagination-bullet { width:10px; height:10px; background:#fff; opacity:0.5;}
.mainSwiper .swiper-pagination-bullet-active { background:#ff6600; opacity:1;}

@keyframes text-from-bottom {
    0%,50% {
        transform: translate(0,15%);
        opacity: 0
    }

    100% {
        transform: translate(0,0);
        opacity: 1
    }
}

/* 디바이스 981px 이상에서 적용*/
@media all and (min-width:981px)
{
.swiper-slide .content_outer { width:1300px;}	
}

/* 디바이스 980px 이하에서 적용*/
@media all and (max-width:980px)
{
.swiper-slide .content_outer { width:768px;}	
}

/* 디바이스 850px 이하에서 적용*/
@media all and (max-width:850px)
{
.swiper-slide.main-slide01 { background-image:url(../img/main_mimg01.jpg);}
.swiper-slide.main-slide02 { background-image:url(../img/main_mimg02.jpg);}
.swiper-slide.main-slide03 { background-image:url(../img/main_mimg03.jpg);}
.swiper-slide .content_outer { width:92%;}
.swiper-slide .content_outer .content_flex .content_text .title { font-size:14px;}
.swiper-slide .content_outer .content_flex .content_text .text { font-size:24px;}
.swiper-slide .content_outer .content_flex .content_text .bnt { line-height:32px; padding:0px 16px; font-size:13px;}
}


/*
 * BOOTSTRAP 4.X 기반
 * http://ETY.KR
 * 상업적 또는 영리로 이용 가능하며 제작의뢰 받아서 유료로 작업을 해도 됩니다.
 * 배포,재배포는 에티아시아,소프트존 에서만 가능하며 솔루션으로 재판매할 수 없습니다.
	
	font-family: 'Roboto', sans-serif;
	font-family: 'Nanum Gothic', sans-serif;
	font-family: 'Noto Sans KR', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;

 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */


body {

}
/* Box 1 */

		#box1 {
			background:url(/newidm/assets/images/box_bg.jpg) repeat-y;
			float:left;
			width:500px
		}
		#box1 .box_top {
			background:url(/newidm/assetsimages/box_bg.jpg) no-repeat left top;
			float:left;
			width:500px;
			height:30px;
			margin:0;
			padding:0;
		}
		#box1 .box_top p.top_right {
			background:url(/newidm/assetsimages/box_bg.jpg) no-repeat right top;
			float:right;
			width:30px;
			height:30px;
			margin:0;
			padding:0;
		}
		#box1 .content {
			background:url(/newidm/assets/images/box_bg.jpg) repeat-y right -30px;
			float:left;
			margin:0 0 0 20px;
			padding-right:20px;
			width:460px;
		}
		#box1 .box_bottom {
			background:url(/newidm/assets/images/box_bg.jpg) no-repeat left bottom;
			float:left;
			width:500px;
			height:30px;
			margin:0;
			padding:0;
		}
		#box1 .box_bottom p.bottom_right {
			background:url(/newidm/assets/images/box_bg.jpg) no-repeat right bottom;
			float:right;
			width:20px;
			height:30px;
			margin:0;
			padding:0;
		}
		
		body {
			margin:0;
			padding:0;
			font:12px arial;
		}
		p {
			margin:0;
			padding:0;
		}


a { color:#666; }
a:hover { color:#FFC90E; text-decoration: none; }
.footer ul li a{color:#fff;}
.footer ul li a:hover{color:#666;}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.navbar .dropdown.show a:active { 
  background-color: #6c757d;
}
.bg-white {
    background-color: #1D2023!important;
	box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    background-color: rgba(255, 255, 255, 0.98);
}
.bg-yellow {
    background-color: #ffffff!important;
	box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    background-color: rgba(255, 255, 255, 0.98);
}
.ko1{font-family: 'Noto Sans KR';}
.ko2{font-family: 'Gulim';}
.ko3{font-family: 'Nanum Gothic', sans-serif;}
.en1{font-family: 'Roboto', sans-serif;}
.en2{font-family: 'Open Sans', sans-serif;}
.en3{font-family: 'Raleway', sans-serif;}
.ko_12 { font-family: 'Noto Sans KR', sans-serif;font-size:12px; }
.ko_13 { font-family: 'Noto Sans KR', sans-serif;font-size:13px; }
.ko_14 { font-family: 'Noto Sans KR', sans-serif;font-size:14px; }
.ko_15 { font-family: 'Noto Sans KR', sans-serif;font-size:15px; }
.ko_16 { font-family: 'Noto Sans KR', sans-serif;font-size:16px; }
.ko_17 { font-family: 'Noto Sans KR', sans-serif;font-size:17px; font-weight:400; line-height:1.5; }
.ko_18 { font-family: 'Noto Sans KR', sans-serif;font-size:18px; }
.ko_19 { font-family: 'Noto Sans KR', sans-serif;font-size:19px; }
.ko_20 { font-family: 'Noto Sans KR', sans-serif;font-size:20px; }

.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f22{font-size:22px;}
.f23{font-size:23px;}
.f24{font-size:24px;}
.f25{font-size:25px;}
.f30{font-size:30px;}
.f35{font-size:35px;}

.fw1{font-weight:100;}
.fw2{font-weight:200;}
.fw3{font-weight:300;}
.fw4{font-weight:400;}
.fw5{font-weight:500;}
.fw6{font-weight:600;}
.fw7{font-weight:700;}
summary{display:none;}
.color-sky-blue {background:#cce5ff;}
.color-green{background:#d4edda;}
.fc-gr{color:#1C1C1C;}
.fc-ye{color:#FFC90E;}
.fc-org{color:#FF7F27;}
.fc-green{color:#1E1E1E;}

.t-left{float:left;}
.t-right{float:right;}
.carousel-item {
  height: 65vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.hidden{display:none;}

/* 메롱 */
/* 호스팅 사업부용 테이블 ******************************/
.tb_hst {
	width:100%;
	line-height:1.5em;
	font-family: Nanum Gothic, 'Ubuntu', Dotum, Gulim;
	border-collapse:collapse;
	border-top:2px solid #666;
	margin-top:5px;
}

.tb_hst th {
	background:#fff;
	font-family: Nanum Gothic, 'Ubuntu', Dotum, Gulim;
	font-size:13px;
	vertical-align:middle;
	line-height:24px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.tb_hst td {
	background:#fff;
	font-family: Nanum Gothic, 'Ubuntu', Dotum, Gulim;
	font-size:13px;
	vertical-align:middle;
	text-align:center;
	line-height:24px;
	border-bottom:1px solid #ccc;
}

.tb_hst .bg_g {
	background:#f6f6f6;
}

.tb_hst .line_org {
	border-top:1px solid #ccc;
}


.titBox {
	display: block;
	padding: 29px 33px;
	margin-top: 35px;
	background: #f4fcff;
	border: 1px solid #54bee9;
	text-align: left;
	font-size: 17px;
	color: #00608d;
	letter-spacing: -.05em;
	font-weight: bold;
	line-height: 30px;
}
.titBox strong {
	display: block;
	font-size: 20px;
}
.titBox span {
	display: block;
	width: 98%;
}






/* 도메인 사업부용 테이블 ******************************/
.tb_domain {
	width:100%;
	line-height:1.5em;
	font-family: Nanum Gothic, 'Ubuntu', Dotum, Gulim;
	border-collapse:collapse;
	border-top:2px solid #666;
}

.tb_domain th {
	background:#fff;
	font-family: Nanum Gothic, 'Ubuntu', Dotum, Gulim;
	font-size:13px;
	vertical-align:middle;
	line-height:24px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.tb_domain td {
	background:#fff;
	font-family: Nanum Gothic, 'Ubuntu', Dotum, Gulim;
	font-size:13px;
	vertical-align:middle;
	text-align:center;
	line-height:24px;
	border-bottom:1px solid #ccc;
}

.tb_domain .bg_g {
	background:#f6f6f6;
}

.tb_domain .line_org {
	border-top:1px solid #ccc;
}

.t-White{color:#fff;}





/* 회사연혁용 테이블 ******************************/
.tb_company {
	width:100%;
	line-height:1.5em;
	font-family: Nanum Gothic, 'Ubuntu', Dotum, Gulim;
	border-collapse:collapse;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

.tb_company th {
	font-family: Nanum Gothic, 'Ubuntu', Dotum, Gulim;
	font-size:15px;
	vertical-align:middle;
	line-height:0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #666;
}

.tb_company td {
	font-family: Nanum Gothic, 'Ubuntu', Dotum, Gulim;
	font-size:11px;
	vertical-align:middle;
	text-align:center;
	line-height:30px;
	border-bottom:1px dashed #ccc;
}

.tb_company .bg_g {
	background:#f6f6f6;
	color:#a6a6a6;
}

.tb_company .line_org {
	border-top:1px solid #666;
}




/* 탭메뉴 ******************************/
#busi_contents .tabs { 
	list-style:none; 
	margin:0 !important;
	padding: 0px;	
	height: 32px;
	background: url(/newidm/images/layout/tabs-divider.png) no-repeat bottom center;
}

#busi_contents ul.tabs li { 
	display: block;
	float:left;	 
	text-indent:0;
	padding:0;
	margin: 0px 5px 0px 0px !important;
	list-style-image: none !important; 
	
}
#busi_contents ul.tabs a { 
	display:block;
	font-size:12px;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	padding: 0px 0px 0px 10px;	
	position:relative;
	top:0px;
	background:  url(/newidm/assets/images/layout/tabs.png) no-repeat;
}

#busi_contents ul.tabs a span{ 
	display:block;
	height: 100%;
	padding-right: 10px;
	background:  url(/newidm/assets/images/layout/tabs.png) no-repeat right -40px;
}

#busi_contents ul.tabs a{
	color: #747474;
}

#busi_contents ul.tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
#busi_contents  ul.tabs a:hover { 
	background-position: 0px -80px;
}

#busi_contents  ul.tabs a:hover span,
#busi_contents  ul.tabs a.current span{ 
	background-position: right -120px;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
#busi_contents ul.tabs a.current,
#busi_contents  ul.tabs a.current:hover,
#busi_contents ul.tabs li.current a {	
	cursor:default !important; 
	color:#2a2d30 !important;
	display: block;
	background-position: 0px -80px;
}

/*
HEAD-LINE
**********/
h3 {
  
   font-weight:bold;
   margin-bottom:15px;
}
h4{
  font-size:18px; font-weight:bold; 
}
p{
   margin-top:5px;
   margin-bottom:10px;
}
.botto_m {
 width:350px; height:30px; background:#3152ba;color:#ffffff; 
 text-align:center;
}
h5{
  font-size:15px; font-weight:bold; 
}
.subtitle {
  margin: 0 0 50px; 0;
}
.head-line {
  line-height: 0.5;
  text-align: center;
}
.head-line span {
  display: inline-block;
  position: relative;  
}
.head-line span:before,
.head-line span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  top: 0;
  width: 100px;
}
.head-line span:before {
  right: 100%;
  margin-right: 15px;
}
.head-line span:after {
  left: 100%;
  margin-left: 15px;
}
.subbg{background:url('../img/subbg.jpg');}

/*
네비
**********/
.navbar-brand { font-size:25px; font-weight:bold; }
.navbar-nav li { padding:10px 0 10px 15px; }

.navbar {
  min-height: 80px;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.bg-dark {
    background-color: #000000!important;
}
/* */
#tnb {background:#fff;z-index:10000;}
#tnb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#tnb ul {margin:0 auto;width: 1120px;background:#343B41;zoom:1}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li:first-child {border-right:1px solid #444444}
#tnb li {float:right;border-left:1px solid #444444;margin-bottom:-1px;}
#tnb a {display:inline-block;padding:0 10px;color:#000000;line-height:35px;}
#tnb a:focus, #tnb a:hover {color:#000000;font-family:'Gulim'; font-size:12px}
#tnb .tnb_admin a{color:#ff0000;}
#tnb .tnb_left{float:left}
#tnb .tnb_left a{padding:0 14px}
#tnb .tnb_cart{border-right:1px solid #ddd;}
#tnb .tnb_community{border-right:1px solid #ddd}
#tnb .tnb_community i{font-size:15px}
#tnb .tnb_community{background:#e7e7e7;font-weight:bold;}
#tnb .tnb_community:focus, #tnb .tnb_community:hover {color:#333;border-bottom:0}
#tnb .tnb_community a{color:#4ea1d3;border-bottom:1px solid #e7e7e7}
#tnb-left {float:left; margin-top:5px}
#tnb ul li a{font-size:12px; font-weight:bold; font-family:'Gulim'}

/*
헤딩
**********/
.center-heading {
    text-align: center;
    margin-bottom: 20px;
}
.center-heading p {
    margin-top: 10px;
    font-family: 'Noto Sans Regular', sans-serif;
}
.center-line {
    display: inline-block;
    width: 150px;
    height: 2px;
    border-top: 1px solid #bbb;
    margin: auto;
}

/*
아이콘박스
**********/
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #6c757d; vertical-align: middle; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon > .info { margin-top: -24px; border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon > .info > h3.title { margin-top:20px; font-family: "Noto Sans KR",sans-serif !important; font-size: 20px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: 'Noto Sans KR', sans-serif; font-weight:300; color: #666; line-height: 1.7; margin: 20px; text-align:left;}
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box .space { height: 30px; }

@media (max-width: 969px){

.box img {width:100%; padding:0;}
.yumbun{display:none !important;}
.yumbun img{display:none !important;}
/*
parallax
**********/
.parallax-window {
    position: relative;
    min-height: 350px;
    background: #3e3b3b52;
}
.para_count {
	padding-top:50px;
}

/*
callbox
**********/
.callbox { background:#f2f2f2; margin-top:50px; padding-top:20px; padding-bottom:30px; }


/*
sns_icon
**********/

.sns_icon{
	list-style: none;
	text-align: center;
	width: 80px;
	cursor: pointer;
	display: inline;
	padding:5px;
}
.sns_icon .fab{ font-size:30px; }

.sns_icon .fa-facebook-f{ color:#a2a2a2; font-size:20px; }
.sns_icon .fa-instagram{ color:#a2a2a2; font-size:20px; }
.sns_icon .fa-twitter{ color: #a2a2a2; font-size:20px; }

.sns_icon a .fa-facebook-f:hover{ color:#3b5998; font-size:20px; }
.sns_icon a .fa-instagram:hover{ color:#dd4b39; font-size:20px; }
.sns_icon a .fa-twitter:hover{ color: #55acee; font-size:20px; }

/*
footer
*/

.a-link a { color:#ffffff; }
.sns_icon a { color:#ffffff; }
.bg-gray{background:#454545;}
.bg-gray div{padding:15px;}

/*
상하 좌우 조절
**********/
.margin-top-10 {
	margin-top:10px;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-top-30 {
	margin-top:30px;
}
.margin-top-40 {
	margin-top:40px;
}
.margin-top-50 {
	margin-top:50px;
}
.margin-top-60 {
	margin-top:60px;
}
.margin-top-70 {
	margin-top:70px;
}
.margin-top-80 {
	margin-top:80px;
}
.margin-top-90 {
	margin-top:90px;
}
.margin-top-100 {
	margin-top:100px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}
.margin-bottom-70 {
	margin-bottom:70px;
}
.margin-bottom-80 {
	margin-bottom:80px;
}
.margin-bottom-90 {
	margin-bottom:90px;
}
.margin-bottom-100 {
	margin-bottom:100px;
}
.margin-left-10 {
	margin-left:10px;
}
.margin-left-20 {
	margin-left:20px;
}
.margin-left-30 {
	margin-left:30px;
}
.margin-left-40 {
	margin-left:40px;
}
.margin-left-50 {
	margin-left:50px;
}
.margin-left-60 {
	margin-left:60px;
}
.margin-left-70 {
	margin-left:70px;
}
.margin-left-80 {
	margin-left:80px;
}
.margin-left-90 {
	margin-left:90px;
}
.margin-left-100 {
	margin-left:100px;
}
.margin-right-10 {
	margin-right:10px;
}
.margin-right-20 {
	margin-right:20px;
}
.margin-right-30 {
	margin-right:30px;
}
.margin-right-40 {
	margin-right:40px;
}
.margin-right-50 {
	margin-right:50px;
}
.margin-right-60 {
	margin-right:60px;
}
.margin-right-70 {
	margin-right:70px;
}
.margin-right-80 {
	margin-right:80px;
}
.margin-right-90 {
	margin-right:90px;
}
.margin-right-100 {
	margin-right:100px;
}

.p-r{position: relative;}
.p-a{position: absolute;}
/*
.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.para-text h2{line-height:2.5;}
.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.color_666{color:#666;}
.bg-gray2{
	background:#f2f2f2;
	padding-bottom: 20px;
	padding-top: 20px;
}

.heading{
	font-size: 18px;
	line-height: 24px;
}
.pro-icon i{font-size:24px;}

.navbar-toggler {
    background-color: #454545;
}

/* 모바일기기 */
@media only screen and (max-width: 320px) {

	/* 모바일 1 슬라이드 크기 조절 */
	.carousel-item {
	  height: 200px;;
	  min-height: 200px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

	/* 모바일 슬라이드 텍스트 크기 조절 */
	.carousel-caption h3{font-size:16px;}
	.carousel-caption p{font-size:14px;}


	/*
	네비
	**********/
	.navbar-brand { font-size:25px; font-weight:bold; }
	.navbar-nav li {
		padding: 5px 0 5px 10px;
	}
	
	.qr_right { display:none;}/*21.04.28.추가*/
}

/* 모바일기기 + 태블릿 */

@media only screen and (min-width: 321px) and (max-width: 768px){

	/* 모바일 2 슬라이드 크기 조절 */
	.carousel-item {
	  height: 200px;;
	  min-height: 200px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

	/* 모바일 슬라이드 텍스트 크기 조절 */
	.carousel-caption h3{font-size:16px;}
	.carousel-caption p{font-size:14px;}

	/*
	네비
	**********/
	.navbar-brand { font-size:25px; font-weight:bold; }
	.navbar-nav li {
		padding: 5px 0 5px 10px;
	}
	.qr_right { display:none;}/*21.04.28.추가*/

}

/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px){

	/* 태블릿등 슬라이드 크기 조절 */
	.carousel-item {
	  height: 620px;;
	  min-height: 300px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

	/*
	네비
	**********/
	.navbar-brand { font-size:25px; font-weight:bold; }
	.navbar-nav li {
		padding: 20px 0 20px 15px;
	}

}


/* 데스크탑 */
@media only screen and (min-width: 1201px) {
    
	/* DESKTOP 슬라이드 크기 조절 */
	.carousel-item {
	  height: 620px;;
	  min-height: 300px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

	/*
	네비
	**********/
	.navbar-brand { font-size:25px; font-weight:bold; }
	.navbar-nav li {
		padding: 20px 0 20px 15px;
	}


}


/*탭레이어 */
*{
  margin:0; padding:0;
  font-size:15px; 
  line-height:1.3;
}
ul{list-style:none;}
.tabmenu{ 
  max-width:600px; 
  margin: 0 auto; 
  position:relative; 
}
.tabmenu ul{
  position: relative;
}
.tabmenu ul li{
  display:  inline-block;
  width:33.33%; 
  float:left;  
  text-align:center; 
  background :#f9f9f9;
  line-height:40px;
}
.tabmenu label{
  display:block;
  width:100%; 
  height:40px;
  line-height:40px;
}
.tabmenu input{display:none;}
.tabCon{
  display:none; 
  width: 100%;
  text-align:left; 
  padding: 20px;
  position:absolute; 
  left:0; top:40px; 
  box-sizing: border-box; 
  border : 5px solid #f9f9f9;
}
.tabmenu input:checked ~ label{
  background:#ccc;
}
.tabmenu input:checked ~ .tabCon{
  display:block;
}
