@charset "UTF-8";
/**  GLOBAL SCSS theme: UI Framework 선택시 사용유무 선택 mixin: 스타일 작성시 '@include'하여 사용 */
/**  MIXIN GROUP */
/**  BASIC THEME */
/** RESET & COMMONS GROUP Reset: 브라우저별 초기 스타일 리셋 Commons: 아이콘, 버튼, 페이지네이션 등 */
/* 리셋 스타일 */
/* line 8, src/assets/scss/_common.scss */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 15, src/assets/scss/_common.scss */
html,
body {
    min-width: 320px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

/* line 22, src/assets/scss/_common.scss */
html {
    overflow-x: hidden;
}

/* line 26, src/assets/scss/_common.scss */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button {
    margin: 0;
    padding: 0;
}

/* line 46, src/assets/scss/_common.scss */
body,
input,
button {
    font-family: NSQ, Dotum, Sans-serif;
    color: #454545;
}

/* line 53, src/assets/scss/_common.scss */
body {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
    *word-break: break-all;
    -ms-word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 320px;
    margin: 0 auto;
}

/* line 63, src/assets/scss/_common.scss */
img,
fieldset,
iframe {
    border: 0 none;
}

/* line 68, src/assets/scss/_common.scss */
li {
    list-style: none;
}

/* line 71, src/assets/scss/_common.scss */
input,
select,
button {
    vertical-align: middle;
}

/* line 76, src/assets/scss/_common.scss */
img {
    vertical-align: top;
}

/* line 79, src/assets/scss/_common.scss */
i,
em,
address {
    font-style: normal;
}

/* line 84, src/assets/scss/_common.scss */
label,
button {
    cursor: pointer;
}

/* line 88, src/assets/scss/_common.scss */
button {
    margin: 0;
    padding: 0;
}

/* line 92, src/assets/scss/_common.scss */
img {
    vertical-align: middle;
    max-width: 100%;
}

/* line 96, src/assets/scss/_common.scss */
a {
    color: #6a6a6a;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1;
}

/* line 105, src/assets/scss/_common.scss */
a:hover {
    color: #454545;
    text-decoration: none;
}

/* line 109, src/assets/scss/_common.scss */
ins {
    text-decoration: none;
}

/* line 112, src/assets/scss/_common.scss */
button * {
    position: relative;
}

/* line 115, src/assets/scss/_common.scss */
button img {
    /* left: -3px; */
    /* *left: auto; */
}

/* line 119, src/assets/scss/_common.scss */
option {
    padding-right: 6px;
}

/* line 122, src/assets/scss/_common.scss */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* lazy load 처리 class */
div.lazy,
span.lazy,
section.lazy {
    background-image: none !important;
}

/* line 127, src/assets/scss/_common.scss */
.blind {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0;
}

/* line 134, src/assets/scss/_common.scss */
button {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: transparent;
    outline: none;
}

/* line 141, src/assets/scss/_common.scss */
input,
textarea,
select {
    border: 0 none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    font-family: NSQ;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    font-weight: 300;
}

/* line 154, src/assets/scss/_common.scss */
input[type="password"] {
    font-family: Sans-serif;
}

/* line 157, src/assets/scss/_common.scss */
select::-ms-expand {
    display: none;
}

/* line 160, src/assets/scss/_common.scss */
textarea {
    resize: none;
    font-family: NSQ;
}

/* line 165, src/assets/scss/_common.scss */
input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* line 171, src/assets/scss/_common.scss */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

/* line 177, src/assets/scss/_common.scss */
::-webkit-input-placeholder {
    color: #000;
}

/* line 180, src/assets/scss/_common.scss */
::-moz-placeholder {
    color: #000;
}

/* line 183, src/assets/scss/_common.scss */
:-ms-input-placeholder {
    color: #000;
}

/* line 186, src/assets/scss/_common.scss */
:-moz-placeholder {
    color: #000;
}

/* line 189, src/assets/scss/_common.scss */
select {
    min-width: 100px;
    font-size: 1.8rem;
    color: #222;
    background: url(../images/common/icon__select-arrow.png) no-repeat right 10px center;
    background-size: 9px auto;
}

/* line 197, src/assets/scss/_common.scss */
.textarea {
    width: 100%;
}

/* line 200, src/assets/scss/_common.scss */
.textarea textarea {
    width: 100%;
    height: 150px;
}

/* line 205, src/assets/scss/_common.scss */
textarea,
select,
input {
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 5px 10px;
    min-height: 45px;
    font-size: 1.5rem;
}

/* line 215, src/assets/scss/_common.scss */
.checkfield {
    margin: 15px 0;
}

/* line 218, src/assets/scss/_common.scss */
.checkfield input {
    display: none;
}

/* line 221, src/assets/scss/_common.scss */
input[type="checkbox"]~ins {
    display: inline-block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    vertical-align: middle;
}

/* line 230, src/assets/scss/_common.scss */
input[type="checkbox"]:checked~ins {
    border-color: #ebb032;
    background-color: #ebb032;
}

/* line 235, src/assets/scss/_common.scss */
input~.text {
    color: #222;
    font-size: 1.5rem;
    vertical-align: middle;
    font-weight: 300;
}

input~.agree_text {
    font-weight: 600;
}

@font-face {
    font-family: "geosanslight";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/GeosansLight.ttf");
}

.swiper-container-horizontal>.swiper-scrollbar {
    height: 1px;
    background-color: #000;
}

.swiper-scrollbar-drag {
    top: -3px;

    height: 6px;
    background-color: #ebb032;
    border-radius: 0;
}

.swiper-button-next,
.swiper-button-prev {
    top: auto;
    bottom: 35px;
    width: 50px;
    height: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    left: 0;
    background: url(../images/common/btn-arrow-left.jpg) no-repeat 0 0;
    background-size: 50px 50px;
}

.swiper-button-next {
    right: 25px;
    background: url(../images/common/btn-arrow-right.jpg) no-repeat 0 0;
    background-size: 50px 50px;
}

/* 공통 클래스 */
/* line 326, src/assets/scss/_common.scss */
.sc-out {
    overflow: hidden;
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* line 329, src/assets/scss/_common.scss */
.ir-pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* line 332, src/assets/scss/_common.scss */
.ir-wa {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* line 336, src/assets/scss/_common.scss */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* line 342, src/assets/scss/_common.scss */
.item-left {
    float: left;
}

/* line 346, src/assets/scss/_common.scss */
.item-right {
    float: right;
}

/* line 350, src/assets/scss/_common.scss */
.view-more {
    display: inline-block;
    padding: 5px 55px 5px 0;
    font-size: 1.8rem;
    font-weight: 600;
    border-left: 1px solid #ccc;
    background: url(../images/common/btn_black.png) no-repeat right 25px center;
    background-size: 28px auto;
}

/* line 356, src/assets/scss/_common.scss */
.view-more:first-child {
    border-left: 0;
}

/* line 359, src/assets/scss/_common.scss */
.view-more b {
    color: #000;
}

/* line 362, src/assets/scss/_common.scss */
.view-more span {
    color: #027057;
}

/* line 369, src/assets/scss/_common.scss */
.link {
    display: inline-block;
    padding: 5px 65px 0 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    background: url(../images/common/btn_black.png) no-repeat right 25px bottom 10px;
    background-size: 28px auto;
}

/* 타이틀 */
/* line 380, src/assets/scss/_common.scss */
.typhography {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.6;
}

.playfair-display {
    font-family: "Playfair Display";
    color: #000;
    line-height: 1.4;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: normal;
}

.playfair {
    font-family: "Playfair Display", serif !important;
    /*margin-bottom: 8px;*/
}

.nanummyeongjo {
    font-family: "Nanum Myeongjo", serif !important;
}

/* 썸네일 */
/* line 387, src/assets/scss/_common.scss */
.thumbnail {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 396, src/assets/scss/_common.scss */

/* 탭메뉴 */
/* line 402, src/assets/scss/_common.scss */
.tab-section {
    position: relative;
    overflow: hidden;
}

/* line 407, src/assets/scss/_common.scss */
.tab-section .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
}

/* line 412, src/assets/scss/_common.scss */
.tab-section .tab-buttons button {
    padding: 0 10px;
    width: auto;
    min-width: 70px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 2.2rem;
    color: #000;
    line-height: 1;
}

.tab-section .tab-buttons button.swiper-slide.swiper-slide-active {
    border-bottom: 6px solid #ebb032;
    display: none;
}

/* line 422, src/assets/scss/_common.scss */
.tab-section .bar {
    z-index: 1;
    position: absolute;
    width: 70px;
    height: 6px;
    background-color: #ebb032;
    bottom: -3px;
}

/* line 431, src/assets/scss/_common.scss */
.agree-link {
    display: inline-block;
    font-size: 1.5rem;
    text-decoration: underline;
    color: #ebb032;
    vertical-align: middle;
}

/* line 437, src/assets/scss/_common.scss */
.agree-link:hover {
    color: #ebb032;
    text-decoration: underline;
    opacity: 0.8;
}

/* line 444, src/assets/scss/_common.scss */
.btn-primary {
    border: 1px solid #000;
    min-width: 200px;
    height: 50px;
    color: #000;
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
    background: #ebb032;
    border-color: #ebb032;
}

/* line 455, src/assets/scss/_common.scss */
.btn-outlined {
    border: 1px solid #000;
    min-width: 200px;
    height: 50px;
    color: #000;
    font-size: 1.7rem;
    text-align: center;
}

/**  Layout SCSS */
/* line 4, src/assets/scss/_layout.scss */
body {
    width: 100%;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
}

/* line 10, src/assets/scss/_layout.scss */
img {
    width: 100%;
    height: auto;
}

/* line 13, src/assets/scss/_layout.scss */
b {
    font-weight: 550;
}

/* line 17, src/assets/scss/_layout.scss */
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/* 헤더 */
/* line 23, src/assets/scss/_layout.scss */
.header {
    z-index: 1001;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* line 31, src/assets/scss/_layout.scss */
.header section {
    position: relative;
    height: 65px;
    width: 100%;
}

/* line 36, src/assets/scss/_layout.scss */
.header .logo {
    position: absolute;
    top: 41%;
    left: 19px;
    margin-top: -18px;
}

/* line 41, src/assets/scss/_layout.scss */
.header .logo a {
    display: block;
    width: 49px;
    height: 48px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%
}

/* line 68, src/assets/scss/_mixin.scss */
.header__menu-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: url(../images/common/header-menu-white.png) no-repeat center center;
    background-size: 18px auto;
}

/* line 68, src/assets/scss/_mixin.scss */
.header__close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: url(../images/common/btn-close_bk.png) no-repeat center center;
    background-size: 18px auto;
}

/* line 69, src/assets/scss/_layout.scss */
.header--scrolled section {
    border-bottom: 1px solid #cdcccc;
    background-color: #fff;
}

/* line 74, src/assets/scss/_layout.scss */
.header--scrolled .logo a {
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
}

/* line 79, src/assets/scss/_layout.scss */
.header--scrolled .header__menu-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: url(../images/common/header-menu-black.png) no-repeat center center;
    background-size: 18px auto;
}

/* 컨테이너 */
/* line 92, src/assets/scss/_layout.scss */
.container {
    position: relative;
}

.section {
    overflow: hidden;
}

/* line 100, src/assets/scss/_layout.scss */
.section .inner {
    position: relative;
    padding: 0 25px;
}

.section #selectbox {
    position: absolute;
    top: -9px;
    right: 212px;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 1px;
    display: none;
    transform: translateX(100%);
}

.selectbox_content_wrap {
    line-height: 12px;
}

.selectbox_content {
    display: inline-block;
    margin: 0 5px;
    font-weight: 300;
    font-size: 1.5rem;
}

.section #selectbox #schdule_20 {
    cursor: pointer;
    padding: 10px 0;
    box-sizing: border-box;
}

.section #selectbox #schdule_21 {
    cursor: pointer;
    padding: 10px 0;
    box-sizing: border-box;
}

/* line 104, src/assets/scss/_layout.scss */
.section h3.heading {
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 1.6rem;
    letter-spacing: 5px;
    color: #000;
    font-weight: 300;
    /* padding-top:95px; */
    /*padding-top:30px; 210203 장명환 수정*/
}

.section h3.main_heading {
    padding-top: 0;
}


/* 카테고리 메뉴 */
/* line 115, src/assets/scss/_layout.scss */
.category .header .logo a {
    background: url(../images/logo.png) no-repeat;
    background-size: 49px 48px;
}

/* line 119, src/assets/scss/_layout.scss */
.category {
    /* padding: 0 50px; */
}

/* line 122, src/assets/scss/_layout.scss */
.category>li {
    width: 100%;
    position: relative;
}

/* line 124, src/assets/scss/_layout.scss */
.category>li>a {
    display: inline-block;
    height: 60px;
    font-size: 2.2rem;
    color: #000;
    font-weight: 400;
}

/* line 131, src/assets/scss/_layout.scss */
.category>li.active {
    margin-bottom: 20px;
}

.category>li.active>a {
    color: #027057;
    height: 40px;
    font-weight: 600;
    /* background: url(../images/common/btn_black.png) no-repeat right 25px center;
  background-size: 28px auto; */
    position: relative;
}

.category>li.active>a::after {
    content: '';
    width: 100%;
    border-bottom: 3px solid #000;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.category li.active_2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.category li.active_2>a {
    color: #99058d;
    font-weight: 600;
    height: 41px;
    border-bottom: 3px solid #000;
}

/* .category li.active_2 a::after {
  content:'';
  width:100%;
  border-bottom:3px solid #000;
  position: absolute;
  bottom:-2px;
  left:0;
} */
.category li>ul {
    display: none;
}

.category li>ul {
    border-top: 1px solid #ccc;
    /* border-bottom: 1px solid #ccc; */
    padding: 20px 0 10px 0;
    /* margin-bottom:20px; */
}

.category li>ul>li {
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.category li>ul>li>a {
    color: #000;
    font-weight: 400;
}

.category li>ul>li>a.bold {
    font-weight: 600;
}

/* 푸터 */
/* line 146, src/assets/scss/_layout.scss */
.count-section {
    position: relative;
    text-align: center;
    background: url(../images/bg/footer_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

/* line 151, src/assets/scss/_layout.scss */
.count-section .inner {
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 110px 0;
}

.count-section .inner::before,
.count-section .inner::after {
    content: "";
    width: 22%;
    height: 1px;
    background-color: #fff;
    opacity: 50%;
    position: absolute;
    top: 41.6%;
}

.count-section .inner::before {
    left: 0;
}

.count-section .inner::after {
    right: 0;
}

/* line 161, src/assets/scss/_layout.scss */
.count-section .typhography {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 15px;
}

/* line 163, src/assets/scss/_layout.scss */
.count-section .typhography:first-child {
    letter-spacing: 0.5em;
}

/* line 166, src/assets/scss/_layout.scss */
.count-section .typhography b {
    letter-spacing: 4.5px;
}

/* line 170, src/assets/scss/_layout.scss */
.count-section img {
    margin-bottom: 35px;
}

/* line 173, src/assets/scss/_layout.scss */
.count-section .count-down {
    margin: 18px 0 25px;
    height: 69px;
}

/* line 175, src/assets/scss/_layout.scss */
.count-section .count-down i {
    display: inline-block;
    margin-left: 30px;
    text-align: center;
    line-height: 1;
}

/* line 178, src/assets/scss/_layout.scss */
.count-section .count-down i:first-child {
    margin-left: 0;
}

/* line 183, src/assets/scss/_layout.scss */
.count-section .count-down i:after {
    display: block;
    margin-top: 14px;
    font-size: 1.5rem;
    color: #fff;
}

/* line 191, src/assets/scss/_layout.scss */
.count-section .count-down i:nth-child(1):after {
    content: "일";
}

/* line 196, src/assets/scss/_layout.scss */
.count-section .count-down i:nth-child(2):after {
    content: "시";
}

/* line 201, src/assets/scss/_layout.scss */
.count-section .count-down i:nth-child(3):after {
    content: "분";
}

/* line 206, src/assets/scss/_layout.scss */
.count-section .count-down i:nth-child(4):after {
    content: "초";
}

/* line 211, src/assets/scss/_layout.scss */
.count-section .count-down i {
    font-size: 4rem;
    color: #fbbf3e;
    font-weight: 300;
}

/* line 219, src/assets/scss/_layout.scss */
.footerinfo-section {
    line-height: 1.5;
    font-size: 1.2rem;
    background-color: #000;
}

/* line 223, src/assets/scss/_layout.scss */
.footerinfo-section .inner {
    padding: 35px 25px 100px;
}

/* line 226, src/assets/scss/_layout.scss */
.footerinfo-section .address {
    font-weight: 300;
    color: #d2d2d2;
    letter-spacing: -1px;
}

/* line 230, src/assets/scss/_layout.scss */
.footerinfo-section .address a {
    color: #d2d2d2;
}

/* line 233, src/assets/scss/_layout.scss */
.footerinfo-section .address .bar {
    display: inline-block;
    width: 1px;
    height: 9px;
    margin: 0 8px;
    background-color: #fff;
}

/* line 241, src/assets/scss/_layout.scss */
.footerinfo-section .copyright {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #646464;
}

/* line 247, src/assets/scss/_layout.scss */
.footerinfo-section .footer-menu {
    margin-bottom: 25px;
}

/* line 249, src/assets/scss/_layout.scss */
.footerinfo-section .footer-menu a {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    color: #d2d2d2;
    font-weight: 300;
}

/* line 255, src/assets/scss/_layout.scss */
.footerinfo-section .footer-menu a:hover {
    color: #fbbf3e;
}

/* line 258, src/assets/scss/_layout.scss */
.footerinfo-section .footer-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 1px;
    height: 9px;
    background-color: #fff;
}

/* line 268, src/assets/scss/_layout.scss */
.footerinfo-section .footer-menu a:nth-child(1),
.footerinfo-section .footer-menu a:nth-child(4) {
    padding-left: 0;
}

/* line 273, src/assets/scss/_layout.scss */
.footerinfo-section .footer-menu a:nth-child(5)::before {
    display: none;
}

/* line 279, src/assets/scss/_layout.scss */
.footerinfo-section .sns-link {
    font-size: 0;
}

/* line 281, src/assets/scss/_layout.scss */
.footerinfo-section .sns-link a {
    margin-right: 15px;
    display: inline-block;
}

/* line 285, src/assets/scss/_layout.scss */
.footerinfo-section .sns-link img {
    width: 19px;
}

/* line 290, src/assets/scss/_layout.scss */
.actions-section {
    z-index: 1001;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

/* line 300, src/assets/scss/_layout.scss */
.actions-section .inner {
    padding-left: 0;
    padding-right: 85px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* line 308, src/assets/scss/_layout.scss */
.actions-section .link {
    width: 50%;
    background: none;
    text-align: center;
    padding: 25px 5px;
    height: 65px;
    font-size: 1.5rem;
    color: #98058d;
    border-left: 1px solid #ccc;
}

/* line 317, src/assets/scss/_layout.scss */
.actions-section .link img {
    width: 30px;
    margin-left: 5px;
}

/* line 322, src/assets/scss/_layout.scss */
.actions-section .scroll-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 1.5rem;
    color: #000;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* 레이어 팝업 */
/* line 3, src/assets/scss/_popup.scss */
.layer-popup {
    display: none;
    z-index: 1000002;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

/* line 14, src/assets/scss/_popup.scss */
.layer-popup .layer-popup-container {
    position: relative;
    padding: 0 25px 25px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.layer-open {
    overflow-y: hidden !important;
}

.layer-popup .header-container {
    position: relative;
    padding: 120px 50px 25px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    display: block !important;
}

.layer-popup .header-container .layer-popup-content {
    padding: 0 0 0 25px;
}

/* line 23, src/assets/scss/_popup.scss */
.layer-popup .layer-popup-container.gallery {
    padding: 0 0 25px 0;
}

/* line 25, src/assets/scss/_popup.scss */
.layer-popup .layer-popup-container.gallery .thumbnail-list {
    margin: 0 25px;
}

/* line 29, src/assets/scss/_popup.scss */
.layer-popup .layer-popup-container.dimmed {
    background-color: transparent;
}

/* line 31, src/assets/scss/_popup.scss */
.layer-popup .layer-popup-container.dimmed .layer-popup__close-button {
    background: url(../images/common/btn-close_yl.png) center center no-repeat;
    background-size: 18px auto;
}

/* line 37, src/assets/scss/_popup.scss */
.layer-popup .layer-popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding:0 0 0 25px; */
    letter-spacing: -1px;
}

/* line 44, src/assets/scss/_popup.scss */
.layer-popup .scroll-box {
    /*padding: 15px 0;*/
    overflow-y: auto;
    max-height: calc(100vh - 230px);
    font-size: 1.5rem;
}

/* line 68, src/assets/scss/_mixin.scss */
.layer-popup__confirm-button {
    border-top: 1px solid #000;
}

/* line 52, src/assets/scss/_popup.scss */
.layer-popup__confirm-button .outlined-button,
.layer-popup__confirm-button .contained-button {
    margin-top: 15px;
}

/* line 68, src/assets/scss/_mixin.scss */
.layer-popup__title {
    padding: 10px 0;
    color: #000;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

/* line 65, src/assets/scss/_popup.scss */
.layer-popup__title p {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    letter-spacing: -1px;
}

/* line 73, src/assets/scss/_popup.scss */
.layer-popup__title p b {
    font-weight: 600;
}

/* line 68, src/assets/scss/_mixin.scss */
.layer-popup__close-button {
    margin: 0 auto;
    width: 57px;
    height: 57px;
    background: url(../images/common/btn-close_bk.png) center center no-repeat;
    background-size: 18px auto;
}

/* line 74, src/assets/scss/_mixin.scss */
.layer-popup--open {
    display: flex;
}

/* 갤러리 + 썸네일 스와이프  */
/* line 91, src/assets/scss/_popup.scss */
.gallery-image {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    top: 4px;
}

/* line 95, src/assets/scss/_popup.scss */
.gallery-image .image {
    padding: 0 25px;
}

.adviser_img img {
    width: 70%;
}

.gallery-image .image .jojic-name {
    color: #ebb032;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: -1px;
    padding-top: 15px;
    line-height: 23px;
}

/* line 98, src/assets/scss/_popup.scss */
.gallery-image .typhography {
    margin-top: 12px;
}


/* line 100, src/assets/scss/_popup.scss */
.gallery-image .typhography b {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ebb032;
}

/* line 106, src/assets/scss/_popup.scss */
.gallery-image .btn-prev,
.gallery-image .btn-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

/* line 112, src/assets/scss/_popup.scss */
.gallery-image .btn-prev {
    right: 0;
}

/* line 115, src/assets/scss/_popup.scss */
.gallery-image .btn-next {
    left: 0;
}

/* line 119, src/assets/scss/_popup.scss */
.video-box {
    position: relative;
}

/* line 121, src/assets/scss/_popup.scss */
.video-box video {
    width: 100%;
}

/* line 124, src/assets/scss/_popup.scss */
.video-box button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ebb032;
    background: rgba(0, 0, 0, 0.4) url(../images/common/btn-play.png) no-repeat center center;
    background-size: 50px auto;
}

/* line 135, src/assets/scss/_popup.scss */
.video-controller {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #ebb032;
}

/* line 139, src/assets/scss/_popup.scss */
.video-controller .outlined-button {
    border-color: #ebb032;
    color: #ebb032;
}

/* line 144, src/assets/scss/_popup.scss */
.thumbnail-list {
    overflow-x: scroll;
    border-top: 1px solid #ebb032;
}

/* line 147, src/assets/scss/_popup.scss */
.thumbnail-list ul {
    padding-top: 15px;
}

/* line 151, src/assets/scss/_popup.scss */
.thumbnail-list li {
    display: inline-block;
    font-size: 0;
    width: 57px;
    margin-right: 10px;
}

/* line 157, src/assets/scss/_popup.scss */
.thumbnail-list .thumbnail {
    height: 82px;
}

/* line 2, src/assets/scss/_main.scss */
.visual-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-align: center;
}

.visual-section::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* line 8, src/assets/scss/_main.scss */
.visual-section .video-outer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
.visual-section video {
    height: 100%;
}

/* line 14, src/assets/scss/_main.scss */
.visual-section .inner {
    padding: 0;
    padding-top: 190px;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* line 16, src/assets/scss/_main.scss */
.visual-section .inner img {
    max-width: 375px;
    margin: 0 auto;
    width: 100%;
}

/* line 24, src/assets/scss/_main.scss */
.visual-section .inner:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 75px;
    background-color: #ebb032;
}

/* line 34, src/assets/scss/_main.scss */
.visual-section .title,
.visual-section .typhography {
    color: #fff;
    font-weight: 400;
}

/* line 39, src/assets/scss/_main.scss */
.visual-section .title {
    margin: 35px 0 75px;
}

/* line 42, src/assets/scss/_main.scss */
.visual-section .apply-button {
    width: 235px;
    height: 45px;
    border: 1px solid #ebb032;
    font-size: 1.5rem;
    color: #ebb032;
    font-weight: 600;
}

.korea-title-view .visual_text .sub_title {
    font-size: 2.65rem !important;
    font-weight: 600;
    font-family: "Nanum Myeongjo", serif !important;
}

.korea-title-view .chairman_visual .visual_text .sub_title {
    line-height: 1.4;
}

.korea-title-view .chairman_visual .visual_text .sub_title span.playfair {
    line-height: 20px;
    height: 40px;
    font-weight: 300;
}

/*.about-view .introduction-section {
  padding-bottom: 25px;
}*/

.about-view .introduction-section h3.heading {
    padding-top: 0;
    font-size: 1.5rem;
    letter-spacing: 2.5px;
    padding-top: 0;
    line-height: 14px;
    padding-bottom: 17px;
}


.about-view .innter .about_text_link {
    padding: 45px 0 75px;
}

.about-view .contest_wrap h3 {
    background: transparent;
}

.about-view .introduction-section .typhography.border {
    padding: 0 25px;
    margin-left: -25px;
    line-height: 1.8;
    font-weight: 300;
    border-left: 1px solid #000;
}

.about-view .introduction-section .about_subject span {
    color: #823651;
}

.introduction-section .inner .nanummyeongjo {
    margin-left: -25px;
    color: #99058d;
    font-size: 4rem;
    line-height: 1.3;
    letter-spacing: -0.5rem;
}

/* line 59, src/assets/scss/_main.scss */
.korea-representative-view .introduction-section {
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
}

/* line 63, src/assets/scss/_main.scss */
.korea-representative-view .introduction-section:before {
    display: none;
}

/* line 67, src/assets/scss/_main.scss */
.korea-representative-view .introduction-section .text-image {
    width: 165px;
}

/* line 70, src/assets/scss/_main.scss */
.korea-representative-view .tab-section .bg {
    z-index: -1;
    position: absolute;
    left: -25px;
    bottom: 0;
    background-color: #f2f2f2;
    width: calc(100% + 25px);
    height: 125px;
}

/* line 80, src/assets/scss/_main.scss */
.korea-representative-view .contestants-section {
    position: relative;
    padding-top: 38px;
    height: auto;
}

#contestants-section_sub {
    background: #f5f5f5 !important;
    position: relative;
    padding: 70px 0;
}

#contestants-section_sub .inner {
    margin-bottom: 50px;
}

#contestants-section_sub .inner::before {
    content: "";
    z-index: 1;
    position: absolute;
    right: 25px;
    top: -70px;
    width: 1px;
    height: 70px;
    background-color: #000;
}

/* line 83, src/assets/scss/_main.scss */
.korea-representative-view .contestants-section .text-image {
    width: 283px;
}

/* line 86, src/assets/scss/_main.scss */
.korea-representative-view .contestants-section .heading {
    margin-top: 25px;
    font-weight: 400 !important;
}

/* line 89, src/assets/scss/_main.scss */
.korea-representative-view .contestants-section:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    width: 1px;
    height: 100px;
    background-color: #000;
}

/* line 102, src/assets/scss/_main.scss */
.video-view .introduction-section {
    padding-left: 0;
}

/* line 104, src/assets/scss/_main.scss */
.video-view .introduction-section .text-image {
    width: 169px;
}

/* line 107, src/assets/scss/_main.scss */
.video-view .introduction-section:before {
    left: 0;
    height: 50px;
}

/* line 112, src/assets/scss/_main.scss */
.video-view .video-section {
    padding-top: 25px;
    background-color: #fff;
    padding-right: 25px;
}

/* line 116, src/assets/scss/_main.scss */
.video-view .video-section .heading {
    padding-top: 0;
}



/* line 119, src/assets/scss/_main.scss */
.video-view .video-section:before {
    display: none;
}

/* line 123, src/assets/scss/_main.scss */
.video-view .contestants-section {
    background-color: #fff;
}

/* line 125, src/assets/scss/_main.scss */
.video-view .contestants-section:before {
    display: none;
}

/* line 132, src/assets/scss/_main.scss */
.gallery-view .introduction-section {
    padding-left: 0;
}

/* line 134, src/assets/scss/_main.scss */
.gallery-view .introduction-section .text-image {
    width: 169px;
}

/* line 137, src/assets/scss/_main.scss */
.gallery-view .introduction-section:before {
    display: none;
}

/* line 141, src/assets/scss/_main.scss */
.gallery-view .video-section {
    padding-top: 25px;
    background-color: #fff;
    padding-right: 25px;
}

/* line 145, src/assets/scss/_main.scss */
.gallery-view .video-section .heading {
    padding: 0;
}

/* line 148, src/assets/scss/_main.scss */
.gallery-view .video-section:before {
    display: none;
}

/* line 152, src/assets/scss/_main.scss */
.gallery-view .contestants-section {
    background-color: #fff;
}

/* line 154, src/assets/scss/_main.scss */
.gallery-view .contestants-section:before {
    display: none;
}

/* line 158, src/assets/scss/_main.scss */
.gallery-view .banner-section {
    padding-top: 0;
}

/* line 164, src/assets/scss/_main.scss */
.international-view .introduction-section {
    padding-left: 0;
}

.international-view .tab-section {
    padding-left: 0;
}

/* line 166, src/assets/scss/_main.scss */
.international-view .introduction-section .text-image {
    width: 169px;
}

/* line 169, src/assets/scss/_main.scss */
.international-view .introduction-section:before {
    display: none;
}

/* line 173, src/assets/scss/_main.scss */
.international-view .video-section {
    padding-top: 25px;
    background-color: #fff;
    padding-right: 25px;
}

/* line 177, src/assets/scss/_main.scss */
.international-view .video-section .heading {
    padding: 0;
}

/* line 180, src/assets/scss/_main.scss */
.international-view .video-section:before {
    display: none;
}

/* line 184, src/assets/scss/_main.scss */
.international-view .contestants-section {
    background-color: #fff;
}

/* line 186, src/assets/scss/_main.scss */
.international-view .contestants-section:before {
    display: none;
}

/* line 190, src/assets/scss/_main.scss */
.international-view .banner-section {
    padding-top: 0;
}

/* line 195, src/assets/scss/_main.scss */
.introduction-section {
    padding: 75px 0px 75px 25px;
    position: relative;
}

.introduction-section .typho_wrap {
    overflow: hidden;
}

/* line 198, src/assets/scss/_main.scss */
.introduction-section .inner {
    padding-right: 0;
}

/* line 201, src/assets/scss/_main.scss */
.introduction-section .heading,
.introduction-section img {
    margin-left: -25px;
}

#about_proflie {
    float: right;
}

#about_proflie_text {
    float: right;
    clear: both;
}

/* line 205, src/assets/scss/_main.scss */
.introduction-section .links {
    display: flex;
    justify-content: space-between;
    line-height: 10px !important;
    text-align: center;
}

.introduction-section .links a {
    width: 33.3%;
}

.introduction-section .links a span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 1.4rem;
    line-height: 14px;
}

/* line 209, src/assets/scss/_main.scss */
.introduction-section .contestants-list {
    padding-bottom: 0;
    border: 0 none;
}

/* line 213, src/assets/scss/_main.scss */
.introduction-section .photo-box {
    height: 315px;
    margin-top: 17px;
    margin-bottom: 30px;
    padding-right: 25px;
    text-align: right;
}

/* line 218, src/assets/scss/_main.scss */
.introduction-section .photo-box img {
    width: 179px;
    margin-bottom: 15px;
}

/* line 222, src/assets/scss/_main.scss */
.introduction-section .photo-box .typhography {
    display: inline-block;
    width: 179px;
    letter-spacing: -1px;
    text-align: left;
    font-size: 1.5rem;
    line-height: 15px;
    height: auto;
}

.introduction-section .photo-box .typhography:nth-of-type(2) {
    margin-top: 15px;
}

.introduction-section .photo-box .typhography span,
.introduction-section .photo-box .typhography b {
    display: inline-block;
}

.introduction-section .photo-box .typhography span {
    font-weight: 300;
    line-height: 14px;
    margin-bottom: 7px;
}

.introduction-section .photo-box .typhography b.korean {
    margin-right: 5px;
    letter-spacing: 1px;
    font-weight: 550;
    line-height: 15px;
}

.introduction-section .photo-box .typhography b.english {
    font-size: 1.3rem;
    font-weight: 550;
    /* letter-spacing: 0.5px; */
    letter-spacing: -0.3px;
    line-height: 13px;
}

/* line 250, src/assets/scss/_main.scss */
.introduction-section:before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 1px;
    height: 400px;
    background-color: #000;
}

/* line 259, src/assets/scss/_main.scss */
.introduction-section .image-box {
    margin-top: 25px;
    padding-left: 50px;
    margin-left: -25px;
    border-left: 1px solid #000;
}

/* line 262, src/assets/scss/_main.scss */
.introduction-section .image-box .tyhpography {
    margin-top: 15px;
    margin-left: -25px;
}

.introduction-section .introduction_content {
    height: 470px;
}

/* line 270, src/assets/scss/_main.scss */
.korea-representative-view .video-section {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
}

.korea-representative-view .video-section.no-result {
    padding-top: 0;
    padding-bottom: 50px;
}

.korea-representative-view .video-section.no-result:before {
    display: none;
}

/* line 275, src/assets/scss/_main.scss */
.korea-representative-view .video-section:after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 1px;
    height: 25px;
    background-color: #000;
}

/* line 284, src/assets/scss/_main.scss */
.korea-representative-view .video-section .heading {
    padding: 0;
}

/* 비디오 섹션 */
/* line 291, src/assets/scss/_main.scss */
.video-section {
    position: relative;

    /*padding: 75px 0 75px 25px; 210204 장명환 수정*/
    padding: 75px 25px 75px 25px;
    background-color: #f5f5f5;
    position: relative;
}

.video-section::after {
    content: "";
    width: 1px;
    height: 75px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 25px;
}

.video-section .video_wrap {
    position: relative;
    margin-bottom: 50px;
}

.video-section .video_wrap:last-child {
    margin-bottom: 0;
}

/* line 298, src/assets/scss/_main.scss */
.video-section:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    width: 1px;
    height: 100px;
    background-color: #000;
}

/* line 307, src/assets/scss/_main.scss */
.video-section .inner {
    padding: 0;
}

.video-section .video_title {
    letter-spacing: -1px;
    font-size: 1.95rem;
    color: #000;
    line-height: 1;
    margin-bottom: 25px;
}

/* line 310, src/assets/scss/_main.scss */
.video-section .play-button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* line 316, src/assets/scss/_main.scss */
.video-section .play-button img {
    margin: 0;
}

/* line 321, src/assets/scss/_main.scss */
.video-section .video-list li {
    position: relative;
    font-size: 0;
    margin-top: 35px;
}

/* line 325, src/assets/scss/_main.scss */
.video-section .video-list li:first-child {
    margin-top: 0;
}

/* line 329, src/assets/scss/_main.scss */
.video-section .video-list video {
    width: 100%;
    height: 218px;
}

/* line 333, src/assets/scss/_main.scss */
.video-section .video-list button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 218px;
    background: rgba(0, 0, 0, 0.6) url(../images/common/btn-play.png) center center no-repeat;
    background-size: 50px auto;
}

/* line 342, src/assets/scss/_main.scss */
.video-section .video-list .thphography {
    padding: 10px 25px;
    text-align: center;
    font-size: 1.5rem;
}

/* line 351, src/assets/scss/_main.scss */
.about-view .contestants-section {
    background-color: transparent !important;
}

.korea-queen-view .contestants-section {
    background-color: transparent;
}

/* line 353, src/assets/scss/_main.scss */
.about-view .contestants-section:before {
    display: none;
}

.about-view .bg {
    background: #f5f5f5;
    width: 100%;
    height: 398px;
    position: absolute;
    z-index: -1;
    top: 542px;
}

/* line 360, src/assets/scss/_main.scss */
.korea-representative-view .contestants-section {
    padding-top: 38px;
    background-color: #fff;
}

/* line 366, src/assets/scss/_main.scss */
.contestants-section {
    position: relative;
    background-color: #f5f5f5;
    padding-bottom: 55px;
    height: auto;
}

.contestants-section .swiper-slide p strong {
    font-size: 2rem;
}

/* line 368, src/assets/scss/_main.scss */
/* .contestants-section:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 25px;
  background-color: #000;
} */

/* line 379, src/assets/scss/_main.scss */

.contest_wrap {
    text-align: right;
}

.contest_wrap h3 {
    background: #f5f5f5;
    color: #000;
    font-weight: 300;
    padding: 25px 25px 15px 0;
    letter-spacing: 3px;
    font-size: 1.5rem;
    line-height: 12px;
    position: relative;
}

.contestants-section .heading {
    text-align: center;
    padding-top: 25px;
    letter-spacing: 0 !important;
}

/* line 383, src/assets/scss/_main.scss */
.contestants-section .inner {
    padding: 0px 0 0 25px;
}

/* line 388, src/assets/scss/_main.scss */
.contestants-list-wrapper {
    position: relative;
    width: 100%;
}

/* line 393, src/assets/scss/_main.scss */
.contestants-list-wrapper .scroll-bar {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 6px;
    background-color: #ebb032;
}

#korea_representative .swiper-button-next,
#korea_representative .swiper-button-prev {
    /* top: 159.3px; */
    bottom: 0;
}

/* line 401, src/assets/scss/_main.scss */
.contestants-list-wrapper .btn-next,
.contestants-list-wrapper .btn-prev {
    position: absolute;
    top: 130px;
}

.contestants-list-wrapper .btn-next img,
.contestants-list-wrapper .btn-prev img {
    margin: 0;
    left: 0;
}

/* line 406, src/assets/scss/_main.scss */
.contestants-list-wrapper .btn-next {
    left: 0;
}

/* line 409, src/assets/scss/_main.scss */
.contestants-list-wrapper .btn-prev {
    right: 20px;
}

/* line 414, src/assets/scss/_main.scss */
.contestants-list {
    /* position: relative; */
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid #000; */
}

/* line 419, src/assets/scss/_main.scss */
.contestants-list li {
    float: left;
    width: 122px;
    height: 188px;
    text-align: center;
    margin-right: 8px;
}

.hof_contest_list_wrap .contestants-list li {
    height: 195px;
}

.hof_contest_list_wrap .contestants-list li .thumbnail {
    height: 155px;
}

.hof_contest_list_wrap .contestants-section .swiper-container .swiper-button-prev,
.hof_contest_list_wrap .contestants-section .swiper-container .swiper-button-next {
    top: 65%;
}


/* line 425, src/assets/scss/_main.scss */
.contestants-list .description {
    font-size: 1.5rem;
}

/* line 427, src/assets/scss/_main.scss */
.contestants-list .description em {
    display: block;
    padding: 0 20px;
}

/* line 432, src/assets/scss/_main.scss */
.contestants-list .typhography {
    font-size: 2.2rem;
    font-weight: 600;
}

/* line 436, src/assets/scss/_main.scss */
.contestants-list .thumbnail {
    height: 188px;
    background-size: cover;
    margin-bottom: 15px;
}

.contestants-list .swiper-slide p {
    color: #000;
    font-size: 2.2rem;
    line-height: 22px;
    font-weight: 600;
}

.contest_list_container .contestants-list .thumbnail {
    height: 151px !important;
}

/* line 443, src/assets/scss/_main.scss */
.new-section {
    position: relative;
}

.new-section .heading {
    padding-right: 25px;
}

/* line 445, src/assets/scss/_main.scss */
/* .new-section:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 50px;
  background-color: #000;
} */

/* line 454, src/assets/scss/_main.scss */
.new-section a {
    font-size: 0;
}

/* line 457, src/assets/scss/_main.scss */
.new-section .label,
.new-section .typhography,
.new-section .date {
    font-size: 1.5rem;
    color: #000;
    font-weight: 300;
}

.new-section .label,
.new-section .date {
    line-height: 13px;
}

/* line 463, src/assets/scss/_main.scss */
.new-section .inner {
    padding: 75px 25px 75px 25px;
}

/* line 466, src/assets/scss/_main.scss */
.new-section .heading {
    margin-bottom: 25px;
    text-align: center;
}

/* line 470, src/assets/scss/_main.scss */
.new-section .title {
    width: 210px;
    margin: 15px 0 8px !important;
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    height: 20px;
}

.news-view .new-section .title {
    width: 345px;
}

.chairman-view .new-section .title {
    margin: 15px 0 !important;
}

/* line 477, src/assets/scss/_main.scss */
.new-section .typhography {
    margin-bottom: 15px;
    height: 67px;
    text-overflow: ellipsis;
    overflow: hidden;
    /*210205 장명환 오버플로우 처리*/
}

/* line 480, src/assets/scss/_main.scss */
.new-section .top-news {
    margin-right: 25px;
    margin-bottom: 35px;
    background-color: #027057;
}

/* line 484, src/assets/scss/_main.scss */
.new-section .top-news a {
    display: block;
}

/* line 487, src/assets/scss/_main.scss */
.new-section .top-news .thumbnail {
    height: 300px;
    background-size: cover;
}

/* line 491, src/assets/scss/_main.scss */
.new-section .top-news .info-box {
    padding: 25px;
    color: #fff;
    text-align: left;
}

/* line 496, src/assets/scss/_main.scss */
.new-section .top-news .info-box .label,
.new-section .top-news .info-box .title,
.new-section .top-news .info-box .typhography,
.new-section .top-news .info-box .date {
    color: #fff;
}

.new-section .top-news .info-box .typhography {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 70px;
    white-space: normal;
    line-height: 1.3;
    max-height: 56px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* line 504, src/assets/scss/_main.scss */
.new-section .new-slide {
    position: relative;
}

/* line 507, src/assets/scss/_main.scss */
.new-section .new-slide .scroll-bar {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 6px;
    background-color: #ebb032;
}

/* line 516, src/assets/scss/_main.scss */
.new-section .news-list {
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}

/* line 519, src/assets/scss/_main.scss */
.new-section .news-list li {
    width: 250px;
    margin-right: 50px !important;
    float: left;
    font-size: 0;
}

/* line 523, src/assets/scss/_main.scss */
.new-section .news-list li .thumbnail {
    margin-top: 25px;
    height: 115px;
}

.new-section .swiper-container-horizontal>.swiper-scrollbar {
    position: static;
}

/* line 532, src/assets/scss/_main.scss */
.store-section {
    text-align: center;
    height: 490px;
    padding-top: 75px;
    background: #f2f2f2 url(../images/common/applink_store.jpg) no-repeat center bottom;
    background-size: auto 240px;
}

/* line 538, src/assets/scss/_main.scss */
.store-section .inner {
    padding: 0;
}

/* line 540, src/assets/scss/_main.scss */
.store-section .inner>img {
    margin: 0 25px;
    width: calc(100% - 50px);
    max-width: 375px;
}

/* line 546, src/assets/scss/_main.scss */
.store-section .typhography {
    margin: 15px 0 20px;
    font-weight: 300;
    line-height: 15px;
}

.store-section .store-btn-wrap {
    font-size: 0;
}

/* line 549, src/assets/scss/_main.scss */
.store-section .store-button {
    display: inline-block;
    width: 140px;
    margin-left: 15px;
}

/* line 553, src/assets/scss/_main.scss */
.store-section .store-button:first-child {
    margin-left: 0;
}

/* line 559, src/assets/scss/_main.scss */
.apply-form {
    position: relative;
}

/* line 561, src/assets/scss/_main.scss */
.apply-form h3 {
    margin-bottom: 25px;
    padding-left: 40px;
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    background: url(../images/common/btn_black.png) no-repeat 0 center;
    background-size: 30px auto;
    line-height: 20px;
}

/* line 569, src/assets/scss/_main.scss */
.apply-form .inner {
    padding: 75px 25px;
}

/* line 572, src/assets/scss/_main.scss */
.apply-form .form-content {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 25px 0 10px;
    margin-bottom: 25px;
}

/* line 579, src/assets/scss/_main.scss */
.apply-form .field-text {
    position: relative;
    top: -5px;
    font-size: 1.2rem;
    color: #000;
    letter-spacing: -1px;
    font-weight: 300;
}

.apply-form .appeal_text {
    top: -10px;
}

/* line 587, src/assets/scss/_main.scss */
.apply-form .button-group {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 592, src/assets/scss/_main.scss */
.apply-form .button-group .outlined-button {
    width: calc(50% - 5px);
}

/* line 597, src/assets/scss/_main.scss */
.apply-form .space-between {
    position: relative;
    padding-right: 65px;
}

/* line 600, src/assets/scss/_main.scss */
.apply-form .space-between button {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 45px;
    color: #fff;
    background-color: #9b9b9b;
    font-size: 1.2rem;
}

/* line 611, src/assets/scss/_main.scss */
.apply-form .dot {
    position: absolute;
    top: 82px;
    right: 25px;
}

/* line 615, src/assets/scss/_main.scss */
.apply-form .dot span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 5px;
}

/* line 621, src/assets/scss/_main.scss */
.apply-form .dot span.active {
    background-color: #ebb032;
}

/* line 629, src/assets/scss/_main.scss */
.form .space-between,
.form .selection,
.form .textfield {
    margin-bottom: 15px;
}

/* line 633, src/assets/scss/_main.scss */
.form .space-between:first-child,
.form .selection:first-child,
.form .textfield:first-child {
    margin-top: 0;
}

.name_textfield {
    width: 100% !important;
}

.name_textfield input {
    width: 100%;
}

.name_textfield select {
    width: calc(50% - 5px);
}

/* line 637, src/assets/scss/_main.scss */
.form .form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 641, src/assets/scss/_main.scss */
.form .form-item .selection {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form .form-item .selection,
.form .form-item .textfield {
    width: calc(50% - 5px);
}

/* line 645, src/assets/scss/_main.scss */
.form .form-item .at {
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 1.5rem;
}

/* line 652, src/assets/scss/_main.scss */
.btn-next,
.btn-prev {
    width: 50px;
    height: 50px;
}

/* line 660, src/assets/scss/_main.scss */
.selection-group .selection:nth-child(2) select {
    width: calc(50% - 5px);
    min-width: 50px;
}

.info-selections {
    width: 100%;
    display: inline-block;
}

.info-selections:nth-of-type(1) {
    margin-right: 5px;
}

.info-selections select {
    width: 100% !important;
}

.region-entry-content p.label {
    color: #000;
    font-size: 1.5rem;
    font-weight: 550;
    line-height: 1;
    margin-bottom: 10px;
}

.region-entry-content p.guide-text {
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    margin-top: 10px;
}

.select-item:nth-of-type(2) {
    margin: 25px 0;
}

.select-info {
    text-align: center;
    margin-bottom: 15px;
}

.select-info table {
    border: 1px solid #d2d2d2;
}

.select-info table tr {
    color: #000;
    font-size: 1.5rem;
}

.select-info table tr th {
    font-weight: 550;
    border: 1px solid #d2d2d2;
    padding: 10px;
}

.select-info table tr td {
    font-weight: 300;
    border: 1px solid #d2d2d2;
}

/* line 667, src/assets/scss/_main.scss */
.contained-button {
    margin-top: 25px;
    width: 100%;
    height: 45px;
    font-size: 1.5rem;
    background-color: #ebb032;
    color: #fff;
}

/* line 675, src/assets/scss/_main.scss */
.outlined-button {
    width: 100%;
    border: 1px solid #000;
    font-size: 1.5rem;
    color: #000;
    height: 45px;
}

/* line 683, src/assets/scss/_main.scss */
.info-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    color: #000;
}

/* line 692, src/assets/scss/_main.scss */
.info-list {
    padding: 10px 0 15px;
}

/* line 694, src/assets/scss/_main.scss */
.info-list li {
    position: relative;
    padding-left: 100px;
    margin-top: 15px;
}

/* line 698, src/assets/scss/_main.scss */
.info-list li:first-child {
    margin-top: 0;
}

/* line 701, src/assets/scss/_main.scss */
.info-list li em,
.info-list li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    color: #000;
}

/* line 708, src/assets/scss/_main.scss */
.info-list li em {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    min-width: 85px;
}

/* line 718, src/assets/scss/_main.scss */
.info-list2 {
    padding: 10px 0 15px;
}

/* line 720, src/assets/scss/_main.scss */
.info-list2 li {
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 726, src/assets/scss/_main.scss */
.info-list2 li div {
    width: calc(50% - 8px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 732, src/assets/scss/_main.scss */
.info-list2 li:first-child {
    margin-top: 0;
}

/* line 735, src/assets/scss/_main.scss */
.info-list2 li em,
.info-list2 li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    color: #000;
}

/* line 742, src/assets/scss/_main.scss */
.info-list2 li em {
    font-weight: 600;
    min-width: 85px;
}

/* line 750, src/assets/scss/_main.scss */
.uploadfiles ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

/* line 756, src/assets/scss/_main.scss */
.uploadfiles li {
    width: 100px;
}

/* line 758, src/assets/scss/_main.scss */
.uploadfiles li em {
    display: block;
    padding: 10px 0;
    font-size: 1.5rem;
}

/* 대회 소개 */


/* line 775, src/assets/scss/_main.scss */
.schedule-section {
    position: relative;
    padding: 50px 0 75px;
    background-color: #f5f5f5;
}

#schedules {
    margin: 25px 0;
    color: #000;
}

.select_choice {
    font-size: 0;
}

.select_choice span {
    display: inline-block;
    line-height: 13px;
}

.select_title {
    letter-spacing: 2px;
    font-weight: 300;
    padding-right: 15px;
    font-size: 1.5rem;
}

.select_arrow {
    display: inline-block;
    font-size: 1.2rem;
    padding-right: 15px;
}

/* line 779, src/assets/scss/_main.scss */
.schedule-section:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 25px;
    top: 0;
    width: 1px;
    height: 50px;
    background-color: #000;
}

/* line 789, src/assets/scss/_main.scss */
.schedule-section .inner {
    padding-right: 0;
}

.schedule-swiper {
    padding-left: 25px;
}

/* line 794, src/assets/scss/_main.scss */
.information-section {
    position: relative;
    background-color: #f2f2f2;
}

/* line 797, src/assets/scss/_main.scss */
.information-section:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 38px;
    width: 1px;
    height: 75px;
    background-color: #000;
}

/* line 807, src/assets/scss/_main.scss */
.information-section:after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 1px;
    height: 100px;
    background-color: #000;
}

/* line 816, src/assets/scss/_main.scss */
.information-section .heading {
    text-align: center;
    padding-left: 25px;
}

/* line 820, src/assets/scss/_main.scss */
.information-section .inner {
    position: relative;
    padding-left: 50%;
    padding-right: 0;
    height: 1100px;
    background: #f2f2f2 url(../images/about/04.png) 0 -140px no-repeat;
    background-size: 167px 1050px;
}

/* line 827, src/assets/scss/_main.scss */
.information-section .inner .gray-box {
    padding: 50px 0 35px 40px;
    background-color: #f2f2f2;
}

/* line 831, src/assets/scss/_main.scss */
.information-section .inner .white-box {
    padding: 10px 0 0 40px;
}

/* line 833, src/assets/scss/_main.scss */
.information-section .inner .white-box a {
    display: block;
    margin-bottom: 20px;
}

/* line 837, src/assets/scss/_main.scss */
.information-section .inner .white-box img {
    margin-bottom: 1px;
    display: block;
    width: 17px;
}

/* line 843, src/assets/scss/_main.scss */
.information-section .inner .go-link {
    position: absolute;
    left: 25px;
    bottom: 75px;
    width: 238px;
}

/* line 849, src/assets/scss/_main.scss */
.information-section .inner .tyhpography {
    color: #000;
    letter-spacing: -1px;
}

/* line 852, src/assets/scss/_main.scss */
.information-section .inner .tyhpography b {
    display: block;
    margin-top: 20px;
    font-size: 2.2rem;
    font-weight: 600;
}

/* line 858, src/assets/scss/_main.scss */
.information-section .inner .tyhpography span {
    display: block;
    font-weight: 300;
}

/* line 861, src/assets/scss/_main.scss */
.information-section .inner .tyhpography span em {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.information_section {
    width: 100%;
    color: #000;
    letter-spacing: -1.5px;
}

.information_section .infromation_inner {
    width: 100%;
    position: relative;
}

.information_section .infromation_inner::before {
    content: "";
    width: 1px;
    height: 75px;
    background: #000;
    position: absolute;
    top: 37px;
    left: 50%;
}

.information_section .infromation_inner>p {
    background: #f5f5f5;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 75px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 12px;
}

.information_section .infromation_inner .left {
    width: 45%;
    height: 913px;
    float: left;
    background: url(/assets/images/about/about_left.jpg) no-repeat;
    background-size: 100%;
    background-position: top 40% center;
}

.information_section .infromation_inner .right {
    width: 55%;
    float: left;
}

.information_section .infromation_inner .right .right_text_content {
    background: #f5f5f5;
    padding: 25px 15px 0 40px;
}

.information_section .infromation_inner .right strong {
    font-size: 2.2rem;
    margin-bottom: 9px;
    display: block;
    font-weight: 600;
    line-height: 20px;
    height: 21px;
}

.information_section .infromation_inner .right p {
    font-size: 1.5rem;
    padding-bottom: 19px;
    display: block;
    font-weight: 300;
}

.information_section .infromation_inner .right p span {
    font-weight: 550;
}

.information_section .infromation_inner .right p:last-of-type {
    height: 42px;
    padding-bottom: 35px;
    box-sizing: content-box;
}

.information_section .infromation_inner .right .submenu {
    font-size: 1.5rem;
    margin-bottom: 0px;
    display: block;
    line-height: 14px;
    height: 15px;
}

.information_section .infromation_inner .right .callbox {
    background: #fff;
    padding: 35px 25px 0 40px;
}

.information_section .infromation_inner .right .callbox .tel {
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 14px;
}

.information_section .infromation_inner .right .callbox .tel::before {
    content: "";
    background: url(/assets/images/common/icon__tel.png) no-repeat;
    background-size: cover;
    width: 17px;
    height: 13px;
    display: block;
    margin-bottom: 5px;
}

.information_section .infromation_inner .right .callbox .email {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 22px;
}

.information_section .infromation_inner .right .callbox .email::before {
    content: "";
    background: url(/assets/images/common/icon__mail.png) no-repeat;
    background-size: cover;
    width: 17px;
    height: 13px;
    display: block;
    margin-bottom: 5px;
}

.information_section .infromation_inner .bottom {
    clear: both;
    padding: 30px 25px 95px;
    position: relative;
}

.information_section .infromation_inner .bottom a {
    display: inline-block;
    margin-bottom: 25px;
}

.information_section .infromation_inner .bottom :nth-child(2) .link {
    background-position: right 10px bottom 10px;
}

.information_section .infromation_inner .bottom a:last-child {
    margin-bottom: 0;
}

.information_section .infromation_inner .bottom p:first-child {
    font-size: 2.5rem;
    line-height: 1;
}

.information_section .infromation_inner .bottom p.sub_title {
    margin: 10px 0 7px;
}


.about-view .contestants1-section {
    padding-bottom: 0;
}

.about-view .sub_years {
    padding: 20px 0 40px;
}

.information_section .infromation_inner .bottom::after {
    content: "";
    width: 1px;
    height: 75px;
    background: #000;
    position: absolute;
    bottom: 0;
    right: 25px;
}

.information_section .infromation_inner .bottom .playfair {
    color: #000;
    font-size: 2.1rem;
    margin-bottom: 7px;
}

/* line 872, src/assets/scss/_main.scss */

/*.swiper-inner {
    padding-left: 25px;
}*/

.schedule-section .online-apply-guide {
    margin-top: 65px;
    margin-right: 25px;
}

/* line 875, src/assets/scss/_main.scss */
.schedule-section .online-apply-guide ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 880, src/assets/scss/_main.scss */
.schedule-section .online-apply-guide li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 49%;
    height: 249px;
    padding: 0 0 45px;
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 1.5rem;
}

.schedule-section .online-apply-guide li:nth-of-type(1) {
    margin-right: 20px;
}

/* line 890, src/assets/scss/_main.scss */
.schedule-section .online-apply-guide li b,
.schedule-section .online-apply-guide li em,
.schedule-section .online-apply-guide li span {
    display: block;
    color: #000;
    letter-spacing: -1px;
    font-weight: 300;
}

/* line 897, src/assets/scss/_main.scss */
.schedule-section .online-apply-guide li b {
    margin-bottom: 5px;
    font-size: 2.2rem;
    font-weight: 550;
    line-height: 32px;
}

.schedule-section .online-apply-guide li b>span {
    display: inline;
    font-weight: 550;
    color: #823651;
}

/* line 901, src/assets/scss/_main.scss */
.schedule-section .online-apply-guide li span {
    color: #823651;
    width: 240px;
}

.schedule-section .online-apply-guide ul li em {
    margin-bottom: 5px;
}

.schedule-section .online-apply-guide ul:nth-of-type(2) li:nth-child(1) em {
    letter-spacing: -0.5px;
}

.schedule-section .online-apply-guide ul:nth-of-type(2) li {
    height: 227px;
}

/* line 906, src/assets/scss/_main.scss */
.schedule-section .button__online-apply {
    width: 100%;
    /* height: 40px;
  border-top: 1px solid #000; */
    border-bottom: 2px solid #000;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}

/* line 914, src/assets/scss/_main.scss */
.schedule-section .button__online-apply img {
    width: 30px;
    margin-left: 4px;
}

/* line 921, src/assets/scss/_main.scss */
.schedule-list-wrapper {
    position: relative;
    width: 100%;
}

/* line 926, src/assets/scss/_main.scss */
.schedule-list-wrapper .scroll-bar {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 6px;
    background-color: #ebb032;
}

/* line 934, src/assets/scss/_main.scss */
.schedule-list-wrapper .btn-next,
.schedule-list-wrapper .btn-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 130px;
}

/* line 941, src/assets/scss/_main.scss */
.schedule-list-wrapper .btn-next {
    left: 0;
}

/* line 944, src/assets/scss/_main.scss */
.schedule-list-wrapper .btn-prev {
    right: 20px;
}

/* line 949, src/assets/scss/_main.scss */
.schedule-list {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

/* line 954, src/assets/scss/_main.scss */
.schedule-list li {
    float: left;
    width: 215px;
    margin-right: 10px;
    text-align: center;
    font-size: 1.5rem;
}

/* line 961, src/assets/scss/_main.scss */
.schedule-list .info-box {
    width: 215px;
    background-color: #99058d;
    height: 126px;
    color: #fff;
    padding: 25px 0;
    letter-spacing: -1px;
}

/* line 969, src/assets/scss/_main.scss */
.schedule-list .info-box b {
    display: block;
    font-size: 2.2rem;
    margin-bottom: 14px;
    line-height: 22px;
}

.schedule-list .info-box span {
    font-size: 1.5rem;
    font-weight: 300;
    display: block;
    height: 40px;
}

/* line 974, src/assets/scss/_main.scss */
.schedule-list .typhography {
    padding-top: 18px;
    font-size: 1.5rem;
    letter-spacing: -2px;
    font-weight: 300;
}

/* line 977, src/assets/scss/_main.scss */
.schedule-list .description {
    font-size: 1.5rem;
    font-weight: 300;
    color: #797979;
    letter-spacing: -2px;
}

.schedule-section .area-schedule-wrap {
    padding: 75px 25px 0;
}

.schedule-section .area-schedule-wrap>.area-schedule-title {
    font-size: 2.2rem;
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 550;
}

.area-schedule-wrap .area-guide-text {
    text-align: center;
    font-weight: 550;
    color: #000;
    font-size: 1.5rem;
    margin-top: 20px;
}

.area-schedule-inner {
    width: 1200px;
    height: 308px;
}

.area-schedule-inner ul li {
    text-align: center;
    width: 200px;
    height: 276px;
    border: 1px solid #000;
    padding: 10px 20px 0;
}

.area-schedule-inner ul li p {
    font-weight: 550;
    line-height: 1;
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.area-schedule-inner ul li p:nth-of-type(1) {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
}

.area-schedule-inner ul li p:nth-of-type(2) {
    padding-top: 15px;
}

.area-schedule-inner ul li p>span {
    font-weight: 300;
    display: block;
    margin-top: 5px;
    line-height: 1.1;
}

.online-apply-guide2 {
    padding: 40px 25px 0;
}

.online-apply-guide2 ul {
    display: flex;
    justify-content: center;
    padding-top:30px;
}

.online-apply-guide2 ul:first-child {
    border-top: 2px solid #000;
    padding-top:25px;
}

.online-apply-guide2 ul li {
    color: #000;
    border-bottom: 1px solid #000;
    width: 49%;
    margin-right: 20px;
    padding-bottom: 41px;
    text-align: center;
}

.online-apply-guide2 ul:last-child {
    padding-top: 38px;
}

.online-apply-guide2 ul li:last-child {
    margin-right: 0;
}

.online-apply-guide2 ul li b {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.online-apply-guide2 ul li p {
    font-weight: 300;
    font-size: 1.5rem;
    word-break: keep-all;
}

.online-apply-guide2 ul li p span {
    font-weight: 550;
}

.online-apply-guide2 ul li p.description {
    color: #797979;
    margin-top: 10px;
    font-size: 1.4rem;
}

.about_contest_wrap .contestants-list .thumbnail {
    margin-bottom: 12px;
}

/* line 983, src/assets/scss/_main.scss */
.brand-section {
    position: relative;
    padding-bottom: 50px;
}

/* line 986, src/assets/scss/_main.scss */
.brand-section:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 25px;
    background-color: #000;
}

/* line 995, src/assets/scss/_main.scss */
.brand-section .inner {
    padding-right: 0;
}

/* line 997, src/assets/scss/_main.scss */
.brand-section .inner h4 {
    padding-bottom: 35px;
}

/* line 999, src/assets/scss/_main.scss */
.brand-section .inner h4 img {
    width: 142px;
}

/* line 1004, src/assets/scss/_main.scss */
.brand-section .image-box {
    position: relative;
    padding-bottom: 35px;
}

/* line 1007, src/assets/scss/_main.scss */
.brand-section .image-box .btn-next,
.brand-section .image-box .btn-prev {
    position: absolute;
    bottom: 10px;
}

/* line 1013, src/assets/scss/_main.scss */
.brand-section .image-box .btn-next {
    right: 75px;
}

/* line 1016, src/assets/scss/_main.scss */
.brand-section .image-box .btn-prev {
    right: 25px;
}

/* line 1021, src/assets/scss/_main.scss */
.brand-section .info-box {
    display: block;
    /* display: flex;
  justify-content: space-between;
  align-items: flex-start;
} */
}

.brand-section .info-box .thphography {
    margin-top: -6px;
    float: left;
    margin-left: 30px;
    margin-bottom: 15px;
}

/* line 1025, src/assets/scss/_main.scss */
.brand-section .info-box em {
    display: block;
    padding-top: 8px;
    font-size: 2.5rem;
    font-weight: 600;
    border-top: 2px solid #000;
    color: #000;
    float: left;
}

/* line 1034, src/assets/scss/_main.scss */
.brand-section .center {
    margin-top: 25px;
    margin-left: 60px;
}

/* line 1038, src/assets/scss/_main.scss */
.brand-section .bg {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f2f2f2;
    width: 100%;
    height: 418px;
}

/* line 1049, src/assets/scss/_main.scss */
.banner-section {
    padding: 50px 0 145px;
    position: relative;
}

/* line 1052, src/assets/scss/_main.scss */
.banner-section:before {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 1px;
    height: 90px;
    background-color: #000;
}

/* line 1064, src/assets/scss/_main.scss */
.tab-content .contestants-section {
    /* padding-top: 75px; */
    padding: 0 25px;
}

/* line 1066, src/assets/scss/_main.scss */
.tab-content .contestants-section .inner {
    margin-top: 30px;
    padding-left: 0;
}

/* line 1069, src/assets/scss/_main.scss */
.tab-content .contestants-section .inner .text-image {
    margin-bottom: 25px;
    max-width: 364px;
}

/* line 1073, src/assets/scss/_main.scss */
.tab-content .contestants-section .inner:first-child {
    margin-top: 0;
}

.contest1_wrap .contestants-list .thumbnail {
    margin-bottom: 12px;
}

.contestants2-section {
    padding-bottom: 0;
}

.contestants2-section .contestants-list .thumbnail {
    margin-bottom: 12px;
}

.contestants3-section .contestants-list .thumbnail {
    margin-bottom: 12px;
}

.hof-view .contestants2-section {
    height: 196px;
    padding-bottom: 75px;
}

.contest_2019 .contestants-list .thumbnail {
    background-size: auto 128% !important;
}

/* line 1080, src/assets/scss/_main.scss */
.international-section {
    padding: 75px 0;
}

/* line 1082, src/assets/scss/_main.scss */
.international-section a {
    display: block;
}

/* line 1085, src/assets/scss/_main.scss */
.international-section .title-image {
    max-width: 375px;
}

/* line 1088, src/assets/scss/_main.scss */
.international-section .inner {
    padding: 0;
}

/* line 1093, src/assets/scss/_main.scss */
.winner-section {
    position: relative;
    padding: 75px 0 50px 0;
}

.winner-section .img-box {
    padding-left: 25px;
    border-left: 1px solid #000;
}

.winner-section .img-box img {
    margin-bottom: 15px;
}

/* line 1096, src/assets/scss/_main.scss */
.winner-section:before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 1px;
    height: 450px;
    background-color: #000;
}

/* line 1105, src/assets/scss/_main.scss */
.winner-section .title-image {
    margin-left: -25px;
    margin-bottom: 15px;
}

/* line 1109, src/assets/scss/_main.scss */
.winner-section .bg {
    z-index: -1;
    position: absolute;
    left: -25px;
    bottom: 0;
    width: calc(100% + 25px);
    height: 175px;
    background-color: #f2f2f2;
}

/* line 1120, src/assets/scss/_main.scss */
.winnerlist-section {
    position: relative;
    z-index: 1;
    background-color: #f2f2f2;
    padding-left: 25px;
    padding-bottom: 75px;
}

/* line 1127, src/assets/scss/_main.scss */
.winnerlist-section .inner {
    padding: 0;
}

/* line 1130, src/assets/scss/_main.scss */
.winnerlist-section .title-image {
    width: 192px;
    margin-bottom: 25px;
}

/* line 1134, src/assets/scss/_main.scss */
.winnerlist-section .bg {
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    background-color: #fff;
}

/* line 1144, src/assets/scss/_main.scss */
.winner-list-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
}

/* line 1149, src/assets/scss/_main.scss */
.winner-list-wrapper .scroll-bar {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100px;
    height: 6px;
    background-color: #ebb032;
}

/* line 1157, src/assets/scss/_main.scss */
.winner-list-wrapper .btn-next,
.winner-list-wrapper .btn-prev {
    position: absolute;
    top: 130px;
}

/* line 1162, src/assets/scss/_main.scss */
.winner-list-wrapper .btn-next {
    left: 0;
}

/* line 1165, src/assets/scss/_main.scss */
.winner-list-wrapper .btn-prev {
    right: 20px;
}

/* line 1170, src/assets/scss/_main.scss */
.winner-list {
    position: relative;
    z-index: 1;
}

/* line 1173, src/assets/scss/_main.scss */
.winner-list li {
    float: left;
    width: 141px;
    margin-right: 8px;
    text-align: center;
}

/* line 1179, src/assets/scss/_main.scss */
.winner-list .description {
    font-size: 1.2rem;
}

/* line 1181, src/assets/scss/_main.scss */
.winner-list .description em {
    display: block;
}

/* line 1185, src/assets/scss/_main.scss */
.winner-list .typhography {
    font-weight: 600;
    font-size: 1.5rem;
}

/* line 1188, src/assets/scss/_main.scss */
.winner-list .typhography em {
    font-weight: normal;
}

/* line 1192, src/assets/scss/_main.scss */
.winner-list .thumbnail {
    height: 177px;
    background-size: cover;
}

/* line 1198, src/assets/scss/_main.scss */
.news-section {
    padding: 75px 0;
}

/* line 1200, src/assets/scss/_main.scss */
.news-section h4 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
}

/* line 1205, src/assets/scss/_main.scss */
.news-section .description {
    margin: 12px 0;
    font-size: 1.5rem;
    color: #000;
    font-weight: 300;
}

.news-list .info-box .label {
    margin-top: 15px !important;
}

/* line 1210, src/assets/scss/_main.scss */
.news-section .content {
    padding: 25px 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    font-size: 1.6rem;
}

.news-section .content>p>img {
    height: auto;
}

/* line 1215, src/assets/scss/_main.scss */
.news-section .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    border-bottom: 1px solid #000;
}

/* line 1221, src/assets/scss/_main.scss */
.news-section .btn-group button {
    width: 50%;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    font-weight: 600;
}

/* line 1225, src/assets/scss/_main.scss */
.news-section .btn-group button img {
    width: 19px;
}

/* line 1228, src/assets/scss/_main.scss */
.news-section .btn-group button:nth-child(1) {
    text-align: left;
    padding-right: 12px;
    border-right: 1px solid #000;
}

/* line 1233, src/assets/scss/_main.scss */
.news-section .btn-group button:nth-child(2) {
    text-align: right;
    padding-left: 12px;
}

/* line 1237, src/assets/scss/_main.scss */
.news-section .btn-group button .text {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.news-section .btn-group button .text a {
    color: #000;
    font-weight: 300;
}

.company-combo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #999;
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 6px 20px 6px 0;
    width: 125px;
    text-align: center;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
}

.company-combo:after {
    content: "+";
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.company-box {
    display: none;
    position: fixed;
    left: 0;
    bottom: -90vh;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 9999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.company-box.on {
    bottom: 0;
}

.company-box-tit {
    background: #000;
    color: #ccc;
    padding: 20px 10px;
    letter-spacing: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
}

.company-box .close-btn {
    position: absolute;
    top: 0;
    right: 22px;
    font-size: 50px;
    font-weight: 300;
    color: #ccc;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    line-height: 1;
}

.company-list-wrap {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 10px;
    margin-top: -2px;
}

.company-list {
    margin-bottom: 15px;
}

.company-list-tit {
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 10px 0 10px 16px;
    letter-spacing: 0;
}

.company-list ul {
    display: -ms-grid;
    display: grid;
    grid-template-areas: ". .";
    grid-auto-columns: 52.5% 50%;
    grid-gap: 15px 0;
    padding: 17px 0 25px 16px;
    background: #2c2c2c;
    overflow: hidden;
}

.company-list ul li {
    line-height: 1;
}

.company-list ul a {
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    white-space: nowrap;
    color: #ccc;
    letter-spacing: -0.03em;
}

.company-list ul a strong {
    font-weight: 600;
    color: #fff;
}

.company-list ul a strong.long-txt {
    letter-spacing: -0.1em;
}

@media (max-width: 360px) {
    .typhography {
        color: #000;
        line-height: 1.6;
    }

    .introduction-section:before {
        height: 626px;
    }

    /* line 1253, src/assets/scss/_main.scss */
    .information-section .inner .gray-box {
        padding: 50px 10px 35px 10px;
    }

    /* line 1256, src/assets/scss/_main.scss */
    .information-section .inner .white-box {
        padding: 30px 0 0 10px;
    }

    .schedule-section .online-apply-guide li b {
        font-size: 2.1rem;
    }

}

/* 20200717 푸터 css 추가.*/
/* line 219, src/assets/scss/_layout.scss */
.footerinfo-section2 {
    line-height: 1.5;
    background-color: #000;
}

.footerinfo-section2 .logo-name {
    padding: 15px 0 0 0;
    text-align: center;
    color: #d2d2d2;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 1.5rem;
    white-space: nowrap;
}

/* line 223, src/assets/scss/_layout.scss */
.footerinfo-section2 .footer-logo-inner {
    padding: 20px 0 0 0;
}

.footerinfo-section2 .footer-organize-inner {
    padding: 0px 25px 0px;
}

.footerinfo-section2 .organize-box {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    max-height: 330px;
}

.organize-box2 {
    margin-top: 5px;
}

.footerinfo-section2 .organize-text {
    display: inline-block;
    white-space: nowrap;
    padding: 9px 0 0 0;
    color: #d2d2d2;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 1.2rem;
}

.organize-text2 {
    width: 48px;
}

.footerinfo-section2 .organize-item {
    /* width: 20%; */
    margin: 3px 2px 4px 10px;
    text-align: left;
    max-height: 50px;
}

.footerinfo-section2 .organize-item img {
    width: 100%;
}

.footerinfo-section2 .organize-item2 img {
    max-width: 100px;
}

.footerinfo-section2 .inner {
    padding: 15px 25px 100px;
    font-size: 1.2rem;
}

.footerinfo-section2 .footer-line {
    border-top: 1px solid #646464;
    margin: 25px 25px 4px;
    padding: 11px 0px 0px;
}

/* line 226, src/assets/scss/_layout.scss */
.footerinfo-section2 .address {
    font-weight: 300;
    color: #d2d2d2;
    letter-spacing: -1px;
}

/* line 230, src/assets/scss/_layout.scss */
.footerinfo-section2 .address a {
    color: #d2d2d2;
}

/* line 233, src/assets/scss/_layout.scss */
.footerinfo-section2 .address .bar {
    display: inline-block;
    width: 1px;
    height: 9px;
    margin: 0 8px;
    background-color: #fff;
}

/* line 241, src/assets/scss/_layout.scss */
.footerinfo-section2 .copyright {
    font-weight: 300;
    margin-bottom: 20px;
    color: #646464;
}

/* line 247, src/assets/scss/_layout.scss */
.footerinfo-section2 .footer-menu {
    margin-bottom: 25px;
}

/* line 249, src/assets/scss/_layout.scss */
.footerinfo-section2 .footer-menu a {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    color: #d2d2d2;
    font-weight: 300;
}

/* line 255, src/assets/scss/_layout.scss */
.footerinfo-section2 .footer-menu a:hover {
    color: #fbbf3e;
}

/* line 258, src/assets/scss/_layout.scss */
.footerinfo-section2 .footer-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 1px;
    height: 9px;
    background-color: #fff;
}

/* line 268, src/assets/scss/_layout.scss */
.footerinfo-section2 .footer-menu a:nth-child(1),
.footerinfo-section2 .footer-menu a:nth-child(4) {
    padding-left: 0;
}

/* line 273, src/assets/scss/_layout.scss */
.footerinfo-section2 .footer-menu a:nth-child(5)::before {
    display: none;
}

/* line 279, src/assets/scss/_layout.scss */
.footerinfo-section2 .sns-link {
    font-size: 0;
    display: flex;
    overflow: hidden;
}

/* line 281, src/assets/scss/_layout.scss */
.footerinfo-section2 .sns-link a {
    margin-right: 15px;
    display: inline-block;
}

/* line 285, src/assets/scss/_layout.scss */
.footerinfo-section2 .sns-link img {
    width: 19px;
}

/* line 279, src/assets/scss/_layout.scss */
.footerinfo-section2 .site-link-box {
    font-size: 0;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

/* line 281, src/assets/scss/_layout.scss */
.footerinfo-section2 .site-link-box a {
    margin-right: 15px;
    display: inline-block;
}

@media screen and (max-width: 350px) {
    .footerinfo-section2 .site-link-box a {
        margin-right: 5px;
        display: inline-block;
    }
}

/* line 285, src/assets/scss/_layout.scss */
.footerinfo-section2 .site-link-box img {
    width: 19px;
}

.footerinfo-section2 .sns-box {
    width: 45%;
    padding: 4px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
}

.footerinfo-section2 .family-box {
    width: 55%;
    display: flex;
    overflow: hidden;
    float: left;
}

.footerinfo-section2 .select_family_site {
    width: -webkit-fill-available;
    padding: 0 0 0 6px;
    margin: 0 0 0 0;
    background-color: #000;
    color: #d2d2d2;
    font-size: 12px;
    min-height: 30px;
}

.footerinfo-section2 select {
    font-size: 1.5rem;
    color: #222;
    background: url(/assets/images/common/icon_arrow-down2.png) no-repeat right 10px center;
    background-size: 13px auto;
}

.footerinfo-section2 .footer_go_mgi {
    border-top: 1px solid #646464;
    margin: 30px 0px 4px 0px;
    padding: 21px 0 0 0;
}

.list_wrap {
    width: 100%;
}

.list_wrap .list ul {
    display: flex;
    justify-content: center;
    justify-items: center;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 35px;
}

.list_wrap .list ul li {
    width: 25%;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -1px;
    color: #000;
}

.list_wrap .list ul li.on {
    color: #ebb032;
}

.list_wrap .list ul li.bar {
    width: 1%;
    font-weight: 300;
    color: #e9e9e9;
}

.applink {
    display: block;
    font-size: 2.4rem;
    letter-spacing: -1px;
    color: #000;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 600;
    line-height: 1.4;
    height: 60px;
}

.footer_count_text p {
    color: #fff;
}

.footer_count_text {
    height: auto;
}

.footer_count_text p.year {
    margin-bottom: 32px;
    letter-spacing: 4px;
    font-family: "Lato";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 12px;
}

.footer_count_text p.nanummyeongjo {
    font-size: 3.6rem;
    line-height: 41px;
    font-weight: 300;
    height: 78px;
    margin-bottom: 35px;
    letter-spacing: -1.2px;
}

.sub_visual {
    width: 100%;
    height: 403px;
}

.about_visual {
    background: url(/assets/images/bg/sub1_bg.jpg) no-repeat;
    background-size: 100% 403px;
}

.grandkorea_visual {
    background: url(/assets/images/bg/sub2_bg.jpg) no-repeat;
    background-size: 100% 403px;
}

.international_visual {
    /*background: url(/assets/images/international/mo_mrsglobe_bg.jpg) no-repeat;
  background-size: 100% 403px;*/
    position: relative;
    width: 100%;
    height: 403px;
    overflow: hidden;
}

.international_visual .visual_text {
    bottom: 90px !important;
}

.apply_visual {
    background: url(/assets/images/bg/mo_apply_bg.jpg) no-repeat;
    background-size: 100% 403px;
}

.international_visual video {
    position: absolute;
    z-index: 0;
    height: 500px;
    left: -129px;
}

.sub_visual>.intl_video_inner {
    background: rgba(0, 0, 0, 0.2) !important;
}

.korea_visual {
    background: url(/assets/images/bg/korea_rep_bg.jpg?ver=220805-2) no-repeat;
    background-size: 100% 403px;
}

.korea_visual > .sub_visual_inner {
    background: rgba(0, 0, 0, 0.4);
}

.korea_visual .visual_text {
    bottom: 97px !important;
}

.korea_visual .sub_visual_inner .visual_text .playfair {
    line-height: 1.3;
}

.gallery_visual {
    background: url(/assets/images/gallery/MO_043_gallery_01.jpg) no-repeat;
    background-size: 100% 403px;
}

.video_visual {
    background: url(/assets/images/video/MO_044_video_01.jpg) no-repeat;
    background-size: 100% 403px;
}

.apply_visual {
    background: url(/assets/images/bg/apply_bg.jpg) no-repeat;
    background-size: 100% 403px;
}

.sub_visual>.sub_visual_inner {
    width: 100%;
    height: 100%;
    padding: 0 25px;
    color: #fff;
    position: relative;
    /* background: rgba(0, 0, 0, 0.6); */
}

.sub_visual .sub_visual_inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 1px;
    height: 75px;
    background: #fff;
}

.sub_visual_inner .visual_text {
    position: absolute;
    bottom: 100px;
    left: 25px;
}

.korea-title-view .sub_visual_inner .visual_text {
    bottom: 90px;
}

.sub_visual_inner .visual_text .title {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 24px;
    line-height: 20px;
}

.korea_visual .sub_visual_inner .visual_text .title {
    margin-bottom: 21px;
}

.korea-title-view .sub_visual_inner .visual_text .title {
    margin-bottom: 29px;
}

.sub_visual_inner .visual_text .playfair {
    line-height: 42px;
    font-size: 3.6rem;
}

.sub_visual_inner .visual_text p:nth-of-type(3) {
    font-size: 3rem;
    height: 34px;
}

.sub_visual_inner .visual_text .about_sub_title_3rd {
    font-size: 2.6rem !important;
}

.sub_visual_inner .about_sub_title {
    margin-bottom: 8px !important;
}

.brand_value {
    width: 100%;
}

.brand_value .brand_value_inner {
    padding: 0 25px;
}

.brand_value .brand_value_inner .brand_box {
    margin-bottom: 35px;
}

.brand_value .brand_value_inner .brand_box:last-child {
    margin-bottom: 0;
}

.brand_value .brand_value_inner .box {
    width: 100%;
    min-height: 215px;
    max-height: 215px;
    color: #000;
    padding-top: 25px;
    padding-left: 20px;
    letter-spacing: -1.5px;
    background-size: cover !important;
    background-position: center center !important;
}

.brand_value .brand_value_inner .box h3 {
    margin-bottom: 5px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 24px;
}

.brand_value .brand_value_inner .box p {
    font-size: 1.5rem;
    font-weight: 300;
}

.brand_value .brand_value_inner .brand_box:first-child .box {
    background: url(/assets/images/about/MO_01_about_04.jpg) no-repeat;
}

.brand_value .brand_value_inner .brand_box:nth-child(2) .box {
    background: url(/assets/images/about/MO_01_about_05.jpg) no-repeat;
    color: #fff;
}

.brand_value .brand_value_inner .brand_box:nth-child(3) .box {
    background: url(/assets/images/about/MO_01_about_06.jpg) no-repeat;
    color: #fff;
}

.brand_value .brand_value_inner .brand_box:nth-child(2) .link_box a,
.brand_value .brand_value_inner .brand_box:nth-child(3) .link_box a {
    display: inline-block;
    width: 100px;
    margin: 0 auto;
}

.brand_value .brand_value_inner .brand_box:nth-child(2) .link_box .links,
.brand_value .brand_value_inner .brand_box:nth-child(3) .link_box .links {
    display: block;
    margin: 0 auto;
}

.brand_value .brand_value_inner .link_box {
    width: 100%;
    display: flex;
    justify-content: left;
    border-bottom: 2px solid #000;
    padding: 0 20px;
    height: 45px;
}

.brand_value .brand_value_inner .link_box .links {
    width: 100%;
    height: 100%;
    line-height: 45px;
    font-size: 1.5rem;
    color: #000;
    position: relative;
    font-weight: 600;
}

.brand_value .brand_value_inner .link_box .links span {
    margin-right: 10px;
    float: left;
}

.brand_value .brand_value_inner .link_box .links img {
    display: block;
    width: 30px;
    float: left;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.brand_value .brand_value_inner .brand_box:first-child .links::after {
    content: "";
    background: url(/assets/images/common/btn_black.png) no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 10px;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    margin-left: 8px;
}

.brand_value .brand_value_inner .link_box .links.first {
    margin-right: 60px;
}

.brand_value .brand_value_inner .link_box .links.secound {
    margin-left: 10px;
}

.sub_years {
    width: 100%;
    padding: 75px 0 0;
    margin-left: 25px;
    overflow: hidden;
}

.sub_years .sub_years_inner {
    width: 100%;
    overflow: visible;
}

.sub_years .sub_years_inner ul {
    display: flex;
    justify-content: flex-start;
    font-family: "Nato", sans-serif;
    font-size: 2.4rem;
    color: #000;
    letter-spacing: -1px;
    padding-bottom: 10px;
    width: 500px;
    transition: transform 0.4s;
}

.sub_years .sub_years_inner ul.year_tab_list {
    padding-bottom: 2px;
    border-bottom: 1px solid black;
}

.youtube-img {
    width:100%;
    /*
    height:150px;
    */
    height:197px;
    background-color:#000;
    margin-bottom:25px;
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.sub_years .sub_years_inner ul li {
    display: inline-block;
    width: 75px !important;
    text-align: center;
    font-weight: 600;
    z-index: 1000;
    line-height: 17px;
    height: 30px;
}

.sub_years .sub_years_inner ul.year_tab_list li {
    margin-right: 20px;
}

.sub_years .sub_years_inner ul li.on {
    color: #ebb032;
    position: relative;
}

.sub_years .sub_years_inner ul li.on::after {
    content: "";
    width: 75px;
    height: 4px;
    background: #ebb032;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.sub_years #yearTab ul.year_tab_list li.on::after {
    bottom: -4px;
}

.sub_years .sub_years_inner .swiper-scrollbar {
    z-index: -1;
    width: 500px;
}

.sub_years .sub_years_inner .swiper-scrollbar-drag {
    display: none;
}

.seonduk_tab_wrap {
    margin: 75px 0 30px 25px;
}

.tab-menu {
    margin: 0 25px 73px;
}

.korea_rep_tab_menu {
    margin: 0 40px 0 0;
}

.tab-menu>ul {
    display: flex;
    justify-content: center;
}

.tab-menu>ul li a {
    color: #000;
    font-size: 1.6rem;
    line-height: 1;
    display: block;
    padding-bottom: 15px;
    font-weight: 550;
}


.gender_tab {
    margin-bottom: 35px;
}

.gender_tab li {
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
}

.gender_tab li:first-child {
    margin-right: 7px;
}

.gender_tab li a {
    position: relative;
}

.gender_tab>li a.active {
    color: #ebb032;
}

.gender_tab>li a.active::after {
    content: " ";
    width: 100%;
    height: 3px;
    background: #ebb032;
    position: absolute;
    top: 97%;
    left: 0;
    z-index: 1;
}

.year_tab>li {
    width: 100%;
    text-align: center;
}

.year_tab>li select {
    border: 0;
    background: none;
    min-height: 78%;
    line-height: 1;
    text-align: center;
    text-align-last: center;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 4px;
    color: #ebb032;
    background: url(/assets/images/bg/select_arrow.png) no-repeat;
    background-size: auto 31%;
    background-position: right;
}

.korea_rep_sub_years .sub_years_inner::after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 35.4px;
}

.winner_wrap {
    width: 100%;
    position: relative;
    padding-bottom: 75px;
}

.winner {
    padding: 0 25px;
}

.winner::after {
    content: " ";
    display: block;
    width: 1px;
    height: 75px;
    background: #000;
    position: absolute;
    right: 25px;
    bottom: 0;
}

.winner_info .winner_title p {
    font-size: 1.6rem;
    color: #000;
    line-height: 1;
    margin-bottom: 24px;
    font-weight: 300;
    letter-spacing: 5px;
}

.winner_info .winner_title h3 {
    color: #99058d;
    font-size: 3.6rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.winner_content_wrap {
    border-left: 1px solid #000;
    padding: 0 0 44px 25px;
}

.winner_content_wrap .winner_photo {
    width: 100%;
    min-width: 150px;
    height: 450px;
    background-position: center 16%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.winner .winner_info .winner_name {
    margin-top: 10px;
}

.winner .winner_info .winner_name p {
    font-size: 1.5rem;
    color: #000;
}

.winner .winner_info .winner_name p.kor_name {
    font-weight: 550;
}

.winner .winner_info .winner_name p.eng_name {
    font-weight: 300;
}

.missgrandkorea {
    width: 100%;
    position: relative;
    margin-top: 75px;
}

.missgrandkorea .missgrandkorea_inner {
    width: 100%;
    padding: 0 25px;
    color: #000;
}

.queen_wrap {
    padding: 75px 0 75px 25px;
}

.lumiere .queen_wrap {
    padding: 75px 0 62px 25px;
}

.korea-rep-view .queen_wrap {
    padding: 75px 0 75px 25px;
}

.korea-rep-view .miss_queen_tab_wrap {
    padding: 75px 0 50px 25px;
}

.korea-rep-view .sub_years {
    padding: 75px 0;
}

.korea-rep-view .year_2020 {
    padding: 0 0 75px;
}

.korea-rep-view .sub_years .swiper-scrollbar {
    display: block !important;
}

.korea-rep-view .slide_warp h3 {
    background: transparent;
    padding: 25px 0 15px;
    position: relative;
}

.korea-rep-view .slide_warp h3::before {
    content: " ";
    display: block;
    width: 1px;
    height: 75px;
    background: #000;
    position: absolute;
    right: 0;
    top: -75px;
}

.korea-rep-view .slide_warp .contestants-list li {
    height: 188px !important;
}

.queen_tab_wrap {
    text-align: center;
    display: flex;
    transition: 0.4s;
}

.queen_tab_wrap li.swiper-slide {
    display: inline-block;
    margin-right: 10px !important;
    width: 50%;
    height: 45px;
    transition: 0.4s;
}

.queen_tab_wrap .queen_tab {
    display: block;
    color: #000;
    border: 1px solid;
    border-color: #000;
    font-size: 1.7rem;
    transition: none;
    width: 100%;
    height: 100%;
    line-height: 45px;
    font-weight: 300;
}

.queen_tab_on {
    /** addClass **/
    background: #ebb032 !important;
    color: #fff !important;
    border-color: #ebb032 !important;
    font-weight: 550 !important;
}

.missgrandkorea .missgrandkorea_inner p.year {
    letter-spacing: 5px;
    font-family: "Noto", sans-serif;
    font-weight: 300;
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 13px;
}

.missgrandkorea .missgrandkorea_inner #content_name {
    color: #99058d;
    font-size: 3.9rem;
    line-height: 40px;
    margin-bottom: 25px;
    letter-spacing: -0.1rem;
}

.missgrandkorea .missgrandkorea_inner p.three_line {
    height: 116px !important;
}

#internationalfame {
    padding-top: 20px;
}

.international_detail_slide {
    height: 500px;
}

.international_detail_slide .slide_warp {
    height: 100%;
}

#internationalfame .swiper-button-next,
#internationalfame .swiper-button-prev {
    top: 180px;
}

#internationalfame .description {
    margin-top: 5px;
}

#internationalfame .description p {
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 5px;
}

#internationalfame .description .country {
    font-size: 1.6rem;
    font-weight: 300;
}

#internationalfame .description .name {
    font-size: 1.5rem;
    font-weight: 600;
}

.international_detail {
    padding-bottom: 75px;
}

.international .international_inner p.playfair,
.international_detail .international_inner p.playfair {
    color: #aa8848;
    font-size: 3.4rem;
}

.international .international_inner .fame p,
.international_detail .international_inner .fame p {
    letter-spacing: -1.5px;
}

.international .international_slide .slide_warp,
.international_detail .international_slide .slide_warp {
    padding: 25px 25px 0 !important;
    height: 450px;
    overflow: hidden;
}

.international .international_slide .slide_warp .playfair,
.international_detail .international_slide .slide_warp .playfair {
    color: #000;
    font-size: 2.4rem;
}

.gallery_inner .playfair {
    margin-bottom: 0 !important;
}

.international .international_slide .slide_warp::before,
.international_detail .international_slide .slide_warp::before {
    content: "";
    width: 0;
}

.missgrandkorea .missgrandkorea_inner .fame {
    margin-left: 25px;
    padding-right: 25px;
    position: relative;
    width: 92%;
    max-width: 338px;
    height: 70vh;
    background-size: cover;
    background-position: center;
}

.missgrandkorea .missgrandkorea_inner .fame .fame_img {
    background-size: cover !important;
    width: 100%;
    height: 453px;
    margin-bottom: 15px;
}

.missgrandkorea .missgrandkorea_inner .fame_content_inner {
    border-left: 1px solid #000;
    padding-bottom: 50px;
}

.missgrandkorea .missgrandkorea_inner .fame img {
    height: auto !important;
}

.missgrandkorea .missgrandkorea_inner .fame_text {
    padding: 15px 0 0 25px;
}

.missgrandkorea .missgrandkorea_inner .fame_text p.korean {
    font-weight: 550;
    font-size: 1.7rem;
    line-height: 16px;
    margin-bottom: 10px;
}

.missgrandkorea .missgrandkorea_inner .fame_text p.english {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1;
}

.missgrandkorea .missgrandkorea_inner .bg {
    background: #f5f5f5;
    width: 100%;
    height: 427px;
    position: absolute;
    top: 639px;
    left: 0;
    z-index: -1;
}

.three_line .missgrandkorea_inner .bg {
    top: 534px;
    height: 426px;
}

.four_line .missgrandkorea_inner .bg {
    top: 614px;
    height: 410px;
}

.three_line .missgrandkorea .missgrandkorea_inner .fame_video {
    padding: 25px 0 25px 0;
    position: relative;
}

.fame_video::after {
    content: " ";
    display: block;
    width: 1px;
    height: 75px;
    background: #000;
    position: absolute;
    right: 0;
    bottom: -100px;
}

.korea-rep-video::after {
    bottom: -75px;
}

.missgrandkorea .missgrandkorea_inner .fame_video p {
    letter-spacing: 5px;
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 1.6rem;
}

.missgrandkorea .missgrandkorea_inner .fame_video .video {
    width: 100%;
    height: 196.47px;
    background-color: #000;
    position: relative;
    margin-bottom: 45px;
}

.missgrandkorea .missgrandkorea_inner .fame_video .video .play-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/assets/images/common/btn-play-small.png) center center no-repeat;
}

.video img {
    width: 100%;
    height: 100%;
}

.missgrandkorea .missgrandkorea_inner .fame_video .video .play-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/assets/images/common/btn-play-small.png) rgba(0, 0, 0, 0.5) center center no-repeat;

}

.missgrandkorea .missgrandkorea_inner .fame_video .video:last-child {
    margin-bottom: 0;
}

.missgrandkorea .missgrandkorea_inner .fame_video .video_img {
    width: 100%;
    height: 100%;
    background-size: 515px 220px;
    background-color: rgba(0, 0, 0, 0.3);

}

#contestants-section_sub .thumbnail {
    margin-bottom: 10px;
}

#contestants-section_sub p {
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: -2px;
    color: #000;
}

#contestants-section_sub em {
    font-weight: 600;
    line-height: 1.3;
    font-size: 2.2rem;
    color: #000;
    margin-bottom: 3px;
}

.plusbtn {
    width: 65%;
    min-width: 232px;
    max-width: 332px;
    height: 45px;
    line-height: 50px;
    border: 1px solid #000;
    margin: 35px auto 0 auto;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 1.5rem;
    color: #000;
}

.plusbtn>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
}

.plusbtn>a::after {
    content: "▼";
    font-size: 1.2rem;
    margin-left: 10px;
}

.grandkorea_video {
    width: 100%;
    padding: 75px 25px 75px;
    /* padding-bottom: 75px; */
    /*background: #f5f5f5;*/
}

.msroyal_video_wrap {
    padding: 0 25px 75px;
}

.grandkorea_video .grandkorea_video_inner {
    width: 100%;
    box-sizing: border-box;
}

.grandkorea_video .grandkorea_video_inner p {
    font-size: 2rem;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 18px;
}

.grandkorea_video .grandkorea_video_inner .video {
    width: 100%;
    height: 197.47px;
    background: #000;
    position: relative;
    margin-bottom: 25px;
}

.grandkorea_video .grandkorea_video_inner .video img {
    opacity: 50%;
}

/* .grandkorea_video .grandkorea_video_inner .video::after {
  content: "";
  width: 50px;
  height: 50px;@
  background: url(../images/common/btn-play.png) center center no-repeat;
  background-size: 50px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.grandkorea_video .grandkorea_video_inner .video .play-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/assets/images/common/btn-play-small.png) center center no-repeat;
    background-color:rgba(0,0,0,0.3);
}

.grandkorea_video .contestants-list li {
    height: 188px;
}

.grandkorea_video .grandkorea_video_inner .swiper-button-next {
    right: 0;
    bottom: 0;
}

.grandkorea_video .grandkorea_video_inner .swiper-button-prev {
    left: 0;
    bottom: 0;
}

.grandkorea_video .grandkorea_video_inner #grandkorea_video {
    margin: 25px 0 30px 0;
}

.interview {
    width: 100%;
    padding: 0 25px 75px;
    color: #000;
}

.interview p {
    font-size: 2rem;
    letter-spacing: -1px;
    margin-bottom: 25px;
    line-height: 19px;
}

.interview .contestants-list li {
    height: 188px;
}

.interview .swiper-button-next {
    right: 0;
    bottom: 0;
}

.interview .swiper-button-prev {
    left: 0;
    bottom: 0;
}

/*#interview {
  margin: 20px 0 30px 0;
}*/
/*#representative {
  margin-top: 30px;
}*/
.slide_warp {
    padding: 75px 25px 0;
    position: relative;
}

.year_slide_wrap {
    padding: 75px 25px 0;
}

.slide_warp::before {
    content: "";
    width: 1px;
    height: 70px;
    position: absolute;
    right: 25px;
    top: 0;
    background: #000;
    display: none;
}

.korea-rep-slide_wrap::before {
    display: none;
}

.slide_warp .swiper-button-next {
    right: 0;
    bottom: 0;
}

.slide_warp .swiper-button-prev {
    left: 0;
    bottom: 0;
}

.gallery {
    padding: 0 25px 75px 25px;
    overflow-x: hidden;
}

.gallery_inner {
    margin-bottom: 25px;
}

.gallery_content {
    margin-bottom: 50px;
}

.gallery_content:last-of-type {
    margin-bottom: 0;
}

.gallery .gallery_inner p {
    text-transform: uppercase;
    font-size: 2rem;
    color: #000;
    line-height: 27px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1;
}

.gallery .contestants-list li {
    height: 188px;
}

.gallery .plusbtn {
    /*margin-top: 40px;*/
}

.international_video {
    padding: 0 25px 75px 25px;
}

.international_video .international_video_inner p.year {
    letter-spacing: 4px;
    color: #000;
    margin-bottom: 10px;
}

.international_video .international_video_inner h3.playfair {
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 16px;
}

.international_video .international_video_inner p.title {
    color: #aa8848;
    font-size: 3.2rem;
    line-height: 1.2;
}

.international_video .international_video_inner .line {
    width: 1px;
    height: 75px;
    background: #000;
}

.international_video .international_video_inner .video_wrap p {
    margin: 20px 0;
    font-size: 1.8rem;
    letter-spacing: 2px;
    color: #000;
    font-weight: 300;
}

.international_video .international_video_inner .video_box .video {
    width: 100%;
    height: 196.5px;
    background: #000;
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 15px;
}

.international_video .international_video_inner .video_box .video::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.international_video .international_video_inner .video_box .video::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/common/btn-play.png) center center no-repeat;
    background-size: 50px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.international_video .international_video_inner .video_box .video_title {
    color: #000;
    text-align: center;
    font-weight: 300;
    font-size: 1.5rem;
    margin: 0 auto 25px;
    width: 215px;
    line-height: 14px;
}

.international_video .international_video_inner .video_box:last-child .video_title {
    margin-bottom: 0;
}

.swiper-wrap {
    box-sizing: border-box;
}

.btn_wrap {
    text-align: center;
    margin: 35px 0;
}

.info_left {
    position: relative;
}

.opacity_box {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.notice_section {
    position: relative;
    height: 403px;
}

.notice_section img {
    width: 100%;
    height: 100%;
}

.notice_section>.sub_visual_inner {
    padding: 0 25px;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.notice_section>.sub_visual_inner .visual_text {
    position: absolute;
    bottom: 90px;
    left: 25px;
}

.notice_section .sub_visual_inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 1px;
    height: 75px;
    background: #fff;
}

.international_slide .slide_warp p {
    margin-bottom: 25px;
}

.international_slide .slide_warp .swiper-container:nth-of-type(1) {
    margin-bottom: 50px;
}

.international_slide .slide_warp .swiper-container:nth-of-type(2) {
    margin-bottom: 35px;
}

.international_video_wrap {
    padding: 75px 25px 40px;
}

.international_video_wrap .playfair {
    font-size: 2rem;
    color: #000;
    padding: 0 0 25px 0;
    line-height: 16px;
}

.international_video_wrap .video_list {}

.international_video_wrap .video_list li {
    text-align: center;
    margin-bottom: 35px;
}

.international_video_wrap .video_list li .video_thum {
    height: 200px;
    background: #000;
    background-size: 100% 100%;
    margin-bottom: 15px;
    position: relative;
}

.international_video_wrap .video_list li .video_thum::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.international_video_wrap .video_list li .video_thum img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.korea_section_contest {
    padding-top: 50px;
}

.korea_section_contest h3::before {
    content: " ";
    display: block;
    height: 50px;
    width: 1px;
    background: #000;
    position: absolute;
    right: 26px;
    top: -50px;
}

.korea_section_contest .contestants1-section {
    padding-bottom: 0;
}

.fame_contest_wrap {
    padding: 0 0 75px;
}

.hof-view .contest1_wrap h3::before {
    content: " ";
    display: block;
    width: 1px;
    height: 75px;
    background: #000;
    position: absolute;
    right: 27px;
    top: -75px;
}

.contest1_wrap .contestants-list .swiper-slide p {
    padding-bottom: 35px !important;
}

.contest1_wrap .swiper-button-next,
.contest1_wrap .swiper-button-prev {
    top: 65.5%;
}

.contest2_wrap .swiper-button-next,
.contest2_wrap .swiper-button-prev {
    bottom: 37px;
}

.contest2_wrap {
    padding-top: 75px;
    margin-top: 35px;
    position: relative;
}

.contest2_wrap h3::before {
    content: " ";
    display: block;
    width: 1px;
    height: 75px;
    background: #000;
    position: absolute;
    top: -75px;
    right: 27px;
}

.grandkorea_video .grandkorea_video_inner .competion_video {
    margin-bottom: 50px;
}

.competition_slide:last-child {
    padding: 0;
}

.competition_slide {
    padding: 0 0 50px;
}

.camp_video {
    background: #fff;
}

.korea-rep-slide_wrap {
    padding: 75px 25px 0 25px;
}

.korea-rep-slide #representative {
    margin: 0;
}

.korea-rep-slide h3 {
    text-align: right;
    color: #000;
    font-weight: 300;
    padding: 25px 0 15px 0;
    letter-spacing: 4px;
    font-size: 1.6rem;
    line-height: 1;
}

.korea-rep-slide h3::before {
    content: ' ';
    display: block;
    width: 1px;
    height: 75px;
    background: #000;
    position: absolute;
    right: 25px;
    top: 0;
}

.camp_slide {
    padding: 25px 0 0;
}

.year_slide_wrap p {
    font-size: 2rem;
    color: #000;
    margin-bottom: 25px;
    line-height: 18px;
}

.year_slide_wrap .swiper-container:nth-of-type(1) {
    margin-bottom: 50px;
}

.year_slide_wrap .swiper-container:last-child {
    margin-bottom: 0;
}

.international_detail h3 {
    font-size: 2rem;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 0 0 25px;
    line-height: 16px;
}

.video_subject {
    color: #000;
    font-weight: 300;
    font-size: 1.5rem;
    width: 215px;
    margin: 0 auto;
    line-height: 16px;
}

.visual_text .playfair {
    margin-bottom: 0;
}

.gal_page_list .thumnail {
    margin-bottom: 25px;
}

.korea-queen-view .contest_wrap h3 {
    background: transparent;
}

.hof-view .contest_wrap h3 {
    background: transparent;
}

.hof-view .contestants-section {
    background: transparent !important;
}

.hof-view .bg {
    height: 436px !important;
}

.korea-rep-view .bg {
    top: 520px !important;
    height: 441px !important;
}

.korea-rep-view .bg.three_line {
    top: 556px !important;
    height: 446px !important;
}

.lumiere_content_wrap {
    position: relative;
}

.lumiere_content_wrap .top_content_inner {
    padding: 0 25px;
    position: relative;
}

.lumiere_content_wrap .bg {
    width: 100%;
    height: 445px;
    background: #f5f5f5;
    top: 490px;
    position: absolute;
    z-index: -1;
}

.lumiere_content_wrap .title_wrap {
    margin-bottom: 16px;
}

.lumiere_content_wrap .title_wrap h3 {
    font-size: 3.6rem;
    font-weight: 400;
    color: #98058d;
}

.lumiere_content {
    border-left: 1px solid #000;
    padding-bottom: 45px;
}

.lumiere_img_box {
    text-align: right;
}

.lumiere_img_box img {
    width: 100%;
    max-width: 235px;
}

.lumiere_text_box {
    font-size: 1.5rem;
    color: #000;
    margin: 30px 0 0 25px;
    font-weight: 300;
    word-break: keep-all;
}

.photo_content_inner {
    padding: 65px 25px 0;
}

.photo_content_inner ul li {
    position: relative;
}

.photo_content_inner ul li:first-child {
    margin-bottom: 50px;
}

.photo_content_inner ul li:first-child img:nth-child(1) {
    width: 30%;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}

.cost-info {
    color: #000;
    margin-bottom: 20px;
}

.cost {
    font-size: 1.5rem;
}

.cost:nth-of-type(1) {
    margin-bottom: 20px;
    line-height: 1;
}

.cost p {
    font-weight: 300;
    line-height: 1.4;
}

.cost p:nth-child(1) {
    font-weight: 550;
    line-height: 1;
    margin-bottom: 5px;
}

.loading_layer_wrap {
    display: none;
    position: fixed;
    z-index: 10000;
}

.loading_layer_wrap::before {
    content: " ";
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}

.loading_layer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loading_img {
    max-width: 120px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.loading_txt {
    text-align: center;
    margin-top: 17px;
}

.loading_txt p {
    color: #fff;
    font-weight: 300;
}

.loading_txt p.bold {
    font-weight: 600;
    font-size: 17px;
}

.loading_txt p:last-child {
    font-size: 13px;
    margin-top: 10px;
}

@media screen and (min-width: 300px) {
    .introduction-section .links {
        padding: 40px 25px 0px 11px !important;
    }

    .information_section .infromation_inner .right .submenu {
        /*font-size: 14px;*/
        margin-bottom: 0px;
        display: block;
    }

    .information_section .infromation_inner .right {
        padding-bottom: 0;
    }

    .brand_value .brand_value_inner .link_box .links.first {
        margin-right: 40px;
    }
}

@media screen and (min-width: 350px) {
    .introduction-section .links {
        padding: 40px 25px 0 5px !important;
    }

    .information_section .infromation_inner .right .submenu {
        margin-bottom: 0px;
        display: block;
    }

    .brand_value .brand_value_inner .link_box .links.first {
        margin-right: 50px;
    }
}

@media screen and (min-width: 400px) {

    .sub_visual_inner .visual_text .playfair {
        margin-bottom: 5px;
    }

    .introduction-section .links {
        padding: 45px 25px 0 0 !important;
    }

    .brand_value .brand_value_inner .link_box .links.first {
        margin-right: 75px;
    }

}

@media screen and (max-width: 380px) {
    .winner_content_wrap .winner_photo {
        background-position: center;
    }

    .section #selectbox {
        right: 177px;
    }

}

@media screen and (max-width: 370px) {
    .mq_del {
        display: none !important;
    }

    .missgrandkorea .missgrandkorea_inner .bg {
        top: 515px;
    }
}

@media screen and (max-width: 325px) {
    html {
        font-size: 56%;
    }

    .introduction-section .couter {
        padding-right: 15px;
    }

    .introduction-section:before {
        height: 568px;
    }

    .section #selectbox {
        right: 120px;
    }

    .information_section .infromation_inner .right {
        height: 762px;
    }

    .information_section .infromation_inner .bottom p:first-child {
        font-size: 2.4rem;
    }

    .information_section .infromation_inner .left {
        height: 873px;
    }

    .winner_info .winner_photo {
        height: 360px;
    }

    .winner .winner_info .winner_queen {
        margin-right: 0;
    }

    .missgrandkorea .missgrandkorea_inner .bg {
        top: 465px;
    }

    .about-view .bg {
        top: 417px;
        height: 372px;
    }
}