@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Roboto:400,700');
@import url('../../../nariya/css/g5.css');

/********************************************************
■ Theme Common
********************************************************/
body { margin:0; padding:0;	background:#fff; color:#000; }
h1, h2, h3, h4, h5, h6, .en { font-family:"Roboto", sans-serif; }

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { background:#fff; }
@media all and (max-width:991px) {
	.responsive .wrapper { overflow-x:hidden; }
}
.nt-container,
.nt-container-wide { margin:0 auto; }
@media all and (min-width:992px) {
	.responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
	.responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

/* 비반응형 */
.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
.no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
@media all and (max-width:1200px) {
	.no-responsive .wrapper.wided .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,
	.no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader { background: #fff; left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
#nt_loader .loader { margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }

/********************************************************
■ LNB
********************************************************/
#nt_lnb ul { list-style: none; margin: 0; }
#nt_lnb ul > li { float: left; padding: 0 13px; }
#nt_lnb ul > li::after { font-family: dotum; font-weight: normal; float: right; color:#ccc; content: "|"; margin-right:-15px; }
#nt_lnb ul > li:first-child { padding-left:0; }
#nt_lnb ul > li:last-child { padding-right:0; }
#nt_lnb ul > li:last-child::after { content: ""; margin-right:0; }
#nt_lnb ul > li > a { float:left; white-space:nowrap; }
#nt_lnb .dropdown-toggle::after { color:#ccc; }

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc { position: relative;
    z-index: 20;
    box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
}
#header_pc .header-logo img { max-width:100%; }
#header_pc .header-search { width:100%;	max-width:400px; }
#header_pc .header-search form { padding:0; border-width:2px; border-style:solid; }
#header_pc .header-search input { font-size:16px !important; background: #fff; border:0 !important; box-shadow:none !important; -webkit-box-shadow:none !important; }
#header_pc .header-search .form-control:focus { box-shadow:none !important; -webkit-box-shadow: none !important; }
#header_pc .header-search .btn { border:0; background: none !important; outline:none; }

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo { box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); background:#fff; border-bottom:1px solid #dfdfdf; }

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu { position:relative; z-index:20; }
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli { position:relative; }
#nt_menu .sub-slide { display:none; visibility:visible; }
#nt_menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
#nt_menu .me-icon {	width:4.0rem; text-align:center; }
#nt_menu .me-a { display:block; position:relative; text-align:center; font-weight:bold; color:#000; }
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a { color:#fff; background:rgba(0,0,0,0.2) !important; }
#nt_menu .sub-2div { left:100%; top:0; position:absolute; z-index:22; background: #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
#nt_menu .sub-2dul { }
#nt_menu .sub-2dli { }
#nt_menu .sub-2da { display:block; color:#000; border-bottom: 1px solid #eee; } 
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da { color:#000; background: #fafafa; border-color: #eee; font-weight: bold; }
#nt_menu .sub-2line { display:block; color:#000; font-weight:bold; background:#f5f5f5; }
.nt-menu .sub-1div { position:absolute; left:0; z-index:21; width:auto; text-align:left; top:100%; left:0; background:#fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.nt-menu .sub-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da { display:block; color:#000; border-bottom: 1px solid #eee; }
.nt-menu .sub-1line { position:relative; display:block; }
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da { color:#000; background: #f5f5f5; border-color: #eee; font-weight:bold; }
.nt-menu .sub-1line { color:#000; font-weight:bold; background:#fafafa; }
.nt-menu .me-sh { padding:0.59rem 1.0rem; } /* 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 메뉴 상단 고정 */
#nt_sticky_wrap.me-sticky { position:fixed; width:100%; z-index:999; left:0; top:0; }
@media all and (min-width:992px) {
	.wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto !important; }
	.wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 0 0 auto !important; }
	.wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto 0 0 !important; }
}

/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title { position:relative; overflow:hidden; color:#333; background:#fafafa; border-bottom:1px solid #dee2e6; }
#nt_title .nt-container { position:relative; z-index:2; height:70px; }
#nt_title .page-title { font-size:26px; letter-spacing:-1px; line-height:1.4; }
#nt_title .breadcrumb a { color:#333; }
#nt_title .breadcrumb-item + .breadcrumb-item::before {	font-family: dotum;	font-weight: normal; color:#aaa; content:">"; }
@media all and (max-width:991px) {
	.responsive #nt_title .page-title { font-size:24px; letter-spacing:0; }
}
@media all and (max-width:767px) {
	.responsive #nt_title .page-title { font-size:22px; }
	.responsive #nt_title .nt-container { height:60px; }
}
@media all and (max-width:575px) {
	.responsive #nt_title .page-title { font-size:20px; }
	.responsive #nt_title .nt-container { height:50px; }
}

/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container { position:relative; overflow:visible !important; }
#nt_wing img { max-width:100%; }
#nt_wing .wing-left,
#nt_wing .wing-right { position:absolute; width:160px; }
#nt_wing .wing-left { left:-180px; }
#nt_wing .wing-right { right:-180px; }
.boxed-b #nt_wing .wing-left { left:-200px; }
.boxed-b #nt_wing .wing-right { right:-200px; }


/********************************************************
■ Footer 
********************************************************/
#nt_footer {background:#222; padding:30px 0;}
#nt_footer .nt-links ul { list-style: none; margin: 0; padding:0; }
#nt_footer .nt-links ul > li { float: left; padding: 0 13px; }
#nt_footer ul > li:first-child { padding-left:0; }
#nt_footer ul > li:last-child { padding-right:0; }
#nt_footer .nt-links ul > li::after { font-family: dotum; font-weight: normal; float: right; color:#ccc; content: "|"; margin-right:-15px; }
#nt_footer .nt-links ul > li:last-child::after { content: ""; }
#nt_footer .nt-links ul > li > a { color: #333; white-space:nowrap;	}
@media all and (max-width:991px) {
	.responsive #nt_footer .nt-links ul > li { float:none; display:inline-block; }
}

#ft_center_1 {color:#bfbfbf; font-size:13px;}
#ft_center_1 > div {margin-bottom:3px;}
#ft_center_2 {color:#fff; font-size:20px; font-weight:bold;}
#ft_center_2 > div {margin-bottom:17px;}
#ft_center_2 > div:last-child {margin-bottom:0;}
#ft_center_2 > div span:last-child {margin-left:5px;}
#ft_copyright {*text-align:center; font-size:12px; color:#999; margin-top:30px;}
#ft_btn .btn_ft {position:relative; display:block; height:30px; line-height:30px; margin-bottom:10px; font-weight:bold; text-align:center; border-radius:5px; transition:background .15s;}
#ft_btn .btn_ft:last-child {margin-bottom:0;}
#ft_btn .btn_ft i {position:absolute; top:50%; transform:translateY(-50%); left:10px;}
#ft_btn #btn_ft_cscenter {background:#e33030; color:#fff;}
#ft_btn #btn_ft_cscenter:hover {background:#c92d2d;}
#ft_btn #btn_ft_device_change {background:#333; color:#ccc;}
#ft_btn #btn_ft_device_change:hover {background:#2a2a2a;}
#ft_btn #btn_ft_cscenter i {}
#ft_btn #btn_ft_device_change i {color:#e33030;}
@media(max-width:992px) {
	#ft_logo,
	#ft_center_1,
	#ft_center_2,
	#ft_copyright {margin-bottom:20px;}
	#ft_center_2 {font-size:18px;}
	#ft_copyright {margin-top:0;}
}
@media(max-width:576px) {
	#nt_footer {padding:30px 15px;}
}

/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 { padding:0; margin:0; font-weight:bold; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { display:block; position:relative; height:3px; border: none; line-height:1px; padding:0;	margin:0; }
hr.hr::after { width:4.0rem; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }
@media all and (max-width:575px) {
	.responsive h3.h3 {	padding-left:1.0rem; padding-right:1.0rem; }
	.responsive hr.hr::after { left:1.0rem;	}
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner { font-size:1.0rem !important; }

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after { top:0.15rem !important; width:1.4rem !important; height:1.4rem !important; }

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span { cursor: pointer; padding-left:0.5rem !important; }

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after { margin-top:2px; }

/* Button */
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }

/* Form */
.col-form-label { font-weight:bold; }

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus { color: #333; }

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img { border-radius: 0.3rem !important; }

/* 사각 스타일 */
/* .is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item { border-radius:0 !important; } */

@charset "utf-8";

.btn-primary,
.btn-primary.disabled, 
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active,
.page-item.active .page-link,
.show > .btn-outline-primary.dropdown-toggle,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #cb6700 !important;
	border-color: #cb6700 !important;
}


.dropdown-item.active, 
.dropdown-item:active,
.bg-primary {
	background-color: #cb6700 !important;
}
hr.hr::after{
	background-color: #cb6700 !important;
}
.border-primary {
	border-color: #cb6700 !important;
}

.text-primary,
.btn-outline-primary.disabled, 
.btn-outline-primary:disabled {
	color : #cb6700 !important;
}

/* ---------------------------------------------------------- */
.notice {background:#cb6700; color:#fff; font-size:12px !important;  padding:5px 5px 5px !important; margin-right:5px; border-radius:2px;}
.btn-primary:focus, 
.btn-primary.focus,
.btn-primary:hover {
	background-color: #9f5100 !important;
	border-color: #9f5100 !important;
}

.btn-outline-primary {
	color: #9f5100 !important;
	border-color: #9f5100 !important;
}

.btn-outline-primary:hover {
	color: #fff !important;
}

a.bg-primary:hover, 
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #ffffff !important;
}

.btn-primary:focus, 
.btn-primary.focus,
.btn-outline-primary:focus, 
.btn-outline-primary.focus,
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}
@font-face {
    font-family: 'nanum-square-neo';
    src: url('https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css') format('truetype');
}
#nt_menu .me-a {
	color: #cb6700;
    font-size: 17px !important;
    font-weight: 700 !important;
}

#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .me-a {
	color: #743b00;
	background: #ffffff !important;
	font-weight:bold;
}

#nt_menu .me-icon.order-1 {
	width:160px;
}

#logo_img {
	width:100%;
    padding-right: 15px;
}

#nt_menu {
	padding-bottom: 15px;
    padding-top: 15px;
	background-color: white;
}
.fa-lg {
	vertical-align: .175em !important;
}
.menu-search-input {
	height: 30px !important;
    font-size: 16px !important;
    background: #fff;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.me-icon form {
	height: 35px;
    padding: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
}
.me-icon.order-3.me-li {
	max-width: 180px;
	margin-left: 20px;
	margin-top: 5px;
	width: 100% !important;
}

#nt_lnb {
	background: #eff1f3;
    border-bottom: 1px solid #ccc;
}

#nt_menu .sub-slide {
	width: 155px !important;
}

.mainmtbl2 {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}
.mainmtbl2 td {
    width: 20%;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    vertical-align: middle;
}

.widget-title{  line-height: 3 !important; margin-bottom: 0px !important;padding-left: 20px !important;}

.widget-title a {color: #6c757d !important;;} 
.hidden {display:none !important;}

.nav>li>a {
    padding: 8px 12px;
     background-color: #cb6700; 
    font-size: 13px !important;
    color: #fff;
	display: inline-block;
    /* border-radius: 50px; */
    
}
.nav-pills>li>a.active, .nav-pills>li>a.active:hover, .nav-pills>li>a.active:focus {
    border-top: 2px solid #cb6700 !important;
    background-color: #ffffff;
	color: rgb(0, 0, 0);
 display:inline-block; 
}
.nav-pills>li>a.active:parent{
	background-color: red;
}
.nav-pills>li+li {
   /*  margin-left: 2px; */
   text-align : center;
}
.miso-post .img-bg {
    background-size: cover !important;
    background-position: center center !important;
}

.dot::before {background-color:unset; border-bottom: 1px dashed rgba(0,0,0,0.14);}
.red, i.red {
    color: rgb(233, 27, 35);
}

.me-li a.bg-primary:hover, 
.me-li a.bg-primary:focus,
.me-li button.bg-primary:hover,
.me-li button.bg-primary:focus {
	background-color: unset !important;
}

.miso-post .post-gallery .img-content {
    padding: 10px;
    text-align: center;
	font-size: 13px !important;
}
.miso-post .post-gallery .img-content p {
    color: #888;
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.font-12, i.font-12 {
    font-size: 12px;
}
.count {
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
    letter-spacing: -1px;
    line-height: 16px;
    padding-right: 1px;
	color: orangered;
}
.custom-contents {
	padding-left: 150px !important;
    padding-right: 150px !important;
}
.mainmtbl2 td .imgboxw {
    width: auto;
    background: #fff;
    border-radius: 5%;
    border: 1px solid #eee;
    box-shadow: 1px 1px #e1e1e1;
    padding: 15px 0;
}

.mainmtbl2 td img {
    display: inline;
    width: 50px;
    object-fit: cover;
}

.mainmtbl2 .mar5 {
    margin: 0 5px;
}
.mainmtbl2 td .imgboxw:hover {
    background: #d6ecfc;
}
/* 이미지 호버 효과 */
.hsc1:hover {transform: scale(1.4);}

.img_o1:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.img-render {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

#nt_side_menu div {border-radius: 10px 10px 0px 0px;}
.pricon {
    background: #f1f1f1;
    padding-top: 15px;
    font-size: 0.9rem;
    font-weight: 400;
}
.pricon li {
    float: left;
    text-align: center;
}
.pricon .teamli {
    width: 31%;
}
.pricon .tview {
    width: 38%;
    display: table;
    margin-top: 0.4rem;
}
.pricon .teamli .teamimg {
    width: 50px;
	margin: 0 auto;
}
.pricon .h10 {
    height: 10px;
}
.pricon .viewbtn {
    width: 100%;
    margin-top: 5px;
    background: #cb6700;
    color: #fff;
    text-align: center;
    padding: 0.4rem 0.8rem;
    font-size: 1.0rem;
    font-weight: 200;
}
.pricon .viewbtn a {
    color: #fff;
    font-weight: 200;
}
@media (max-width: 767px) {
    .pricon .tview {
        margin-top: 0;
        font-size : 11px;
    }
    .pricon .teamli .teamimg {
        width :40px;
    }
    .pricon .viewbtn a {
        font-size : 13px;
    }
}
.na-r3 {
    border-radius: 0.75rem !important;
}
.bkinfo {
    text-align: center;
    margin: 2.5rem 0;
}
.bkinfo .bktitle h1 {
    font-size: 2.0em;
    font-weight: 600;
}
.bkinfo .bktitle h6 {
    margin-top: 5px;
    font-size: 1.0em;
    font-weight: 400;
    color: #666;
}
.bkinfo .bktitle h6 {
    margin-top: 5px;
    font-size: 1.0em;
    font-weight: 400;
    color: #666;
}
.bkctn {
    margin-top: 1.5rem;
}
.bkctn .ctntop {
    background: #edf6f1;
    border-radius: 1.0rem 1.0rem 0 0;
    text-align: left;
    padding: 2.0rem 0 1.0rem 0;
}
.bkctn .ctntop h2 {
    width: 70%;
    font-size: 1.3rem;
    border-radius: 0 1.0rem 1.0rem 0;
    background: #1d128c;
    color: #fff;
    padding: 0.8rem 1rem;
    font-weight: 300;
}
.bkctn .ctntop h4 {
    padding: 0.8rem 1rem;
    margin-top: 1.0rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.bkctn .ctntop .topinfo {
    padding: 0.8rem 1rem;
    margin-top: 1.0rem;
    font-size: 1.0rem;
    font-weight: 300;
}
.bkctn .ctnbt {
    background: #f3f4f9;
    border-radius: 0 0 1.0rem 1.0rem;
    text-align: left;
    padding: 2.0rem 0 1.0rem 0;
}
.bkctn .ctnbt h2 {
    width: 70%;
    font-size: 1.3rem;
    border-radius: 0 1.0rem 1.0rem 0;
    background: #8c1212;
    color: #fff;
    padding: 0.8rem 1rem;
    font-weight: 300;
}
.bkctn .ctnbt h4 {
    padding: 0.8rem 1rem;
    margin-top: 1.0rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.bkctn .ctnbt .topinfo {
    padding: 0.8rem 1rem;
    font-size: 1.0rem;
    font-weight: 300;
}
.bkctn .ctnbt .topinfo .infotab{ padding:0.7rem;}
.bkctn .ctnbt .topinfo .itb1{background:#d1d1e1; }
.bkctn .ctnbt .topinfo .itb2{background:#ffe97d; }
.bkctn .ctnbt .topinfo .itb3{background:#c0ebf1; }
.bkctn .ctnbt .topinfo .infotab .ittitle{font-weight:500; font-size:1.1rem;}
.bkctn .ctnbt .topinfo .infotab .itinfo{font-weight:300; font-size:1.0rem;}
.bkctn .ctnbt .topinfo .infotab ul{margin:1.0rem 0 0 1.0rem;}
.bkctn .ctnbt .topinfo .infotab ul li{color:#666; list-style:circle;}

.color2 .ctntop{background:#fbf1f2;}
.color2 .ctntop h2{background:#128c26;}
.color2 .ctnbt {background:#f6fbf1;}
.color2 .ctnbt h2{background:#5f128c;}

.color3 .ctntop{background:#f7f1fb;}
.color3 .ctntop h2{background:#128c7f;}
.color3 .ctnbt {background:#f1fbf6;}
.color3 .ctnbt h2{background:#8c7c12;}

@media (min-width: 1200px) {
.bkctn .ctnbt .topinfo .infotab{float:left; width:32%;}
.bkctn .ctnbt .topinfo .m5p{margin:0 2%;}
}

@media (max-width: 768px) {
.bkinfo .bktitle h2{font-size:1.5em; font-weight:400;}
.bkctn .ctntop h2{font-size:1.0rem; width:95%; letter-spacing:-1px;}
.bkctn .ctntop h4{font-size:0.9rem;}
.bkctn .ctnbt h2{font-size:1.0rem; width:95%; letter-spacing:-1px;}
.bkctn .ctnbt h4{font-size:0.9rem;}
.bkctn .ctntop .topinfo{font-size:0.8rem;}
.bkctn .ctnbt .topinfo .m5p{margin:0.5rem 0;}
.bkctn .ctnbt .topinfo .infotab .ittitle{font-size:0.9rem; font-weight:bold;}
.bkctn .ctnbt .topinfo .infotab .itinfo{font-weight:300; font-size:0.8rem;}
.bkctn .ctnbt .topinfo .infotab ul li{ font-size:0.8rem;}

}

.mainmtbl{width:100%; margin-bottom:10px;}
.mainmtbl td{width:20%; text-align:center; font-size:0.8em; font-weight:600;}
.mainmtbl td .imgbox{ width: 60px; height: 60px; margin:5px auto; border-radius: 70%; overflow: hidden; border:1px solid #dfdfdf; padding-top:8px; box-shadow: 1px 1px #e1e1e1;}
.mainmtbl td img{max-width:40px; object-fit: cover;}
.na-r3 {
    border-radius: 0.75rem !important;
}
.border-lightgray {
    border-color: #e8e8e8 !important;
}
.bg-lightgray {
    background-color: #f9f9f9 !important;
}
.brw1 {
    border-width: 1px;
    border-style: solid;
}
.pa-10 {
    padding: 10px !important;
}
.panb-10 {
    padding: 10px 10px 0 10px !important;
}

#nt_menu_mobile {
	overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 20;
    box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
}

#mobile_sub {
	background: #fafafa;
    border-top: 1px solid #ddd;
    font-size: 15px;
    /* height: 44px; */
    line-height: 44px;
}

.bold {
	font-weight: bold;
}
.flex-column{
  flex-direction: column;
}

.flex-row{
  flex-direction: row;
}

.flex-1{
  flex:1;
}

.flex-2{
  flex:2;
}

.flex-3{
  flex:3;
}

.align-center{
  align-items: center;
}

.justify-content-between{
  justify-content: space-between;
}



.bo_safety_top_con_wrap {margin:10px 0 40px; padding:0 15px;}
.bo_safety_top_con_wrap:after {display:block; content:''; visibility:hidden; clear:both;}
.bo_safety_info_img_wrap {float:left; width:330px; height:266px; margin-right:15px;}
.bo_safety_info_img_wrap .img_wrap {box-shadow:0px 4px 10px rgb(50 60 70 / 20%); -webkit-box-shadow:0px 4px 10px rgb(50 60 70 / 20%); -moz-box-shadow:0px 4px 10px rgb(50 60 70 / 20%); border-radius:10px;}
.bo_safety_info_img_wrap .img_wrap,
.bo_safety_info_img_wrap .img_wrap #bo_v_img .view_image,
.bo_safety_info_img_wrap .img_wrap #bo_v_img {height:100%;}
.bo_safety_info_img_wrap .img_wrap #bo_v_img img {width:100%; height:100%; border-radius:10px !important; margin-bottom:0 !important;}
.bo_safety_info_tbl_wrap {float:left; width:calc(100% - 345px); box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); border-radius:10px;}
.tbl_bo_safety_info {width:100%; border-collapse:separate; border-spacing:0;}
.tbl_bo_safety_info tr th {width:140px;border:1px solid #333;border-bottom:1px solid #424242;border-top:0;background:#333;color:#fff;font-weight:normal;height:44px;letter-spacing:-0.05rem;padding:8px 18px;font-size:16px;}
.tbl_bo_safety_info tr td {word-break:break-all;height:44px;overflow:hidden;border:1px solid #e8e9eb; border-top:0;padding:8px 16px;font-size:16px;color:#000;background:#fff;}
.tbl_bo_safety_info tbody tr:first-child th {border-top:1px solid #333;0 *height:45px; border-radius:10px 0 0 0;}
.tbl_bo_safety_info tbody tr:first-child td {border-top:1px solid #e8e9eb; *height:45px; border-radius:0 10px 0 0;}
.tbl_bo_safety_info tbody tr:last-child th {border-radius:0 0 0 10px;}
.tbl_bo_safety_info tbody tr:last-child td {border-radius:0 0 10px 0;}
.tbl_bo_safety_info tr td.bo_safety_info_feature {font-size:14px;}
.tbl_bo_safety_info tr.bo_safety_info_game_wrap th {padding:7px 18px;}
.tbl_bo_safety_info tr.bo_safety_info_game_wrap td {padding:7px 16px;}
.tbl_bo_safety_info tr td .icon_safety_game {background:#edeef0; color:#666; padding:2px 7px 0; line-height:1.4; border-radius:5px; font-size:14px; margin-top:2px; margin-bottom:2px; margin-right:5px;display:inline-block;}
.tbl_bo_safety_info tr td .icon_safety_game:last-child {margin-right:0;}
.tbl_bo_safety_info tr td a.at-tip img {margin-top:1px;}
.tooltip > .tooltip-inner {font-size:14px;}
.tooltip > .tooltip-inner span.safety_con {font-size:13px;}
.tooltip > .tooltip-inner span.safety_con span.red {color:red !important; font-weight:bold;}
@media (max-width: 1200px) {
	.bo_safety_info_img_wrap {width:100%; height:auto;}
	.bo_safety_info_img_wrap .img_wrap {width:330px; margin:0 auto;}
	.bo_safety_info_tbl_wrap {width:100%; margin:15px auto 0;}
}
@media (max-width: 768px) {
	.bo_safety_top_con_wrap {padding:0;}
}
@media (max-width: 576px) {
	.bo_safety_top_con_wrap {margin:0 0 30px;}
	.bo_safety_info_img_wrap .img_wrap {width:100%;}
	.bo_safety_info_tbl_wrap {margin-top:10px;}
	.tbl_bo_safety_info tr th {width:78px;}
	.tbl_bo_safety_info tr th,
	.tbl_bo_safety_info tr td {font-size:13px; padding:5px 8px !important; height:36px;}
	.tbl_bo_safety_info tbody tr:first-child th,
	.tbl_bo_safety_info tbody tr:first-child td  {height:37px;}
	.tbl_bo_safety_info tr td.bo_safety_info_feature,
	.tbl_bo_safety_info tr td .icon_safety_game {font-size:12px;}
}

.bo_safety_view_con_line {position:relative; margin-bottom:40px;}
.bo_safety_view_con_line .text {position:relative; z-index:2; display:inline-block; border:4px solid #cb6700; border-radius:8px 8px 0 0; border-bottom:0; padding:7px 25px; background:#f7f8fa; color:#cb6700; font-weight:bold;}
.bo_safety_view_con_line .bar {position:relative; z-index:1; background:#cb6700; width:100%; height:4px; margin-top:-4px;}
@media (max-width: 576px) {
	.bo_safety_view_con_line {margin-bottom:20px;}
	.bo_safety_view_con_line .text {font-size:14px; padding:7px 15px;}
}

#bo_gallery_safesite .list-item .list-item-div {*border:1px solid #ddd; background:#fff; box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); border-radius:10px;}
#bo_gallery_safesite .list-item .list-item-div .list-item-title {text-align:center; padding:10px; border-bottom:1px solid #ddd; background:linear-gradient(#ffffff, #f7f7f7);}
#bo_gallery_safesite .list-item .list-item-div .list-item-wrap {padding:10px;}
#bo_gallery_safesite .list-item .list-item-div .list-item-wrap:after {content:''; display:block; visibility:hidden; clear:both;}
#bo_gallery_safesite .list-item:hover .list-item-div {border:3px solid #cb6700; overflow:hidden;}
#bo_gallery_safesite .list-item:hover .list-item-div .list-item-title {margin:-3px; margin-bottom:3px; overflow:hidden;}
#bo_gallery_safesite .list-item:hover .list-item-div .list-item-wrap {margin:-3px; overflow:hidden;}
#bo_gallery_safesite .img-wrap {box-shadow:0px 2px 6px rgb(50 60 70 / 20%); -webkit-box-shadow:0px 2px 6px rgb(50 60 70 / 20%); -moz-box-shadow:0px 2px 6px rgb(50 60 70 / 20%); border-radius:10px;}
#bo_gallery_safesite .list-safety-info {margin-top:10px; /* border:1px solid #e8e9eb; border-radius:5px; overflow:hidden; */}
#bo_gallery_safesite .list-safety-info table {width:100%; border-collapse:separate; border-spacing:0;}
#bo_gallery_safesite .list-safety-info table tr th {width:90px;text-align:center;border:1px solid #333;border-bottom:1px solid #424242;border-top:0;background:#333;color:#fff;font-weight:normal;height:34px;letter-spacing:-0.05rem;}
#bo_gallery_safesite .list-safety-info table tr td {width:calc(100% - 90px);word-break:break-all;height:34px;overflow:hidden;text-align:center;border:1px solid #e8e9eb; border-top:0;background:#fff;}
#bo_gallery_safesite .list-safety-info table tr td.site_name {font-weight:bold; color:#555;}
#bo_gallery_safesite .list-safety-info table tr td.site_code {font-weight:bold; color:#cb6700;}
#bo_gallery_safesite .list-safety-info table tbody tr:first-child th {border-top:1px solid #333; *height:35px; border-radius:5px 0 0 0;}
#bo_gallery_safesite .list-safety-info table tbody tr:first-child td {border-top:1px solid #e8e9eb; *height:35px; border-radius:0 5px 0 0;}
#bo_gallery_safesite .list-safety-info table tbody tr:last-child th {border-radius:0 0 0 5px;}
#bo_gallery_safesite .list-safety-info table tbody tr:last-child td {border-radius:0 0 5px 0;}
#bo_gallery_safesite .list-safety-item-btn-wrap {margin-top:10px;}
#bo_gallery_safesite .list-safety-item-btn-wrap:after {content:''; display:block; visibility:hidden; clear:both;}
#bo_gallery_safesite .list-safety-item-btn-wrap a {float:left; width:calc((100% - 4px) / 2); border-radius:5px; text-align:center; font-weight:bold; padding:5px 0 3px; transition:background .15s;}
#bo_gallery_safesite .list-safety-item-btn-wrap a.btn_safety_view {border:2px solid #333; color:#000; margin-right:2px;}
#bo_gallery_safesite .list-safety-item-btn-wrap a.btn_safety_view:hover {background:#f5f5f5;}
#bo_gallery_safesite .list-safety-item-btn-wrap a.btn_safety_site {border:2px solid #cb6700; color:#cb6700; margin-left:2px;}
#bo_gallery_safesite .list-safety-item-btn-wrap a.btn_safety_site:hover {background:#fff2f2;}
#bo_gallery_safesite .list-safety-item-btn-wrap a.btn_safety_site img {vertical-align:top; margin-top:6px;}
@media (max-width:575px) {
	#bo_gallery_safesite .list-safety-info table tr th { width:75px !important; }
	#bo_gallery_safesite .list-safety-info table tr td { }
	#bo_gallery_safesite .list-safety-info table tr td.site_name { word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

}


.primatch {
	padding: 15px 0px;
	border-top: 3px solid #560000;
	border-bottom: 1px solid #560000;
	background: #560000;
	background: linear-gradient(180deg, #040303 40%, #560000 100%);
	margin-bottom: 50px;
	color: #fff !important;
	border-radius: 10px;
	max-width: 680px;
	margin: 0 auto;
	padding: 10px;
}
.primatch li {
	float: left;
	text-align: center;
	list-style: none;
}
.primatch li.teaminfo {
	width: 30%;
}
.primatch li.teaminfo .smp {
	margin: 0 auto;
	min-height: 40px;
	text-align: center;
}
.primatch li.teaminfo .smp ul {
	display: table !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.primatch li.teaminfo .smp ul li.team_form_win {
	background: #239c04;
}
.primatch li.teaminfo .smp ul li.team_form_loss {
	background: #f50e19;
}
.primatch li.timeinfo {
	width: 40%;
}
.primatch li.timeinfo .teamdet {
	font-size: 12px;
}
.primatch li.timeinfo .teamdetime {
	font-size: 1.5rem;
	font-weight: 600;
}
.primatch ul, dl, dt, dd {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.primatch li.teaminfo .smp ul li.team_form_draw {
	background: #545454;
}
.primatch li.teaminfo .smp ul li {
	font-weight: 200;
	font-size: 1rem;
	padding: 2px;
}
.h20 {
	height: 20px;
}
.h10 {
	height: 10px;
}


.bo_event_status {
	height: 44px;
	line-height: 44px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	-webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	-moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	margin-bottom:5px;
}

.na-50 { display:flex;justify-content: space-around;flex-direction: row;flex-wrap: wrap; }
.na-50 li { width:48% }
.main-top { border-radius:10px; width:100% }

.me-a {
	color: #cb6700;
    font-size: 17px !important;
    font-weight: 800 !important;
}

.top_image_latest { padding:0 10px; }

@media (max-width:575px) {
	.na-50 { display:block; }
	.na-50 li { width:100% }
	.main-top { border-radius:10px; width:97% }
	.mo_hidden { display:none; }
	
	.top_image_latest { padding:0; }
	.attstamp { width:30px }
}

.pick {
	position: relative;
	height: 358px;
	margin-top: 10px;
	text-align: center;
	background: #fff;
}

.pick_game {
	border: 1px solid #d1d1d1;
	border-bottom: none;
}

.pick .btn {
	line-height: 40px;
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: 0 2px;
    padding: 0!important;
}

.pick .btn {
	padding-right: 1px;
	cursor: pointer;
	letter-spacing: -1px;
}

.pick .title {
	line-height: 62px;
	height: 62px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}

.pick .pick_box {
	text-align: center;
	border-top: none;
	border-bottom: none;
	background: #f5f5f5;
}

.pick .pick_box .in_box {
	height: 67px;
	padding: 0 15px;
}

.pick .pick_box .in_box ul {
	height: 66px;
}

.pick .pick_box .in_box ul li {
	line-height: 42px;
	height: 42px;
	padding: 12px 0;
}

.pick .pick_box .in_box ul li.name {
	width: 60px;
	color: #999;
}

.pick .pick_box .in_box ul li .wait {
	color: #999;
}

.pick .pick_box .pick01 {
	border-bottom: 1px solid #e5e5e5;
}

.pick .pick_box .gm_title {
	height: 30px;
	padding-top: 8px;
	color: #aaa;
	border-bottom: 1px dashed #d1d1d1;
}

.pick .pick_box .gm_title {
	font-family: dotum;
	font-size: 11px;
	letter-spacing: -1px;
}

.pick .pick_button {
	font-size: 14px;
	font-weight: bold;
	line-height: 62px;
	height: 62px;
	text-align: center;
	letter-spacing: -1px;
	color: #fff;
	border: 1px solid #999;
	background: #bbb;
}

.pick .pick_button.on {
	cursor: pointer;
	color: #fff !important;
	border: 1px solid #8540b8;
	background: #a152db !important;
}

.pick .in_pick_box {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 380px;
	height: 197px;
	background: #f5f5f5;
}

.pick .in_pick_box .g_txt {
	margin-top: 23px;
	color: #999;
}

.pick .in_pick_box .g_txt strong {
	font-size: 15px;
	color: #333;
}

.pick .in_pick_box .g_box {
	width: 270px;
	margin: 20px auto 0 auto;
	padding: 30px 0;
	text-align: center;
	border: 3px dashed #d1d1d1;
	background: #fff;
}

.pick .in_pick_box .g_box .t_tt {
	margin-left: 10px;
}

.pick .over_pick_box {
	line-height: 1.6;
	position: absolute;
	top: 62px;
	left: 0;
	width: 305px;
	height: 135px;
	padding-top: 15px;
	border-bottom: none;
	background: #f5f5f5;
}

.pick .over_pick_box img {
	display: block;
	margin: 0 auto 10px auto;
}

.pick .loader_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 259px;
	background: #fff;
}

.pick .loader_box .loading_container,
.loader_box .loading {
	position: relative;
	width: 80px;
	height: 85px;
	border-radius: 100%;
}

.pick .loader_box .loading_container {
	margin: 0 auto;
	padding: 85px 0;
}

.pick .loader_box .loading_text {
	margin-top: 121px;
}

ul.table > li {
    display: table-cell;
}

.round35 {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.table {
    display: table;
}

/* Button ------------------------------------------------------ */
.btn.btn-color {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #db3232;  
	background-color: #db3232; 
}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active { 
	background-color: #db3232; 
}
.btn.btn-dark { 
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #000; 
	background-color: #333; 
}
.btn.active.btn-dark, .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active { 
	border-color: #db3232; 
	background-color: #db3232; 
}
.btn.btn-black { 
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #111; 
	background-color: #333; 
}
.btn.active.btn-black, .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active { 
	background-color: #111; 
}
.btn.btn-white { 
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd; 
	background-color: #fff; 
}
.btn.active.btn-white, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active { 
	background-color: #f5f5f5; 
}
.btn.btn-gray { 
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ccc; 
	background-color: #eee; 
}
.btn.active.btn-gray, .btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray:active { 
	background-color: #f5f5f5; 
}
.btn.btn-lightgray { 
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd; 
	background-color: #fafafa; 
}
.btn.active.btn-lightgray, .btn.btn-lightgray:hover, .btn.btn-lightgray:focus, .btn.btn-lightgray:active { 
	background-color: #efefef; 
}
.btn.btn-darkgray { 
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #444; 
	background-color: #666; 
}
.btn.active.btn-darkgray, .btn.btn-darkgray:hover, .btn.btn-darkgray:focus, .btn.btn-darkgray:active { 
	background-color: #444; 
}
.btn.btn-red {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #db3232;  
	background-color: #db3232; 
}
.btn.active.btn-red, .btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active { 
	background-color: #db3232; 
}
.btn.btn-darkred {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(150, 25, 30);  
	background-color: rgb(170, 60, 63); 
}
.btn.active.btn-darkred, .btn.btn-darkred:hover, .btn.btn-darkred:focus, .btn.btn-darkred:active { 
	background-color: rgb(150, 25, 30); 
}
.btn.btn-crimson {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(190, 20, 50);  
	background-color: rgb(220, 20, 60); 
}
.btn.active.btn-crimson, .btn.btn-crimson:hover, .btn.btn-crimson:focus, .btn.btn-crimson:active { 
	background-color: rgb(190, 20, 50); 
}
.btn.btn-orangered {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(240, 0, 0);  
	background-color: orangered; 
}
.btn.active.btn-orangered, .btn.btn-orangered:hover, .btn.btn-orangered:focus, .btn.btn-orangered:active { 
	background-color: rgb(240, 0, 0); 
}
.btn.btn-orange {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(240, 130, 0);  
	background-color: rgb(240, 150, 20); 
}
.btn.active.btn-orange, .btn.btn-orange:hover, .btn.btn-orange:focus, .btn.btn-orange:active { 
	background-color: rgb(240, 130, 0); 
}
.btn.btn-green {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(110, 180, 20);  
	background-color: rgb(140, 195, 70); 
}
.btn.active.btn-green, .btn.btn-green:hover, .btn.btn-green:focus, .btn.btn-green:active { 
	background-color: rgb(110, 180, 20); 
}
.btn.btn-lightgreen {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(130, 190, 60);  
	background-color: rgb(160, 200, 80); 
}
.btn.active.btn-lightgreen, .btn.btn-lightgreen:hover, .btn.btn-lightgreen:focus, .btn.btn-lightgreen:active { 
	background-color: rgb(130, 190, 60); 
}
.btn.btn-deepblue {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(0, 110, 160);  
	background-color: rgb(0, 125, 180); 
}
.btn.active.btn-deepblue, .btn.btn-deepblue:hover, .btn.btn-deepblue:focus, .btn.btn-deepblue:active { 
	background-color: rgb(0, 110, 160); 
}
.btn.btn-skyblue {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(60, 180, 245);  
	background-color: rgb(100, 195, 245); 
}
.btn.active.btn-skyblue, .btn.btn-skyblue:hover, .btn.btn-skyblue:focus, .btn.btn-skyblue:active { 
	background-color: rgb(60, 180, 245); 
}
.btn.btn-blue {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(40, 130, 190);  
	background-color: rgb(52, 152, 219); 
}
.btn.active.btn-blue, .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active { 
	background-color: rgb(40, 130, 190); 
}
.btn.btn-navy {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(40, 40, 50);  
	background-color: rgb(50, 60, 70); 
}
.btn.active.btn-navy, .btn.btn-navy:hover, .btn.btn-navy:focus, .btn.btn-navy:active { 
	background-color: rgb(40, 40, 50); 
}
.btn.btn-violet {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(65, 50, 100);  
	background-color: rgb(85, 60, 125); 
}
.btn.active.btn-violet, .btn.btn-violet:hover, .btn.btn-violet:focus, .btn.btn-violet:active { 
	background-color: rgb(65, 50, 100); 
}
.btn.btn-yellow {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(230, 180, 0);  
	background-color: rgb(240, 195, 15); 
}
.btn.active.btn-yellow, .btn.btn-yellow:hover, .btn.btn-yellow:focus, .btn.btn-yellow:active { 
	background-color: rgb(230, 180, 0); 
}
.btn.btn-trans { 
	color: #fff !important; border-image: none !important; background: none;
	border: 2px solid #fff; 
}
.btn.active.btn-trans, .btn.btn-trans:hover, .btn.btn-trans:focus, .btn.btn-trans:active { 
	color: #db3232 !important; 
	background-color: #fff; 
	background-image: none; 
}

/* 메인 배너 */
#main_banner {margin:60px 0 50px;}
.main_banner_title {text-align:center;}
.main_banner_title h2 {display:inline-block; font-size:34px; font-weight:bold; letter-spacing:-0.08rem;}
.main_banner_title .icon_main_banner_title {display:inline-block; vertical-align:top; margin-top:-4px;}
.main_banner_title .icon_main_banner_title:first-child {margin-right:5px;}
.main_banner_title .icon_main_banner_title:last-child {margin-left:5px;}
.main_banner_title h2 span {color:#db3232;}
.main_banner_title2 {color:#666; text-align:center; margin-top:6px; margin-bottom:35px;}
/*
@media (max-width: 1024px) {
	#main_banner {margin:50px 0;}
}
*/
@media (max-width: 768px) {
	.main_banner_title h2 {font-size:26px;}
	.main_banner_title .icon_main_banner_title:first-child {margin-right:0;}
	.main_banner_title .icon_main_banner_title:last-child {margin-left:0;}
	.main_banner_title .icon_main_banner_title img {width:80%;}
}