#special p {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
}

hr.style1 {
    border: 0;
    height: 2px;
    background: #ccc;
    background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
    background-image:    -moz-linear-gradient(left, #fff, #ccc, #fff);
    background-image:     -ms-linear-gradient(left, #fff, #ccc, #fff);
    background-image:      -o-linear-gradient(left, #fff, #ccc, #fff);
    width: 90%;
    margin: auto;
}

a {
    text-decoration: underline;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a.linkArrow {
    text-decoration: none !important;
    display: block;
	background: url("/img/arrow.png") no-repeat;
	background-size: auto 17px;
	-moz-background-size: auto 17px;
	-webkit-background-size: auto 17px;
	background-position: 96%;
	border-bottom: 1px solid gray;
	padding: 10px 30px 10px 8px;
	font-size: 16px;
	font-weight: normal;
}

a.linkArrow + br {
    display: none;
}

a.linkArrow:hover {
    background-color:#eee;
}

a.linkButton {
	display: block;
	background: #f00;
	width: 80%;
	border-radius: 8px;
	border: 3px solid #f00;
	padding: 8px;
	color: #fff !important;
	text-decoration: none !important;
}

a.linkButton:hover {
	background: #fff;
	color: #f00 !important;
	border: 3px solid #f00;
}

a.linkButtonSimple div{
	background: url("/img/arrow.png") no-repeat;
	background-size: auto 17px;
	-moz-background-size: auto 17px;
	-webkit-background-size: auto 17px;
	background-position: 100%;
}

a.linkButtonSimple {
	display: block;
	border: 1.5px solid #000;
	border-radius: 10px;
	text-align: center;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: large !important;
	width: 80%;
	margin: 6px auto;
	padding: 3px 10px!important;
	background: #fff !important;
}

a.linkButtonSimple:hover {
	background: #ddd !important;
}

a.linkButtonSimple.selected {
	border: 5px solid #900;
	pointer-events: none;
	color: #900 !important;
	font-size: 20px !important;
}

a.linkButtonSimple.selected div {
	background: none;
}

a.linkButtonSimple + br {
	display: none;
}

a.headArrow {
	font-weight: bold;
}

a.headArrow:before {
	content: url("/img/special/2018_newyear_linkArrow2.png");
	position: relative;
	top: 3px;
}

#special table {
	margin-bottom: 20px;
	margin: auto;
}

#special table td {
	padding: 15px;
}

div.infoBoard {
	margin: 0 auto 20px;
	width: 80%;
	padding: 10px;
	background: #fff497;
}

p.infoBoard {
	margin: 0 auto 20px;
	width: 100%;
	padding: 10px;
	background: #eee;
}
#special p {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: -9px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a.linkArrow {
    text-decoration: none !important;
    display: block;
	background: url("/img/arrow.png") no-repeat;
	background-size: auto 17px;
	-moz-background-size: auto 17px;
	-webkit-background-size: auto 17px;
	background-position: 96%;
	border-bottom: 1px solid gray;
	padding: 10px 30px 10px 8px;
	font-size: 16px;
	font-weight: normal;
}

a.linkArrow + br {
    display: none;
}

a.linkArrow:hover {
    background-color:#eee;
}

a.linkButton {
	display: block;
	background: #f00;
	width: 80%;
	border-radius: 8px;
	border: 3px solid #f00;
	padding: 8px;
	color: #fff !important;
	text-decoration: none !important;
}

a.linkButton:hover {
	background: #fff;
	color: #f00 !important;
	border: 3px solid #f00;
}

#special table {
	margin-bottom: 20px;
	margin: auto;
}

#special table td {
	padding: 15px;
}

#special .pepero table td {
	padding: 5px 15px;
}

#special table.peperoBackground {
	margin-right:0;
}

#special table.peperoBackground td:first-child {
	border-radius: 30px 0 0 30px;
}

div.infoBoard {
	margin: 0 auto 20px;
	width: 80%;
	padding: 10px;
	background: #fff497;
}

p.infoBoard {
	margin: 0 auto 20px;
	width: 100%;
	padding: 10px;
	background: #eee;
}

#photocon {
	line-height: 170%;
}

#photocon .example,#photocon .present,#photocon .detail{
	width: 95%;
	margin: auto;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}

#photocon .theme {
	width: 80%;
	margin: 15px auto;
	border-radius: 10px;
	position: relative;
	padding: 10px;
	line-height: 200%;
}

#photocon .theme img {
	width: 23%;
	position: absolute;
	top: -20px;
	left: -15px;
}

#photocon .award {
	line-height: 140%;
}

#photocon div.name font {
	font-size: 17px;
}

#photocon .award div.name {
	font-size: 14px;
	text-align: center;
	margin: 0;
	position: relative;
	top: -4px;
}

#photocon .award div.name font{
	margin-right: 5px;
}

#photocon span.columnPR{
	font-size: 13px;
}

#photocon .example font {
	font-size: 13px;
}

#photocon .example img {
	margin: 8px 10px 10px 0px;
}

#photocon .example img + div {
	margin-top: 10px;
}

#photocon .award img {
	margin: 10px 0;
}

#photocon .awardInfo + img {
	margin: 0;
}

#photocon .example .thanx {
	display: block;
	text-align: center;
	color: #cc3366;
	font-weight: bold;
	font-size: larger;
	text-decoration: underline;
}

#photocon .example .photo {
	background: #ccc;
	color: #003366 !important;
	text-decoration: none !important;
	display: block;
	width: 50%;
	font-size: small;
	border-radius: 10px;
	margin-top:5px;
}

#photocon .example .photo:hover {
	background: #eee;
}

#photocon .example .poll a{
	background: #cc3366;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
	width: 40%;
	padding: 2px 0px;
	border-radius: 10px;
	border: 2px solid #cc3366;
	font-weight: bold;
	margin-top:5px;
}

#photocon .example .poll a:hover{
	background: #fff;
	border: 2px solid #cc3366;
	color: #cc3366 !important;
}

#photocon .award .awardInfo {
	background: #cc9933;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	position: relative;
	left: -7%;
	top: 5px;
	padding-left: 15px;
	width: 145px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	line-height: 150%;
}

#photocon .present div {
	font-weight: bold;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	line-height: 160%;
}

#photocon .prize {
	margin-top: 25px;
	padding-left: 10px;
	color: #cc3366;
	font-size: 14px;
	font-weight:bold;
	border-left: 10px solid #cc3366;
	border-right: 10px solid #cc3366;
}

#photocon .prize img {
	text-align: center;
}

#photocon .prize span{
	font-size: 16px;
	display: block;
}

#photocon .message{
	padding: 0 10px;
}

#photocon a.ouboLink {
	display: block;
	width: 80%;
	border-radius: 10px;
	background: #cc3366;
	padding: 5px;
	box-sizing: border-box;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	border: 3px solid #cc3366;
	font-size: 18px;
	margin: 15px 0;
}

#photocon a.ouboLink font {
	font-size: 13px;
}

#photocon a.ouboLink:hover{
	background: #fff;
	color: #cc3366 !important;
	font-weight: bold;
	border: 3px solid #cc3366;
}

#newyear table a{
	display: block;
	background: url("/img/arrow.png") no-repeat;
	background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-position: 96%;
	padding: 10px 15px 10px 5px;
	font-size: 18px;
	text-decoration: none !important;
}

#newyear table a:hover{
	text-decoration: underline !important;
}

#newyear table th {
	padding: 3px;
}

#newyear table td[colspan="2"] {
	line-height: 120%;
	padding: 0px 10px 10px;
}

#newyear table .unopen {
	display: block;
	padding: 10px 15px 10px 5px;
	font-size: 18px;
	text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6, address {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    background: transparent;
}
.newsList h2 {
	background: #000;
	font-size: larger;
	margin-bottom: 120px;
}

.newsList h2.nomargin {
	margin: 0;
}

.newsList h2.nomargin +img {
	position: static;
}

.newsList {
	position: relative;
	overflow: hidden;
}

.newsList img {
	position: absolute;
	top: 35px;
	z-index: -1;
}

.newsList ul {
	background: rgba(255,255,255,0.8);
	padding: 15px 5px;
}

.newsList span.starName {
	font-weight: bold;
	font-size: small;
}

.gw div.gwKeyword {
	width: 90%;
	background: #d9e5f2;
	margin: auto;
	border-radius: 5px;
	padding: 15px 10px;
	box-sizing: border-box;
}

.gw div.gwKeyword img{
	width: 240px;
	display: block;
	margin: auto;
	position: relative;
	top: -50px;
}

.gw div.gwKeyword a{
	display: inline-block;
	background: #3399cc;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 20px;
	font-weight: bold;
	margin: 0 5px 10px 0;
	border-radius: 5px;
	padding: 5px 10px;
	position: relative;
	top: -20px;
	border: 2px solid #3399cc;
}

.gw div.gwKeyword a:hover{
	background: #fff;
	color: #3399cc !important;
	border: 2px solid #3399cc;
}

.gw .listLink div{
	display: block;
	background: #e6e8ec;
	padding: 15px 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.gw .listLink div img {
	margin-bottom: 15px;
}

.gw .listLink div a {
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
}

.gw .listLink div:hover{
	text-decoration: underline;
}

.JuneBride h2{
	background: none;
	color: #3f78a0;
	font-size: larger;
	text-align: left;
	border-left: 10px solid;
	margin-bottom: 10px;
	padding-left: 10px;
}

.JuneBride .comment {
	margin: 10px 0px 30px;
}

.JuneBride .comment p {
	background: #ebf1f6;
}

.JuneBride .ranking .linkArrow {
	display : inline-block;
	padding: 5px 30px 5px 0px;
}

.JuneBride .ranking .linkArrow img{
	width: 50%;
	float: left;
	margin-right: 8px;
}

.JuneBride a.button{
	margin-top: 10px;
	display: block;
	text-decoration: none !important;
	font-size: large;
	font-weight: bold;
	width: 80%;
	padding: 10px 30px 10px;
	border-radius: 10px;
    background: #abd3ee url("/img/arrow.png") no-repeat;
    background-size: auto 17px;
    -moz-background-size: auto 17px;
    -webkit-background-size: auto 17px;
    background-position: 96%;
    box-sizing: border-box;
}

.JuneBride a.button:hover{
	background: #63a4c6 url("/img/arrow.png") no-repeat;
    background-size: auto 17px;
    -moz-background-size: auto 17px;
    -webkit-background-size: auto 17px;
    background-position: 96%;
    color: #fff !important;
}

.JuneBride div.question{
	position: relative;
}

.JuneBride div.question p{
	position: absolute;
	top: 0;
	color: #333;
	font-weight: bold;
	#font-size: large;
	text-shadow: 0px 0px 20px #fff;
}

.JuneBride div.question img {
	opacity: 0.3;
}

#special.newyear2019 table{
	border-radius: 10px;
}

#special.newyear2019 .linkButtonList {
	text-align: center;
    margin-top: 10px;
}

#special.newyear2019 .linkButtonList a{
	width: 44%;
	display: inline-block;
	margin: 5px 2px;
}

#special.newyear2019 h2 {
	background: #900;
	font-size: 25px;
}

#special.newyear2019 a.linkButtonSimple {
	padding: 3px 5px 3px 0!important;
}

#special.newyear2019 h2 span{
	position: relative;
	display: block;
	margin: 0;
	right:0;
	line-height: 100%;
	padding-bottom: 15px;
	font-size: 17px;
}

#special.newyear2019 .newyearNewsTop5 div{
	position: relative;
	height: 160px;
	overflow: hidden;
    border-bottom: 3px solid #000;
}

#special.newyear2019 .newyearNewsTop5 div img:first-child{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 50px;
}

#special.newyear2019 .newyearNewsTop5 div a{
	position: absolute;
	font-size: 16px;
	height: 80px;
	bottom: 0;
	width: 100%;
	padding: 5px;
	background: rgba(255,255,255,0.5);
	font-weight: bold;
	box-sizing: border-box;
}

#special.newyear2019 .newyearNewsTop5.imgHalf div{
	width: 100%;
	height: 120px;
}

#special.newyear2019 .newyearNewsTop5.imgHalf div a{
	height: 100%;
	width: 73%;
}

#special.newyear2019 .newyearNewsTop5.imgHalf div a div{
	font-size: larger;
	top: 35px;
}

#special.newyear2019 .newyearNewsTop5.imgNone div img:first-child{
	position: inherit;
	margin-right: 10px;
	vertical-align: baseline;
}

#special.newyear2019 .newyearNewsTop5.imgNone div {
	font-weight: bold;
	height: 130px;
}

#special.newyear2019 .newyearNewsTop5.imgNone div a{
	top: 50px;
}

#special.korea_pickup div {
    line-height: 180%;
    word-break: break-all;
    margin: 5px 10px 30px;
    padding: 0;
}

/*----------------------------------------------------------
  h3
----------------------------------------------------------*/

h3.April2021 {
  text-align: left;
  font-size: large;
  padding: 8px 0;
  border-left: 5px solid #5f9ea0;
  padding-left: 10px;
  background: #ffffff;
  color: #ff0000;
  line-height: 150%;
  margin-top: -1px;
}

h3.May2021 {
  text-align: left;
  font-size: large;
  padding: 8px 0;
  border-left: 5px solid #b22222;
  padding-left: 10px;
  background: #faf0e6;
  color: #ff0000;
  line-height: 150%;
  margin-top: -1px;
}

h3.koreapickup {
  text-align: left;
  font-size: large;
  padding: 8px 0;
  border-left: 5px solid #ff3399;
  padding-left: 10px;
  background: #ffffff;
  color: #ff0000;
  line-height: 150%;
  margin-top: -1px;
}

h3.lunaryearrecipe {
  text-align: left;
  font-size: large;
  padding: 8px 0;
  border-left: 5px solid #6b8e23;
  padding-left: 10px;
  background: #ffffff;
  color: #ff0000;
  line-height: 150%;
  margin-top: -1px;
}

h3.summer2020 {
  text-align: left;
  font-size: large;
  padding: 8px 0;
  border-left: 5px solid #6bb8dc;
  padding-left: 10px;
  background: #ffffff;
  color: #00bfff;
  line-height: 150%;
  margin-top: -1px;
}

h3.hotel {
  text-align: left;
  font-size: large;
  padding: 8px 0;
  border-left: 5px solid #97c5b0;
  padding-left: 10px;
  background: #ffffff;
  color: #97c5b0;
  line-height: 150%;
  margin-top: -1px;
}

koreapickup.h2 {
background: #a9a9a9;
font-size: 18px;
}

h3.2022GW {
  border-bottom: 6px double #000;
}

h3.2022GWGM {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

h3.2022GWGM :before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h3.2022GWGM span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
/*----------------------------------------------------------
  detail_body
----------------------------------------------------------*/

.detail_body {
  line-height: 180%;
  word-break: break-all;
  margin: 5px 10px 30px;
  padding: 0;
}
.detail_body a:not(.lightbox-image) {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  padding: 3px;
  line-height: 180%;
  border-radius: 3.5px;
}

#dcm_bookmarkArea.detail_body a:not(.lightbox-image){
    font-size:12px;
    color:#fff;
    text-decoration:none;
    padding:14px 10px;
    line-height:1;
    border-radius:10px;
}

.detail_body2 a:not(.lightbox-image) {
  border: solid 1px #667477;
  background: #bdb76b;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  padding: 3px;
  line-height: 180%;
  border-radius: 3.5px;
}
.detail_body2 a:hover {
    text-decoration: underline;
}
.detail_body a.underline {
  font-size: inherit;
  color: #ff0066;
  border: none;
  background: none;
}

.family1{
  font-family: 'Yu Mincho Light';
}
.family2{
  font-family: 'YuMincho';
}
.family3{
  font-family: '游明朝体';
}
.family4{
font-family: 'Rounded M+ 1c', sans-serif;
}






.gw div.gwKeyword1 {
	width: 90%;
	background: #E3F5D8;
	margin: auto;
	border-radius: 5px;
	padding: 30px 10px;
	box-sizing: border-box;
}

.gw div.gwKeyword1 img{
	width: 150px;
	display: block;
	margin: auto;
	position: relative;
	top: -40px;
}

.gw div.gwKeyword1 a{
	display: inline-block;
	background: #3E8416;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 20px;
	font-weight: bold;
	margin: 0 5px 10px 0;
	border-radius: 5px;
	padding: 5px 10px;
	position: relative;
	top: -20px;
	border: 2px solid #3E8416;
}

.gw div.gwKeyword1 a:hover{
	background: #fff;
	color: #3E8416 !important;
	border: 2px solid #3E8416;
}



.gw div.gwKeyword2 img{
	  width: 110px;
	  background: #fff;
	  display: block;
	  margin: auto;
	  position: relative;
	  top: 10px;
	  float: left;
	}
    
    
.gw div.gwKeyword3 {
	width: 90%;
	background: #ECF4F8;
	margin: auto;
	border-radius: 5px;
	padding: 30px 10px;
	box-sizing: border-box;
}

.gw div.gwKeyword3 img{
	width: 150px;
	display: block;
	margin: auto;
	position: relative;
	top: -40px;
}

.gw div.gwKeyword3 a{
	display: inline-block;
	background: #3E4A58;
	color: #fff !important;
	text-decoration: none !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0 2px 5px 0;
    border-radius: 5px;
    padding: 1px 10px;
    position: relative;
    top: 0px;
	border: 2px solid #3E4A58;
}

.gw div.gwKeyword3 a:hover{
	background: #fff;
	color: #3E4A58 !important;
	border: 2px solid #3E4A58;
}    
    
    
    
.gw div.gwKeyword4 {
	width: 90%;
	background: #F9EDD1;
	margin: auto;
	border-radius: 5px;
	padding: 30px 10px;
	box-sizing: border-box;
}

.gw div.gwKeyword4 img{
	width: 150px;
	display: block;
	margin: auto;
	position: relative;
	top: -40px;
}

.gw div.gwKeyword4 a{
	display: inline-block;
	background: #EEBC49;
	color: #fff !important;
	text-decoration: none !important;
    font-size: 17px;
    font-weight: bold;
    margin: 0 2px 5px 0;
    border-radius: 5px;
    padding: 1px 10px;
    position: relative;
    top: 0px;
	border: 2px solid #EEBC49;
}

.gw div.gwKeyword4 a:hover{
	background: #fff;
	color: #EEBC49 !important;
	border: 2px solid #EEBC49;    