html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans KR', sans-serif;
}

section {
    width: 100%;
    height: 100%;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

button:focus {
    outline: 0 !important;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    border: none;
}

a:hover {
    text-decoration: none;
}





/*
 *
 *  SHOW & NONE Display 관련
 *
 */
.show-display-1200, .show-display-950, .show-display-850, .show-display-750, .show-display-650{
    display: none;
}





/*
 *
 *  Container 관련
 *
 */

.tr-article {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tr-container {
    max-width: 1000px;
    margin: 0 auto;
}

.tr-center-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 20px;
    overflow: hidden;
}





/*
 *
 *  SUB Page Main 관련
 *
 */


.tr-sub-main-container {
    position: relative;
    max-width: 1000px;
    top:40px;
    margin: 0 auto 50px;
    text-align: center;
    padding: 100px 20px;
    overflow: hidden;
}

.tr-sub-main-bg{
    width: 100%;
    height: 400px;
    z-index: -100;
    position: absolute;
    overflow: hidden;
}

.tr-sub-main-bg > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/*
 *
 *  Card Container 관련
 *
 */

.tr-grey-bg{
    background: #eeeeee;
}

.tr-card-box {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 16px 48px -16px #000000;
}

.tr-card-content {
    width: 50%;
}

.tr-card-right-bottom, .tr-card-right-top {
    float: right;
}

.tr-card-left-bottom, .tr-card-left-top {
    float: left;
}

.tr-card-text {
    text-align: left;
    line-height: 1.6;
    padding: 80px 40px 40px 40px;
}





/*
 *
 *  리스트 관련
 *
 */

.tr-3-list > li {
    margin-top: 40px;
}





/*
 *
 *  여백 관련
 *
 */

.tm-2 {
    margin-top: 2rem;
}
.tm-3 {
    margin-top: 3rem;
}
.tm-4 {
    margin-top: 4rem;
}
.bm-1 {
    margin-bottom: 1rem;
}
.bm-2 {
    margin-bottom: 2rem;
}
.bm-3 {
    margin-bottom: 3rem;
}
.bm-4 {
    margin-bottom: 4rem;
}





/*
 *
 *   Image 관련
 *
 */

.img7 {
    width: 66.666%;
}

.img12 {
    width: 100%;
}





/*
 *
 *   Text 관련
 *
 */

.font-montserrat {
    font-family: 'Open Sans', sans-serif;
}

.only-tit {
    margin-bottom: 40px;
}

.only-logo {
    margin-bottom: 20px;
}

.tr-list-title {
    font-weight: bold;
}

.tr-center-header {
    padding-bottom: 20px
}

.tr-center-body {
    line-height: 1.6;
}

.white-font {
    color: #ffffff;
}

.tr-sub-main-txt{
    color: #ffffff;
    position: relative;
    top: 150px;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.hash-tag{
    margin-top: 18px;
}

.hash-tag > label{
    padding: 4px 6px;
    background: #ec98aa;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.text-align-left{
    text-align: left;
}

.form-text-danger{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 10px;
}

.link-txt{
    cursor: pointer;

}





/*
 *
 *   Nav
 *
 */

.tr-nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #6f6f6f;
    padding: 20px 40px;
    height: 80px;
}

.tr-left-nav {
    position: absolute;
    top: 22px;
    left: 40px;
}

.tr-left-nav img {
    cursor: pointer;
}

.tr-right-nav {
    position: absolute;
    top: 16px;
    right: 40px;

}

.tr-right-nav > li {
    font-family: 'Open Sans', sans-serif;
    float: left;
    padding-left: 28px;
    height: 41px;
    line-height: 41px;
    color: white;
    cursor: pointer;
    font-size: 1.4em;
}

.tr-right-nav > li.point-txt {
    color: #ffee2f;
}

.tr-nav.scroll {
    background: #ffffff;
    border-bottom: 1px solid #3c3c3c;
    opacity: 0.9;
}

.tr-nav.scroll > .tr-right-nav > li:hover, .tr-nav.scroll > .tr-right-nav img:hover, .tr-nav.scroll > .tr-left-nav img:hover {
    color: #000000;
    opacity: 1;
}

.tr-nav.scroll > .tr-right-nav > li.point-txt:hover{
    color: #fe0760;
    opacity: 1;
}

.tr-nav.scroll > .tr-right-nav > li {
    color: #484848;
}

.tr-nav.scroll > .tr-right-nav > li.point-txt {
    color: #e72d70;
}

.tr-nav.scroll img {
    opacity: 0.8;
}





/*
 *
 *  모바일 Nav
 *
 */
body.mobile-menu-open{
    overflow: hidden;
}

.tr-m-menu-btn {
    display: none;
}

.tr-center-nav {
    display: none;
    top: 20px;
    text-align: center;
}

.tr-m-nav {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    top:0;
    left:-100%;
}

.tr-m-nav .point-txt{
    color: #e72d70;
}

.tr-m-nav-close {
    position: absolute;
    top: 22px;
    left: 14px;
}

.tr-m-nav-list {
    font-size: 3em;
    left:50%;
    top: 50%;
    line-height: 1.1;
    position: absolute;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    text-align: center;
}

.tr-m-nav-list > ul >li{
    margin: 20px;
}

.tr-m-nav.active {
    display: block;
    position: fixed;
}





/*
 *
 *  우측 하단 Tool
 *
 */

.tr-tool {
    position: fixed;
    bottom: -400px;
    max-width: 110px;
    right: 20px;
    z-index: 990;
    text-align: center;
}

.tr-tool > button {
    float: left;
    width: 100%;
    margin-top: 12px;
    text-align: center;
}





/*
 *
 *  효과
 *
 */

.fadein-bottom {
    opacity: 0;
    margin-top: 400px;
    overflow: hidden;
}

.cursor-pointer{
    cursor: pointer;
}





/*
 *
 *  Form
 *
 */

.tr-form-group-1 {
    width:calc(100% - 16px);
    float:left;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px;
}

.tr-form-group-2 {
    width:calc(50% - 16px);
    float:left;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px;
}

.tr-form-tit {
    font-size:1.2em;
}

.tr-col-1,.tr-col-2,.tr-col-3,.tr-col-4,.tr-col-5,.tr-col-6,.tr-col-7,.tr-col-8,.tr-col-9,.tr-col-10,.tr-col-11,.tr-col-12{
    float: left;
    margin-bottom: 8px;
}

.tr-col-3 {
    width:25%;
}

.tr-col-4 {
    width:33.333%;
}

.tr-col-6 {
    width:50%;
}

.tr-col-12 {
    width:100%;
}

.tr-col-4.tr-form-symbol-side {
    width:calc(33.333% - 10px);
}

.tr-col-4.tr-col-6tr-form-symbol-side {
     width:calc(33.333% - 12px);
 }

.tr-form-symbol{
    float:left;
    margin-left:4px;
    margin-right: 4px;
}
.tr-form-radio-check{
    margin-right: 12px;
    margin-bottom: 12px;
}

.control-label-collectible{
    float: right;
    font-size: 0.9em !important;
    font-weight: 400;
}

.tr-form-btn{
    background: #2562ab;
    color: #ffffff;
    text-align: center;
    border-radius: 12px;
    font-size: 1.2em;
}

.tr-form-btn:hover{
    color:#ffffff;
    background: #13437d;
}

.tr-form-btn:active{
    color:#ffffff;
    background: #13437d;
}

.tr-form-control-collectible{
    display: block;
    overflow-y: scroll;
    width: 100%;
    height: 150px;
    float: left;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}





/*
 *
 *  Footer
 *
 */

.tr-footer {
    height: 180px;
    background: #404448;
    color: #d7d6d6;
}

.tr-footer a {
    color: #d7d6d6;
}

.tr-footer-header {
    width: 100%;
    padding: 20px 40px;
    border-bottom: 1px solid #64676a;
}

.tr-footer-con {
    width: 100%;
    padding: 20px 40px;
}

.tr-footer-info {
    width: 80%;
    float: left;
}

.tr-footer-logo {
    width: 100px;
    float: right;
}