
/*
#header button.navbar-toggler {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 100%;
	padding: 0;
	border: 0 none;
	border-radius: 0;
}
*/
#search-area form input.button:hover,
#search-area form input.button:focus {
	background-size: 24px;
}
#header .top-links-area .top-links-right {
	position: relative;
	float: right;
}
#header .top-links-area .top-links-right ul li {
	display: inline-block;
	vertical-align: top;
}
#header .top-links-area .top-links-right ul li {
	margin: 0 0 0 3px;
}
#header .top-links-area .top-links-right ul li a {
	display: block;
}
#header .top-links-area .top-links-right ul li a.bookmark-list {
	text-indent: -9999em;
	width: 34px;
	height: 34px;
	background: url(/images/open.content/ko/common/bookmark-on.svg) 50% 50% no-repeat;
	background-size: 22px;
	transition-duration: .075s;
	-webkit-transition-duration: .075s;
}
#header .top-links-area .top-links-right ul li a.register {
	text-indent: -9999em;
	width: 34px;
	height: 34px;
	background: url(/images/open.content/ko/common/registration.svg) 50% 50% no-repeat;
	background-size: 22px;
	transition-duration: .075s;
	-webkit-transition-duration: .075s;
}
#header .top-links-area .top-links-right ul li a.language {
	text-indent: -9999em;
	width: 34px;
	height: 34px;
	background: url(/images/common/language.svg) 50% 50% no-repeat;
	background-size: 22px;
	transition-duration: .075s;
	-webkit-transition-duration: .075s;
}
#header .top-links-area .top-links-right ul li a.login,
#header .top-links-area .top-links-right ul li a.logout,
#header .top-links-area .top-links-right ul li a.join {
	font-size: 110%;
	line-height: normal;
}
#header .setting-item-language {
    overflow: hidden;
}

#header .setting-item-language {
    float: left;
    position: relative;
    margin-right: 12px;
}
#header .setting-item-language > label {
    cursor: pointer;
    text-indent: -9999em;
    display: inline-block;
	vertical-align: top;
    color: #fff;
    background-color: transparent;
}
#header .setting-language {
	text-indent: -9999em;
	width: 34px;
	height: 34px;
	background: url(/images/common/language.svg) 50% 50% no-repeat;
	transition-duration: .075s;
	-webkit-transition-duration: .075s;
	background-size: 26px;
}
#header .setting-language-select {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 60px;
	height: auto;*/
	width: 36px;
	height: 36px;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}
#header .top-links-area .top-links-right ul li a.login {
	display: block;
	width: 34px;
	height: 34px;
	text-indent: -9999em;
	background: url(/images/common/login-icon.svg) 50% 50% no-repeat;
	background-size: 34px;
}
#header .top-links-area .top-links-right ul li a.join {
	display: block;
	width: 34px;
	height: 34px;
	text-indent: -9999em;
	background: url(/images/common/register-icon.svg) 0 0 no-repeat;
	background-size: 34px;
}

#header .top-links-area .top-links-right ul li a.logout {
	line-height: 34px;
}
#header .top-links-area .top-links-right ul li a.logout span.logout-btn {
	display: inline-block;
	width: 34px;
	height: 34px;
	text-indent: -9999em;
	/*background: url(/images/common/logout-btn.svg) 50% 50% no-repeat;*/
	background: url(/images/common/logout.svg) 50% 50% no-repeat;
	background-size: 34px;
}

#header .top-links-area .top-links-right ul li a.order {
	display: block;
	width: 34px;
	height: 34px;
	text-indent: -9999em;
	background: url(/images/common/order-icon.svg) 50% 50% no-repeat;
	background-size: 26px;
}
#header .top-links-area .top-links-right ul li a.modify {
	display: block;
	width: 34px;
	height: 34px;
	text-indent: -9999em;
	background: url(/images/common/modify-icon.svg) 50% 50% no-repeat;
	background-size: 26px;
}
#header .top-links-area .top-links-right ul li a:hover {
	transform: scale(1.15);
}
#header .top-links-area .top-links-right ul li a.logout {
	color: #161616;
}
#header .top-links-area .top-links-right ul li a.logout:hover {
	transform: scale(1);
}
#header .top-links-area .top-links-right ul li a.logout span.user-name {
	border-bottom: 2px solid transparent;
}
#header .top-links-area .top-links-right ul li a.logout:hover span.user-name {
	border-bottom-color: #4ab996;
}

#tooltip {
	position: absolute;
	top: 36px;
	left: 50%;
	transform: translateX(-50%);

	z-index: 10000;
}
#tooltip .tipBody:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #333;
	transform: translateX(-50%);
}
#tooltip .tipBody {
	display: block;
	color: #fff;
	font-size: 75%;
	text-indent: 0;
	text-align: center;
	width: 85px;
	margin-top: 4px;
	padding: 6px 0;
	background-color: #333;
}

#header .top-links-area .top-links-right:after {
	clear: both;
	display: block;
	content: '';
}
#header h1 {
	float: left;
	width: 200px;
	margin: 10px 0 0 0;
}
#header .header-middle>a {
	display: inline-block;
	float: left;
}
#header .header-middle nav {
}
#header .container {
    padding-right: 0;
    padding-left: 0;
}
#content th.bb-list-author {
	width: 11%;
}
#content {
	background: #f5f5f8;
}

#content-main ul.depth01 li em {
	margin-top:10px;
	font-weight:500;
}
#content-main ul.depth01 li {
	background:url(/images/common/depth01.png)no-repeat 0 11px;
	padding-left: 10px;
	font-size: 90%;
	margin-bottom: 6px;
	margin-left: 3px;
}
#content-main ol.depth01 li {
	padding-left: 10px;
	font-size: 90%;
	margin-bottom: 6px;
}
#content-main ol.depth01 li span.number{
	color: #e84e6f;
	font-weight: 500;
}
#content-main ul.depth01 li ul{
	margin-top: 5px;
}
#content-main ul.depth01 li ul li{
	background:url(/images/common/depth02.png)no-repeat 5px 12px;
	padding-left:0.8em;
	font-size: 100%;
	margin-bottom: 2px;
}
#content-main ul.depth01 li ul li ul li{
	background:url(/images/common/depth03.png)no-repeat 0 5px;
	padding-left:0.8em;
}
#content-main ul.depth01 li ul li ul li ul li{
	font-size:12px;
	background:none;
	padding-left:0;
}
#content-main .data-text{
    font-size: 85%;
    margin-top: 10px;
    font-weight: 400;
}
#content-main .content-button,
#content-main .content-button2{
	margin-top: 25px;
}
#content-main .content-button a{
	background: #ff7033 url(/images/common/arrow01.svg)  no-repeat  right 14px center;
	color: #fff;
	padding: 10px 28px 10px 15px; 
	font-size: 75%;
	font-weight: 400;
	margin-top: 10px;
	border-radius: 5px;
}
#content-main .content-button a:hover{
	transition: 0.3s;
	background: #ff4d00 url(/images/common/arrow01.svg)  no-repeat right 11px center;
}
#content-main .content-button2 a{
	background: #5f5f5f url(/images/common/arrow01.svg)  no-repeat  right 14px center;
	color: #fff;
	padding: 10px 28px 10px 15px; 
	font-size: 75%;
	font-weight: 400;
	margin-top: 10px;
	border-radius: 5px;
}
#content-main .content-button2 a:hover{
	transition: 0.3s;
	background: #3c3c3c url(/images/common/arrow01.svg)  no-repeat right 11px center;
}
#content-main h4 {
	font-size: 140%;
    font-weight: 500;
    letter-spacing: -2px;
}
#content-main h5 {
	font-size: 100%;
	font-weight: 400;
	letter-spacing: -1px;
}

#content-main .content-box {
    background: #F9F9F9;
    border: 1px solid #d0d0d0;
    padding: 25px;
	margin-bottom: 10px;
}
#content-main .bold {
	font-weight: 400;
}
#content-main .page-text{
	margin-top: 20px;
	width: 350px;
}
#content-main .sub-title {
	font-size: 85%;	
	color: #7d7d7d;
}
/*
#content-main .title {
	font-size: 90%;
	font-weight: 400;
}
*/
#content-main .line {
	margin:10px 3px;
	margin-left: 3px;
	height: 2px;
	width:25px; 
	background: #e4e4e4;
}
#content-main .page-content {
	height: 400px;
	padding-top: 20px;
	padding-left: 10px;
}
#content-main span.block {
	display: block;
}
#simplemodal-overlay {
	background-color: #000;
}
#simplemodal-container {
	max-width: 853px;
	max-height: 480px !important;
	width: 100%;
	height: 100%;
}
#simplemodal-container #youtube-preview,
#simplemodal-container #youtube-preview #contents,
#simplemodal-container #youtube-preview #contents .km-view,
#simplemodal-container #youtube-preview #contents .km-view .youtube-info {
	height: 100%;
}
#simplemodal-container iframe {
	max-width: 854px;
	max-height: 480px !important;
	width: 100%;
	height: 100%;
}
#simplemodal-container a.simplemodal-close {
	display: block;
	position: absolute;
	top: -50px;
	right: 0;
	text-indent: -9999em;
	width: 50px;
	height: 50px;
	background: #f10b33 url(/images/common/close-w-icon.svg) 50% 50% no-repeat;
}
#simplemodal-container a.simplemodal-close {
	display: block;
	position: absolute;
	top: -50px;
	right: 0;
	text-indent: -9999em;
	width: 50px;
	height: 50px;
	background: #f10b33 url(/images/common/close-w-icon.svg) 50% 50% no-repeat;
}
#simplemodal-container .detail-info {
	position: relative;
	text-align: center;
	margin: 30px auto 0 auto;
}
#simplemodal-container .detail-info a {
	display: inline-block;
	color: #fff;
	font-size: 80%;
	padding: 12px 40px;
	background-color: #3fa2ff;
	background-color: #10a3f5;
}
#simplemodal-container .detail-info a:hover {
	background-color: #ff7062;
}


@media (max-width: 1280px){
	#header .navbar {	
		padding: 0;
	}
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
	#simplemodal-container .detail-info {
		margin-top: 15px;
	}
}
/* for print url-expand*/
span.url { display: none !important; }