.container-fluid {
    max-width: 1020px
}

html {
    height: 100%
}

body {
    min-height: 100%;
    font-family: 'NotoSansKR', sans-serif;
    color: #000;
    text-align: center;
    padding-bottom: 60px;
    word-break: keep-all
}

img {
    image-resolution: from-image 300dpi
}

button {
    outline: none !important
}

h1,h2,h3,h4,h5 {
    margin: 0
}

a:hover,a:focus {
    text-decoration: none
}

.bg0 {
    background-color: #ffa423 !important
}

.bg1 {
    background-color: #ff50b7 !important
}

.link-btn {
    display: inline-block;
    background-color: #000;
    color: #fff !important;
    padding: 4px 20px 6px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px
}

.link-btn:hover {
    background-color: #844fda
}

.label-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 4px 20px 6px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px
}

.label-btn input {
    position: absolute;
    visibility: hidden
}

.label-btn:hover {
    background-color: #844fda
}

#logo {
    color: #333;
    text-decoration: none !important;
    font-size: 60px;
    display: block;
    padding: 8px
}

#header {
    background: #000 url("../../../uploads/britg/annual-awards-2025/header-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 120px 0 80px
}

#header .date {
    color: white;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px
}

#header p {
    font-size: 24px;
    color: #fff;
    opacity: .7
}

#header h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background: #fff;
    padding: 0 20px;
    border-radius: 4px;
    line-height: 2
}

#nav {
    position: relative;
    z-index: 100;
    height: 130px;
    background: #fff;
    border-bottom: 4px solid #ccc
}

#nav.pinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    height: 90px;
    transition: height 300ms
}

#nav.pinned a img {
    height: 45px
}

#nav.pinned+#nav-space {
    display: block
}

#nav ul {
    display: flex;
    height: inherit;
    padding: 0
}

#nav li {
    flex: auto;
    height: inherit
}

#nav a {
    display: flex;
    align-items: center;
    height: inherit;
    color: #333;
    background: none !important;
    padding: 0 0 2px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    transition: border-bottom-color 200ms;
    line-height: 1.3;
    letter-spacing: -.5px;
    border-bottom: 8px solid transparent
}

#nav a span {
    flex: 1
}

#nav a img {
    height: 60px;
    width: auto;
    max-width: none;
    transition: height 300ms
}

#nav a img.active{
	display:none;
}

#nav li.active a {
    border-bottom-color: #a557fe
}

#nav li.active img:not(.active){
	display:none;
}

#nav li.active img.active{
	display:inline;
}

#nav-space {
    height: 130px;
    display: none
}

.content-group.bg-deep {
    background: #f5f5f5
}

.content-group h2 {
    margin-bottom: 30px
}

.content-group h3 {
    font-size: 35px;
    margin-bottom: 30px;
    letter-spacing: -1.5px
}

.content-group h3 small {
    font-size: inherit;
    font-weight: normal;
    color: inherit
}

.content-group .item-group {
    margin-top: 50px
}

.content-group .item-group + .item-group{
	margin-top:85px;
}

.item-novel_single .bg1{
	background-color: #ffa423 !important;
}

.novel-group .items {
    display: flex;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px
}

.novel-group .items .col {
    flex: 1;
    padding: 0 15px
}

.novel-group .items+.items {
    margin-top: 40px
}

.novel-group .item {
    height: calc(100% - 40px);
    transition: transform 200ms;
    word-break: break-all
}

.novel-group .item .elm1 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 20px 70px;
    height: 100%;
    background-color: #666;
    color: #fff;
    transition: background-color 200ms;
    border-radius: 6px;
    margin-bottom: 10px
}

.novel-group .item .elm2 {
    flex: 1;
    line-height: 1.3;
    letter-spacing: -1px
}

.novel-group .item .elm2 .title {
    font-size: 18px;
    font-weight: bold
}

.novel-group .item .elm2 .author {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 10px;
    white-space: nowrap
}

.novel-group .item .elm2 .author img {
    width: 20px;
    border-radius: 100%;
    margin: -3px 3px 0
}

.novel-group .item .elm3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    opacity: 0;
    transition: opacity 200ms;
    background: #844fda;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.novel-group .item .elm3 span {
    flex: 1;
}

.novel-group .item .elm3 img {
    display: block;
    margin: 0 auto 10px;
    transition: transform 200ms 100ms;
    transform: scale(0.8)
}

.novel-group .item .elm1:hover .elm3 {
    opacity: 1
}

.novel-group .item .elm1:hover .elm3 img {
    transform: scale(1)
}

.novel-group .item.active {
    transform: scale(1.1)
}

.novel-group .item.active .elm1,.novel-group .item.active label {
    background-color: #844fda !important
}

.review-group .items {
    display: flex;
    align-items: stretch;
    margin-left: 30px;
    margin-right: 30px
}

.review-group .items .col {
    flex: 1;
    padding: 0 30px
}

.review-group .items+.items {
    margin-top: 40px
}

.review-group .item {
    height: calc(100% - 40px);
    transition: transform 200ms
}

.review-group .item .elm1 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    height: 100%;
    background-color: #666;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 10px
}

.review-group .item .elm2 {
    flex: 1;
    line-height: 1.3;
    letter-spacing: -1px
}

.review-group .item .elm2 img {
    width: 20px;
    margin: -3px 4px 0 0;
    border-radius: 100%
}

.review-group .item .elm2 .titles {
    width: 100%
}

.review-group .item .elm2 .title {
    font-size: 20px;
    font-weight: bold
}

.review-group .item .elm2 .subtitle {
    font-size: 16px;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 10px
}

.review-group .item .elm2 .subtitle small {
    font-size: inherit;
    font-weight: normal
}

.review-group .item .elm3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    opacity: 0;
    transition: opacity 200ms;
    background: #844fda;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: white
}

.review-group .item .elm3 span{
	flex: 1;
}

.review-group .item .elm3 a {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    transition: font-size 100ms
}

.review-group .item .elm3 a:hover {
    font-size: 20px
}

.review-group .item .elm3 a span {
    flex: 1
}

.review-group .item .elm3 img {
	display: block;
    margin: 0 auto 10px;
    transition: transform 200ms 100ms;
    transform: scale(0.8)
}

.review-group .item .elm3:hover {
    opacity: 1
}

.review-group .item .elm3:hover img {
    transform: scale(1)
}

.review-group .item.active {
    transform: scale(1.1)
}

.review-group .item.active .elm1,.review-group .item.active label {
    background-color: #844fda !important
}

#prize .row {
    display: flex;
    align-items: stretch
}

#prize .item {
    height: 100%
}

#prize .item-1 {
    background: #000
}

#prize .item-2 {
    background: #a557fe
}

#readers .item {
    background: #ff9603
}

#info .item {
    text-align: left;
    font-size: 24px
}

#info .item+.item {
    margin-top: 40px
}

#info .item h3 {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-bottom: 10px
}

#info .item ul {
    color: #666;
	padding-left:0;
}

#info .item ul li{
	list-style:none;
	padding-left:18px;
	position:relative;
	color:#111111;
}

#info .item ul li:before{
	content:"-";
	position:absolute;
	top:0;
	left:0;
}

#info .item ul li + li{
	margin-top:16px;
}

#info .item.item-3{
	border-bottom: 1px solid #ccc;
	padding-bottom:40px;
}

#books h2 {
    margin: 0
}

#books .items {
    margin-left: -25px;
    margin-right: -25px;
    display: flex
}

#books .items:after {
    content: '';
    display: table;
    clear: both
}

#books .items .col {
    width:25%;
    padding: 0 25px;
    margin-top: 50px
}

#books .item .image:after {
    border-radius: 6px
}

#books .item .image img {
    border-radius: 6px;
    height: 310px
}

#books .item .title {
    letter-spacing: -1px;
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0
}

#editors .items {
    display: flex;
    align-items: stretch;
    margin-left: 20px;
    margin-right: 20px
}

#editors .items .col {
    flex: 1;
    padding: 0 20px
}

#editors .items+.items {
    margin-top: 40px
}

#editors .item .elm1 {
    position: relative;
    background: #666;
    color: #fff;
    line-height: 1.4;
    letter-spacing: -1px;
    padding: 30px;
    height: 100%;
    transition: background-color 200ms;
    border-radius: 6px
}

#editors .item .elm1 .title {
    font-size: 28px;
    font-weight: bold
}

#editors .item .elm1 .author {
    margin-top: 10px;
    font-size: 18px
}

#editors .item .elm1 .author img {
    border-radius: 100%;
    width: 20px;
    margin: -3px 3px 0
}

#editors .item .elm1 .excerpt {
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 17px;
    margin-top: 20px;
    padding-top: 20px
}

#editors .item .elm2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    opacity: 0;
    transition: opacity 200ms;
    background: #844fda;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white
}

#editors .item .elm2 span {
    flex: 1
}

#editors .item .elm2 img {
    display: block;
    margin: 0 auto 10px;
    transition: transform 200ms 100ms;
    transform: scale(0.8)
}

#editors .item .elm2:hover {
    opacity: 1
}

#editors .item .elm2:hover img {
    transform: scale(1)
}

#editors .item+.item {
    margin-top: 80px
}

#submit-row {
    position: fixed;
    bottom: -70px;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 101;
    transition: bottom 500ms;
    box-shadow: 0 0 10px rgba(0,0,0,0.3)
}

#submit-row>div {
    font-size: 18px;
    height: 100%;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 15px 0
}

#submit-row .btn {
    height: 100%;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0;
    border: none
}

#submit-row #status {
    font-weight: normal;
    opacity: .8
}

body.scrolled #submit-row {
    bottom: 0
}

body.applied #submit-row {
    height: auto;
    bottom: 0
}

#fixed-buttons {
    display: none
}

#event-comment p.h3{
	font-size:24px;
}

#event-comment p.h3 .pr-color{
	color:#7763cc;
}

#event-comment p.h3 small{
	font-size:20px;
	color:#111;
	font-weight:500;
	display:block;
}

body.mobile #books .items .col{
	width:50%;
}

#info,
#books{
	overflow:hidden;
}

@media (min-width: 1025px) {
	#nav a:hover {
		border-bottom-color: #a557fe
	}
}

@media (min-width: 768px) {
    .mobile-elm {
        display:none !important
    }

	.mo-block{
		display:none !important;
	}
	
	#books .items:first-child{
		margin-top:-50px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
  #nav a img{
	  height:50px;
  }
  
  #nav.pinned a img{
	height:50px;
  }
}

@media (max-width: 767px) {
    .desktop-elm {
        display:none !important
    }

	 #nav a img{
		height:24px;
	}
	
	#nav.pinned a img{
		height:24px;
	}
	  
    #logo {
        font-size: 40px;
        padding: 2px
    }

    #header {
        padding: 50px 20px;
        border-radius: 0;
		background: #000 url(../../../uploads/britg/annual-awards-2025/header-bg-mo.jpg) center center no-repeat;
		background-size: cover;
    }
	
	#header p{
		display:none;
	}
	
	#header .date{
		margin-top:20px !important;
		line-height:0;
	}
	
   #header .date img {
        width:160px !important;
    }

    #header h3 {
        font-size: 16px
    }

    #nav {
        height: 60px !important;
        border-bottom-width: 2px
    }

    #nav a {
        border-bottom-width: 4px
    }

    #nav-space {
        height: 50px
    }

    .content-group h2 {
        margin-bottom: 20px
    }

    .content-group h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .novel-group .items .col {
        width: 50%;
        padding: 0 10px
    }

    .novel-group .items+.items {
        margin-top: 20px
    }

    .review-group .items {
        margin-left: -5px;
        margin-right: -5px
    }

    .review-group .items .col {
        padding: 0 10px
    }

    .review-group .items+.items {
        margin-top: 20px
    }

    #banner-1 {
        padding: 30px 15px
    }

    #editors .items {
        display: block;
        margin-left: 0px;
        margin-right: 0px
    }

    #editors .items .col {
        padding: 0
    }

    #editors .items .col+.col {
        margin-top: 15px
    }

    #editors .item .elm1 {
        padding: 20px
    }

    #editors .item .elm1 .title {
        font-size: 18px
    }

    #editors .item .elm1 .author {
        font-size: 14px
    }

    #editors .item .elm1 .excerpt {
        font-size: 14px;
        margin-top: 10px;
        padding-top: 10px
    }

    #editors .item+.item {
        margin-top: 50px
    }

    #books .items {
        margin-left: -5px;
        margin-right: -5px
    }

    #books .items .col {
        padding: 0 10px;
        margin-top: 30px
    }

    #books .item .image img {
        height: 240px
    }

    #books .item .title {
        font-size: 13px;
        font-weight: normal;
        margin: 10px 0;
        line-height: 1.3;
		font-weight:bold;
    }

    #prize .row {
        display: block
    }

    #info .item {
        font-size: 14px
    }

    body.applied #submit-row>div {
        font-size: 16px;
        letter-spacing: -.5px
    }

	.content-group .item-group{
		margin-top:30px;
	}

	.review-group .item .elm2 .title img{
		display:none;
	}

	.mo-none{
		display:none;
	}

	.review-group .item .elm2 .title:before{
		content:"리뷰어";
		display:block;
	}

	.content-group .item-group + .item-group{
		margin-top:48px;
	}

	.review-group .item .elm2 .title{
		font-size:17px;
	}

	.review-group .item .elm2 .subtitle{
		font-size:14px;
	}

	#books .item-group{
		margin-top:30px;
	}

	#books .items:first-child{
		margin-top:-30px;
	}

	#info .item ul{
		margin-top:20px !important;
	}

	.novel-group .item .elm2 .title{
		font-size:17px;
	}

	#event-comment p.h3{
		font-size:14px;
		line-height:1.6em;
	}

	#event-comment p.h3 small{
		font-size:12px;
		margin-top:5px !important;
		font-weight:bold;
	}
}
