@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 : 테마 레이아웃
********************************************************/
#nt_menu .me-sw {
    width: 600px !important;
    max-width: 100%;
}
li.list-group-item iframe {
    background-color:#fff;
}
.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; }
}
div#nt_sticky {
    position: absolute;
    width: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, .5);
}
ul.top_right {
    display: flex;
}
ul.top_right li {
    
}
/* 그누보드의 CSS 파일에서 다음과 같은 스타일을 추가 또는 수정 */
.video-thumbnail {
    width: 80%; /* 부모 요소의 80%로 설정 */
    max-width: 700px; /* 최대 너비 설정 */
    height: auto; /* 비율을 유지하며 높이 자동 설정 */
    margin: 0 auto; /* 중앙 정렬 */
}

.top_right a {
        color: hsla(0, 0%, 100%, .7);
        font-size: 14px;
        font-weight: 400;
        transition: color .3s ease;
        vertical-align: middle;
}
.top_right li:hover a {
    color: hsla(0, 0%, 100%, 1);
}
.top_right li.first-child a:before {
    display:none;
}
.top_right a:before {
        background-color: #fff;
        content: "";
        display: inline-block;
        height: 11px;
        margin: 0 10px;
        opacity: .22;
        overflow: hidden;
        width: 1px;
    }
/********************************************************
■ 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 .nt-container {}
#header_pc .header-logo img { max-width:100%; height: 46px;}
#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); }

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu {     border-top: 1px solid hsla(0, 0%, 100%, .1);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); }
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli { position:relative; }
#nt_menu .sub-1dli {
    display: inline-block;
}
#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:#fff; }
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a {  }
#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:hsla(0,0%,100%,.6); border-bottom: 1px solid #eee; } 
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da { color:#fff; border-color: #eee; font-weight: bold; }
#nt_menu .sub-2line { display:block; color:#fff; font-weight:bold;  }
.nt-menu .sub-1div { position:absolute; left:0; z-index:21; width:auto; text-align:left; top:100%; left:0;  }
.nt-menu .sub-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da { display:block; color:hsla(0,0%,100%,.6);  }
.nt-menu .sub-1line { position:relative; display:block; }
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da { color:#fff;  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_sticky_wrap.me-sticky #nt_menu .me-a {
    color: rgba(0, 0, 0, 0.45);
}
#nt_menu .me-a {
    transition: 0.3s;
}
#nt_menu .down_btn {
    background-color: #A16E47;
    color: #fff;
    height: 59px;
    line-height: 59px;
    font-size: 20px;
    width: 120px;
    transition: 0.3s;
}
#nt_menu .down_btn a {
    color: #fff;
}
#nt_menu .down_btn:hover {
    background-color: #916340;
}
#nt_sticky_wrap.me-sticky #nt_menu {
background-color: hsla(0, 0%, 100%, .9);
        border-bottom: 1px solid rgba(34, 34, 34, 0.12);
}
#nt_menu ul.nav-slide:hover  .me-a{
    color: hsla(0,0%,100%,.6);
}
#nt_menu ul.nav-slide .me-li:hover .me-a {
    color: #fff;
}

.main_btns {
    width: 100%;
}

ul.btns {
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

li.ma_btn {
    padding: 20px;
    background-position: center 20px;
    background-size: 32px;
    width: 12.5%;
    background-repeat: no-repeat;
    text-align: center;
}

li.ma_btn.ma_btn01 {background-image: url(../img/btn01.png);}
li.ma_btn.ma_btn02 {background-image: url(../img/btn02.png);}
li.ma_btn.ma_btn03 {background-image: url(../img/btn03.png);}
li.ma_btn.ma_btn04 {background-image: url(../img/btn04.png);}
li.ma_btn.ma_btn05 {background-image: url(../img/btn05.png);}
li.ma_btn.ma_btn06 {background-image: url(../img/btn06.png);}
li.ma_btn.ma_btn07 {background-image: url(../img/btn07.png);}
li.ma_btn.ma_btn08 {background-image: url(../img/btn08.png);}
li.ma_btn.ma_btn09 {background-image: url(../img/btn09.png);}
li.ma_btn.ma_btn10 {background-image: url(../img/btn10.png);}
li.ma_btn.ma_btn11 {background-image: url(../img/btn11.png);}
li.ma_btn.ma_btn12 {background-image: url(../img/btn12.png);}
li.ma_btn.ma_btn13 {background-image: url(../img/btn13.png);}
li.ma_btn a {
    padding-top: 36px;
    display: inline-block;
}
section#main_4ps {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%;
}
.bg-gray {
    background-color: #f4f5f7;
}
.bg-w {
    background-color: #fff;
}
section#main_4ps img {
    width: 100%;
}
h3.main_4p {
    font-size: 16px;
    padding: 6px 20px;
}
/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title { position:relative; overflow:hidden; background:#fafafa; border-bottom:1px solid #dee2e6; background-image: url(../img/header-bg.jpg);
    padding-top: 197px;
    background-repeat: no-repeat;}

#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 {  }
#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 .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; }
}

/********************************************************
■ 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; }
.na-round50, .view_image50 img, .pretty-embed50 img {
    border-radius: 50%;
}

.img-wrap .img-item.bg-img-item {
 border-radius: 50%;
}

.img-wrap .img-item.bg-img-item strong {
    color:#fff;
}
.item_tit {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 35%);
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
}
.item_tit:hover {
    width: 86%;
    height: 86%;
    left: 7%;
    top: 7%;
}
li.item p {
    text-align: center;
    padding: 10px;
}
.main-title {
    position: relative;
    height: 52px;
    padding: 5px 0 17px;
    text-align: center;
}

.main-title::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    z-index: 1;
}

h3.main-tit {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 32px;
    font-size: 18px;
    line-height: 1.6;
    color: #1f1f1f;
    background-color: #fff;
    z-index: 3;
}
section#main_6ps {
    padding: 40px 0;
}
section.bg-gray h3.main-tit {
    background-color: #f4f5f7;
}

p.wr_1_price i {
    font-size: 9px;
    background-color: #535999;
    color: #fff;
    padding: 4px;
    border-radius: 11px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

p.wr_1_price {
    position: relative;
}
#main_gallery .na-title .na-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#main_gallery .img-item {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding:5% 3%;
}
.main_gallery_li {
    padding-bottom: 20px;
}
.main_gallery_li img {
    width: 100%;
}
.main_gallery_li .img-item {
    text-align: center;
    padding: 15% 20% 10% 20%;
}
section#main_gallery {
    padding: 50px 0;
}
.darkmode-toggle {
    z-index: 100;
}
body.darkmode--activated #nt_title {
    background-color: #2c2c2c;
    border-bottom: 1px solid #111111;
}
body.darkmode--activated, body.darkmode--activated a, body.darkmode--activated .btn,
body.darkmode--activated .table,
body.darkmode--activated .form-control-plaintext{
    color: rgba(255, 255, 255, 0.83);
}
body.darkmode--activated .text-muted {
    color: #b9c0c5 !important;
}
body.darkmode--activated #bo_w .list-group-item {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 0;
    border-right: 0;
}
body.darkmode--activated,
body.darkmode--activated .wrapper {
    background-color: #171717; 
}

body.darkmode--activated .list-group-item {
    background-color: rgb(42 42 42);
    border: 1px solid rgb(214 214 214 / 13%);
}
body.darkmode--activated #nt_side_menu .me-ul {
    background: rgb(255 255 255 / 0%);
}
body.darkmode--activated .btn_b01:hover, 
body.darkmode--activated .btn_b01:hover {
    color: #a5a5a5;
}
body.darkmode--activated .bg-light {
    background-color: #171717 !important;
}
body.darkmode--activated .bg-white {
    background-color: #858585 !important;
}
body.darkmode--activated .sidebar-list .me-ul {
    background: #858585 !important;
}
body.darkmode--activated .text-black-50 {
    color: rgb(255 255 255 / 50%) !important;
}
body.darkmode--activated #nt_footer .nt-links ul > li > a {
    color: #bfbfbf;
}

body.darkmode--activated .sly-tab li a {
    background: #222222;
}
body.darkmode--activated .sly-tab li.active a {
    background: #000;
}
body.darkmode--activated .tbl_frm01 th {
    background: #2a2a2a;
}
body.darkmode--activated .sidebar-list .me-ul1 {
    background: #a3a3a3 !important;
}
body.darkmode--activated .sidebar-list .me-ul {
    background: #858585 !important;
}
img#mlogo_img {
    height: 32px;
}
a#downloadUrl i {
    margin-right: 0.5em;
}

a#downloadUrl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    margin: 15px 0 0;
    padding: 0 38px;
    border-radius: 100px;
    background-color: #a16e47;
    width: 100%;
    max-width: 180px;
    font-size: 1.2em;
}
@media (max-width: 768px) {
    #nt_title {
        color: #fff;
        background: #a16e47;
        padding-top: 45px;
    }
    section#main_gallery {
        padding: 20px 0;
    }
    .main_btns {
        overflow: scroll;white-space: nowrap;
    }
    ul.btns {
        width: 670px;
        
    }
    li.ma_btn {
        padding: 6px;
        background-position: center 10px;
        background-size: 24px;
    }
    li.ma_btn a {
        padding-top: 27px;
        font-size: 12px;
    }
    

}
@media (max-width: 468px) {
    #main_gallery .na-title .na-item {
        font-size: 13px;
    }
}
/* 사각 스타일 */
.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; }
