@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Eulyoo1945-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/Eulyoo1945-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* start : sub_visual*/
body, html { overflow-x:hidden;    font-family: 'SpoqaHanSansNeo-Regular'; }
.clearfix {
    display:block;
    clear:both;
}
.mo_br {
    display:none;
}
.en_tit{
    font-family: 'SpoqaHanSansNeo-Bold';
}

p {
    letter-spacing:-0.6px;
}
span {
    letter-spacing:-0.6px;
}
.sub .visual {
    width:100%;
    height:350px;
    position:relative;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.sub .visual::after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
}
.sub01 .visual {
    background-image:url(../img/banner.jpg);
}
.sub02 .visual {
    background-image:url(../img/busi01_banner.png);
}
#project .visual {
    background-image:url(../img/pro_banner01.jpg);
}

#qna .visual {
    background-image:url(../img/qa_back.jpg);
}

#news .visual{
    height: 440px;
    background-image: url("../img/news_banner.jpg");
}

.visual .text_box {
    position:absolute;
    bottom:50%;
    left:50%;
    transform:translate(-50%,50%);
    z-index:9;
}
.visual .text_box h2 {
    font-size:40px;
    font-weight:bold;
    width: 1440px;
    color:#fff;
    text-align: center;
    font-family: 'SpoqaHanSansNeo-Bold';
}

/*end:sub_visual*/

.sub #header{
    position: absolute;
}

/* 서브 네비게이션 */
#mysubmenu{}
.tab_submenu{} 
.tab_submenu .tab_sub2ul{position: relative;display: flex;justify-content: center;padding-top: 10px;border-bottom: 1px solid #ddd9;}
.tab_submenu .tab_sub2ul li{ width: 200px; margin: 0 10px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;border-bottom: 2px solid transparent;text-align: center;}
.tab_submenu .tab_sub2ul li a{display:inline-block; text-align: center;font-size: 16px;padding:10px 50px;}
.tab_submenu .tab_sub2ul li:hover a{color: #fcb815;}
.leftmenu_b{display: none;}

.tab_submenu .tab_sub2ul li.on{
    border-bottom: 2px solid #fcb815;
}
.tab_submenu .tab_sub2ul li:hover{
    border-bottom: 2px solid #fcb815;
}
.tab_submenu .tab_sub2ul li.on a{color: #fcb815;}

#mysub2{
    display: none !important;
}


/* about : s */
#about{
    background-color: #000;
}
.about_01{
    padding: 130px 0px;
}

#about .inner{
    width:1440px;
    margin: 0 auto;
}
.about_01_tit {
    padding-bottom: 30px;
}
.about_01_tit h3{
    color: #fff;
    font-size: 65px;
}

.about_01_tit dl dt{
    color: #fff;
    font-size: 60px;
    font-family: 'Eulyoo1945-SemiBold';
    font-style: italic;
    margin-top: 70px;
}
.about_01_tit dl dd{
    font-size: 17px;
    color: #fff;
    padding-top: 25px;
    word-break: keep-all;
}

.about_01_contents{
    width: 100%;
    border-top:1px solid #fff;
    padding-top: 30px;
}

.about_01_banner{
    width: 100%;height: 700px;
    background-image: url("../img/about_main.jpg");
    background-position: center;
    background-size: cover;
    margin-top: 30px;
}

.execusive li{
    display: flex;align-items: center;
    justify-content: flex-start;
}
.execusive .exe_img{
    width:80px;
    border-radius: 100%;
    background-color: #777;
    overflow: hidden;
}
.execusive .exe_img img{
    width: 100%;
}
.execusive dl{
    padding-left: 10px;
    color: #fff;
}
.execusive dt{
    font-size: 15px;
}
.execusive dd{
    font-size: 14px;
    padding-top: 3px;
    color: #c2c2c2;
}
.about_01_txt{
    margin-top: 30px;
}
.about_01_txt p{
    font-size: 19px;
    line-height: 1.6;
    color: #c3c3c3;
}
.about_01_txt p strong{
    color: #fff;
    font-size: 31px;
    font-style: italic;
    line-height: 1.6;
    word-break: keep-all;
    margin-top: 30px;
    display: block;
}

.about_02_tit{
    margin-top: 100px;
    display: flex;align-items: flex-end;
    justify-content: space-between;
    padding-top: 100px;
    border-top: 1px solid #c2c2c2;
}
.about_02_tit h3{
    color: #fff;
    font-size: 60px;
    font-family: 'Eulyoo1945-SemiBold';
    font-style: italic;
    text-align: right;
}

.about_02_contents{
    width: 100%;
    margin-top: 30px;
    display: flex;align-items: flex-start;
    justify-content: space-between;
}
.about_02_contents li{
    width:43%;
    overflow: hidden;
    position: relative;
}

.about_02_img{
    width:100%;
    background-color: #666;
}
.about_02_img img{
    width: 100%;
}
.about_02_contents dl{
    color: #fff;
    position: absolute;
    bottom: 0;left: 0;
    width: 100%;
    padding: 15px 10px;;
    background-color: rgba(0, 0, 0, 0.425);
}
.about_02_contents dt{
    font-size: 21px;
}
.about_02_contents dd{
    font-size: 18px;
    line-height: 1.4;
    padding-top: 10px;
    word-break: keep-all;
}
.about_01 .swiper-container{
    overflow: visible;
    position: relative;
}

.about_controll{
    display: flex;
}
.about_controll .slide-btn{
    width:45px;height: 45px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100%;
    display: flex;align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
}
.about_controll .slide-btn:nth-of-type(2){
    margin-left: 5px;
}

.about_03{
    width:100%;
    margin-top: 150px;
    padding-top: 100px;
    border-top: 1px solid #c2c2c2;
}
.about_03_tit{
    text-align: center;
}
.about_03_tit h3{
    color: #fff;
    font-size: 60px;
    font-family: 'Eulyoo1945-SemiBold';
    font-style: italic;
}

.about_03_contents{
    width: 100%;
    position: relative;
    margin-top: 100px;
    padding:100px 0px;
}
.about_03_contents ul{
    width:100%;
    display: flex;flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.about_03_contents ul li{
    width:43.5%;
    margin-top: 60px;
    text-align: right;
}
.about_03_contents ul li:nth-of-type(2n){
    text-align: left;
    margin-top: 260px;
}
.about_03_contents dl{
    color: #fff;
}
.about_03_contents dt{
    font-family: 'Eulyoo1945-SemiBold';
    font-size: 80px;
    font-style: italic;
}
.about_03_contents dd.tit{
    font-size: 23px;
    margin: 20px 0px 15px 0px;
    font-weight: 600;
    color: #ff808c;
}
.about_03_contents dd{
    font-size: 18px;
    color: #c2c2c2;
    line-height: 1.4;
}


.about_03 .progress{
    width:1px;height: 100%;
    background-color: #333;
    position: absolute;
    top: 0;left: 50%;transform: translateX(-50%);
}
.about_03 .progress .line{
    position: absolute;
    top: 0;left: 0;
    width: 100%;height: 0%;
    background-color: #fff;
}
.about_03 .progress::after,
.about_03 .progress::before{
    position: absolute;
    width: 10px;height: 10px;
    background-color: #c2c2c2;
    content:"";
    left: 50%;transform:translateX(-50%);
    border-radius: 100%;
}
.about_03 .progress::after{
    top: 0;
}
.about_03 .progress::before{
    bottom: 0;
}


.about_04{
    padding-top: 100px;
    width:1240px;
    margin: 0 auto;
    margin-top: 100px;
}

.about_04_tit h3{
    font-size: 60px;
    font-family: 'Eulyoo1945-SemiBold';
    font-style: italic;
    color: #fff;
    position: relative;
}

.about_04_tit h3::after{
    content:"오시는길";
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;top: 0;
    transform: translateY(-100%);
    font-family: 'SpoqaHanSansNeo-Regular';
}
.about_04_tit dl{
    color: #fff;
    margin-top: 20px;
}
.about_04_tit dt{
    font-size: 21px;
    line-height: 1.4;
}
.about_04_tit dd{
    padding-top: 20px;
    font-size: 18px;
    color: #c2c2c2;
    line-height: 1.3;
}

.about_04_map{
    width:100%;
    margin-top: 50px;
    height: 550px;
}
#daumRoughmapContainer1657264488157{
    width:100%;
    min-height: 100%;
    height: 100%;
}
.root_daum_roughmap .wrap_map{
    height: 100% !important;
}

.about_05{
    width: 100%;
    padding-top: 120px;
}
.about_05_contents{
    width: 100%;
}
.about_05_contents ul{
    width: 100%;
}
.about_05_contents li{
    width: 23%;

}
.about_05_contents li img{
    width:100%;
}
.about_05_contents li p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

@media screen and (max-width:1540px) {
    #about .inner{
        width: 90%;
    }
    .about_01_banner{
        height: 650px;
    }
}

@media screen and (max-width:1440px) {
    .about_01_tit h3{
        font-size: 50px;
    }
    .about_01_tit dl dt,
    .about_02_tit h3,
    .about_03_tit h3,
    .about_04_tit h3{
        font-size: 50px;
    }
    .about_01_banner{
        height: 550px;
    }
    .about_01_txt p{
        font-size: 17px;
    }
    .about_01_txt p strong{
        font-size: 25px;
    }
    .about_02_contents dd{
        font-size: 16px;
    }
    .about_03_contents dt{
        font-size: 60px;
    }
    .about_03_contents dd.tit{
        font-size: 20px;
    }
    .about_03_contents dd{
        font-size: 16px;
    }
    .about_04{
        width: 100%;
    }
    .about_04_tit dt{
        font-size: 19px;
    }
    .about_04_tit dd{
        font-size: 17px;
    }
    .about_04_map{
        height: 500px;
    }
}

@media screen and (max-width:1240px) {
    .about_01_tit dl dt,
    .about_02_tit h3,
    .about_03_tit h3,
    .about_04_tit h3{
        font-size: 45px;
    }
    .about_01_txt p>br{
        display: none;
    }
    .about_01_txt p{
        word-break: keep-all;
    }
    .about_01_txt p strong{
        text-align: center;
        margin-top: 60px;
    }
    .about_02_contents li{
        width: 55%;
    }
}

@media screen and (max-width:1000px) {
    .about_01_tit dl dt,
    .about_02_tit h3,
    .about_03_tit h3,
    .about_04_tit h3{
        font-size: 40px;
        line-height: 1.2;
    }
    .about_01_tit dl dt .mo_br{
        display: block;
    }
    .about_01_txt p strong br{
        display: none;
    }
    .about_01_txt p strong{
        font-size: 22px;
    }
    .about_02_contents li{
        width: 100%;
    }
    .about_03_contents dt{
        font-size: 55px;
    }
    .about_05_contents li{
        width: 33%;
    }
    .about_04_map{
        height: 400px;
    }
    .about_03_contents ul li{
        width: 100%;
    }
    .about_03_contents ul li:nth-of-type(2n){
        margin-top: 60px;
    }
    
}

@media screen and (max-width:600px) {
    .about_01_banner{
        height: 390px;
    }
    .about_01_tit dl dt,
    .about_02_tit h3,
    .about_03_tit h3,
    .about_04_tit h3{
        font-size: 35px;
    }
    .about_01_tit h3{
        font-size: 40px;
    }
    .about_02_contents dl{
        position: inherit;
        left: inherit;
        bottom: inherit;
        padding: 0px;
        padding-top: 10px;
    }
    .about_03_contents{
        margin-top: 50px;
    }
    .about_05{
        padding-top: 75px;
    }
    .about_05_contents li{
        width: 50%;
    }
    .about_04_tit dt{
        font-size: 16px;
    }
    .about_04_tit h3::after{
        font-size: 14px;
    }
}

/* about : e */


/* ceo : s */

.ceo{
    padding:130px 0px;
    background-color: #000;
}

.ceo .inner{
    width:1440px;
    margin: 0 auto;
}
.ceo_tit h3{
    color: #fff;
    font-size: 65px;
}
.ceo_img{
    width:400px;
    margin: 20px auto 20px auto;;
}
.ceo_img img{
    width: 100%;
}
.ceo_tit dl{
    text-align: center;
    color: #fff;
    font-family: 'Eulyoo1945-SemiBold';
    margin-top: 20px;
}
.ceo_tit dt{
    font-size: 45px;
    color: #d81f31;
}
.ceo_tit dd{
    font-size: 65px;
    font-style: italic;
}
.ceo_tit>img{
    width:50px;
    margin: 110px auto 0px auto;
    display: flex;justify-content: center;
}

.ceo_contents{
    text-align: center;
    margin-top: 30px;
}
.ceo_contents dl{
    color: #fff;
    margin-top: 60px;
    display: flex;flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ceo_contents dt{
    font-size: 30px;
}

.ceo_contents dd{
    margin-top: 40px;
    font-size: 22px;
    line-height: 1.4;
    color: #c2c2c2;
    word-break: keep-all;
}
.ceo_contents .line{
    width: 1px;height: 130px;
    background-color: #fff;
}
.ceo_contents dd:last-child{
    color: #fff;
}

@media screen and (max-width:1540px) {
    .ceo .inner{
        width: 90%;
    }
}
@media screen and (max-width:1440px) {
    .ceo_tit h3{
        font-size: 50px;
    }
    .ceo_contents dd br{
        display: none;
    }
    .ceo_contents dd{
        word-break: keep-all;
        font-size: 19px;
    }
}
@media screen and (max-width:1240px) {
    .ceo_tit dd{
        font-size: 50px;
    }
    .ceo_tit dt{
        font-size: 35px;
    }
}

@media screen and (max-width:1000px) {
    .ceo_tit dd{
        font-size: 45px;
    }
    .ceo_tit dt{
        font-size: 30px;
    }
}
@media screen and (max-width:600px) {
    .ceo_tit h3{
        font-size: 40px;
    }
    .ceo_tit dd{
        font-size: 30px;
    }
    .ceo_tit dt{
        font-size: 19px;
    }
    .ceo_img{
        width: 90%;
    }
    .ceo_contents dt{
        font-size: 20px;
    }
    .ceo_contents dd{
        font-size: 16px;
        margin-top: 20px;
    }
}

/* ceo : e */


/* winners : s */

#winners #header{
    background-color: #000;
    position: fixed;
}

#winners .visual_banner {
    width: 100%;
    padding: 80px 0px 30px 0px;
    background-color: #000;
    position: relative;
}
#winners .visual_banner .inner {
    width: 1440px;
    margin: 0 auto;
}
#winners .visual_banner .visual_img {
    width: 100%;
    position: relative;
}
#winners .visual_banner .visual_img img {
    width: 100%;
}
#winners .visual_banner .visual_img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
#winners{
    padding-bottom: 130px;
}
#winners .winners{
    width: 100%;
    position: relative;
    padding-top: 60px;
}
#winners .winners::after {
    content: "";
    width: 100%;
    height: 470px;
    background-color: #000;
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
}
#winners .winners .inner{
    width:1440px;margin: 0 auto;
}
#winners .win_tit h3 {
    font-family: 'Eulyoo1945-SemiBold';
    color: #fff;
    font-size: 55px;
    font-style: italic;
}
#winners .win_tit h3 i {
    color: #d81f31;
    padding-left: 20px;
}
#winners .win_tit p{
    padding-top: 15px;
    font-size: 20px;
    color: #fff;
}
#winners .win_wrap{
    width: 100%;
    display: flex;flex-flow: row wrap;
    justify-content: space-between;
}
#winners .win_wrap li{
    width: 30%;
    margin-top:90px;
    display: none;
}
#winners .win_wrap li img{
    width: 100%;
}
#winners .win_wrap li p{
    font-size: 16px;
    padding-top: 5px;
    text-align: center;
}

#winners .plusBtn {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 90px;
}
#winners .plusBtn span {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#winners .plusBtn span:before, .plusBtn span:after {
    background-color: #333;
    -ms-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0%;
    width: 4px;
    height: 50px;
}
#winners .plusBtn span:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#winners .plusBtn span:hover:before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#winners .plusBtn span:hover:after {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media screen and (max-width:1540px) {
    #winners .visual_banner .inner{
        width: 100%;
    }
    #winners .winners .inner{
        width: 95%;
    }
}
@media screen and (max-width:1240px) {
    #winners .win_wrap li{
        width: 31.5%;
    }
}
@media screen and (max-width:1000px) {
    #winners .win_tit h3{
        font-size: 45px;
        margin-top: 0;
    }
    #winners .win_tit p{
        font-size: 17px;
    }
    #winners .winners{
        padding-top: 30px;
    }
    #winners .win_wrap li{
        width: 48%;
    }
}

@media screen and (max-width:600px) {
    #winners .win_tit h3{
        font-size: 30px;
        position: relative;
        line-height: 1.2;
        display: inline-block;
    }
    #winners .win_tit h3 i{
        position: absolute;
        top: 50%;right: 0;
        transform: translate(60%,-50%);
    }
    #winners .win_wrap li{
        margin-top: 45px;
    }
    #winners .winners::after{
        height: 300px;
    }
    #winners .win_tit p{
        padding-top: 5px;
    }
    #winners .plusBtn span:before, .plusBtn span:after{
        width: 3px;
        height: 40px;
    }
}

/* winners : e */

/* manage : s */

.manage{
    padding-top: 130px;
    background-color: #000;
}
.manage .inner{
    width: 1440px;
    margin: 0 auto;
}
.manage_tit h3{
    color: #fff;
    font-size: 65px;
}
.manage_tit{
    border-bottom: 1px solid #fff;
}
.manage_tit dl dt {
    color: #fff;
    font-size: 60px;
    font-family: 'Eulyoo1945-SemiBold';
    font-style: italic;
    margin-top: 70px;
}

.manage_tit dl dd {
    font-size: 19px;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 30px;
}

.manage_contents{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}
.manage_contents ul{
    width: 100%;
    display: flex;flex-flow: row wrap;
    align-items: flex-start;
}
.manage_contents ul li{
    width:23%;
    margin: 50px 1% 0px 1%;
}
.manage_contents ul li img{
    width: 100%;   
    filter: grayscale(100%);
}
.manage_contents ul li:hover img{
    filter: grayscale(0);
    transition: .3 ease;
}
.manage_contents ul li dl{
    text-align: center;
    color: #fff;
    padding-top: 10px;
}
.manage_contents ul li dt{
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid #d81f31;
}
.manage_contents ul li dd{
    font-size: 15px;
    padding-top: 3px;
}

@media screen and (max-width:1540px) {
    .manage .inner{
        width: 90%;
    }
}
@media screen and (max-width:1440px) {
    .manage_tit h3{
        font-size: 50px;
    }
    .manage_tit dl dt{
        font-size: 50px;
    }
}
@media screen and (max-width:1240px) {
    .manage_tit dl dt{
        font-size: 45px;
    }
}
@media screen and (max-width:1000px) {
    .manage_contents ul{
        justify-content: space-between;
    }
    .manage_contents ul li{
        width: 32%;
        margin: 50px 0px 0px 0px;
    }
    .manage_tit dl dt{
        font-size: 40px;
    }
    .manage_tit dl dd{
        font-size: 17px;
    }
}
@media screen and (max-width:600px) {
    .manage_tit h3{
        font-size: 40px;
    }
    .manage_tit dl dt{
        font-size: 35px;
        word-break: keep-all;
    }
    .manage_contents ul li{
        width:48%
    }
}
/* manage : e */



/* s:contact2 */
#contact2 {
    width:100%;
    overflow:hidden;
    padding-top: 130px;
    padding-bottom: 50px;
    /*background: linear-gradient(180deg,rgba(235,236,240,0) 0,#f1ebeb 30%,#f1ebeb 60%,rgba(235,236,240,0));*/
    background-color: #000;

    position: relative;
}
#contact2 .sec1 .imgBox {
    width:90%;
    height:350px;
    margin-left:11%;
    background-image:url(../img/contact_bg_01.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    flex-direction:row;
    align-items:center;
}
#contact2 .contBox {
    display:flex;
    flex-direction:row;
}
#contact2 .contBox .lfBox {
    width:1000px;
    margin: 0 auto;
    border: 1px solid #333;
    border: 1px solid #e0e0e0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    max-width: 980px;
    background-color: #fbfbfb;
    border-radius: 10px;
    padding: 20px 0px;
}
#contact2 .inner .rtBox {
    width:50%;
    padding-left:5%;
}
#contact2 .sec1 .imgBox .text {
    width:100%;
    text-align:center;
}
#contact2 .sec1 .imgBox .text strong {
    display:block;
    font-family: 'TmonMonsori';
    font-size:3em;
    font-weight:500;
    color:#fff;
    padding-bottom:10px;
    border-bottom:1px solid rgba(255,255,255,0.3);
}
#contact2 .sec1 .imgBox .text p {
    font-family: 'Noto Sans KR';
    font-size:2em;
    font-weight:300;
    color:#f6f6f6;
    padding-top:10px;
}
#contact2 .inner {
    width:1240px;
    margin:0 auto;
}
#contact2 figure{
    padding:0;margin:0;
    width:100%;
}
#contact2 .content_wrap {
    width:100%;
    /* padding:50px 0; */
    /* display:flex;
    flex-direction:row;
    justify-content:space-between; */
}




#contact2 .content_body form,
#contact2 .content_body table,
#contact2 .content_body tbody,
#contact2 .content_body tr {
    width:100%;
    padding:0px 25px;
}
#contact2 .content_body th,
#contact2 .content_body td {
    padding:20px 25px;
    text-align:left;
    border-bottom:1px solid #ddd;
}
#contact2 .content_body th {
    width:15%;
    font-size:19px;
    font-weight:400;
    color: #444;
    background-color:transparent;
}
#contact2 .content_body th span {
    padding-left:5px;
    display:inline-block;
    color:#d81f31;
}
#contact2 .content_body td {
    width:75%;
    font-size:19px;
    font-weight:300;
    color:#c7c7c7;
    background-color:transparent;
}

#contact2 .content_body td select{
    border: none;
    font-family: 'SpoqaHanSansNeo-Bold';
    color: #757575;
    background-color: transparent;
}

#contact2 .content_body input {
    width:100%;
    height:100%;
    border:none;
    background-color:transparent;
    font-family: 'SpoqaHanSansNeo-Bold';
    color: #757575;
}
#contact2 .content_body input::placeholder{
    color: #c7c7c7;
}
#contact2 .content_body textarea {
    width:100%;
    height:150px;
    overflow-y:scroll;
    border:none;
    background-color: transparent;
    font-family: 'SpoqaHanSansNeo-Bold';
}
#contact2 .content_body .confirmBox {
    width:100%;
    display: flex;justify-content: center;
    margin-top: 20px;
}
#contact2 .content_body .confirmBox .textBox {
    width:100%;
    height:150px;
    padding:20px;
    border:1px solid #ddd;
    box-sizing:border-box;
    background-color:#fff;
    overflow-y:scroll;
}
#contact2 .content_body .confirmBox .textBox strong {
    font-size:16px;
    font-weight:500;
    color:#333;
    display:block;
    padding-bottom:15px;
}
#contact2 .content_body .confirmBox .textBox dt {
    font-size:16px;
    font-weight:500;
    color:#4c4b4b;
    display:block;
    padding-bottom:10px;
}
#contact2 .content_body .confirmBox .textBox dd {
    font-size:14px;
    font-weight:400;
    color:#4c4b4b;
    display:block;
    line-height:1.3;
    padding-bottom:10px;
}
#contact2 .content_body .confirmInfo p{
    font-size:16px;
    font-weight:400;
    color:#555;
    display:block;
    padding:10px 0 20px 0;
}
#contact2 .content_body .confirmBtn {
    display:flex;
    flex-direction:row;
    align-items:center;
}
#contact2 .content_body .confirmBtn input {
    width:17px;
    height:17px;
    border:1px solid #ccc;
    display:block;
    margin-right:5px;
}
#contact2 .content_body .confirmBtn label {
    font-size:14px;
    font-weight:400;
    color:#333;
}
#contact2 #bo_btn_top .tit {
    font-family: 'Noto Sans KR';
    font-size:16px;
    font-weight:500;
    color:#333;
}

#contact2 .contact_tit{
    display: flex;align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: #b990b4;
}

#contact2 .contact_tit p{
    text-align: center;
    font-family: 'SpoqaHanSansNeo-Bold';
    font-size: 19px;
    display: inline-block;
    border-bottom: 2px solid #b990b4;
}
#contact2 .contact_tit dl{
    width:100%;
    font-family: 'SpoqaHanSansNeo-Bold';
    margin-top: 160px;
    color: #444;
}
#contact2 .contact_tit dt{
    font-size: 55px;
    line-height: 1.3;
    letter-spacing: -2px;
}
#contact2 .contact_tit dd{
    font-size: 19px;
    line-height: 1.4;
    padding-top: 60px;
}
#contact2 .contBox{
    margin-top: 30px;
}
#contact2 .content_body>h3{
    font-size: 30px;
    padding:20px 25px;
    font-family: 'TmonMonsori';
    color: #444;
}

#contact2 .confirmInfo{
    display: none;
}
#contact2 .btn_confirm{
    display: flex;align-items: center;
    justify-content: center;
    text-align: inherit;
    margin-top: 20px;
}
#contact2 .btn_confirm a{
    display: none;
}

#contact2 .btn_submit{
    background-color: #d81f31;
    width:180px;height: 45px;
}
.home__scroll {
    position: absolute;
    top: -300px;right:-400px;
    transform:scale(0);
	width: 800px;
	height: 800px;
}

.home__scroll__text {
	font-size: 25px;
	letter-spacing: 0.1em;
	fill: #b990b4;
	letter-spacing: 4.5px;
}
#contact2 .mo_br{
    display: none;
}

#contact2 .about_01_tit dl{
    text-align: center;
}
#contact2 .about_01_tit dl dt{
    margin-top: 0;
    word-break: keep-all;
}

@media screen and (max-width:1400px) {
    #inquiry .inner {
        width:100%;
        padding:0 20px;
        margin:45px auto 35px auto;    
    }
    #inquiry .inner .topBox {
        flex-direction:column;
        justify-content:center;
        align-items: center;
        margin:25px auto 15px auto;
    }
    #contact2 figure img {
        width:100%;
    }
}
@media screen and (max-width:1200px) {
    #inquiry .inner .titleBox h1{
        text-align:center;
    }
    #inquiry .category ul {
        margin-bottom:20px;
    }
    #inquiry .category ul a {
        font-size:1.1em;
        padding:5px 15px;
    }

    #contact2 .inner{
        width:90%;
    }
    #contact2 .contact_tit dt{
        font-size: 35px;
    }
    #contact2 .contact_tit dd{
        padding-top: 30px;
    }
    #contact2 .contBox{
        margin-top: 50px;
    }
    .home__scroll{
        width:400px;height: 400px;
        top: -150px;right: -200px;
    }
}

@media screen and (max-width:850px) {
    #contact2 .contact_tit dt{
        font-size: 30px;
    }   
    #contact2 .contact_tit dd{
        font-size: 16px;
    }
    #contact2 .inner{
        padding:0px 0px 80px 0px
    }
    #contact2 .content_body td{
        font-size: 16px;
    }
    #contact2 .content_body th{
        font-size: 16px;
    }
    #contact2 .content_body textarea{
        word-break: keep-all;
    }
}

@media screen and (max-width:600px) {
    #contact2 .inner{
        width:95%;
    }
    #contact2 .content_body tr{
        display: flex;flex-flow: row wrap;
        padding: 10px 0px;;
        border-bottom: 1px solid #ddd;
    }
    #contact2 .content_body tr th{
        width:100%;
    }
    #contact2 .content_body td{
        width:100%;
    }
    #contact2 .content_body tr th{
        border-bottom: none;
        padding: 0;
    }
    #contact2 .content_body td{
        padding: 0;
        border-bottom: none;
        padding-top: 5px;
    }
    #contact2 .contact_tit dt{
        font-size: 23px;
    }
    #contact2 .mo_br{
        display: block;
    }
    #contact2 .content_body>h3{
        text-align: center;
    }
    #contact2 .about_01_tit dl dd{
        font-size: 15px;
    }
    #contact2 .about_01_tit dl dt{
        font-size: 30px;
    }
}
@media screen and (max-width:330px) {
    #contact2 .contact_tit dd{
        font-size: 15px;
    }
    #contact2 .contact_tit dt{
        font-size: 21px;
    }
}

/* e:contact2 */

#contact2 .content_body input[type='file'] {
    position: relative;
}

#contact2 .content_body input[type='file']::after {
    content: "최대 10MB까지 업로드 가능합니다.";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
}

@media (max-width: 500px) {
    #contact2 .content_body input[type='file']::after {
        display: none;
    }
}

.hidden {
    display: none;
}

@media (max-width: 900px) {
    .hidden {
        display: block;
    }
}

table {
    margin: 0 auto;
}

.about_01_tit dl dd span {
    scale: 1.1;
    font-weight: bold;
    color: #bd02ff;
}