@charset "UTF-8";

@import "font.css";

/*pc sns*/
.snsIconWrap { position: fixed; right: 5%; top: 50%; transform: translateY(-50%); z-index: 99999; }
/*.snsIconWrap .snsWrap { display: flex; align-items: center; justify-content: center; }*/
.snsIconWrap .iconWrap { position: relative; display: flex; align-items: center; justify-content: center; }
.snsIconWrap .iconWrap .icon { cursor: pointer; margin: 15px 0; }
.snsIconWrap .iconWrap .icon1 { background: url("../images/icon_1.png"); width: 60px; height: 60px; }
.snsIconWrap .iconWrap .icon2 { background: url("../images/icon_2.png"); width: 60px; height: 60px; }
.snsIconWrap .iconWrap .icon3 { background: url("../images/icon_3.png"); width: 60px; height: 60px; }
.snsIconWrap .iconWrap .icon4 { background: url("../images/icon_4.png"); width: 60px; height: 60px; }
.snsIconWrap .iconWrap .icon5 { background: url("../images/icon_5.png"); width: 60px; height: 60px; }
.snsIconWrap .iconWrap .icon6 { background: url("../images/icon_6.png"); width: 60px; height: 60px; }
.snsIconWrap .iconWrap .icon7 { background: url("../images/icon_7.png"); width: 60px; height: 60px; }

.snsIconWrap .iconWrap .icon1.on { background: url("../images/icon_1_on.png"); }
.snsIconWrap .iconWrap .icon2.on { background: url("../images/icon_2_on.png"); }
.snsIconWrap .iconWrap .icon3.on { background: url("../images/icon_3_on.png"); }
.snsIconWrap .iconWrap .icon4.on { background: url("../images/icon_4_on.png"); }
.snsIconWrap .iconWrap .icon5.on { background: url("../images/icon_5_on.png"); }
.snsIconWrap .iconWrap .icon6.on { background: url("../images/icon_6_on.png"); }
.snsIconWrap .iconWrap .icon7.on { background: url("../images/icon_7_on.png"); }

/*.qrIcon { display: none; }*/
.qrIcon { position: absolute; transform: translateX(-70%); }

/*모바일 sns*/
.snsIconWrapM { position: fixed; right: 0!important; left: 0 !important; bottom: 0 !important; top: auto!important; transform: translateY(0%); z-index: 99999; position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 4% 5%;
    background: #000000;
    box-sizing: border-box;}
.snsIconWrapM .snsWrap { position: relative; display: flex; align-items: center; justify-content: center; }
.snsIconWrapM .iconWrap .icon1 { background: url("../images/icon_1_on.png"); width: 44px; height: 44px; }
.snsIconWrapM .iconWrap .icon2 { background: url("../images/icon_2_on.png"); width: 44px; height: 44px; }
.snsIconWrapM .iconWrap .icon3 { background: url("../images/icon_3_on.png"); width: 44px; height: 44px; }
.snsIconWrapM .iconWrap .icon4 { background: url("../images/icon_4_on.png"); width: 44px; height: 44px; }
.snsIconWrapM .iconWrap .icon5 { background: url("../images/icon_5_on.png"); width: 44px; height: 44px; }
.snsIconWrapM .iconWrap .icon6 { background: url("../images/icon_6_on.png"); width: 44px; height: 44px; }
.snsIconWrapM .iconWrap .icon7 { background: url("../images/icon_7_on.png"); width: 44px; height: 44px; }
.snsIconWrapM .iconWrap .icon {background-size: 44px; margin: 0 5px; }

html {
    font-size: 16px;
}
body {
    font-family: 'GmarketM';
}
header{
    position: fixed;
    width: 100%;
    background: #FFF;
    z-index: 9999;
}
.display-mobile {
    display: none;
}

@media all and (max-width: 1250px) {

    .display-pc {
        display: none;
    }

    .display-mobile {
        display: block;
    }
}

input {
    border: 1px solid #000000
}

header {
    position: fixed;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;;
    width: 100%;
    height: 100px;
    padding: 0 5%;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
}

.section_wrap {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    padding: 3% 3% 0 3%;
    max-width: 1500px;
    margin:  0 auto;
}

.section_wrap img {
    width: 100%;
}

.youtube_wrap{
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
}
.visual_bg {
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    /* display:none;  */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.visual_bg_cover {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
}

.main_title {
    width: 100%;
    position: absolute;
    bottom: 33%;
}
.main_title >img{
    width: 70%;
    margin: 0 auto;
}
.main_youtube {
    height: 100%;
    width: 100%;
}


.youtube_video_template_container > iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}


.mobile_youtube_video_template_container > iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
#formShowBtn {
    z-index: 999;
    position: fixed;
    right: 5%;
    bottom: 10%;
    background-color: #5FD9D6;
    padding: 10px;
    font-size: 1.2rem;
    color: #FFF;
    border-radius: 8px;
    cursor: pointer;
}

#realModelApplyBtn {
    z-index: 999;
    position: fixed;
    right: 5%;
    bottom: 3%;
    background-color: #5FD9D6;
    padding: 10px;
    font-size: 1.2rem;
    color: #FFF;
    border-radius: 8px;
    cursor: pointer;
}

#dataForm {
    z-index: 99999;
    position: fixed;
    right: 5%;
    bottom: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    background-color: #5FD9D6;
    border-radius: 15px;
    padding: 30px 10px;
    display: none;
}

#dataForm .logoCell {font-size:14px; color:#ffffff; margin-bottom:20px; text-align:center;}
#dataForm .logoCell img {display:inline;}

#dataForm > img {
    margin-bottom: 30px;
}

#dataForm > input {
    width: 80%;
    margin: 5px;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
    border: none;
}

#formhideBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 900;
    font-size: 1.5rem;
    background-color: #5FD9D6;
    cursor: pointer;
}

#formSubmitBtn {
    width: 150px;
    background-color: #5FD9D6;
    cursor: pointer;
    margin-top: 20px;
}
@media all and (max-width: 1250px) {
    header{
        height: 50px;
    }
    header img{
        height: 25px;
    }
    #dataForm {
        width: 80%;
    }
}
.main-banner-txt {
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-flow: column;
}
.main-banner-txt h2 {
    font-size: 2.1rem;
    font-family: "Times New Roman";
}
.main-banner-txt p {
    font-size: 4rem;
    padding: 45px 0 65px;
    font-family: "Times New Roman";
    font-style: italic;
}
.main-banner-txt p span {
    font-family:"Times New Roman";
    font-size: 4rem;
}
.main-banner-txt span {
    font-size: 1.8rem;
    font-family:"Times New Roman";
}

.pride-title {
    text-align: center;
}
.pride-title h2 {
    font-size: 4.5rem;
    color: #151a21;
    font-family: "Times New Roman";
}
.pride-title h2 span {
    display: block;
    font-size: 2.4rem;
    font-family:"Times New Roman";
    margin-top: 10px;
}
.pride-title h2 span span{
    font-size: 3rem;
    color: #8b8b8b;
}
.pride-title>img{
    margin-top: 60px;
    width: 100%;
}

.prideSignatureVisual {
    display:flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
    max-width: 1512px;
    height: 757px;
    margin-top: 60px;
    padding-right:50px;
    box-sizing: border-box;
    background-image: url("../images/sec_01.png");
    background-size: cover;
    background-position: center center;
}
.prideSignatureVisual .itemBox {
    display: flex;
    align-items: center;
    width: 600px;
    height: 90px;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Times New Roman';
    border-radius:50px;
    border:solid 2px #ffffff;
    margin:10px 0;
    box-sizing: border-box;
}
.prideSignatureVisual .itemBox .headText {width:150px;     font-family: "Times New Roman"; font-weight:bold; text-align:left; padding-left:20px;}
.prideSignatureVisual .itemBox .bodyText { padding-left: 20px; }



.model-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 80px 0;
    justify-content: space-between;
}
.model-box-2{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}
.model-box-2>img{
    max-width: 600px;
}
.model-box-2>h3{
    width: 100%;
    font-size: 48px;
    color: #151a21;
    font-family: "Times New Roman";
    margin-bottom: 60px;
}
.model-box-2>p{
    font-size: 26px;
    color: #151a21;
    font-family: "Times New Roman";
}
.model-box-text{
    align-items: end;
    width: 50% !important;
}
.model-box-img{
    justify-content: center;
}
.sec-02{
    background: linear-gradient( to bottom, #FFF, #E2EAF0 );
    padding-bottom: 10rem;
}
.sec-02 > img{
    width: 40%;
    margin: 10rem auto 0;
}
.sec-02-line{
    display: inline-block;
    border-bottom: 1px solid #000;
    width: 80%;
    margin: 50px;
}
.sec-03{
    padding: 10rem 0;
    text-align: center;
    background-image: url('../images/sec-3-bg.jpg');
    background-size: cover;
}
.circle-box{
    display: flex;
    margin: 5rem auto;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.circle-item{
    position: relative;
    width: 27%;
    margin-bottom: 5rem;
}
.circle-item-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
.circle-item-text>span{
    border-bottom: 1px solid #FFF;
    display: inline-block;
    margin-bottom: 1rem;
}
.sec-04{
    padding: 5rem 0 4rem 0;
    text-align: center;
    background-color: #060b12;
}
.sec-04>span{
    border-bottom: 1px solid #FFF;
    display: inline-block;
    margin-bottom: 5rem;
}
.square-box{
    display: flex;
    margin: 5rem auto 0 auto;
    width: 80%;
    justify-content: space-between;
    align-items: center;
}
.square-item{
    display: flex;
    flex-wrap: wrap;
    width: 23%;
}
.square-item-top{
    padding: 1rem;
    width: 100%;
    background-color: #FFF;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.square-item-top>div{
    width: 100%;
}
.square-item-bottom{
    width: 100%;
}
.sec-05{
    padding: 5rem 0 0 0;
    background-color: #EEE;
    text-align: center;
}

.bg-text-box{
    position: relative;
}
.bg-text-r{
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translate(0, -50%);
    text-align: right;
}
.bg-text-l{
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
}

.sec-06 {
    background: linear-gradient(to bottom, #B6C5D8, #B7C9DB);
    padding-top: 5rem;
    text-align: center;
}
.sec-07{
    background: #0a131c;
    padding: 5rem 0 1rem 0;
    text-align: center;
}
.text-bold{
    font-weight: 700;
}
.text-italic{
    font-style: italic;
}
.text-0-5{
    font-size: 0.5rem;
    color: #151a21;
    font-family: "Times New Roman";
}
.text-1{
    font-size: 1rem;
    color: #151a21;
    font-family: "Times New Roman";
}
.text-1-5{
    font-size: 1.5rem;
    color: #151a21;
    font-family: "Times New Roman";
}
.text-2 {
    font-size: 2rem;
    color: #151a21;
    font-family: "Times New Roman";
}
.text-3{
    font-size: 3rem;
    color: #151a21;
    font-family: "Times New Roman";
}
.text-4{
    font-size: 4rem;
    color: #151a21;
    font-family: "Times New Roman";
}
.text-op{
    opacity: 0.6;
}
.text-wh{
    color: #FFF;
}
.text-pc{
    color: #debb9b;
}
.text-pc2{
    color: #fffdc0;
}
.m-auto{
    margin: auto auto;
}
.m-01{
    margin: 1rem;
}
.m-02{
    margin: 2rem;
}
.m-03{
    margin: 3rem;
}
.m-04{
    margin: 4rem;
}
.m-05{
    margin: 5rem;
}
.m-06{
    margin: 6rem;
}
.m-07{
    margin: 7rem;
}
.m-08{
    margin: 8rem;
}
.m-09{
    margin: 8rem;
}
.m-10{
    margin: 8rem;
}
.mt-01{
    margin-top: 1rem;
}
.mt-02{
    margin-top: 2rem;
}
.mt-03{
    margin-top: 3rem;
}
.mt-04{
    margin-top: 4rem;
}
.mt-05{
    margin-top: 5rem;
}
.b-line{
    border-top: 1px solid #000;
}
.dis-block{
    display: inline-block;
}
.w-50{
    width: 50%!important;
}
.w-75{
    width: 75% !important;
}
.w-100{
    width: 100%;
}
@media all and (max-width: 1250px) {
    html {
        font-size: 12px;
    }
    .main_youtube{
        height: 100%;
        width: 100%;
        min-width: auto;
        min-height: auto;
    }
    .main-youtube iframe {
        width: 100%;
        height: 100%;
    }
    .main-banner-txt h2 {
        font-size: 20px;
    }
    .main-banner-txt p {
        font-size: 30px;
        padding: 20px 0 25px;
    }
    .main-banner-txt p span {
        font-size: 30px;
    }
    .main-banner-txt span {
        font-size: 15px;
    }
    .pride-title{
        padding: 5rem 0;
    }
    .pride-title h2 {
        font-size: 2rem;
    }
    .pride-title h2 span {
        font-size: 1.5rem;
    }
    .pride-title h2 span span{
        font-size: 1.5rem;
    }
    .pride-model{
        padding: 0 20px;
    }
    .model-box{
        margin: 3rem 0;
        justify-content: center;
    }
    .model-box-2{
        width: 100%;
        padding: 1rem 0;
    }
    .model-box-2>h3{
        font-size: 2rem;
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .model-box-2>p{
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }
    .model-box-text{
        order: 2;
        width: 100% !important;
    }
    .model-box-img{
        order: 1;
    }

    .prideSignatureVisual {
        height: 200px;
        margin-top: 60px;
        padding-right:15px;
    }
    .prideSignatureVisual .itemBox {
        display: flex;
        align-items: center;
        width: 48%;
        height: 30px;
        font-size: 11px;
        margin:2px 0;
        border-width:1px;
    }
    .prideSignatureVisual .itemBox .headText {width:55px; padding-left:10px;}

    .sec-02 > h2{
        font-size: 1.6rem;
    }
    .sec-02 > h2 > span{
        font-size: 1rem;
    }
    .sec-02 > img{
        width: 50%;
        margin: 3rem auto 0;
    }
    .sec-02 > .text-3{
        font-size: 1.2rem;
    }
    .sec-02 .text-4{
        font-size: 2rem;
    }
    .sec-02-line{
        margin: 1rem;
    }
    .sec-03 {
        padding: 5rem 0;
    }
    .sec-03 .text-2{
        font-size: 0.7rem;
    }
    .sec-03 .text-4{
        font-size: 1.5rem;
    }
    .circle-box{
        width: 95%;
        margin: 2rem auto;
    }
    .circle-item{
        width: 33%;
        margin-bottom: 1rem;
    }
    .sec-04 .text-4{
        font-size: 1.8rem
    }
    .sec-04>span{
        margin-bottom: 2rem;
    }
    .sec-04 .m-05{
        margin: 2rem;
    }
    .square-box{
        flex-wrap: wrap;
    }
    .square-item{
        width: 48%;
        margin-bottom: 2rem;
    }
    .square-item-top{
        min-height: 200px;
    }
    .bg-text-r{
        right: 1rem;
    }
    .bg-text-l{
        left: 1rem;
    }
    .sec-06 >.text-1{
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .sec-06 >.text-2{
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .sec-06 >.m-03{
        margin: 2rem 0;
        font-size: 0.7rem;
    }
    .sec-06 >.m-03 > span{
        font-size: 1rem;
    }
    .text-1{
        font-size: 0.7rem;
    }
    .text-1-5{
        font-size: 0.8rem;
    }
    .text-2{
        font-size: 1rem;
    }
    .text-3{
        font-size: 2rem;
    }
    .text-4{
        font-size: 2.5rem;
    }
    .section_wrap{
        padding: 0
    }
}


@media (max-width: 768px){
    #formShowBtn {
        /*bottom: 150px;*/
    }

    .snsIconWrapM .snsWrap {position: absolute; right: 5%; bottom: 105px;}

    #realModelApplyBtn {
       /*display: none;*/
        /*bottom: 105px;*/
    }
}
