@charset "utf-8";
/* CSS Document */

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
@media (max-width: 767px) {
.wrapper {
    max-width: 100%;
    margin: 5px;
}    
}
.container {
         max-width: 100%;
  		 padding-right: 0;
   		 padding-left: 0;
	}

.boardTableBox {
	position: relative;
}
.contentBox {
    position: relative;
    margin-top: 110px;
    min-height: 100px;
	background-color: #f0f0f0;
}
@media (max-width: 767px) {
.contentBox {
    margin-top: 52px;
}    
}

input[type="radio"], input[type="checkbox"] {
	margin: 0;
}

.swiper-button-next, .swiper-button-prev {
	display: none;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
   	z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
   display: none;
}

.overlay2 {
    position: fixed;
   	z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
   display: none;
}

/*-------------------------------*/
/*            header             */
/*-------------------------------*/
.topBox { 
	position:absolute;
	z-index: 10;
	top: 0;
    right: 0;
    left: 0;
	height: 110px;
	background-color: #fff;
    border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
.topBox { 
	height: 48px;
}
}
.topBox:after { display:block; visibility:hidden; clear:both; content:""; }

.topBox .logo img {
    width: 110px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s; 
}
.topBox .navbar {
    display: none;
}
@media (max-width: 767px) {
.topBox .logo  {
	position: relative;
	float: left;
	margin: 5px; 
}
.topBox .logo img {
    width: auto;
    height: 28px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s; 
}
.topBox .navbar {
    position: absolute;
    z-index: 10;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 42px;
    height: 38px;
    min-height: auto;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    display: block;
}
.topBox .navbar span {
    position: absolute;
    right: 10px;
    top: 45%;
    width: 22px;
    height: 4px;
    text-indent: -9999px;
    background: #000;
    visibility: visible;
    overflow: visible;
    display: block;
}
.topBox .navbar span:before, .topBox .navbar span:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    background: #000;
    border-radius: 1px;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.topBox .navbar span:before {
    left: 0;
    top: 0;
    margin-top: -8px;        
}
.topBox .navbar span:after {
    left: 0;
    bottom: 0;
    margin-bottom: -8px;
}
}
.topBoxOn {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    border-bottom: 1px solid #dedede;
    box-shadow:  #acacac 0 0 5px;
}
.topBoxOn .logo {
    margin: 10px 0 0;
}
.topBoxOn .logo img {
    width: 80px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s; 
}
@media (max-width: 767px) {
.topBoxOn {
    height: 48px;
}
.topBoxOn .logo {
    margin: 5px;
}
.topBoxOn .logo img {
    width: auto;
    height: 28px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s; 
}
}
.topInBox {
	position: relative;
	min-width: 768px;
	height: 110px;
}
@media (max-width: 767px) {
.topInBox {
	position: relative;
	width: 100%;
    min-width: auto;
	height: 48px;
}
}

.logo  {
	position: relative;
	float: left;
	margin: 17px 0 0; 
}
.mobileLogo {
    display: none;    
}
.menu-close {
    display: none;
}
@media (max-width: 767px) {
.mobileLogo {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background-color: #5e0665;
}
.mobileLogo img {
    width: 100px; 
}
.menu-close {
    position: absolute;
    top: 10px;
    right: 230px;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-indent: -9999px;
}
.menu-close span {
    position: absolute;
    right: 0;
    top: 50%;
    width: 38px;
    height: 4px;
    background: transparent;
    visibility: visible;
    overflow: visible;
    text-indent: -9999px;
    cursor: pointer;
}
.menu-close span:before, .menu-close span:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    background: #fff;
}
.menu-close span:before {
    content: "";
    top: -4px;
    width: 38px;
    margin-top: 0;
    background: #fff !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-close span:after {
    content: "";
    width: 38px;
    bottom: 4px;
    margin-bottom: 0;
    background: #fff !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}

.navbar {
    display: none;
}

ul.navTopList {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 260px;
    width: 910px;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s; 
}
ul.navTopList li {
    position: relative;
    display: inline-block;
    float: left;
    height: 70px;
    line-height: 70px;
    padding: 0 40px;
    text-align: center;
}
@media (max-width: 767px) {
ul.navTopList {
    width: 280px;
    top: 0;
    right: 0;
    left: auto;
}
ul.navTopList li {
    position: relative;
    display: block;
    float: none;
    height: 42px;
    line-height: 42px;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #dedede;
}
ul.navTopList li a {
    padding: 0 20px;
}
}

ul.navTopList a:link.navTopListLink, ul.navTopList a:visited.navTopListLink, ul.navTopList a:active.navTopListLink {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d2d2d;
    text-decoration: none;
}
ul.navTopList a:hover.navTopListLink {
    color: #2d2d2d;  
}
ul.navTopList li .navTopListLink:after {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 10px;
    z-index: 1;
    height: 4px;
    content: '';
    background-color: #963f9d;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
ul.navTopList li:hover .navTopListLink:after {
    height: 4px;
    background-color: #963f9d;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
@media (max-width: 767px) {
ul.navTopList li:hover .navTopListLink:after {
    height: 0;
    background-color: transparent;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
}
.topBoxOn ul.navTopList {
    top: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;     
}

ul.topList {
	position: relative;
	float: right;
	display: inline-block;
}
@media (max-width: 767px) {
ul.topList {
	display: none;
}
}
ul.topList li  {
	position: relative;
	display: inline-block;
	margin:   17px 10px 0;
}

ul.topList li a.topLink:link, a.topLink:visited, a.topLink:hover, a.topLink:active  {
	color: #fff;
	font-size: 16px;
}

/*-------------------------------*/
/*      mobile right nav         */
/*-------------------------------*/
@media (max-width: 767px) {
#sidebar-wrapper {
	position: fixed;
	z-index: 2000 !important;
	top: 0;
	right: 0;
	bottom: 0;
	width: 280px;
	height: 100%;
	margin-right: -280px;
	padding-bottom: 50px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	box-shadow: #666 0px 0px 10px;
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
}
#sidebar-wrapper::-webkit-scrollbar {
 display: none;
}
#sidebar-wrapper.active {
	right: 280px;
	width: 280px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
#navbar-login {
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: left;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	background-color: #414e5b;
}

#navbar {
	position: absolute;
	z-index: 2000;
	top: 0;
	right: 10px;
	margin-bottom: 0;
	padding: 1px 7px;
	min-height: auto;
	font-size: 24px !important;
	background-color: #fff;
	color: #2d2d2d;
	letter-spacing: 0em;
	border: 0;
	border-radius: 3px;
}
.sidebar-menu {
	position: fixed;
	z-index: 3000;
	top: 5px;
	right: -40px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
}
.sidebar-menu.active {
	display: block;
	right: 240px;
	font-size: 2.5em !important;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
}
a.sidebar-menu {
	font-size: 2.5em;
	color: #fff !important;
}
.topInBox #sidebar-wrapper a {
	display: block;
	color: #2d2d2d !important;
	text-decoration: none;
}
#gnb_1dul {
	border-bottom: 1px solid #dedede;
}
.gnb_1da {
	display: block;
	padding: 10px;
	border-top: 1px solid #dedede;
}
.gnb_1da.active {
	display: block;
	padding: 10px;
	border-top: 1px solid #dedede;
}
.gnb_1ad {
	display: block;
	padding: 10px;
	background: none;
	border-top: 1px solid #dedede;
}
.gnb_2dul {
	background: #f0f0f0;
}
.gnb_2da {
	padding: 10px;
	border-top: 1px solid #dedede;
}
.gnb_2da span:before {
	display: inline-block;
	margin: 0 10px 0 0;
	color: #666;
	content: '·'
}
.menuOff {
	background: url(img/open.gif) no-repeat 200px 12px;
}
.menuOn {
	background: url(img/close.gif) no-repeat 200px 12px;
}
/* 로그인 없을 경우 */
.navbar-logo {
	display: block;
	min-height: 48px;
	text-align: left;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	background-color: #99ba1b;
}
.navbar-logo img {
	width: 200px;
}
.cssmenu {
    position: relative;
	width: 280px;
    height: 100%;
}
.cssmenu > ul > li {
	position: relative;
}
.cssmenu > ul > li.active > a {
	background: #fafafa;
	color: #000;
}
.cssmenu > ul > li.has-sub > a:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 5px;
	width: 280px;
	height: 37px;
	background: url(img/open.gif) no-repeat 200px center;
}
.cssmenu > ul > li.has-sub.active > a:after {
	top: 0px;
	right: 5px;
	background: url(img/close.gif) no-repeat 200px center;
}
/* Sub menu */
.cssmenu ul ul {
	padding: 0;
	display: none;
}
.cssmenu ul ul li.odd a {
	background: #f0f0f0;
}
/* 관리자버튼박스 */

ul.adminBox {
	position: relative;
	display: block;
	/*
	width:240px;
	*/
	margin: 20px 75px !important;
	text-align: left;
}
ul.adminBox li {
	display: inline-block;
	margin: 0 2px;
}
ul.adminBox a {
	position: relative;
	padding: 7px 20px;
	background-color: #fff;
	border: 1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/pie/PIE.htc);
}
ul.adminBox a:hover {
	background-color: #f9f9f9;
}
}

/*-------------------------------*/
/*      Background Video         */
/*-------------------------------*/
#wrapper {
	z-index: 9 !important;
}
#tubular-container {
	position: absolute !important;
	z-index: 3 !important;
	top:  40px !important;
	height: 720px !important;
	padding: 0 10px !important;
	background-color: #000 !important;
    opacity: 1 !important;
}
@media (max-width: 767px) {
#tubular-container {
	top:  50px !important;
	height: 450px !important;
}    
}
#tubular-player {
	min-height: 644px !important;
	background-color: transparent !important;
}

#tubular-shield {
 background-color:  transparent !important;
}
.tubularTitle {
	position: absolute;
	z-index: 20;
	top: 200px;
	left: 50%;
	margin-left: -340px;
	font-size: 72px;
	font-weight: bold;
    line-height: 1.5;
	color:#fff;
	text-shadow: #666 0 0 10px;
	font-family: 'noto-bold', sans-serif;
}
@media (max-width: 767px) {
.tubularTitle {
	position: absolute;
	z-index: 20;
	top: 170px;
	left: 0;
    right: 0;
	margin-left: 0;
	font-size: 24px;
	font-weight: bold;
    line-height: 1.5;
	color:#fff;
	text-shadow: #666 0 0 10px;
	font-family: 'Dotum','돋움', sans-serif;
}   
}
ul.tubularList {
    position: absolute;
    z-index: 20;
    top: 500px;
    left: 50%;
    margin-left: -340px;
    font-size: 30px;
	color:#fff;
	text-shadow: #666 0 0 10px;
	font-family: 'noto-medium', sans-serif;
}
ul.tubularList li {
    display: inline-block;
    height: 72px;
    line-height: 72px;
    vertical-align: top;
}
ul.tubularList li:last-child {
    font-size: 62px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
ul.tubularList {
    position: absolute;
    z-index: 20;
    top: 300px;
    right: 0;
    left: 0;
    margin-left: 0;
    font-size: 16px;
	color:#fff;
	text-shadow: #666 0 0 10px;
	font-family: 'Dotum','돋움', sans-serif;
}
ul.tubularList li {
    height: 32px;
    line-height: 32px;
}
ul.tubularList li:last-child {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}  
}
/*-------------------------------*/
/*           Middle Link         */
/*-------------------------------*/
.middleLinkBox {
	position: absolute;
	z-index: 9999999;
    top: 0;
    right: 0;
    left: 0;
	width: 100%;
	height: 120px;
	margin: 650px 0 0;
	background-color: #5e0665;
}
@media (max-width: 767px) {
.middleLinkBox {
	height: auto;
    margin-top: 300px;
    display: none;
}    
}
.middleLinkBoxOn {
    position: fixed;
    z-index: 9999999;
    top: 70px;
    right: 0;
    left: 0;
    margin :0;
    background-color: rgba(94,6,101, 0.9);
}
ul.middleLinkList {
	position: relative;
	display: block;
	width: 1170px;
	height: 120px;
}
ul.middleLinkList li {
	position: relative;
	float: left;
	width: 16.6666666%;
	height: 120px;
	margin: 0;
	box-sizing: border-box;
}
@media (max-width: 767px) {
ul.middleLinkList {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
ul.middleLinkList li {
	position: relative;
	float: left;
	width: 16.6666666%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
}
}
ul.middleLinkList li a.middleLink:link, a.middleLink:visited, a.middleLink:active {
	position: relative;
	display: block;
	height: 120px;
	padding: 10px 0;
	font-size: 62px;
	color:#e2d4e3;
	text-decoration: none;
} 
@media (max-width: 767px) {
ul.middleLinkList li a.middleLink:link, a.middleLink:visited, a.middleLink:active {
	position: relative;
	display: block;
	height: auto;
	padding: 16px 0;
	font-size: 62px;
    vertical-align: middle;
	color:#e2d4e3;
	text-decoration: none;
    word-break: break-all;
}
ul.middleLinkList li a.middleLink span:first-child {
    display: none;
}
ul.middleLinkList li a.middleLink span:last-child {
    min-height: 42px;
    vertical-align: middle;
}
}
ul.middleLinkList li a.middleLink:hover {
	color:#fff;
	background-color: rgba(152, 65, 158, 0.6);
	text-decoration: none;
}
.middleLinkBoxOn ul.middleLinkList li a.middleLink:hover {
	color:#fff;
	background-color: rgba(152, 65, 158, 0.6);
	text-decoration: none;
}

ul.middleLinkList li a.active:link, a.active:visited, a.active:hover, a.active:active {
	position: relative;
	display: block;
	height: 120px;
	padding: 10px 0;
	font-size: 62px;
	color:#e2d4e3;
    background-color: rgba(152, 65, 158, 0.9);
}
/*
@media (max-width: 767px) {
ul.middleLinkList li a.middleLinkSelected:link, a.mmiddleLinkSelected:visited, a.mmiddleLinkSelected:hover, a.middleLinkSelected:active {
	position: relative;
	display: block;
	height: auto;
	padding: 16px 0;
	font-size: 62px;
	color:#e2d4e3;
    background-color: rgba(152, 65, 158, 0.9);
}
}
*/
.middleLinkBoxOn ul.middleLinkList li a.active:link, a.active:visited, a.active:hover, a.active:active {
	position: relative;
	display: block;
	height: 120px;
	padding: 10px 0;
	font-size: 62px;
	color:#e2d4e3;
    background-color: rgba(152, 65, 158, 0.9);
}
.pcImgBox {
    display: block;
}
.mobileImgBox {
    display: none;
}
@media (max-width: 767px) {
.pcImgBox {
    display: none;
}
.mobileImgBox {
    display: block;
}
}

/*-------------------------------*/
/*     Main heritage Box         */
/*-------------------------------*/
#heritage {
    position: absolute;
    z-index: 10;
    top: -220px;
    right: 0;
    left: 0;
}
.mainheritageBox {
	position: relative;
	display: block;
	min-width: 768px;
    margin-top: 880px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
.mainheritageBox {
	position: relative;
	display: block;
	min-width: auto;
    margin-top: 470px;
	box-sizing: border-box;
}
}
.heritageBox {
    position: relative;
	z-index: 5;
	display: block;
	width: 1170px;
    min-height: 100px;
	margin:  20px auto;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
	box-sizing: border-box;        
}
@media (max-width: 767px) {
.heritageBox {
    position: relative;
	z-index: 5;
	display: block;
	width: auto;
    min-height: 100px;
	margin:  5px;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
	box-sizing: border-box;        
}
}
.heritageTitle {
    position: relative;
    display: block;
    height: 86px;
    line-height: 86px;
    padding-left: 96px;
    text-align: center;
    font-size: 30px;
    color: #2d2d2d;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    font-family: 'noto-medium', sans-serif;
}
.heritageTitle:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 86px;
    height: 86px;
    line-height: 86px;
    margin-left: -96px;
    font-size: 72px;
    text-indent: 0;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
@media (max-width: 767px) {
.heritageTitle {
    position: relative;
    display: block;
    height: 52px;
    line-height: 52px;
    padding-left: 56px;
    text-align: center;
    font-size: 2rem;
    color: #2d2d2d;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    font-family: 'Dotum','돋움', sans-serif;
}
.heritageTitle:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin-left: -70px;
    font-size: 5rem;
    text-indent: 0;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
}
.heritageInBox {
    position: relative;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
.heritageListBox {
    position: relative;
    display: block;
    border:1px solid #dedede;
    margin-bottom: 10px;
}
.heritageListBox:last-child {
    margin-bottom: 0;
}
.heritageListBox img {
    width: 100%;
}
.heritageListBox:nth-child(1) .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    padding: 120px 40px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
.heritageListBox:nth-child(2) .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 40%;
    margin-left: -20%;
    padding: 120px 40px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}

.heritageListBox:nth-child(3) .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%;
    padding: 120px 40px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
@media (max-width: 767px) {
.heritageListBox .explainLayerBox {
    position: relative !important;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0 !important;
    display: block;
    width: auto !important;
    margin-left: 0 !important;
    padding: 20px !important;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
}
.explainTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 10px;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width: 767px) {
.explainTitle {
    padding: 10px;
    font-family: 'Dotum','돋움','Tahoma','sans-serif';
}
}
.explainContent {
    position: relative;
    display: block;
    line-height: 1.5;
    text-align: left;
    font-size: 1.4rem;
    margin-top: 40px;
}
@media (max-width: 767px) {
.explainContent {
    margin-top: 20px;
    font-family: 'Dotum','돋움','Tahoma','sans-serif';
}
}
.whiteBg {
    position: relative;
    display: block;
    margin-top: 100px;
    padding: 90px 0;
    background: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;        
}
@media (max-width: 767px) {
.whiteBg {
    margin-top: 20px;
    padding: 20px 0;       
}
}
.blackBg {
    position: relative;
    display: block;
    padding: 90px 0;
    background: #2d2d2d;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;        
}
@media (max-width: 767px) {
.blackBg {
    padding: 20px 0;       
}
}

/*-------------------------------*/
/*     Main fundamental Box      */
/*-------------------------------*/
#fundamental {
    position: absolute;
    z-index: 10;
    top: -220px;
    right: 0;
    left: 0;
}
.mainFundamentalBox {
	position: relative;
	display: block;
	width: 1170px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
.mainFundamentalBox {
	position: relative;
	display: block;
	width: auto;
	box-sizing: border-box;
}
}
.fundamentalBox {
    position: relative;
	z-index: 5;
	display: block;
	min-width: 770px;
    min-height: 100px;
	margin:  20px auto;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
	box-sizing: border-box;        
}

.fundamentalTitle {
    position: relative;
    display: block;
    height: 86px;
    line-height: 86px;
    margin-bottom: 30px;
    padding-left: 96px;
    text-align: center;
    font-size: 30px;
    color: #2d2d2d;
    font-family: 'noto-medium', sans-serif;
}
.fundamentalTitle:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 86px;
    height: 86px;
    line-height: 86px;
    margin-left: -96px;
    font-size: 72px;
    text-indent: 0;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
@media (max-width: 767px) {
.fundamentalTitle {
    position: relative;
    display: block;
    height: 46px;
    line-height: 46px;
    margin-bottom: 10px;
    padding-left: 44px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #2d2d2d;
    background-color: #fff;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
.fundamentalTitle:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-left: -75px;
    font-size: 5rem;
    text-indent: 0;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
}
.fundamentalInBox {
    position: relative;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
.fundamentalListBox {
    position: relative;
    display: block;
    border:1px solid #dedede;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
.fundamentalListBox {
    margin-bottom: 0;
}
}
.fundamentalListBox img {
    width: 100%;
}
.fundamentalText {
    display: block;
    margin: 50px 0;
    text-align: left;
}
@media (max-width: 767px) {
.fundamentalText {
    display: block;
    margin: 20px 0;
    text-align: left;
}
}
.fundamentalTextTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width: 767px) {
.fundamentalTextTitle {
    padding: 5px 20px;
    text-align: left;
    font-size: 2rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.fundamentalTextSubTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width: 767px) {
.fundamentalTextSubTitle {
    padding: 20px;
    font-size: 1.4rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.fundamentalInText {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
}
@media (max-width: 767px) {
.fundamentalInText {
    padding: 10px;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.fundamentalMiddleTitle {
    position: relative;
    display: block;
    line-height: 2;
    margin-top: 100px;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width: 767px) {
.fundamentalMiddleTitle {
    line-height: 1.5;
    margin-top: 50px;
    font-size: 2.2rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
.fundamentalMiddleTitle .FS18 {
    font-size: 1.8rem;
}
}
.fundamentalImgBox {
    position: relative;
    display: block;
    border: 1px solid #dedede;
}
.fundamentalImgBox img {
    width: 100%;
}
@media (max-width: 767px) {
#waterSeal img:first-child {
    display: none;
}
#whistlingKnob img:first-child {
    display: none;
}
}
.fundamentalLayerBox {
    position: absolute;
    z-index: 10;
    top: 175px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    min-height: 10%;
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #dedede;
    box-sizing: border-box;
    display: none;
}
@media (max-width: 767px) {
.fundamentalLayerBox {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 10%;
    padding: 0;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    display: block !important;
}
}
.fundamentalLayerLeftBox {
    position: absolute;
    z-index: 10;
    top: 30px;
    bottom: 30px;
    left: 30px;
    line-height: 1.5;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: #2d2d2d;
    box-sizing: border-box;
}
@media (max-width: 767px) {
.fundamentalLayerLeftBox {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    line-height: 1.5;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: #2d2d2d;
    box-sizing: border-box;
}
.fundamentalLayerLeftBox img {
    display: block !important;
    border: none !important;
}
}
#waterSeal .fundamentalLayerLeftBox {
    width: 317px;
}
#waterSeal .fundamentalLayerLeftBox img {
    border: 1px solid #dedede;
}
@media (max-width: 767px) {
#waterSeal .fundamentalLayerLeftBox {
    width: 100%;
}
#waterSeal .fundamentalLayerLeftBox img {
    border: none;
}
}
#whistlingKnob .fundamentalLayerLeftBox {
    width: 700px;
}
#whistlingKnob .fundamentalLayerLeftBox p {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dedede;
}
@media (max-width: 767px) {
#whistlingKnob .fundamentalLayerLeftBox {
    width: 100%;
}
#whistlingKnob .fundamentalLayerLeftBox p {
    position: relative;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    border: none;
    display: block;
}
}
.fundamentalLayerRightBox {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 30px;
    bottom: 30px;
    width: 700px;
    line-height: 1.5;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: #2d2d2d;
    box-sizing: border-box;
}
@media (max-width: 767px) {
.fundamentalLayerRightBox {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1.5;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: #2d2d2d;
    box-sizing: border-box;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
@media (max-width: 767px) {
.fundamentalLayerRightBox img {
    display: block !important;
    border: none !important;
}
}
#waterSeal .fundamentalLayerRightBox {
    width: 700px;
}
#waterSeal .fundamentalLayerRightBox p {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dedede;
}
@media (max-width: 767px) {
#waterSeal .fundamentalLayerRightBox {
    width: 100%;
}
#waterSeal .fundamentalLayerRightBox p {
    position: relative;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    border: none;
}
}
#whistlingKnob .fundamentalLayerRightBox {
    width: 317px;
}
#whistlingKnob .fundamentalLayerRightBox img {
    border: 1px solid #dedede;
}
@media (max-width: 767px) {
#whistlingKnob .fundamentalLayerRightBox {
    width: 100%;
}
#whistlingKnob .fundamentalLayerRightBox img {
    border: none;
}
}

/*-------------------------------*/
/*     Main creative Box         */
/*-------------------------------*/
#creative {
    position: absolute;
    z-index: 10;
    top: -220px;
    right: 0;
    left: 0;
}
.mainCreativeBox {
	position: relative;
	display: block;
	width: 1170px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
.mainCreativeBox {
	width: auto;
}
.mainCreativeBox.MT50 {
    margin-top: 20px !important;        
}
}
.creativeBox {
    position: relative;
	z-index: 5;
	display: block;
	min-width: 770px;
    min-height: 100px;
	margin:  20px auto;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
	box-sizing: border-box;        
}
.creativeTitle {
    position: relative;
    display: block;
    height: 46px;
    line-height: 46px;
    padding-right: 190px;
    text-align: center;
    font-size: 30px;
    color: #2d2d2d;
    font-family: 'noto-medium', sans-serif;
}
.creativeTitle:after {
    position: absolute;
    top: 0;
    right: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-right: -45px;
    font-size: 5rem;
    text-indent: 0;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
@media (max-width: 767px) {
.creativeTitle {
    position: relative;
    display: block;
    height: 46px;
    line-height: 46px;
    padding-right: 140px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #2d2d2d;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
.creativeTitle:after {
    position: absolute;
    top: 0;
    right: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-right: -50px;
    font-size: 5rem;
    text-indent: 0;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
}
.creativeInBox {
    position: relative;
    display: block;
    padding: 0;
    box-sizing: border-box;
}
@media (max-width: 767px) {
.creativeInBox.MT50 {
    margin-top: 20px !important;
}
.creativeInBox video {
    width: 100% !important;
}
}
.creativeListBox {
    position: relative;
    display: block;
    margin-top: 50px;
    border:1px solid #dedede;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
.creativeListBox {
    margin-top: 20px !important;
}
}
.creativeListBox img {
    width: 100%;
}
.creativeText {
    display: block;
    margin: 50px 0;
    text-align: left;
}
@media (max-width: 767px) {
.creativeText {
    margin: 20px 0;
}
}
.creativeTextTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width: 767px) {
.creativeTextTitle {
    font-size: 2rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.creativeTextSubTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width: 767px) {
.creativeTextSubTitle {
    font-size: 1.4rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.creativeInText {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
}
@media (max-width: 767px) {
.creativeInText {
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.creativeMiddleTitle {
    position: relative;
    display: block;
    line-height: 2;
    margin-top: 100px;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
.creativeImgBox {
    position: relative;
    display: block;
    border: 1px solid #dedede;
}
.creativeImgBox img {
    width: 100%;
}
.creativeLayerBox {
    position: absolute;
    z-index: 10;
    right: 30px;
    bottom: 30px;
    left: 30px;
    min-height: 10%;
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.creativeLayerListBox {
    position: relative;
    display: block;
    margin-top: 50px;
    border:1px solid #dedede;
    margin-bottom: 10px;
    text-align: right;
}
@media (max-width: 767px) {
.creativeLayerListBox {
    margin-top: 20px;
}
}
.creativeLayerListBox img {
    width: 100%;
}
#creative01 .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%;
    padding: 120px 40px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
@media (max-width: 767px) {
#creative01 .explainLayerBox {
    position: relative;
    width: 100%;
    padding: 20px;
}
}
#creative02 img {
    width: 80%;
}
#creative02 .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    padding: 120px 40px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
@media (max-width: 767px) {
#creative02 img {
    width: 100%;
}
#creative02 .explainLayerBox {
    position: relative;
    width: 100%;
    padding: 20px;
}
}
#creative03 img {
    width: 80%;
}
#creative03 .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    padding: 120px 40px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
@media (max-width: 767px) {
#creative03 img {
    width: 100%;
}
#creative03 .explainLayerBox {
    position: relative;
    width: 100%;
    padding: 20px;
}
}
#creative04 {
    text-align: left;
}
#creative04 img {
    width: 60%;
}
#creative04 .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%;
    padding: 70px 40px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
@media (max-width: 767px) {
#creative04 img {
    width: 100%;
}
#creative04 .explainLayerBox {
    position: relative;
    width: 100%;
    padding: 20px;
}
}
#creative05 {
    height: 600px;
    text-align: left;
    overflow: hidden;
}
#creative05 img {
    width: 60%;
}
#creative05 .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 65%;
    padding: 20px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
#creative05 .explainLayerBox img {
    width: 100%;
}
@media (max-width: 767px) {
#creative05 {
    height: auto;
    text-align: left;
    overflow:visible;
}
#creative05 img {
    width: 100%;
}
#creative05 .explainLayerBox {
    position: relative;
    width: 100%;
}
}

/*-------------------------------*/
/*     Main detail Box           */
/*-------------------------------*/
#detail {
    position: absolute;
    z-index: 10;
    top: -220px;
    right: 0;
    left: 0;
}
.mainDetailBox {
    position: relative;
    display: block;
    width: 1170px;
    box-sizing: border-box;        
}
@media (max-width: 767px) {
.mainDetailBox {
    width: auto;      
}
}
.detailTitle {
    position: relative;
    display: block;
    height: 86px;
    line-height: 86px;
    margin-bottom: 30px;
    padding-left: 96px;
    text-align: center;
    font-size: 30px;
    color: #2d2d2d;
    font-family: 'noto-medium', sans-serif;
}
.detailTitle:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 86px;
    height: 86px;
    line-height: 86px;
    margin-left: -96px;
    font-size: 72px;
    text-indent: 0;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
@media (max-width: 767px) {
.detailTitle {
    height: 52px;
    line-height: 52px;
    margin-bottom: 30px;
    padding-left: 50px;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
.detailTitle:before {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin-left: -65px;
    font-size: 5rem;
}
}
.detailInBox {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.detailListBox {
    position: relative;
    display: block;
    border:1px solid #dedede;
    margin-bottom: 10px;
}
.detailListBox img {
    width: 100%;
}
.detailMiddleTitle {
    position: relative;
    display: block;
    line-height: 2;
    margin-top: 100px;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width: 767px) {
.detailMiddleTitle {
    margin-top: 30px;
    font-size: 2rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
.detailMiddleTitle .FS18 {
    font-size: 1.4rem;
}
}
.detailText {
    display: block;
    margin: 50px 0;
    text-align: left;
}
@media (max-width: 767px) {
.detailText {
    margin: 20px 0;
}
}
.detailTextTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width: 767px) {
.detailTextTitle {
    padding: 10px 20px;
    font-size: 2rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.detailTextSubTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width: 767px) {
.detailTextSubTitle {
    font-size: 1.4rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.detailInText {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
}
@media (max-width: 767px) {
.detailInText {
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.detailListBox {
    position: relative;
    display: block;
    margin-top: 50px;
    border:1px solid #dedede;
    margin-bottom: 10px;
}
.detailListBox img {
    width: 100%;
}
@media (max-width: 767px) {
.detailListBox {
    margin-top: 20px;
}
}
.detailInBox .detailListBox {
    margin-top: 0;
}
#detail01 {
    text-align: left;
}
#detail01 img {
    width: 70%;
}
#detail01 .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%;
    padding: 120px 40px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
@media (max-width: 767px) {
#detail01 img {
    width: 100%;
}
#detail01 .explainLayerBox {
    position: relative;
    width: 100%;
    padding: 20px;
}
}
#detail02 {
    text-align: right;
}
#detail02 img {
    width: 100%;
}
#detail02 .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    padding: 120px 40px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
@media (max-width: 767px) {
#detail02 .explainLayerBox {
    position: relative;
    width: 100%;
    padding: 20px;
}
}
#detail03 {
    text-align: left;
}
#detail03 img {
    width: 80%;
}
#detail03 .explainLayerBox {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%;
    padding: 120px 40px;
    text-align: left;
    color: #2d2d2d;
    background-color: #fff;
    box-sizing: border-box;
}
@media (max-width: 767px) {
#detail03 img {
    width: 100%;
}
#detail03 .explainLayerBox {
    position: relative;
    width: 100%;
    padding: 20px;
}
}

/*-------------------------------*/
/*   Main cookware lineup Box    */
/*-------------------------------*/
#cookware {
    position: absolute;
    z-index: 10;
    top: -220px;
    right: 0;
    left: 0;
}
.mainCookwareBox {
    position: relative;
    display: block;
    width: 1170px;
    box-sizing: border-box;        
}
@media (max-width:767px) {
.mainCookwareBox {
    width: auto;     
}    
}
.cookwareBox {
    position: relative;
	z-index: 5;
	display: block;
	min-width: 770px;
    min-height: 100px;
	margin:  20px auto;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
	box-sizing: border-box;        
}

.cookwareTitle {
    position: relative;
    display: block;
    height: 86px;
    line-height: 86px;
    margin-bottom: 30px;
    padding-left: 120px;
    text-align: center;
    font-size: 30px;
    color: #e3e3e3;
    font-family: 'noto-medium', sans-serif;
}
.cookwareTitle:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 86px;
    height: 86px;
    line-height: 86px;
    margin-left: -120px;
    font-size: 72px;
    color: #e3e3e3;
    text-indent: 0;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
@media (max-width:767px) {
.cookwareTitle {
    height: 52px;
    line-height: 52px;
    margin-bottom: 30px;
    padding-left: 50px;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
.cookwareTitle:before {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin-left: -90px;
    font-size: 5rem;
}    
}
.cookwareInBox {
    position: relative;
    display: block;
    box-sizing: border-box;
}
#royalSet.cookwareListBox {
    position: relative;
    display: block;
    background-color: #fefefe;
    border:1px solid #dedede;
    margin-bottom: 10px;
}
#queenSet.cookwareListBox {
    position: relative;
    display: block;
    margin-top: 30px;
    background-color: #faf8f9;
    border:1px solid #dedede;
    margin-bottom: 10px;
}
@media (max-width:767px) {
#royalSet.cookwareListBox {
    position: relative;
    display: block;
    background-color: #fefefe;
    border:1px solid #dedede;
    margin-bottom: 10px;
}
#queenSet.cookwareListBox {
    position: relative;
    display: block;
    margin-top: 50px;
    background-color: #fff;
    border:1px solid #dedede;
    margin-bottom: 10px;
}   
}
.cookwareListBox .buyBtn {
    position: relative;
    width: auto;
    margin-bottom: 50px;
    padding: 10px 100px;
}
@media (max-width:767px) {
.cookwareListBox .buyBtn {
    margin-bottom: 50px;
    padding: 10px 50px;
    font-size: 1.5rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}  
}
.cookwareInTitle {
    position: relative;
    display: block;
    margin: 70px 0 0;
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    color: #797979;
    font-family: 'noto', sans-serif;
}
@media (max-width:767px) {
.cookwareInTitle {
    margin: 30px 0 0;
    font-size: 2rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.cookwareListBox img {
    width: 100%;
}
.cookwareInText {
    position: relative;
    display: block;
    line-height: 1.5;
    margin: 50px 0;
    font-size: 2.5rem;
    color: #000;
    font-family: 'noto', sans-serif;
}
@media (max-width:767px) {
.cookwareInText {
    margin: 0;
    font-size: 1.6rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.contentTabBox {
    position: relative;
    display: block;
    min-height: 100px;
    margin-top: 50px;
    padding: 50px;
    background-color: #fff;
    box-sizing: border-box;
}
@media (max-width:767px) {
.contentTabBox {
    display: none;
}
}
.contentTabBox:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.contentTabInBox {
    position: relative;
    float: left;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;    
}
ul.contentTabs {
    position: relative;
    display: block;
}
ul.contentTabs li {
    text-align: right;
}
ul.contentTabs a.tabBtn:link, ul.contentTabs a.tabBtn:visited, ul.contentTabs a.tabBtn:active {
    display: block;
    min-width: 80px;
    height: 38px;
    line-height: 38px;
    font-size: 2rem;
    color: #d4d4d4;
    text-decoration: none;
    font-family: 'noto-bold', sans-serif;
}
ul.contentTabs a.tabBtn:hover {
    padding: 0;
    background-color: transparent;
} 
ul.contentTabs a.tabSelected:link, ul.contentTabs a.tabSelected:visited, ul.contentTabs a.tabSelected:active {
    min-width: 80px;
    height: 38px;
    line-height: 38px;
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    font-family: 'noto-bold', sans-serif;
}
ul.contentTabs a.tabSelected:hover {
    padding: 0;
    background-color: transparent;
}
.tabContainer {
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 370px;
    padding: 10px;
    box-sizing: border-box;
}
.tabContent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}
ul.contentTabs2 {
    position: relative;
    display: block;
}
ul.contentTabs2 li {
    text-align: right;
}
ul.contentTabs2 a.tabBtn:link, ul.contentTabs2 a.tabBtn:visited, ul.contentTabs2 a.tabBtn:active {
    display: block;
    min-width: 80px;
    height: 48px;
    line-height: 48px;
    font-size: 2rem;
    color: #d4d4d4;
    text-decoration: none;
    font-family: 'noto-bold', sans-serif;
}
ul.contentTabs2 a.tabBtn:hover {
    
} 
ul.contentTabs2 a.tabSelected:link, ul.contentTabs2 a.tabSelected:visited, ul.contentTabs2 a.tabSelected:active {
    min-width: 80px;
    height: 48px;
    line-height: 48px;
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    font-family: 'noto-bold', sans-serif;
}
ul.contentTabs2 a.tabSelected:hover {
    padding: 0;
    background-color: transparent;
}
.tabContainer2 {
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 370px;
    padding: 10px;
    box-sizing: border-box;
}
.tabContent2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}
.leftImgBox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40%;
    padding: 10px;
    vertical-align: middle;
    box-sizing: border-box;
}
.leftImgBox img {
    width: 100%;
    margin-top: 120px;
    
}
ul.thumImgList {
    position: relative;
    display: block;
    margin-top: 10px;
}
ul.thumImgList li {
    position: relative;
    float: left;
    display: inline-block;
    width: 50%;
}
ul.thumImgList li img {
    width: 100%;
    margin-top: 0;
}
.leftImgBox .imgExText {
    position: absolute;
    z-index: 20;
    top: 80px;
    right: 10px;
    padding: 5px 20px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #43484e;
    font-family: 'noto',sans-serif;
}
#tab2 .leftImgBox .imgExText {
    top: 60px; 
} 
.buyBtn {
    position: relative;
    display: block;
    width: 90%;
    margin: 50px auto 0;
    padding: 10px 0;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background-color: #536782;
    border-radius: 32px;
    font-family: 'noto-bold', sans-serif;
}
.rightExplainBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    line-height: 1.5;
    padding: 10px 20px;
    text-align: left;
    box-sizing: border-box;
    overflow-y: auto;
}
.cookwareExplainTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    margin-top: 50px;
    font-size: 1.5rem;
    font-family: 'noto', sans-serif;
}
@media (max-width:767px) {
.cookwareExplainTitle {
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
#tab3 .cookwareExplainTitle {
    margin-top: 100px;
}
#tab10 .cookwareExplainTitle {
    margin-top: 0;
}
#tab11 .cookwareExplainTitle {
    margin-top: 0;
}
#tab12 .cookwareExplainTitle {
    margin-top: 0;
}
.cookwareExplainBox {
    position: relative;
    direction: block;
    margin-top: 50px;
}
.cookwareExplainBox img {
    width: 80%;
    margin-top: 50px;
}
.tabContainer2 .leftImgBox .imgExText {
    top: 40px;
}
.tabContainer2 .leftImgBox img {
    margin-top: 100px;
}
.tabContent2 .cookwareExplainTitle {
    margin-top: 0;
}
#tab1a.tabContent2 .cookwareExplainTitle {
    margin-top: 50px;
}
#tab4a.tabContent2 .cookwareExplainTitle {
    margin-top: 50px;
}
#tab6a.tabContent2 .cookwareExplainTitle {
    margin-top: 50px;
}
#tab9a.tabContent2 .cookwareExplainTitle {
    margin-top: 50px;
}
.tabContent2 .buyBtn {
    margin-top: 20px; 
}
.tabContainer2 .cookwareExplainBox {
    margin-top: 20px;
} 
.tabContainer2 .cookwareExplainBox img {
    width: 40%;
    margin-top: 0;
}
.tabContainer2 #tab7a.tabContent2 .cookwareExplainBox img {
    width: 60%;
    margin-top: 20px;
}
.tabContainer2 #tab8a.tabContent2 .cookwareExplainBox img {
    width: 60%;
    margin-top: 20px;
}
#optionItem.cookwareListBox {
    position: relative;
    display: block;
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #dedede;
    margin-bottom: 10px;
}
#optionItem.cookwareListBox:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#optionItem img {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}
#optionItem .cookwareInText {
    position: relative;
    float: right;
    width: 50%;
    margin-top: 70px;
    text-align: left;
    font-size: 1.5rem;
}
#optionItem .buyBtn {
    display: inline-block;
    text-align: left;
}
@media (max-width: 767px) {
#optionItem .buyBtn {
    display: block;
    text-align: center;
}    
}

/* 모바일 cookware 라인업 */
.contentAccordionBox {
    display: none;
}
@media (max-width:767px) {
.contentAccordionBox {
    position: relative;
    display: block;
    margin-top: 20px 
}
.contentAccordion {
    position: relative;
    display: block;
    text-align: left;
}
.contentAccordion a:link, .contentAccordion a:visited, .contentAccordion a:hover, .contentAccordion a:active {
    position: relative;
    display: block;
    text-align: left;
    margin: 2px; 
    padding:15px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
    background-color: #f9f9f9;
    text-decoration: none;
}
@media (max-width:767px) {
.contentAccordion a:link, .contentAccordion a:visited, .contentAccordion a:hover, .contentAccordion a:active {
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.accordionContainer {
    position: relative;
    display: block;
    margin: 0 2px;
    background-color: #fff;
}
.accordionContainer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.accordionContainer .leftImgBox {
    position: relative;
    display: block;
    width: auto;
}
.accordionContainer .leftImgBox .imgExText {
    top: 20px;        
}
.accordionContainer .leftImgBox img {
    margin-top: 50px;
}
.accordionContainer:last-child .leftImgBox img {
    margin-top: 0;
}
.accordionContainer .rightExplainBox {
    position: relative;
    display: block;
    margin: 20px auto 0;
    width: auto;
}
.accordionContainer:last-child .rightExplainBox img {
    width: 60%;
    display: block;
    margin-top: 20px;
} 
.buyBtn {
    width: auto;
    margin: 20px auto 0;
    padding: 10px 50px;
    font-size: 1.5rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
.cookwareExplainTitle {
    margin-top: 0;        
}
.cookwareExplainBox {
    margin-top: 20px;
}
.contentAccordion2 {
    position: relative;
    display: block;
    text-align: left;
}
.contentAccordion2 a:link, .contentAccordion2 a:visited, .contentAccordion2 a:hover, .contentAccordion2 a:active {
    position: relative;
    display: block;
    text-align: left;
    margin: 2px; 
    padding:15px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
    background-color: #f9f9f9;
    text-decoration: none;
}
@media (max-width:767px) {
.contentAccordion2 a:link, .contentAccordion2 a:visited, .contentAccordion2 a:hover, .contentAccordion2 a:active {
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.accordionContainer2 {
    position: relative;
    display: block;
    margin: 0 2px;
    background-color: #fff;
}
.accordionContainer2:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.accordionContainer2 .leftImgBox {
    position: relative;
    display: block;
    width: auto;
}
.accordionContainer2 .leftImgBox .imgExText {
    top: 20px;        
}
.accordionContainer2 .leftImgBox img {
    margin-top: 50px;
}

.accordionContainer2 .rightExplainBox {
    position: relative;
    display: block;
    margin: 20px auto 0;
    width: auto;
}
#optionItem.cookwareListBox {
    margin-top: 20px;
}
#optionItem img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
#optionItem .cookwareInText {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 10px;
    box-sizing: border-box;
}
}

/*-------------------------------*/
/*     Main chamber Box          */
/*-------------------------------*/
#chamber {
    position: absolute;
    z-index: 10;
    top: -220px;
    right: 0;
    left: 0;
}
.mainChamberBox {
	position: relative;
	display: block;
	width: 1170px;
	box-sizing: border-box;
}
@media (max-width:767px) {
.mainChamberBox {
	width: auto;
}
.mainChamberBox.MT50 {
    margin-top: 20px !important;
}
}
.chamberBox {
    position: relative;
	z-index: 5;
	display: block;
	min-width: 770px;
    min-height: 100px;
	margin:  20px auto;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
	box-sizing: border-box;        
}

.chamberTitle {
    position: relative;
    display: block;
    height: 86px;
    line-height: 86px;
    padding-left: 82px;
    text-align: center;
    font-size: 30px;
    color: #2d2d2d;
    font-family: 'noto-medium', sans-serif;
}
.chamberTitle:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 86px;
    height: 86px;
    line-height: 86px;
    margin-left: -82px;
    font-size: 72px;
    text-indent: 0;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
@media (max-width:767px) {
.chamberTitle {
    height: 52px;
    line-height: 52px;
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
.chamberTitle:before {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin-left: -60px;
    font-size: 5rem;
}
}
.chamberInBox {
    position: relative;
    display: block;
    padding: 0;
    box-sizing: border-box;
}
@media (max-width:767px) {
.chamberInBox.MT50 {
    margin-top: 20px;
}
}
.chamberListBox {
    position: relative;
    display: block;
    border:1px solid #dedede;
    margin-bottom: 10px;
}
.chamberListBox img {
    width: 100%;
}
.chamberText {
    display: block;
    margin: 50px 0;
    text-align: left;
}
@media (max-width:767px) {
.chamberText {
    margin: 20px 0;
}
}
.chamberTextTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width:767px) {
.chamberTextTitle {
    font-size: 2rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.chamberTextSubTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width:767px) {
.chamberTextSubTitle {
    font-size: 1.4rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.chamberInText {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
}
ul.chamberList {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
ul.chamberList:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
ul.chamberList li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
}
ul.chamberList li img {
    width: 100%;
}
ul.chamberList li:last-child {
    padding: 25px 60px 0;
    box-sizing: border-box;
}
@media (max-width:767px) {
ul.chamberList li {
    display: block;
    float: none;
    width: 100%;
}
ul.chamberList li img {
    width: 100%;
}
ul.chamberList li:last-child {
    padding: 20px 10px;
    box-sizing: border-box;
}
}
.chamberListTitle {
    position: relative;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'noto', sans-serif;
}
@media (max-width:767px) {
.chamberListTitle {
    padding: 20px 0;
    text-align: left;
}
}
.chamberListExplain {
    position: relative;
    display: block;
    margin-top: 20px;
    line-height: 1.5;
}

/*-------------------------------*/
/*     Main event Box            */
/*-------------------------------*/
.mainEventBox {
    position: relative;
	display: block;
	width: 1170px;
	box-sizing: border-box;
}
@media (max-width:767px) {
.mainEventBox {
	width: auto;
}
}
.eventInText {
    position: relative;
    display: block;
    line-height: 1.5;
    margin: 50px 0;
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    font-family: 'noto', sans-serif;
}
@media (max-width:767px) {
.eventInText {
    margin: 20px;
    font-size: 1.7rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}
.eventListBox {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.eventListBox img {
    width: 100%;
}
.eventListBox .buyBtn {
    position: relative;
    width: auto;
    margin-bottom: 50px;
    padding: 10px 100px;
    font-size: 1.5rem;
}
@media (max-width:767px) {
.eventListBox .buyBtn {
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 1.5rem;
    font-family: 'Dotum','돋움','tahoma', sans-serif;
}
}

/*-------------------------------*/
/*     Main location Box         */
/*-------------------------------*/

.mainLocationBox {
    position: relative;
	display: block;
	width: 1170px;
    margin: 50px auto;
    padding: 50px 80px;
    background-color: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
@media (max-width:767px) {
.mainLocationBox {
	width: auto;
    margin: 20px 5px;
    padding: 10px;
    box-sizing: border-box;
}
}
.locationTitle {
    position: relative;
    display: block;
    height: 86px;
    line-height: 86px;
    padding-left: 112px;
    text-align: center;
    font-size: 2.5rem;
    color: #2d2d2d;
    font-family: 'noto-medium', sans-serif;
}
.locationTitle:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 86px;
    height: 86px;
    line-height: 86px;
    margin-left: -112px;
    font-size: 72px;
    text-indent: 0;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
@media (max-width:767px) {
.locationTitle {
    height: 52px;
    line-height: 52px;
    padding-left: 10px;
    text-align: center;
    font-size: 2rem;
}
.locationTitle:before {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin-left: -112px;
    font-size: 50px;
}
}
.locationArea {
    position: relative;
    display: block;
}
.locationArea iframe {
    width: 100% !important;    
}
@media (max-width:767px) {
.locationArea {
    position: relative;
    display: block;
    margin-top: 20px;
}
.locationArea iframe {
    width: 100%;    
}
}
.locationAddressBox {
    position: relative;
    display: block;
    line-height: 1.5;
    margin: 30px auto;
    font-size: 2rem;
    font-weight: bold;
}
@media (max-width:767px) {
.locationAddressBox {
    font-size: 1.5rem;
}
}

/*-------------------------------*/
/*    Main online shop Box       */
/*-------------------------------*/
.mainonlineShopBox {
    position: relative;
	display: block;
	width: 1170px;
	box-sizing: border-box;    
}
@media (max-width:767px) {
.mainonlineShopBox {
	width: auto;  
}
}
.onlineShopListBox {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.onlineShopListBox img {
    width: 100%;
}
.onlineShopInText {
    position: relative;
    display: block;
    line-height: 1.5;
    margin: 50px 0;
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    font-family: 'noto', sans-serif;
}
@media (max-width:767px) {
.onlineShopInText {
    margin: 20px;
    font-size: 1.7rem;
    font-family: 'Dotum','돋움', sans-serif;
}
}
.onlineShopListBox .buyBtn {
    position: relative;
    width: auto;
    margin-bottom: 50px;
    padding: 10px 100px;
    font-size: 1.5rem;
}

/*-------------------------------*/
/*          Sub Pages            */
/*-------------------------------*/
.subTitleBox {
    position: relative;
    display: block;
    height: 100px;
    line-height: 100px;
    color: #fff;
    background-color: #5e0665;
}
@media (max-width:767px) {
.subTitleBox {
    margin: 5px;
    margin-bottom: 0;
}
}
.subTitleInBox {
    position: relative;
    display: block;
    width: 1170px;
    margin: 0 auto;
    text-align: left;
}
@media (max-width:767px) {
.subTitleInBox {
    width: auto;
}
}
.subTitle {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}
@media (max-width:767px) {
.subTitle {
    display: block;
    text-align: center;
    font-size: 2rem;
}
}
.titleEx {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    font-size: 1.5rem;
    font-weight: normal;
    color: #fef3ff;
}
@media (max-width:767px) {
.titleEx {
    display: none;
}
}
.pageContentBox {
    position: relative;
    min-height: 100px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}
@media (max-width:767px) {
.pageContentBox {
    margin: 5px;
    padding: 0;
}
}
.pageContainer {
    position:relative;
    display: block;
    width: 1170px;
    min-height: 300px;
    margin: 0;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;    
}
@media (max-width:767px) {
.pageContainer {
    width: auto;   
}
}
.pageContainer #privacyTextarea {
    display: block;
    padding: 5px;
    width: 100%;
    height: 230px;
    border: 1px solid #e9e9e9;
    background: #f7f7f7;
    line-height: 20px;
}
.agreeBox {
    position: relative;
    display: block;
    padding: 10px 0 0;
    text-align: right;
}
.agreeBox label {
    display: inline-block;
    margin-right: 5px;
}
/* company */
.companyLogoBox {
    position: relative;
    display: block;
    width: 1170px;
    margin: 20px 0;
    padding: 50px;
    background-color: #fff;
    border:1px solid #dedede;
    box-sizing: border-box;
}
@media (max-width:767px) {
.companyLogoBox {
    width: auto;
    margin: 0;
    padding: 10px;
}
}
.companyLogoBox img {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}
@media (max-width:767px) {
.companyLogoBox img {
    width: 100%;
}
}
.companyExBox {
    position: relative;
    display: block;
    padding: 40px 20px;
    line-height: 2;
    font-size: 2rem;
    font-family: 'noto', sans-serif;
}
@media (max-width:767px) {
.companyExBox {
    position: relative;
    display: block;
    padding: 20px;
    line-height: 1.5;
    font-size: 1.5rem;
    font-family: 'Dotum','돋움', sans-serif;
}
.companyExBox .FS32 {
    font-size: 20px;
}
.companyExBox .FS28 {
    font-size: 18px;
}
}
.companyExBox span {
    position: relative;
    display: block;
}
.companyContentBox {
    position: relative;
    display: block;
    width: 1170px;
    margin: 20px 0;
    padding: 30px;
    background-color: #fff;
    border:1px solid #dedede;
    box-sizing: border-box;
}
@media (max-width:767px) {
.companyContentBox {
    width: auto;
    padding: 10px;
}
}
.companyContentBox:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.companyContentInBox {
    position: relative;
    float: left;
    display: inline-block;
    width: 50%;
    line-height: 1.5;
    padding: 20px 40px 20px 20px;
}
@media (max-width:767px) {
.companyContentInBox {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 10px;
}
.companyContentInBox .FFN {
    font-family: 'Dotum','돋움','tahoma', sans-serif;    
}
}
.companyContentInBox span {
    display: inline-block;
}
.companyContentInImgBox {
    position: relative;
    float: right;
    display: inline-block;
    width: 50%;
}
@media (max-width:767px) {
.companyContentInImgBox {
    position: relative;
    float: none;
    display: block;
    width: 100%;
}
}
.companyContentInImgBox img {
    width: 100%;
}
#company02 .companyContentInBox {
    float: right;
    padding: 20px 20px 20px 40px;
}
#company02 .companyContentInImgBox {
    float: left;
}
@media (max-width:767px) {
#company02 .companyContentInBox {
    float: none;
    padding: 10px;
}
#company02 .companyContentInImgBox {
    float: none;
}
}
#company04 .companyContentInBox {
    float: right;
    padding: 20px 20px 20px 40px;
}
#company04 .companyContentInImgBox {
    float: left;
}
@media (max-width:767px) {
#company04 .companyContentInBox {
    float: none;
    padding: 10px;
}
#company04 .companyContentInImgBox {
    float: none;
}
}
.historyTitle {
    position: relative;
    display: block;
    padding-bottom: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #dedede;
    font-family: 'noto', sans-serif;
    cursor: pointer;
}
@media (max-width:767px) {
.historyTitle {
    padding: 20px 0;
}
}
.historyTitle span {
    position: absolute;
    display: block;
    left: 50%;
    top: -5px;
    width: 1px;
    height: 25px;
    margin-left: 160px;
    background: #5e0665;
    visibility: visible;
    overflow: visible;    
    animation-name:history;
    animation-timing-function:linear;
    animation-duration:1s;
    animation-iteration-count:infinite;
}
@keyframes history {
    0%   {top: -5px;}
    50%  {top: 5px;}
    100% {top: -5px;}
}
@media (max-width:767px) {
.historyTitle span {
    z-index:10;
    top: 50px;
    margin-left: 0;
}
@keyframes history {
    0%   {top: 50px;}
    50%  {top: 60px;}
    100% {top: 50px;}
}
}
.historyTitle span:before, .historyTitle span:after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #5e0665;
}
.historyTitle span:before {
    left: -4px;
    bottom: 0.5px;
    margin-bottom: -3px;
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
}
.historyTitle span:after {
    right: -4px;
    bottom: 0.5px;
    margin-bottom: -3px;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

ul.historyList {
    position: relative;
    width: 65%;
    margin: 50px auto;
    border-left: 2px solid #f0f0f0;
    display: none;
}
ul.historyList li {
    position: relative;
    line-height: 1.7;
    margin: 20px 0;
    padding-left: 100px;
    box-sizing: border-box;
}
ul.historyList li:before {
    position: absolute;
    z-index: 10;
    top: 9px;
    left: -8px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 2px solid #934399;
    border-radius: 50%;
    content: "";
}
ul.historyList li:after {
    position: absolute;
    z-index: 10;
    top: 17px;
    left: 10px;
    width: 80px;
    height: 0;
    border-top: 1px dashed #dedede;
    content: "";
}
ul.historyList li span {
    display: block;
    text-align: left;
    font-size: 1.6rem;
}
@media (max-width:767px) {
ul.historyList {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    border-left: none;
}
ul.historyList li {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 0;
}
ul.historyList li:before {
    display: none;
}
ul.historyList li:after {
    display: none;
}
}
.historyYear {
    font-size: 2.2rem !important;
    color: #9c50a2;
    font-weight: bold;
    font-family: 'roboto', sans-serif;
}
.historyLocationBox {
    position: relative;
    display: block;
    margin-top: -1px;
    padding: 20px;
    line-height: 2;
    text-align: left;
    font-size: 1.6rem;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
}

/* 유저 가이드 */
.guideTabBox { 
	position:relative; 
	display: block;
	height:48px; 
	line-height:48px;
	margin-top: 10px;
	border-bottom:1px solid #d6d6d6;
}
@media (max-width:767px) {
.guideTabBox { 
	display: none;
}
}
.guideTabBox:after {
    display:block;
    visibility:hidden;
    clear:both;
    content:""
}

.guideTabBox ul { 
    position:relative;
    z-index: 10;
    width:auto; 
    height:48px; 
    text-align:left; 
    margin-left:0px !important;
    padding: 0;
}
.guideTabBox li { 
    display:inline-block; 
    height:48px; 
    line-height:48px;
    margin-left: -6px;
    text-align:center; 
    color:#2d2d2d;  
}
.guideTabBox li:first-child {
    margin-left: 0;
}
.guideTabBox a.guideBtn:link,.guideTabBox a.guideBtn:visited,.guideTabBox a.guideBtn:active {  
	float:left; 
	display:inline-block; 
	min-width:150px; 
	height:48px; 
	line-height:48px;
	margin-left: 0;
	padding: 0 20px;
	text-align:center; 
	font-size:14px; 
	color:#cfcfcf;
	text-decoration:none; 
	background-color:#f9f9f9;
    border: 1px solid #d6d6d6;
}
.guideTabBox a.guideSelected:link,.guideTabBox a.guideSelected:visited,.guideTabBox a.guideSelected:active { 
	float:left; 
	display:inline-block; 
	min-width:150px; 
	height:48px; 
	line-height:48px;
	margin-left: 0px;
	padding: 0 20px;
	text-align:center; 
	font-size:14px; 
	color:#2d2d2d;
    font-weight: bold;
	text-decoration:none; 
	background-color:#fff !important;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #dedede;
}
.guideContainer { 
    position:relative;
    display: block;
    margin-top: -1px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
@media (max-width:767px) {
.guideContainer {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}
}
.guideContent {
    position: relative;
    margin:0;
    padding: 20px;
    margin-bottom: 15px;
}
@media (max-width:767px) {
.guideContent {
    display: block !important;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dedede;
}
}
.mGuideTitle {
    display: none;
}
@media (max-width:767px) {
.mGuideTitle {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
}
.guideContentTitle {
    position: relative;
    display: block;
    line-height: 1.5;
    margin-top: 20px;
    padding: 5px 30px;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    background-color: #f9f9f9;
    border: 1px solid #f0f0f0;
    border-radius: 52px;
}
@media (max-width:767px) {
.guideContentTitle {
    padding: 5px 10px;
    border-radius: 5px;
}
}
.guideContentBox {
    position: relative;
    display: block;
    margin: 20px;
    text-align: left;
}
@media (max-width:767px) {
.guideContentBox {
    margin: 10px;
}
}
.guideContentBox:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.contentLeftInBox {
    position: relative;
    float: left;
    width: 50%;    
}
.contentRightInBox {
    position: relative;
    float: right;
    width: 50%;
}
.contentRightInBox img {
    width: 100%;
    padding-left: 5%;
}
@media (max-width:767px) {
.contentLeftInBox {
    position: relative;
    float: none;
    width: 100%;    
}
.contentRightInBox {
    position: relative;
    float: none;
    width: 100%;
}
.contentRightInBox img {
    width: 100%;
    padding-left: 0;
}
}
.guideEx {
    position: relative;
    display: block;
    min-height: 48px;
    padding: 0;
    color: #fff;
    background-color: #fff;
    box-sizing: border-box; 
}
.guideEx .exInBox {
    position: relative;
    min-height: 32px;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    background-color: #6b727d;
}
.guideEx:before {
	position: absolute;
    z-index: 10;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	border-top: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
}
.guideEx:after {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
    border-left: 0 solid transparent;
}
@media (max-width:767px) {
.guideEx:before {
	border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid #fff;
}
.guideEx:after {
    border-top: 0 solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
}
}
ol.guideList {
    position: relative;
    display: block;
    margin: 30px 50px;
}
@media (max-width:767px) {
ol.guideList {
    margin: 10px 30px;
}
}
ol.guideList li {
    position: relative;
    margin: 10px 0;
    text-align: left;
    list-style: decimal;
}

/* CONTACT */
ul.contactList {
    position: relative;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
ul.contactList:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
ul.contactList li {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 42px;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
}
ul.contactList li:nth-child(2n-1) {
    width: 9%;
}
ul.contactList li:nth-child(2n) {
    width: 41%;
}
ul.contactList li:nth-last-child(1) {
    width: 91%;
}
ul.contactList li:nth-last-child(2) {
    width: 9%;
}
@media (max-width:767px) {
ul.contactList {
    padding: 0;
}
ul.contactList li {
    float: none;
    display: block;
    padding: 0;
}
ul.contactList li:nth-child(2n-1) {
    width: 100%;
}
ul.contactList li:nth-child(2n) {
    width: 100%;
}
ul.contactList li:nth-last-child(1) {
    width: 100%;
}
ul.contactList li:nth-last-child(2) {
    width: 100%;
}
}
ol.guideList li {
    position: relative;
    margin: 10px 0;
    text-align: left;
    list-style: decimal;
}
.contactInput {
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    text-align: left;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-sizing: border-box;
}
.contactTextarea {
    position: relative;
    width: 100%;
    line-height: 1.5;
    padding: 10px;
    text-align: left;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-sizing: border-box;
}
.bottomBtnBox {
    position: relative;
    display: block;
    width: 1170px;
    margin: 20px 0;
}
.bottomBtnBox:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
@media (max-width:767px) {
.bottomBtnBox {
    width: auto;
}
}
.submitBtn {
    position: relative;
    float: left;
    display: inline-block;
    padding: 10px 30px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background-color: #424c58;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
@media (max-width:767px) {
.submitBtn {
    float: none;
}
}
.contactBottomLayer {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 65px;
    line-height: 41px;
    text-align: right;
    font-size: 1.4rem;
    font-weight: bold;
}
@media (max-width:767px) {
.contactBottomLayer {
    position: relative;
    display: block;
    right: 0;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}
}

/*-------------------------------*/
/*              Footer           */
/*-------------------------------*/

.footerBox {
	position: relative;
	display: block;
	min-height: 100px;
	margin-top: -1px;
    color: #f9f9f9;
	background-color: #000;
	border-top: 1px solid #dedede;
}
.footerBox:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.footerTopBox {
	position: relative;
	display: block;
	height: 50px;
    background-color: #424242;
}
#footerTopPC {
    display: block;
}
#footerTopMobile {
    display: none;
}
@media (max-width:767px) {
.footerTopBox {
	height: auto;
}
#footerTopPC {
    display: none;
}
#footerTopMobile {
    display: block;
}
}

.footerTopInBox {
	position: relative;
	width: 1170px;
	display: block;
	margin: 0 auto;
}

ul.footerTopList {
	position: relative;
	display: block;
    color: #e1e1e1;
    background-color: #424242;
}

ul.footerTopList li {
	position: relative;
	display: inline-block;
	line-height: 50px;
	margin: 0 25px;
}

ul.footerTopList li a.footerLink:link, a.footerLink:visited, a.footerLink:hover, a.footerLink:active {
	font-size: 1.2rem;
	color:#9d9d9d;
	text-decoration: none;
}
@media (max-width:767px) {
ul.footerTopList {
	padding: 5px 0;
}
ul.footerTopList li {
	position: relative;
	display: block;
	line-height: 1.5;
	margin: 0;
    border-bottom: 1px solid #5a5a5a;
}
ul.footerTopList li:nth-last-child(3) {
    border-bottom: none;
}

ul.footerTopList li a.footerLink:link, a.footerLink:visited, a.footerLink:hover, a.footerLink:active {
    display: block;
    padding: 10px 0;
	font-size: 1.5rem;
	color:#9d9d9d;
	text-decoration: none;
    box-sizing: border-box;
}
}

.footerInBox {
	position: relative;
	display: block;
	width: 1170px;
	margin: 0 auto;
}
.footerInBox:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.copyright {
    position: relative;
    display: block;
    line-height: 2;
    padding: 20px 100px;
    text-align: left;
    font-size: 1.3rem;
    color: #acacac;
}
.footerInfoBox {
    display: block;
    text-align: left;
}
@media (max-width:767px) {
.copyright {
    line-height: 1.5;
    padding: 20px;
    text-align: center;
}
.footerInfoBox {
    text-align: center;
}
.footerInfoBox:nth-child(2) {
    display: none;
}
.footerInfoBox:nth-child(3) {
    display: none;
}
.footerInfoBox:nth-child(4) {
    margin-top: 20px;
}
.footerInfoBox:nth-child(5) {
    display: none;
}
.footerLine {
    display: none;
}
.footerInfo {
    display: block;
}
}
a.topBtn {
    position: fixed;
    z-index: 99999999;
    bottom: 20px;
    right: 20px;
    width: 40px;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(255,255,255,.8);
    border: 1px solid #acacac;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
   display: none;
}
a.topBtn:hover {
    color: #3d4952;
}


