@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500&display=swap');
@import url("./font-notosans.css");
@import url("./font-futura.css");
@import url("./font-ydiygo.css");

html, body, .fullScreen {  height: 100%; }
body {
  overflow-x: hidden; background-color:#000;
  font-size: 14px;font-weight: 400;color: rgba(255,255,255,0.5);line-height: 1.6;letter-spacing: 0em;font-family: "YDIYGO310", "Futura", sans-serif;}
/*html::-webkit-scrollbar, body::-webkit-scrollbar { width:0 !important;}
html, body { -ms-overflow-style: none; overflow: -moz-scrollbars-none;}*/
button, input, optgroup, select, textarea {
  font-family: "Futura", "YDIYGO310", sans-serif; 
 }
 body.member-body{background-color:#fff;}
button:focus {outline: 0 !important; }
a, button, .btn {transition: all 0.3s;-webkit-transition: all 0.3s;cursor:pointer; }
a {color: #6b6b6b; text-decoration: none; }
a:hover, a:focus, a.active {text-decoration: none;outline: 0 !important;color: rgb(210,150,0); }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin:0 auto;
  line-height: inherit;
  color: inherit; 
  font-family: 'YDIYGO310', 'Noto Sans', 'notosans';
 }
h1, .h1 { font-size: 4rem;font-weight:700;}
h2, .h2 { font-size: 2rem;font-weight:600;}
h3, .h3 { font-size: 2rem;font-weight:600;}
h4, .h4 { font-size: 1.5rem;font-weight:500;}
h5, .h5 { font-size: 1.125rem;font-weight:400; }
h6, .h6 { font-size: 1rem;font-weight:400; }

hr {margin-top: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }
ul, ol { margin: 0 0 1.5em 0; }
img{max-width:100%;}
.line-height-1{line-height:1;}
.line-height-2{line-height:1.2;}
.line-height-3{line-height:1.3;}
.line-height-4{line-height:1.4;}
.line-height-5{line-height:1.5;}
.line-height-6{line-height:1.6;}
.line-height-7{line-height:1.7;}
.line-height-8{line-height:1.8;}
.letter-space-1{letter-spacing:-1px;}
.letter-space-2{letter-spacing:-2px;}
.letter-space-3{letter-spacing:-3px;}
.btn, .button {overflow: hidden; position: relative; z-index: 1; cursor: pointer; letter-spacing: 0px; border-radius:0;}
.btn:before, .button:before {content: ""; position: absolute; left: 0; top: 0; width: 0%; height: 100%; z-index: -1; transition: all .3s; }
.btn:hover, .btn:focus, .button:hover, .button:focus {box-shadow: none;outline: 0 !important; }
.btn-lg{font-weight:500;}
.btn-skin { background: rgb(210,150,0);color:#fff; }
.btn-skin:hover, .btn-skin:focus, .btn-skin:active { background: rgb(210,150,0); color:#fff; }
.btn-white { background:#fff;color:#000 !important; }
.btn-outline-white { background:transparent;color:#fff !important;border-color:#fff; }
.btn-black { background: rgb(0,0,0);color: rgb(255,255,255) !important; }
.btn-red { background: rgb(234,0,22);color: rgb(255,255,255) !important; }
.btn-yellow { background: #ffea00;color:#111 !important; }
.btn-purple { background: #a93fa4;color:#fff !important; }
.btn-navy { background: #0a2c4d;color:#fff !important; }
.btn-outline-black{border-color:#000;color:#000;border-width:4px;border-radius:0;}
.btn-outline-gray{border-color:#ccc;color:#000;border-radius:0;}
.border-skin {border-color: rgb(210,150,0);}
.border-dark {border-color: rgb(0,0,0);}
.text-dark{color:#111;}
.text-white{color:rgb(255,255,255) !important;}
.text-skin{color:rgb(210,150,0) !important;}
.text-muted{color:#999 !important;}
.text-black{color:#000 !important;}
.text-underline{text-decoration:underline}
.bg-light{background-color:#191919 !important;}
.bg-white .bg-light{background-color:rgba(0,0,0,0.09) !important;}
.bg-black{background-color:#000;}
.text-en{font-family:"Futura"}
.text-big{font-size:1000%;}
.border-black{border-color:rgba(0,0,0,0.6) !important}
.back-to-top {
  color: #fff;font-size: 18px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0); }
.back-to-top i { font-size:26px; }
.back-to-top.show {opacity: 1;visibility: visible;transform: translate3d(0, 0px, 0);-webkit-transform: translate3d(0, 0px, 0); }

/*
Buttons
*/
label{margin:0;font-weight:500;color:#666;}
.checkbox, .radio {padding:0 0 0 0; line-height:20px;position:relative;font-size:1.1rem;}
.checkbox *, .radio * {line-height:20px;}
.checkbox label, .radio label {white-space:nowrap;font-weight:300; }
.checkbox label {padding-left:25px;}
.radio label {padding-left:25px;}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{margin-left:5px;}
.checkbox label::before, .radio label::before {content: "";display: inline-block;position: absolute;-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;transition: border 0.15s ease-in-out, color 0.15s ease-in-out;width:20px;height:20px;top:0px;border:1px solid #ccc;background-color: #fff; }
.checkbox label::before, .radio label::before {left:0}
.checkbox input[type="checkbox"],.checkbox input[type="radio"] {opacity: 0;z-index: 1;cursor: pointer;position:absolute;}
.checkbox input[type="checkbox"]:focus + label::before,.checkbox input[type="radio"]:focus + label::before {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::before {border-color:rgb(210,150,0);}
.checkbox input[type="checkbox"]:checked + label::after {position: absolute; font-family: "FontAwesome";content: "\f00c";width: 20px; height: 20px; left: 0px; top: 0px; color:rgb(210,150,0);;text-align:center;font-size:10px;}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after { display: block; content: ""; width: 10px; height: 3px; background-color: #555555; border-radius: 2px; margin-left: -16.5px; margin-top: 7px;}
.checkbox input[type="checkbox"]:disabled,.checkbox input[type="radio"]:disabled {cursor: not-allowed;}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {background-color: #eeeeee;cursor: not-allowed; }
.checkbox.checkbox-full {display:inline-block;}
.checkbox.checkbox-full label {padding:5px 15px 5px 35px;border-radius:4px;border:1px solid #e0e0e0;position:relative;}
.checkbox.checkbox-full label::before, .checkbox.checkbox-full label::after {left:10px;top:5px !important;right:auto;}
.checkbox.checkbox-full input[type="checkbox"]:checked + label {background-color:rgb(210,150,0);border-color:rgb(210,150,0);color:#fff;}
.checkbox.checkbox-full input[type="checkbox"]:checked + label::before {border-color:transparent;}
.radio label::before {border-radius: 50%;}
.radio input[type="radio"], .radio input[type="checkbox"] {opacity: 0;z-index: 1;cursor: pointer;position:absolute;}
.radio input[type="radio"]:focus + label::before, .radio input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.radio input[type="radio"]:checked + label::before, .radio input[type="checkbox"]:checked + label::before { background-color:rgb(210,150,0);border-color:rgb(210,150,0);}
.radio input[type="radio"]:checked + label::after, .radio input[type="checkbox"]:checked + label::after { position: absolute; font-family: "FontAwesome";content: "\f00c";width: 20px; height: 20px; left: 0px; top: 0px; color: #fff;text-align:center;font-size:10px;}
.radio input[type="radio"]:disabled, .radio input[type="checkbox"]:disabled {cursor: not-allowed;}
.radio input[type="radio"]:disabled + label, .radio input[type="checkbox"]:disabled + label {opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before, .radio input[type="checkbox"]:disabled + label::before {cursor: not-allowed; }
.radio.radio-inline, .checkbox.checkbox-inline {margin-top: 0;}
.radio-nostyle {float:left;margin:0 !important;width:28px;height:28px;overflow:hidden;}
.radio-nostyle label {padding: 0;margin:0;width:28px;height:28px;overflow:hidden;}
.radio-nostyle label::before {position:absolute;border-radius: 0%;width:100%;width:28px;height:28px;left:0;top:0;text-align:center;}
.radio-nostyle label::after { position:absolute;left:0;top:0;text-align:center;font-family: "Noto Sans KR" !important;content: attr(data-label) !important;width:28px;height:28px;line-height:28px !important;font-size:14px !important;font-weight:600 !important;}
.radio-nostyle input[type="radio"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.radio-nostyle input[type="radio"]:checked + label::before { height:28px;width:28px;text-align:center;}
.radio-nostyle input[type="radio"]:checked + label::after {height:28px;width:28px;text-align:center;}
.radio-nostyle input[type="radio"]:disabled {cursor: not-allowed;}
.radio-nostyle input[type="radio"]:disabled + label {opacity: 0.65; }
.radio-nostyle input[type="radio"]:disabled + label::before {cursor: not-allowed; }
.radio-round {float:left;margin:0;width:auto;height:28px;overflow:hidden;padding: 0 10px;text-align:center;}
.radio-round input[type=radio] {opacity:0;}
.radio-round + .radio-round {margin-left:10px;}
.radio-round label {margin:0;width:auto;min-width:40px;text-align:center;height:28px;line-height:28px !important;overflow:hidden;font-weight:400;}
.radio-round label.chkall {width:110px;font-weight:700;}
.radio-round label::before {display:none;}
.radio-round label::after { content:"";position:absolute;left:0;top:0;text-align:center;font-family: "Futura","Noto SansKR" !important;width:100%;height:28px;border:1px solid #ccc;border-radius:14px;}
.radio-round input[type="radio"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.radio-round input[type="radio"]:checked + label {color:rgb(210,150,0)}
.radio-round input[type="radio"]:checked + label::after {border-color:rgb(210,150,0)}
.radio-round input[type="radio"]:disabled {cursor: not-allowed;}
.radio-round input[type="radio"]:disabled + label {opacity: 0.65; }
.radio-round input[type="radio"]:disabled + label::before {cursor: not-allowed; }
.radio.radio-square label::before{border-radius:0}
.navbar-custom {width: 100%;padding:0;z-index: 9;position:fixed;background-color: rgba(0,0,0,0.9);align-items:center}
.navbar-custom .navbar-brand{padding:13px 0;margin:0}
.navbar-custom .navbar-nav {align-items:center}
.navbar-custom .navbar-nav .nav-link {padding:26px 20px;color: #fff;white-space:nowrap;line-height:1.2;font-size:15px;font-weight:500;text-transform: uppercase;position:relative; }
.navbar-custom .navbar-nav .nav-link.text-en {font-weight:500}
.navbar-custom .navbar-nav .nav-link.active, .navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus {color: rgb(210,150,0) !important;}
.navbar-custom .navbar-nav .nav-link:before {content: ""; width: 0;height: 2px;background-color: rgb(210,150,0);margin-left: 0%;display: inline-block;position: absolute;left: 50%;bottom: 0;z-index: 5;transition: all .3s ease-out;transform-origin: 50% 50%;}
.navbar .navbar-nav .nav-link:hover::before {width: 100%; margin-left: 0px; left: 0; opacity: 1;}
.navbar-custom.bg-white .navbar-nav.ml-auto .nav-link {border-color:#ccc}
.navbar-custom .navbar-brand img { width:auto;height:44px;-webkit-animation: all .5s; z-index:1030;}
#mainmenu {position:fixed;width:100%;height:100% !important;left:0; top:0;background-color:rgba(10,10,10,0);display:flex;flex-direction: column;height: 100%;justify-content:center;align-items:flex-start;opacity:0;transition:all .3s;z-index:2;display:none}
#mainmenu.show {background-color:rgba(10,10,10,1);opacity:1;display:flex}
#mainmenu > div {width:100%;}
#mainmenu .container {max-width:1140px}
#mainmenu .logo {max-height:48px}
#mainmenu .fullmenu-footer {margin-top:auto;padding:20px 0;background-color:#000;border-top:1px solid rgba(255,255,255,0.35);}
#mainmenu .fullmenu-footer .fullmenu-footer-link a {padding:20px 20px;color:#fff;}
#mainmenu #top_search {position:relative;}
#mainmenu #top_search input[type="text"] {background-color:transparent;display:block;border:none;border-bottom:1px solid rgba(255,255,255,0.35);font-size:40px;color:#fff;width:100%;text-align:center;padding:0;}
#mainmenu #top_search input[type="text"]:focus {box-shadow:none;outline:none;}

#autofilm-menu {position:fixed;width:100%;height:100% !important;left:0; top:70px;background-color:rgba(10,10,10,0);display:flex;flex-direction: column;height: 100%;justify-content:center;align-items:flex-start;opacity:0;transition:all .3s;z-index:2;display:none}
#autofilm-menu.show {background-color:rgba(10,10,10,1);opacity:1;display:flex}
#autofilm-menu > div {width:100%;}
#autofilm-menu .sub-container {max-width:1140px; margin: 0 auto;}
#autofilm-menu .logo {max-height:48px}
#autofilm-menu .fullmenu-footer {margin-top:auto;padding:20px 0;background-color:#000;border-top:1px solid rgba(255,255,255,0.35);}
#autofilm-menu .fullmenu-footer .fullmenu-footer-link a {padding:20px 20px;color:#fff;}
#autofilm-menu #top_search {position:relative;}
#autofilm-menu #top_search input[type="text"] {background-color:transparent;display:block;border:none;border-bottom:1px solid rgba(255,255,255,0.35);font-size:40px;color:#fff;width:100%;text-align:center;padding:0;}
#autofilm-menu #top_search input[type="text"]:focus {box-shadow:none;outline:none;}

.btn-detail-gray {
	background-color:#282828;
	color: #fff;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
}

#super-normal-collection {margin-bottom: 100px;}
#mainmenu #top_search button {position:absolute;right:0;bottom:0;font-size:30px;height:65px;color:#fff;border:none;background-color:transparent}
.navbar-custom .navbar-toggler{display:block;border: 0px;z-index:10;padding:0;width:30px;height:30px;position:relative;}
.navbar-custom .navbar-toggler > span, .navbar-custom .navbar-toggler > span:before, .navbar-custom .navbar-toggler > span:after {	position: absolute;display: inline-block;content:'';width: 20px;height: 2px;margin-left:-10px;background:#fff;left:50%;	transition: all 0.2s, translate 0.2s;-webkit-transition: all 0.2s, translate 0.2s;}
.navbar-custom .navbar-toggler > span { top: 50%; margin-top:-1px;}
.navbar-custom .navbar-toggler > span::before {top: -7px;	}
.navbar-custom .navbar-toggler > span::after { top: 7px;}
.navbar-custom .navbar-toggler[aria-expanded="true"] span { background: transparent !important;}
.navbar-custom .navbar-toggler[aria-expanded="true"] span::before,
.navbar-custom .navbar-toggler[aria-expanded="true"] span::after {
	/*background-color:#000;*/
}
.navbar-custom .navbar-toggler[aria-expanded="true"] span::before {
	-webkit-transform: translateX(0%) translateY(7px) rotate(45deg);
	-ms-transform: translateX(0%) translateY(7px) rotate(45deg);
	transform: translateX(0%) translateY(7px) rotate(45deg);
}
.navbar-custom .navbar-toggler[aria-expanded="true"] span::after {
	-webkit-transform: translateX(0%) translateY(-7px) rotate(-45deg);
	-ms-transform: translateX(0%) translateY(-7px) rotate(-45deg);
	transform: translateX(0%) translateY(-7px) rotate(-45deg);
}


.cert-input {border:0px; border-bottom: 1px solid #4b4b4b; margin-bottom: 20px;}
.submit-cert {height: 50px;font-size: 16px; margin-top:35px; margin-bottom: 50px;}
#tbutton2.navbar-toggler{display:block;border: 0px;z-index:10;padding:0;width:30px;height:30px;position:relative;}
#tbutton2.navbar-toggler > span, #tbutton2.navbar-toggler > span:before, #tbutton2.navbar-toggler > span:after {	position: absolute;display: inline-block;content:'';width: 20px;height: 2px;margin-left:-10px;background:#fff;left:50%;	transition: all 0.2s, translate 0.2s;-webkit-transition: all 0.2s, translate 0.2s;}
#tbutton2.navbar-toggler > span { top: 50%; margin-top:-1px;}
#tbutton2.navbar-toggler > span::before {top: -7px;	}
#tbutton2.navbar-toggler > span::after { top: 7px;}
#tbutton2.navbar-toggler[aria-expanded="true"] span { background: transparent !important;}
#tbutton2.navbar-toggler[aria-expanded="true"] span::before,
#tbutton2.navbar-toggler[aria-expanded="true"] span::after {
	/*background-color:#000;*/
}
#tbutton2.navbar-toggler[aria-expanded="true"] span::before {
	-webkit-transform: translateX(0%) translateY(7px) rotate(45deg);
	-ms-transform: translateX(0%) translateY(7px) rotate(45deg);
	transform: translateX(0%) translateY(7px) rotate(45deg);
}
#tbutton2.navbar-toggler[aria-expanded="true"] span::after {
	-webkit-transform: translateX(0%) translateY(-7px) rotate(-45deg);
	-ms-transform: translateX(0%) translateY(-7px) rotate(-45deg);
	transform: translateX(0%) translateY(-7px) rotate(-45deg);
}

#blockford-menu {
	background-color: #171717;
    position: absolute;
    left: 0px;
    top: 70px;
    height: 100vh;
    width: 100%;
    background-color: rgba(10,10,10,0);
    justify-content: center;
    align-items: flex-start;
    transition: all .3s;

	font-family: 'YDIYGO310';
	color: #fff;
	font-weight: 300; 
}

#blockford-menu > .row { height: 100vh; }

#blockford-menu .member-menu-title {
	margin-top: 10px;
}

#blockford-menu .member-menu-description {
	margin-top: 30px;
}

#blockford-menu .members-menu-ul {
	list-style: none;
    color: #fff;
    font-family: 'YDIYGO310';
    font-size: 24px;
    font-weight: 300;
	margin-top: 26vh;
}

#blockford-menu .member-left-menu {
	background: url('/assets/images/blockford-menu-bg-new.png') no-repeat;
    padding-right: 30px;   
	padding-top: 25vh;
	background-size: cover;
}

#blockford-menu .members-menu-ul > li {
	margin-top: 15px;
}

#blockford-menu .members-menu-ul > li > a {
	color: #fff;
}

#blockford-menu .members-menu-ul > li > a:visited {
	color: #fff;
	text-decoration: none;
}

#members-menu {
	background-color: #171717;
    position: absolute;
    left: 0px;
    top: 70px;
    height: 100vh;
    width: 100%;
    background-color: rgba(10,10,10,0);
    justify-content: center;
    align-items: flex-start;
    transition: all .3s;

	font-family: 'YDIYGO310';
	color: #fff;
	font-weight: 300; 
}

#members-menu > .row { height: 100vh; }

#members-menu .member-menu-title {
	margin-top: 10px;
}

#members-menu .member-menu-description {
	margin-top: 30px;
}

#members-menu .members-menu-ul {
	list-style: none;
    color: #fff;
    font-family: 'YDIYGO310';
    font-size: 24px;
    font-weight: 300;
	margin-top: 26vh;
}

#members-menu .member-left-menu {
	background: url(/images/members-menu-bg-new.png) no-repeat;
    padding-right: 30px;
    padding-top: 25vh;
    background-size: cover;
}

#members-menu .members-menu-ul > li {
	margin-top: 15px;
}

#members-menu .members-menu-ul > li > a {
	color: #fff;
}

#members-menu .members-menu-ul > li > a:visited {
	color: #fff;
	text-decoration: none;
}

.fullmenu a {display:block;padding:0.25rem 0}
.fullmenu a.mainmenu {font-weight:500;color:#fff;font-size:18px;margin-top:4rem;}
.fullmenu a.mainmenu.text-en {font-weight:800;}
.fullmenu a.mainmenu {font-weight:500;color:#fff;font-size:18px;margin-top:4rem;}
.fullmenu a.mainmenu.text-en {font-weight:800;}
.fullmenu .submenu {margin-top:.5rem;}
.fullmenu .submenu > a{color:rgba(255,255,255,0.6);font-size:16px}
.fullmenu a:hover, .fullmenu a:active, .fullmenu a:focus {color:#fff;}
.sns a { display:inline-flex;align-items:center;justify-content:center;color:#000;font-size:45px;width:70px;height:70px;border-radius:100%;background-color:rgba(255,255,255,0.35);margin:0 20px}
.sns a:hover { color:#fff;}
.sns div + div { margin-left:70px;}
.sns.share a { font-size:20px;width:30px;height:30px;margin:0 10px}
nav.navbar-custom + section{margin-top:70px;overflow:hidden;}
.btn-lg .btn{padding:.9rem 3rem}
.breadcrumb-wrap{border-top:1px solid rgba(0,0,0,0.65);border-bottom:1px solid rgba(0,0,0,0.65); display:none;}
.breadcrumb-wrap .breadcrumb {margin:0;padding:0;line-height:50px;}
.breadcrumb-item+.breadcrumb-item::before{font-family:'themify';content:"\e649";display:inline-block;padding-right:.5rem;color:rgba(0,0,0,0.4);}
.breadcrumb-item:last-child{color:#000;font-weight:500;}
/* Footer style */
#footer { position:relative;background-color:#000;padding:1px 0}
.footer-link{border-top:solid 1px #000}
.footer-link > a{font-size:14px;font-weight:400;font-family:"YDIYGO310";color:#fff;line-height:1;padding:6.5px 30px;display:inline-block}
.footer-link > a + a {border-left:solid 1px rgba(255,255,255,0.35)}
.footer-copyright img.logo {max-height:100px;width:150px;}
.footer-copyright p {font-size:10px;letter-spacing:0.5px}
.pagination .page-item .page-link .ti {line-height:1;font-size:80%;} 
.cert_wrap {background-color:#f7f9fa;border:1px solid #fff;border-radius:5px;padding:30px 90px;}
.cert {white-space:pre-wrap;max-height:300px;overflow-y:auto;overflow-x:hidden;padding:20px;background-color:#fff;border:1px solid #e4e8eb;border-radius:5px;}
.iframe-body{overflow-y:hidden;text-align:center;margin:0 !important}
.table{margin:0;}
.responsive-video {overflow:hidden;}
.container{max-width:none}
.p-list{max-width:1100px}
.form-control-line{border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,1)}
.form-control-line:focus {outline:none;box-shadow:none;border-color:#000;}
.btn-trans{background-color:transparent;border:none;}
.btn-line{border-bottom:1px solid rgba(0,0,0,1)}
.top-image{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;position:relative;}
.top-image > img, .bxslider .image-wrap > img {opacity:0;}
.top-image .title-wrap{position:absolute;width:100%;height:100%;left:0; top:0;display:flex;align-items:center;transform:;}
.top-image .title-wrap h2 {font-size:4rem;font-weight:700;}
.top-image .title-wrap p {font-size:1rem;font-weight:400;}
.top-image .title-wrap * {color:#fff;}
.image-wrap{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;position:relative;width:100%}
.image-wrap > img {width:100%;height:auto}
.notice-list .list{margin-bottom:30px}
.notice-list .con-text{line-height:1.4rem;height:11.4rem;text-overflow:ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;word-break: break-all;overflow:hidden;margin-bottom:20px}
.notice-list .con-text h3{line-height:2.4rem;margin-bottom:15px}
.gallery-list .con-text h5{font-size:18px}
.login-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.login-wrap .login-inner{width:400px;max-width:100%;margin:0 auto;text-align:center;}
.login-wrap .login-inner .nav-tabs .nav-item{flex:0 0 50%;max-width:50%;font-size:12px}
.login-wrap .login-inner .nav-tabs .nav-item a {padding: .2rem 0;}
.login-wrap .login-inner input[type="text"], .login-wrap .login-inner input[type="password"] {border-color:#5a5a5a;font-size:12px;height:40px;margin-top:10px}
.login-wrap .login-inner button[type="submit"] {height:55px;margin-top:10px}
.login-wrap .login-inner .etc {color:#969696;font-size:13px;font-family:'YDIYGO310';}
.login-wrap .login-inner .etc a {color:#000;font-weight:bold}
.login-wrap .login-inner .copyright {color:#969696;font-size:10px;}

.notice-top > h2, .notice-top > h3, .notice-top > p{
	font-family: 'YDIYGO310';
	font-weight: 300 !important;
}
.notice-top > h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.notice-top > h3 {
	font-size: 32px;
}
.notice-top > p {
	padding-top: 10px;
    font-size: 16px;
}

a, p, div {
	font-family: 'YDIYGO310';
}

.notice-list-item {
	font-size: 24px;
	color: #4b4b4b;
}
/******************
Template responsive css
*******************/
@media (min-width:576px){
}
@media (min-width:768px){
	.container {width: 1400px;}
	.navbar-custom.navbar .container {position: relative; }
	.navbar-custom::after {content:"";width:100vw;height:0px;position:absolute;left:0;top:100%;background-color:rgba(43,43,43,0);border-bottom:solid 1px transparent;z-index:2;	
		-webkit-transition: all 0.1s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-moz-transition: all 0.1s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-o-transition: all 0.1s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		transition: all 0.1s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	}
	.navbar-custom .nav-item .dropdown-menu {padding:.25rem;}
	.navbar-custom .nav-item.show .dropdown-menu, .navbar-custom .nav-item.open .dropdown-menu, .navbar-custom .nav-item .dropdown-menu.show {display:flex;}
	.responsive-video {width:100%;height:auto;}
	#main_section_01_list .list {background-color: #191919 !important;}
}
@media (min-width: 992px) {
	.container{padding:0;}
}
@media (min-width: 1200px) {
}
@media (max-width:1199px) {
	.container {max-width: 1600px;}
	.navbar-custom .navbar-nav .nav-link{padding-right:15px;padding-left:15px}
}
@media (max-width:991.98px) {
	.navbar-custom .navbar-nav > .nav-item a.nav-link {padding-right:.75rem;padding-left:.75rem;}
	.hashtag a, .photo-list .list-item .area h4 {font-size:16px;}
	#footer .sns div + div { margin-left:35px;}
	.board_view > h4 {font-size: 25px;}
}
@media (max-width: 767px) {
	.viewpage-section > .container {padding-left:0px !important; padding-right:0px !important;}
	.breadcrumb-wrap {display: none !important}
	h2, .h2{font-size:2rem;}
	h3, .h3 {font-size:1.6rem;}
	h4, .h4 {font-size:1.4rem;}
	h5, .h5 {font-size:1.2rem;}
	html:not(.main) body{margin-top:50px;}
	.navbar .container { position: relative;padding-left: 15px;padding-right: 15px; }
	.notice-list .con-text{line-height:1.4rem;height:10.4rem;}
	.notice-list .con-text h3{line-height:1.8rem;}
	.footer-link > a{font-size:14px;padding:0 30px;margin-bottom:15px}
	.footer-link > a:nth-child(4){border:none}
	.footer-link > a:nth-child(4)::after{display:block;content:'';}
	.fullmenu a.mainmenu{margin:0;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.35)}
	.fullmenu a.mainmenu::after {content:"\e64b";font-family:'themify';float:right;}
	.fullmenu a.mainmenu.open::after {content:"\e648";}
	.fullmenu .submenu {margin:0;padding: 5px 15px 15px 15px;}
	#main_section_01_list > h5{font-size:14px}
	#main_section_01_list .col-auto .btn{display:none}
	#main_section_01_list .col-auto h5, #main_section_01_list .col-auto h2{position:absolute;left:30px}
	#main_section_01_list .col-auto h5{top:30px}
	#main_section_01_list .col-auto h2{top:50px}
	.main{padding:0}
	.main .reverse{display:flex;flex-direction:column-reverse}
	.main .content {border:none !important;margin:0 !important;padding:0 !important}
}
@media (max-width: 575px) {
	h1, .h1{font-size:3rem;}
	h2, .h2{font-size:2rem;}
	h3, .h3 {font-size:1.4rem;}
	h4, .h4 {font-size:1.2rem;}
	.cert_wrap {padding:20px;}
	.pop-amusement .sub-title .sub-content p {font-size:12px;}
	.amusement-wrap h1{font-size:50px;}
	.amusement-wrap h4{font-size:20px;}
	.pop-amusement.headrock h4{font-size:25px;}
	.row{margin-right:-5px;margin-left:-5px;}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{padding-right:5px;padding-left:5px;}
	#footer .sns div + div { margin-left:50px;}
	.notice-list .con-text{height:auto;}
	.footer-link > a{font-size:14px;padding:0 15px;margin-bottom:15px}
	.fullmenu a.mainmenu, .fullmenu .submenu > a{font-size:14px}
}
@media (max-width: 414px) {
	.col-custom-20{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width:50%;}
	.amusement-wrap h1{font-size:40px;}}
@media (max-width: 767px) and (orientation: portrait) {
	.d-flex video{width:100vw;object-fit: cover;height:56.5vw;}
}

