<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {  margin: 0px;  padding: 0px; box-sizing: border-box; font-family: "Noto Sans KR", sans-serif;}
ul, ol, li {  list-style: none; }
a {  outline: 1;  text-decoration: none;  }


#mentoring_db{
    position: relative;
    display: block;
    width: 1280px;
    height: 200px;
    margin: auto;
    background-color: #f3f3f3;
/*    border: 1px solid red;*/
    padding-bottom: 10px;
    margin-top: 30px;
}
#mentoring_db&gt;ul{
    position: absolute;
    top:50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    width:1240px;
    height: 160px;
/*    border: 1px solid blue;*/
/*    margin: auto;*/
    
}
#mentoring_db&gt;ul&gt;li{
    float: left;
}
#mentoring_db&gt;ul&gt;.left{
    width: 1080px;
    height: 160px;
/*    outline: 1px solid red;*/
}
#mentoring_db&gt;ul&gt;.left&gt;form&gt;select~div{
    display: inline-block;
    width: 160px;
    height: 40px;
    background-color: white;
    font-size : 15px;
    color: #271f19;
}
#mentoring_db&gt;ul&gt;.left&gt;form&gt;select{
    width:160px;
    height: 40px;
    font-size: 15px;
    padding-left: 7px;
    border: none;
    
}
#mentoring_db&gt;ul&gt;.left&gt;form&gt;select&gt;option{
    font-size: 15px;
}

#mentoring_db&gt;ul&gt;.left&gt;form&gt;div{
    display: inline-block;
    font-size: 15px;
    padding-left: 10px;
}
#mentoring_db&gt;ul&gt;.left&gt;form&gt;div&gt;input{
    display: inline-block;
    width:90px;
    height: 40px;
    font-size: 15px;
    margin-left: 10px;
    border: none;
}
#mentoring_db&gt;ul&gt;.left&gt;form&gt;div:nth-of-type(2)&gt;input{
    width:75px;
}
#mentoring_db&gt;ul&gt;.left&gt;form&gt;div:nth-of-type(4){
    width: 250px;
    line-height: 40px;
    background-color: #f3f3f3;
    position: relative;
    left: 20px;
}
#mentoring_db&gt;ul&gt;.left&gt;form&gt;div:nth-of-type(4)&gt;input{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left:-23px;
}
#mentoring_db&gt;ul&gt;.left&gt;form&gt;div:nth-of-type(5){
    width: 1080px;
    margin-top: 5px;
}
#mentoring_db&gt;ul&gt;.left&gt;form&gt;div:nth-of-type(5)&gt;input{
    width: 1000px;
    border: none;
}

#mentoring_db&gt;ul&gt;.left&gt;form&gt;textarea{
    width: 1080px;
    height: 70px;
    border: none;
    resize: none;
    margin-top: 5px;
    padding: 10px;    
}


#mentoring_db&gt;ul&gt;.right{
    width: 140px;
    height: 160px;
/*    outline: 1px solid red;*/
    float: right;
}
#mentoring_db&gt;ul&gt;.right&gt;input{
    width: 140px;
    height: 160px;
    background-color: #30bbc3;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background-image: url('../images/mentoring/submit_img.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#mentoring_db&gt;ul&gt;.right&gt;input:active{
    background: #a0d8db;
    background-image: url('../images/mentoring/submit_img2.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#mentoring_db .star{
    color: #30bbc3;
    line-height: 40px;
    padding-left: 2px;
}

.atitle01 {margin-bottom:65px; text-align:center;}
.atitle01 .stxt {font-family: 'Roboto', sans-serif; font-size:18px; color:#30bbc3; letter-spacing:0.5em;}
.atitle01 h3 {margin-top:13px; font-size:50px; color:#000000; font-weight:300;}
.atitle01 h3 em {color:#30bbc3;}

.cbox .t01 em {color:#61e7ef;}
</pre></body></html>