@charset "utf-8";


.pcbr {
    display: none;
}

.ptbr {
    display: block;
}

.tbbr {
    display: block;
}

.tmbr {
    display: block;
}

.mbbr {
    display: none;
}


#wrap, #container {
    width: 100%;
    position: relative;
}

#contents {
    position: relative;
}

/* header */
#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 3%;
    box-sizing: border-box;
    transition: all 0.3s;
}

#header .menu_wrap {
    width: 100%;
    padding-top: 10px;
}

#header .top_menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: right;
    padding: 12px 0;
    position: relative;
    z-index: 100;
    display: none;
}

#header .top_menu ul {
    font-size: 0;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

#header .top_menu ul li {
    display: inline-block;
    position: relative;
}

#header .top_menu ul li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 7px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}

#header .top_menu ul li a {
    font-family: "Montserrat";
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
}

#header .gnb {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

#header .gnb .logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}

#header .gnb .menu {
    position: relative;
    z-index: 100;
    display: none;
}

#header .gnb .menu > ul {
    text-align: center;
}

#header .gnb .menu > ul > li {
    display: inline-block;
}

#header .gnb .menu > ul > li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
}

#header .gnb .menu > ul > li:last-child:after {
    display: none;
}

#header .gnb .menu > ul > li > a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Montserrat";
    padding: 10px 25px;
}

#header .gnb .menu > ul > li > .subMenu {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 20px;
    z-index: 2;
    width: 100%;
    display: none;
    box-sizing: border-box;
}

#header .gnb .menu > ul > li > .subMenu > li {
    display: inline-block;
    padding: 15px;
}

#header .gnb .menu > ul > li > .subMenu > li > a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    font-family: "Montserrat", "Noto Sans KR";
    display: inline-block;
}

#header .gnb .menu > ul > li > .subMenu > li > a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.95);
}


/* 다국어 버튼 */
.all_nav_wrap {
    position: absolute;
    right: 0;
    top: 0;
}

.lang_wrap {
    position: relative;
    top: 0;
    right: 60px;
    box-sizing: border-box;
    background: none;
    z-index: 501;
    font-family: "Montserrat";
    font-size: 12px;
}

.lang_wrap.on .btn-lang {
    color: #000000;
}

.lang_wrap.on .btn-lang svg {
    fill: #000000;
}

.lang_wrap.on .btn-lang:before {
    border-top-color: #000000;
}

.lang_wrap.on .lang-list {
    background: rgba(0, 0, 0, .82);
    box-shadow: none;
}

.lang_wrap.on .lang-list li a {
    color: rgba(255, 255, 255, 0.8);
}

.lang_wrap .btn-lang {
    background: none;
    border: none;
    outline: none;
    font-family: "Montserrat";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 5px 18px 5px 5px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.lang_wrap .btn-lang svg {
    width: 13px;
    position: unset;
    margin-right: 5px;
    fill: #fff;
    transition: all 0.3s;
}

.lang_wrap .btn-lang:before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    border-top: 6px solid rgba(255, 255, 255, 0.8);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.lang_wrap .btn-lang.active:before {
    transform: translateY(-50%) rotateZ(180deg);
}

.lang_wrap .lang-list {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 7px 0;
    top: 27px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .4);
    border-radius: 3px;
    text-align: center;
    display: none;
}

.lang_wrap .lang-list li {
    margin: 7px 0;
}

.lang_wrap .lang-list li a {
    display: block;
}

.lang_wrap .lang-list li a:hover {
    text-decoration: underline;
}

/* 햄버거 버튼 */
.all_nav_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 18px;
    box-sizing: border-box;
    background: none;
    z-index: 501;
    cursor: pointer;
}

.menu_trigger_wrap {
    width: 100%;
    height: 100%;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer
}

.menu-trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.menu-trigger.active span {
    background: #fff;
}

.menu-trigger span.n1 {
    top: 0px;
    left: 0;
}

.menu-trigger.active span.n1 {
    top: 4px;
}

.menu-trigger span.n2 {
    top: 8px;
    right: 0;
    width: 25px;
}

.menu-trigger span.n3 {
    bottom: 0px;
    left: 0;
}

#header.on .menu-trigger span {
    background: #000000;
}


/* 라인이 하나로 합쳐졌다가 엑스자 만들기 */
.menu-trigger span.n1 {
    animation: menu-bar01 .75s forwards;
}

@keyframes menu-bar01 {
    0% {
        transform: translateY(8.5px) rotate(45deg);
    }
    50% {
        transform: translateY(8.5px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger span.n2 {
    transition: all .25s;
    opacity: 1;
}

.menu-trigger span.n3 {
    animation: menu-bar02 .75s forwards;
}

@keyframes menu-bar02 {
    0% {
        transform: translateY(-9px) rotate(-45deg);
    }
    50% {
        transform: translateY(-9px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger.active span.n1 {
    animation: active-menu-bar01 0.75s forwards;
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(2px) rotate(0);
    }
    100% {
        transform: translateY(7px) rotate(45deg);
    }
}

.menu-trigger.active span.n2 {
    opacity: 0;
}

.menu-trigger.active span.n3 {
    animation: active-menu-bar03 .75s forwards;
    width: 100%;
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-5px) rotate(0);
    }
    100% {
        transform: translateY(-5px) rotate(-45deg);
    }
}

.all_menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 100;
    box-sizing: border-box;
    padding: 100px 3%;
}

.all_menu > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: 1px solid #cdcece;
    border-bottom: 1px solid #cdcece;
}

/* .all_menu > ul:after {content:""; display:block; clear:both;} */
.all_menu > ul > li {
    display: inline-block;
    padding: 30px 5%;
    width: 33.33%;
    text-align: left;
    border-bottom: 1px solid #cdcece;
    box-sizing: border-box;
    padding-left: 40px;
}

.all_menu > ul > li:nth-child(4),
.all_menu > ul > li:nth-child(5) {
    border-bottom: 0;
}

.all_menu > ul > li > a {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.1px;
    color: #000000;
    display: block;
}

.all_menu > ul > li > a:after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #000000;
    margin: 13px 0 30px;
}

.all_menu > ul > li > .all_subMenu > li {
    margin-bottom: 10px;
}

.all_menu > ul > li > .all_subMenu > li:last-child {
    margin-bottom: 0;
}

.all_menu > ul > li > .all_subMenu > li > a {
    display: block;
    font-size: 16px;
    letter-spacing: -0.25px;
    color: #777777;
}

.all_menu > ul > li > .all_subMenu > li:hover > a {
    color: #fb256c;
}

#menu_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px;
    background: rgba(17, 17, 17, 0.7);
    display: none;
    z-index: 100;
}

#bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.7);
    display: none;
    z-index: 100;
}


/* pager */
.m00 .pager {
    margin: 50px 0 0px;
}

.m00 .pager ul {
    text-align: center;
    font-size: 0;
}

.m00 .pager ul li {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #c9c9c9;
}

.m00 .pager ul li a {
    display: inline-block;
}

.m00 .pager ul li.prev {
    margin-right: 28px;
}

.m00 .pager ul li.next {
    margin-right: 3px;
    margin-left: 26px;
}

.m00 .pager ul li.num {
    margin-right: 2px;
}

.m00 .pager ul li.num a {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 100%;
    height: 100%;
}

.m00 .pager ul li.num.on {
    border: 1px solid #272b69;
}

.m00 .pager ul li.num.on a {
    color: #272b69;
}


/* footer */
.btn_top {
    display: none;
    position: fixed;
    right: 3%;
    bottom: 30px;
    z-index: 10;
}

.btn_top.fixed {
    position: absolute;
    bottom: auto;
    top: -30px;
}

#footer {
    width: 100%;
    position: relative;
    background: #4e4e4e;
    padding: 50px 3% 70px;
    box-sizing: border-box;
}

#footer .footer_con {
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#footer .footer_con h1 {
    display: block;
    margin-bottom: 20px;
}

#footer .footer_con .info {
}

#footer .footer_con .info ul {
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

#footer .footer_con .info ul li,
#footer .footer_con .info ul li a {
    float: left;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.7);
}

#footer .footer_con .info ul li {
    line-height: 100%;
}

#footer .footer_con .info ul li strong {
    font-weight: 600;
}

#footer .footer_con .info ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 8px;
}

#footer .footer_con .info ul li:last-child:after {
    display: none;
}

#footer .footer_con .info .address {
    font-size: 15px;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

#footer .footer_con .info .copyright {
    font-family: "Montserrat";
    font-size: 13px;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.3);
}

#footer .footer_con .sns_wrap {
    position: absolute;
    top: 0;
    right: 0;
}

#footer .footer_con .sns_wrap a {
    display: inline-block;
}


/* sub_top */
.sub_top {
    width: 100%;
    height: 540px;
    position: relative;
    margin-bottom: 40px;
}

.sub_top.sub1 {
    background: url("/images/page/sub1.jpg") no-repeat center;
    background-size: cover;
}

.sub_top.sub2 {
    background: url("/images/page/sub2.jpg") no-repeat center;
    background-size: cover;
}

.sub_top.sub3 {
    background: url("/images/page/sub3.jpg") no-repeat center;
    background-size: cover;
}

.sub_top.sub4 {
    background: url("/images/page/sub4.jpg") no-repeat center;
    background-size: cover;
}

.sub_top.sub5 {
    background: url("/images/page/sub5.jpg") no-repeat center;
    background-size: cover;
}

.sub_top .sub_top_txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-35%);
    text-align: center;
}

.sub_top .sub_top_txt .txt_box {
    box-sizing: border-box;
    display: inline-block;
    width: 300px;
    height: 300px;
    position: relative;
    opacity: 0;
    padding-top: 90px;
    transition: all 0.8s;
    /* border-image-slice:1; border-image-width:0; border-style:solid;
	border-image:linear-gradient(to bottom right, #c6c6ac 0%, #7e82bd 80%, #aa77b4 100%); */
}

.sub_top.sub1 .sub_top_txt .txt_box {
    /*border-image:linear-gradient(to bottom right, #c6c6ac 0%, #7e82bd 80%, #aa77b4 100%);*/
    background: url("/images/page/sub1_top_txt.png") no-repeat center;
    background-size: 100%;
}

.sub_top.sub2 .sub_top_txt .txt_box {
    /* border-image:linear-gradient(to bottom right, #f5d07f 0%, #afbda0 30%, #4fa4cd 100%); */
    background: url("/images/page/sub2_top_txt.png") no-repeat center;
    background-size: 100%;
}

.sub_top.sub3 .sub_top_txt .txt_box {
    /* border-image:linear-gradient(to bottom right, #fe9869 0%, #8e9063 30%, #20885d 100%); */
    background: url("/images/page/sub3_top_txt.png") no-repeat center;
    background-size: 100%;
}

.sub_top.sub4 .sub_top_txt .txt_box {
    /* border-image:linear-gradient(to bottom right, #f9dcad 0%, #aeb58a 30%, #75976f 100%); */
    background: url("/images/page/sub4_top_txt.png") no-repeat center;
    background-size: 100%;
}

.sub_top.sub5 .sub_top_txt .txt_box {
    /* border-image:linear-gradient(to bottom right, #deb7b5 0%, #a398c8 30%, #6778dc 100%); */
    background: url("/images/page/sub5_top_txt.png") no-repeat center;
    background-size: 100%;
}

.sub_top .sub_top_txt .txt_box .sub {
}

.sub_top .sub_top_txt .txt_box .sub:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: linear-gradient(to bottom right, #c6c6ac 0%, #7e82bd 80%, #aa77b4 100%);
    margin: 12px auto 20px;
    transition: all 0.5s 0.2s;
}

.sub_top.sub1 .sub_top_txt .txt_box .sub:after {
    background: linear-gradient(to bottom right, #c6c6ac 0%, #7e82bd 80%, #aa77b4 100%);
}

.sub_top.sub2 .sub_top_txt .txt_box .sub:after {
    background: linear-gradient(to bottom right, #97b7ab 0%, #8bb4b1 40%, #80b1b6 100%);
}

.sub_top.sub3 .sub_top_txt .txt_box .sub:after {
    background: linear-gradient(to bottom right, #bba878 0%, #afa777 40%, #9fa676 100%);
}

.sub_top.sub4 .sub_top_txt .txt_box .sub:after {
    background: linear-gradient(to bottom right, #d2cba4 0%, #c3c49d 40%, #b5bd95 100%);
}

.sub_top.sub5 .sub_top_txt .txt_box .sub:after {
    background: linear-gradient(to bottom right, #b19fc4 0%, #a99bc6 40%, #9e95ca 100%);
}

.sub_top .sub_top_txt .txt_box h2 {
    opacity: 0;
    transition: all 0.5s 0.5s;
    transform: translateY(10px);
}

.sub_top.in-view .sub_top_txt .txt_box {
    border-image-width: 5px;
    opacity: 1;
}

.sub_top.in-view .sub_top_txt .txt_box .sub:after {
    width: 70px;
}

.sub_top.in-view .sub_top_txt .txt_box h2 {
    opacity: 1;
    transform: translateY(0);
}


/* sub_tab */
.sub_tab_wrap {
    width: 100%;
}

.sub_tab_wrap .sub_tab {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
}

.sub_tab_wrap .sub_tab.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.sub_tab_wrap .sub_tab ul {
    text-align: center;
    display: table;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

.sub_tab_wrap .sub_tab ul li {
    display: table-cell;
    width: 16%;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    position: relative;
}

.sub_tab_wrap .sub_tab ul li:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #8e7cce;
    transition: width 0.4s;
}

.sub_tab_wrap .sub_tab ul li.on:after {
    width: 100%;
}

.sub_tab_wrap .sub_tab ul li a {
    font-size: 16px;
    color: #666666;
    padding: 15px 0;
    display: block;
    text-align: center;
}

.sub_tab_wrap .sub_tab ul li.on a {
    color: #8e7cce;
    font-weight: 500;
}


/* 공통적용 */
.m00 {
    overflow: hidden;
}

.m00.fixed {
    padding-top: 58px;
}

.title {
    margin-bottom: 40px;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(30px);
}

.title h3 {
    text-align: center;
    font-size: 46px;
    font-weight: 500;
    color: #222222;
}

.title h3.font1 {
    font-weight: 600;
}

.title h3:after {
    display: block;
    content: "";
    width: 1px;
    height: 40px;
    background: #ae95ec;
    margin: 20px auto;
}

.section {
    padding-top: 70px;
    overflow: hidden;
}

.gray {
    background: #f5f5f5;
}


/** m11 **/
/* section1 */
.m11 .conwrap .section1 {
    padding: 70px 3%;
    overflow: hidden;
}

.m11 .conwrap .section1 .title {
    position: relative;
}

.m11 .conwrap .section1 .con1 {
    width: 100%;
    text-align: center;
    position: relative;
}

.m11 .conwrap .section1 .con1 .text1 {
    font-size: 34px;
    line-height: 44px;
    color: #666666;
    margin-bottom: 30px;
    word-break: keep-all;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.2s;
}

.m11 .conwrap .section1 .con1 .text1 strong {
    color: #222222;
    font-weight: 400;
}

.m11 .conwrap .section1 .con1 > p {
    font-size: 15px;
    line-height: 26px;
    color: #777777;
    word-break: keep-all;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.4s;
}

.m11 .conwrap .section1 .con1 p strong {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.m11 .conwrap .section1 .con1 .diagram_m {
    margin-top: 50px;
}

.m11 .conwrap .section1 .con1 .diagram_m dl {
    display: table;
    width: 100%;
}

.m11 .conwrap .section1 .con1 .diagram_m .left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.5s 0.6s;
}

.m11 .conwrap .section1 .con1 .diagram_m .right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s 0.9s;
}

.m11 .conwrap .section1 .con1 .diagram_m dl dt {
    width: 220px;
    height: 220px;
    background: #f5f5f5;
    border-radius: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.m11 .conwrap .section1 .con1 .diagram_m dl dt:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.m11 .conwrap .section1 .con1 .diagram_m dl dt .diagram_con {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.m11 .conwrap .section1 .con1 .diagram_m dl dt .diagram_con .ico {
    margin-bottom: 10px;
}

.m11 .conwrap .section1 .con1 .diagram_m dl dt .diagram_con .tit {
    font-size: 26px;
    color: #222222;
    font-weight: 600;
    font-family: "Montserrat";
}

.m11 .conwrap .section1 .con1 .diagram_m dl dd {
    display: table-cell;
    vertical-align: middle;
}

.m11 .conwrap .section1 .con1 .diagram_m .right dd {
    text-align: right;
    padding-right: 50px;
}

.m11 .conwrap .section1 .con1 .diagram_m .left dd {
    text-align: left;
    padding-left: 50px;
}

.m11 .conwrap .section1 .con1 .diagram_m dl dd p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.25px;
    color: #777777;
}

.m11 .conwrap .section1 .con1 .diagram_m .left dt:after {
    right: -20px;
}

.m11 .conwrap .section1 .con1 .diagram_m .left dt:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ee9bbc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -36px;
    transform: translateY(-50%);
}

.m11 .conwrap .section1 .con1 .diagram_m .right dt:after {
    left: -20px;
}

.m11 .conwrap .section1 .con1 .diagram_m .right dt:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #a7afe1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -36px;
    transform: translateY(-50%);
}

.m11 .conwrap .section1 .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section1 .title.in-view:after {
    height: 40px;
}

.m11 .conwrap .section1 .con1.in-view .text1 {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section1 .con1.in-view > p {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section1 .con1.in-view .diagram_m .left {
    opacity: 1;
    transform: translateX(0);
}

.m11 .conwrap .section1 .con1.in-view .diagram_m .right {
    opacity: 1;
    transform: translateX(0);
}


/* section2 */
.m11 .conwrap .section2 {
    background: #f5f5f5;
    padding: 70px 3%;
    overflow: hidden;
}

.m11 .conwrap .section2 .con {
    width: 100%;
}

.m11 .conwrap .section2 .history {
    width: 100%;
    display: table;
}

.m11 .conwrap .section2 .history .h_left {
    width: 100%;
}

.m11 .conwrap .section2 .history .h_left dl {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.m11 .conwrap .section2 .history .h_left dl:last-child {
    margin-bottom: 0;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(1) {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.5s 0.3s;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(2) {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s 0.6s;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(3) {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.5s 0.9s;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(4) {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s 1.2s;
}

.m11 .conwrap .section2 .history .h_left .right {
    text-align: right;
}

.m11 .conwrap .section2 .history .h_left dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.m11 .conwrap .section2 .history .h_left dl dt .circle {
    width: 110px;
    height: 110px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 23px;
    color: #000000;
    font-family: "Montserrat";
    font-weight: 600;
    padding-top: 40px;
}

.m11 .conwrap .section2 .history .h_left .left dt {
    padding-right: 5%;
}

.m11 .conwrap .section2 .history .h_left .left dt:after {
    content: "";
    display: block;
    width: calc(100% - 140px);
    height: 1px;
    background: #c4c4c4;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.m11 .conwrap .section2 .history .h_left .right dt:after {
    content: "";
    display: block;
    width: calc(100% - 140px);
    height: 1px;
    background: #c4c4c4;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(1) dt:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #9725ea;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(2) dt:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #b325c7;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(3) dt:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #d92597;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(4) dt:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #d94bbc;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(1) dt .circle {
    background: url(/images/page/m11_section2_circle0.png) no-repeat center;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(2) dt .circle {
    background: url("/images/page/m11_section2_circle0.png") no-repeat center;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(3) dt .circle {
    background: url("/images/page/m11_section2_circle1.png") no-repeat center;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(4) dt .circle {
    background: url("/images/page/m11_section2_circle1.png") no-repeat center;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(5) dt .circle {
    background: url("/images/page/m11_section2_circle1.5.png") no-repeat center;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(6) dt .circle {
    background: url("/images/page/m11_section2_circle2.png") no-repeat center;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(7) dt .circle {
    background: url("/images/page/m11_section2_circle3.png") no-repeat center;
}

.m11 .conwrap .section2 .history .h_left dl:nth-child(8) dt .circle {
    background: url("/images/page/m11_section2_circle3.png") no-repeat center;
}

.m11 .conwrap .section2 .history .h_left dl dd {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.m11 .conwrap .section2 .history .h_left dl dd ul li {
    overflow: hidden;
    margin-bottom: 10px;
}

.m11 .conwrap .section2 .history .h_left dl dd ul li:last-child {
    margin-bottom: 0;
}

.m11 .conwrap .section2 .history .h_left dl dd ul li .month {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat";
    display: inline-block;
    width: 50px;
    box-sizing: border-box;
}

.m11 .conwrap .section2 .history .h_left dl dd ul li .month.ls1 {
    letter-spacing: 4px;
    padding-left: 2px;
}

.m11 .conwrap .section2 .history .h_left dl dd ul li .month.ls2 {
    letter-spacing: 1px;
}

.m11 .conwrap .section2 .history .h_left dl dd ul li .month.ls3 {
    letter-spacing: 1px;
    padding-left: 2px;
}

.m11 .conwrap .section2 .history .h_left dl dd ul li .txt {
    font-size: 15px;
    color: #777777;
    word-break: keep-all;
    width: calc(100% - 50px);
    float: left;
}

.m11 .conwrap .section2 .history .h_left .left dd ul li .month {
    float: left;
}

.m11 .conwrap .section2 .history .h_left .right dd ul li .month {
    float: right;
}

.m11 .conwrap .section2 .history .h_right {
    width: 100%;
    margin-top: 35px;
}

.m11 .conwrap .section2 .history .h_right .img {
    box-sizing: border-box;
    padding: 0 20%;
    opacity: 0;
    transition: all 0.6s 1.2s;
    transform: scale(0);
}

.m11 .conwrap .section2 .history .h_right .img img {
    width: 100%;
}


.m11 .conwrap .section2 .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section2 .con.in-view .history .h_left dl:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
}

.m11 .conwrap .section2 .con.in-view .history .h_left dl:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.m11 .conwrap .section2 .con.in-view .history .h_left dl:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
}

.m11 .conwrap .section2 .con.in-view .history .h_left dl:nth-child(4) {
    opacity: 1;
    transform: translateX(0);
}

.m11 .conwrap .section2 .con.in-view .history .h_right .img {
    opacity: 1;
    transform: scale(1);
}


/* section3 */
.m11 .conwrap .section3 {
    padding-bottom: 70px;
    overflow: hidden;
}

.m11 .conwrap .section3 .title {
    margin-bottom: 90px;
}

.m11 .conwrap .section3 .con1 {
    width: 100%;
    height: 350px;
    background: url("/images/page/m11_section3_img.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.m11 .conwrap .section3 .con1:before {
    content: "";
    display: block;
    width: 1px;
    height: 180px;
    background: #ae95ec;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}

.m11 .conwrap .section3 .con1 p {
    font-size: 28px;
    letter-spacing: -0.25px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(10%);
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s 0.3s;
}

.m11 .conwrap .section3 .con2 {
    width: 100%;
    margin: -105px auto 0;
    position: relative;
    z-index: 1;
}

.m11 .conwrap .section3 .con2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
}

.m11 .conwrap .section3 .con2 ul li {
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    width: 49%;
    text-align: center;
    padding: 60px 40px;
    background: #ffffff;
    margin-bottom: 2%;
}

.m11 .conwrap .section3 .con2 ul li:nth-child(1) {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.3s;
}

.m11 .conwrap .section3 .con2 ul li:nth-child(2) {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.6s;
}

.m11 .conwrap .section3 .con2 ul li:nth-child(3) {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.9s;
}

.m11 .conwrap .section3 .con2 ul li:nth-child(4) {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 1.2s;
}

.m11 .conwrap .section3 .con2 ul li .ico {
    margin-bottom: 30px;
}

.m11 .conwrap .section3 .con2 ul li .tit {
    font-size: 20px;
    letter-spacing: -0.25px;
    color: #000000;
    margin-bottom: 15px;
}

.m11 .conwrap .section3 .con2 ul li p {
    font-size: 15px;
    letter-spacing: -0.25px;
    color: #777777;
    line-height: 24px;
    word-break: keep-all;
}


.m11 .conwrap .section3 .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section3 .con1.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section3 .con1.in-view p {
    opacity: 1;
    transform: translateY(-20%);
}

.m11 .conwrap .section3 .con2.in-view ul li:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section3 .con2.in-view ul li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section3 .con2.in-view ul li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section3 .con2.in-view ul li:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
}


/* section4 */
.m11 .conwrap .section4 {
    padding-top: 0;
    overflow: hidden;
}

.m11 .conwrap .section4 .gray {
    padding: 70px 3%;
}

.m11 .conwrap .section4 .con1 {
    width: 100%;
    text-align: center;
}

.m11 .conwrap .section4 .con1 p {
    font-size: 26px;
    letter-spacing: -0.25px;
    color: #000000;
    line-height: 42px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s 0.4s;
}

.m11 .conwrap .section4 .con1 .img {
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s 0.6s;
}

.m11 .conwrap .section4 .con1 .img img {
    width: 100%;
}

.m11 .conwrap .section4 .con2 {
    padding-top: 50px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.m11 .conwrap .section4 .con2 ul {
}

.m11 .conwrap .section4 .con2 ul li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    padding: 35px;
    text-align: center;
    background: #ffffff;
    margin-bottom: 2%;
}

.m11 .conwrap .section4 .con2 ul li .tit {
    font-size: 26px;
    letter-spacing: -0.25px;
    font-weight: 700;
    font-family: "Montserrat";
    padding: 25px 0;
    text-transform: uppercase;
}

.m11 .conwrap .section4 .con2 ul li .tit:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    margin: 20px auto 10px;
    border-radius: 50%;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(1) {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(2) {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s 0.3s;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(3) {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s 0.6s;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(1) .tit {
    background: url("/images/page/m11_section4_li_bg1.png") no-repeat center top;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(2) .tit {
    background: url("/images/page/m11_section4_li_bg2.png") no-repeat center top;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(3) .tit {
    background: url("/images/page/m11_section4_li_bg3.png") no-repeat center top;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(1) .tit:after {
    background: #f2789d;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(2) .tit:after {
    background: #c784bf;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(3) .tit:after {
    background: #9890e5;
}

.m11 .conwrap .section4 .con2 ul li .txt p {
    font-size: 15px;
    letter-spacing: -0.25px;
    color: #777777;
    line-height: 24px;
    word-break: keep-all;
    margin-bottom: 10px;
}

.m11 .conwrap .section4 .con2 ul li .txt p:last-child {
    margin-bottom: 0;
}

.m11 .conwrap .section4 .con2 ul li .txt p:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-bottom: 5px;
    margin-right: 2px;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(1) .txt p:before {
    background: #f2789d;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(2) .txt p:before {
    background: #c784bf;
}

.m11 .conwrap .section4 .con2 ul li:nth-child(3) .txt p:before {
    background: #9890e5;
}


.m11 .conwrap .section4 .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section4 .con1.in-view p {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section4 .con1.in-view .img {
    opacity: 1;
    transform: scale(1);
}

.m11 .conwrap .section4 .con2.in-view ul li:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section4 .con2.in-view ul li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section4 .con2.in-view ul li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
}


/* section5 */
.m11 .conwrap .section5 {
    padding-bottom: 70px;
    overflow: hidden;
}

.m11 .conwrap .section5 .con1 {
    width: 100%;
    height: 400px;
    background: url("/images/page/m11_section5_img.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.m11 .conwrap .section5 .con1 p {
    text-align: center;
    font-size: 28px;
    letter-spacing: -0.25px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-30%);
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 3%;
    word-break: keep-all;
    opacity: 0;
    transition: all 0.8s 0.4s;;
}

.m11 .conwrap .section5 .con2 {
    width: 100%;
    margin-top: -105px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 0 3%;
}

.m11 .conwrap .section5 .con2 ul {
    overflow: hidden;
}

.m11 .conwrap .section5 .con2 .ci_list1 {
    margin-bottom: 70px;
}

.m11 .conwrap .section5 .con2 ul li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    float: left;
}

.m11 .conwrap .section5 .con2 ul li:last-child {
    margin-right: 0;
}

.m11 .conwrap .section5 .con2 ul li .img img {
    width: 100%;
}

.m11 .conwrap .section5 .con2 p {
    font-size: 18px;
    letter-spacing: -0.25px;
    margin-top: 35px;
    line-height: 28px;
    color: #555555;
    text-align: center;
    word-break: keep-all;
}

.m11 .conwrap .section5 .con2 .ci_list1 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.4s;
}

.m11 .conwrap .section5 .con2 .ci_list2 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.6s;
}

/* .m11 .conwrap .section5 .con2 .ci_list1 ul li:nth-child(1) {opacity:0; transform:translateX(30px); transition:all 0.5s 0.2s;}
.m11 .conwrap .section5 .con2 .ci_list1 ul li:nth-child(2) {opacity:0; transform:translateX(30px); transition:all 0.5s 0.4s;}
.m11 .conwrap .section5 .con2 .ci_list1 p {opacity:0; transform:translateX(30px); transition:all 0.5s 0.6s;}
.m11 .conwrap .section5 .con2 .ci_list2 ul li:nth-child(1) {opacity:0; transform:translateX(-30px); transition:all 0.5s 0.8s;}
.m11 .conwrap .section5 .con2 .ci_list2 ul li:nth-child(2) {opacity:0; transform:translateX(-30px); transition:all 0.5s 1s;}
.m11 .conwrap .section5 .con2 .ci_list2 p {opacity:0; transform:translateX(-30px); transition:all 0.5s 1.2s;} */

.m11 .conwrap .section5 .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m11 .conwrap .section5 .con1.in-view p {
    opacity: 1;
    transform: translateY(-50%);
}

.m11 .conwrap .section5 .con2.in-view .ci_list1 {
    opacity: 1;
    transform: translateY(0px);
}

.m11 .conwrap .section5 .con2.in-view .ci_list2 {
    opacity: 1;
    transform: translateY(0px);
}

/* .m11 .conwrap .section5 .con2.in-view .ci_list1 ul li:nth-child(1) {opacity:1; transform:translateX(0);}
.m11 .conwrap .section5 .con2.in-view .ci_list1 ul li:nth-child(2) {opacity:1; transform:translateX(0);}
.m11 .conwrap .section5 .con2.in-view .ci_list2 ul li:nth-child(1) {opacity:1; transform:translateX(0);}
.m11 .conwrap .section5 .con2.in-view .ci_list2 ul li:nth-child(2) {opacity:1; transform:translateX(0);}
.m11 .conwrap .section5 .con2.in-view .ci_list1 p {opacity:1; transform:translateX(0);}
.m11 .conwrap .section5 .con2.in-view .ci_list2 p {opacity:1; transform:translateX(0);} */


/** m21 **/
/* section1 */
.m21 {
    overflow: hidden;
}

.m21 .section1 {
}

.m21 .section1 .topimg {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 auto 60px;
    background: url(/images/page/3_business_takeonecompany_4.png) no-repeat center;
    background-size: cover;
    opacity: 0;
}

.m21 .section1 .topimg h4 {
    position: absolute;
    right: 7%;
    bottom: 25px;
    font-family: "Montserrat";
    font-size: 33px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -1px;
    /* opacity:0; transform:translateX(40px); */
}

.m21 .section1 .con1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.m21 .section1 .con1 .slg {
    margin-bottom: 35px;
    box-sizing: border-box;
    padding: 0 3%;
    font-size: 26px;
    color: #666;
    word-break: keep-all;
    opacity: 0;
    transform: translateX(40px);
}

.m21 .section1 .con1 .slg .imp {
    color: #000;
}

.m21 .section1 .con1 p {
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 0 3%;
    font-size: 16px;
    color: #777;
    opacity: 0;
    transform: translateX(-40px);
}

.m21 .section1 .con1 p.last {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}

.m21 .section1 .con1 .imgarea {
    margin: 40px 0 45px;
    text-align: center;
}

.m21 .section1 .con1 .imgarea img {
    width: 60%;
    transform: scale(0);
}

.m21 .section1 .con1 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
}

.m21 .section1 .con1 .list > div {
    width: 32%;
    border: 1px solid #eaeaea;
    background: #fefefe;
    padding: 0 0 30px;
    transform: translateY(50px);
    opacity: 0;
}

.m21 .section1 .con1 .list > div .titarea {
    display: table;
    width: 100%;
    height: 110px;
    margin: 60px 0 20px;
}

.m21 .section1 .con1 .list > div .titarea h4 {
    display: table-cell;
    vertical-align: middle;
    font-family: "Montserrat";
    font-size: 26px;
    color: #222;
    font-weight: 600;
    letter-spacing: -1px;
    padding-top: 30px;
}

.m21 .section1 .con1 .list > div:nth-child(1) .titarea {
    background: url(/images/page/bg_num1.png) no-repeat 47%;
}

.m21 .section1 .con1 .list > div:nth-child(1) .titarea h4:after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background: #ee9bbc;
    border-radius: 50%;
    margin: 15px auto 0;
}

.m21 .section1 .con1 .list > div:nth-child(2) .titarea {
    background: url(/images/page/bg_num2.png) no-repeat 50%;
}

.m21 .section1 .con1 .list > div:nth-child(2) .titarea h4:after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background: #be86c5;
    border-radius: 50%;
    margin: 15px auto 0;
}

.m21 .section1 .con1 .list > div:nth-child(3) .titarea {
    background: url(/images/page/bg_num3.png) no-repeat 50%;
}

.m21 .section1 .con1 .list > div:nth-child(3) .titarea h4:after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background: #a7afe1;
    border-radius: 50%;
    margin: 15px auto 0;
}


.m21 .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m21 .section1 .in-view .topimg {
    opacity: 1;
    transition: all 0.7s;
}

/* .m21 .section1 .in-view .topimg h4{opacity:1;transform:translateX(0); transition:all 0.7s;} */
.m21 .section1 .con1.in-view .slg {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.7s;
}

.m21 .section1 .con1.in-view p {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.7s;
}

.m21 .section1 .con1.in-view .imgarea img {
    transform: scale(1);
    transition: all 0.7s;
}

.m21 .section1 .con1.in-view .list > div:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s;
}

.m21 .section1 .con1.in-view .list > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s;
}

.m21 .section1 .con1.in-view .list > div:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s;
}


/* section2 */
.m21 .section2 {
    background: #f5f5f5;
    margin-top: 120px;
    padding: 90px 0 120px;
    text-align: center;
}

.m21 .section2 .con .topimg {
    display: table;
    position: relative;
    width: 100%;
    height: 268px;
    margin: 0 auto 70px;
    background: url(/images/page/m21_section2_topimg.jpg) no-repeat center;
    opacity: 0;
}

.m21 .section2 .con .topimg > div {
    display: table-cell;
    vertical-align: middle;
}

.m21 .section2 .con .topimg > div h4 {
    font-size: 26px;
    color: #f5f5f5;
    margin-bottom: 10px;
}

.m21 .section2 .con .topimg > div p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.m21 .section2 .con .games {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
}

.m21 .section2 .con .games .game_wrap {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    padding: 55px 35px;
    margin: 0 auto 30px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s;
}

.m21 .section2 .con .games .game_wrap:last-child {
    margin-bottom: 0;
}

.m21 .section2 .con .games .game_wrap .titlearea {
    overflow: hidden; /* opacity:0; transform:translateY(30px); transition:all 0.8s; */
}

.m21 .section2 .con .games .game_wrap .titlearea h5 {
    /* font-family: "Noto Sans CJK KR_Medium"; */
    padding-left: 26px;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    font-size: 40px;
    letter-spacing: -2px;
    color: #222;
    text-align: left;
}

.m21 .section2 .con .games .game_wrap .titlearea h5:before {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background: #ae95ec;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.m21 .section2 .con .games .game_wrap .titlearea ul {
    float: left;
}

.m21 .section2 .con .games .game_wrap .titlearea ul li {
    font-family: "Noto Sans CJK KR_DemiLight";
    position: relative;
    text-align: left;
    padding-left: 26px;
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}

.m21 .section2 .con .games .game_wrap .titlearea ul li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #ae95ec;
    border-radius: 50%;
    position: absolute;
    left: 11px;
    top: 13px;
}

.m21 .section2 .con .games .game_wrap .imgarea {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    /* opacity:0; transform:translateY(30px); transition:all 0.8s 0.4s; */
}

.m21 .section2 .con .games .game_wrap .imgarea img {
    max-width: 100%;
}

.m21 .section2 .con .games .game_wrap .imgarea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m21 .section2 .con .games .game_wrap .imgarea ul li {
    overflow: hidden;
    width: 48%;
    padding-top: 25px;
    margin-bottom: 4%;
}

.m21 .section2 .con .games .game_wrap .imgarea ul li:nth-child(odd) {
    background: #30253f;
}

.m21 .section2 .con .games .game_wrap .imgarea ul li:nth-child(even) {
    background: #664b6a;
}

.m21 .section2 .con .games .game_wrap .imgarea ul li img {
    transform: translateY(100px);
}


.m21 .section2 .con.in-view .topimg {
    opacity: 1;
    transition: all 0.7s;
}

.m21 .section2 .con.in-view .games .game_wrap {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s;
}

/* .m21 .section2 .con.in-view .topimg h4{opacity:1;transform:translateX(0); transition:all 0.7s;}
.m21 .section2 .con .games .game_wrap.in-view .titlearea {opacity:1; transform:translateY(0);}
.m21 .section2 .con .games .game_wrap.in-view .imgarea {opacity:1; transform:translateY(0);} */
.m21 .section2 .con .games .game_wrap.in-view .imgarea ul li:nth-child(1) img {
    transform: translateY(0px);
    transition: all 0.6s 0.6s ease-out
}

.m21 .section2 .con .games .game_wrap.in-view .imgarea ul li:nth-child(2) img {
    transform: translateY(0px);
    transition: all 0.6s ease-out 0.8s
}

.m21 .section2 .con .games .game_wrap.in-view .imgarea ul li:nth-child(3) img {
    transform: translateY(0px);
    transition: all 0.6s ease-out 1s
}

.m21 .section2 .con .games .game_wrap.in-view .imgarea ul li:nth-child(4) img {
    transform: translateY(0px);
    transition: all 0.6s ease-out 1.2s
}


/* section3 */
.m21 .section3 {
    padding-bottom: 120px;
}

.m21 .section3 .con .topimg {
    display: table;
    position: relative;
    width: 100%;
    height: 268px;
    margin: 0 auto 70px;
    background: url(/images/page/m21_section3_topimg.jpg) no-repeat center;
    text-align: center;
    opacity: 0;
}

.m21 .section3 .con .topimg > div {
    display: table-cell;
    vertical-align: middle;
}

.m21 .section3 .con .topimg > div h4 {
    font-size: 26px;
    color: #f5f5f5;
    margin-bottom: 10px;
}

.m21 .section3 .con .topimg > div p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.m21 .section3 .con .list {
    width: 100%;
    margin: 65px auto 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3%;
}

.m21 .section3 .con .list > div {
    text-align: center;
    width: 31%;
    padding: 50px 3%;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ddd;
    background: #fefefe;
    opacity: 0;
    transform: translateY(30px);
}

.m21 .section3 .con .list > div:nth-child(1) {
    transition: all 0.6s;
}

.m21 .section3 .con .list > div:nth-child(2) {
    transition: all 0.6s;
}

.m21 .section3 .con .list > div:nth-child(3) {
    transition: all 0.6s;
}

.m21 .section3 .con .list > div .ico {
    margin-bottom: 20px;
}

.m21 .section3 .con .list > div h5 {
    font-size: 19px;
    color: #222;
    word-break: keep-all;
}

.m21 .section3 .con .list > div:nth-child(1):before {
    display: block;
    content: "";
    width: 52px;
    height: 43px;
    background: url(/images/page/m21_section3_dd1.png) no-repeat;
    position: absolute;
    left: 20px;
    top: -15px;
}

.m21 .section3 .con .list > div:nth-child(2):before {
    display: block;
    content: "";
    width: 52px;
    height: 43px;
    background: url(/images/page/m21_section3_dd2.png) no-repeat;
    position: absolute;
    left: 20px;
    top: -15px;
}

.m21 .section3 .con .list > div:nth-child(3):before {
    display: block;
    content: "";
    width: 52px;
    height: 43px;
    background: url(/images/page/m21_section3_dd3.png) no-repeat;
    position: absolute;
    left: 20px;
    top: -15px;
}


.m21 .section3 .con.in-view .topimg {
    opacity: 1;
    transition: all 0.7s;
}

.m21 .section3 .con.in-view .topimg h4 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.7s;
}

.m21 .section3 .con.in-view .list > div {
    opacity: 1;
    transform: translateY(0);
}


/* section4 */
.m21 .section4 {
    padding: 90px 0 120px;
}

.m21 .section4 .con1 .topimg {
    display: table;
    position: relative;
    width: 100%;
    height: 307px;
    margin: 0 auto 70px;
    background: url(/images/page/m21_section4_topimg.jpg) no-repeat center;
    opacity: 0;
    text-align: center;
}

.m21 .section4 .con1 .topimg > div {
    display: table-cell;
    vertical-align: middle;
}

.m21 .section4 .con1 .topimg > div h4 {
    font-size: 26px;
    color: #f5f5f5;
    margin-bottom: 10px;
}

.m21 .section4 .con1 .topimg > div p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.m21 .section4 .con2 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 3%;
}

.m21 .section4 .con2 img {
    width: 100%;
}

.m21 .section4 .con2 .back {
    position: relative;
    display: inline-block;
}

.m21 .section4 .con2 .back .img1 {
    transform: scale(0);
    transition: all 0.4s 0.5s;
}

.m21 .section4 .con2 .back .img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
    transition: all 0.8s;
}

.m21 .section4 .con2 .back .img3 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s;
}


.m21 .section4 .con1.in-view .topimg {
    opacity: 1;
    transition: all 0.7s;
}

.m21 .section4 .con1.in-view .topimg h4 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.7s;
}

.m21 .section4 .con2.in-view h4 {
    transform: scale(1);
}

.m21 .section4 .con2.in-view .back .img1 {
    transform: scale(1);
}

.m21 .section4 .con2.in-view .back .img2 {
    opacity: 1;
    transform: rotate(30deg);
}

.m21 .section4 .con2.in-view .back .img3 {
    opacity: 1;
    transform: scale(1);
}


/* section5 */
.m21 .section5 {
    background: #f5f5f5;
    padding: 90px 0 120px;
}

.m21 .section5 .con1 .topimg {
    display: table;
    position: relative;
    width: 100%;
    height: 307px;
    margin: 0 auto 70px;
    background: url(/images/page/business_ip_image_.png) no-repeat center;
    opacity: 0;
    text-align: center;
}

.m21 .section5 .con1 .topimg > div {
    display: table-cell;
    vertical-align: middle;
}

.m21 .section5 .con1 .topimg > div h4 {
    font-size: 26px;
    color: #f5f5f5;
    margin-bottom: 10px;
}

.m21 .section5 .con1 .topimg > div p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.m21 .section5 .con2 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 3%;
}

.m21 .section5 .con2 {
    text-align: center;
}

/*.m21 .section5 .con h4 {*/
/*    font-size: 26px;*/
/*    color: #222;*/
/*    font-weight: 500;*/
/*    opacity: 0;*/
/*    transform: translateY(30px);*/
/*    transition: all 0.6s;*/
/*}*/

/*.m21 .section5 .con h4 .font1 {*/
/*    font-size: 27px;*/
/*    font-weight: 600;*/
/*}*/

/*.m21 .section5 .con p {*/
/*    margin: 35px 0 65px;*/
/*    font-size: 16px;*/
/*    color: #777;*/
/*    padding: 0 3%;*/
/*    opacity: 0;*/
/*    transform: translateY(30px);*/
/*    transition: all 0.6s;*/
/*}*/

.m21 .section5 .con2 a {
    display: inline-block;
    width: 300px;
    height: 65px;
    border: 3px solid #a596da;
    text-align: center;
    line-height: 59px;
    font-size: 19px;
    color: #a596da;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s;
    margin: 35px 0 65px;
}

.m21 .section5 .con2 .ip_category_m {
    width: 100%;
    position: relative;
    margin: 30px auto;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s;
}

.m21 .section5 .con2 .ip_category_m ul {
    width: 682px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    position: relative;
}

.m21 .section5 .con2 .ip_category_m:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 89px;
}

.m21 .section5 .con2 .ip_category_m:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 312px;
}

.m21 .section5 .con2 .ip_category_m ul:after {
    content: "";
    display: block;
    width: 682px;
    height: 228px;
    background: url("/images/page/m21_section5_circle_wrap01.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -21px;
    left: 0;
}

.m21 .section5 .con2 .ip_category_m ul:before {
    content: "";
    display: block;
    width: 455px;
    height: 228px;
    background: url("/images/page/m21_section5_circle_wrap02.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 203px;
    left: 50%;
    margin-left: -227.5px;
}

.m21 .section5 .con2 .ip_category_m ul li {
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    margin-right: 47px;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(3),
.m21 .section5 .con2 .ip_category_m ul li:nth-child(5) {
    margin-right: 0;
}

.m21 .section5 .con2 .ip_category_m ul li .circle {
    position: relative;
    z-index: 8;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
}

.m21 .section5 .con2 .ip_category_m ul li .circle:before {
    display: block;
    content: "";
    z-index: 1;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    left: -31px;
    top: 50%;
    margin: -7px 0 0 0;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(1) .circle:before {
    background: url("/images/page/m21_section5_do01.png") no-repeat center;
    background-size: 100%;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(2) .circle:before {
    background: url("/images/page/m21_section5_do02.png") no-repeat center;
    background-size: 100%;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(3) .circle:before {
    background: url("/images/page/m21_section5_do03.png") no-repeat center;
    background-size: 100%;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(4) .circle:before {
    background: url("/images/page/m21_section5_do05.png") no-repeat center;
    background-size: 100%;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(5) .circle:before {
    background: url("/images/page/m21_section5_do06.png") no-repeat center;
    background-size: 100%;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(3) .circle:after {
    display: block;
    content: "";
    z-index: 1;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    right: -31px;
    top: 50%;
    margin: -7px 0 0 0;
    background: url("/images/page/m21_section5_do04.png") no-repeat center;
    background-size: 100%;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(5) .circle:after {
    display: block;
    content: "";
    z-index: 1;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    right: -31px;
    top: 50%;
    margin: -7px 0 0 0;
    background: url("/images/page/m21_section5_do07.png") no-repeat center;
    background-size: 100%;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(1) .circle {
    border: 2px dotted #d43a7a
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(2) .circle {
    border: 2px dotted #be4389
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(3) .circle {
    border: 2px dotted #a74c9a
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(4) .circle {
    border: 2px dotted #9552a6
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(5) .circle {
    border: 2px dotted #8459b2;
}

.m21 .section5 .con2 .ip_category_m ul li .circle .circle_con {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 35px;
    background: #f3f3f3;
}

.m21 .section5 .con2 .ip_category_m ul li .circle .circle_con .sbj {
    font-size: 19px;
    font-weight: 500;
    padding-top: 10px;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(1) .circle .circle_con .sbj {
    color: #d43a7a;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(2) .circle .circle_con .sbj {
    color: #be4389;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(3) .circle .circle_con .sbj {
    color: #a74c9a;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(4) .circle .circle_con .sbj {
    color: #9552a6;
}

.m21 .section5 .con2 .ip_category_m ul li:nth-child(5) .circle .circle_con .sbj {
    color: #8459b2;
}

.m21 .section5 .con1.in-view .topimg {
    opacity: 1;
    transition: all 0.7s;
}

.m21 .section5 .con1.in-view .topimg h4 {
    transform: translateY(0);
    opacity: 1;
}

.m21 .section5 .con1.in-view .topimg p {
    transform: translateY(0);
    opacity: 1;
}

.m21 .section5 .con2.in-view .ip_category_m {
    opacity: 1;
    transform: translateY(0);
}

.m21 .section5 .con1.in-view p {
    opacity: 1;
    transform: translateY(0);
}

.m21 .section5 .con2.in-view p {
    opacity: 1;
    transform: translateY(0);
}

.m21 .section5 .con2.in-view a {
    opacity: 1;
    transform: translateY(0);
}

.m21 .section6 {
    padding: 90px 0 120px;
}

.m21 .section6 .con {
    text-align: center;
}

.m21 .section6 .con .topimg {
    display: table;
    position: relative;
    width: 100%;
    height: 268px;
    margin: 0 auto 70px;
    background: url(/images/page/business_takeonestudio_image.png) no-repeat center;
    opacity: 0;
}

.m21 .section6 .con .topimg h4 {
    position: absolute;
    right: 7%;
    bottom: 25px;
    font-family: "Montserrat";
    font-size: 33px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -1px;
    /* opacity:0; transform:translateX(40px); */
}

.m21 .section6 .con {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.m21 .section6 .con .slg {
    margin-bottom: 35px;
    font-size: 26px;
    color: #666;
    opacity: 0;
    transform: translateX(40px);
}

.m21 .section6 .con .slg .imp {
    color: #000;
}

.m21 .section6 .con p {
    margin-bottom: 25px;
    font-size: 17px;
    color: #777;
    line-height: 27px;
    opacity: 0;
    transform: translateX(-40px);
}

.m21 .section6 p.last {
    margin-bottom: 0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
}

.m21 .section6 .imgarea {
    margin: 40px 0 45px;
    text-align: center;
}

.m21 .section6 .imgarea img {
    transform: scale(0)
}

.m21 .section6 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.m21 .section6 .list > div {
    width: 32%;
    border: 1px solid #eaeaea;
    background: #fefefe;
    padding: 0 0 30px;
    opacity: 0;
    transform: translateY(50px);
}

.m21 .section6 .list > div .titarea {
    display: table;
    width: 100%;
    height: 110px;
    margin: 60px 0 20px;
}

.m21 .section6 .list > div .titarea h4 {
    display: table-cell;
    vertical-align: middle;
    font-family: "Montserrat";
    font-size: 26px;
    color: #222;
    font-weight: 600;
    letter-spacing: -1px;
    padding-top: 30px;
}

.m21 .section6 .list > div:nth-child(1) .titarea {
    background: url(/images/page/bg_num1.png) no-repeat 47%;
}

.m21 .section6 .list > div:nth-child(1) .titarea h4:after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background: #ee9bbc;
    border-radius: 50%;
    margin: 15px auto 0;
}

.m21 .section6 .list > div:nth-child(2) .titarea {
    background: url(/images/page/bg_num2.png) no-repeat 50%;
}

.m21 .section6 .list > div:nth-child(2) .titarea h4:after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background: #be86c5;
    border-radius: 50%;
    margin: 15px auto 0;
}

.m21 .section6 .list > div:nth-child(3) .titarea {
    background: url(/images/page/bg_num3.png) no-repeat 50%;
}

.m21 .section6 .list > div:nth-child(3) .titarea h4:after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background: #a7afe1;
    border-radius: 50%;
    margin: 15px auto 0;
}


.m21 .section6 .in-view .topimg {
    opacity: 1;
    transition: all 0.7s;
}

/* .m21 .section6 .in-view .topimg h4{opacity:1;transform:translateX(0); transition:all 0.7s;} */
.m21 .section6 .con.in-view .slg {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.7s;
}

.m21 .section6 .con.in-view p {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.7s;
}

.m21 .section6 .con2.in-view .imgarea img {
    transform: scale(1);
    transition: all 0.7s;
}

.m21 .section6 .con2.in-view .list > div:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s;
}

.m21 .section6 .con2.in-view .list > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s;
}

.m21 .section6 .con2.in-view .list > div:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s;
}


.m21 .section2 .studio-slide {margin-top: 40px;}
.m21 .section2 .studio-slide .item {position: relative;}
.m21 .section2 .studio-slide .item img {width: 100%;}
.m21 .section2 .studio-slide .item .badge {position: absolute; right: 10px; top: 10px; padding: 5px 14px; font-size: 12px; color: white; border-radius: 20px; background: rgb(0 0 0 / 82%); border: 1px solid white;}



/* section7 */
.m21 .section7 {
    background: #f5f5f5;
    margin-top: 120px;
    padding: 90px 0 120px;
    text-align: center;
}

.m21 .section7 .con .topimg {
    display: table;
    position: relative;
    width: 100%;
    height: 268px;
    margin: 0 auto 70px;
    background: url(/images/page/3_business_cinema.png) no-repeat center;
    opacity: 0;
}

.m21 .section7 .con .topimg > div {
    display: table-cell;
    vertical-align: middle;
}

.m21 .section7 .con .topimg > div h4 {
    font-size: 26px;
    color: #f5f5f5;
    margin-bottom: 10px;
}

.m21 .section7 .con .topimg > div p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.m21 .section7 .con .games .game_wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 30px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    padding: 65px 49px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s;
}

.m21 .section7 .con .games .game_wrap:last-child {
    margin-bottom: 0;
}

.m21 .section7 .con .games .game_wrap .titlearea {
    overflow: hidden; /* opacity:0; transform:translateY(30px); transition:all 0.6s; */
}

.m21 .section7 .con .games .game_wrap .titlearea h5 {
    float: left;
    width: 50%;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
    font-size: 39px;
    letter-spacing: -2px;
    color: #222;
    text-align: left;
}

.m21 .section7 .con .games .game_wrap .titlearea h5:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #ae95ec;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.m21 .section7 .con .games .game_wrap .titlearea ul {
    float: left;
    width: 50%;
}

.m21 .section7 .con .games .game_wrap .titlearea ul li {
    position: relative;
    text-align: left;
    padding-left: 15px;
    font-size: 19px;
    color: #333;
    margin-bottom: 5px;
}

.m21 .section7 .con .games .game_wrap .titlearea ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ae95ec;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}

.m21 .section7 .con .games .game_wrap .imgarea {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    /* opacity:0; transform:translateY(30px); transition:all 0.5s 0.4s; */
}

.m21 .section7 .con .games .game_wrap .imgarea img {
    max-width: 100%;
}

.m21 .section7 .con .games .game_wrap .imgarea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m21 .section7 .con .games .game_wrap .imgarea ul li {
    overflow: hidden;
    width: 24%;
    padding-top: 25px;
}

.m21 .section7 .con .games .game_wrap .imgarea ul li:nth-child(odd) {
    background: #30253f;
}

.m21 .section7 .con .games .game_wrap .imgarea ul li:nth-child(even) {
    background: #664b6a;
}

.m21 .section7 .con .games .game_wrap .imgarea ul li img {
    transform: translateY(100px);
}


.m21 .section7 .con.in-view .topimg {
    opacity: 1;
    transition: all 0.8s;
}

.m21 .section7 .con.in-view .topimg h4 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s;
}

.m21 .section7 .con.in-view .games .game_wrap {
    opacity: 1;
    transform: translateY(0);
}

/* .m21 .section2 .con .games .game_wrap.in-view .titlearea {opacity:1; transform:translateY(0);}
.m21 .section2 .con .games .game_wrap.in-view .imgarea {opacity:1; transform:translateY(0);}*/
.m21 .section7 .con .games .game_wrap.in-view .imgarea ul li:nth-child(1) img {
    transform: translateY(0px);
    transition: all 0.6s 0.6s ease-out
}

.m21 .section7 .con .games .game_wrap.in-view .imgarea ul li:nth-child(2) img {
    transform: translateY(0px);
    transition: all 0.6s ease-out 0.8s
}

.m21 .section7 .con .games .game_wrap.in-view .imgarea ul li:nth-child(3) img {
    transform: translateY(0px);
    transition: all 0.6s ease-out 1s
}

.m21 .section7 .con .games .game_wrap.in-view .imgarea ul li:nth-child(4) img {
    transform: translateY(0px);
    transition: all 0.6s ease-out 1.2s
}


/** m31 **/
/* section1 */
.m31 .section1 {
    overflow: hidden;
}

.m31 .section1 .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m31 .section1 .con1 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
}

.m31 .section1 .con1 .toparea {
    overflow: hidden;
    width: 100%;
}

.m31 .section1 .con1 .toparea .vod {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s 0.4s;
    position: relative;
}

/* .m31 .section1 .con1 .toparea .vod img {width:100%;}
.m31 .section1 .con1 .toparea .vod iframe {width:100%;} */
.m31 .section1 .con1 .toparea .info {
    width: 100%;
    padding: 3% 0 1%;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s 0.4s;
}

.m31 .section1 .con1 .toparea .info h4 {
    font-size: 26px;
    color: #252525;
    font-weight: 500;
    text-align: center;
}

.m31 .section1 .con1 .toparea .info h4 .font1 {
    font-size: 27px;
    font-weight: 600;
}

.m31 .section1 .con1 .toparea .info .dl_wrap {
    margin: 30px 0;
}

.m31 .section1 .con1 .toparea .info .dl_wrap dl {
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 3px;
}

.m31 .section1 .con1 .toparea .info .dl_wrap dl dt {
    display: table-cell;
    position: relative;
    width: 140px;
    height: 55px;
    box-sizing: border-box;
    background: #a596da;
    padding: 15px 0 0 45px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.m31 .section1 .con1 .toparea .info .dl_wrap dl dt:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 20px;
    z-index: 8;
}

.m31 .section1 .con1 .toparea .info .dl_wrap dl dt.ico1:before {
    background: url(/images/page/m31_section1_ico1.gif) no-repeat;
    top: 20px;
}

.m31 .section1 .con1 .toparea .info .dl_wrap dl dt.ico2:before {
    background: url(/images/page/m31_section1_ico2.gif) no-repeat;
    top: 19px;
}

.m31 .section1 .con1 .toparea .info .dl_wrap dl dt.ico3:before {
    background: url(/images/page/m31_section1_ico3.gif) no-repeat;
    top: 20px;
}

.m31 .section1 .con1 .toparea .info .dl_wrap dl dt.ico4:before {
    background: url(/images/page/m31_section1_ico4.gif) no-repeat;
    top: 20px;
}

.m31 .section1 .con1 .toparea .info .dl_wrap dl dt.ico5:before {
    background: url(/images/page/m31_section1_ico5.gif) no-repeat;
    top: 19px;
}

.m31 .section1 .con1 .toparea .info .dl_wrap dl dt:after {
    display: block;
    content: "";
    width: 17px;
    height: 1px;
    background: #dad4f0;
    position: absolute;
    right: 0;
    top: 50%;
}

.m31 .section1 .con1 .toparea .info .dl_wrap dl dd {
    display: table-cell;
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 16px;
    color: #777;
    text-align: left;
    border: 1px solid #ddd;
}

.m31 .section1 .con1 .toparea .info ul {
    text-align: center;
}

.m31 .section1 .con1 .toparea .info ul li {
    display: inline-block;
}

.m31 .section1 .con2 {
    padding-bottom: 60px;
}

.m31 .section1 .con2 .btmarea {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: 60px;
    padding: 70px 3%;
    background: #f5f5f5;
}

.m31 .section1 .con2 .btmarea .titlearea {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.m31 .section1 .con2 .btmarea .titlearea h4 {
    font-size: 33px;
    color: #333;
    font-weight: 500;
    line-height: 130%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s 0.2s;
}

.m31 .section1 .con2 .btmarea .titlearea h4 .font1 {
    font-size: 35px;
    font-weight: 600;
}

.m31 .section1 .con2 .btmarea .titlearea h4 .color {
    color: #a596da;
}

.m31 .section1 .con2 .btmarea .titlearea p {
    font-size: 16px;
    line-height: 170%;
    margin: 5px 0 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s 0.4s;
}

.m31 .section1 .con2 .btmarea .titlearea p .font1 {
    font-size: 17px;
    font-weight: 500;
}

.m31 .section1 .con2 .btmarea .titlearea .bgarea {
    position: relative;
    margin-left: -30px;
    text-align: center;
}

.m31 .section1 .con2 .btmarea .titlearea .bgarea .bgImg {
    opacity: 0;
    transition: all 0.6s 0.6s;
}

.m31 .section1 .con2 .btmarea .titlearea .bgarea .mobile_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.6s 0.8s;
}

.m31 .section1 .con2 .btmarea .conarea {
    width: 100%;
}

.m31 .section1 .con2 .btmarea .conarea ol {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.m31 .section1 .con2 .btmarea .conarea ol li {
    display: table;
    padding: 0 3%;
    width: 49%;
    height: 183px;
    box-sizing: border-box;
    word-break: keep-all;
    border: 1px solid #ddd;
    margin-bottom: 2%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #777;
    line-height: 160%;
    opacity: 0;
    transform: translateY(20px);
}

.m31 .section1 .con2 .btmarea .conarea ol li .align {
    display: table-cell;
    vertical-align: middle;
}

.m31 .section1 .con2 .btmarea .conarea ol li .font1 {
    font-size: 17px;
}

.m31 .section1 .con2 .btmarea .conarea ol li .color {
    color: #a596da;
}

.m31 .section1 .con2 .btmarea .conarea ol li:nth-child(1) {
    background: #fff url(/images/page/m31_section3_num1.gif) no-repeat right bottom;
    transition: all 0.4s 1s;
}

.m31 .section1 .con2 .btmarea .conarea ol li:nth-child(2) {
    background: #fff url(/images/page/m31_section3_num2.gif) no-repeat right bottom;
    transition: all 0.4s 1.2s;
}

.m31 .section1 .con2 .btmarea .conarea ol li:nth-child(3) {
    background: #fff url(/images/page/m31_section3_num3.gif) no-repeat right bottom;
    margin-bottom: 0;
    transition: all 0.4s 1.4s;
}

.m31 .section1 .con2 .btmarea .conarea ol li:nth-child(4) {
    background: #fff url(/images/page/m31_section3_num4.gif) no-repeat right bottom;
    margin-bottom: 0;
    transition: all 0.4s 1.6s;
}


.m31 .section1 .con1.in-view .toparea .vod {
    opacity: 1;
    transform: translateY(0);
}

.m31 .section1 .con1.in-view .toparea .info {
    opacity: 1;
    transform: translateY(0);
}

.m31 .section1 .con2.in-view .btmarea .titlearea h4 {
    opacity: 1;
    transform: translateY(0);
}

.m31 .section1 .con2.in-view .btmarea .titlearea p {
    opacity: 1;
    transform: translateY(0);
}

.m31 .section1 .con2.in-view .btmarea .titlearea .bgarea .bgImg {
    opacity: 1;
}

.m31 .section1 .con2.in-view .btmarea .titlearea .bgarea .mobile_img {
    opacity: 1;
    transform: scale(1);
}

.m31 .section1 .con2.in-view .btmarea .conarea ol li {
    opacity: 1;
    transform: translateY(0);
}

.m31 .section1 .con3 {
    padding-bottom: 120px;
}

.m31 .section1 .con3 .area {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: 60px;
    padding: 70px 3%;
    background: #f5f5f5;
}

.m31 .section1 .con3 .area .toparea {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.m31 .section1 .con3 .area .toparea h4 {
    font-size: 33px;
    color: #333;
    font-weight: 500;
    line-height: 130%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s 0.2s;
}

.m31 .section1 .con3 .area .toparea h4 .font1 {
    font-size: 35px;
    font-weight: 600;
}

.m31 .section1 .con3 .area .toparea h4 .color {
    color: #a596da;
}

.m31 .section1 .con3 .area .toparea p {
    font-size: 16px;
    line-height: 170%;
    margin: 5px 0 5px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s 0.4s;
}

.m31 .section1 .con3 .area .toparea p .font1 {
    font-size: 17px;
    font-weight: 500;
}

.m31 .section1 .con3 .area .toparea p .color {
    color: #a596da;
}

.m31 .section1 .con3 .area .imgarea {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: 303px;
}

.m31 .section1 .con3 .area .imgarea .bgarea {
    position: relative;
    margin-left: -30px;
    text-align: center;
}

.m31 .section1 .con3 .area .imgarea .bgarea .mobile_img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.6s 0.8s;
}

.m31 .section1 .con3 .area .btmarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.m31 .section1 .con3 .area .btmarea .conarea {
    width: 560px;
    box-sizing: border-box;
    padding: 0 0 0 1%;
    line-height: 170%;
    font-size: 16px;
}

.m31 .section1 .con3 .area .btmarea .conarea .color {
    color: #a596da;
}

.m31 .section1 .con3 .area .btmarea .imgarea {
    width: calc(100% - 560px);
    box-sizing: border-box;
    height: 153px;
}

.m31 .section1 .con3 .area .btmarea .imgarea .bgarea {
    position: relative;
    margin-left: -30px;
}

.m31 .section1 .con3 .area .btmarea .imgarea .bgarea .mobile_img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.6s 0.8s;
}

.m31 .section1 .con3 .area .orchardarea {
    width: 100%;
    margin-top: 25px;
    padding: 0 0 0 1%;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.5;
}

.m31 .section1 .con3.in-view .area .toparea h4 {
    opacity: 1;
    transform: translateY(0);
}

.m31 .section1 .con3.in-view .area .toparea p {
    opacity: 1;
    transform: translateY(0);
}

.m31 .section1 .con3.in-view .area .imgarea .bgarea .bgImg {
    opacity: 1;
}

.m31 .section1 .con3.in-view .area .imgarea .bgarea .mobile_img {
    opacity: 1;
    transform: scale(1);
}

.m31 .section1 .con3.in-view .area .btmarea .conarea {
    opacity: 1;
    transform: translateY(0);
}

.m31 .section1 .con3.in-view .area .btmarea .imgarea .bgarea .mobile_img {
    opacity: 1;
    transform: scale(1);
}


.m31 #pucca .con1 .toparea .info {padding-top: 0;}
.m31 #bptg .con1 .toparea .info {padding-top: 0;}
.m31 #bptg .con1 .toparea .info .dl_wrap ul {text-align: left;}
.m31 #bptg .con1 .toparea .info .dl_wrap ul li {position: relative; padding-left: 8px; display: block;}
.m31 #bptg .con1 .toparea .info .dl_wrap ul li br {display: none;}
.m31 #bptg .con1 .toparea .info .dl_wrap dl dd ul li:before {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    background: #a596da;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.m31 #bptg .toparea .info .dl_wrap dl dt.ico11 {
    padding-top: 0;
    vertical-align: middle;
}

.m31 #bptg .toparea .info .dl_wrap dl dt.ico11:before {
    width: 21px;
    top: 45%;
    background: url(/images/page/m31_section2_ico5_purple.png) no-repeat;
}

.m31 #bptg .toparea .info .dl_wrap dd.feat {padding: 10px 18px;}



/* section2 */
.m31 .section2 {
    padding: 90px 0 120px;
    background: #f5f5f5;
}

.m31 .title h3 .sub_tit {
    font-size: 19px;
    color: #555;
}

.m31 .con {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
}

.m31 .section2 .con .vod {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s 0.4s;
    position: relative;
}

.m31 .con .imgarea {
    width: 100%;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s 0.3s;
}

.m31 .con .imgarea .item img {
    width: 100%;
}

.m31 .con .imgarea .slick-dots {
    width: 100%;
    text-align: center;
    margin: 20px auto 25px;
}

.m31 .con .imgarea .slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

.m31 .con .imgarea .slick-dots li:last-child {
    margin-right: 0;
}

.m31 .con .imgarea .slick-dots li button {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #cccccc;
    border-radius: 50%;
    text-indent: -9999px;
    border: 0;
    transition: all 0.4s;
}

.m31 .con .imgarea .slick-dots li.slick-active button {
    background: #545454;
}

.m31 .section2 .con {
    overflow: hidden;
    width: 100%;
}

.m31 .section2 .con .vod {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s 0.4s;
    position: relative;
}

.m31 .section2 .con .info {
    width: 100%;
    padding: 3% 0 1%;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s 0.4s;
}

.m31 .section2 .con .info h4 {
    font-size: 26px;
    color: #252525;
    font-weight: 500;
    text-align: center;
}

.m31 .section2 .con .info h4 .font1 {
    font-size: 27px;
    font-weight: 600;
}

.m31 .section2 .con .info .dl_wrap {
    margin: 30px 0;
}

.m31 .section2 .con .info .dl_wrap dl {
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 3px;
}

.m31 .section2 .con .info .dl_wrap dl dt {
    display: table-cell;
    position: relative;
    width: 140px;
    height: 55px;
    box-sizing: border-box;
    background: #a596da;
    padding: 15px 0 0 45px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.m31 .section2 .con .info .dl_wrap dl dt:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 20px;
    z-index: 8;
}

.m31 .section2 .con .info .dl_wrap dl dt.ico1:before {
    background: url(/images/page/m31_section1_ico1.gif) no-repeat;
    top: 20px;
}

.m31 .section2 .con .info .dl_wrap dl dt.ico2:before {
    background: url(/images/page/m31_section1_ico2.gif) no-repeat;
    top: 19px;
}

.m31 .section2 .con .info .dl_wrap dl dt.ico3:before {
    background: url(/images/page/m31_section1_ico3.gif) no-repeat;
    top: 20px;
}

.m31 .section2 .con .info .dl_wrap dl dt.ico4:before {
    background: url(/images/page/m31_section1_ico4.gif) no-repeat;
    top: 20px;
}

.m31 .section2 .con .info .dl_wrap dl dt.ico5:before {
    background: url(/images/page/m31_section1_ico5.gif) no-repeat;
    top: 19px;
}

.m31 .section2 .con .info .dl_wrap dl dt:after {
    display: block;
    content: "";
    width: 17px;
    height: 1px;
    background: #dad4f0;
    position: absolute;
    right: 0;
    top: 50%;
}

.m31 .section2 .con .info .dl_wrap dl dd {
    display: table-cell;
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 16px;
    color: #777;
    text-align: left;
    border: 1px solid #ddd;
}

.m31 .section2 .con .info .dl_wrap dl dd {
    padding: 14px 18px;
}

/* .m31 .section2 .con .info .dl_wrap dl dd:last-child {
    padding-bottom: 20px;
} */

.m31 .section2 .con .info ul {
    text-align: center;
}

.m31 .section2 .con .info ul li {
    display: inline-block;
}

.m31 .section2 .con.in-view .vod {
    opacity: 1;
    transform: translateY(0);
}

.m31 .section2 .con.in-view .info {
    opacity: 1;
    transform: translateY(0);
}

.m31 .con .infoarea {
    width: 100%;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.5s 0.3s;
}

.m31 .con .infoarea dl {
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 3px;
}

.m31 .con .infoarea dl dt {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 140px;
    box-sizing: border-box;
    background: #a6a6a6;
    padding: 14px 0 14px 38px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.m31 #Blooded .con .infoarea dl dt.en {
    font-size: 14px;
}

.m31 .con .infoarea dl dt:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 13px;
    z-index: 8;
    transform: translateY(-50%);
    margin-top: 3px;
}

.m31 .con .infoarea dl dt.ico1:before {
    background: url(/images/page/m31_section2_ico1.gif) no-repeat;
}

.m31 .con .infoarea dl dt.ico2:before {
    background: url(/images/page/m31_section2_ico2.gif) no-repeat;
}

.m31 .con .infoarea dl dt.ico3:before {
    background: url(/images/page/m31_section2_ico3.gif) no-repeat;
}

.m31 .con .infoarea dl dt.ico4:before {
    background: url(/images/page/m31_section2_ico4.gif) no-repeat;
}

.m31 .con .infoarea dl dt.ico5:before {
    width: 22px;
    background: url(/images/page/m31_section2_ico5.gif) no-repeat;
}

.m31 .con .infoarea dl dt.ico6:before {
    width: 21px;
    margin-top: 1px;
    background: url(/images/page/ico-camera.png) no-repeat center;
    background-size: contain;
}

.m31 .section2#kvodo .con .info .dl_wrap dl dt {
    vertical-align: middle;
}

.m31 .section2#kvodo .con .info .dl_wrap dl dd ul {
    text-align: left;
}

.m31 .section2#kvodo .con .info .dl_wrap dl dt.ico6:before {
    width: 20px;
    background: url(/images/page/ico-camera.png) no-repeat center;
    background-size: 100%;
    top: 18px;
}

.m31 .section2#kvodo .con .info .dl_wrap dl dt.ico8:before {
    top: 20px;
}

.m31 .con span.color {
    color: #a596da;
}

.m31 .con .infoarea dl dd {
    display: table-cell;
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding: 14px 18px;
    font-size: 16px;
    color: #777;
    text-align: left;
    border: 1px solid #ddd;
    line-height: 156%;
    word-break: keep-all;
}

.m31 .con .infoarea dl dd ul li {
    position: relative;
    padding-left: 10px;
}

.m31 .con .infoarea dl dd ul li:before {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    background: #a596da;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

/* section3 */
.m31 .section3 {
    padding: 90px 0 120px;
    background: #fff;
}

/* section4 */
.m31 .section4 {
    padding: 90px 0 120px;
    background: #f5f5f5;
}

.m31 .section4 .con .infoarea dl:nth-child(4) dd,
.m31 .section4 .con .infoarea dl:nth-child(5) dd {
    padding: 9px 18px;
}

/* section5 */
.m31 .section5 {
    padding: 90px 0 120px;
    background: #fff;
}

.m31 .section5 .con .infoarea dl:nth-child(4) dd,
.m31 .section5 .con .infoarea dl:nth-child(5) dd {
    padding: 8.5px 18px;
}

.m31 .section6 {
    padding: 90px 0 120px;
    background: #fff;
}

.m31 .section6 .btns {
    text-align: center;
    margin-top: 25px;
}

.m31 .section6 .btns li {
    display: inline-block;
}

.m31 .section6 .btns li.visible {
    opacity: 0.5;
    pointer-events: none;
}

.m31 .section6 .btns li a {
    display: block;
}

.m31 .section7 {
    padding: 90px 0 120px;
    background: #f5f5f5;
}

.m31 .section8 {
    padding: 90px 0 120px;
}

.m31 .section9 {
    padding: 90px 0 120px;
    background: #fff;
}

.m31 .section10 {
    padding: 90px 0 120px;
    background: #fff;
}

.m31 .section11 {
    padding: 90px 0 120px;
    background: #f5f5f5;
}

.m31 .section15 {
    padding: 90px 0 120px;
    background: #f5f5f5;
}

.m31 .section16 {
    padding: 90px 0 120px;
    background: #f5f5f5;
}

.m31 .section12 {
    padding: 90px 0 120px;
    background: #fff;
}

.m31 .section13 {
    padding: 90px 0 120px;
    background: #f5f5f5;
}

.m31 .section14 {
    padding: 90px 0 120px;
    background: #f5f5f5;
}


.m31 .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m31 .con.in-view .imgarea {
    opacity: 1;
    transform: translateX(0);
}

.m31 .con.in-view .infoarea {
    opacity: 1;
    transform: translateX(0);
}

/* 퍼블리셔 */
.m31 .ico7:before {width: 17px; height: 17px !important; background:  url(/images/page/ico-pub.png) no-repeat !important;}

/* 원작 */
.m31 .ico8:before {width: 14px !important; height: 17px !important; background: url(/images/page/ico-origin.png) no-repeat !important;}

/* 출시국가 */
.m31 .ico9:before {width: 18px; height: 18px !important; background: url(/images/page/ico-glo.png) no-repeat !important;}



/** m41 **/
/* section1 */
.m41 .section1 {
    padding: 90px 3% 120px;
}

.m41 .section1 .con {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.m41 .section1 .con table {
    width: 100%;
    border-top: 1px solid #d3d3d5;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.3s;
}

.m41 .section1 .con table td {
    padding: 35px 0;
    border-bottom: 1px solid #d3d3d5;
}

.m41 .section1 .con table td.date {
    width: 125px;
    font-family: "Montserrat";
    text-align: center;
}

.m41 .section1 .con table td.date .day {
    font-size: 39px;
    color: #222;
    font-weight: 600;
    line-height: 110%;
}

.m41 .section1 .con table td.date .ym {
    font-size: 14px;
    color: #858585;
}

.m41 .section1 .con table td.sbjarea .sbj {
    font-size: 19px;
    color: #555;
    margin-bottom: 5px;
}

.m41 .section1 .con table td.sbjarea p {
    font-size: 14px;
    color: #999;
}

.m41 .section1 .con table td.more {
    width: 120px;
    text-align: center;
}

.m41 .section1 .con table td.download {
    width: 180px;
    text-align: center;
}

.m41 .section1 .con table td.more a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/images/common/bbs_more.png) no-repeat center;
    transition: background 0.8s;
}

.m41 .section1 .con table tr:hover td.more a {
    background: url(/images/common/bbs_more2.png) no-repeat center;
    transition: background 0.8s;
}

.m41 .section1 .paging {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.6s;
}


/* 게시판 paging */
.paging {
    margin: 70px 0 0;
    text-align: center;
}

.paging a {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ededed;
    font-family: "Montserrat";
    font-size: 16px;
    color: rgba(117, 117, 117, 0.5);
    font-weight: 500;
    line-height: 40px;
    margin: 0 5px;
}

.paging strong {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: "Montserrat";
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-image: linear-gradient(to bottom right, #e7a4c0, #b198d5);
    line-height: 40px;
    margin: 0 5px;
}


.m41 .section1 .con.in-view table {
    opacity: 1;
    transform: translateY(0);
}

.m41 .section1 .con.in-view .paging {
    opacity: 1;
    transform: translateY(0);
}


/* section2 */
.m41 .section2 {
    padding: 90px 3% 120px;
    background: #f5f5f5;
}

.m41 .section2 .con {
    width: 100%;
    perspective: 800px;
}

.m41 .section2 .con .sns_btns {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.3s;
}

.m41 .section2 .con .sns_btns ul li {
    display: inline-block;
    margin: 0 2px;
}

.m41 .section2 .con .bbs_sns {
    margin: 30px 0 35px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.6s;
}

.m41 .section2 .con .bbs_sns ul {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.m41 .section2 .con .bbs_sns ul li {
    position: relative;
    width: 24.3%;
    margin-bottom: 1%;
    margin-right: 0.9%;
}

.m41 .section2 .con .bbs_sns ul li:nth-child(4n) {
    margin-right: 0;
}

.m41 .section2 .con .bbs_sns ul li .thumb img {
    width: 100%;
}

.m41 .section2 .con .bbs_sns ul li .onlayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

.m41 .section2 .con .bbs_sns ul li:hover .onlayer {
    opacity: 1;
    transition: all 0.5s;
}

.m41 .section2 .con .bbs_sns ul li .onlayer .bgarea {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right bottom, #f0a6bc, #a696da);
    opacity: 0.8;
}

.m41 .section2 .con .bbs_sns ul li .onlayer .align {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.m41 .section2 .con .bbs_sns ul li .onlayer .align .ico {
    margin-bottom: 5px;
}

.m41 .section2 .con .bbs_sns_more {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 35px auto 0;
    text-indent: -9999px;
    background-image: linear-gradient(to right bottom, #f0a6bc, #a696da);
    transition: all 0.6s;
}

.m41 .section2 .con .bbs_sns_more:before {
    display: block;
    content: "";
    width: 2px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m41 .section2 .con .bbs_sns_more:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m41 .section2 .con .bbs_sns_more:hover {
    transform: translateZ(5px);
    box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}


.m41 .section2 .con.in-view .sns_btns {
    opacity: 1;
    transform: translateY(0);
}

.m41 .section2 .con.in-view .bbs_sns {
    opacity: 1;
    transform: translateY(0);
}


/** m41_view **/
/* 게시판 view */
.view_title {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.3s;
}

.view_title .sbj {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 45px;
    text-align: left;
    font-size: 26px;
    color: #333;
    font-weight: 500;
}

.view_title .date {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid #ddd;
    font-family: "Montserrat"
}

.view_title .date .day {
    font-size: 39px;
    color: #222;
    font-weight: 600;
    line-height: 120%;
}

.view_title .date .ym {
    font-size: 14px;
    color: #858585;
    font-weight: 500;
}

.view_con {
    padding: 65px 45px;
    word-break: keep-all;
    border-bottom: 1px solid #ddd;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.6s;
}

.view_con img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.view_con iframe {
    width: 100% !important;
}


.view_paging_wrap {
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s 0.9s;
}

.view_paging_wrap .btn_list {
    width: 70px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
    z-index: 10;
}

.view_paging_wrap .btn_list a {
    display: block;
    padding: 26px;
    background-image: linear-gradient(to right bottom, #f0a6bc, #a696da);
}

.view_paging {
    display: table;
    width: 100%;
    margin: 40px 0 0;
    padding: 0 50px;
    box-sizing: border-box;
}

.view_paging a {
    display: inline-block;
    margin: 22px 0 0;
}

.view_paging .btn_prev {
    display: table-cell;
    vertical-align: top;
    width: 48%;
    text-align: left;
}

.view_paging .btn_next {
    display: table-cell;
    vertical-align: top;
    width: 48%;
    text-align: right;
}

.view_paging dl {
    overflow: hidden;
}

.view_paging dl dt {
    overflow: hidden;
    position: relative;
    width: 122px;
    font-size: 16px;
    color: #282d39;
}

.view_paging dl dt .btn {
    display: block;
    box-sizing: border-box;
    width: 48px;
    height: 24px;
    padding: 7px 0;
    background: #acacac;
    text-align: center;
    border-radius: 15px;
}

.view_paging dl dt .btn img {
    vertical-align: top;
}

.view_paging dl dt .tit {
    width: calc(100% - 67px);
}

.view_paging dl dd {
    float: left;
    display: none;
    box-sizing: border-box;
    width: calc(100% - 122px);
    padding: 0 10px;
    font-size: 16px;
    color: #666;
}

.view_paging .btn_prev dl dt {
    float: left;
}

.view_paging .btn_prev dl dt:after {
    display: none;
    content: "";
    width: 1px;
    height: 11px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.view_paging .btn_prev dl dt .btn {
    float: left;
    margin-right: 19px;
}

.view_paging .btn_prev dl dt .tit {
    float: left;
}

.view_paging .btn_prev dl dd {
    float: left;
}

.view_paging .btn_next dl {
    text-align: right;
}

.view_paging .btn_next dl dt {
    float: right;
}

.view_paging .btn_next dl dt:after {
    display: none;
    content: "";
    width: 1px;
    height: 11px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.view_paging .btn_next dl dt .btn {
    float: right;
    margin-left: 19px;
}

.view_paging .btn_next dl dt .tit {
    float: left;
}

.view_paging .btn_next dl dd {
    float: right;
}


.m41 .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.con.in-view .view_title {
    opacity: 1;
    transform: translateY(0);
}

.con.in-view .view_con {
    opacity: 1;
    transform: translateY(0);
}

.con.in-view .view_paging_wrap {
    opacity: 1;
    transform: translateY(0);
}


/** m51 **/
/* section1 */
.m51 .conwrap .section {
    overflow: hidden;
    padding-bottom: 120px;
}

.m51 .conwrap .section1 .con {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
    position: relative;
}

.m51 .conwrap .section1 .con .circle {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m51 .conwrap .section1 .con ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m51 .conwrap .section1 .con ol li {
    width: 49%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
    display: inline-block;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 30px;
}

.m51 .conwrap .section1 .con ol li:nth-child(1) {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.5s;
}

.m51 .conwrap .section1 .con ol li:nth-child(2) {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s;
}

.m51 .conwrap .section1 .con ol li:nth-child(3) {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.5s;
}

.m51 .conwrap .section1 .con ol li:nth-child(4) {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s;
}

.m51 .conwrap .section1 .con ol li:nth-child(2n) {
    margin-right: 0;
}

.m51 .conwrap .section1 .con ol .left .list_con {
    width: 100%;
}

.m51 .conwrap .section1 .con ol .right .list_con {
    width: 100%;
}

.m51 .conwrap .section1 .con ol li .ico {
    margin-bottom: 15px;
}

.m51 .conwrap .section1 .con ol li .tit {
    font-family: "Montserrat";
    font-size: 26px;
    letter-spacing: -0.25px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
}

.m51 .conwrap .section1 .con ol li p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.1px;
    color: #777777;
    word-break: keep-all;
}


.m51 .conwrap .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m51 .conwrap .section1 .con.in-view ol li {
    opacity: 1;
    transform: translateX(0);
}


/* section2 */
.m51 .conwrap .section2 .con {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
}

.m51 .conwrap .section2 .con ol:after {
    content: "";
    display: block;
    clear: both;
}

.m51 .conwrap .section2 .con ol li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;;
    float: left;
    position: relative;
    margin-bottom: 2%;
}

.m51 .conwrap .section2 .con ol li .recruit_con {
    text-align: center;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 60px 0;
    position: relative;
}

.m51 .conwrap .section2 .con ol li:nth-child(2n) {
    margin-right: 0;
}

.m51 .conwrap .section2 .con ol li:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("/images/page/m51_section2_arr.gif") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.m51 .conwrap .section2 .con ol li:nth-child(2n):after,
.m51 .conwrap .section2 .con ol li:last-child:after {
    display: none;
}

.m51 .conwrap .section2 .con ol li .tit {
    padding: 45px 0;
    font-size: 26px;
    line-height: 100%;
    position: relative;
    letter-spacing: -0.25px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
}

.m51 .conwrap .section2 .con ol li .tit:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #ca9ecb;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.m51 .conwrap .section2 .con ol li:nth-child(1) .tit {
    background: url("/images/page/m51_section2_tit_bg01.png") no-repeat center;
}

.m51 .conwrap .section2 .con ol li:nth-child(2) .tit {
    background: url("/images/page/m51_section2_tit_bg02.png") no-repeat center;
}

.m51 .conwrap .section2 .con ol li:nth-child(3) .tit {
    background: url("/images/page/m51_section2_tit_bg03.png") no-repeat center;
}

.m51 .conwrap .section2 .con ol li:nth-child(4) .tit {
    background: url("/images/page/m51_section2_tit_bg04.png") no-repeat center;
}

.m51 .conwrap .section2 .con ol li p {
    font-size: 17px;
    letter-spacing: -0.25px;
    color: #777777;
    line-height: 28px;
}

.m51 .conwrap .section2 .con ol li:nth-child(1) .recruit_con {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

.m51 .conwrap .section2 .con ol li:nth-child(1):after {
    transform: translateY(-50%) scale(0);
    transition: all 0.5s;
}

.m51 .conwrap .section2 .con ol li:nth-child(2) .recruit_con {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

.m51 .conwrap .section2 .con ol li:nth-child(3) .recruit_con {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

.m51 .conwrap .section2 .con ol li:nth-child(3):after {
    transform: translateY(-50%) scale(0);
    transition: all 0.5s;
}

.m51 .conwrap .section2 .con ol li:nth-child(4) .recruit_con {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}


.m51 .conwrap .section2 .con.in-view ol li .recruit_con {
    opacity: 1;
    transform: translateY(0);
}

.m51 .conwrap .section2 .con.in-view ol li:after {
    transform: translateY(-50%) scale(1);
}


/* section3 */
.m51 .conwrap .section3 {
    padding-bottom: 0;
}

.m51 .conwrap .section3 .con .hire {
    width: 100%;
    height: 620px;
    background: url("/images/page/m51_section3_bg.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.m51 .conwrap .section3 .con .hire ul {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.m51 .conwrap .section3 .con .hire ul li {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(1) {
    width: 50%;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(2) {
    width: 50%;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(3) {
    width: 33.33%;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(4) {
    width: 33.33%;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(5) {
    width: 33.33%;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(6) {
    width: 50%;
    margin-bottom: 0;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(7) {
    width: 50%;
    margin-bottom: 0;
}

.m51 .conwrap .section3 .con .hire ul li .ico {
    margin-bottom: 12px;
    transform: scale(0);
}

.m51 .conwrap .section3 .con .hire ul li .tit {
    font-family: "Montserrat", "Noto Sans KR";
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.25px;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 6px;
    opacity: 0;
    transform: translateY(20px);
}

.m51 .conwrap .section3 .con .hire ul li p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: -0.25px;
    opacity: 0;
    transform: translateY(20px);
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(1) .ico {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(1) .tit {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(1) p {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(2) .ico {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(2) .tit {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(2) p {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(3) .ico {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(3) .tit {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(3) p {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(4) .ico {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(4) .tit {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(4) p {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(5) .ico {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(5) .tit {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(5) p {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(6) .ico {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(6) .tit {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(6) p {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(7) .ico {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(7) .tit {
    transition: all 0.5s;
}

.m51 .conwrap .section3 .con .hire ul li:nth-child(7) p {
    transition: all 0.5s;
}


.m51 .conwrap .section3 .con.in-view .hire ul li .ico {
    transform: scale(1);
}

.m51 .conwrap .section3 .con.in-view .hire ul li .tit {
    opacity: 1;
    transform: translateY(0);
}

.m51 .conwrap .section3 .con.in-view .hire ul li p {
    opacity: 1;
    transform: translateY(0);
}


/* section4 */
.m51 .conwrap .section4 {
    padding: 70px 0 0;
}

.m51 .conwrap .section4 .btn_wrap {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
}

.m51 .conwrap .section4 .btn_wrap a {
    display: inline-block;
    width: 310px;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.25px;
    color: #ffffff;
    font-weight: 600;
    border: 5px solid #efd3de;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #f0a6bc, #a696da);
}

.m51 .conwrap .in-view .section4 .btn_wrap {
    opacity: 1;
    transform: translateY(0);
}

/* section5 */
.m51 .conwrap .section5 {
    padding: 70px 0 120px;
}

.m51 .conwrap .section5 .banner_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s;
}

.m51 .conwrap .section5 .banner_wrap:after {
    content: "";
    display: block;
    clear: both;
}

.m51 .conwrap .section5 .banner_wrap a {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    border: 1px solid #d7d8d8;
    position: relative;
    float: left;
}

.m51 .conwrap .section5 .banner_wrap a:nth-child(1) {
}

.m51 .conwrap .section5 .banner_wrap a:nth-child(2) {
}

.m51 .conwrap .section5 .banner_wrap a:nth-child(3) {
    margin-right: 0;
}

.m51 .conwrap .section5 .banner_wrap a.last {
    display: none;
}

.m51 .conwrap .section5 .banner_wrap a .img img {
    width: 100%;
}

.m51 .conwrap .section5 .banner_wrap a .banner_con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.m51 .conwrap .section5 .banner_wrap a .text1 {
    font-size: 16px;
    letter-spacing: -0.25px;
    color: #333333;
    line-height: 100%;
    margin: 5px auto 15px;
}

.m51 .conwrap .section5 .banner_wrap a .text2 {
    font-size: 19px;
    letter-spacing: -0.5px;
    color: #333333;
    font-weight: 500;
}


.m51 .conwrap .in-view .section5 .banner_wrap {
    opacity: 1;
    transform: translateY(0);
}


/* form_popup */
.pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 100%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    z-index: 1002;
    width: 93%;
}

.pop .form_popup {
    background: #ffffff;
    box-sizing: border-box;
    padding: 80px 60px;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.pop .form_popup .form_popup_close {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
}

.pop .form_popup .popup_wrap .pop_tit {
    text-align: center;
    margin-bottom: 40px;
}

.pop .form_popup .popup_wrap .pop_tit h3 {
    font-size: 46px;
    letter-spacing: -0.25px;
    color: #222222;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px;
}

.pop .form_popup .popup_wrap .pop_tit p {
    font-size: 16px;
    letter-spacing: -0.25px;
    line-height: 23px;
    color: #777777;
}

.pop .form_popup .popup_wrap table {
    width: 100%;
    border-top: 2px solid #000000;
}

.pop .form_popup .popup_wrap table tr th {
    padding: 15px 0 15px 20px;
    width: 245px;
    text-align: left;
    box-sizing: border-box;
    font-size: 20px;
    letter-spacing: -0.25px;
    color: #2d2d2d;
    font-weight: 500;
    border-bottom: 1px solid #e2e2e2;
}

.pop .form_popup .popup_wrap table tr th .important:after {
    content: "*";
    display: inline-block;
    color: #e80000;
    margin-left: 3px;
}

.pop .form_popup .popup_wrap table tr th .choice:after {
    content: "(선택사항)";
    display: inline-block;
    margin-left: 1px;
    font-size: 15px;
    letter-spacing: -0.25px;
    color: #777777;
}

.pop .form_popup .popup_wrap table tr td {
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #e2e2e2;
}

.pop .form_popup .popup_wrap table tr td select,
.pop .form_popup .popup_wrap table tr td option {
    height: 49px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 17px;
    letter-spacing: -0.25px;
    color: #777777;
}

.pop .form_popup .popup_wrap table tr td input[type="text"] {
    height: 49px;
    background: #f9f9f9;
    font-size: 17px;
    padding-left: 12px;
    box-sizing: border-box;
    letter-spacing: -0.25px;
    color: #777777;
    border: 0;
}

.pop .form_popup .popup_wrap table tr td input[type="file"] {
    width: 100%;
    line-height: 100%;
}

.pop .form_popup .popup_wrap table tr td textarea {
    width: 100%;
    height: 212px;
    background: #f9f9f9;
    border: 0;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
    font-size: 17px;
    letter-spacing: -0.25px;
}

.form_popup .popup_wrap table tr td #apply,
.form_popup .popup_wrap table tr td #name,
.form_popup .popup_wrap table tr td #url {
    width: 100%;
}

.form_popup .popup_wrap table tr td #hp1,
.form_popup .popup_wrap table tr td #hp2,
.form_popup .popup_wrap table tr td #hp3 {
    width: 30%;
}

.form_popup .popup_wrap table tr td #email1,
.form_popup .popup_wrap table tr td #email2,
.form_popup .popup_wrap table tr td #email3 {
    width: 30%;
}

.pop .form_popup .popup_wrap .caution {
    padding: 25px 20px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.pop .form_popup .popup_wrap .caution p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.25px;
    color: #2d2d2d;
    position: relative;
    padding-left: 12px;
}

.pop .form_popup .popup_wrap .caution p:before {
    content: "-";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.pop .form_popup .popup_wrap .agree_wrap .agree {
    width: 100%;
    height: 300px;
    overflow-y: auto;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px;
}

.pop .form_popup .popup_wrap .agree_wrap .agree p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.25px;
    color: #777777;
}

.pop .form_popup .popup_wrap .agree_wrap .check_wrap {
    padding: 15px 0;
    font-size: 17px;
    letter-spacing: -0.25px;
    color: #2d2d2d;
    text-align: right;
    border-bottom: 1px solid #e2e2e2;
}

.pop .form_popup .popup_wrap .agree_wrap .check_wrap input[type="checkbox"] {
    margin: 0 2px 1px 0;
}

.pop .form_popup .popup_wrap .btn_wrap {
    text-align: center;
    margin-top: 50px;
}

.pop .form_popup .popup_wrap .btn_wrap .send_btn {
    width: 200px;
    line-height: 62px;
    text-align: center;
    border: 3px solid #a596da;
    box-sizing: border-box;
    background: none;
    font-size: 20px;
    letter-spacing: -0.3px;
    color: #a596da;
    font-weight: 500;
    display: inline-block;
    font-family: "Noto Sans KR";
}

.pop .form_popup .popup_wrap .btn_wrap .cancel_btn {
    width: 200px;
    line-height: 62px;
    text-align: center;
    border: 3px solid #b6b6b6;
    box-sizing: border-box;
    background: none;
    font-size: 20px;
    letter-spacing: -0.3px;
    color: #b6b6b6;
    font-weight: 500;
    display: inline-block;
}


/* m61 */
.m61 .conwrap .title h3 {
    font-family: "Montserrat";
    font-weight: 600;
}

.m61 .conwrap .section .con {
    width: 100%;
    margin: 0 auto 140px;
    box-sizing: border-box;
    padding: 0 3%;
}

.m61 .conwrap .section .con #map {
    width: 100%;
    margin-bottom: 5px;
    opacity: 0;
    transform: perspective(800px) rotateY(20deg);
    transition: all 0.6s 0.3s;
}

.m61 .conwrap .section .con #map iframe {
    height: 400px;
}

.m61 .conwrap .section .con .txt {
    background: #f3f3f3 url("/images/page/m61_info_bg.png") no-repeat right top;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 30px 40px 40px;
    opacity: 0;
    transform: perspective(800px) rotateY(20deg);
    transition: all 0.6s 0.6s;
}

.m61 .conwrap .section .con .txt .info1 {
    margin-bottom: 40px;
}

.m61 .conwrap .section .con .txt .info h4 {
    font-size: 24px;
    letter-spacing: -0.3px;
    color: #a596da;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}

.m61 .conwrap .section .con .txt .info1 h4:after {
    content: "";
    display: block;
    width: 312px;
    height: 1px;
    background: #bcb2e1;
    position: absolute;
    left: 113px;
    top: 19px;
}

.m61 .conwrap .section .con .txt .info2 h4:after {
    content: "";
    display: block;
    width: 291px;
    height: 1px;
    background: #bcb2e1;
    position: absolute;
    left: 133px;
    top: 19px;
}

.m61 .conwrap .section .con .txt .info ul li {
    margin-bottom: 10px;
}

.m61 .conwrap .section .con .txt .info ul li:last-child {
    margin-bottom: 0;
}

.m61 .conwrap .section .con .txt .info ul li .tit {
    font-size: 20px;
    color: #333333;
    font-family: "Montserrat";
    font-weight: 600;
    position: relative;
    padding-left: 10px;
    margin-bottom: 3px;
}

.m61 .conwrap .section .con .txt .info ul li .tit:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #8465cd;
    position: absolute;
    top: 10px;
    left: 0;
}

.m61 .conwrap .section .con .txt .info ul li p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.25px;
    color: #777777;
    padding-left: 10px;
}

.m61 .conwrap .section .con .txt .info ul li p a {
    font-family: "Montserrat";
    cursor: default;
}


.m61 .conwrap .title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.m61 .conwrap .section .con.in-view #map {
    opacity: 1;
    transform: perspective(3000px) rotateY(0);
}

.m61 .conwrap .section .con.in-view .txt {
    opacity: 1;
    transform: perspective(3000px) rotateY(0);
}



