/*@charset "utf-8";*/
/* font */
/*@import url('https://fonts.googleapis.com/css?family=Rubik:300,400');*/

html{
	font-family:'Rubik', 'NanumSquare';
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@font-face {
    font-family: 'NanumSquare';
	font-weight: 300;
	font-style: normal;
	src: url(../font/NanumSquareR.eot);
	src: local('NanumSquareL'),
		url(../font/NanumSquareL.eot?#iefix) format('embedded-opentype'), 
		url(../font/NanumSquareL.woff2) format('woff2'), 
		url(../font/NanumSquareL.woff) format('woff'),
		url(../font/NanumSquareL.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
	font-weight: normal;
	font-style: normal;
	src: url(../font/NanumSquareR.eot);
	src: local('NanumSquareR'),
		url(../font/NanumSquareR.eot?#iefix) format('embedded-opentype'), 
		url(../font/NanumSquareR.woff2) format('woff2'), 
		url(../font/NanumSquareR.woff) format('woff'),
		url(../font/NanumSquareR.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
	font-weight: bold;
	font-style: normal;
	src: url(../font/NanumSquareB.eot);
	src: local('NanumSquareB'),
		url(../font/NanumSquareB.eot?#iefix) format('embedded-opentype'), 
		url(../font/NanumSquareB.woff2) format('woff2'), 
		url(../font/NanumSquareB.woff) format('woff'),
		url(../font/NanumSquareB.ttf) format('truetype');
}
* {
	text-decoration: none;
	padding: 0;
	border: 0;
	color: inherit;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	/*height: 100%;*/
	font-size:14px;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 60%;
	color: rgba(0,0,0,0.3);
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0;
	margin-top: -1px;
}
/* hr{
 clear:both !important;
 margin:30px 0;
 } */
u {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px dashed #ccc;
	padding: 0;
	margin: 0;
	margin-top: -1px;
}
pre {
	overflow: auto;
	white-space: pre-line;
}
code, kbd, pre, samp {
	font-family: "Noto Sans KR", sans-serif, Helvetica;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	border: 0;
	vertical-align: baseline;
}
h1 {
	font-size: 30px;
	margin: 15px 0;
}
h2 {
	font-size: 24px;
	margin: 10px 0;
}
h3 {
	font-size: 20px;
	margin: 8px 0;
}
h4 {
	font-size: 16px;
	margin: 8px 0;
}
h5 {
	font-size: 14px;
	margin: 8px 0;
}
h6 {
	font-size: 12px;
	margin: 8px 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Noto Sans KR", sans-serif, Helvetica;
	font-size: 1em;
	letter-spacing:-0.5px;
	color:#333;
}
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
 display: block;
 }*/
ul li {
	list-style: none;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('../img/drop_b.png');
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}
.clearfix:after {
	display:block;
	content:"";
	clear: both;
}
.a-width{
	width:100%;
	max-width:1920px;
	margin:0 auto;
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
	display: none;
}
/*End of Reset*/

/*layout*/
.header {
	height: 60px;
	width:100%;
	position: fixed;
	top:0;
	z-index: 1;
	line-height:100px;
	background-color:#333;
	box-shadow:0 1px 10px rgba(0,0,0,0.3);
	color:#fff;
}
body,html{
	/*height:100%;*/
	width:100%;
	background-color:#fff;
}
.tab_wrap-mobile,
.tab_wrap{
	padding-top:60px;
}
.container-view-m{
	width:370px;
	height:770px;
	margin:0 auto;
	position:relative;
	margin-top:50px;
}
.container-view-m img{
	width:100%;
	height:auto;
}
.container-view-m .img-frame{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
.container-view-m .img-frame img{
	width:370px;
	height:770px;
}
.container-view-m .img-con {
	width:350px;
	height:730px;
	margin:17px 10px 30px 9px;
	position:relative;
	overflow:scroll;
	border-radius:20px;
}
.container-view-m .img-con img{
	width:100%;
	height:auto;
	float:left;
}
/*.header .a-width{
	padding:0 25px;
}*/
/*.header .logo{
	width:auto;
	height:100px;
	float:left;
	position:relative;
	left:0;
	font-size:0;
	padding:30px 0 30px 50px; 
}
.header .logo img{
	width:auto;
	float:left;
	height:40px;
	z-index:999;
}*/
.content-tab{
	width:100%;
	height:60px;
	/*position:absolute;
	left:0;*/
	text-align:center;
}
.content-tab ul {
	display:inline-block;
	width:auto;
	height:60px;
	margin:0 auto;
	text-align:center;
}
.content-tab ul li{
	/* display:inline-block; */
	width:auto;
	text-align:center;
	float:left;
	height:60px;
}
.content-tab ul li div{
	/* display:inline-block; */
	width:auto;
	line-height:60px;
	text-align:center;
	float:left;
	height:60px;
	padding:0 25px;
	font-size:1rem;
	color:rgba(255,255,255,0.4);
}
.content-tab ul li:hover div {
	cursor:pointer;
	color:rgba(255,255,255,0.8)
}
.content-tab ul li.focus div{
	color:rgba(255,255,255,1) !important;
}/*
.header .callnum{
	width:auto;
	height:100px;
	position:relative;
	float:right;
	padding-right:50px;
	color:#fff;
}
.header .callnum a{
	padding-left:10px;
	color:#fff;
}*/
.mobile{
	display:none;
}
.web{
	display:block;
}
.exp{
	font-size:11px;
	color:#aaa;
	text-align:center;
	margin:20px 0;
}

@media screen and (max-width: 768px){
	/*.tab_wrap{
		display:none;
	}
	.tab_wrap-mobile{
		display:block;
	}
	.tab_wrap-mobile .tab_con img{
		width:100%;
		height:auto !important;
	}*/
	.mobile .img-con {
		width:100%;
		height:auto;
	}
	.web {
		display:none;
	}
	.mobile{
		display:block;
	}
	.tab_wrap-mobile .tab_con {
		width:100%;
		height:auto;
	}
	.tab_wrap-mobile .tab_con img{
		width:100%;
		min-width:100%;
		height:auto !important;
		float:left;
	}
}


/*테마보기 페이지 w*/
/* 레이아웃 센터 설정 */
.container-in {
	display:-webkit-flex;
	display:flex;
	min-height: 100%;
	width:100%;
}
.set-wrap{
	display:-webkit-flex;
	display:flex;
}
.container-set{
	font-size:0;
	-webkit-flex:1;
			flex:1;
}
.container-fix{
	-webkit-flex:none;
			flex:none;
	/* 이미지 width */
	width:1380px;
	background-color:rgba(0,0,0,0.1);
}
.container-fix img{
	float:left;
}
