/* visual sub °øÅë start */
.sub_visual{
    width:100%;
    min-width:1200px;
    position: relative;
    overflow: hidden;
}
.sub_visual::before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    height:450px;
    transition: all 1.5s ease-in-out;
    transform:scale(1.5);
}
.sub_visual > img.zoom{transform:scale(1);}
.sub_visual .sub_typo{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
    z-index: 99;
}

.sub_visual .sub_typo > span.up{opacity:1; transform:translate(0,0);}

.sub_visual .sub_typo span{
    color:#fff;
    display:block;
    opacity:0;
    transform:translate(0,100%);
    transition:all 1s ease-in-out;
}

.sub_visual .sub_typo span:first-child{
    font-size:42px;
    font-weight: 600;
    transition-delay:0s;
}
.sub_visual .sub_typo span:nth-child(2){
    font-size:18px;
    font-weight: 200;
    transition-delay:0.5s;
}
/* visual sub °øÅë end */

/* tab ¸Þ´º °øÅë */
.sub_tabmenu{
    position: sticky;
    z-index: 99;
    top:160px;
    transform: translateY(-60px);
    background: rgba(0,0,0,0.6);
    height:60px;
    line-height: 60px;
}

.sub_tabmenu ul{font-size:0;}
.sub_tabmenu li{display:inline-block;}
.sub_tabmenu li a{
    display: block;
    font-size:18px;
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size:18px;
    color:#fff;
    transition: all .3s ease-in-out;
}
.tabmenu01 li{width:50%;}
.tabmenu02 li{width:50%;}
.tabmenu03 li{width:100%;}
.tabmenu04 li{width:100%;}
.tabmenu05 li{width:100%;}

.sub_tabmenu li a:hover{background-color: #770007; color:#fff; transition: all .3s ease-in-out;}

.sub01_01 .sub_tabmenu li:nth-child(1) a{background-color: #770007; color:#fff;}
.sub01_02 .sub_tabmenu li:nth-child(2) a{background-color: #770007; color:#fff;}

.sub02_01 .sub_tabmenu li:nth-child(1) a{background-color: #770007; color:#fff;}
.sub02_02 .sub_tabmenu li:nth-child(2) a{background-color: #770007; color:#fff;}

.sub03_01 .sub_tabmenu li:nth-child(1) a{background-color: #770007; color:#fff;}

.sub04_01 .sub_tabmenu li:nth-child(1) a{background-color: #770007; color:#fff;}

.sub05_01 .sub_tabmenu li:nth-child(1) a{background-color: #770007; color:#fff;}
/* tab ¸Þ´º °øÅë */

.contents_detail{padding:30px 0;}

/* sub Å¸ÀÌÆ² °øÅë */
.contents_title{
    padding:30px 0;
    position: relative;
    width:100%;
    min-width:1224px;
}
.contents_title h2{
    padding:30px 0;
    font-size:40px;
    color:#333;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.contents_title h2::before{
    position: absolute;
    content: '';
    width:60px;
    height:3px;
    background-color: #770007;
    left:50%;
    transform: translateX(-50%);
    bottom:0;
}
.contents_title h2 span{
    font-size:40px;
    font-weight:600;
    display: block;
}
/* sub Å¸ÀÌÆ² °øÅë */

/* image_show_wrap °øÅë */
.image_show_wrap,
.image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.image_show_wrap2{animation-duration: 1.4s;}

.show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
.show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap °øÅë */
/* ------------------------------------------- sub -------------------------------------------------------- */
/* sub01_01 */
.greetings li{overflow: hidden;}
.greetings li:last-child{padding:50px 0;}
.greetings h3{
    font-size:24px;
    color:#333;
}
.greetings p{
    margin-top:20px;
    font-size:18px;
    line-height: 36px;
    color:#333;
}
.greetings p strong{font-size:20px;}

.greetings li .image_show_wrap,
.greetings li .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.greetings .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.greetings .image_show_wrap2{animation-duration: 1.4s;}
/* sub01_01 */

/* sub01_02 */
.map .chart{
    width:100%;
    margin-top:20px;
    box-shadow: 5px 5px 10px -3px;
}
.map .chart tr th,
.map .chart tr td{
    border:1px solid #ccc;
    padding:20px;
    font-size:16px;
}
/* sub01_02 */

/* sub02_01 */
.rate_information .chart{width:100%; box-shadow: 5px 5px 10px -3px;}
.rate_information .chart tr th{background-color: #f7f7f7;}
.rate_information .chart tr th,
.rate_information .chart tr td{
    font-size:18px;
    color:#333;
    height:70px;
    text-align: center;
    border:1px solid #ccc;
}
.rate_information p{
    font-size:18px;
    color:#770007;
    text-align: left;
}
.rate_information p:nth-of-type(1){margin-top:20px;}

.riding_clothes{margin-top:60px;}
.riding_clothes h3{
    font-size:32px;
    color:#333;
    text-align: left;
}
.riding_clothes p{
    font-size:18px;
    color:#333;
    text-align: left;
}
.riding_clothes ul{margin-top:30px;}
.riding_clothes ul li:nth-child(odd){text-align: center;}
.riding_clothes ul li:nth-child(odd) span{
    display: block;
    font-size:64px;
    font-weight: 200;
    color:#fff;
    background-color: #770007;
    width:120px;
    height:120px;
    border-radius: 60px;
    margin:0 auto;
    padding-top:25px;
}
.riding_clothes ul:nth-of-type(1) li:nth-of-type(3) span{padding-right:10px;}
.riding_clothes ul:nth-of-type(3) li:nth-of-type(3) span{padding-right:10px;}

.riding_clothes ul li p{
    font-size:18px;
    color:#000;
    text-align: left;
}
.riding_clothes ul li:nth-child(even) span{
    display: block;
    font-size:16px;
    color:#000;
    opacity: .8;
    text-align: left;
    letter-spacing: -1px;
    padding-top:15px;
}
/* sub02_01 */

/* sub02_02 */
.safety ul{overflow: hidden; margin-bottom:20px;}
.safety li{
    float:left;
    width:224px;
    margin-right:20px;
    background-color: #3159A3;
    padding:0px 0 20px 0;
}
.safety li img{
    width:128px;
    height:128px;
    display: block;
    margin:0 auto;
}
.safety li:last-child{margin-right:0;}

.safety_num p{
    font-size:32px;
    color:#fff;
    text-align: center;
    background: rgba(0,0,0,0.6);
}
.safety_text{padding:10px 0;}
.safety_text p{
    font-size:16px;
    color:#fff;
    text-align: center;
    letter-spacing: -.5px;
}
.safety_text span{
    display: block;
    font-size:12px;
    color:#fff;
    text-align: center;
    font-weight: 200;
}
.safety_rules{margin-top:60px;}
.safety_rules_title{padding:20px;}
.safety_rules_title h3{
    font-size:24px;
    color:#333;
}
.safety_rules_title p{
    font-size:18px;
    color:#333;
}
.safety_rules_text p{
    font-size:18px;
    line-height: 36px;
    color:#333;
    padding-left:30px;
    background: url(../img/sub/sub02/check.png) 0% 50% no-repeat;
    background-size: 15px;
}
.safety_rules_text p strong{color:#770007; font-size:18px;}

.safety_etc{margin-top:40px; border:1px solid #ccc; width:1200px; margin:20px auto; padding-bottom:20px;}
.safety_etc p{
    font-size:18px;
    line-height: 30px;
    color:#333;
    margin-top:20px;
    padding-left:20px;
}
.safety_etc span{
    display: block;
    font-size:16px;
    color:#000;
    opacity: .8;
    padding-left:60px;
}
/* sub02_02 */

/* sub03_01 */
.advantages{padding:60px 0;}
.advantages ul{margin-top:30px;}
.advantages li h3{
    font-size:16px;
    color:#A38441;
    position: relative;
    padding-left:30px;
    margin-top:80px;
}
.advantages li h3 strong{
    font-size:32px;
    color:#000;
}
.advantages li h3::before{
    position: absolute;
    content: '';
    width:700px;
    height:2px;
    right:0;
    bottom:-20px;
    background-color: #3159A3;
}
.advantages li p{
    font-size:16px;
    color:#770007;
    margin-top:60px;
    padding-left:30px;
    letter-spacing: -1px;
}

.advantages li .image_show_wrap,
.advantages li .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.advantages .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.advantages .image_show_wrap2{animation-duration: 1.4s;}
/* sub03_01 */

/* sub04_01 */
/* ¼Ö·ç¼Ç¼öÁ¤ */
/* sub04_01 */

/* sub05_01 */
.sub_notice .board .category_pd{display: none;}
/* sub05_01 */
/* ------------------------------------------- sub -------------------------------------------------------- */























































