@charset "utf-8";

#contentwrap {
    width: 100%;
}

.box_banner_1280 {
    min-width: 1280px;
    height: 300px;
    background-image: url(../images/09_meeting.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.box_min_1280 {
    min-width: 1280px;
    margin: 0 auto;
}

.box_900 {
    width: 900px;
    margin: 0 auto;
}

.favicon {
    background-image: url(../images/fabicon.PNG);
    width: 25px;
    height: 31px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.content_title {
    width: 200px;
    height: 21px;
    font-size: 21px;
    font-weight: bold;
    color: #ff0055;
    padding-left: 40px;
}



.content_box {
    width: 720px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 200px;
    position: relative;
}






/**********************************/

.menu {
    width: 100%;
}

.menu > li {
    width: 100%;
    line-height: 50px;
    background-color: #ddd;
    position: relative;
}

.menu > li > a {
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 30px;
    font-size: 18px;
    color: #ff0055;
    font-weight: bold;
}

/******메뉴버튼******/

input[id*="answer"] {
    display: none;
}

input[id*="answer"] + label {
    display: block;
    width: 680px;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    border-bottom: 0;
    color: #ff0055;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

input[id*="answer"] + label img {
    width: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

input[id*="answer"]:checked + label img {
    top: 25%;
    transform: rotate(90deg);
}

input[id*="answer"] + label + div {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
}

input[id*="answer"] + label + div p:first-child {
    display: inline-block;
    margin-left: 40px;
    margin-top: 40px;
    
}

input[id*="answer"] + label + div p {
    display: inline-block;
    margin-left: 40px;
    margin-top: 40px;
    

}

input[id*="answer"]:checked + label + div {
    max-height: 100%;
}

.circle {
    width: 100px;
    height: 100px;
    background-color: #ff0055;
    border-radius: 100px;
    float: left;
    margin-left: 50px;
    margin-top: 40px;
    position: relative;
}

.circle:first-child {
    margin-left: 40px;
}

.circle > div {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
}

.arrow {
    float: left;
    position: relative;
    width: 30px;
    height: 20px;
    background-color: #ff0055;
    top: 40px;
    left: 13px;
    margin-top: 40px;
}

.arrow_triagle {
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #FF0055;
    border-left: 20px solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(80%) translateY(-50%)rotate(90deg);
}

.gray_box {
    width: 680px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    margin-left: 40px;
    background-color: #ddd;
    letter-spacing: 0.1em;
}

.bottom_box {
    width: 680px;
    height: 40px;
}


.t_1 span {
    font-size: 12px;
    font-style: italic;
    color: #292929;
    
}


















