@font-face {
  font-family: Montserrat-Regular;
  src: url(../font/Montserrat-Regular.eot);
  src: local("Montserrat-Regular"),
    url(../font/Montserrat-Regular.woff) format("woff");
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../font/Montserrat-SemiBold.eot);
  src: local("Montserrat-SemiBold"),
    url(../font/Montserrat-SemiBold.woff) format("woff");
}

@font-face {
  font-family: GowunBatang-Regular;
  src: url(../font/GowunBatang-Regular.eot);
  src: local("GowunBatang-Regular"),
    url(../font/GowunBatang-Regular.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"),
    url("../font/Pretendard-Black.woff2") format("woff2"),
    url("../font/Pretendard-Black.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"),
    url("../font/Pretendard-ExtraBold.woff2") format("woff2"),
    url("../font/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"),
    url("../font/Pretendard-Bold.woff2") format("woff2"),
    url("../font/Pretendard-Bold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
    url("../font/Pretendard-SemiBold.woff2") format("woff2"),
    url("../font/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"),
    url("../font/Pretendard-Medium.woff2") format("woff2"),
    url("../font/Pretendard-Medium.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
    url("../font/Pretendard-Regular.woff2") format("woff2"),
    url("../font/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"),
    url("../font/Pretendard-Light.woff2") format("woff2"),
    url("../font/Pretendard-Light.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"),
    url("../font/Pretendard-ExtraLight.woff2") format("woff2"),
    url("../font/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"),
    url("../font/Pretendard-Thin.woff2") format("woff2"),
    url("../font/Pretendard-Thin.woff") format("woff");
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 auto;
}

body {
  font-family: "Pretendard";
  font-weight: 500;
  letter-spacing: -0.5px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
  border: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

wrap {
  width: 100%;
  position: relative;
}

.w1000 {
  width: 1100px;
  margin: 0 auto;
}

wrap {
  width: 100%;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-tap-highlight-color: transparent;
}

input:focus {
  outline: none;
}
input {
  -webkit-border-radius: 0;
}
input,
textarea {
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  resize: none;
  margin: 0;
  -webkit-border-radius: 0;
}

div:focus {
  outline: none;
}

select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

button {
  padding: 7px 10px;
  margin: 0;
  outline: none;
  border: 1px solid #e0e0e0;
  background: #f0f0f0;
  resize: none;
  border-radius: 5px;
}

table {
  border-collapse: collapse;
}

iframe {
  border: none;
}

th,
td {
  padding: 0;
  margin: 0;
}

select {
  font-family: "Pretendard";
}

select::-ms-expand {
  display: none;
}

.w1200 {
  width: 1200px;
  margin: auto;
}
.header {
  text-align: center;
}
.logo {
  padding: 30px 0;
}

.menu_fr {
  background: #520602;
  position: relative;
}
.menu_fr:before {
  content: "";
  display: block;
  background-image: url(../images/menu_bg1.png);
  background-size: 576px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 576px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
}
.menu_fr:after {
  content: "";
  display: block;
  background-image: url(../images/menu_bg2.png);
  background-size: 547px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 547px;
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
}
.menu_box {
  vertical-align: middle;
  text-align: center;
  z-index: 999;
  position: relative;
}
.menu_box .list {
}
.menu_box .list .menu_header {
  display: none;
  border-bottom: 2px solid #b09d60;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.menu_box .list .menu {
  margin: 0;
  padding: 20px 0 20px 0;
  list-style: none;
  display: inline-block;
}
.menu_box .list .menu .kr {
  color: #fff;
  font-size: 18px;
}
.menu_box .list .menu .en {
  color: #fff;
  font-size: 12px;
  opacity: 0.4;
}
.menu_box .list .menu .en_blue {
  color: #23846e;
  font-size: 12px;
  letter-spacing: 1px;
}
.menu_box .list .menu li:last-child .en {
  opacity: 0.4;
}

.menu_box .list .menu > li {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  padding: 0px;
}
.menu_box .list .menu > li:nth-child(1) {
  width: 170px;
}
.menu_box .list .menu > li:nth-child(2) {
  width: 170px;
}
.menu_box .list .menu > li:nth-child(3) {
  width: 170px;
}
.menu_box .list .menu > li:nth-child(4) {
  width: 170px;
}
.menu_box .list .menu > li:nth-child(5) {
  width: 170px;
}
.menu_box .list .menu > li:nth-child(6) {
  width: 170px;
}
.menu_box .list .menu > li:nth-child(7) {
  width: 170px;
}

.menu_box .list .menu > li a {
  text-decoration: none;
  color: #666;
}
.menu_box .list .menu > li a:hover {
  color: #b09d60;
}
.menu_box .list .menu > li > .submenu {
  display: none;
  background-color: #f4f4f4;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 0.3s;
}
.menu_box .list .menu > li > .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
}
.menu_box .list .menu > li > .submenu ul li {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}
.menu_box .list .menu > li > .submenu ul li a {
  padding: 0 25px;
  color: #858585;
  display: block;
}
.menu_box .list .menu > li > .submenu ul li a:before {
  content: "-";
  margin-right: 3px;
}

.menu_box .submenu_box {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  z-index: 10;
  line-height: 1;
  height: 220px;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height ease 0.3s, opacity ease 0.3s;
}
.menu_box .submenu_box .submenu_box_inner {
  padding: 20px 0;
}
.menu_box .submenu_box .submenu_box_inner .menu {
  padding: 0 0 0 0px;
}
.menu_box .submenu_box .menu > li {
  position: relative;
  vertical-align: top;
}
.menu_box .submenu_box .menu > li > .title {
  height: 1px;
  overflow: hidden;
  color: transparent;
}
/*.menu_box .submenu_box .menu > li > .child_menu{position:absolute;left:50%;top:0;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);}*/
.menu_box .submenu_box .menu > li > .child_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.menu_box .submenu_box .menu > li > .child_menu ul li {
  white-space: nowrap;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.menu_box .submenu_box .menu > li > .child_menu ul li:nth-child(n + 2) {
  margin-top: 20px;
}
.menu_box .submenu_box .menu > li > .child_menu ul li a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.menu_box .submenu_box .menu > li > .child_menu ul li a:hover {
  color: #520602;
}
.menu_box .list:hover .submenu_box {
  max-height: 320px;
  opacity: 1;
}

.main_slide {
}
.main_slide.swiper-container {
  width: 100%;
  height: 100%;
}
.main_slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 675px;
  cursor: pointer;
}
.main_slide .slide1 {
  background: url(../images/main_slide37.jpg) top center no-repeat;
}
.main_slide .slide2 {
  background: url(../images/main_slide35.jpg) top center no-repeat;
}

.main_slide .slide3 {
  background: url(../images/main_slide15.jpg) top center no-repeat;
}
.main_slide .slide4 {
  background: url(../images/main_slide16.jpg) top center no-repeat;
}
.main_slide .slide5 {
  background: url(../images/main_slide17.jpg) top center no-repeat;
}

.main_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}
.main_slide .swiper-pagination-bullet-active {
  background: #fff;
}

.main_notice {
  padding: 60px 0;
}
.main_notice:after {
  content: "";
  clear: both;
  display: block;
}
.main_notice .left {
  width: 48%;
  float: left;
}
.main_notice .right {
  width: 48%;
  float: right;
}
.main_notice .title {
  color: #333;
  font-size: 24px;
  font-family: Montserrat-SemiBold;
  border-bottom: 1px solid #d1d1d1;
  line-height: 50px;
}
.main_notice .title:after {
  content: "";
  clear: both;
  display: block;
}
.main_notice .title a {
  float: right;
}
.main_notice .list {
  margin: 10px 0 0 0;
}
.main_notice .list .line {
}
.main_notice .list .line:after {
  content: "";
  clear: both;
  display: block;
}
.main_notice .list .line li {
  line-height: 50px;
}
.main_notice .list .line li:first-child {
  float: left;
}
.main_notice .list .line li:first-child a {
  font-size: 18px;
  color: #666;
  font-weight: 600;
}
.main_notice .list .line li:last-child {
  float: right;
  font-size: 14px;
  color: #999;
}

.main_ban {
  padding: 40px 0;
  background: #f6f6f6;
  position: relative;
}
.main_ban:before {
  content: "";
  display: block;
  background-image: url(../images/main_ban_bg1.jpg);
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 370px;
  position: absolute;
  left: 0;
  top: 0;
}
.main_ban:after {
  content: "";
  display: block;
  background-image: url(../images/main_ban_bg2.jpg);
  background-size: 277px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 277px;
  height: 389px;
  position: absolute;
  right: 0;
  top: 0;
}
.main_ban .frame {
  z-index: 9;
  position: relative;
}
.main_ban .frame:after {
  content: "";
  clear: both;
  display: block;
}
.main_ban .frame li {
  float: left;
  width: 33.3%;
}
.main_ban .frame .box {
  background: #fff;
  padding: 30px 0;
  width: 93%;
  box-shadow: 3px 2px 14px -8px grey;
  cursor: pointer;
}
.main_ban .frame .title {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.main_ban .frame .title .big {
}
.main_ban .frame .title .big span {
  color: #ba5915;
}
.main_ban .frame .title .small {
  font-size: 14px;
  color: #999;
  margin: 5px 0 15px 0;
}
.main_ban .frame .foto {
  text-align: center;
}

.main_sns {
  padding: 50px 0 50px 0;
  width: 1200px;
  margin: auto;
}
.main_sns:after {
  content: "";
  clear: both;
  display: block;
}
.main_sns .title {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin: 0 0 20px 0;
}
.main_sns li {
  float: left;
  width: 14.285%;
  cursor: pointer;
}
.main_sns li img {
  object-fit: cover;
}

.footer {
  margin-top: 50px;
  clear: both;
}
.footer .footer_family {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.footer .footer_family:after {
  content: "";
  clear: both;
  display: block;
}
.footer .footer_family li:last-child {
  border-right: 1px solid #d4d4d4;
}
.footer .footer_family li {
  float: left;
  width: 19.6%;
  border-left: 1px solid #d4d4d4;
  text-align: center;
  padding: 10px 0 8px 0;
}
.footer .footer_family li img {
}

.footer .footer_sns {
  padding: 25px 0;
}
.footer .footer_sns:after {
  content: "";
  clear: both;
  display: block;
}
.footer .footer_sns .left {
  float: left;
  color: #666;
  font-size: 24px;
  font-weight: 300;
  line-height: 44px;
}
.footer .footer_sns .right {
  float: right;
}
.footer .footer_sns .right:after {
  content: "";
  clear: both;
  display: block;
}
.footer .footer_sns .right li {
  float: left;
  padding: 0 22px;
}

.footer .info {
  background: #585858;
  padding: 30px 0;
}
.footer .info .text1 {
  color: #fff;
  font-size: 16px;
}
.footer .info .text2 {
  color: #fff;
  font-size: 14px;
  margin: 10px 0 15px 0;
}
.footer .info .text3 {
  color: #999;
  font-size: 14px;
}

.sub_top {
  height: 512px;
  position: relative;
}
.sub_top:before {
  content: "";
  width: 40%;
  background-color: rgba(0, 0, 0, 0.2);
  height: 512px;
  position: absolute;
}
.left_menu {
  position: relative;
  z-index: 9;
  color: #fff;
}
.left_menu:before {
  content: "";
  display: block;
  padding-bottom: 42.7%;
}
.left_menu .in {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.left_menu .text {
  font-family: GowunBatang-Regular;
  font-size: 18px;
  line-height: 24px;
}
.left_menu .line {
  width: 90px;
  height: 1px;
  background: #fff;
  margin: 25px 0;
}
.left_menu .title {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.left_menu .menu_sub li {
  font-size: 18px;
  line-height: 40px;
}
.left_menu .menu_sub .ov {
  opacity: 1;
}
.left_menu .menu_sub a {
  color: #fff;
  opacity: 0.5;
}
.left_menu .menu_sub a:hover {
  opacity: 1;
}

/* 사업단 소개 */

.about .sub_top {
  background: url(../images/sub_top_about.jpg) top center no-repeat;
  background-size: cover;
}

.about .con {
  text-align: center;
}
.about .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 65px 0 0 0;
}
.about .con .foto {
  margin: 60px 0 50px 0;
}
.about .con .text2 {
  width: 800px;
  margin: auto;
  color: #666;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
.about .con .text3 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 80px 0 100px 0;
}

/* 인사말 */

.intro .sub_top {
  background: url(../images/sub_top_about.jpg) top center no-repeat;
  background-size: cover;
}
.intro .con {
  width: 960px;
  margin: 90px auto 110px;
}
.intro .title1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 50px 0;
  text-align: center;
}
.intro .box:after {
  content: "";
  clear: both;
  display: block;
}
.intro .box li {
  float: left;
}
.intro .box li:first-child {
  width: 100%;
  text-align: center;
}
.intro .box li:last-child {
  text-align: center;
  width: 100%;
}
.intro .box .text {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.intro .box .foto .name {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0 0 0;
}
.intro .box .foto .name span {
  font-weight: 600;
}

/* 연혁 */

.history .sub_top {
  background: url(../images/sub_top_about.jpg) top center no-repeat;
  background-size: cover;
}
.history .con {
  width: 960px;
  margin: 70px auto 110px;
}
.history .con:after {
  content: "";
  clear: both;
  display: block;
}
.history .title1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 50px 0;
}
/* Style the tab */
.history .tab {
  float: left;
  width: 20%;
}

/* Style the buttons inside the tab */
.history .tab li {
  display: block;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  padding: 0 0 35px 0;
}

/* Change background color of buttons on hover */
.history .tab li:hover {
  color: #333;
}

/* Create an active/current "tab button" class */
.history .tab li.active {
  color: #333;
}

/* Style the tab content */
.history .tabcontent {
  float: left;
  width: 80%;
}
.history .tabcontent .box {
  border-bottom: 1px solid #cdcdcd;
  margin: 0 0 30px 0;
}
.history .tabcontent .box:after {
  content: "";
  clear: both;
  display: block;
}
.history .tabcontent .box .left {
  float: left;
  color: #333;
  font-size: 24px;
  width: 110px;
}
.history .tabcontent .box .right {
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.history .tabcontent .box .right th {
  vertical-align: top;
  width: 48px;
}
.history .tabcontent .box .right td {
  vertical-align: top;
  padding: 0 0 30px 0;
}

/* 조직안내 */

.org .sub_top {
  background: url(../images/sub_top_about.jpg) top center no-repeat;
  background-size: cover;
}
.org .con {
  width: 960px;
  margin: 70px auto 110px;
}
.org .con:after {
  content: "";
  clear: both;
  display: block;
}
.org .title1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 50px 0;
}

/* 찾아오시는길 */

.map .sub_top {
  background: url(../images/sub_top_about.jpg) top center no-repeat;
  background-size: cover;
}
.map .con {
  width: 960px;
  margin: 70px auto 110px;
}
.map .con:after {
  content: "";
  clear: both;
  display: block;
}
.map .title1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 50px 0;
}
.map .map_frame {
  margin: auto;
}
.map .box2 {
  color: #666;
  font-size: 18px;
  line-height: 36px;
  margin: 0 0 50px 0;
}
.map .box2 table {
  width: 100%;
}
.map .box2 th {
  border-bottom: 1px solid #dcdcdc;
  width: 200px;
  text-align: left;
  padding: 30px 0 30px 40px;
  vertical-align: top;
}
.map .box2 td {
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}

/* 템플스테이란? */

.templestay .sub_top {
  background: url(../images/sub_top_templestay.jpg) top center no-repeat;
  background-size: cover;
}
.templestay .con {
  text-align: center;
}
.templestay .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 65px 0 0 0;
}
.templestay .con .text1 p {
  margin: 0 0 30px 0;
}
.templestay .con .text2 {
  margin: 60px auto;
  color: #666;
  font-size: 18px;
  line-height: 36px;
}
.templestay .con .bt {
  margin: 0 0 65px 0;
}
.templestay .con .bt a {
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font-size: 18px;
  color: #666;
  padding: 20px 60px;
  transition: all 0.25s ease;
}
.templestay .con .bt a:hover {
  background: #666;
  color: #fff;
}

/* 운영사찰안내 */

.templelist .sub_top {
  background: url(../images/sub_top_templelist.jpg) top center no-repeat;
  background-size: cover;
}

.templelist .con {
  text-align: center;
  margin: 70px auto 110px;
}
.templelist .con .map {
  width: 960px;
  margin: auto;
  background: url(../images/img_templelist_map.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.templelist .con .map:before {
  content: "";
  display: block;
  padding-bottom: 130%;
}

.templelist .con .map .link {
  z-index: 3;
}
.templelist .con .map .link span {
  color: #520602;
  padding: 20px 0;
}
.templelist .con .map .link span:hover {
  color: #b85915;
  cursor: pointer;
}
.templelist .con .map .link {
  position: absolute;
  top: 20%;
  left: 30%;
  font-size: 25px;
}
.templelist .con .map .link_seoul .arrow_box {
  top: 140%;
  width: 290px;
  left: -284%;
}

.templelist .con .map .link_jeonnam {
  top: 72%;
}
.templelist .con .map .link_jeonnam .arrow_box {
  top: -1870%;
  width: 420px;
  left: -436%;
}
.templelist .con .map .link_jeonnam .arrow_box:after {
  top: 100%;
  bottom: auto;
  transform: rotate(180deg);
}
.templelist .con .map .link_jeonnam .list:after {
  content: "";
  clear: both;
  display: block;
}
.templelist .con .map .link_jeonnam .list li {
  width: 50%;
  float: left;
}
.templelist .con .map .link_jeonnam .list li:nth-child(1) {
  border-right: 1px solid #fff;
}

.templelist .con .map .arrow_box .title {
  text-align: center;
  color: #fff;
  font-size: 22px;
  border-bottom: 1px dotted #fff;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.templelist .con .map .arrow_box table {
  width: 100%;
}
.templelist .con .map .arrow_box td {
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  text-align: left;
}
.templelist .con .map .arrow_box .lang {
  background: #f39317;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 100px;
  line-height: 20px;
  margin: 0 10px;
}
.templelist .con .map .arrow_box {
  display: none;
  position: absolute;
  width: 100px;
  padding: 20px 15px;
  left: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgba(63, 53, 46, 0.8);
  color: #fff;
  font-size: 14px;
  cursor: default;
}

.templelist .con .map .arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(63, 53, 46, 0);
  border-bottom-color: rgba(63, 53, 46, 0.8);
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

.templelist .con .map .active span {
  color: #b85915;
}
.templelist .con .map .active .arrow_box {
  display: block;
}

.templelist .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 65px 0 0 0;
}
.templelist .con .text2 {
  margin: 60px auto;
  color: #666;
  font-size: 18px;
  line-height: 36px;
}
.templelist .con .bt {
  margin: 0 0 65px 0;
}
.templelist .con .bt a {
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font-size: 18px;
  color: #666;
  padding: 20px 60px;
  transition: all 0.25s ease;
}
.templelist .con .bt a:hover {
  background: #666;
  color: #fff;
}

/* 템플스테이 홍보관 */

.templestayinfo .sub_top {
  background: url(../images/sub_top_templestayinfo.jpg) top center no-repeat;
  background-size: cover;
}

.templestayinfo .con {
  width: 960px;
  margin: auto;
}
.templestayinfo .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 65px 0 0 0;
  text-align: center;
}
.templestayinfo .con .text2 {
  margin: 60px auto;
  color: #666;
  font-size: 18px;
  line-height: 36px;
}
.templestayinfo .con .foto {
  margin: 60px 0 50px 0;
}
.templestayinfo .con .bt {
  margin: 0 0 65px 0;
}
.templestayinfo .con .bt a {
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font-size: 18px;
  color: #666;
  padding: 20px 60px;
  transition: all 0.25s ease;
}
.templestayinfo .con .bt a:hover {
  background: #666;
  color: #fff;
}

.templestayinfo .box2 {
  color: #666;
  font-size: 18px;
  line-height: 36px;
  margin: 0 0 50px 0;
}
.templestayinfo .box2 table {
  width: 100%;
}
.templestayinfo .box2 th {
  border-bottom: 1px solid #dcdcdc;
  width: 200px;
  text-align: left;
  padding: 30px 0 30px 40px;
  vertical-align: top;
}
.templestayinfo .box2 td {
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}

/* 사찰음식이란? */

.templefood .sub_top {
  background: url(../images/sub_top_templefood2.jpg) top center no-repeat;
  background-size: cover;
}

.templefood .con {
  text-align: center;
}
.templefood .con .text1 p {
  margin: 0 0 30px 0;
}
.templefood .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 65px 0 0 0;
}
.templefood .con .foto {
  margin: 60px 0 50px 0;
}
.templefood .con .text2 {
  width: 800px;
  margin: auto;
  color: #666;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
}
.templefood .con .text3 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 80px 0 100px 0;
}

/* 사찰음식특화사찰 */

.templefoodspecial {
  margin: 0 0 100px;
}
.templefoodspecial .sub_top {
  background: url(../images/sub_top_templefood2.jpg) top center no-repeat;
  background-size: cover;
}

.templefoodspecial .con {
  text-align: center;
}
.templefoodspecial .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 80px 0 100px 0;
}
.templefoodspecial .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 65px 0 0 0;
}
.templefoodspecial .con .foto {
  margin: 60px 0 20px 0;
}
.templefoodspecial .con .box {
  width: 960px;
  margin: auto;
}
.templefoodspecial .con .box:after {
  content: "";
  clear: both;
  display: block;
}
.templefoodspecial .con .box li {
  width: 50%;
  float: left;
}
.templefoodspecial .con .box li:last-child table {
  float: right;
}
.templefoodspecial .con .box table {
  width: 98%;
}
.templefoodspecial .con .box th {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background: #f0f0f0;
  padding: 15px 0;
  color: #666;
}
.templefoodspecial .con .box td {
  padding: 8px 0;
  border-bottom: 1px solid #d4d4d4;
  line-height: 45px;
}

/* 사찰음식웹툰 */

.templefoodwebtoon {
  margin: 0 0 60px;
}
.templefoodwebtoon .sub_top {
  background: url(../images/sub_top_templefood2.jpg) top center no-repeat;
  background-size: cover;
}

.templefoodwebtoon .con {
  text-align: center;
}
.templefoodwebtoon .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 80px 0 100px 0;
}
.templefoodwebtoon .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 65px 0 0 0;
}
.templefoodwebtoon .con .foto {
  margin: 60px 0 20px 0;
}
.templefoodwebtoon .con .box {
  width: 960px;
  margin: auto;
}
.templefoodwebtoon .con .box:after {
  content: "";
  clear: both;
  display: block;
}
.templefoodwebtoon .con .box li {
  width: 50%;
  float: left;
}
.templefoodwebtoon .con .box li:last-child table {
  float: right;
}
.templefoodwebtoon .con .box table {
  width: 98%;
}
.templefoodwebtoon .con .box th {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background: #f0f0f0;
  padding: 15px 0;
  color: #666;
}
.templefoodwebtoon .con .box td {
  padding: 8px 0;
  border-bottom: 1px solid #d4d4d4;
  line-height: 45px;
}
.templefoodwebtoon .con .text4 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 10px 0 55px 0;
}
.templefoodwebtoon .con .title_topimg {
  margin: 50px 0 0 0;
}

/* 사찰음식전문점 */

.balwoo .sub_top {
  background: url(../images/sub_top_templefood.jpg) top center no-repeat;
  background-size: cover;
}
.balwoo .con {
  width: 960px;
  margin: 90px auto 110px;
}
.balwoo .box1 {
  background: url(../images/img_balwoo.jpg) bottom right no-repeat;
}
.balwoo .box1 .title1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 50px 0;
}
.balwoo .box1 .text {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.balwoo .foto {
  margin: 55px 0 30px 0;
}
.balwoo .box2 {
  color: #666;
  font-size: 18px;
  line-height: 36px;
  margin: 0 0 50px 0;
}
.balwoo .box2 table {
  width: 100%;
}
.balwoo .box2 th {
  border-bottom: 1px solid #dcdcdc;
  width: 200px;
  text-align: left;
  padding: 30px 0 30px 40px;
  vertical-align: top;
}
.balwoo .box2 td {
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}
.balwoo .con .bt {
  margin: 0 0 65px 0;
  text-align: center;
}
.balwoo .con .bt a {
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font-size: 18px;
  color: #666;
  padding: 20px 60px;
  transition: all 0.25s ease;
}
.balwoo .con .bt a:hover {
  background: #666;
  color: #fff;
}

/* 사찰음식 운영기관 */

.templefoodorgan .sub_top {
  background: url(../images/sub_top_templefood2.jpg) top center no-repeat;
  background-size: cover;
}
.templefoodorgan .con {
  width: 960px;
  margin: 90px auto 110px;
}
.templefoodorgan .title1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-align: center;
}
.templefoodorgan .box {
}
.templefoodorgan .box:after {
  content: "";
  clear: both;
  display: block;
}
.templefoodorgan .box li:first-child {
  width: 40%;
}
.templefoodorgan .box li:last-child {
  width: 60%;
}
.templefoodorgan .box li {
  float: left;
  position: relative;
  vertical-align: top;
}
.templefoodorgan .box li:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.templefoodorgan .box .foto {
  width: 100%;
  position: absolute;
  top: 0;
}
.templefoodorgan .box .foto:before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.templefoodorgan .box .img1 {
  background: url(../images/img_templefoodorgan.jpg) top center no-repeat;
  background-size: cover;
}
.templefoodorgan .box .img2 {
  background: url(../images/img_templefoodorgan2.jpg) top center no-repeat;
  background-size: cover;
}
.templefoodorgan .box .img3 {
  background: url(../images/img_templefoodorgan3.jpg) top center no-repeat;
  background-size: cover;
}
.templefoodorgan .box .in {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
}

.templefoodorgan .box .name {
  font-size: 20px;
  color: #666;
  margin: 0 0 15px 0;
  line-height: 40px;
  font-weight: 600;
}
.templefoodorgan .box .name:after {
  content: "";
  clear: both;
  display: block;
  margin: 0 0 0 15px;
}
.templefoodorgan .box .name a {
  float: right;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 130px;
  line-height: 40px;
  text-align: center;
  transition: all 0.25s ease;
}
.templefoodorgan .box .name a:hover {
  background: #666;
  color: #fff;
}
.templefoodorgan .box .address {
  font-size: 18px;
  line-height: 34px;
  color: #666;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #bcbcbc;
}
.templefoodorgan .box .description {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.templefoodorgan .box1 {
  background: url(../images/img_balwoo.jpg) bottom right no-repeat;
}

.templefoodorgan .box1 .text {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}

/* 본디나 */

.vondina .sub_top {
  background: url(../images/sub_top_vondina.jpg) top center no-repeat;
  background-size: cover;
}
.vondina .con {
  width: 960px;
  margin: 90px auto 110px;
}
.vondina .box {
  width: 810px;
  margin: auto;
}
.vondina .box .logo2 {
  text-align: center;
}
.vondina .box_midd {
  background: url(../images/img_vondina.jpg) bottom right no-repeat;
  margin: 55px 0;
}
.vondina .box .title1 {
  font-size: 24px;
  font-weight: 600;
  margin: 35px 0 35px 0;
  text-align: center;
}
.vondina .box .text {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.vondina .box2 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 0px 0 100px 0;
  text-align: center;
}

.vondina .box_slide {
  background: #f1ece8;
  width: 100%;
  margin: 50px 0 55px 0;
  padding: 40px 0;
}
.vondina .box_slide .title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 0px 0 40px 0;
}
.vondina .box_slide .swiper-container {
  width: 100%;
  height: 100%;
}
.vondina .box_slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  /*display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
  cursor: pointer;
}
.vondina .box_slide .swiper-slide:after {
  content: "";
  display: block;
  padding-bottom: 53%;
}
.vondina .box_slide .swiper-slide .text span {
  font-size: 16px;
  opacity: 0.7;
}
.vondina .box_slide .swiper-slide .text {
  color: #666;
  margin: 0px 0 0 0;
  font-size: 24px;
}
.vondina .box_slide .slide1 {
  background: url(../images/img_vondina_slide01.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide2 {
  background: url(../images/img_vondina_slide02.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide3 {
  background: url(../images/img_vondina_slide03.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide4 {
  background: url(../images/img_vondina_slide04.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide5 {
  background: url(../images/img_vondina_slide05.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide6 {
  background: url(../images/img_vondina_slide06.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide7 {
  background: url(../images/img_vondina_slide07.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide8 {
  background: url(../images/img_vondina_slide08.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide9 {
  background: url(../images/img_vondina_slide09.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide10 {
  background: url(../images/img_vondina_slide10.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide11 {
  background: url(../images/img_vondina_slide11.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide12 {
  background: url(../images/img_vondina_slide12.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide13 {
  background: url(../images/img_vondina_slide13.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide14 {
  background: url(../images/img_vondina_slide14.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide15 {
  background: url(../images/img_vondina_slide15.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide16 {
  background: url(../images/img_vondina_slide16.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide17 {
  background: url(../images/img_vondina_slide17.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide18 {
  background: url(../images/img_vondina_slide18.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide19 {
  background: url(../images/img_vondina_slide19.png) top center no-repeat;
  background-position-y: 110px;
}
.vondina .box_slide .slide20 {
  background: url(../images/img_vondina_slide20.png) top center no-repeat;
  background-position-y: 110px;
}

.vondina .box_slide .swiper-button-next,
.vondina .box_slide .swiper-button-prev {
  width: 47px;
  height: 47px;
  top: 54%;
}
.vondina .box_slide .swiper-button-prev {
  background: url(../images/arrow_vondina1.png) top center no-repeat;
  left: 55px;
}
.vondina .box_slide .swiper-button-next {
  background: url(../images/arrow_vondina2.png) top center no-repeat;
  right: 55px;
}
.vondina .box_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}
.vondina .box_slide .swiper-pagination-bullet-active {
  background: #fff;
}
.vondina .box_slide .swiper-pagination-fraction {
  bottom: 0px;
}

/* 전통불교문화관광콘텐츠 */

.buddhistdesign .sub_top {
  background: url(../images/sub_top_vondina.jpg) top center no-repeat;
  background-size: cover;
}
.buddhistdesign .con {
  width: 960px;
  margin: 90px auto 110px;
}
.buddhistdesign .box {
  margin: 0 0 55px 0;
}
.buddhistdesign .box .title1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 35px 0;
}
.buddhistdesign .box .text {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.buddhistdesign .box .foto {
  margin: 20px 0 0 0;
}
.buddhistdesign .box2 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 0px 0 100px 0;
  text-align: center;
}

/* 성지순례 안내 */

.pilgrimage .sub_top {
  background: url(../images/sub_top_pilgrimage2.jpg) top center no-repeat;
  background-size: cover;
}

.pilgrimage .con {
  text-align: center;
}
.pilgrimage .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 65px 0 55px 0;
}
.pilgrimage .con .foto {
  margin: 60px 0 50px 0;
}
.pilgrimage .con .text2 {
  width: 820px;
  margin: auto;
  color: #666;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
}
.pilgrimage .con .text3 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 50px 0 65px 0;
}
.pilgrimage .con .text4 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 10px 0 55px 0;
}
.pilgrimage .con .title_topimg {
  margin: 50px 0 0 0;
}

.pilgrimage .con .box {
  width: 960px;
  margin: 0px auto;
  background: #fff2da;
}
.pilgrimage .con .box li {
  position: relative;
  background: #fff2da;
}
.pilgrimage .con .box li:first-child:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.pilgrimage .con .box li:last-child:before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.pilgrimage .con .box .in {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
}

.pilgrimage .con .box li {
  float: left;
  text-align: left;
}
.pilgrimage .con .box li:first-child {
  width: 60%;
}
.pilgrimage .con .box li:last-child {
  width: 40%;
}
.pilgrimage .con .box:after {
  content: "";
  clear: both;
  display: block;
}
.pilgrimage .con .box .title {
  font-size: 24px;
  color: #630;
  margin: 30px 0 10px 0;
}
.pilgrimage .con .box .description {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  word-break: keep-all;
}
.pilgrimage .con .box .foto_bg {
  max-width: 392px;
  width: 100%;
  background: url(../images/img_pilgrimage4.jpg) center no-repeat;
  background-size: 140%;
}
.pilgrimage .con .box .foto_bg:before {
  content: "";
  display: block;
  padding-bottom: 57%;
}

/* 33관음성지 안내 */

.thirty_three_temple .sub_top {
  background: url(../images/sub_top_pilgrimage2.jpg) top center no-repeat;
  background-size: cover;
}

.thirty_three_temple .con {
  text-align: center;
}
.thirty_three_temple .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 40px 0 55px 0;
}
.thirty_three_temple .con .text2 {
  width: 820px;
  margin: auto;
  color: #666;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
}
.thirty_three_temple .box {
  margin: 55px 0 100px;
}
.thirty_three_temple .box:after {
  content: "";
  clear: both;
  display: block;
}
.thirty_three_temple .box li {
  width: 50%;
  float: left;
}
.thirty_three_temple .box .map {
  width: 100%;
  background: url(../images/img_33temple.jpg) top center no-repeat;
  background-size: cover;
}
.thirty_three_temple .box .map:before {
  content: "";
  display: block;
  padding-bottom: 188%;
}
.thirty_three_temple .box .list {
  font-size: 16px;
  color: #666;
  width: 450px;
  margin: 0 0 0 30px;
}
.thirty_three_temple .box .list table {
  width: 100%;
}
.thirty_three_temple .box .list th {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background: #f0f0f0;
  padding: 15px 0;
}
.thirty_three_temple .box .list td {
  padding: 8px 0;
  border-bottom: 1px solid #d4d4d4;
}
.thirty_three_temple .box .list .num {
  width: 20px;
  height: 20px;
  background: #ba5915;
  border-radius: 100%;
  position: relative;
  margin: auto;
}
.thirty_three_temple .box .list .num:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.thirty_three_temple .box .list .num .in {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}

/* 1:1문의 */

.qna .sub_top {
  background: url(../images/sub_top_qna.jpg) top center no-repeat;
  background-size: cover;
}
.qna .con {
  text-align: center;
}
.qna .con .text1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  margin: 65px 0 0 0;
}
.qna .con .text1 p {
  margin: 0 0 30px 0;
}
.qna .con .text2 {
  margin: 60px auto;
  color: #666;
  font-size: 18px;
  line-height: 36px;
}
.qna .con .bt {
  margin: 0 0 65px 0;
}
.qna .con .bt a {
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font-size: 18px;
  color: #666;
  padding: 20px 60px;
  transition: all 0.25s ease;
}
.qna .con .bt a:hover {
  background: #666;
  color: #fff;
}

/* 20주년 갤러리 */
.gallery .con .bt a:hover {
  background: #666;
  color: #fff;
}
.gallery_20th {
  width: 100%;
  height: 100%;
  min-height: 1000px;
  position: relative;
}
.gallery_20th iframe {
  position: absolute;
}
.gallery_20th iframe:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* 웹툰 */
.webtoon_title {
  text-align: center;
  padding: 30px 0;
  font-size: 18px;
}
.webtoon_title2 {
  text-align: center;
  padding: 0 0 30px 0;
  font-size: 18px;
}
.webtoon .box {
  text-align: center;
}
.webtoon .webtoon_content {
  position: relative;
}
.webtoon .webtoon_content img {
  margin: 0 auto;
  width: 50%;
}
.webtoon .webtoon_button {
  margin-bottom: 50px;
}
.webtoon .webtoon_button .button {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 10px;
  width: 310px;
  height: 66px;
  line-height: calc(66px - 2px);
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  box-sizing: border-box;
}
.webtoon .webtoon_button .button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 52px;
  height: 52px;
  background-image: url(../images/icon_webtoon_button.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.webtoon .webtoon_content + .webtoon_button {
  margin-top: 50px;
  margin-bottom: 0;
}
.webtoon .page_control {
  position: fixed;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  background-color: #e4e4e4;
  border-radius: 10px;
  width: 50px;
  overflow: hidden;
}
.webtoon .page_control ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.webtoon .page_control ul li {
  position: relative;
}
.webtoon .page_control ul li:nth-child(n + 2):before {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
  margin: 0 2px;
}
.webtoon .page_control .control {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.webtoon .page_control .control:before,
.webtoon .page_control .control:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.webtoon .page_control .control:before {
  opacity: 1;
}
.webtoon .page_control .control:after {
  opacity: 0;
}
.webtoon .page_control .control:hover:before {
  opacity: 0;
}
.webtoon .page_control .control:hover:after {
  opacity: 1;
}
.webtoon .page_control .go_home:before {
  background-image: url(../images/icon_control_home.png);
}
.webtoon .page_control .go_home:after {
  background-image: url(../images/icon_control_home_active.png);
}
.webtoon .page_control .go_top:before {
  background-image: url(../images/icon_control_top.png);
}
.webtoon .page_control .go_top:after {
  background-image: url(../images/icon_control_top_active.png);
}

/*20주년에 있던 웹툰*/
.page_20th_anni {
}
.page_20th_anni * {
  letter-spacing: -0.025em;
}

/*width:1200px;*/
.page_20th_anni .page_width {
  width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.page_20th_anni .inner {
  position: relative;
}
.page_20th_anni .inner:after {
  content: "";
  display: block;
  clear: both;
}
.page_20th_anni .inner_box {
  position: relative;
}
.page_20th_anni .inner_box:after {
  content: "";
  display: block;
  clear: both;
}

.page_20th_anni .header {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  height: 612px;
  background-color: #f3fcfb;
  background-image: url(../images/20th_anni/header.jpg);
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.page_20th_anni .header .inner {
  position: relative;
  height: 100%;
}
.page_20th_anni .header .inner_box {
  position: relative;
  height: 100%;
}
.page_20th_anni .header .shortcuts {
  position: absolute;
  left: 22px;
  top: 490px;
  font-size: 20px;
  line-height: 1;
}
.page_20th_anni .header .shortcuts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_20th_anni .header .shortcuts ul:after {
  content: "";
  display: block;
  clear: both;
}
.page_20th_anni .header .shortcuts ul li {
  float: left;
}
.page_20th_anni .header .shortcuts ul li:nth-child(n + 2):before {
  float: left;
  content: "|";
  margin: 0 15px;
}
.page_20th_anni .header .shortcuts .item {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  color: #333333;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
}

.page_20th_anni .page_sections {
}
.page_20th_anni .page_sections .page_section {
}
.page_20th_anni .page_sections .page_section .section_title {
  margin-bottom: 30px;
}
.page_20th_anni .page_sections .page_section .section_title .title {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  color: #6497ce;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
}
.page_20th_anni .page_sections .page_section .section_title .title b {
  font-weight: inherit;
  color: #54c4af;
}
.page_20th_anni .page_sections .page_section .section_title .description {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  color: #68a1c0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 15px;
}
.page_20th_anni .page_sections .page_section .section_content {
}
.page_20th_anni .page_sections .page_section[page-section="fair"] {
  margin-top: 130px;
}
.page_20th_anni .page_sections .page_section[page-section="webtoon"] {
  margin-top: 80px;
}
.page_20th_anni .page_sections .page_section[page-section="congratulation"] {
  margin-top: 150px;
}
.page_20th_anni
  .page_sections
  .page_section[page-section="congratulation_list"] {
  margin-top: 60px;
}
.page_20th_anni .page_sections .page_section[page-section="history"] {
  margin-top: 190px;
}
.page_20th_anni .page_sections .page_section[page-section="contacts"] {
  margin-top: 100px;
}

.page_20th_anni .group_fair {
  min-width: 1200px;
}
.page_20th_anni .group_fair ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_20th_anni .group_fair ul:after {
  content: "";
  display: block;
  clear: both;
}
.page_20th_anni .group_fair ul li {
  float: left;
  width: 33.333%;
}
.page_20th_anni .group_fair .item {
  position: relative;
  display: block;
  height: 820px;
  background-color: #000000;
  cursor: pointer;
  overflow: hidden;
}
.page_20th_anni .group_fair .item.size_half {
  height: 410px;
}
.page_20th_anni .group_fair .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 50px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  left: -50px;
  transition: left ease 0.5s;
}
.page_20th_anni .group_fair .item .bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  transition: opacity ease 0.5s;
}
.page_20th_anni .group_fair .item .titles_en {
  position: absolute;
  z-index: 1;
  top: 55px;
  right: 35px;
  text-align: right;
  color: #ffffff;
}
.page_20th_anni .group_fair .item .titles_en .subtitle {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.page_20th_anni .group_fair .item .titles_en .subtitle .small {
  text-transform: lowercase;
}
.page_20th_anni .group_fair .item .titles_en .title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  text-transform: uppercase;
}
.page_20th_anni .group_fair .item .titles {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.page_20th_anni .group_fair .item .titles .subtitle {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
  width: 240px;
  opacity: 0;
  padding-top: 50px;
  padding-bottom: 20px;
  transition: opacity ease 0.5s, padding-top ease 0.5s, padding-bottom ease 0.5s;
}
.page_20th_anni .group_fair .item .titles .title {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 35px;
  text-transform: uppercase;
  opacity: 0;
  margin-top: 50px;
  transition: opacity ease 0.5s, margin-top ease 0.5s;
}
.page_20th_anni .group_fair .item:hover {
}
.page_20th_anni .group_fair .item:hover .bg {
  left: 0;
}
.page_20th_anni .group_fair .item:hover .bg:before {
  opacity: 0.5;
}
.page_20th_anni .group_fair .item:hover .titles .subtitle {
  opacity: 1;
  padding-top: 0;
  padding-bottom: 8px;
}
.page_20th_anni .group_fair .item:hover .titles .title {
  opacity: 1;
  margin-top: 35px;
}
.page_20th_anni .group_fair .item.item1 .bg {
  background-image: url(../images/20th_anni/group_fair_bg8.jpg);
}
.page_20th_anni .group_fair .item.item2 .bg {
  background-image: url(../images/20th_anni/group_fair_bg2.half.jpg);
}
.page_20th_anni .group_fair .item.item3 .bg {
  background-image: url(../images/20th_anni/group_fair_bg7.jpg);
}
.page_20th_anni .group_fair .item.item4 .bg {
  background-image: url(../images/20th_anni/group_fair_bg4.jpg);
  background-position: top left;
}
.page_20th_anni .group_fair .item.item5 .bg {
  background-image: url(../images/20th_anni/group_fair_bg5.jpg);
  background-position: top left;
}

.page_20th_anni .group_webtoon {
  position: relative;
}
.page_20th_anni .group_webtoon .webtoon {
  position: relative;
  padding-top: 35px;
}
.page_20th_anni .group_webtoon .webtoon:after {
  content: "";
  display: block;
  clear: both;
}
.page_20th_anni .group_webtoon .webtoon .thumbnail {
  float: left;
  width: 516px;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page_20th_anni .group_webtoon .webtoon .thumbnail:before {
  content: "";
  display: block;
  padding-bottom: 77.5%;
}
.page_20th_anni .group_webtoon .webtoon .info {
  float: right;
  width: calc(100% - 516px);
  padding-left: 83px;
  margin-top: 35px;
  box-sizing: border-box;
}
.page_20th_anni .group_webtoon .webtoon .info .titles {
  position: relative;
  color: #333333;
}
.page_20th_anni .group_webtoon .webtoon .info .titles .subtitle {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
.page_20th_anni .group_webtoon .webtoon .info .titles .subtitle a {
  color: #333;
}
.page_20th_anni .group_webtoon .webtoon .info .titles .title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
}
.page_20th_anni .group_webtoon .webtoon .info .titles .title a {
  color: #333;
}
.page_20th_anni .group_webtoon .webtoon .info .description {
  position: relative;
  color: #666666;
  line-height: 1.66;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
}
.page_20th_anni .group_webtoon .webtoon .info .description a {
  color: #666666;
}
.page_20th_anni .group_webtoon .webtoon .info .selector {
  position: relative;
  height: 65px;
  background-color: #f3f3f3;
  margin-top: 40px;
  font-size: 18px;
}
.page_20th_anni .group_webtoon .webtoon .info .selector:after {
  content: "";
  display: block;
  clear: both;
}
.page_20th_anni .group_webtoon .webtoon .info .selector .title {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 210px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  padding: 0 15px;
  box-sizing: border-box;
}
.page_20th_anni .group_webtoon .webtoon .info .selector .title:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.page_20th_anni .group_webtoon .webtoon .info .selector .select {
  position: relative;
  float: right;
  height: 100%;
  width: calc(100% - 210px);
}
.page_20th_anni .group_webtoon .webtoon .info .selector .select select {
  position: relative;
  margin: 0;
  padding: 0;
  outline: none;
  padding-right: 45px;
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: 1em;
  font-weight: 400;
  color: #333333;
  background-image: url(../images/20th_anni/group_webtoon_info_select_arrow.png);
  background-position: right 20px center;
  background-size: 18px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  cursor: pointer;
}
.page_20th_anni .group_webtoon .webtoon .info .selector .select select:focus {
  outline: none;
  border: 0 !important;
  box-shadow: none !important;
}
.page_20th_anni .group_webtoon .webtoon .button {
  display: block;
  padding: 0;
  -webkit-appearance: none;
  border: 1px solid #95b0cf;
  border-radius: 10px;
  width: 40%;
  height: 52px;
  line-height: calc(52px - 2px);
  font-size: 18px;
  color: #3c72b0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}
.page_20th_anni .group_webtoon .webtoon .button:hover {
  background-color: #f7f7f7;
  transition: 0.5s;
}

.page_20th_anni .group_webtoon .list {
  position: relative;
}

.page_20th_anni .group_webtoon .list .list_title {
  position: relative;
  margin-bottom: 30px;
}
.page_20th_anni .group_webtoon .list .list_title .title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
}
.page_20th_anni .group_webtoon .list .list_content {
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
}
.page_20th_anni .group_webtoon .list .list_content ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_20th_anni .group_webtoon .list .list_content ul:after {
  content: "";
  display: block;
  clear: both;
}
.page_20th_anni .group_webtoon .list .list_content ul li {
  float: left;
  width: calc(12.5% - 8.75px);
  margin-right: 10px;
}
.page_20th_anni .group_webtoon .list .list_content ul li:nth-child(8n) {
  margin-right: 0;
}
.page_20th_anni .group_webtoon .list .list_content .item {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.page_20th_anni .group_webtoon .list .list_content .item .thumbnail {
  position: relative;
  background-color: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page_20th_anni .group_webtoon .list .list_content .item .thumbnail:before {
  content: "";
  display: block;
  padding-bottom: 159.3%;
}
.page_20th_anni .group_webtoon .list .list_content .item .title {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
  margin-top: 15px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page_20th_anni .group_webtoon[webtoon="1"] .webtoon .thumbnail {
  background-image: url(../images/20th_anni/group_webtoon08_info_thumbnail.png);
}
.page_20th_anni .group_webtoon[webtoon="1"] .webtoon .info .selector .title {
  color: #4788ac;
}
.page_20th_anni
  .group_webtoon[webtoon="1"]
  .webtoon
  .info
  .selector
  .title:before {
  background-image: url(../images/20th_anni/group_webtoon1_info_select_icon.png);
}

.page_20th_anni .group_webtoon[webtoon="2"] .webtoon .thumbnail {
  background-image: url(../images/20th_anni/group_webtoon3_08_info_thumbnail.png);
}
.page_20th_anni .group_webtoon[webtoon="2"] .webtoon .info .selector .title {
  color: #9fa615;
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .webtoon
  .info
  .selector
  .title:before {
  background-image: url(../images/20th_anni/group_webtoon1_info_select_icon.png);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail1 {
  background-image: url(../images/20th_anni/group_webtoon2_list_thumbnail1.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail2 {
  background-image: url(../images/20th_anni/group_webtoon2_list_thumbnail2.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail3 {
  background-image: url(../images/20th_anni/group_webtoon2_list_thumbnail3.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail4 {
  background-image: url(../images/20th_anni/group_webtoon2_list_thumbnail4.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail5 {
  background-image: url(../images/20th_anni/group_webtoon2_list_thumbnail5.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail6 {
  background-image: url(../images/20th_anni/group_webtoon2_list_thumbnail6.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail7 {
  background-image: url(../images/20th_anni/group_webtoon2_list_thumbnail7.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail8 {
  background-image: url(../images/20th_anni/group_webtoon2_list_thumbnail8.jpg);
}

.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail1_1 {
  background-image: url(../images/20th_anni/group_webtoon3_list_thumbnail1.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail2_1 {
  background-image: url(../images/20th_anni/group_webtoon3_list_thumbnail2.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail3_1 {
  background-image: url(../images/20th_anni/group_webtoon3_list_thumbnail3.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail4_1 {
  background-image: url(../images/20th_anni/group_webtoon3_list_thumbnail4.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail5_1 {
  background-image: url(../images/20th_anni/group_webtoon3_list_thumbnail5.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail6_1 {
  background-image: url(../images/20th_anni/group_webtoon3_list_thumbnail6.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail7_1 {
  background-image: url(../images/20th_anni/group_webtoon3_list_thumbnail7.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="2"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail8_1 {
  background-image: url(../images/20th_anni/group_webtoon3_list_thumbnail8.jpg);
}

.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail1_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail1.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail2_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail2.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail3_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail3.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail4_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail4.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail5_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail5.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail6_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail6.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail7_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail7.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail8_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail8.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail9_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail9.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail10_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail10.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail11_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail11.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail12_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail12.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail13_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail13.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail14_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail14.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail15_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail15.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail16_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail16.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail17_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail17.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail18_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail18.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail19_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail19.jpg);
}
.page_20th_anni
  .group_webtoon[webtoon="4"]
  .list
  .list_content
  .item
  .thumbnail.thumbnail20_1 {
  background-image: url(../images/20th_anni/group_webtoon4_list_thumbnail20.jpg);
}
