@import url("/includes/script/plugin/bootstrap/3.3.7/css/bootstrap.min.css");

@import url("font-awesome.css");

@import url("https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
    --main-color: #82be0f;
    --main-color-2: #82be0f;
    --main-color-3: #82be0f;
}

body {
    font-family: 'Roboto', sans-serif;
}    

img {
    image-rendering: -webkit-optimize-contrast;
}

p {
    margin: 0;
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

#_topnav_ {
    position: sticky;
    top: 0px;
    z-index: 100;
}

.rl-topnav.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.container, .container-fluid {
    width: 100%;
}

.rl-row-1440 {
    max-width: 1440px;
    margin: 0 12.1%;
    padding-right: 15px;
    padding-left: 15px;
}

.rl-img-response {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.rl-hidden {
    display: none !important;
}

/*--- text weight ---*/
.rl-text-bold {
    font-weight: bold;
}

.rl-text-medium {
    font-weight: 500 !important;
}

.rl-text-regular {
    font-weight: 400 !important;
}

.rl-text-light {
    font-weight: 300 !important;
}

/*--------text-align------ */
.rl-text-center {
    text-align: center;
}

.rl-text-left {
    text-align: left;
}

.rl-text-right {
    text-align: right;
}

/*--- text line-height ---*/
.rl-lh-12 {
    line-height: 1.2;
}

.rl-lh-13 {
    line-height: 1.3;
}

.rl-lh-14 {
    line-height: 1.4;
}

.rl-lh-15 {
    line-height: 1.5;
}

/*--------text-size------ */
.rl-text-h1 {
    font-size: calc( 28.8px + 1vw);
}

.rl-text-lg {
    font-size: calc(6.25vw + 20px);

    /*1920-140 ,320-40*/
    line-height: 1;
    font-weight: 500;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.rl-text-md {
    font-size: calc(1.3888888888888888vw + 33.333333333333336px);
    font-weight: 300;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .rl-text-md {
        font-size: calc(3.125vw + 20px);
    }
}

a.text-decoration-no-underline {
    text-decoration: none;
}

.rl-text-md2 {
    font-size: calc(1.25vw + 36px);

    /*1920:60, 320-40*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-md3 {
    font-size: calc(1.875vw + 44px);

    /*1920:80, 320-50*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-md4 {
    font-size: calc(1vw + 32px);

    /*1920:50, 320-35*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-sm {
    font-size: calc(0.6944444444444444vw + 22.666666666666668px);

    /*36*/
    font-weight: 300;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .rl-text-sm {
        font-size: 28;
        line-height: 1.4;
    }
}

.rl-text-xs {
    font-size: calc( 22.8px + 0.375vw);
    line-height: 1.1;
}

.rl-text-desc-lg {
    font-size: calc(0.25vw + 19.2px);
}

.rl-text-desc-md {
    font-size: calc(0.125vw + 17.6px);
}

.rl-text-desc-sm {
    font-size: calc(0.125vw + 15.6px);
}

.rl-text-desc-xs {
    font-size: calc(0.125vw + 13.6px);
}

/*-----display: flex-----*/
.flex-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-no-wrap {
    display: flex;
    flex-wrap: nowrap;
}

.flex-column-direction {
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .flex-container--mobile {
        flex-direction: column;
    }
}

.flex-align {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.flex-end {
    -webkit-align-self: flex-end;
    -ms-flex-align: end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex-start-align {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.flex-end-align {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.align-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.justify-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.justify-space-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.bg-color-black {
    background-color: #121212;
}

.text-color-white {
    color: white;
}

.text-color-yellow {
    color: #d8ad52;
}

.text-color-grey {
    color: #777777;
}

.text-color-red {
    color: #ff856e;
}

.text-color-orange {
    color: #cc7a37;
}

.text-color-default {
    color: var(--main-color);
}

.text-color-default--important {
    color: var(--main-color) !important;
}

/*--- magnificPopup overwrite ---*/
.mfp-iframe-holder .mfp-content {
    width: 70% !important;
    max-width: 70% !important;
    text-align: center;
}

/*------------------------------------
                $Play Button
------------------------------------*/
.rl-rel {
    position: relative;
    display: block;
}

.rl-rel:hover .rl-play-wrapper {
    background: rgba(98, 98, 98, 0.8);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.rl-play-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc(1.5625vw + 50px);
    height: calc(1.5625vw + 50px);
    border-radius: 50%;
    border: 4px solid #fff;
    margin: auto;
    background: rgba(98, 98, 98, 0.5);
    -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.rl-play {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(0.5vw + 5.4px) 0 calc(0.5vw + 5.4px) calc(0.8125vw + 9.4px);
    border-color: transparent transparent transparent #fff;
    margin-left: calc(0.375vw + 2.8px);
}

/*------------------------------------
                row space
------------------------------------*/

/*----- 130px ----- */

.rl-row-130 {
    padding-top: calc(4.375vw + 46px);
    padding-bottom: calc(4.375vw + 46px);
}

.rl-row-top-130 {
    padding-top: calc(4.375vw + 46px);
    padding-bottom: 0;
}

.rl-row-bottom-130 {
    padding-bottom: calc(4.375vw + 46px);
}

/*----- 90px ----- */

.rl-row-90 {
    padding-top: calc( 30px + 3.125vw);
    padding-bottom: calc( 30px + 3.125vw);
}

.rl-row-top-90 {
    padding-top: calc( 30px + 3.125vw);
    padding-bottom: 0;
}

.rl-row-bottom-90 {
    padding-bottom: calc( 30px + 3.125vw);
}

/*----- 80px ----- */

.rl-row-80 {
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: calc( 32px + 2.5vw);
}

.rl-row-top-80 {
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: 0;
}

.rl-row-bottom-80 {
    padding-top: 0;
    padding-bottom: calc( 32px + 2.5vw);
}

/*----- 70px ----- */

.rl-row-70 {
    padding-top: calc(2.1875vw + 28px);
    padding-bottom: calc(2.1875vw + 28px);
}

.rl-row-top-70 {
    padding-top: calc(2.1875vw + 28px);
    padding-bottom: 0;
}

.rl-row-bottom-70 {
    padding-top: 0;
    padding-bottom: calc(2.1875vw + 28px);
}

/*----- 60px ----- */

.rl-row-60 {
    padding-top: calc( 24px + 1.875vw);
    padding-bottom: calc( 24px + 1.875vw);
}

.rl-row-top-60 {
    padding-top: calc( 24px + 1.875vw);
    padding-bottom: 0;
}

.rl-row-bottom-60 {
    padding-top: 0;
    padding-bottom: calc( 24px + 1.875vw);
}

/*----- 50 px ----- */

.rl-row-50 {
    padding-top: calc( 14px + 1.875vw);
    padding-bottom: calc( 14px + 1.875vw);
}

.rl-row-top-50 {
    padding-top: calc( 14px + 1.875vw);
    padding-bottom: 0;
}

.rl-row-bottom-50 {
    padding-top: 0;
    padding-bottom: calc( 14px + 1.875vw);
}

/*----- 40 px ----- */

.rl-row-40 {
    padding-top: calc( 16px + 1.25vw);
    padding-bottom: calc( 16px + 1.25vw);
}

.rl-row-top-40 {
    padding-top: calc( 16px + 1.25vw);
    padding-bottom: 0;
}

.rl-row-bottom-40 {
    padding-top: 0;
    padding-bottom: calc( 16px + 1.25vw);
}

/*----- 30 px ----- */

.rl-row-30 {
    padding-top: calc(0.75vw + 15.6px);
    padding-bottom: calc(0.75vw + 15.6px);
}

.rl-row-top-30 {
    padding-top: calc(0.75vw + 15.6px);
    padding-bottom: 0;
}

.rl-row-bottom-30 {
    padding-top: 0;
    padding-bottom: calc(0.75vw + 15.6px);
}

/*----- 25 px ----- */

.rl-row-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.rl-row-top-25 {
    padding-top: 25px;
    padding-bottom: 0;
}

.rl-row-bottom-25 {
    padding-top: 0;
    padding-bottom: 25px;
}

/*----- 20 px ----- */

.rl-row-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rl-row-top-20 {
    padding-top: 20px;
    padding-bottom: 0;
}

.rl-row-bottom-20 {
    padding-top: 0;
    padding-bottom: 20px;
}

/*----- 15 px ----- */

.rl-row-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rl-row-top-15 {
    padding-top: 15px;
    padding-bottom: 0;
}

.rl-row-bottom-15 {
    padding-top: 0;
    padding-bottom: 15px;
}

/*----- 10 px ----- */

.rl-row-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rl-row-top-10 {
    padding-top: 10px;
    padding-bottom: 0;
}

.rl-row-bottom-10 {
    padding-top: 0;
    padding-bottom: 10px;
}

/*----- font face -----*/

@font-face {
    font-family: "Bitsumishi";
    src: local("Bitsumishi"), url("fonts/BITSUMIS.TTF") format("truetype"), url("fonts/BITSUMIS.TTF.eot") format("embedded-opentype"), url("fonts/Bitsumishi.svg") format("svg");
}

@font-face {
    font-family: "HelveticaNeueLTStd-Lt";
    src: local("HelveticaNeueLTStd-Lt"), url("fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Lt.eot") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Lt.svg") format("svg");
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.eot");
    src: url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.woff") format("woff"), url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd") format("svg"), url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
}

/*------------------------------------
            $intro.html
------------------------------------*/

.intro .img-wrapper {
    text-align: right;
}

.intro .img-wrapper>img {
    display: inline-block;
}

/*------------------------------------
            $rules.html
------------------------------------*/
.text-blog-sm {
    padding-left: 30px;
    padding-right: 30px;
}

/*--- table ---*/
.table {
    text-align: left;
    font-size: 14px;
    padding: 20px;
}

.table p {
    text-align: left;
    font-size: 14px;
    padding-top: 20px;
    margin: 0px;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

.table > tbody > tr > td {
    font-size: calc( 15.6px + 0.125vw);
    vertical-align: middle;
    padding: calc(0.9375vw + 12px) calc(0.625vw + 8px); /*1920~320 30~15px & 20~10px  */
}

.table-bordered {
    border: 2px solid #ddd;
}

.text-center {
    text-align: center;
}

.awards {
    width: 100%;
    margin-bottom: 50px;
}

.awards th {
    background-color: #aeaeae;
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.awards .title {
    color: #fff;
    font-size: calc( 19.2px + 0.25vw);
    font-weight: 600;
    line-height: 1.5;
}

.awards>tbody img {
    margin: 0 auto;
}

.awards>thead th:first-child {
    width: 30%;
}

.awards>thead th:last-child {
    width: 70%;
}

.awards>tbody td:first-child .wrapper {
    margin: 0 auto;
    max-width: 310px;

    /*white-space: normal;*/
}

.awards>tbody td:first-child .wrapper p {
    text-align: center;
    margin-bottom: 20px;
}

.awards>tbody tr td:last-child .wrapper {
    margin: 0 auto;
    max-width: calc( 583px + 40px);
}

.awards>tbody tr:first-child td:last-child .wrapper {
    margin: 0 auto;
    max-width: 583px;
}

.blog-post {
    padding-top: 100px;
    text-align: center;
}

.blog-post h2 {
    color: var(--main-color);
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px;
    position: relative;
}

.blog-post h2:after {
    content: '';
    position: absolute;
    top: 14px;
    bottom: -29px;
    left: 0;
    width: 100%;
    border: 1px solid var(--main-color);
}

.blog-post h2 a {
    color: var(--main-color);
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.blog-post h3 {
    color: var(--main-color);
    font-size: calc(1vw + 18.8px);
    margin: 10px 0 40px 0;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    border-left: 3px solid var(--main-color);
    padding-left: 15px;
}

.blog-post h4 {
    color: #4f4f4f;
    font-size: 24px;
    margin: 10px 0 30px 0px;
    background-repeat: no-repeat;
    text-align: left;
    font-weight: 300 !important;
    background-position: 0px 5px;
}

.blog-post h5 {
    color: #878787;
    font-size: 24px;
    margin: 0 0 20px 15px;
    text-align: center;
    background-position: 0px 5px;
}

.blog-post span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.blog-post span > i {
    display: inline-block;
    font-size: 52px;
    color: var(--main-color);
    line-height: 45px;
    padding: 0 20px;
    background: #fff;
}

.blog-post p {
    color: #737373;
    font-size: calc(0.125vw + 15.6px);
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin-top: -5px;
}

.blog-post p a {
    color: var(--main-color);
    text-decoration: underline;
}

.blog-post p a:hover {
    color: #737373;
    text-decoration: none;
}

.blog-post ul li a,
.blog-post ol li a {
    color: var(--main-color);
    text-decoration: underline;
}

.blog-post ul li a:hover,
.blog-post ol li a:hover {
    color: #737373;
    text-decoration: none;
}

.blog-post ul li,
.blog-post ol li {
    font-size: calc(0.125vw + 15.6px);
    color: #737373;
    font-weight: 300;
    text-align: left;
    line-height: 30px;
    padding-bottom: 10px;
}

.blog-post a.main-button {
    display: inline-block;
    color: #737373;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post a.main-button:hover {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.blog-post a.main-button2 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post a.main-button2:hover {
    color: var(--main-color);
    background: transparent;
    border: 1px solid var(--main-color);
}

.blog-post a.main-button2.hollow {
    color: var(--main-color);
    background: transparent;
    border: 1px solid var(--main-color);
}

.blog-post a.main-button2.hollow:hover {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

@media screen and (max-width: 1440px) {
    .rl-row-1440 {
        margin: 0 4.17%;
    }
}

@media screen and (max-width: 1130px) {
    .blog-post {
        padding-top: 50px;
    }

    /*------------------------------------
              $prize.html
    ------------------------------------*/
    .awards .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .rl-row-1440 {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin: 0 auto;
    }

    .intro .img-wrapper {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .blog-post h2 {
        font-size: 24px;
    }

    /*------------------------------------
              $prize.html
    ------------------------------------*/
    .awards > tbody td:last-child .wrapper {
        max-width: 100%;
    }
	
	.subtitle-text {
    font-size: calc(0.25vw + 31.2px);
    color: #82be0f;
    font-weight: 500;
    line-height: calc(0.25vw + 35.2px);
}

	.bullet-only-line {
    position: relative;
    padding-left: 20px;
}

	.bullet-only-line::before {
    content: "a";
    background-color: #82be0f;
    width: 8px;
    text-indent: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
}
	
	.subtitle-text {
    font-size: calc(0.25vw + 31.2px);
    color: #82be0f;
    font-weight: 500;
    line-height: calc(0.25vw + 35.2px);
}
	
    /*------------------------------------
              $General
    ------------------------------------*/
    .rl-hidden {
        display: block !important;
    }

    .rl-visible {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .blog-post h2 a {
        padding: 0 10px;
        margin: 0 20px;
    }

    /*------------------------------------
              $General
    ------------------------------------*/
    .container, .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

/*------------------------------------
            roll-banner
------------------------------------*/

#roll-banner a:hover,#roll-banner a:focus {
    text-decoration: none;
}

#roll-banner-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 5px 10px;
    background-color: #ffa07f;
    color: #ffffff;
}

#roll-banner-bar.fixed {
    position: fixed;
    width: 100%;
    z-index: 10;
}

#roll-banner-bar .text-area {
    font-size: calc(0.25vw + 19.2px);
    line-height: 1.1;
}

#roll-banner-bar .__image-wrapper {
    height: 100%;
    margin-right: 10px; /* 1920~320 50~20px */
}

#roll-banner-bar .__image-wrapper img {
    width: calc(11.25vw + 64px);
}

@media screen and (min-width: 1131px) {
    #roll-banner-bar.fixed {
        z-index: 100 !important;
    }
}

@media screen and (max-width: 435px) {
    .__image-wrapper {
        display: none;
    }

    #roll-banner-bar .text-area {
        text-align: center;
    }
}

/* font family */
.font-oswald {
    font-family: "Oswald" !important;
}

