@charset "UTF-8";

/* --------------------------------------------------------------------------------------------
    ## COMMON
-------------------------------------------------------------------------------------------- */
html,
body {
    font-size: 12px;
    font-family: Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", sans-serif;
    line-height: 1.5;
}
#wrap {
    position: relative;
    padding-top: 145px;
}
.inner {
	position: relative;
	width: 1160px;
	margin-left:  auto;
	margin-right: auto;
}


/* --------------------------------------------------------------------------------------------
    ## HEADER
-------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------
    -- HEADER 공통
-------------------------------------------------------- */
#header {
    position: absolute;
    width: 100%;
    height: 145px;
    top: 0;
    left: 0;
    z-index: 999;
}
#header .inner {
    height: 100%;
}

#header .top,
#header .bottom {
    width: 100%;
}
#header .top {
    height: 90px;
}
#header .bottom {
    min-height: 55px;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    border-bottom: 0;
}
.openmenu #header .bottom {
    border-bottom: 2px solid rgba(0,161,205,1);
}

/* --------------------------------------------------------
    -- HEADER TOP
-------------------------------------------------------- */
#header h1 {
    position: absolute;
    height: 52px;
    margin-top: -26px;
    top: 50%;
    left: 0;
    z-index: 1;
}
#header h1 a img {
    max-width: 100%;
    height: auto;
}
#header .othermenu {
    position: absolute;
    top: 21px;
    right: 0;
}
#header .othermenu li {
    position: relative;
    margin-left: 25px;
    float: left;
    list-style-type: none;
    font-size: 16px;
    line-height: 1;
}
#header .othermenu li:first-child {
    margin-left: 0;
}
#header .othermenu li a.menu_home {
    width: 36px;
    background-image: url('../images/othermenu_home.png');
}
#header .othermenu li a.menu_login {
    width: 38px;
    background-image: url('../images/othermenu_login.png');
}
#header .othermenu li a.menu_logout {
    width: 52px;
    background-image: url('../images/othermenu_logout.png');
}
#header .othermenu li a.menu_signup {
    width: 50px;
    background-image: url('../images/othermenu_sign_up.png');
}
#header .othermenu li a.menu_myinfo {
    width: 50px;
    background-image: url('../images/othermenu_my_info.png');
}
#header .othermenu li a.menu_location {
    width: 62px;
    background-image: url('../images/othermenu_location.png');
}
#header .othermenu li a {
    display: block;
    height: 48px;
    overflow: hidden;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
}
#header .othermenu li a:hover {
    background-position: 50% bottom;
}

/* --------------------------------------------------------
    -- HEADER BOTTOM - MENU
-------------------------------------------------------- */
#header #menu {
    position: relative;
    min-height: 55px;
}
#header #menu .gnbline {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 55px;
    background: #dcdcdc;
}
#header #menu #gnb {
    width: 100%;
    min-height: 55px;
    top: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
}
#header #menu #gnb a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: color 250ms ease, background 250ms ease;
    -moz-transition:    color 250ms ease, background 250ms ease;
    transition:         color 250ms ease, background 250ms ease;
}
#header #menu #gnb li h3 {
    border-right: 1px solid #dcdcdc;
    overflow: hidden;
}
#header #menu #gnb li:first-child h3 {
    border-left: 1px solid #dcdcdc;
}
/*#header #menu #gnb li h3 a.gnb1 {background-image: url('../images/gnb_01.png');}*/
/*#header #menu #gnb li h3 a.gnb2 {background-image: url('../images/gnb_02.png');}*/
/*#header #menu #gnb li h3 a.gnb3 {background-image: url('../images/gnb_03.png');}*/
/*#header #menu #gnb li h3 a.gnb4 {background-image: url('../images/gnb_04.png');}*/
/*#header #menu #gnb li h3 a.gnb5 {background-image: url('../images/gnb_05.png');}*/
/*#header #menu #gnb li h3 a.gnb6 {background-image: url('../images/gnb_06.png');}*/
#header #menu #gnb li h3 a {
    height: 55px;
    line-height: 55px;
    font-size:18px;
    font-weight:700;
    color:#606060;
    text-transform: uppercase;
    background-color: #fff;
    background-position: 50% top;
    background-repeat: no-repeat;
    font-family:'나눔고딕',NanumGothic;
}
#header #menu #gnb li:hover h3 a,
#header #menu #gnb li.active h3 a {
    color:#fff;
    background-color: #1d5693;
    background-position: 50% bottom;
}
#header #menu #gnb .dep2 {
    display: none;
    width: 100%;
    padding: 10px 0 25px;
    font-size: 14px;
}
#header #menu #gnb li li {
    width: 100%;
    float: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#header #menu #gnb li li a {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    color: #313131;
    line-height: 40px;
}
#header #menu #gnb li li a:hover,
#header #menu #gnb li li.active a {
    color: #fff;
    background: #85a4c5;
}


/* --------------------------------------------------------------------------------------------
    ## FOOTER
-------------------------------------------------------------------------------------------- */
#footer {
    position: relative;
    z-index: 98;
    color: #7d7d7d;
    border-top: 1px solid #dcdcdc;
}
#footer .top_area {
    height: 40px;
    color: #fff;
    font-size: 14px;
    background: #535353;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
#footer .top_area a {
    color: #fff;
    text-decoration: none;
    line-height: 40px;
}
#footer .top_area a:hover {
    color: #51c5f6;
}

#footer .footermenu {
    float: left;
}
#footer .footermenu li {
    position: relative;
    height: 100%;
    margin-left: 24px;
    float: left;
    font-size: 14px;
}
#footer .footermenu li:first-child {
    margin-left: 0;
}
#footer .footermenu li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 18px;
    left: -12px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;
}
#footer .footermenu li:first-child:before {
    display: none;
}
#footer .togglemenu {
    position: relative;
    width: 200px;
    height: 28px;
    margin-top: 5px;
    float: right;
    font-size: 13px;
}
#footer .togglemenu h3 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    z-index: 1;
    cursor: pointer;
    font-size: 14px;
    line-height: 26px;
    background: #535353;
    border: 1px solid #fff;
    -webkit-transition: color 300ms ease 200ms, background 300ms ease 200ms;
    -moz-transition:    color 300ms ease 200ms, background 300ms ease 200ms;
    transition:         color 300ms ease 200ms, background 300ms ease 200ms;
}
#footer .togglemenu:hover h3 {
    color: #535353;
    background: #eee;
    border-color: #333;
    border-top-color: transparent;
    -webkit-transition: color 300ms ease 0ms, background 300ms ease 0ms;
    -moz-transition:    color 300ms ease 0ms, background 300ms ease 0ms;
    transition:         color 300ms ease 0ms, background 300ms ease 0ms;
}
#footer .togglemenu .icon {
	position: absolute;
	top: 3px;
	right: 15px;
	z-index: 1;
	font-size: 16px;
	color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform:    rotate(0deg);
    transform:         rotate(0deg);
    -webkit-transition: color 300ms ease 200ms, transform 300ms ease 200ms;
    -moz-transition:    color 300ms ease 200ms, transform 300ms ease 200ms;
    transition:         color 300ms ease 200ms, transform 300ms ease 200ms;
}
#footer .togglemenu:hover .icon {
    color: #535353;
    -webkit-transform: rotate(540deg);
    -moz-transform:    rotate(540deg);
    transform:         rotate(540deg);
    -webkit-transition: color 300ms ease 0ms, transform 300ms ease 0ms;
    -moz-transition:    color 300ms ease 0ms, transform 300ms ease 0ms;
    transition:         color 300ms ease 0ms, transform 300ms ease 0ms;
}
#footer .togglemenu ul {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 25px;
    left: 0;
    overflow: hidden;
    background: #eee;
    border: 1px solid transparent;
    -webkit-transition: height 300ms ease;
    -moz-transition:    height 300ms ease;
    transition:         height 300ms ease;
}
#footer .togglemenu:hover ul {
    /* height: 165px; */
	height: 40px;
    border-color: #333;
}
#footer .togglemenu ul li:first-child {
    padding-top: 3px;
}
#footer .togglemenu ul li a {
    display: block;
    padding: 5px 15px;
    color: #535353;
    font-size: 14px;
    line-height: 20px;
}
#footer .bottom_area .inner {
    padding: 25px 0;
    line-height: 1.4;
    background: url('../images/footer_logo.png') right 50% no-repeat;
}
#footer .bottom_area .name {
    /*color: #52c5f7;*/
    font-size: 14px;
	font-weight: bold;
}
#footer .bottom_area .info {
    margin: 10px 0 3px;
    font-size: 12px;
}
#footer .bottom_area .info li {
    margin-left: 20px;
    float: left;
}
#footer .bottom_area .info li:first-child {
    margin-left: 0;
}
#footer .bottom_area .copyright {
    font-size: 11px;
    text-transform: uppercase;
}

/* --------------------------------------------------------------------------------------------
    ## VISUAL
-------------------------------------------------------------------------------------------- */
#visual {
    position: relative;
    height: 210px;
}
.main #visual {
    width: 100%;
    height: 365px;
    background: url('../images/main/visual/slide01.jpg') 50% 50% no-repeat;
}
.main #visual .page_visual {
	display: none;
}


/* --------------------------------------------------------------------------------------------
    ## CONTAINER
-------------------------------------------------------------------------------------------- */
#container {
    min-height: 500px;
	margin: 70px 0 80px;
}
.main #container {
    min-height: auto;
	margin: 0 0 50px;
}


/* --------------------------------------------------------------------------------------------
    ## INDEX
-------------------------------------------------------------------------------------------- */
.main [class*='section'] {
    padding: 35px 0;
}
.main [class*='section'] h3 {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.main .section01 {
    padding-top: 25px;
}
.main .section01 .inner {
    padding: 20px 0 20px 20px;
    border: 1px solid #dcdcdc;
}
.main .section01 h3 {
    width: 230px;
    float: left;
}
.main .section01 .m_quick {
    width: 908px;
    float: left;
}
.main .section01 .m_quick ul {
    margin-top: 6px;
}
.main .section01 .m_quick li {
    position: relative;
    width: 20%;
    height: 130px;
    text-align: center;
    line-height: 0;
}
.main .section01 .m_quick li img {
    position: absolute;
    width: 130px;
    height: 130px;
    margin: -65px 0 0 -65px;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 350ms ease;
    -moz-transition:    opacity 350ms ease;
    transition:         opacity 350ms ease;
}
.main .section01 .m_quick li .quick_in {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:     alpha(opacity=0);
}
.main .section01 .m_quick li:hover .quick_out {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:     alpha(opacity=0);
}
.main .section01 .m_quick li:hover .quick_in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:     alpha(opacity=100);
}

.main .section01 .cols200 {
    width: 200px;
}
.main .section01 .cols400 {
    width: 400px;
}
.main .section01 .row li {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -webkit-transition: opacity 300ms ease;
    -moz-transition:    opacity 300ms ease;
    transition:         opacity 300ms ease;
}
.main .section01 .row li:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}


.main .section02 {
    padding: 0;
}
.main .section02 .colspan {
    width: 570px;
    min-height: 200px;
    margin-left: 20px;
}
.main .section02 .colspan:first-child {
    margin-left: 0;
}
.main .section02 .title_area .title li {
    height: 40px;
    margin: 0;
    float: left;
    font-size: 15px;
	font-family: 'Noto Sans Korean', 'Apple SD Gothic Neo', Dotum, sans-serif;
	font-weight: 400;
	letter-spacing: -0.05em;
    border-bottom: 3px solid transparent;
}
.main .section02 .title_area .title li a {
    display: block;
    height: 100%;
    color: #434343;
    text-align: center;
    line-height: 50px;
    -webkit-transition: color 300ms ease, border 300ms ease;
    -moz-transition:    color 300ms ease, border 300ms ease;
    transition:         color 300ms ease, border 300ms ease;
}
.main .section02 .list_type .title,
.main .section02 .gallery_type .title {
    border-bottom: 1px solid #dcdcdc;
}
.main .section02 .list_type .title li,
.main .section02 .gallery_type .title li {
    width: 100px;
    float: left;
    text-align: center;
}
.main .section02 .gallery_type .title li a {
    text-align: left;
}
.main .section02 .list_type .title li.active,
.main .section02 .gallery_type .title li.active {
    border-color: #e4197b;
}
.main .section02 .list_type .title li.active a,
.main .section02 .gallery_type .title li.active a {
    color: #313131;
}
.main .section02 .title_area .title .se_more {
    width: 80px;
    float: right;
    text-align: right;
}
.main .section02 .title_area .title .se_more a {
    display: none;
    padding: 10px 0;
    font-size: 15px;
}
.main .section02 .title_area .title .se_more a span {
    padding-right: 3px;
}
.main .section02 .title_area .title .se_more .active {
    display: inline;
}
.main .section02 .tab_contents {
    position: relative;
    width: 100%;
    padding: 0 30px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-top: 0;
}
.main .section02 #gallery_type_bbs {
    padding: 10px 0 0;
}
.main .section02 .tab_contents .tab_bbs_list {
    position: absolute;
    display: none;
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 0;
}
.main .section02 .tab_contents .tab_bbs_list.active {
    display: block;
}
.main .section02 .tab_contents .tab_bbs_list li {
    position: relative;
    height: 23px;
    margin-top: 5px;
    padding-left: 7px;
	padding-right: 100px;
    font-size: 14px;
    line-height: 1.2;
	white-space: nowrap;
}
.main .section02 .tab_contents .tab_bbs_list li:first-child {
    margin-top: 0;
}
.main .section02 .tab_contents .tab_bbs_list li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 5px;
    left: -5px;
    background: #313131;
    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;
}
.main .section02 .tab_contents .tab_bbs_list li a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.main .section02 .tab_contents .tab_bbs_list li .date {
	position: absolute;
	top: 0;
	right: 0;
}
.main .section02 .tab_contents .gallery_list {
    margin-top: 10px;
    line-height: 0;
}
.main .section02 .tab_contents .gallery_list li {
    position: relative;
    width: 32%;
    height: 140px;
    margin-left: 2%;
    float: left;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}
.main .section02 .tab_contents .gallery_list li.no_contents {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0;
	float: none;
	text-align: center;
}
.main .section02 .tab_contents .gallery_list li:first-child {
    margin-left: 0;
}
.main .section02 .tab_contents .gallery_list li .gallery_title {
    position: absolute;
    width: 100%;
    padding: 8px;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: #434343;
    font-size: 14px;
    line-height: 1;
	white-space: nowrap;
    background: #fff;
}
.main .section02 .tab_contents .gallery_list li .gallery_title a {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    overflow: hidden;
}
.main .section03 .m_quick {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.main .section03 .m_quick ul.grid6 {

}
.main .section03 .m_quick .grid6 li {

}
.main .section03 .m_quick .grid4 li a{
    width: 262px;
    height: 64px;
    display: inline-block;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 4px;
    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, #ededed, #ededed);
    padding: 3px;
}
.main .section03 .m_quick .grid4 li a img{width:262px;height:64px;}
.main .section03 .m_quick .grid6 li a{
    width: 164px;
    height: 47px;
    display: inline-block;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 4px;
    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, #ededed, #ededed);
    padding: 3px;
}
.main .section03 .m_quick .grid4 li a:hover,
.main .section03 .m_quick .grid6 li a:hover{
    background: linear-gradient(to right, #97ca41, #24a8d8);
}
.main .section03 h3 {
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Noto Sans Korean', 'Apple SD Gothic Neo', Dotum, sans-serif;
    color: #434343;
    line-height: 40px;
}
/* --------------------------------------------------------------------------------------------
    ## PAGE
-------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------
    -- SUB PAGE 공통
-------------------------------------------------------- */

/* SUB PAGE VISUAL */
.page01 #visual,.page02 #visual,.page03 #visual,
.page04 #visual,.page05 #visual,.page06 #visual,
.page07 #visual,.page08 #visual,.page09 #visual {
	background-image: url('../images/page/visual/page_visual_01.jpg');
}
.page11 #visual,.page12 #visual,.page13 #visual,
.page14 #visual,.page15 #visual,.page16 #visual,
.page17 #visual,.page18 #visual,.page19 #visual {
	background-image: url('../images/page/visual/page_visual_11.jpg');
}
.page21 #visual,.page22 #visual,.page23 #visual,
.page24 #visual,.page25 #visual,.page26 #visual,
.page27 #visual,.page28 #visual,.page29 #visual {
	background-image: url('../images/page/visual/page_visual_21.jpg');
}
.page31 #visual,.page32 #visual,.page33 #visual,
.page34 #visual,.page35 #visual,.page36 #visual,
.page37 #visual,.page38 #visual,.page39 #visual {
	background-image: url('../images/page/visual/page_visual_31.jpg');
}
.page41 #visual,.page42 #visual,.page43 #visual,
.page44 #visual,.page45 #visual,.page46 #visual,
.page47 #visual,.page48 #visual,.page49 #visual {
	background-image: url('../images/page/visual/page_visual_41.jpg');
}
.page51 #visual,.page52 #visual,.page53 #visual,
.page54 #visual,.page55 #visual,.page56 #visual,
.page57 #visual,.page58 #visual,.page59 #visual {
	background-image: url('../images/page/visual/page_visual_51.jpg');
}
.page61 #visual,.page62 #visual,.page63 #visual,
.page64 #visual,.page65 #visual,.page66 #visual,
.page67 #visual,.page68 #visual,.page69 #visual {
	background-image: url('../images/page/visual/page_visual_61.jpg');
}

.page #visual {
    position: relative;
    width: 100%;
    height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.page #visual .title {
	position: relative;
    height: 160px;
}
.page #visual .title h3 {
	position: absolute;
	width: 100%;
	height: 40px;
	margin-top: -20px;
	top: 50%;
    color: #1d5693;
	font-size: 35px;
	font-family: 'Noto Sans Korean', 'Apple SD Gothic Neo', Dotum, sans-serif;
	/*font-weight: 700;*/
	text-align: center;
	line-height: 40px;
}
.page #visual .pageinfo {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    /*background:rgba(0, 0, 0, 0.6);*/
    background:rgba(206, 206, 206, 0.9);
}
.page #visual .pageinfo nav li {
	height: 50px;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	/*border-right: 1px solid #000;*/
	border-right: 1px solid rgba(206, 206, 206, 0.6);
}
.page #visual .pageinfo nav li:first-child {
	width: 50px;
	font-size: 22px;
	text-align: center;
	/*background: #52c5f7;*/
	border-right: 0;
}
.page #visual .pageinfo nav li a,
.page #visual .pageinfo nav li span {
	position: relative;
	display: block;
	height: 100%;
	padding: 0 100px 0 30px;
	color: #fff;
}
.page #visual .pageinfo nav li a:after,
.page #visual .pageinfo nav li span:after {
    position: absolute;
    display: block;
    content: '\f125';
    top: 0;
    right: 30px;
    color: #fff;
    font-family: "Ionicons";
    font-size: 12px;	
}
.page #visual .pageinfo nav li a:hover,
.page #visual .pageinfo nav li a:hover:after {
	color: #f19149;
}
.page #visual .pageinfo nav li:first-child a,
.page #visual .pageinfo nav li:first-child span {
	padding: 0;
}
.page #visual .pageinfo nav li:first-child a:after,
.page #visual .pageinfo nav li:last-child a:after,
.page #visual .pageinfo nav li:first-child span:after,
.page #visual .pageinfo nav li:last-child span:after {
	display: none;
}
.page #visual .pageinfo nav li:first-child a:hover {
	color: #fff;
}


/* SUB PAGE SIDE MENU & CONTENT */
#smenu,
#content {
    position: relative;
    float: left;
}

/* 01. SUB PAGE SIDE MENU */
#smenu {
    width: 235px;
}
	#smenu h4 {
	    line-height: 0;
	}
	#smenu li {
	    position: relative;
	    border: 1px solid #dcdcdc;
	    border-top: 0;
	}
	#smenu li:first-child {
	    border-top: 1px solid #dcdcdc;
	}
	#smenu li a {
	    position: relative;
	    display: block;
	    padding: 10px 0 10px 15px;
	    color: #313131;
	    font-size: 15px;
        letter-spacing: -0.03em;
	    -webkit-transition: color 300ms ease, background 300ms ease;
	    -moz-transition:    color 300ms ease, background 300ms ease;
	    transition:         color 300ms ease, background 300ms ease;
	}
	#smenu li.active a {
	    /*color: #fff;*/
	    /*background: #18aad2;*/
        color: #313131;
	    background: #f8f9fd;
        font-weight:bold;
	}
	#smenu li a:hover {
	    color: #18aad2;
	    background: #efefef;
	}
	/*
	#smenu li a:before,
	#smenu li a:after {
	    position: absolute;
	    content: '\f125';
	    top: 11px;
	    color: #313131;
	    font-size: 14px;
	    font-family: "Ionicons";
	    -webkit-transition: color 300ms ease;
	    -moz-transition:    color 300ms ease;
	    transition:         color 300ms ease;
	}
	#smenu li a:before {right: 20px;}
	#smenu li a:after  {right: 27px;}
	#smenu li.active a:before,
	#smenu li.active a:after {
	    color: #fff;
	}
	#smenu li a:hover:before,
	#smenu li a:hover:after {
	    color: #18aad2;
	}
    */

/* 02. PAGE CONTENTS */
#content {
    width: 880px;
    min-height: 300px;
    margin-left: 45px;
}
	article#content h3 {
        margin: 30px 0 70px;
	    line-height: 0;
	}
	article#content section {
	    font-size: 15px;
	}


/* --------------------------------------------------------
    -- SUB PAGE 1x
-------------------------------------------------------- */
.sub14_contents {
    position: relative;
}
.sub14_contents > a {
	position: absolute;
    display: block;
    width: 245px;
    height: 72px;
    right: 46px;
    z-index: 1;
}
.sub14_contents > .sub141 {top:  69px;}
.sub14_contents > .sub142 {top: 165px;}
.sub14_contents > .sub143 {top: 261px;}
.sub14_contents > .sub144 {top: 357px;}
.sub14_contents > .sub145 {top: 453px;}
.sub14_contents > .sub146 {top: 549px;}
.sub14_contents > .sub147 {top: 645px;}
.sub14_contents > .sub148 {top: 741px;}




/* --------------------------------------------------------------------------------------------
    ## BOARD
-------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------
    ## MSIE
-------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------
    -- 공통
-------------------------------------------------------- */
.msie #header #menu #gnb .dep2 {
	font-size: 14px;
	font-weight: bold;
    letter-spacing: -0.08em;
}
.msie #header #menu #gnb .dep2 a {
	color: #757575;
}
.msie #header #menu #gnb .dep2 a:hover,
.msie #header #menu #gnb .dep2 .active a {
	color: #fff;
}
.msie #footer .copyright {
	font-family: tahoma;
	font-size: 10px;
	letter-spacing: 0.05em;
}


/* --------------------------------------------------------
    -- 메인
-------------------------------------------------------- */
.main.msie .section02 .tab_contents .tab_bbs_list li {
    letter-spacing: -0.06em;
}
.main.msie .section02 .tab_contents .tab_bbs_list li:before {
    top: 4px;
}
.main.msie .section02 .tab_contents .gallery_list li .gallery_title {
	font-size: 13px;
}


/* --------------------------------------------------------
    -- 서브
-------------------------------------------------------- */
.msie #smenu li a {
	padding: 10px 0 10px 10px;
	font-size: 14px;
	font-weight: bold;
    letter-spacing: -0.08em;
}
.page.msie #visual .pageinfo nav li {
	font-size: 13px;
	font-weight: bold;
}
.page.msie #visual .pageinfo nav li:first-child {
	font-size: 22px;
	font-weight: normal;
}

/* --------------------------------------------------------------------------------------------
    ## MOBILE
-------------------------------------------------------------------------------------------- */
#header,
#visual,
#containr,
#footer {
	width: 100%;
	min-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

article#content h3 {
    position:relative;font-size:25px;font-weight:700;font-family:'나눔고딕',NanumGothic;line-height:45px;
    margin: 0 0 40px;
}
article#content h3::after {
    position: absolute;
    display: block;
    content: '';
    width: 41px;
    height: 6px;
    left: 0;
    bottom: 0;
    background:#1f428a;
}

#ctt_con h4 {position:relative;padding-left:30px;font-size:1.3em;font-weight:bold;margin-top:20px;}
#ctt_con h4::before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 19px;
    top: 3px;
    left: 0;
    background: url('/data/editor/2109/07aedcb105fdb9b1fd91e88002f1ae89_1632718047_7201.png') no-repeat;
    background-size: 20px 19px;
}

.ctt_sub37 #ctt_con p {
    font-size:1.1em;
    font-weight:bold;
}

#ctt_con ul {
    line-height: 1.5em;
    margin: 5px 0 15px 20px;
    padding: 0;
}

#ctt_con li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
}

#ctt_con li.square {color:#000000;font-size:1.2em;font-weight:bold;margin-top:15px;line-height:1.5em;}
#ctt_con li.square::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 13px;
    height: 13px;
    background-color: #000000;
}

#ctt_con li.triangle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #000000;
}

#ctt_con li.arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 5px;
    width: 5px;
    border: 1px solid #000000;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

#ctt_con li.line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    display: block;
    border-top: 2px solid #000000;
}

#ctt_con li.plus::before  {
    content: "";
    position: absolute;
    background: #000000;
    left: 0;
    top: 9px;
    height: 2px;
    width: 8px;
}

#ctt_con li.plus::after {
    content: "";
    position: absolute;
    background: #000000;
    left: 3px;
    top: 5px;
    height: 10px;
    width: 2px;
}

#ctt_con li.diamond::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #000000;
}

#ctt_con li.diamond::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #000000;
}

#ctt_con li.checkmark {color:#1f428a;font-size:1.1em;font-weight:bold;margin-top:15px;line-height:1.5em;}
#ctt_con li.checkmark::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #1f428a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#ctt_con li.circle-checkmark::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border: solid 8px #000000;
    border-radius: 8px;
}

#ctt_con li.circle-checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 3px;
    height: 6px;
    border: solid #7eb4e2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#ctt_con li.star::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #000000;
    width: 10px;
    height: 10px;
    text-align: center;
    transform: rotate(0deg);
}

#ctt_con li.star::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 10px;
    width: 10px;
    background: #000000;
    transform: rotate(45deg);
}


#ctt_con li.heart::before, li.heart::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    width: 7px;
    height: 12px;
    background: #000000;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

#ctt_con li.heart::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

#ctt_con li.cross::before {
    content: "";
    position: absolute;
    height: 15px;
    border-left: 2px solid #000000;
    transform: rotate(45deg);
    top: 2px;
    left: 5px;
}

#ctt_con li.cross::after {
    content: "";
    position: absolute;
    height: 15px;
    border-left: 2px solid #000000;
    transform: rotate(-45deg);
    top: 2px;
    left: 5px;
}

#ctt_con li.curved-arrow::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 4px;
    top: 3px;
    border-top: 9px solid transparent;
    border-right: 9px solid #000000;
    transform: rotate(10deg);
}

#ctt_con li.curved-arrow::after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    border-top: 3px solid #000000;
    border-radius: 20px 0 0 0;
    top: 0;
    left: -5px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}