/*---- introduction01 css---------*/

.introduction01 img {
    width: 100%;
    margin-bottom: 150px;
}

.introduction01 img:last-child {
    margin-bottom: 0;
}

/*---- introduction02 css---------*/

.introduction02 table {
    width: 100%;
    border-top: 5px solid #4384d4;
}

.introduction02 td {
    border-bottom: 1px solid #4384d4;
    line-height: 24px;
    font-size: 15px;
    padding: 13px 0;
}

.introduction02 td:first-child {
    width: 18%;
    text-align: center;
    color: #444;
    font-weight: 600
}

.introduction02 td:last-child {
    width: 82%;
    text-align: left;
    color: #666;
}

/*------ board list css--------*/

#board_search {
    float: right;
    display: block;
    padding-top: 27px;
}

#board_search legend {
    text-indent: -9999px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#board_search select {
    height: 35px;
    background: #f7f7f7;
    line-height: 33px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 10px;
    width: 120px;
    display: block;
    float: left;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/sub/select_arrow.png');
    background-repeat: no-repeat;
    background-position: right;
}

#board_search input[type=text] {
    width: 205px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    height: 35px;
    line-height: 33px;
    margin: 0 5px;
}

#board_search input[type=submit] {
    width: 95px;
    height: 35px;
    float: left;
    border: none;
    color: white;
    background: #4384d4;
}

.board {
    width: 100%;
    border-top: 1px solid #444;
    text-align: center;
    font-size: 15px;
}

.board th {
    border-bottom: 1px solid #444;
    text-align: center;
    line-height: 24px;
    padding: 15px 0;
    font-weight: 600;
}

.board td {
    border-bottom: 1px solid #ccc;
    line-height: 24px;
    padding: 15px 0;
    color: #666;
}

.board .board_title {
    text-align: left;
}

.board td.board_num {
    width: 8%;
}

.board td.board_title {
    width: 64%;
    padding-left: 10px;
    box-sizing: border-box;
}

.board td.board_date {
    width: 12%;
}

.board td.board_writer {
    width: 10%;
}

.board td.board_views {
    width: 10%;
}

.board tr:hover td {
    background: #eefdfc;
}

.board_btn_con {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    font-size: 16px;
}

.board_btn {
    float: right;
    width: 125px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 33px;
}

.board_btn a {
    color: #777;
}

.board_btn:hover {
    background: #4384d4;
    border: none;
}

.board_btn:hover a {
    color: white;
}

.pagination {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    height: 25px;
    position: relative;
}

.pagination ul {
    display: inline-block;
}

.pagination li {
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.pagination li a {
    color: #a6a6a6;
}

.pagination li.active a {
    color: #444;
    font-weight: 600;
}

.pagination .pagination_arrow {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    background: url('../images/sub/pagination_arrow.png');
    text-indent: -9999px;
    display: block;
}

.pagination .first {
    left: 0;
    background-position: 0 -35px;
}

.pagination .prev {
    left: 25px;
}

.pagination .last {
    right: 0;
    background-position: 0 -105px;
}

.pagination .next {
    right: 25px;
    background-position: 0 -70px;
}

/*---- board_detial --------*/

.sub_title .board_btn {
    margin-top: 27px;
}

.board_prev {
    float: left;
}

.board_text,
.board_answer {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 30px;
}

.board_text > div:first-child {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}

.board_text > div:first-child li {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.board_text > img {
    text-align: center;
    width: 100%;
}

.board_text h4,
.board_answer h4 {
    line-height: 35px;
    padding: 10px 0;
    font-size: 20px;
    color: #444;
}

.board_text > p {
    font-size: 16px;
    line-height: 25px;
}

.board_file {
    margin-top: 50px;
    width: 100%;
    border-top: 1px solid #ccc;
}

.board_file li {
    margin-top: 10px;
    background-image: url('../images/sub/board_file.png');
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: left;
}

.board_file li a {
    padding-left: 20px;
    font-size: 15px;
    color: #4384d4
}

.board_answer {
    margin-top: 30px;
}

.board_answer h4 {
    padding: 5px 0;
}

.board_answer > ul {
    width: 100%;
    overflow: hidden;
}

.board_answer > ul > li {
    width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}

.board_answer p {
    float: left;
}

.board_answer .answer_writer {
    width: 13%;
    font-weight: 600
}

.answer_more {
    position: absolute;
    right: 0;
    top: 0;
}

.answer_more li {
    text-indent: -9999px;
    float: left;
    width: 16px;
    height: 28px;
    margin-left: 5px;
    background-image: url('../images/sub/answer_icon.png');
}

.answer_more li a {
    display: block;
    width: 100%;
    height: 100%;
}

.answer_more li.answer_delete {
    background-position: 0 -38px;
}

.answer_write {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.answer_write input {
    height: 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    line-height: 33px;
    font-size: 16px;
    color: #777;
}

.answer_write textarea {
    width: 79%;
    float: left;
    padding: 0 10px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    height: 80px;
}

.answer_write input[type=text] {
    width: 79%;
    float: left;
    padding: 0 10px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    display: block;
}

.answer_write input[type=text] + input[type=submit] {
    height: 35px;

}

.answer_write input[type=submit] {
    width: 20%;
    float: right;
    background: white;
    height: 80px;
}

.answer_write input[type=submit]:hover {
    background: #4384d4;
    color: white;
    border: none;
}

/*------ board write-------------*/

.board_write_cancel {
    float: left;
}

.board_write {
    width: 100%;
    overflow: hidden;
    padding: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
}

.board_write table {
    width: 100%;
}

.board_write tr {}

.board_write th {
    width: 15%;
    color: #444;
    font-weight: 600;
}

.board_write td {
    width: 85%;
    height: 55px;
}

.board_write td input {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 10px 0;
}

.board_write textarea {
    height: 380px;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.board_write tr:nth-child(2) th {
    vertical-align: top;
    padding-top: 10px;
}

/*
.board_write tr:nth-child(3) input {
	width:80%;
}
*/

.board_write tr button {
    width: 20%;
    float: left;
    border: 1px solid #ccc;
    border-right: none;
    text-align: center;
    line-height: 33px;
    height: 35px;
    margin: 10px 0;
    background-image: url('../images/sub/button_bg.png');
    background-size: 100% 100%
}

/*---- 회원국 정보 csss ------*/

.member02 .member02_country {
    width: 48%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;

}

.member02 .member02_country:nth-child(2n) {
   float: right;
}

.member02 h3 {
    width: 100%;
    border-bottom: 2px solid #4384d4;
    font-size: 16px;
    text-align: center;
    color: #444;
    line-height: 50px;
    padding: 5px 0;
}

.member02 h3 img {
    height: 50px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.member02 ul {
    font-size: 14px;
}

.member02 .member02_country li:nth-child(2n) {
    background: #ecf2fb;
}

.member02 .member02_country li {
    line-height: 25px;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}

.member02 .member02_country li:last-child {
    border-bottom: none;
}

.member02 .member02_country li span {
    display: block;
    float: left;
    width: 30%;
    color: #666;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
}

.member02 .member02_country li p {
    width: 70%;
    color: #444;
    float: right;
}



.member02 .member02_country:hover {
    border: 1px solid #4384d4;
}


.member02_write table {
    width: 100%;
    overflow: hidden;
    padding: 20px 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
}

.member02_write th {
    width: 20%;
}

.member02_write td {
    width: 80%;
    padding: 10px 0;
}

.member02_write input {
    height: 35px;
    border: 1px solid #ccc;
    width: 45%;
    box-sizing: border-box;
    padding: 0 10px;
    background: #f7f7f7;
}

/*---- 토론방 css ---------------*/

.knowledge01 > ul > li {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    min-height: 180px;
    margin-bottom: 20px;
}

.knowledge01 li h4 {
    text-overflow: ellipsis;
    padding-right: 160px;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    font-size: 20px;
    line-height: 45px;
    color: #444;
}

.knowledge01 li p {
    font-size: 14px;
    line-height: 25px;
    color: #777;
    padding-right: 160px;
    box-sizing: border-box;
}

.knowledge01 .knowledge01_answer {
    text-align: center;
    width: 120px;
    height: 120px;
    background-size: 100%;
    position: absolute;
    top: 30px;
    right: 35px;
    padding: 11px;
    box-sizing: border-box;
}

.knowledge01_answer > div {
    width: 100%;
    height: 100%;
    background: white;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 100%;
}

.knowledge01 .knowledge01_answer p {
    font-size: 20px;
    padding-right: 0;
}

.knowledge01_answer span {
    font-size: 20px;
    color: #777;
    line-height: 25px;
    padding-top: 15px;
    display: block
}

.knowledge01 li:hover h4 {
    color: #4384d4;
}

.knowledge01 li:hover p {
    color: #4384d4;
}

.knowledge01 li:hover .knowledge01_answer {
    background: url('../images/sub/knowledge_bg.png');
}

.knowledge01 li:hover .knowledge01_answer p {
    color: white;
}

.knowledge01 li:hover .knowledge01_answer span {
    color: white;
}

.knowledge01 li:hover .knowledge01_answer > div {
    border: none;
    background-color: #4384d4;
}

.knowledge01_question {
    margin-top: 40px;
    width: 100%;
}

.knowledge01_question h4 {
    line-height: 55px;
    font-size: 20px;
}

.knowledge01_question textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
}

.knowledge01_detail {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    min-height: 180px;
    margin-bottom: 20px;
}

.knowledge01_detail h4 {
    font-size: 20px;
    line-height: 45px;
    color: #444;
}

.knowledge01_detail p {
    font-size: 14px;
    line-height: 25px;
    color: #777;
    padding-right: 0px;
    box-sizing: border-box;
}

/*------- 강좌 css-----------*/

.knowledge02 > ul > li {
    width: 48%;
    float: left;
    margin-bottom: 20px
}

.knowledge02 > ul > li:nth-child(2n) {
    float: right;
}

.knowledge02 .knowledge_img {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}


.knowledge02 .knowledge_img.img_none {
    background-image: url('../images/sample/sample_logo.png');
    background-color: #1a2a42;
    background-repeat: no-repeat;
    background-position: center;
}

.knowledge02 .knowledge_infor {
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
    padding: 0 10px;
}

.knowledge02 .knowledge_infor h4 {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    font-size: 18px;
    line-height: 40px;
    padding-top: 5px;
}

.knowledge02 .knowledge_text {
    font-size: 14px;
    color: #777;
    line-height: 25px;
    height: 100px;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.knowledge02 .knowledge_more {
    padding: 5px 0;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
}

.knowledge02 .knowledge_more p {
    float: left;
    color: #777;
}

.knowledge02 .knowledge_more a {
    float: right;
    display: block;
    color: #4384d4;
}

.knowledge02 > ul > li:hover .knowledge_img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('../images/sub/knowledge_over.png');
    background-color: #4384d4;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8
}

/*---- 지식자료실 csss ---------------*/

.knowledge03 > ul > li {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    min-height: 180px;
    margin-bottom: 20px;
}

.knowledge03 li h4 {
    font-size: 20px;
    line-height: 45px;
    color: #444;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    padding-right: 160px;
}

.knowledge03 li p {
    font-size: 14px;
    line-height: 25px;
    color: #777;
    padding-right: 160px;
    box-sizing: border-box;
}

.knowledge03 .knowledge03_down {
    text-align: center;
    width: 130px;
    height: 130px;
    background-size: 100%;
    position: absolute;
    top: 30px;
    right: 35px;
    padding: 13px;
    box-sizing: border-box;
}

.knowledge03_down > a > div {
    padding-top: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: white;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 100%;
}

.knowledge03 .knowledge03_down p {
    font-size: 20px;
    padding-right: 0;
}

.knowledge03_down .down_img {
    width: 22px;
    height: 22px;
    margin: 0px auto;
    background-image: url('../images/sub/knowledge_down.png');
    background-repeat: no-repeat
}

.knowledge03 li > a:hover h4 {
    color: #4384d4;
}

.knowledge03 li > a:hover p {
    color: #4384d4;
}

.knowledge03_down:hover {
    background: url('../images/sub/knowledge_bg.png');
    background-size: 100%;
}

.knowledge03_down:hover p {
    color: white;
}

.knowledge03_down:hover .down_img {
    background-position: 0 -32px;
}

.knowledge03_down:hover > a > div {
    border: none;
    background: #4384d4;
}

/*---- 워킹그룹활동 csss ---------------*/

.knowledge04 > ul > li {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    min-height: 180px;
    margin-bottom: 20px;
}

.knowledge04 li h4 {
    font-size: 20px;
    line-height: 45px;
    color: #444;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}

.knowledge04 li p {
    font-size: 14px;
    line-height: 25px;
    color: #777;
    box-sizing: border-box;
}

.knowledge04 li > a:hover h4 {
    color: #4384d4;
}

.knowledge04 li > a:hover p {
    color: #4384d4;
}

.knowledge04 > input[type=radio] {
    display: none;
}

.knowledge04 > label {
    width: 25%;
    height: 40px;
    line-height: 38px;
    display: block;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #777;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer
}

.knowledge04 input:checked + label {
    background: #4384d4;
    border-color: #4384d4;
    color: white;
    font-weight: 600;
}

.knowledge04_con {
    margin-top: 50px;
}

/*---- 유라시아 sdi 자료실 csss ---------------*/

.knowledge05 > input[type=radio] {
    display: none;
}

.knowledge05 > label {
    width: 200px;
    height: 40px;
    line-height: 38px;
    display: block;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #777;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer
}

.knowledge05 > label:nth-child(4) {
    border-left: none;
}

.knowledge05 input:checked + label {
    background: #4384d4;
    border-color: #4384d4;
    color: white;
    font-weight: 600;
}

.knowledge05_con {
    margin-top: 50px;
}

/*
.knowledge05_con>ul {
	display:none;
}
*/

#knowledge05_01:checked ~ .knowledge05_con ul.knowledge05_01 {
    display: block;
}

#knowledge05_02:checked ~ .knowledge05_con ul.knowledge05_02 {
    display: block;
}

.knowledge05 .knowledge05_con li {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    min-height: 180px;
    margin-bottom: 20px;
}

.knowledge05_con li h4 {
    font-size: 20px;
    line-height: 45px;
    color: #444;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    padding-right: 160px;
}

.knowledge05_con li p {
    font-size: 14px;
    line-height: 25px;
    color: #777;
    padding-right: 160px;
    box-sizing: border-box;
}

.knowledge05_con .knowledge05_down {
    text-align: center;
    width: 130px;
    height: 130px;
    background-size: 100%;
    position: absolute;
    top: 30px;
    right: 35px;
    padding: 13px;
    box-sizing: border-box;
}

.knowledge05_down > a > div {
    padding-top: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: white;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 100%;
}

.knowledge05_con .knowledge05_down p {
    font-size: 20px;
    padding-right: 0;
}

.knowledge05_down .down_img {
    width: 22px;
    height: 22px;
    margin: 0px auto;
    background-image: url('../images/sub/knowledge_down.png');
    background-repeat: no-repeat
}

.knowledge05 li > a:hover h4 {
    color: #4384d4;
}

.knowledge05 li > a:hover p {
    color: #4384d4;
}

.knowledge05_down:hover {
    background: url('../images/sub/knowledge_bg.png');
    background-size: 100%;
}

.knowledge05_down:hover p {
    color: white;
}

.knowledge05_down:hover .down_img {
    background-position: 0 -32px;
}

.knowledge05_down:hover > a > div {
    border: none;
    background: #4384d4;
}

/*------- 로그인 -----------*/

#login {
    max-width: 330px;
    padding: 0 3%;
    max-width: 330px;
    text-align: center;
    margin: 100px auto;
    margin-top: 150px;
}

#login img {
    width: 130px;
}

#login h5 {
    font-size: 18px;
    color: #777;
    margin: 35px 0;
}

#login legend {
    height: 0;
    text-indent: -99999px;
    overflow: hidden;
}

#login form > div {
    height: 50px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    font-size: 16px;
}

#login form > div:nth-child(3) {
    border-top: none;
}

#login form > div label {
    width: 35%;
    text-indent: 20px;
    line-height: 50px;
    color: #777;
    display: block;
    float: left;
    text-align: left;
}

#login form > div input {
    width: 65%;
    height: 100%;
    display: block;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    background: none;
    color: #444;
}

#login form > input {
    border-radius: 5px;
    width: 100%;
    margin: 30px 0;
    height: 45px;
    background: #4384d4;
    text-align: center;
    line-height: 45px;
    color: white;
    border: none;
}

#login_ck {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    color: #444;
}

#login_ck > div {
    float: left
}

#login_ck label {
    padding-left: 5px;
}

#login_ck a {
    color: #444;
    float: right;
    display: block;
}

#join_btn {
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    margin: 50px 0;
    height: 45px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
}

#join_btn a {
    color: #444;
}

/*---- 회원가입 csss-----*/

/*---- 이용약관 -----*/

.join {
    max-width: 1150px;
    margin: 100px auto;
    overflow: hidden;
}

.join > div {
    width: 100%;
    margin-bottom: 50px;
}

.join_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background: #ccc;
}

.join_title h4 {
    font-size: 16px;
    color: #333;
    float: left;
    margin-left: 15px;
}

.join_ck {
    float: right;
    margin-right: 15px;
    font-size: 16px;
    color: #333;
}

.join_ck label {
    padding-left: 5px;
}

.join_agree > div > div:last-child {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    width: 100%;
    height: 305px;
    border: 1px solid #ccc;
    overflow: hidden;
    overflow-y: scroll;
    padding: 20px;
    box-sizing: border-box;
}

.join_btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.join_btn ul {
    display: inline-block;
}

.join_btn li {
    width: 150px;
    height: 50px;
    overflow-y: hidden;
    border: none;
    float: left;
    margin: 0 10px;
    text-align: center;
    line-height: 50px;
}

.join_btn li.join_cancel {
    background: #ccc;
}

.join_cancel a {
    color: #333
}

.join_btn li.join_success {
    background: #4384d4;
}

.join_btn li.join_success a {
    color: white;
}

/*---- 가입 양식 csss---------*/

.join_title h2 {
    font-size: 30px;
    float: left;
    color: white;
    width: 55px;
    text-align: center;
    border-right: 1px solid white;
}

.join_form {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 45px 25px;
    box-sizing: border-box;
}

.join_form > div {
    padding: 10px 0;
    height: 35px;
    font-size: 16px;
    overflow: hidden;
}

.join_form label {
    display: block;
    width: 15%;
    color: #333;
    float: left;
    line-height: 35px;
}

.join_form label span {
    display: inline-block;
    width: 15px;
    text-align: center;
    color: #cc3333;
    vertical-align: top;
}

.join_form input {
    display: block;
    width: 310px;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 100%;
    padding: 0 10px;
}

.join_form #gen {
    float: left;
    margin-left: 15px;
    overflow: hidden;
    height: 35px;
}

#gen label {
    cursor: pointer;
    width: 60px;
    height: 100%;
    border: 1px solid #ccc;
    line-height: 33px;
    text-align: center;
    display: block;
    float: left;
    box-sizing: border-box;
}

#gen label:last-child {
    margin-left: 15px;
}

#gen input:checked + label {
    background: #ccc;
    color: white;
}

#gen input {
    display: none;
}

.join_form #address {
    height: auto;
}

#address > div {
    float: left;
    width: 75%;
    overflow: hidden;
}

#address input {
    width: 310px;
    height: 35px;
    margin-bottom: 10px;
    float: none;
}

#address input:first-child {
    width: 110px;
    margin-right: 15px;
    float: left;
}

#address button {
    width: 95px;
    height: 35px;
    display: block;
    background: #6e6e6e;
    color: white;
    ;
    margin-bottom: 10px;
}

#address input:last-child {
    margin-bottom: 0;
}

select::-ms-expand {
    display: none;
}

/*---------- 의사결정 위원회css --------------*/

.member02_write .member02_list {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
}

.member02_list .member02_img {
    width: 200px;
    border: 1px solid #ccc;
    padding: 0;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.member02_list .member02_img img {
    width: 100%;
}

.member02_list ul {
    float: left;
}

.member02_list li {
    overflow: hidden;
    line-height: 30px;
    list-style: none;
}

.member02_list span {
    display: block;
    width: 150px;
    float: left;
    font-weight: 600;
}

.member02_list p {
    float: left;
}

.gallery .board_title h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    overflow: hidden;
}

.gallery .board_title h3 span {
    float: right;
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.gallery .board_title p {
    margin-top: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    height: 3em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gallery_view h4 {
    font-size: 18px;
    line-height: 40px;
}

.gallery_view div {
    width: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    text-align: right;
}

.gallery_view ul {
    display: inline-block;
}

.gallery p {
    margin-top: 30px;
}

.img_none {
    padding: 20px 5px;
    background-color: #1a2a42;
    width: 100%;
    box-sizing: border-box;
}

.img_none img {
    width: 100%;
}

.member02_country .img_none {
    width: 150px;
    height: 48px;
    padding: 0 5px;
    ;
    display: inline-block;
    margin-right: 10px;
}

.member02_country .img_none img {
    width: 100%;
    height: 48px;
    margin-right: 0;
    border: none;
}
