@charset "utf-8";

@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
/* font-family: 'NanumSquare', sans-serif; */

@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

br {font-family: 'Noto Sans KR', sans-serif;}

.hidden {width: 0;height: 0; overflow: hidden;
    font-size: 0; line-height: 0;
    position: absolute; left: -9999px;
}
.clearfix::after {content: ""; display: block; clear: both;}
a{text-decoration: none; color: inherit;}
a:hover{text-decoration: none; color: inherit;}
* {box-sizing: border-box;}

body{font: 16px/1.2 "NanumSquareRound", "돋움", Dotum, AppleGothic, sans-serif;
    color: #333; letter-spacing: -0.5px;
    /* background-color: #f5f5f5; */
}
.skip-nav a {width: 100%; height: 30px;
    position: fixed; left: 0; top: -100px; z-index: 10000;
    text-align: center; line-height: 30px; color: #fff;
    background-color: #f00;
}
.skip-nav a:focus {top: 0;}
button, input {vertical-align: middle;}
button:focus, input:focus {outline: none;}
.inner {width: 1200px; margin: 0 auto;}
.inner2 {width: 950px; margin: 0 auto; margin-bottom: 20px;}


/* header */
.header {}
.header .header_top {padding-top: 20px; margin-bottom: 20px;}
.header .header_top .logo {width: 230px; height: 50px; float: left;
    background: url(../img/logo.png) no-repeat 0 0;
    text-indent: -9999px;
}
.header .header_top .logo a {display: block; width: 100%; height: 100%;}
.header .header_top .tnb {float: right;}
.header .header_top .tnb ul {float: left; margin-top: 6px;}
.header .header_top .tnb ul li {float: left;
    color: #BCBEC0;
    position: relative;
}
.header .header_top .tnb ul li+li {margin-left: 24px;}
.header .header_top .tnb ul li+li::before {content: ""; width: 1px; height: 13px;
    position: absolute; left: -12px; top: 2px;
    background-color: #BCBEC0;
}
.header .header_top .tnb ul li.user_name {color: #333;}
.header .header_top .tnb ul li.user_name span {margin-right: 5px;
    font-weight: bold; color: #787ae6;
}
.header .header_top .tnb span.index_menu {float: left; margin-left: 35px; width: 100px; height: 30px; padding-left: 8px; display: none;
    background: #BCBEC0;
    border-radius: 30px;
    line-height: 30px; color: #fff;
    position: relative;
    cursor: pointer;
}
.header .header_top .tnb span.index_menu::after {content: ""; width: 20px; height: 20px;
    background: url(../img/barbtn.png) no-repeat 0 0;
    position: absolute; right: 10px; top: 5px;
}

.gnb {position: relative;}
.gnb>ul {text-align: center;}
.gnb>ul>li {display: inline-block; width: 220px; height: 30px;
    position: relative;
    font-size: 18px;
}
.gnb>ul>li>a {display: block; width: 100%;}
.gnb>ul>li+li {}
.gnb>ul>li>ul {display: none; width: 100%; padding-left: 80px; padding-top: 5px;
    position: absolute; left: 50%; top: 30px; z-index: 11;
    transform: translateX(-50%);
    color: #fff; text-align: left;
    /* background: #f00; */
}
.gnb>ul>li>ul>li {margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
.gnb>ul>li>ul>li>a {display: block; width: 100%;}
.gnb>ul>li>ul>li:hover {color: #FFF100;}
.gnb>ul>li>ul>li:hover::before,.gnb>ul>li>ul>li:hover::after {background-color: #FFF100;}
.gnb>ul>li>ul>li::before {content: ""; width: 1px; height: 12px;
    background-color: #fff;
    position: absolute; left: -9px; top: 3px;
}
.gnb>ul>li>ul>li::after {content: ""; width: 12px; height: 1px;
    background-color: #fff;
    position: absolute; left: -15px; top: 8px;
}
.gnb .gnb_bg {width: 1200px; height: 300px; display: none;
    background-color: #974C99; opacity: 0.8;
    position: absolute; left: 0; top: 30px; z-index: 10;
}
.all_menu {display: none; width: 80%; height: 100%; overflow-y: auto;
    position: fixed; right: 0; top: 0; z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,50%);
}
.all_menu .allMenuTop {padding: 5px;
    position: relative;
}
.all_menu .allMenuTop .logo {width: 230px; height: 50px;
    background: url(../img/logo.png) no-repeat 0 0;
    text-indent: -9999px;
}
.all_menu .allMenuTop .menuClose {
    font-size: 40px; color: #999;
    position: absolute; right: 10px; top: 5px; z-index: 1000;
    cursor: pointer;
}
.allMenuList {}
.allMenuList .allLogin {width: 90%; padding: 15px 0 50px 0;
    border-bottom: 1px solid #c9caca;
    font-weight: bold; color: #595857;
    position: relative;
}
.allMenuList .allLogin::before {content: ""; width: 30px; height: 30px;
    background: url(/img/allmenu00.png) no-repeat 0 0;
    position: absolute; left: 25px; top: 16px;
}
.allMenuList .allLogin::after {content: ""; width: 20px; height: 4px;
    background-color: #595857;
    position: absolute; right: 0; bottom: 0;
}
.allMenuList .allLogin li {float: left;
    position: relative;
}
.allMenuList .allLogin li+li::before {content: ""; width: 1px; height: 15px;
    background-color: #000;
    position: absolute; left: 30px; top: 16px;
}
.allMenuList>ul.allLogin>li>a {padding-top: 15px;}
.allMenuList>ul>li>a {padding: 30px 0 10px 60px; display: block;
    font-weight: bold;
}
.allMenuList>ul>li>ul {width: 90%; padding-bottom: 15px;
    border-bottom: 1px solid #c9caca;
    position: relative;
}
.allMenuList>ul>li:nth-child(1)>ul::after {content: ""; width: 20px; height: 4px;
    background-color: #7cbfbd;
    position: absolute; right: 0; bottom: 0;
}
.allMenuList>ul>li:nth-child(2)>ul::after {content: ""; width: 20px; height: 4px;
    background-color: #5c437a;
    position: absolute; right: 0; bottom: 0;
}
.allMenuList>ul>li:nth-child(3)>ul::after {content: ""; width: 20px; height: 4px;
    background-color: #f3c84e;
    position: absolute; right: 0; bottom: 0;
}
.allMenuList>ul>li:nth-child(4)>ul::after {content: ""; width: 20px; height: 4px;
    background-color: #4a8abb;
    position: absolute; right: 0; bottom: 0;
}
.allMenuList>ul>li:nth-child(5)>ul::after {content: ""; width: 20px; height: 4px;
    background-color: #d3893e;
    position: absolute; right: 0; bottom: 0;
}
.menuList>li {
    position: relative;
}
.menuList>li:nth-child(1)::before {content: ""; width: 30px; height: 30px;
    background: url(/img/allmenu01.png) no-repeat 0 0;
    position: absolute; left: 25px; top: 16px;
}
.menuList>li:nth-child(2)::before {content: ""; width: 30px; height: 30px;
    background: url(/img/allmenu02.png) no-repeat 0 0;
    position: absolute; left: 25px; top: 16px;
}
.menuList>li:nth-child(3)::before {content: ""; width: 30px; height: 30px;
    background: url(/img/allmenu03.png) no-repeat 0 0;
    position: absolute; left: 25px; top: 16px;
}
.menuList>li:nth-child(4)::before {content: ""; width: 30px; height: 30px;
    background: url(/img/allmenu04.png) no-repeat 0 0;
    position: absolute; left: 25px; top: 16px;
}
.menuList>li:nth-child(5)::before {content: ""; width: 30px; height: 30px;
    background: url(/img/allmenu05.png) no-repeat 0 0;
    position: absolute; left: 25px; top: 16px;
}
.allMenuColor1 {color: #7cbfbd;}
.allMenuColor2 {color: #5c437a;}
.allMenuColor3 {color: #f3c84e;}
.allMenuColor4 {color: #4a8abb;}
.allMenuColor5 {color: #d3893e;}
.menuList>li>ul>li {padding-left: 70px;
    line-height: 25px;
    position: relative;
}
.menuList>li>ul>li::before {content: ""; width: 1px; height: 12px;
    position: absolute; left: 56px; top: 6px;
    background-color: #9fa0a0;
}
.menuList>li>ul>li::after {content: ""; width: 12px; height: 1px;
    position: absolute; left: 50px; top: 11px;
    background-color: #9fa0a0;
}



/* visual */
.swiper-slide {width: 1200px; height: 450px;}
.swiper-slide img {width: 100%;}

/* index_공지사항, 갤러리 */
.indexMiddle {margin-bottom: 35px; background-color: #fff;}
.index_notice {float: left; width: 600px;}
.index_notice .notice {height: 180px;
    border-bottom: 1px solid #231F20;
}
.index_notice .notice .notice_tit {padding-top: 24px; margin-bottom: 25px;}
.index_notice .notice .notice_tit h2 {float: left;
    font-size: 24px; color: #595857;
}
.more {float: right; width: 29px; height: 29px; margin-right: 12px;
    background: url(../img/contents_view_icon.png) no-repeat 0 0;
    text-indent: -9999px;
}
.more a {display: block; width: 100%; height: 100%;}
.index_notice .notice .notice_sub {}
.index_notice .notice .notice_sub ul {}
.index_notice .notice .notice_sub ul li {line-height: 25px;
}
.index_notice .notice .notice_sub ul li .no_tit {float: left; width: 65%; padding-left: 20px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    position: relative;
}
.index_notice .notice .notice_sub ul li .no_date {float: right; width: 30%; margin-left: 5%; text-align: center;}
.index_notice .notice .notice_sub ul li .no_tit::before {content: ""; width: 1px; height: 13px;
    background-color: #FFC328;
    position: absolute; left: 7px; top: 6px;
}
.index_notice .notice .notice_sub ul li .no_tit::after {content: ""; width: 13px; height: 1px;
    background-color: #FFC328;
    position: absolute; left: 1px; top: 11px;
}

.index_notice .gallery {padding-top: 24px;}
.index_notice .gallery .gallery_tit {margin-bottom: 35px;}
.index_notice .gallery h2 {float: left;
    font-size: 24px; color: #595857;
}
.index_notice .gallery .gallery_sub {padding-top: 0;}
.index_notice .gallery .gallery_sub ul {width: 490px; margin: 0 auto;}
.index_notice .gallery .gallery_sub ul li {float: left; width: 82px; height: 82px;
    border-radius: 100%; overflow: hidden;
}
.index_notice .gallery .gallery_sub ul li+li {margin-left: 20px;}
.index_notice .gallery .gallery_sub ul li a {display: block; width: 100%; height: 100%;}
.index_notice .gallery .gallery_sub ul li img {width: 100%; height: 100%;}

/* 배너버튼 */
.fuc_btn {float: left; width: 600px;}
.fuc_btn ul {}
.fuc_btn ul li {float: left; width: 50%; height: 180px; padding: 24px 0 0 24px;
    font-size: 20px; color: #82D4F7;
    position: relative;
}
.fuc_btn ul li:nth-child(1) {background: #82D4F7; color: #fff;}
.fuc_btn ul li:nth-child(4) {background: #82D4F7; color: #fff;}
.fuc_btn ul li a {display: block; width: 100%; height: 100%;}

.fuc_btn ul li:nth-child(1)::after {content: ""; width: 80px; height: 91px;
    background: url(../img/fuc_btn01.png) no-repeat 0 0;
    position: absolute; right: 25px; bottom: 0;
}
.fuc_btn ul li:nth-child(2)::after {content: ""; width: 80px; height: 91px;
    background: url(../img/fuc_btn02.png) no-repeat 0 0;
    position: absolute; right: 25px; bottom: 0;
}
.fuc_btn ul li:nth-child(3)::after {content: ""; width: 80px; height: 91px;
    background: url(../img/fuc_btn03.png) no-repeat 0 0;
    position: absolute; right: 25px; bottom: 0;
}
.fuc_btn ul li:nth-child(4)::after {content: ""; width: 80px; height: 91px;
    background: url(../img/fuc_btn04.png) no-repeat 0 0;
    position: absolute; right: 25px; bottom: 0;
}

/* 배너광고 */
.ad{position:relative; width:100%; background: transparent; margin-bottom: 35px;}
.ad .flow_banner_box{position:relative; width:1200px; margin:0 auto; background: transparent; height:52px;}
.ad .flow_banner_box .flow_bann_area{position:absolute; top:0px; left:50%; margin-left:-510px;}
.ad .flow_banner_box .flow_bann_area ul{*zoom:1;}
.ad .flow_banner_box .flow_bann_area ul::after{content:""; display:block; clear:both;}
.ad .flow_banner_box .flow_bann_area ul li{float:left; margin-right: 12px; width: 160px; height: 50px;}
.ad .flow_banner_box .flow_bann_area ul li a{display: block; width: 100%;}
.ad .flow_banner_box .flow_bann_area ul li a img{border:1px solid #eee;
    width: 100%;
}
.flow_ctrl_box{text-indent: -9999px;}
.flow_ctrl_box a{position:absolute; top:15px;  width:16px; height:26px; background-image:url(../img/flow_ctrl_side_btn.gif);}
.flow_ctrl_box a.back{left:18px; background-position:0 0;}
.flow_ctrl_box a.next{right:18px; background-position:16px 0;}

/* footer */
.footer {width: 100%;
    background: #808285;
}
.footer .footer_wrap {padding: 30px 0;}
.footer .footer_wrap .f_logo {float: left; width: 230px; height: 50px; margin-right: 40px;
    background: url(../img/f_logo.png) no-repeat 0 0;
    text-indent: -9999px;
}
.footer .footer_wrap .f_info {float: left;
    color: #fff;
}
.footer .footer_wrap .f_info div {line-height: 30px;}
.footer .footer_wrap .f_info div ul {}
.footer .footer_wrap .f_info div ul li {float: left;
    position: relative;
}
.footer .footer_wrap .f_info div ul li+li {margin-left: 30px;}
.footer .footer_wrap .f_info div ul li+li::before {content: ""; width: 1px; height: 15px;
    position: absolute; left: -14px; top: 7px;
    background: #fff;
}


/* sub_common */
.sub_visual {width: 100%;}
.sub_visual img {width: 100%;}

.lnb {width: 100%; min-width: 1200px; margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.lnb ul {width: 1000px; margin: 0 auto; 
    text-align: center; font-size: 0;
}
.lnb li {display: inline-block;}
.lnb a {display: block; padding: 0 40px; height: 40px; overflow: hidden;
    font-size: 18px; font-weight: bold; color: #666;line-height: 39px;
    position: relative;
}
.lnb a:after {content: ""; width: 100%; height: 2px;  
    background-color: #65AADD;
    position: absolute; left: 0;bottom: 0; opacity: 0;
    transition: all 0.3s;
}
.lnb li.on a {color: #65AADD;}
.lnb li.on a:after {opacity: 1;}
.lnb li:hover a{color: #65AADD;}
.lnb li:hover a:after{opacity: 1;}

.sub_tit {margin-bottom: 35px;
    font-size: 26px; font-weight: bold;
    position: relative;
}
.sub_tit::after {content: ""; width: 20px; height: 4px;
    position: absolute; left: 3px; bottom: -18px;
    background-color: #000;
}
.sub_tit.color_1 {color: #7cbfbd;}
.sub_tit.color_2 {color: #4a8abb;}
.sub_tit.color_3 {color: #5c437c;}
.sub_tit.color_4 {color: #EABC56;}
.sub_tit.color_5 {color: #EABC56;}
.sub_tit.color_6 {color: #F3A7AC; padding-top: 30px;}
.sub_tit.color_7 {color: #F3A7AC; padding-top: 30px;}
.sub_tit.color_8 {color: #d2883d;}
.sub_tit.color_1::after {background-color: #7cbfbd;}
.sub_tit.color_2::after {background-color: #4a8abb;}
.sub_tit.color_3::after {background-color: #5c437c;}
.sub_tit.color_4::after {background-color: #FEE06A; width:100%}
.sub_tit.color_5::after {background-color: #FEE06A;}
.sub_tit.color_7::after {background-color: #F3A7AC;}
.sub_tit.color_6::after {background-color: #F3A7AC; width:100%}
.sub_tit.color_8::after {background-color: #d2883d;}

/* 로그인관련 */
.login_wrap {padding-top: 15%; width: 520px; margin: 0 auto; margin-bottom: 100px;}

.login_wrap .login_tit {margin-bottom: 40px;}
.login_wrap .login_tit h4 {padding-left: 47px; float: left; width: 112px;
    color: #666; font-size: 23px; font-weight: bold;
    position: relative;
}
.login_wrap .login_tit h4::before {content: ""; width: 43px; height: 43px;
    background: url(../img/login_tit.png) no-repeat 0 0;
    position: absolute; left: 0; top: 7px;
}
.login_wrap .login_tit h4 span {font-size: 16px;}
.login_wrap .login_tit p {padding-left: 10px; padding-top: 13px; float: left; width: 398px;
    color: #999; font-size: 14px; line-height: 20px;
}

.login_sub {padding: 30px 40px; margin-bottom: 25px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.login_sub .login_input {float: left; width: 310px;}
.login_sub .login_input p {padding-left: 20px; margin-bottom: 10px;
    position: relative;
}
.login_sub .login_input p:first-child {margin-bottom: 10px;}
.login_sub .login_input p::before {content: ""; width: 14px; height: 14px;
    background: url(../img/login_arrow.png) no-repeat 0 0;
    position: absolute; left: 0; top: 5px;
}
.login_sub .login_input p label {width: 65px; display: inline-block;
    color: #777;
}
.login_sub .login_input p input {width: 220px;height: 25px;
    background-color: #f1f1f1;
    border: 1px solid #cbcbcb;
}
.login_sub .login_btn {float: left; margin-left: 10px; width: 120px;}
.login_sub .login_btn button {width: 100%; height: 60px;
    border: none;
    background-color: #da8b90;
    border-radius: 3px;
    color: #fff; font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.login_sub .login_btn button:hover {background-color: #ecacb0;}

.login_etc {text-align: center;}
.login_etc button {padding: 7px 40px;
    border:none;
    background-color: #f2f3f3;
    color: #a3a3a3; font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.login_etc button:hover {background-color: #d9d9d9; color: #333;}
.login_etc button+button {margin-left: 10px;}


.account_tit {padding-top: 5px; margin-bottom: 100px; padding-bottom: 20px;
    border-bottom: 1px solid #B3B3B3;
}
.account_tit h4 {float: left; padding-left: 60px;
    position: relative;
    font-size: 23px; color: #666; font-weight: bold;
}
.account_tit h4 span {font-size: 16px;}
.account_tit h4::before {content: ""; width: 50px; height: 50px;
    background: url(/img/lock.png) no-repeat 0 0;
    position: absolute; left: 0; top: 3px;
}
.account_tit p {float: left; padding: 10px 0 0 20px;
    color: #999; font-size: 14px; line-height: 20px;
}
.account_tit p span {color: #e799c0;}

.account_wrap {width: 100%;
}
.account_wrap .search {float: left; width: 48%;
    border-top: 1px solid #EFEFEF;
}
.account_wrap .search+.search {margin-left: 4%;}
.account_wrap .search h5 {padding: 10px 0;
    text-align: center; font-size: 24px; color: #c0c1c3;
    background: #f9f9f9;
    border-bottom: 1px solid #B3B3B3;
    position: relative;
    
}
.account_wrap .search h5.id::before {content: ""; width: 98px; height: 80px; margin-left: -56px;
    background: url(/img/id_icon.png) no-repeat 0 0;
    position: absolute; left: 50%; top: -80px;
}
.account_wrap .search h5.pw::before {content: ""; width: 98px; height: 80px; margin-left: -56px;
    background: url(/img/pw_icon.png) no-repeat 0 0;
    position: absolute; left: 50%; top: -80px;
}
.account_wrap .search h5 span {color: #F3A7AC; margin-right: 10px;}
.account_wrap .search .account_txt {padding: 15px 0 15px 10px; height: 105px;
    border-bottom: 1px solid #B3B3B3;
}
.account_wrap .search .account_txt p {
    line-height: 25px;
}
.account_wrap .search .account_input {padding-top: 25px; height: 140px; margin-bottom: 20px;
    border-bottom: 1px solid #d3d2d2;
}
.account_wrap .search .account_input p {margin-bottom: 7px;
    text-align: center;
    position: relative;
}
.account_wrap .search .account_input label::before {content: ""; width: 14px; height: 14px;
    background: url(../img/login_arrow.png) no-repeat 0 0;
    position: absolute; left: -10px; top: 2px;}
.account_wrap .search .account_input p label {width: 65px; display: inline-block;
    position: relative;
    color: #666;
}
.account_wrap .search .account_input p input {width: 200px;height: 25px;
    background-color: #f1f1f1;
    border: 1px solid #cbcbcb;
}
.account_wrap .search .account_input>div {}
.account_wrap .search .account_input>div em {display: block; width: 240px; margin: 0 auto; margin-bottom: 7px;
    position: relative;
}
.account_wrap .search .account_input>div em::before {content: ""; width: 14px; height: 14px;
    background: url(../img/login_arrow.png) no-repeat 0 0;
    position: absolute; left: -20px; top: 2px;}
.account_wrap .search .account_btn {margin-bottom: 50px;
    text-align: center;
}
.account_wrap .search .account_btn button {padding: 7px 40px;
    border:none;
    background-color: #f2f3f3;
    color: #a3a3a3; font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.account_wrap .search .account_btn button:hover {background-color: #d9d9d9;
    color: #333;
}

/* 회원가입, 마이페이지 */
.join_info {}
.join_info>p {
    line-height: 27px; color: #d55b5b;
}
.join_info>p:nth-last-of-type(1) {margin-bottom: 20px;}
.join_info>p span {color: #c53636; font-weight: bold;}
.join_info .agreement {width: 100%; height: 150px; overflow: auto; padding: 20px; margin-bottom: 5px;
    border: 1px solid #AFAEAE;
}
.join_info .agreement h6 {font-weight: bold; margin-bottom: 15px;}
.join_info .agreement .ag_txt {margin-bottom: 30px;}
.join_info .agreement .ag_txt strong {}
.join_info .agreement .ag_txt p {padding-left: 15px; margin-bottom: 20px;}
.join_info .agreement .ag_txt>ul {}
.join_info .agreement .ag_txt>ul>li {padding-left: 30px;
    position: relative;
    line-height: 20px;
}
.join_info .agreement .ag_txt>ul>li::before {content: "◆";
    font-size: 12px;
    position: absolute; left: 15px; top: 3px;
}
.join_info .agreement .ag_txt>ul>li>ul {padding-top: 10px;}
.join_info .agreement .ag_txt>ul>li>ul>li {padding-left: 20px;
    line-height: 25px;
    position: relative;
}
.join_info .agreement .ag_txt>ul>li>ul>li::before {content: ""; width: 10px; height: 1px;
    position: absolute; left: 3px; top: 10px;
    background: #000;
}

.join_info .ag_radio {width: 100%; padding: 5px 0; margin-bottom: 30px;
    border: 1px solid #cdcdcd;
    background-color: #efefef;
}
.join_info .ag_radio p {text-align: center;}
.join_info .ag_radio p span {}
.join_info .ag_radio p span em {margin-left: 8px;
    color: #ff757e; font-weight: bold;
}
.join_info .ag_radio p span:nth-last-of-type(1) {margin-left: 50px;}
.join_info .ag_radio p span input[type="radio"] {vertical-align: text-top;}

.table_info {text-align: right;
    color: #333;
}
.table_info span {margin-right: 5px;
    color: #f00;
}

.join_table {width: 100%;
    border-top: 2px solid #da8b90; border-bottom: 2px solid #da8b90;
}
.join_table ul {width: 100%; display: table;
    border-bottom: 1px solid #cdcccc;
}
.join_table ul:nth-last-of-type(1) {border-bottom: none;}
.join_table ul li {display: table-cell; padding: 10px 0;
    vertical-align: middle;
}
.join_table ul li input,button {padding: 0;}
.join_table ul li input[type="radio"] {vertical-align: middle;}
.join_table ul li input[type="text"] {height: 25px; padding-left: 3px;
    border: 1px solid #dad9d4;
    background-color: #fefdef;
}
.join_table ul li button {width: 100px; height: 25px;
    border:none;
    background-color: #f2f3f3;
    color: #a3a3a3; font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.join_table ul li button:hover {background-color: #d9d9d9; color: #333;}
.join_table ul li select {width: 120px; height: 25px;}
.join_table ul li input[type="password"] {height: 25px; padding-left: 3px;
    border: 1px solid #dad9d4;
    background-color: #fefdef;
}
.join_table ul li:first-child {width: 13%; padding-left: 30px;
    background: #f5f5f5;
    position: relative;
}
.join_table ul li span.require {position: relative;}
.join_table ul li span.require::before {content: "*";
    color: #f00;
    position: absolute; left: -10px; top: 0px;
}
.join_table ul li:nth-child(2) {padding-left: 40px; width: 87%;
    font-size: 14px;
}
.join_table ul li:nth-child(2) span+span {margin-left: 10px;}
.join_table ul li:nth-child(2) button {margin-left: 10px;}
.join_table ul li .fa-calendar-alt {margin-left: 10px;
    font-size: 20px; color: #777;
    cursor: pointer;
}
.join_table ul li.ymd em {color: #555; margin-left: 3px; font-weight: bold;}
.join_table ul li.ymd #mem_year {width: 60px;}
.join_table ul li.ymd #mem_month {width: 45px;}
.join_table ul li.ymd #mem_day {width: 45px;}

.join_btn {padding-top: 30px; margin-bottom: 50px;}
.join_btn p {text-align: center;}
.join_btn p button {padding: 7px 40px;
    border:none;
    background-color: #f2f3f3;
    color: #a3a3a3; font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.join_btn p button:hover {background-color: #d9d9d9; color: #333;}
.join_btn p button+button {margin-left: 50px;}

#o_zipcode {width: 60px;}
#h_zipcode {width: 60px;}
#o_address,#o_address_detail {width: 30%;}
#h_address,#h_address_detail {width: 30%;}
#tel1,#fax1,#ph1 {width: 80px;}
#tel2,#tel3,#fax2,#fax3,#ph2,#ph3 {width: 110px;}

.mp_tit {margin-bottom: 10px;
    font-size: 20px; font-weight: bold; color: #da8b90;
}
.fee_table1 {margin-bottom: 40px;}
.fee_table1 table {width: 60%; margin: 0 auto;
    border-top: 2px solid #da8b90; border-bottom: 2px solid #da8b90;
}
.fee_table1 table tr th {padding: 10px 0;
    background-color: #f5f5f5;
}
.fee_table1 table tr td {padding: 10px 0;
    text-align: center;
}
.fee_table1 table tr+tr {border-top: 1px solid #cdcccc;}

.fee_wrap {min-height: 500px;}
.fee_table {
    border-top: 2px solid #da8b90; border-bottom: 2px solid #da8b90;
}
.fee_table ul {display: table; width: 100%; padding: 10px 0;
    border-bottom: 1px solid #cdcccc;
}
.fee_table ul:nth-last-of-type(1) {border-bottom: none;}
.fee_table ul.fee_tit {background-color: #f5f5f5;}
.fee_table ul li {display: table-cell; width: 16.6%;
    text-align: center;
}
.receiptBtn {padding: 5px 7px;
    background-color: #a7242d; color: #fff;
    border: #a7242d;
    cursor: pointer;
    transition: all 0.3s;
}
.receiptBtn:hover {background-color: #dd7178;}

.my_intro_wrap {width: 910px; margin: 0 auto; padding-top: 30px; margin-bottom: 50px;
    text-align: center;
}
.my_intro_wrap div {float: left; width: 450px; height: 400px;
    border: 1px solid #d6d6d6;
    position: relative;
}
.my_intro_wrap div:nth-of-type(1)::after {content: ""; width: 192px; height: 192px; opacity: 0.7;
    position: absolute; right: 0; bottom: 0; z-index: -1;
    background: url(/img/info_modify.png) no-repeat 0 0;
}
.my_intro_wrap div:nth-of-type(2)::after {content: ""; width: 192px; height: 192px; opacity: 0.7;
    position: absolute; right: 0; bottom: 0; z-index: -1;
    background: url(/img/fee_list.png) no-repeat 0 0;
}
.my_intro_wrap div:nth-of-type(2) {margin-left: 10px;}
.my_intro_wrap div h4 {padding-top: 30px; margin-bottom: 40px;
    font-weight: bold; font-size: 26px; color: #777;
}
.my_intro_wrap div ul {width: 80%; margin: 0 auto; margin-bottom: 50px;
    text-align: left;
}
.my_intro_wrap div ul li {
    font-size: 18px;
}
.my_intro_wrap div ul li+li {padding-top: 30px;}
.my_intro_wrap div p.intro_btn {}
.my_intro_wrap div p.intro_btn button {padding: 5px 10px;
    background-color: #fff; border: 1px solid #ccc;
    transition: all 0.3s;
    cursor: pointer;
}
.my_intro_wrap div p.intro_btn button:hover {background-color: #333; color: #fff;}
.my_intro_wrap div p.intro_btn button+button {margin-left: 15px;}
.fee_on {color: #1c2aa8; font-weight: bold;}
.fee_off {color: #a81c1c; font-weight: bold;}


.change_pw_wrap {min-height: 500px;}
.change_pw {padding: 30px 40px; width: 50%; margin: 0 auto; margin-bottom: 50px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.change_pw_input {text-align: center;}
.change_pw_input p {padding-left: 20px; margin-bottom: 10px;
    
}
.change_pw_input p:first-child {margin-bottom: 10px;}
.change_pw_input p label::before {content: ""; width: 14px; height: 14px;
    background: url(../img/login_arrow.png) no-repeat 0 0;
    position: absolute; left: -22px; top: 2px;
}
.change_pw_input p label {width: 140px; text-align: left; display: inline-block;
    color: #777; position: relative;
}
.change_pw_input p input {width: 220px;height: 25px;
    background-color: #f1f1f1;
    border: 1px solid #cbcbcb;
}
.change_pw_btn {text-align: center; padding-top: 20px;}
.change_pw_btn button {padding: 5px 10px;
    border: none;
    background-color: #da8b90;
    border-radius: 3px;
    color: #fff; font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.change_pw_btn button:hover {background-color: #ecacb0;}



/* 학회소개 */
.welcome_ms {margin-bottom: 40px;}
.welcome_ms .pic {float: left; width: 225px; margin-right: 30px;}
.welcome_ms .pic img {width: 100%;}
.welcome_ms .welcome_ms_txt {float: left; width: 945px;}
.welcome_ms .welcome_ms_txt p {padding: 10px 0;
    font-size: 17px; line-height: 25px;
}
.welcome_ms .welcome_ms_txt p.wel_name  {padding-top: 40px;
    text-align: right; font-size: 20px;
}
.welcome_ms .welcome_ms_txt p.wel_name span {font-weight: bold;}

.history_row {margin-left: 100px; padding-left: 30px;
    border-left: 3px solid #2a928f;
}
.history_row .history_txt {margin-bottom: 40px;}
.history_row .history_txt h4 {float: left; margin-right: 30px;
    font-size: 40px; font-weight: bold; color: #2a928f; font-style: italic;
    position: relative;
}
.history_row .history_txt h4::before {content: ""; width: 20px; height: 20px;
    border-radius: 100%;
    background-color: #2a928f;
    position: absolute; left: -42px; top: 0;
}
.history_row .history_txt ul {float: left;}
.history_row .history_txt ul li {line-height: 30px;}
.history_row .history_txt ul li+li {border-top: 1px solid #d6d6d6;}
.history_row .history_txt ul li span {color: #40c5c1; font-weight: bold;}

/* 임원진 */
.committee_wrap {}
.committee_wrap .committee_1 {margin-bottom: 50px;
    border-top: 2px solid #7cbfbd;
}
.committee_wrap .committee_1 th {
    vertical-align: middle;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d5d4d4;
    color: #333; font-weight: bold;
}
.committee_wrap .committee_1 td {padding: 12px 30px;
    border-bottom: 1px solid #d5d4d4;
    
}
.com_tit {margin-bottom: 10px;
    font-size: 20px; font-weight: bold; color: #93d2d3;
}
.committee_wrap .committee_2 {margin-bottom: 30px; width: 100%;
    border-top: 2px solid #7cbfbd;
}
.committee_wrap .committee_2 th {padding: 12px 5px;
    text-align: left; color: #333; font-weight: bold;
    background-color: #efefef;
}
.committee_wrap .committee_2 th span {padding-left: 16px;
    font-weight: normal;
    position: relative;
}
.committee_wrap .committee_2 th span::before {content: ""; width: 1px; height: 15px;
    background-color: #000;
    position: absolute; left: 7px; top: 2px;
}
.committee_wrap .committee_2 td {padding: 12px 5px;
    border-bottom: 1px solid #d8d7d7;
    
}

/* 회칙 */
.rule {padding-top: 5px; margin-bottom: 15px;}
.rule h4 {width: 100%; height: 50px; padding-left: 20px;
    line-height: 50px; color: #018f83; font-weight: bold;
    background-color: #F5F5F5;
    border-top: 1px solid #000;
    border-bottom: 1px solid #AFAEAE;
}
.rule .rule_sub {}
.rule .rule_sub .rule_txt {padding: 10px 20px;
    border-bottom: 1px dotted #c7c7c7;
}
.rule .rule_sub .rule_txt strong {margin-bottom: 5px; display: block;
    font-weight: bold;
}
.rule .rule_sub .rule_txt p {padding-left: 20px;
    line-height: 30px;
}
.rule .rule_sub .rule_txt p span {display: block; padding-left: 40px;
    line-height: 25px;
}

/* 게시판 */
.mHeight {min-height: 500px;}
.board_wrap {margin-bottom: 20px;
}
.board_wrap .search_box {padding-top: 20px; margin-bottom: 20px;
    text-align: right;
}
.board_wrap .search_box span {}
.board_wrap .search_box span+span {margin-left: 10px;}
.board_wrap .search_box span select {width: 100px; height: 25px;
    border: 1px solid #CECECE; border-radius: 5px;
}
.board_wrap .search_box span input[type="search"] {width: 200px; height: 25px;
    border: 1px solid #CECECE; border-radius: 5px;
    position: relative;
}
.board_wrap .search_box span input[type="search"]::after {content: ""; width: 12px; height: 7px;
    background: url(../img/search_icon.png) no-repeat 0 0;
    position: absolute; left: 0; top: 0;
}
.board_wrap .search_box span .search_btn {margin-left: 10px; width: 50px; height: 25px;
    background: #65AADD;
    border: none; border-radius: 5px;
    color: #fff; line-height: 25px;
    cursor: pointer;
    transition: all 0.3s;
}
.board_wrap .search_box span .search_btn:hover {background: #9fd0f5;}
.board_wrap .board {padding: 10px 0;
    border-bottom: 1px solid #aeaeae;
}
.board_wrap .board:first-of-type {border-bottom: none;}
.board_wrap .board li {float: left;
    text-align: center;
}
.board_wrap .board li.admin {width: 5%;}
.board_wrap .board li.num {width: 5%;}
.board_wrap .board li.num.notice {
    font-size: 14px; background-color: #65AADD; color: #fff;
    border-radius: 5px;
} 
.board_wrap .board li.subject {width: 55%;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.board_wrap .board_list:nth-last-of-type(1) {}
.board_wrap .board_list li.subject {text-align: left; padding-left: 20px;}
.board_wrap .board li.attach {width: 5%;}
.board_wrap .board li.attach i {color: #bbb;}
.board_wrap .board li.name {width: 15%;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.board_wrap .board li.date {width: 10%;}
.board_wrap .board li.views {width: 5%;}
.board_wrap .board_tit {
    background: #EFEFEF;
    border-top: 2px solid #333;
}
.board_wrap .board_tit li {font-weight: bold;}
.board_btn_wrap.f_left {float: left; margin-bottom: 50px;}
.board_btn_wrap .board_btn {}
.board_btn_wrap .board_btn button {height: 25px; padding: 0 10px;
    border: none; border-radius: 5px;
    background: #65AADD;
    color: #fff; line-height: 25px;
    cursor: pointer;
    transition: all 0.3s;
}
.board_btn_wrap .board_btn button:hover {background: #9fd0f5;}
.board_btn_wrap .board_btn button+button {margin-left: 10px;}
.pagination.f_right {float: right;}
.pagination {}
.pagination nav {}
.pagination nav ul {}
.pagination nav ul li {display: inline-block;
    color: #999; font-weight: bold;
}
.pagination nav ul li.on {color: #000;}
.pagination nav ul li:hover {color: #000;}
.pagination nav ul li a {display: block; width: 100%; height: 100%;}
.pagination nav ul li+li {margin-left: 10px;}
.pagination nav ul li:first-child {width: 20px; height: 20px;
    background: url(/img/board_pagination.png) no-repeat 0 0;
    text-indent: -9999px;
}
.pagination nav ul li:first-child::before {}
.pagination nav ul li:last-child {width: 20px; height: 20px;
    background: url(/img/board_pagination.png) no-repeat -20px 0;
    text-indent: -9999px;
}
.pagination nav ul li:last-child::before {}
.delBtn {background-color: #dd6565 !important;}
.delBtn:hover {background-color: #f19c9c !important;}
.modifyBtn {background-color: #79dd65 !important;}
.modifyBtn:hover {background-color: #b2f5a5 !important;}

.pagination .fa-arrow-right,.fa-arrow-left {color: transparent;
    position: relative; top: 3px;
    font-size: 23px;
}
.pagination .fa-arrow-left {margin-right: 5px;}
.pagination strong {color: #333; font-weight: bold; font-size: 20px;}
.pagination a {color: #999; font-size: 20px;}
.pagination .fa-arrow-right::before {width: 20px; height: 20px;
    background: url(/img/board_pagination.png) no-repeat -20px 0;
}
.pagination .fa-arrow-left::before {width: 20px; height: 20px;
    background: url(/img/board_pagination.png) no-repeat 0 0;
}


.board_view_wrap {}
.board_view_wrap .board_view {margin-bottom: 15px;}
.board_view_wrap .board_view .board_view_top {}
.board_view_wrap .board_view .board_view_top ul {display: table; width: 100%;table-layout: fixed;}
.bb_t {border-top: 2px solid #333;}
.bb_bottom {border-bottom: 2px solid #333;}
.board_view_wrap .board_view .board_view_top ul li {display: table-cell; padding: 10px 0;
}
.board_view_wrap .board_view .board_view_top ul+ul {border-top: 1px solid #d6d6d6;}
.board_view_wrap .board_view .board_view_top ul li:nth-child(1) {width: 10%; padding-left: 20px;
    background: #f2f2f2;
}
.board_view_wrap .board_view .board_view_top ul li:nth-child(2) {width: 90%; padding-left: 20px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.board_view_wrap .board_view .board_view_contents {width: 100%;
    min-height: 200px;
}
/*.board_view_wrap .board_view .board_view_contents img {width: 80%; margin: 0 auto;}*/
.board_view_wrap .board_view .board_view_contents img {
    width: auto;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.board_view_wrap .board_view .board_attach ul {display: table; width: 100%;
    table-layout: fixed;
}
.board_view_wrap .board_view .board_attach ul+ul {border-top: 1px solid #d6d6d6;}
.board_view_wrap .board_view .board_attach ul li {display: table-cell; padding: 10px 0;}
.board_view_wrap .board_view .board_attach ul li:nth-child(1) {width: 10%; padding-left: 20px;
    background: #f2f2f2;
}
.board_view_wrap .board_view .board_attach ul li span {cursor: pointer;}
.board_view_wrap .board_view .board_attach ul li:nth-child(2) {width: 90%; padding-left: 20px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.border_write input[type="text"] {width: 100%;
    border: none; border-bottom: 1px solid #b3b3b3;
}
.border_write textarea {width: 100%; height: 100%; resize: none;}
.file_btn {padding: 5px 10px;
    border: none; border-radius: 5px;
    background: #055694;
    color: #fff; line-height: 25px;
    cursor: pointer;
    transition: all 0.3s;
}
.att_del {margin-left: 10px;
    color: #999;
    cursor: pointer;
}

.gallery_wrap {margin-bottom: 50px; width: 1000px; margin: 0 auto;}
.gallery_wrap .conf_select {margin-bottom: 25px;
    text-align: center;
}
.gallery_wrap .conf_select select {width: 500px; height: 25px;
    border: 1px solid #d6d6d6;
}
.gallery_list ul li {float: left; width: 220px; margin-bottom: 40px;
    box-shadow: 0 0 10px 0 rgb(0,0,0,20%);
    background-color: #f5f5f5;
}
.gallery_list ul li:hover {box-shadow: 0 0 10px 0 rgb(0,0,0,50%);}
.gallery_list ul li+li {margin-left: 40px;}
.gallery_list ul li:nth-child(4n+1) {margin-left: 0;}

.gallery_list ul li img {width: 220px; height: 180px;}
.gallery_list ul li strong.gal_tit {width: 80%; margin: 0 auto; display: block; padding:5px 0;
    text-align: center;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.gallery_list ul li .gal_txt {width: 90%; margin: 0 auto; margin-bottom: 10px;}
.gallery_list ul li .gal_txt p {color: #aaa;}
.gallery_list ul li .gal_txt p:nth-of-type(1) {float: left;}
.gallery_list ul li .gal_txt p:nth-of-type(2) {float: right;}
.gallery_list ul li .gal_txt p i {margin-right: 5px;}
.gallery_sel {width: 550px; height: 25px;
    border: 1px solid #b3b3b3;
}

.user_search_wrap {margin-bottom: 50px; padding-top: 30px;}
.us_box {padding: 20px 0; margin-bottom: 70px;
    border: 3px solid rgba(102, 170, 221, 0.4);
}
.us_box ul {
    text-align: center;
}
.us_box ul li {display: inline-block;}
.us_box ul li+li {margin-left: 10px;}
.us_box ul li select {width: 70px; height: 25px;
    border: 1px solid #aeaeae;
}
.us_box ul li input[type="text"] {width: 150px; height: 25px;
    border: 1px solid #aeaeae;
}
.us_box ul li .us_btn {width: 100px; height: 25px;
    line-height: 25px;
    border:none;
    background-color: #f2f3f3;
    color: #a3a3a3; font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.us_box ul li .us_btn:hover {background-color: #d9d9d9; color: #333;}

.us_list {}
.us_list p {padding-top: 30px;
    border-top: 1px solid #d6d6d6;
    text-align: center;
}
.us_list ul {width: 100%; display: table;
    border-bottom: 1px solid #d6d6d6;
}
.us_list ul:first-of-type {
    border-top: 2px solid #4a8aba; border-bottom: none;
    background-color: #f5f5f5;
    font-weight: bold;
}
.us_list ul li {display: table-cell; padding: 10px 0;
    text-align: center;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.us_list ul li:nth-child(1) {width: 5%;}
.us_list ul li:nth-child(2) {width: 10%;}
.us_list ul li:nth-child(3) {width: 20%;}
.us_list ul li:nth-child(4) {width: 50%;}
.us_list ul li:nth-child(5) {width: 15%;}

/* 게시판 댓글 */
.reply_list {padding: 10px;}
.reply_list+.reply_list {border-top: 1px solid #eee;}
.reply_list:nth-of-type(odd) {background-color: #f4f4f4;}

.reply_name {float: left; margin-bottom: 10px;}
.reply_name strong {font-size: 20px;}
.reply_name span {margin-left: 15px;
    font-size: 12px; color: #aaa
}

.reply_btn {float: right;}
.reply_btn span {}
.reply_btn a {}

.reply_des {padding: 15px;
    font-size: 14px;
}

.comment_writes {padding-top: 20px;}
.comment_writes textarea {width: 100%; height: 150px; resize: none;
    border: 1px solid #d6d6d6;
    outline: none;
}
.reply_input {padding-top: 20px;}
.reply_input textarea {width: 100%; height: 150px; resize: none;
    border: 1px solid #d6d6d6;
    outline: none;
}
.replyTitle {margin-bottom: 10px;}
.replyTitle span {padding: 5px 10px;
    font-size: 17px; color: #fff; font-weight: 900;
    background-color: #000;
}
.reply_btn2 {text-align: right;}
.reply_btn2 button {padding: 5px 10px;
    border: none; border-radius: 5px;
    background-color: #0b4069; color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.reply_btn2 button:hover {background-color: #46779c;}

/* 학술대회 */
.conf_history {margin-bottom: 40px;
    border-top: 2px solid #333; border-bottom: 2px solid #333;
}
.conf_history ul {display: table; width: 100%;
    border-bottom: 1px solid #d6d6d6;
}
.conf_history ul:nth-last-of-type(1) {border-bottom: none;}
.conf_history ul li {display: table-cell; padding: 15px 0;}
.conf_history ul.conf_tit li {padding-left: 0 !important;
    text-align: center; color: #fff !important;
    background-color: #7b59a5;
}
.conf_history ul li:first-child {padding-left: 20px; width: 55%;
    color: #b394d8;
}
.conf_history ul li:nth-child(2) {width: 20%;
    text-align: center;
}
.conf_history ul li:nth-child(3) {width: 25%;
    text-align: center;
}

.conf_cal {margin-bottom: 40px;}
.calendar {float: left; width: 600px; height: 500px;
    border: 1px solid #333;
}
.calendar .cal {width: 100%; height: 100%; text-align: center;}
.calendar .cal caption {margin-bottom: 20px; padding-top: 20px;}
.calendar .cal caption .controler {
    background-color: transparent;
    font-size: 18px;
    border: none;
}
.calendar .cal tr {height: 60px;}
.calendar .cal tr th,td {vertical-align: middle;}
.calendar .cal caption .controler i {
    color: #888; font-size: 18px; top: 0;
}
.calendar .today {font-weight: bold;}
.calendar .today font {
    position: relative;
}
.calendar .today font::before {content: ""; display: block; width: 35px; height: 35px;
    border-radius: 100%;
    border: 1px solid #333;
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%,-50%);
}
.cal_info {float: left; margin-left: 50px; width: 550px; height: 500px; overflow-y: auto;
    border-bottom: 2px solid #333;

}
.cal_info_top {padding: 10px 20px;
    border-top: 2px solid #333;
}
.cal_info_top h4 {float: left;
    color: #5c437c; font-weight: bold; font-size: 22px;
}
.cal_info_top p {float: right;}
.cal_info_top p button {padding: 5px 10px;
    border: none; border-radius: 5px;
    background-color: #7b59a5;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
}
.cal_info_top p button:hover {background-color: #b99fda;}
.cal_info_list {margin-bottom: 20px; padding-top: 20px;
    position: relative;
}
.cal_del {position: absolute; right: 20px; top: 20px;
    cursor: pointer; font-size: 18px; color: #777;
}
.cal_info_list+.cal_info_list {border-top: 2px dotted #d6d6d6;}
.cal_info_list h5 {margin-bottom: 5px;
    font-weight: bold; color: #b79dd6; font-size: 18px;
}
.cal_info_list_wrap {height: 445px; overflow-y: auto;}
.cal_info_list p {}
.cal_info_list p:nth-last-of-type(1) {color: #999;}
.cal_info_list p+p {padding-top: 5px;}

.c_write_wrap {margin-bottom: 50px;}
.c_write {margin-bottom: 20px;
    border-top: 2px solid #5c437c; border-bottom: 2px solid #5c437c;
}
.c_write ul {display: table; width: 100%;
    border-bottom: 1px solid #aeaeae;
}
.c_write ul li {display: table-cell; padding: 10px 0; padding-left: 30px;
    
}
.c_write ul li:nth-child(1) {width: 13%;
    background-color: #f5f5f5;
}
.c_write ul:nth-last-of-type(1) {border-bottom: none;}
.c_write ul li input[type="text"] {height: 25px; padding-left: 3px;
    border: 1px solid #dad9d4;
    background-color: #fefdef;
}
.c_write ul li i {margin-left: 5px;
    font-size: 18px; color: #888;
    vertical-align: middle;
    cursor: pointer;
}
.c_write_btn {text-align: center;}
.c_write_btn button {padding: 7px 40px;
    border:none;
    background-color: #f2f3f3;
    color: #a3a3a3; font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.c_write_btn button:hover {background-color: #d9d9d9; color: #333;}
.c_write_btn button+button {margin-left: 50px;}


.abs_request {margin-bottom: 50px;}
.abs_request h4 {margin-bottom: 10px;
    text-align: center; font-size: 18px; color: #a076d6;
}
.abs_request_table {margin-bottom: 20px;
    border-top: 2px solid #5c437c; border-bottom: 2px solid #5c437c;
}
.abs_request_table ul {display: table; width: 100%;
    border-bottom: 1px solid #aeaeae;
}
.abs_request_table ul:nth-last-of-type(1) {border-bottom: none;}
.abs_request_table ul li {display: table-cell; padding: 10px 0;
    
}
.abs_request_table ul li:first-child {width: 13%; padding-left: 30px;
    background-color: #f5f5f5;
}
.abs_request_table ul li:nth-child(2) {padding-left: 30px;}
.abs_request_table ul li input[type="text"] {height: 25px; padding-left: 3px;
    border: 1px solid #dad9d4;
    background-color: #fefdef;
}
.abs_request_table ul li .abs_add {width: 100px; height: 25px; margin-left: 10px;
    border:none;
    background-color: #f2f3f3;
    color: #a3a3a3; font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.abs_request_table ul li .abs_add:hover {background-color: #d9d9d9; color: 333;}
.abs_code {width: 70px;}
.abs_code2 {width: 30%; margin-left: 10px;}
.abs_ph {width: 80px;}
.abs_request_table ul li i {margin-left: 10px;
    font-size: 20px; color: #777;
    vertical-align: middle;
    cursor: pointer;
}
.abs_request_table ul li select {height: 25px;}
.abs_btn {text-align: center;}
.abs_btn button {width: 100px; height: 25px; margin-left: 10px;
    border:none;
    background-color: #f2f3f3;
    color: #a3a3a3; font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.abs_btn button:hover {background-color: #d9d9d9; color: 333;}

/* 간행물 */
.journal_btn {margin-bottom: 20px;
    text-align: right;
}
.journal_btn button {padding: 7px 25px;
    background-color: #EFEFEF;
    border: none; border-radius: 5px;
    color: #7A7A7A; font-weight: bold;
    cursor: pointer;
}
.journal_rule_wrap {margin-bottom: 50px;}
.journal_rule {}
.journal_rule .j_rule_tit {padding: 10px 20px;
    border-top: 2px solid #aeaeae; border-bottom: 2px solid #aeaeae;
    background-color: #F5F5F5;
    color: #CF7643; font-weight: bold;
}
.j_rule_txt {padding: 10px 20px;
    border-bottom: 1px dotted #aeaeae;
}
.j_rule_txt:nth-last-of-type(1) {border-bottom: none;}
.j_rule_txt p.j_rule_subtit {padding: 5px 0;
    font-weight: bold; font-size: 17px;
}
.j_rule_txt p {padding:5px 0; padding-left: 20px;
    font-size: 15px;
}

.j_search_wrap {margin-bottom: 50px;}
.j_searchBox {width: 100%;
    border-top: 2px solid #FEE06A;
}
.j_searchBox ul {display: table; width: 100%;}
.j_searchBox ul li {display: table-cell; padding: 10px 0;
    border-bottom: 1px solid #AFAEAE;
    text-align: center;
}
.j_searchBox ul:first-of-type li {text-align: center; background-color: #f5f5f5;
    font-weight: bold;
}
.j_searchBox ul li:first-child {width: 13%;
    font-size: 16px;
}
.j_searchBox ul li:nth-child(2) {width: 74%;
    font-size: 14px;
}
.j_searchBox ul li:nth-child(3) {width: 13%;}
.j_searchBox ul li label {margin-right: 10px;}
.j_searchBox ul li input[type="text"] {height: 25px; margin-right: 5px; 
    border: 1px solid #dad9d4;
    background-color: #fefdef;
}
.j_name {width: 100%;}
.j_searchBox ul li select {height: 25px;
    border: 1px solid #dad9d4;
}
.j_searchBox ul li span {margin-left: 20px;}
.j_searchBtn {text-align: right; padding-top: 20px;}
.j_searchBtn button {padding: 5px 10px;
    background-color: #F3C84E;
    color: #fff;
    border: none; border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.j_searchBtn button+button {margin-left: 5px;}
.j_searchBtn button:hover {background-color: #ffe9ad;}
.j_searchInfo {padding-top: 20px; margin-bottom: 50px;}
.j_searchInfo h4 {padding: 10px 0; padding-left: 40px; margin-bottom: 15px;
    border-top: 2px solid #FEE06A; border-bottom: 1px solid #AFAEAE;
    background-color: #EFEFEF;
    position: relative;
    font-weight: bold;
}
.j_searchInfo h4::before {content: ""; width: 12px; height: 12px;
    background: url(/img/journal_arrow.png) no-repeat 0 0;
    position: absolute; left: 25px; top: 13px;
}
.j_searchInfo p {padding-left: 40px;
    line-height: 30px;
}

.j_list {margin-bottom: 50px;}
.j_list .j_contents {margin-bottom: 15px;}
.j_list .j_contents .j_title {padding: 10px 0; padding-left: 40px; margin-bottom: 15px;
    border-top: 2px solid #FEE06A; border-bottom: 1px solid #AFAEAE;
    background-color: #EFEFEF;
    position: relative;
    font-weight: bold;
}
.j_list .j_contents .j_des {padding-left: 40px;
    line-height: 30px;
}
.j_list .j_contents .j_btn {text-align: center; padding-top: 20px;}
.j_list .j_contents .j_btn button {padding: 5px 10px;
    background-color: #F3C84E;
    color: #fff;
    border: none; border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.j_list .j_contents .j_btn button:hover {background-color: #ffe9ad;}




.j_search2 {display: none;}

.j_txt {display: block;
    text-align: center; line-height: 22px;
}
.j_txt em {color: rgb(179, 17, 17);}
.j_pdf {padding: 20px 0;}
.j_pdf h4 {width: 100%; padding: 10px 0; padding-left: 30px; margin-bottom: 10px;
    background-color: #f5f5f5;
    color: #CF7643; font-weight: bold; font-size: 18px;
    border-top: 1px solid #333; border-bottom: 1px solid #d6d6d6;
}
.j_pdf p {width: 100%; padding: 5px 0; padding-left: 40px; margin-bottom: 5px;
    font-weight: bold;
    position: relative;
}
.j_pdf p span {position: absolute; right: 0; top: 5px;
    color: #888; text-decoration: underline;
}
.j_pdf p span::before {content: ""; width: 20px; height: 26px;
    position: absolute; left: -25px; top: -5px;
    background: url(/img/pdfBtn.png) no-repeat 0 0;
}
.j_pdf ul {margin-bottom: 20px; padding-left: 60px;}
.j_pdf ul li {line-height: 22px;}

/* 즐겨찾기 */

.bookmark_wrap {margin-bottom: 50px; min-height: 500px;}
.bm_tit {margin-bottom: 30px; padding-bottom: 5px;
    border-bottom: 2px solid #CF7643;
    font-size: 20px; color: #CF7643; font-weight: bold;
}
.bm_list {width: 800px; margin: 0 auto; padding-top: 50px;}
.bm_list ul {}
.bm_list ul li {float: left; width: 48%; padding: 10px 0; margin-bottom: 30px; padding-left: 40px;
    position: relative;
    border-bottom: 1px dotted #ccc;
}
.bm_list ul li::before {content: ""; width: 30px; height: 30px;
    position: absolute; left: 0; top: 3px;
    background: url(/img/bm_icon.png) no-repeat 0 0;
}
.bm_list ul li+li {margin-left: 4%;}
.bm_list ul li:nth-child(2n+1) {margin-left: 0;}
.bm_list ul li a {display: block; width: 100%;}
.bm_list ul li a:hover {color: #CF7643;}


/* 모바일 반응형 레이아웃 */
@media all and (max-width:600px) {
    .inner {width: 95%; margin: 0 auto;}
    .inner2 {width: 100%;}

    /* header */
    .header .header_top .logo {width: 180px; height: 39px; float: left; margin-left: 10px;
        background: url(../img/mobile_logo.png) no-repeat 0 0;
        text-indent: -9999px;
    }
    .header .header_top .logo a {display: block; width: 100%; height: 100%;}
    .header .header_top .tnb ul {display: none;}    
    .header .header_top .tnb span.index_menu {display: block; margin-right: 10px; margin-top: 5px;}
    .gnb {display: none;}
    /* .all_menu {display: block;} */
    
    /* visual */

    .swiper-button-prev, .swiper-button-next {bottom: 20px !important;}
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {left: 73px !important;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {left: 30px !important;}

    /* index_공지사항, 갤러리 */
    .index_notice {float: none; width: 90%; margin: 0 auto;}
    

    .index_notice .gallery {padding-top: 24px; margin-bottom: 20px;}
    .index_notice .gallery .gallery_tit {margin-bottom: 0;}
    .index_notice .gallery h2 {float: left;
        font-size: 24px; color: #595857;
    }
    .index_notice .gallery .gallery_sub {padding-top: 20px;}
    .index_notice .gallery .gallery_sub ul {width: 90%; margin: 0 auto;}
    .index_notice .gallery .gallery_sub ul li:nth-child(4) {display: none;}
    .index_notice .gallery .gallery_sub ul li:nth-child(5) {display: none;}

    /* 배너버튼 */
    .fuc_btn {float: none; width: 95%; margin: 0 auto; margin-bottom: 15px;}
    
    /* 배너광고 */
    .ad{position:relative; width:100%; background:#fff; margin-bottom: 15px; overflow: hidden;}
    .ad .flow_banner_box{position:relative; width:1000px; margin:0 auto; background:#fff; height:52px;}
    .ad .flow_banner_box .flow_bann_area{position:absolute; top:0px; left:50%; margin-left:-490px;}
    .ad .flow_banner_box .flow_bann_area ul{*zoom:1;}
    .ad .flow_banner_box .flow_bann_area ul::after{content:""; display:block; clear:both;}
    .ad .flow_banner_box .flow_bann_area ul li{float:left; margin-right: 12px; width: 160px; height: 50px;}
    .ad .flow_banner_box .flow_bann_area ul li a{display: block; width: 100%; height: 100%;}
    .ad .flow_banner_box .flow_bann_area ul li a img{border:1px solid #eee;
        width: 100%; height: 100%;
    }
    .flow_ctrl_box{text-indent: -9999px; display: none;}
    
    /* footer */
    .footer .footer_wrap .f_logo {float: none; margin: 0 auto; margin-bottom: 20px;}
    .footer .footer_wrap .f_info {float: none; width: 95%; margin: 0 auto;}
    .footer .footer_wrap .f_info div ul li {float: none;
        position: relative;
    }
    .footer .footer_wrap .f_info div ul li+li {margin-left: 0;}
    .footer .footer_wrap .f_info div ul li+li::before {display: none;}


    .lnb {width: 100%; min-width: 0; margin-bottom: 50px;
        border-bottom: 1px solid #eee;
    }
    .lnb ul {width: 100%; margin: 0 auto; 
        text-align: center; font-size: 0;
    }
    .lnb a {display: block; padding: 0 20px; height: 20px; overflow: hidden;
        font-size: 12px; font-weight: bold; color: #666;line-height: 19px;
        position: relative;
    }
    
    .welcome_ms .pic {float: none; width: 40%; margin: 0 auto;}
    .welcome_ms .pic img {width: 100%;}
    .welcome_ms .welcome_ms_txt {float: none; width: 100%;}
    .history_row {width: 95%; margin: 0 auto;}


    /* 게시판 */
    .board_wrap .search_box {text-align: center;}
    .board_wrap .search_box span select {width: 90px;}
    .board_wrap .search_box span input[type="search"] {width: 150px;}
    
    .board_wrap .board {border-top: 1px solid #aeaeae;
        border-bottom: none;
    }
    .board_wrap .board:nth-last-of-type(1) {border-bottom: 1px solid #aeaeae;}
    .board_wrap .board_tit {display: none;}
    .board_wrap .board li {float: none;
        text-align: center;
    }
    .board_list:nth-of-type(even) {background-color: #f1f1f1;}
    .board_wrap .board li.admin {width: 5%;}
    .board_wrap .board li.num {display: none;}
    .board_wrap .board li.subject {width: 90% !important; margin-bottom: 10px;
        overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
        font-weight: bold;
    }
    .board_wrap .board li.attach {width: 5%; float: left;}
    .board_wrap .board li.attach i {color: #bbb;}
    .board_wrap .board li.name {width: 25%; float: left;
        overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    }
    .board_wrap .board li.date {width: 40%; float: left;}
    .board_wrap .board li.views {width: 5%; float: left;}


    .board_view_wrap .board_view .board_view_top ul li:nth-child(1) {width: 20%; padding-left: 20px;
        background: #f2f2f2;
    }
    .board_view_wrap .board_view .board_view_top ul li:nth-child(2) {width: 80%; padding-left: 20px;
        overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    }
    .board_view_contents table {width: 100% !important;}
    .board_view_wrap .board_view .board_attach ul li:nth-child(1) {width: 15%; padding-left: 20px;
        background: #f2f2f2;
    }
    .board_view_wrap .board_view .board_attach ul li span {cursor: pointer;}
    .board_view_wrap .board_view .board_attach ul li:nth-child(2) {width: 85%; padding-left: 20px;
        overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
        vertical-align: middle;
    }

    /* 캘린더 */
    .calendar {float: none; width: 95%; height: auto; margin: 0 auto; margin-bottom: 20px;
        border: 1px solid #333;
    }
    
    .cal_info {float: none; margin: 0 auto; width: 95%; height: 500px; overflow-y: auto;
        border-bottom: 2px solid #333;
    
    }
    .c_write_wrap {margin-bottom: 50px;}
    .c_write {margin-bottom: 20px;
        border-top: 2px solid #5c437c; border-bottom: 2px solid #5c437c;
    }
    .c_write ul {display: table; width: 100%;
        border-bottom: 1px solid #aeaeae;
    }
    .c_write ul li {display: table-cell; padding: 10px 0; padding-left: 10px;
        vertical-align: middle;
    }
    .c_write ul li:nth-child(1) {width: 23%;
        background-color: #f5f5f5;
    }
    
    /* 초록 구매 */
    .abs_request_table {margin-bottom: 20px;
        border-top: 2px solid #5c437c; border-bottom: 2px solid #5c437c;
    }
    .abs_request_table ul {display: table; width: 100%;
        border-bottom: 1px solid #aeaeae;
    }
    .abs_request_table ul:nth-last-of-type(1) {border-bottom: none;}
    .abs_request_table ul li {display: table-cell; padding: 10px 0;
        vertical-align: middle;
    }
    .abs_request_table ul li:first-child {width: 23%; padding-left: 10px;
        background-color: #f5f5f5;
    }
    .abs_request_table ul li:nth-child(2) {padding-left: 10px;}
    
    /* 논문검색 */
    .j_search_wrap {margin-bottom: 50px;}
    .j_searchBox {width: 100%;
        border-top: 2px solid #FEE06A;
    }
    .j_searchBox ul {display: table; width: 100%;}
    .j_searchBox ul li {display: table-cell; padding: 10px 0;
        border-bottom: 1px solid #AFAEAE;
        vertical-align: middle;
    }
    .j_searchBox ul li:first-child {width: 23%; padding-left: 10px;
        background-color: #F5F5F5;
        font-size: 16px;
    }
    .j_searchBox ul li:nth-child(2) {padding-left: 10px;
        font-size: 14px;
    }
    .j_searchInfo p {padding-left: 0px;
        line-height: 30px;
    }

    .j_pdf p {width: 100%; padding: 5px 0; padding-left: 0; margin-bottom: 5px;
        font-weight: bold;
        position: relative;
    }
    
    .j_pdf ul {margin-bottom: 20px; padding-left: 10px;}
    .j_pdf ul li {line-height: 22px;}

    /* 갤러리 */
    .gallery_wrap {margin-bottom: 50px; width: 95%; margin: 0 auto;}
    .gallery_wrap .conf_select {margin-bottom: 25px;
        text-align: center;
    }
    .gallery_wrap .conf_select select {width: 100%; height: 25px;
        border: 1px solid #d6d6d6;
    }
    .gallery_list ul li {float: none; width: 100%; margin: 0 auto; margin-bottom: 20px;
        box-shadow: 0 0 10px 0 rgb(0,0,0,20%);
        background-color: #f5f5f5;
    }
    .gallery_list ul li:hover {box-shadow: 0 0 10px 0 rgb(0,0,0,50%);}
    .gallery_list ul li+li {margin-left: 0;}
    .gallery_list ul li:nth-child(4n+1) {margin-left: 0;}

    .gallery_list ul li img {width: 100%; height: 180px;}


    /* 로그인 회원가입 */
    .login_wrap {padding-top: 15%; width: 100%; margin: 0 auto; margin-bottom: 100px;}

    .login_wrap .login_tit {margin-bottom: 40px;
        text-align: center;
    }
    .login_wrap .login_tit h4 {padding-left: 47px; float: none; width: 112px; margin: 0 auto;
        color: #666; font-size: 23px; font-weight: bold;
        position: relative;
    }
    .login_wrap .login_tit h4::before {content: ""; width: 43px; height: 43px;
        background: url(../img/login_tit.png) no-repeat 0 0;
        position: absolute; left: 0; top: 7px;
    }
    .login_wrap .login_tit h4 span {font-size: 16px;}
    .login_wrap .login_tit p {padding-left: 10px; padding-top: 13px; float: none; width: 95%; margin: 0 auto;
        color: #999; font-size: 14px; line-height: 20px;
    }

    .login_sub {padding: 30px 20px; margin-bottom: 25px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }
    .login_sub .login_input {float: none; width: 100%; margin: 0 auto;}
    .login_sub .login_input p {padding-left: 20px; margin-bottom: 10px;
        position: relative;
    }
    .login_sub .login_input p:first-child {margin-bottom: 10px;}
    .login_sub .login_input p::before {content: ""; width: 14px; height: 14px;
        background: url(../img/login_arrow.png) no-repeat 0 0;
        position: absolute; left: 0; top: 5px;
    }
    .login_sub .login_input p label {width: 65px; display: inline-block;
        color: #777;
    }
    .login_sub .login_input p input {width: 70%;height: 25px;
        background-color: #f1f1f1;
        border: 1px solid #cbcbcb;
    }
    .login_sub .login_btn {float: none; width: 120px; margin:0 auto; padding-top: 20px;}
    .login_sub .login_btn button {width: 100%; height: 60px;
        border: none;
        background-color: #da8b90;
        border-radius: 3px;
        color: #fff; font-size: 16px;
        cursor: pointer;
        transition: all 0.3s;
    }
    .login_sub .login_btn button:hover {background-color: #ecacb0;}

    .login_etc {text-align: center;}
    .login_etc button {padding: 7px 40px; margin-bottom: 20px;
        border:none;
        background-color: #f2f3f3;
        color: #a3a3a3; font-weight: bold;
        border-radius: 3px;
        cursor: pointer;
        transition: all 0.3s;
    }
    .login_etc button:hover {background-color: #d9d9d9; color: #333;}
    .login_etc button+button {margin-left: 10px;}


    .account_tit {padding-top: 5px; margin-bottom: 100px; padding-bottom: 20px;
        border-bottom: 1px solid #B3B3B3;
    }
    .account_tit h4 {float: none; padding-left: 60px; margin: 0 auto; width: 165px;
        position: relative;
        font-size: 23px; color: #666; font-weight: bold;
    }
    .account_tit h4 span {font-size: 16px;}
    .account_tit h4::before {content: ""; width: 50px; height: 50px;
        background: url(/img/lock.png) no-repeat 0 0;
        position: absolute; left: 0; top: 3px;
    }
    .account_tit p {float: none; padding: 10px 0 0 0px;
        color: #999; font-size: 14px; line-height: 20px;
    }
    .account_tit p span {color: #e799c0;}

    .account_wrap {width: 100%;
    }
    .account_wrap .search {float: none; width: 100%;
        border-top: 1px solid #EFEFEF;
    }
    .account_wrap .search+.search {margin-left: 0%;}
    .account_wrap .search h5 {padding: 10px 0;
        text-align: center; font-size: 24px; color: #c0c1c3;
        background: #f9f9f9;
        border-bottom: 1px solid #B3B3B3;
        position: relative;
        
    }
    .account_wrap .search h5.id::before {content: ""; width: 98px; height: 80px; margin-left: -56px;
        background: url(/img/id_icon.png) no-repeat 0 0;
        position: absolute; left: 50%; top: -80px;
    }
    .account_wrap .search h5.pw::before {content: ""; width: 98px; height: 80px; margin-left: -56px;
        background: url(/img/pw_icon.png) no-repeat 0 0;
        position: absolute; left: 50%; top: -80px;
    }
    .account_wrap .search h5 span {color: #F3A7AC; margin-right: 10px;}
    .account_wrap .search .account_txt {padding: 15px 0 15px 10px; height: 105px;
        border-bottom: 1px solid #B3B3B3;
    }
    .account_wrap .search .account_txt p {
        line-height: 25px;
    }
    .account_wrap .search .account_input {padding-top: 25px; height: 140px; margin-bottom: 20px;
        border-bottom: 1px solid #d3d2d2;
    }
    .account_wrap .search .account_input p {margin-bottom: 7px;
        text-align: center;
        position: relative;
    }
    .account_wrap .search .account_input label::before {content: ""; width: 14px; height: 14px;
        background: url(../img/login_arrow.png) no-repeat 0 0;
        position: absolute; left: -10px; top: 2px;}
    .account_wrap .search .account_input p label {width: 65px; display: inline-block;
        position: relative;
        color: #666;
    }
    .account_wrap .search .account_input p input {width: 200px;height: 25px;
        background-color: #f1f1f1;
        border: 1px solid #cbcbcb;
    }
    .account_wrap .search .account_input>div {}
    .account_wrap .search .account_input>div em {display: block; width: 240px; margin: 0 auto; margin-bottom: 7px;
        position: relative;
    }
    .account_wrap .search .account_input>div em::before {content: ""; width: 14px; height: 14px;
        background: url(../img/login_arrow.png) no-repeat 0 0;
        position: absolute; left: -20px; top: 2px;}
    .account_wrap .search .account_btn {margin-bottom: 100px;
        text-align: center;
    }
    .account_wrap .search .account_btn button {padding: 7px 40px;
        border:none;
        background-color: #f2f3f3;
        color: #a3a3a3; font-weight: bold;
        border-radius: 3px;
        cursor: pointer;
        transition: all 0.3s;
    }
    .account_wrap .search .account_btn button:hover {background-color: #d9d9d9;
        color: #333;
    }

    .join_table ul li:first-child {width: 25%; padding-left: 13px;
        background: #f5f5f5;
        position: relative;
    }
    .join_table ul li:nth-child(2) {padding-left: 10px; width: 75%;
        font-size: 14px;
    }


    .my_intro_wrap {width: 95%; margin: 0 auto; padding-top: 30px; margin-bottom: 50px;
        text-align: center;
    }
    .my_intro_wrap div {float: none; width: 100%; height: 400px;
        border: 1px solid #d6d6d6;
        position: relative;
    }
    .my_intro_wrap div:nth-of-type(1)::after {content: ""; width: 192px; height: 192px; opacity: 0.7;
        position: absolute; right: 0; bottom: 0; z-index: -1;
        background: url(/img/info_modify.png) no-repeat 0 0;
    }
    .my_intro_wrap div:nth-of-type(2)::after {content: ""; width: 192px; height: 192px; opacity: 0.7;
        position: absolute; right: 0; bottom: 0; z-index: -1;
        background: url(/img/fee_list.png) no-repeat 0 0;
    }
    .my_intro_wrap div:nth-of-type(2) {margin-left: 0; margin-top: 20px;}
    .my_intro_wrap div h4 {padding-top: 30px; margin-bottom: 40px;
        font-weight: bold; font-size: 26px; color: #777;
    }
    .my_intro_wrap div ul {width: 80%; margin: 0 auto; margin-bottom: 50px;
        text-align: left;
    }
    .my_intro_wrap div ul li {
        font-size: 18px;
    }
    .my_intro_wrap div ul li+li {padding-top: 30px;}
    .my_intro_wrap div p.intro_btn {}
    .my_intro_wrap div p.intro_btn button {padding: 5px 10px;
        background-color: #fff; border: 1px solid #ccc;
        transition: all 0.3s;
        cursor: pointer;
    }
    .my_intro_wrap div p.intro_btn button:hover {background-color: #333; color: #fff;}
    .my_intro_wrap div p.intro_btn button+button {margin-left: 15px;}
    .fee_on {color: #1c2aa8; font-weight: bold;}
    .fee_off {color: #a81c1c; font-weight: bold;}


    .change_pw_wrap {min-height: 350px;}
    .change_pw {padding: 30px 5px; width: 100%; margin: 0 auto; margin-bottom: 50px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }
    .change_pw_input {text-align: center;}
    .change_pw_input p {padding-left: 0; margin-bottom: 10px;
        
    }
    .change_pw_input p:first-child {margin-bottom: 10px;}
    .change_pw_input p label::before {content: ""; width: 14px; height: 14px;
        background: url(../img/login_arrow.png) no-repeat 0 0;
        position: absolute; left: -22px; top: 2px;
    }
    .change_pw_input p label {width: 140px; text-align: left; display: inline-block;
        color: #777; position: relative;
    }
    .change_pw_input p input {width: 40%;height: 25px;
        background-color: #f1f1f1;
        border: 1px solid #cbcbcb;
    }
    .change_pw_btn {text-align: center; padding-top: 20px;}
    .change_pw_btn button {padding: 5px 10px;
        border: none;
        background-color: #da8b90;
        border-radius: 3px;
        color: #fff; font-size: 16px;
        cursor: pointer;
        transition: all 0.3s;
    }
    .change_pw_btn button:hover {background-color: #ecacb0;}

}