/*각 섹션 내용 제어*/
#con1 .con_text0 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
}

#con1 .con_text0 p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

#con1 .con_text0 span {
    margin-right: 1.5rem;
    float: left;
    font-size: 1.1rem;
    line-height: 1.5rem;
    cursor: pointer;
    padding: 5px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
}

#con1 .con_text0 span:hover {
    background: #ffffff50;
}

#con2 .con_text>h1 {
    text-align: left;
}

#con2 .con_text ul {
    flex-direction: column;
}

#con2 .con_text ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}

#con2 .con_text ul li::before {
    display: none;
}

#con2 .con_text ul li:first-child {
    text-align: left;
    margin-bottom: 10rem;
}

#con2 .con_text ul li:last-child {
    text-align: right;
}

#con2 .con_text ul li h1 {
    position: relative;
    font-size: 2.5rem;
    margin: 2.5rem 0;
}

#con2 .con_text ul li:first-child h1::after {
    content: "";
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    width: 50%;
    height: 1px;
    background: #fff;
}

#con2 .con_text ul li:last-child h1::before {
    content: "";
    position: absolute;
    top: 65%;
    right: 14rem;
    transform: translateY(-50%);
    width: 50%;
    height: 1px;
    background: #fff;
}

#con2 .con_text ul li h1 span {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0 1rem;
}

#con2 .con_text ul li p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: normal;
    padding: 0;
}

#con2 .con_text ul li p span {
    font-size: .9rem;
}

#con3 .con_text ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}

#con3 .con_text ul li>h1 {
    text-align: left;
    font-size: 2.7rem;
}

#con3 .con_text ul li::before {
    display: none;
}

#con3 .con_text ul li:first-child img {
    display: inline-block;
    float: left;
    width: 80%;
}

#con3 .con_text ul li:last-child {
    width: 60%;
}

#con3 .con_text ul li:last-child p {
    position: relative;
    float: left;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin-top: 5rem;
    padding: 0;
}

#con3 .con_text ul li:last-child p::before {
    position: absolute;
    top: -3rem;
    left: -.5rem;
    content: "\ebef \ebef";
    transform: rotate(180deg);
    font-family: xeicon;
    font-size: 1.8rem;
    color: #fff;
}

#con3 .con_text ul li:last-child p::after {
    position: absolute;
    bottom: -3rem;
    right: 0;
    content: "\ebef \ebef";
    font-family: xeicon;
    font-size: 1.8rem;
    color: #fff;
}


#con4 .con_text h1 {
    margin-bottom: 2rem;
}

#con4 .con_text ul li {
    margin: 1rem;
}

#con4 .con_text ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff7c;
    transition: .3s;
}

#con4 .con_text ul li h1 {
    font-size: 1.3rem;
    margin: 1rem auto 1.5rem;
}

#con4 .con_text ul li p {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

#con4 .con_text ul li span {
    display: block;
    margin: 0 auto;
    width: 3rem;
    height: 1px;
    background: #fff;
}

#con4 .con_text ul li .img_box {
    display: block;
    width: calc(100% + 2px);
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
}

#con4 .con_text ul li .img_box img {
    width: 200px;
}

#con4 .con_text>.partner_logo {
    float: inherit;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    margin: 3.5rem auto 0;
}

#con4 .con_text>div img {
    width: 180px;
}

#con4 .partner_pc {
    display: flex;
}

#con4 .con_text>div:first-child
,#con4 .partner_m {
    display: none;
}



#con5 .con_text,
#con6 .con_text {
    margin-top: -1.5rem;
}

#con5 .con_text h1,
#con6 .con_text h1 {
    font-size: 2.7rem;
    margin: 2rem 0;
    text-align: left;
}

#con5 .con_text h3,
#con5 .con_text p,
#con6 .con_text h3,
#con6 .con_text p {
    text-align: left;
    margin: .5rem 0;
}

#con5 .con_text p,
#con6 .con_text p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

#con5 .con_text .left_box,
#con6 .con_text .left_box {
    position: relative;
    width: 40%;
}


#con5 .con_text .right_box,
#con6 .con_text .right_box {
    width: 60%;
    height: 90%;
    position: relative;
}

#con5 .con_text .right_box img,
#con6 .con_text .right_box img {
    display: block;
    float: right;
    width: 75%;
    position: relative;
}



#con7 .con_text h1 {
    text-align: left;
}

#con7 .con_text>.left_box {
    float: left;
    padding: 0;
    width: 60%;
}

#con7 .con_text>.right_box {
    position: relative;
    float: right;
    width: 30%;
    padding: 1.5rem 0;
}

#con7 .con_text div img {
    width: 90%;
    display: block;
    float: left;
}

#con7 .con_text p {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 300;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}



#con8 .con_text h1 {
    font-size: 3rem;
    text-align: left;
}

#con8 .con_text .left_box {
    width: 60%;
    padding: 0;
}

#con8 .con_text .right_box {
    width: 40%;
    border-left: 1px solid #fff;
    padding: 0 3rem;
    margin-top: 2rem;
}

#con8 .con_text .right_box dl {
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: 1.2rem;
    padding-bottom: 4rem;
    margin: -.5rem 0;
}

#con8 .con_text .right_box dl dt {
    position: absolute;
    top: .4rem;
    left: -10.3rem;
    color: #fff;
    font-weight: 900;
}

#con8 .con_text .right_box dl dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -2.65rem;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #000;
}

#con8 .con_text .right_box dl dd {
    text-align: left;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

#con8 .con_text .right_box dl dd::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    width: .8rem;
    height: 1px;
    background: #fff;

}

#con8 .con_text .right_box dl:last-child {
    padding-bottom: 0;

}

#con8 .con_text .right_box dl:last-child span {
    position: relative;
    display: block;
    font-size: 3rem;
    font-weight: 100;
    margin-left: -4rem;
    line-height: 1rem;
}

#con8 .con_text .right_box dl:last-child span::after {
    content: "~";
    position: absolute;
    top: .5rem;
    left: 0;
}

#con9 {
    position: relative;
}

#con9 .con_text>h1{
}

#con9>span::after {
    content: "";
    width: 100%;
    height: 36vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: url('../img/bg_img_9_1.png');
    background-size: cover;
}

#con9.on .con_text {
    transition: .8s;
    transition-delay: .3s;
}

#con9 .con_text>div {
    width: 100%;
    min-height: 600px;
}

#con9 .con_text .swiper-slide>span {
    display: block;
    width: 150px;
    height: 150px;
    background: #919191;
    border-radius: 50%;
    overflow: hidden;
    margin: 2rem auto 1rem;
}

#con9 .con_text .swiper-slide>span img {
    width: 100%;
}

#con9 .con_text div h1 {
    color: #000;
}

#con9 .con_text div h3 {
    line-height: 2.5rem;
    margin-bottom: 1rem;
    color: #000;
}

#con9 .con_text div p {
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #000;
}

#con10 .con_text p{
    line-height: 1.8rem;
    color: #fff;
}

#con10 .con_text{
    top: 0;
    transform: translate(-50%,0);
}

#con10 .con_text h1{
    margin-top: 150px;
    line-height: 1.8rem;
    color: #fff;
} 

#con10 .con_text a{
    color: #fff;
}


#con10 .con_text iframe{
    width: 100vw;
    max-width: calc( 1200px + 2rem );
    height: 70vh;
    max-height: calc( 100vh - 250px);
    margin: 0 auto;
    padding: 0 1rem;
    border: none;
    overflow-y: hidden;
}



#con10  .notice_tap {
    width: 100vw;
    max-width: 1500px;
    overflow: hidden;
}

#con10 .notice_tap>ul {
    padding: 0;
    margin: 3rem auto 0;
    width: 100%;
    max-width: 1200px;
    height: 50px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

#con10 .notice_tap>ul li {
    display: inline-block;
    float: left;
    margin: 0 auto;
    line-height: 50px;
    color: #aaa;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    background: #eee;
    border: .5px solid #fff;
}

#con10 .notice_tap>ul li:first-child{
    border-left: none;
    padding-left: none;
}
#con10 .notice_tap>ul li:last-child{
    border-right: none;
    padding-right: none;
}



#con10 .notice_tap>ul li:hover {
    color: #000;
}

#con10 .notice_tap>ul li.on {
    font-weight: 900;
    color: #fff;
    background: #222;
}

#con10 .notice_tap .conBox {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 585px;
    text-align: center;
}

#con10 .notice_tap .conBox.on {
    display: block;
}

#con10>span::after{
    content: "";
    width: 100%;
    height: calc( 175px + 4.8rem);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: url(../img/bg_img_9_1.png);
    background-size: cover;
}