@charset "utf-8";
@import url('fonts/font-awesome.css');
@import url('NotoSansKR.css');
a{
    color: inherit;
    text-decoration: none;
}
html,
body{
    font-family: 'NotoSansKR', sans-serif;
    font-weight: 400;
}

input[type='text'], 
input[type='number'], 
input[type='password'], 
input[type='file'], 
select, textarea, button{
    font-family: 'NotoSansKR', sans-serif;
}

.m-hide{
    display: block;
}
.m-show{
    display: none;
}

/* 버튼 영역 */
.btnArea{
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}
.btnArea .posTL,
.btnArea .posTR{
    overflow: hidden;
}
.btnArea .posTL > *,
.btnArea .posTR > *{
    float: left;
    margin-left: 5px;
}
.btnArea .posTL > *:first-child,
.btnArea .posTR > *:first-child{
    margin-left: 0;
}
.btn a,
.btn input,
.btn button{
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    height: 35px;
    padding: 0 16px 4px;
    font-size: 12px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    vertical-align: top;
    text-align: center !important;
}
.btn a{
    height: auto;
    line-height: 1.2 !important;
    padding: 8px 16px 11px;
}
.btn .btnBg > *{
    width: 100%;
    height: 100%;
    border: 0 none;
    padding: 0;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}
/* 파랑색 */
.btn .btnDef{
    background-color: #484dab;
    border-color: #484dab;
    color: #fff !important;
}
/* 베이지색 */
.btn .btnPoint{
    background-color: #c6ad7c;
    border-color: #c6ad7c;
    color: #fff !important;
}
/* 회색 */
.btn .btnGrey{
    background-color: #535353;
    border-color: #535353;
    color: #fff !important;
}
/* 짙은파랑색 */
.btn .btnDBlue{
    background-color: #707190;
    border-color: #707190;
    color: #fff !important;
}
/* 남색 */
.btn .btnNavy{
    background-color: #45476e;
    border-color: #45476e;
    color: #fff !important;
}
/* 남색 */
.btn .btnNavy_reverse{
    background-color: #fff;
    border-color: #45476e;
    color: #45476e !important;
}
/* 보라색 */
.btn .btnPurple{
    background-color: #9734e4;
    border-color: #9734e4;
    color: #fff !important;
}
/* 하늘색 */
.btn .btnSky{
    background-color: #5481f2;
    border-color: #5481f2;
    color: #fff !important;
}
/* 주황색 */
.btn .btnOrg{
    background-color: #e48015;
    border-color: #e48015;
    color: #fff !important;
}
/* border+파랑색 */
.btn .btnBdDef{
    background-color: #fff;
    border-color: #484dab;
    color: #484dab !important;
}
/* border+베이지색 */
.btn .btnBdPoint{
    background-color: #fff;
    border-color: #c6ad7c;
    color: #c6ad7c !important;
}
/* border+남색 */
.btn .btnBdNavy{
    background-color: #fff;
    border-color: #45476e;
    color: #45476e !important;
}
.btn .btnRd{
    border-radius: 3px;
}
.btn .btnArr{
    padding: 5px 30px 7px 10px;
    background-image: url('/image/icon/bl_btnArr.png');
    background-position: right 50%;
    background-size: auto 11px;
    background-repeat: no-repeat;
    text-align: left !important;
}
.btn .btnImg{
    padding: 0;
    border: 0 none;
    border-radius: 0;
    margin-top: 0;
}
.btn .btnImg img{
    padding: 0;
    vertical-align: top;
}
.fwBold{
    font-weight: 700;
}
.txtItalic{
    font-style: italic;
}
.txtBlue{
    color: #1776ec;
}
.txtRed{
	color: #eb2d2d;
}
/* 큰 버튼 height:50px */
.btn .btnBig,
div.btnArea a,
div.btnArea input,
div.btnArea button{
    box-sizing: border-box;
    min-width: 120px;
    height: 50px;
    padding: 8px 20px 10px;
    font-size: 16px;
    font-weight: normal;
}
.btn a.btnBig,
div.btnArea a{
    min-width: 80px;
    height: 48px;
    padding: 13px 20px 15px;
}
div.btnArea *{
    margin-left: 20px;
}
div.btnArea *:first-child{
    margin-left: 0;
}
.btn .fullBtn{
    width: 100%;
    padding: 0 0 4px;
    font-size: 16px;
}
.btn a.fullBtn{
    padding: 5px 0 10px;
}
/* 작은 버튼 height:24px */
.btn .btnSmall{
    height: 25px;
    padding: 2px 13px 3px;
    font-size: 12px;
}
.btn a.btnSmall{
    height: auto;
    padding: 3px 13px 3px;
}
table.inputTbl span.btn{
    height: 30px;
    font-size: 12px;
}
table.inputTbl span.btn a{
    height: 18px;
    padding: 7px 13px 3px;
}
/*.scrollArea{margin: 10px 0;}*/
.txtUnderline{
    text-decoration: underline !important;
}
div.wrapper{
    margin: 0 auto;
    font-size: 15px;
}

img{
    max-width: 100%;
}
.textIndent{
	text-indent: 10px;
}
/*  Mobile : ~ width:960px */
@media screen and (max-width: 960px){
    div.wrapper{
        width: 100%;
        min-width: 320px;
        font-size: 12px;
    }
}
/* PC : width:961px ~ */
@media screen and (min-width: 961px){
    div.wrapper{
        width: 900px;
        min-width: 900px;
    }
}
/*  Mobile : ~ width:960px  */
@media screen and (max-width: 960px){
    .pcOnly{
        display: none !important;
    }
    .mobileOnly{
        display: block !important;
    }
    img.mobileOnly{
        width: 100%;
    }
}
/* PC : width:961px ~  */
@media screen and (min-width: 961px){
    .pcOnly{
        display: block !important;
    }
    .mobileOnly{
        display: none !important;
    }
}
/* =================== Header =================== */
div#headerWrap{
    z-index: 50;
    position: relative;
    height: 320px;
}
div#headerWrap a{
    display: block;
}
div#headerWrap h1{
    position: absolute;
}
div#headerWrap h1 a{
    display: block;
}
div#headerWrap h1 a img.mobileOnly{
    height: 55px;
}
/* _headerUtil */
div#headerWrap div.headerUtil{
    position: static;
    z-index: 50;
}
div#headerWrap div.headerUtil ul,
div#headerWrap p.home{
    position: absolute;
}
div#headerWrap div.headerUtil li{
    float: left;
    margin-left: 10px;
}
div#headerWrap div.headerUtil li:first-child{
    margin-left: 0;
}
div#headerWrap p.home a{
    display: block;
}
div#headerWrap a.search,
div#headerWrap a.viewMenu{
    text-indent: -10000px;
    background-position: center center;
    background-repeat: no-repeat;
}
div#headerWrap a.search{
    background-image: url('../image/icon_search.png');
}
div#headerWrap a.viewMenu{
    background-image: url('../image/icon_menu_w.png');
}
div#headerWrap a.newsletter{
    background-color: #294579;
    color: #fff;
    border-radius: 20px;
}
div#headerWrap div.headerUtil ul{
    right: 25px;
    top: 30px;
}
div#headerWrap p.home{
    top: 30px;
    left: 50px;
}
div#headerWrap a.newsletter{
    padding: 5px 15px;
    font-size: 14px;
}
/* _gnb */
div.gnbWrap{
    display: none;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
div.gnbWrap p.close{
    top: 0;
    height: 120px;
    background-color: #fff;
    border-bottom: 5px solid #3456b7;
}
div.gnbWrap p.close a{
    float: right;
    width: 125px;
    height: 125px;
    text-indent: -10000px;
    background: url('../image/icon_close.png') center center no-repeat;
}
ul#gnb{
    top: 120px;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
}
ul#gnb li{
    border-bottom: 1px solid #dedede;
}
ul#gnb ul li{
    padding-left: 60px;
    background-color: #f7f7f7;
}
ul#gnb a{
    position: relative;
    color: #282828;
    font-weight: 500;
}
ul#gnb a:before{
    position: absolute;
}
ul#gnb > li > a{
    padding-left: 60px;
}
ul#gnb > li > a:before{
    content: '·';
    font-size: 30px;
}
ul#gnb > li li a{
    padding-left: 10px;
}
ul#gnb > li li a:before{
    left: 0;
    content: '-';
}

/* PC : width:961px ~  */
@media screen and (min-width: 961px){
    div.wrapper{
        position: relative;
        background: #F77B0C url('../image/topVisual.png') center top no-repeat;
    }
    div.wrapper::before{
        z-index: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 367px;
        height: 100%;
        content: '';
    }
    div#headerWrap h1{
        position: absolute;
        top: 180px;
        left: 50%;
        margin-left: -400px;
    }
    /* _headerUtil */
	div#headerWrap div.headerUtil li.ham{
		margin-left: 20px;
	}
    /* 	div#headerWrap div.headerUtil ul{right:25px; top:30px;}
	div#headerWrap p.home{top:30px; left:50px;}
	div#headerWrap a.newsletter{padding: 5px 15px; font-size: 14px;} */
    /* _gnb */
    div.gnbWrap{
        width: 100%;
    }
    ul#gnb,
    div.gnbWrap p.close{
        width: 840px;
        margin-left: -420px;
    }
    div.gnbWrap p.gnbLogo{
        z-index: 1;
        position: absolute;
        top: 25px;
        left: 50%;
        margin-left: -350px;
    }
    div.gnbWrap p.gnbLogo a{
        display: block;
    }
    div.gnbWrap p.gnbLogo img{
        width: auto;
        display: block;
    }
    ul#gnb > li > a{
        padding-left: 40px;
		padding-right: 10px;
    }
    ul#gnb a{
        font-size: 20px;
        line-height: 36px;
    }
    ul#gnb a{
        padding: 5px 0 7px;
    }
    ul#gnb a:before{
        top: 5px;
        left: 20px;
        font-size: 0.4em;
        line-height: 36px;
    }
    ul#gnb,
    div.gnbWrap p.close{
        position: absolute;
        left: calc(50%);
    }
    div#headerWrap a.search,
    div#headerWrap a.viewMenu{
        width: 30px;
        height: 29px;
    }
}

/*  Mobile : ~ width:960px*/
@media screen and (max-width: 960px){
    div.wrapper:has(.main){
        background: #713b6e url('../image/topVisual_m.png')no-repeat center top 60px;
        background-size: 100% auto;
    }
    div.wrapper{
        background: #fff url('../image/sub_topVisual_m.png')no-repeat center top 60px;
        background-size: 100% auto;
    }
    div.wrapper::before{
        z-index: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 61vw;
        height: 100%;
        content: '';
    }
    div#headerWrap{
        height: 140px;
    }
    div#headerWrap h1{
        left: 15px;
        top: 130px;
    }
    /* _headerUtil */
    div#headerWrap div.headerUtil{
        position: relative;
        height: 60px;
        background: #fff;
    }
    div#headerWrap div.headerUtil ul{
        right: 10px;
        top: 17px;
    }
    div#headerWrap div.headerUtil li{
        float: left;
        display: inline-block;
    }
    div#headerWrap a.viewMenu{
        background-image: url('../image/icon_menu_m.png');
    }
    div#headerWrap a.newsletter{
        padding: 3px 10px 4px;
        font-size: 15px; /*  margin-right:-8px; */
    }
    div#headerWrap p.home{
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        margin: 0;
    }
    div#headerWrap p.home img{
        height: 30px;
    }
    /* _gnb */
    ul#gnb,
    div.gnbWrap p.close{
        width: 80%;
    }
    ul#gnb{
        top: 63px;
        background: #fff;
    }
    div.gnbWrap p.close{
        height: 58px;
    }
    div.gnbWrap p.close a{
        width: 26px;
        height: 26px;
        margin: 14px 10px 0 0;
        background-size: 100%;
    }
    div.gnbWrap p.gnbLogo{
        z-index: 1;
        position: absolute;
        top: 10px;
        left: 24%;
    }
    ul#gnb ul li{
        padding-left: 30px;
        background-color: #f7f7f7;
    }
    ul#gnb > li > a{
        padding-left: 30px;
        line-height: 22px;
    }
    ul#gnb a{
        font-size: 14px;
        line-height: 28px;
    }
    ul#gnb a{
        padding: 15px 10px 15px;
    }
    ul#gnb a:before{
        top: 13px;
        left: 15px;
        font-size: 0.1em;
    }
    ul#gnb,
    div.gnbWrap p.close{
        position: absolute;
        right: 0;
		bottom: 0;
    }
    div#headerWrap a.search,
    div#headerWrap a.viewMenu{
        width: 25px;
        height: 24px;
        background-size: auto 24px;
    }
    div#headerWrap a.newsletter{
        font-size: 13px;
    }
}

/* =================== Footer =================== */
div#footerWrap{
    z-index: 10;
    position: relative;
    background-color: #505050;
    text-align: center;
}
div#footerWrap,
div#footerWrap address{
    color: rgba(255, 255, 255, 0.7);
}
div#footerWrap a{
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 16px;
}
div#footerWrap li{
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: rgba(255, 255, 255, 0.7);
}
div#footerWrap dt{
    font-weight: 500;
}
div#footerWrap dd li:before{
    content: '/';
}
div#footerWrap dd li:first-child:before{
    content: '';
    padding: 0;
}
div#footerWrap ul.footerUtil li{
    padding-left: 5px;
}
div#footerWrap ul.footerUtil li:first-child{
    padding-left: 0;
}
div#footerWrap ul.footerUtil a{
    display: inline-block;
    vertical-align: top;
}
div#footerWrap ul.footerUtil a.refusal{
    padding: 5px 30px 5px 15px;
    background: url('../image/footerBl_arr.png') 92% center no-repeat;
    font-weight: 500;
    color: #3f3f3f;
    border: 1px solid #cfcfcf;
}

/* PC : width:961px ~ */
@media screen and (min-width: 961px){
    div#footerWrap{
        padding: 17px 25px 27px;
		font-size: 12px;
    }
    div#footerWrap ul.footerUtil{
        position: absolute;
        right: 25px;
        top: 50%;
        margin-top: -20px;
    }
    div#footerWrap dd li:before{
        padding: 0 10px;
    }
    div#footerWrap ul.footerUtil a.refusal{
        margin-top: 4px;
    }
}

/*  Mobile : ~ width:960px */
@media screen and (max-width: 960px){
    div#footerWrap{
        padding: 16px 15px 22px;
		font-size: 10px;
    }
    div#footerWrap > div{
        overflow: hidden;
        line-height: 18px;
        text-align: center;
    }
    div#footerWrap dd li:before{
        padding: 0 5px;
    }
    div#footerWrap ul.footerUtil a.refusal{
        margin-top: 2px;
    }
    div#footerWrap ul.footerUtil a img{
        width: 30px;
        height: auto;
    }
}

/* =================== 타이틀 관련 =================== */
div#container{
    z-index: 10;
    position: relative;
    background: #fff;
    min-height: 500px;
}
.titArea{
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 30px;
}
.titArea:first-child{
    margin-top: 0;
}
.titArea .subTit{
    background: url('../image/pageTit.png') 0 10px no-repeat;
    font-weight: 700;
    border-bottom: 3px solid #001e31;
		text-align: left;
}
.titArea .subTit.full{
    padding-right: 10px !important;
}
.titArea .subTit span{
    color: #294579;
    font-weight: 400;
}
div.wrapper a.conLink{
    display: inline;
    word-break: break-all;
    color: #3e3ec7;
    text-decoration: underline;
}
strong{
    font-weight: 700;
}
.boldTit{
    padding-left: 8px;
    text-indent: -8px;
    font-weight: 500;
}
.subTit_q{
    margin: 30px 0 5px;
    background: url('../image/tit_sub.jpg') 0 4px no-repeat;
    font-weight: 700;
    color: #3a3a3a;
}
.boldTit.typeB{
    font-weight: bold;
}
.subTitBg:first-child,
.boldTit:first-child{
    margin-top: 0;
}
.pointTit{
    margin-bottom: 10px !important;
    color: #0f2f69;
    font-weight: 400;
    font-size: 1.1em;
}
.pointTitItalic{
    margin-bottom: 10px !important;
    color: #294579;
    font-weight: 500;
    font-size: 1.1em;
    text-decoration: underline;
    font-style: italic;
}

/* PC : width:961px ~ */
@media screen and (min-width: 961px){
    div#container{
        padding-top: 20px;
    }
    .titArea{
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .titArea span{
        font-size: 15px;
        font-weight: 400;
    }
    .titArea span.typeA{
        top: 30px;
    }
	.titArea .subTit span{padding-bottom: 3px;}
    .subTit{
        padding: 0 0 20px 30px;
    }
    .subTit.typeA{
        padding: 0 294px 60px 30px;
    }
    .boldTit{
        margin: 10px 0 20px;
    }
    .subTit_q{
        padding-left: 35px;
        font-size: 20px;
    }
	.sub-next{
		text-align: center;
	}
}

/*  Mobile : ~ width:960px */
@media screen and (max-width: 960px){
    div#container{
        padding-top: 15px;
        margin-top: 70px;
    }
    .titArea{
        margin: 20px 0;
        padding: 0 15px;
    }
	.titArea .subTit{
        background-position: 0 10px;
        background-size: 15px;
		font-size: 18px;
		letter-spacing: -0.05em;
	}
    .titArea span{
        color: #294579;
        font-size: 12px;
        margin: 10px 0 0;
        font-weight: 400;
    }
    /* .titArea span strong{display:block;} */
    .subTit{
        padding: 0 0 10px 20px;
    }
    .boldTit{
        margin: 10px 0 15px;
        font-size: 13px;
        line-height: 16px;
    }
    .subTit_q{
        padding-left: 24px;
        font-size: 14px;
        background-size: 20px;
    }
	.sub-next{
		text-align: left;
	}
}

/* =================== 메인 =================== */
/* Main */
div#container.main{
    position: relative;
    padding: 25px;
    border: 0 none;
}
div.main div.issn{
    position: absolute;
    font-weight: bold;
    color: #fff;
}
div.main div.contents{
    background-color: #ffffff;
}
div.main div.contents a{
    display: block;
}
div.main div.contents > dl{
    position: relative;
    background-color: #fff;
}
div.main div.contents > dl dt img{
    display: block;
    width: auto;
    margin: 0 auto;
}
div.main dt.titBg{
    position: absolute;
    left: 0;
    top: -26px;
    padding-right: 15px;
    background-position: right top;
    background-repeat: no-repeat;
}
div.main dt.titBg span{
    display: block;
    color: #fff;
}
ul.mainQuick > li.row2ea a:first-child{
    margin-bottom: 16px;
}
ul.mainQuick > li.col2ea{
    overflow: hidden;
}
ul.mainQuick > li.col2ea a{
    float: right;
    width: calc(50% - 8px);
    margin: 0 0 0 8px;
}
ul.mainQuick > li.col2ea a:first-child{
    float: left;
    margin: 0 8px 0 0;
}
dl.mainEvent dt{
    background-image: url('../image/main_tit06.png');
}
dl.mainEvent dt span{
    background-color: #614d46;
}
div.banner{
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    background-color: #fff;
}
div.banner ul{
    font-size: 0;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}
div.banner ul li{
    list-style: none;
    display: inline-block;
    font-size: 1px;
    margin-left: 10px;
    vertical-align: top;
    margin-bottom: 5px;
}
div.banner ul li:last-child{
    margin-bottom: 0;
}
div.banner ul li:first-child{
    margin-left: 0;
}
div.banner ul li a{
    display: block;
    width: 140px;
}
/* div.banner ul li:first-child a{width:110px;} */
div.banner ul li a img{
    height: 50px;
    width: 100%;
}
@media all and (max-width: 420px){
    div.banner ul li:nth-child(odd){
        clear: both;
        margin-left: 0;
    }
}

/* _주요행사일정 */
dl.mainEvent{
    clear: both;
    margin-bottom: 15px;
}
dl.mainEvent ul{
    overflow: hidden;
}
dl.mainEvent li{
    float: left;
}
dl.mainEvent li a{
    text-align: center;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -1px;
}
dl.mainEvent li img{
    display: block;
    width: 100%;
}
dl.mainEvent li span{
    display: block;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}

/* _ News & Education */
div.main .news dl{
    position: relative;
    background-color: #ececee;
    box-sizing: border-box;
}
div.main .news dt{
}
div.main .news dd{
    padding: 30px 24px 30px 25px;
}
div.main .news a{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
/* div.main .news dl li{
    margin-bottom: 15px;
} */
.notice li{
    padding-left: 10px;
    background: url(../image/notice_bullet.png) no-repeat left 7px;
}
.info li{
    padding-left: 10px;
    background: url(../image/insu_bullet.png) no-repeat left 7px;
}
/* _schedule */
div.main div.schedule{
    margin-top: 20px;
    padding: 30px 22px 22px 22px;
    background-color: #ecf8ff;
    box-sizing: border-box;
}
div.main div.schedule h3{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    color: #010101;
    box-sizing: border-box;
    z-index: 1;
}
div.main div.schedule h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13px;
    background-color: #c1eaff;
    z-index: -1;
}
div.main div.schedule ul{
    overflow: hidden;
}
div.main div.schedule li{
    float: left;
    width: 100%;
}
div.main div.schedule img{
    width: 100%;
}

/* PC : width:961px ~  */
@media screen and (min-width: 961px){
    /* 배너 있다면 padding-bottom : 105px; 없으면 없애기 */
    div#container.main{
        padding-top: 0;
        /* padding-bottom: 105px; */
				background: transparent;
    }
    div.main div.contents{
        padding: 15px 20px;
    }
    div.main dt.titBg span{
        min-width: 170px;
        padding: 12px 30px 14px;
        font-size: 18px;
        line-height: 20px;
    }
    div.main div.issn{
        right: 25px;
        top: -40px;
        font-size: 18px;
    }
    ul.mainQuick{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 0 0 20px;
        padding: 0;
    }
    /* _주요행사일정 */
    dl.mainEvent{
        margin-top: 25px;
        padding: 40px 20px 15px;
    }
    dl.mainEvent ul{
        overflow: hidden;
    }
    dl.mainEvent ul.menu03 li{
        width: 270px;
        margin-right: 15px;
    }
    dl.mainEvent ul.menu04 li{
        width: 198px;
        margin-right: 16px;
    }
    dl.mainEvent li:last-child{
        margin-right: 0 !important;
    }
    /* _ News & Education */
    div.main .news{
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    div.main .news.only dl{
        grid-template-columns: repeat(1, 1fr);
    }
    div.main .news dl{
        margin-top: 20px;
    }
    div.main .news dt{
        position: absolute;
        left: 50%;
        margin-left: -108px;
        top: -15px;
    }
    div.main .news dd{
        padding-top: 40px;
    }
    /*div.main .news dl{float: left;width: 50%;  margin-top: 20px;}
	div.main .news.only dl{width:100%;}
	div.main .news dt{position: absolute; left: 50%; margin-left: -108px; top: -15px;}
	div.main .news dd{padding-top: 40px;min-height: 135px;} /* 기본 min-height:120px !important;
	div.main .news dd li:last-child{margin-bottom: 0;}*/
    div.main div.banner{
        padding: 5px 0;
        border: 0 none;
    }
    div.banner{
        padding: 10px 0;
        border-top: 1px solid #ccc;
    }
    /* _schedule */
    div.main div.schedule h3{
        margin-bottom: 15px;
        font-size: 20px;
    }
}

/*  Mobile : ~ width:960px */
@media screen and (max-width: 960px){
    /* 배너 있을 시 padding-bottom : 95px; 없으면 150px */
    div#container.main{
        padding: 15px 15px 80px; /* 기존 95px */
        background: transparent;
    }
    div.main div.contents{
        padding: 15px;
    }
    div.main dt.titBg span{
        padding: 10px 20px 10px;
        font-size: 16px;
        line-height: 18px;
    }
    div.main div.issn{
        top: -22px;
        right: 16px;
    }
    div.main div.contents > dl{
        margin-top: 45px;
    }
    div.main div.contents > dl:first-child{
        margin-top: 0;
    }
    div.main .contents dl dt{
        z-index: 10;
    }
    ul.mainQuick > li{
        padding-bottom: 16px;
    }
    /* _주요행사일정  */
    dl.mainEvent{
        clear: both;
        padding: 25px 15px 10px;
        margin-top: 25px !important;
    }
    dl.mainEvent dd ul{
        margin-left: -1%;
    }
    dl.mainEvent dd li{
        width: 24%;
        margin-left: 1%;
    }
    /* _ News & Education */
    div.main div.news{
        margin-top: 20px;
    }
    div.main div.news dd{
        padding: 10px;
    }
    div.main div.news dl{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    div.main div.news dl:first-child{
        margin-top: 0;
    }
    div.main div.news dl.info:last-child{
        min-height: 58px;
    }
    div.main div.news dl dt{
        padding: 0 20px;
    }
    div.main div.news dl dt img{
        display: block;
        width: auto;
        margin: -15px auto 0;
    }
    div.main div.news li a{
        font-size: 14px;
    }
    /* _schedule */
    div.main div.schedule h3{
        font-size: 16px;
    }
    div.main div.schedule ul{
        margin-top: 10px;
    }
    div.main div.schedule li{
        width: 100%;
        margin-top: 10px;
    }
    div.main div.schedule li:first-child{
        margin-top: 0;
    }
}

/*  Mobile : ~ width:640px */
@media screen and (max-width: 720px){
    div.main .section01,
    div.main .section02{
        float: none;
        width: 100%;
    }
    div.main .contents .section03{
        overflow: hidden;
        margin: 0;
    }
    div.main .contents .section03 a{
        width: 100%;
        padding: 0;
    }
    div.main .contents .section04{
        overflow: hidden;
        margin: 0;
    }
    div.main .contents .section04 a{
        width: 100%;
        padding: 0;
    }
    div.main .contents > div,
    div.main .contents > div a{
        padding-top: 15px;
    }
    div.main .contents > div:first-child,
    div.main .contents > div a:first-child{
        padding-top: 0;
    }
    div.main .section03{
        float: none;
        width: 100%;
    }
    div.main .section03 a{
        width: 100%;
    }
    div.main .section04{
        float: none;
        width: 100%;
    }
    div.main .section04 a{
        width: 100%;
    }
	div.main div.schedule{
		padding: 20px 13px 18px 12px;
	}
    div.section05{
        width: 100%;
        float: none;
        padding: 0 0 10px 0;
    }
    div.section05 a{
        display: block;
    }
    div.section05 a img{
        width: 100%;
    }
    div.section06{
        width: 100%;
        float: none;
        padding: 0 0 35px 0;
        box-sizing: border-box;
    }
    div.section06 a{
        width: 48%;
        float: left;
        padding-right: 1%;
        padding-top: 0 !important;
    }
    div.section06 a:last-child{
        float: right;
        padding-left: 1%;
    }
    div.section06 a img{
        width: 100%;
    }
    /* _주요행사일정 */
    dl.mainEvent{
        padding-bottom: 0;
    }
    dl.mainEvent dd li{
        width: 48.5%;
        margin-bottom: 10px;
    }
    dl.mainEvent dd li:nth-child(odd){
        float: left;
    }
    dl.mainEvent dd li:nth-child(even){
        float: right;
    }
    /* _ News & Education */
    div.main div.news{
        padding-top: 0;
    }
    div.main div.banner{
        padding: 5px 0;
        border: 0 none;
    }
    div.banner{
        padding: 5px 0;
        border-top: 1px solid #ccc;
    }
}

/* =================== 컨텐츠 =================== */
div.contents{
    font-size: 13px;
    color: #222;
    /* text-align: justify; */
    min-height: 500px;
    padding-bottom: 60px;
}
div.contents h3{
    margin: 0;
    color: #0f2f69;
    font-weight: 600;
}
div.contents p:first-child,
div.contents h3 + p{
    margin-top: 0;
}
p.info{
    display: block;
    color: #7a7a7a;
}
.tblTit{
    font-size: 15px;
    font-weight: 600;
}
.tblTit span{
    font-size: 13px;
    color: #4d4d4d;
    font-weight: normal;
}
/* table.tblDef{border-top: 2px solid #294579;} */
table.tblDef,
th,
tr,
td{
    border-collapse: collapse;
}
.table-wrap{
    border-top: 2px solid #56658a;
}
table.tblDef th,
table.tblDef td{
    padding: 10px;
    font-size: 15px;
    color: #222;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
table.tblDef th{
    text-align: center;
    line-height: 1.2;
}
table.tblDef tr th:nth-last-child(1),
table.tblDef tr td:nth-last-child(1){
    border-right: 0;
}
/* table.tblDef tr *:first-child{border-left: 0 none;} */
table.tblDef tr.fwBold > *{
    font-weight: 500;
}
table.tblDef thead th{
	position: relative;
    background-color: #ccd0dc;
	font-weight: 500;
	border-left: none;
}
table.tblDef thead th:not(:first-child)::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background-color: #cccccc;
}
table.tblDef tbody th{
    background-color: #f0f0f0;
	font-weight: 500;
}
table.tblDef tbody .bg-grey{
    background-color: #f0f0f0;
}
.bdLeft{
    border-left: 1px solid #cccccc !important;
}
/* .bdNoneL{border-left: 0 none !important;} */
table.tblDef td span.fcOrange{
    color: #ff7200;
    font-weight: bold;
}
div.tblWrap{
    border-top: 2px solid #56658a;
}
h4.profileTit{
    margin-top: 30px;
}
h4.profileTit a{
    display: block;
    padding: 5px 20px;
    background: #00006a url('../image/bl_toggle.png') no-repeat right -57px;
    font-size: 16px;
    color: #fff;
}
h4.profileTit.on a{
    background-position: right 18px;
}
dl.profile{
    display: none;
    padding: 0 20px 20px;
    border: 1px solid #ccc;
}
dl.profile dt:first-child{
    padding-top: 10px;
}
div.introArea{
    background-color: rgba(157, 200, 243, 0.3);
    background-repeat: no-repeat;
    box-sizing: border-box;
}
div.introArea p{
    color: #222;
}
.quote{
    font-style: italic;
    color: #1776ec;
}
div.img.n3,
div.img.n2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
div.img.n3 img,
div.img.n2 img {
    margin: 0;
}
div.img.grid{
	display: grid;
}
div.img.grid.n4{
	grid-template-columns: repeat(4, 1fr);
}

div.img img{
    display: block;
    margin: 0 auto;
}
div.img + span,
div.img span{
    display: block;
    padding-top: 10px;
    text-align: center;
    line-height: 1.1;
    font-size: 13px;
    color: #666;
}
div.img span.name{
    font-size: 15px;
    color: #294579;
}

div.imgArea:after{
    content: '';
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
}
div.imgArea div.img{
    margin: 0 0 1em 1em;
}
ul.listBl,
ul.listBl > li{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.listBl > li{
    position: relative;
    margin-top: 5px;
    padding-left: 1.5em;
}
ul.listBl > li:before{
    content: attr(pub-bl);
    position: absolute;
    left: 0;
    top: 0;
}

/*  pc : ~ width:990px */
@media screen and (min-width: 960px){
    div.contents h3{
        margin: 30px 0 10px;
        font-size: 18px;
        line-height: 1.2;
    }
    div.contents > div > div{
        margin-top: 25px;
    }
    div.contents p{
        margin-top: 25px;
    }
    div.contents div.imgArea h3{
        margin-top: 0;
    }
    div.imgArea:not(:first-child){
        margin-top: 20px;
    }
    div.imgArea div.img{
        float: right;
    }
    div.imgArea div.img img{
        display: inline-block;
    }
    div.name{
        padding-left: 200px;
    }
    div.big{
        padding-left: 380px;
    }
    div.noImg{
        padding-left: 0;
    }
    div.name div.img{
        margin-top: 0;
    }
    div.name p.line{
        padding: 128px 0 15px;
        font-size: 16px;
    }
    div.noImg p.line{
        padding: 30px 0 15px;
    }
    dl.profile dt{
        padding: 20px 0 5px;
    }
    div.introArea{
        margin-bottom: 30px;
        padding: 25px 15px 25px 110px;
        background-image: url('../image/introArea_bg.png');
        background-position: 13px center;
    }
	div.imgArea div.img.reverse{
		float: left;
		margin: 0 1em 1em 0;
	}
}

/*  Mobile : ~ width:960px */
@media screen and (max-width: 960px){
    div.contents h3{
        margin: 20px 0 5px;
        font-size: 15px;
    }
    div.contents div.imgArea h3{
        margin-top: 0;
    }
    div.contents > div > div{
        margin-top: 15px;
    }
    div.contents p{
        margin-top: 15px;
    }
    div.name{
        padding-left: 115px;
    }
    div.noImg{
        padding-left: 0;
    }
    div.name div.img{
        top: auto;
        bottom: 0;
    }
    div.name img{
        width: 100px;
    }
    div.name p.line{
        padding: 50px 0 10px;
        font-size: 14px;
        line-height: 18px;
    }
    div.name p.line span{
        padding-bottom: 5px;
    }
    div.big p.line,
    div.noImg p.line{
        padding: 10px 0;
    }
    div.long p.line{
        padding: 20px 0 10px;
    }
    dl.profile dt{
        padding: 15px 0 5px;
    }
    table.tblDef td{
        font-size: 12px;
    }
    div.introArea{
        margin-bottom: 30px;
        padding: 15px 15px 5px 85px;
        background-image: url('../image/introArea_bg.png');
        background-position: 13px 12px;
        background-size: 55px 42px;
    }
    table.tblDef th,
    table.tblDef td{
        font-size: 12px;
        color: #222;
    }
    table.tblDef td{
        padding: 5px;
    }
    div.table-wrap{
        overflow-x: auto;
    }
    div.table-wrap table.tblDef{
        min-width: 720px;
    }
    div.table-wrap table.tblDef img{
        height: 51px;
    }
}
p.close{
    margin: 0;
}
@media all and (max-width: 960px){
    div.sub1,
    div.sub2,
    div.sub3,
    div.sub4,
    div.sub5,
    div.sub6,
    div.sub7,
    div.sub8,
    div.sub9,
    div.sub10{
        margin: 15px;
        font-size: 12px;
    }
}
@media all and (min-width: 961px){
    div.sub1,
    div.sub2,
    div.sub3,
    div.sub4,
    div.sub5,
    div.sub6,
    div.sub7,
    div.sub8,
    div.sub9,
    div.sub10{
        margin: 15px 30px 30px;
        font-size: 15px;
    }
}

/* sub1 */
div.corporate{
    position: relative;
    padding: 3px;
    border-radius: 5px;
    box-sizing: border-box;
    background: linear-gradient(to top, #76d6df, #8bb1d1);
}
div.corporate dl{
    background: url('../image/corporate_bg.png') no-repeat left top;
    background-size: 100%;
    background-color: #fff;
}
div.corporate dt{
    position: relative;
    box-sizing: border-box;
}
div.corporate dt img{
    position: absolute;
    top: 0px;
    left: -5px;
}
div.corporate dt span{
    position: relative;
    padding: 0 3px;
    font-weight: 500;
    color: #222;
    box-sizing: border-box;
    z-index: 1;
}
div.corporate dt span::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 13px;
    background-color: rgba(250, 207, 61, 0.25);
    z-index: -1;
}
div.corporate dd{
    box-sizing: border-box;
}
div.corporate dd p{
    color: #222;
}
div.corporate p span{
    font-weight: 700;
    color: #ea821c;
}
div.corporate.typeB dt{
    padding: 10px 0 0 0;
}
dl.interview{
    position: relative;
    box-sizing: border-box;
    background-color: #e9f5ff;
    background-repeat: no-repeat;
}
dl.interview dt{
    font-weight: 700;
    color: #0a2279;
}
dl.interview li{
    color: #222;
    box-sizing: border-box;
    background: no-repeat left top;
}
dl.interview li:nth-child(1){
    background-image: url('../image/interview_q1.png');
}
dl.interview li:nth-child(2){
    background-image: url('../image/interview_q2.png');
}
dl.interview li:nth-child(3){
    background-image: url('../image/interview_q3.png');
}
div dl.list dt{
	font-weight: 700;
	color: #701d2f;
}

@media all and (min-width: 961px){
    div.corporate + div.corporate{
        margin-top: 20px;
    }
    div.corporate dl{
        padding: 30px;
    }
    div.corporate dt{
        padding: 127px 0 0 154px;
    }
    div.corporate dt.type1{
        padding: 127px 0 0 314px;
    }
    div.corporate dt.type1 img:nth-child(2){
        left: 150px;
    }
    div.corporate dt span{
        line-height: 23px;
        font-size: 17px;
    }
    div.corporate dd{
        padding-top: 45px;
    }
    div.corporate dd p{
        line-height: 23px;
        font-size: 15px;
    }
    div.corporate p{
        margin-bottom: 20px;
    }
    dl.interview{
        margin: 30px 0;
        padding: 27px 35px;
        border-radius: 5px;
        background-image: url('/webzine/138/image/interview_bg.png');
        background-position: 95% bottom;
    }
    dl.interview dt{
        margin-bottom: 26px;
        line-height: 1;
        font-size: 32px;
    }
    dl.interview li{
        margin-top: 11px;
        padding-left: 55px;
        font-size: 15px;
        line-height: 27px;
    }
    dl.interview li:first-child{
        margin-top: 0;
    }
	div :is(div, p, dl.list) + dl.list{
		margin-top: 20px;
	}
	div dl.list dt{
		margin: 20px 0 5px;
	}
	div dl.list dd + dd{
		margin-top: 15px;
	}
}

@media all and (max-width: 960px){
    div.corporate + div.corporate{
        margin-top: 20px;
    }
    div.corporate dl{
        padding: 14px;
    }
    div.corporate dt{
        padding: 80px 0 0 108px;
    }
    div.corporate dt img{
        width: 100px;
    }
    div.corporate dt.type1{
        padding: 69px 0 0 183px;
    }
    div.corporate dt.type1 img{
        width: 90px;
    }
    div.corporate dt.type1 img:nth-child(2){
        left: 85px;
    }
    div.corporate dt span{
        line-height: 20px;
        font-size: 14px;
    }
    div.corporate dd{
        padding-top: 35px;
    }
    div.corporate dd p{
        line-height: 17px;
        font-size: 12px;
    }
    div.corporate p{
        margin-bottom: 15px;
    }
    dl.interview{
        margin: 15px 0;
        padding: 20px;
        border-radius: 5px;
        background-image: url('/webzine/138/image/interview_bg_m.png');
        background-position: 103% 1px;
        background-size: 210px auto;
    }
    dl.interview dt{
        margin-bottom: 10px;
        line-height: 1;
        font-size: 20px;
    }
    dl.interview li{
        margin-top: 8px;
        padding-left: 26px;
        font-size: 12px;
        line-height: 20px;
        background-size: 20px;
    }
    dl.interview li:first-child{
        margin-top: 0;
    }
	div :is(div, p, dl.list) + dl.list{
		margin-top: 10px;
	}
	div dl.list dt{
		margin: 10px 0 5px;
	}
	div dl.list dd + dd{
		margin-top: 10px;
	}
}
/* sub2 */

/* PC : width:961px ~ */
@media screen and (min-width: 961px){	
	div.sub2 ul.noBl li{margin-top: 10px;}
}

/*  Mobile : ~ width:960px */
@media screen and (max-width: 960px){
	div.sub2 ul.noBl li{
		margin-top: 5px;
	}
	div.sub2 div.imgArea div.img.reverse{
		max-width: 118px;
		margin: 0 auto;
	}
}

/* sub3 */
div.contents .sub3 h3 {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    background-image: url('../image/ico_star.png');
    background-repeat: no-repeat;
    background-position: left center;
    color: #222222;
}
div.contents .sub3 p {
    line-height: 1.8;
}
div.contents .sub3 .imgArea p {
    margin-top: 0;
}
div.contents .sub3 .imgArea .img {
    font-style: italic;
    font-weight: 600;
}

/* sub4 */
div.contents .sub4 h3 {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    background-image: url('../image/ico_hoppot.png');
    background-repeat: no-repeat;
    background-position: left center;
    color: #222222;
}
.sub4 .map-wrap{
    height: 300px;
}
.sub4 .map-wrap > iframe{
    width: 100%;
    height: 100%;
}

ul.infoBox{
    background-color: #f0f0f0;
}
ul.infoBox li.tit{
    color: #0f2f69;
    font-weight: 500;
}
ul.infoBox li{
    color: #222;
}
ul.infoBox a{
    color: #222;
}
div.txtBox{
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
div.txtBox > *:last-child{
    margin-bottom: 0;
}
.goto{
    text-align: center;
}
.goto a{
    display: inline-block;
    vertical-align: top;
}

.channel{
	display: flex;
	justify-content: space-between;
	padding: 11px 15px 12px 38px;
	background: url('../image/icon_channel.png') no-repeat top 50% left 15px, #fff3e6;
}
.channel .channel-title{
    font-weight: 700;
	color: #f18b1a;
}
.channel .btn-box{
	display: flex;
	align-items: center;
	font-size: 0;
	box-sizing: border-box;
}
.channel .btn-box a span{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.channel .btn-box a:nth-child(1) span{
	background-color: #f96861;
}
.channel .btn-box a:nth-child(2) span{
	background-color: #d17c49;
}
.iframe-box{
	text-align: center;
}

@media all and (min-width: 961px){
    ul.infoBox{
        margin-top: 20px;
        letter-spacing: -1px;
        padding: 25px;
    }
    ul.infoBox > li{
        position: relative;
    }
    ul.infoBox > li > span{
        position: absolute;
        left: 0;
        top: 0;
    }
    ul.infoBox > li > ul li{
        margin-left: 14px;
    }
    div.txtBox{
        padding: 25px;
    }

	.channel{
		margin-top: 2em;
		padding: 11px 15px 12px 38px;
		background: url('../image/icon_channel.png') no-repeat top 50% left 15px, #fff3e6;
	}
	.channel .channel-title{
		font-size: 18px;
	}
	.channel .btn-box a + a{
		margin-left: 15px;
	}
	.channel .btn-box a span{
		gap: 10px;
		padding: 3px 13px 4px;
		border-radius: 14.5px;
		font-size: 15px;
	}
	.channel .btn-box a span::after{
		content: '';
		width: 8px;
		height: 11px;
		background: url('../image/icon_channel_arrow.png') no-repeat center center;
	}
	.iframe-box{
		margin-top: 2em;
	}
	.iframe-box iframe{
		width: 560px;
		height: 315px;
	}
}

@media all and (max-width: 960px){
    .scrollArea{
        overflow-y: auto;
        overflow-x: scroll;
		padding-bottom: 12px;
    }
    .scrollArea > table.tblDef{
        min-width: 600px;
    }
	.scrollArea::-webkit-scrollbar{
		height: 4px;
		background-color: #d8dbe0;
		border-radius: 15px;
	}
	.scrollArea::-webkit-scrollbar-thumb{
		background-color: #4b70d9;
		border-radius: 15px;
	}
    ul.infoBox{
        margin-top: 10px; /*  border: 1px solid #ccc; */
        padding: 15px;
    }
    ul.infoBox > li{
        position: relative;
    }
    ul.infoBox > li a{
        word-break: break-all;
    }
    ul.infoBox > li > span{
        position: absolute;
        left: 0;
        top: 0;
    }
    ul.infoBox > li > ul li{
        margin-left: 12px;
    }
    div.txtBox{
        padding: 15px;
    }

	.channel{
		margin-top: 1em;
		padding: 7px 10px 7px 23px;
		background: url('../image/icon_channel.png') no-repeat top 12px left 10px, #fff3e6;
		background-size: 8px;
	}
	.channel .channel-title{
		font-size: 12px;
	}
	.channel .btn-box a + a{
		margin-left: 8px;
	}
	.channel .btn-box a span{
		gap: 5px;
		padding: 1px 10px 1px;
		border-radius: 18.5px;
		font-size: 12px;
	}
	.channel .btn-box a span::after{
		content: '';
		width: 6px;
		height: 11px;
		background: url('../image/icon_channel_arrow_mo.png') no-repeat center center;
		background-size: 100% auto;
	}
	.iframe-box{
		margin-top: 1em;
	}
	.iframe-box iframe{
		width: 100%;
		aspect-ratio: 16 / 9;
	}
}

/* sub7 */
div.sub7{
    font-size: 14px;
}
div.sub7 img{
    width: auto;
}
div.sub7 p:first-child{
    margin-top: 0;
}

@media all and (min-width: 961px){
    div.imgWrap h3{
        margin-top: 0 !important;
    }
    div.sub7 p{
        margin: 20px 0;
    }
    div.sub7 p.bdTxt{
        padding: 20px 180px 20px 180px;
        border: 1px solid #000;
        line-height: 50px;
        text-align: center;
    }
    div.sub7 p.ac span{
        display: block;
        padding: 10px 0;
    }
}

@media all and (max-width: 960px){
    div.sub7{
        font-size: 12px;
        padding: 10px;
    }
    div.sub7 p{
        margin: 10px 0;
    }
    div.sub7 p.bdTxt{
        padding: 10px;
        line-height: 40px;
        border: 1px solid #000;
    }
    div.imgWrap img{
        width: auto;
    }
    div.sub7 p.ac img{
        display: block;
        margin: 0 auto;
    }
    div.sub7 p.ac span{
        display: block;
        padding: 10px 0;
    }
}

/* sub8 */
div.sub8{
}
div.sub8 p{
    margin: 10px 0;
}
div.sub8 img{
    width: auto;
}
@media all and (min-width: 961px){
    div.sub8 p{
        font-size: 14px;
    }
}
@media all and (max-width: 960px){
    div.sub8{
        padding: 10px;
    }
}

/* sub5 */
div.sub5{
    font-size: 15px;
    color: #000;
}
div.sub5 h3{
    margin: 30px 0 10px;
}
div.sub5 h3:first-child{
    margin-top: 0;
}
/* div.sub5 p:first-child{margin: 0;} */
div.sub5 img{
    width: auto;
}
div.sub5 ul.listDot li:before{
    color: #000;
}
/* div.sub5 ul{margin: 10px;} */
div.sub5 ul li{
    margin-top: 5px;
}
div.sub5 ul li:first-child{
    margin-top: 0;
}
div.sub5 p + table{
    margin-top: 10px;
}
div.sub5 table td:last-child{
    text-align: left;
}
div.sub5 .icon{
    display: inline-block;
    vertical-align: top;
}
@media all and (max-width: 960px){
    /* div.sub5{
        padding: 10px;
    } */
    div.sub5 ul li{
        text-align: left;
        word-break: break-all;
    }
    div.sub5{
        font-size: 12px;
        color: #000;
    }
    div.sub5 dl.infoBox{
        margin-top: 10px;
        border: 1px solid #ccc;
        padding: 10px;
    }
    div.sub5 dl.infoBox dt{
        font-weight: bold;
        margin-bottom: 10px;
    }
    div.sub5 dl.infoAttach{
        margin-top: 20px;
        position: relative;
        padding-left: 40px;
    }
    div.sub5 dl.infoAttach dt{
        position: absolute;
        left: 0;
        top: 0;
    }
    div.sub5 dl.infoAttach01{
        margin-top: 20px;
        position: relative;
        padding-left: 50px;
    }
    div.sub5 dl.infoAttach01 dt{
        position: absolute;
        left: 0;
        top: 0;
    }
    div.sub5 .icon{
        height: 15px;
    }
    .sub5 .bd-box ul > li{
        margin: 0;
    }
}

@media all and (min-width: 961px){
    div.sub5 div.img{
        margin-left: 10px;
    }
    div.sub5 dl.infoBox{
        margin-top: 20px;
        border: 1px solid #ccc;
        padding: 20px;
    }
    div.sub5 dl.infoBox dt{
        font-weight: bold;
        margin-bottom: 10px;
    }
    div.sub5 dl dt{
        margin-top: 20px;
    }
    div.sub5 dl dd{
        padding: 0 0 0 10px;
    }
    div.sub5 dl.infoAttach{
        margin-top: 20px;
        position: relative;
        padding-left: 50px;
    }
    div.sub5 dl.infoAttach dt{
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
    div.sub5 dl.infoAttach dd{
        padding: 0;
    }
    div.sub5 dl.infoAttach01{
        margin-top: 20px;
        position: relative;
        padding-left: 60px;
    }
    div.sub5 dl.infoAttach01 dt{
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
    div.sub5 dl.infoAttach01 dd{
        padding: 0;
    }
    /* div.sub5 p.tm20{
        font-size: 0;
        line-height: 0;
    }
    div.sub5 p.tm20:after{
        clear: both;
        display: block;
        content: '';
        font-size: 0;
        line-height: 0;
        height: 0;
    }
    div.sub5 p.tm20 *{
        display: inline-block;
        float: right;
    }
    div.sub5 p.tm20 img{
        margin-left: 10px;
    }
    div.sub5 p.tm20 span{
        width: calc(100% - 460px);
        font-size: 15px;
        line-height: 25px;
    }
    div.sub5 p.tm20 br{
        display: none;
    } */
    div.sub5 .icon{
        height: 20px;
    }
}

/* sub6 */
div.sub6{
    font-size: 15px;
    color: #000;
}
div.sub6 h3{
    margin: 30px 0 10px;
}
div.sub6 h3:first-child{
    margin-top: 0;
}
div.sub6 img{
    width: auto;
}

@media all and (max-width: 960px){
    div.sub6{
        padding: 10px;
    }
    div.sub6{
        font-size: 12px;
        color: #000;
    }
}

@media all and (min-width: 961px){
    div.sub6 div.img{
        margin-left: 10px;
    }
}

dl.bgArea{
    background: #f0f0f0;
    padding: 25px;
    color: #222222;
    text-align: justify;
}
dl.bgArea dt{
    font-weight: bold !important;
    color: #0f2f69;
    font-size: 15px;
}
dl.bgArea dt:first-child{
    margin-top: 0;
}
dl.bgArea dd{
    margin-top: 5px;
    font-size: 13px;
}
dl.bgArea dd a{
    display: inline-block;
}
.bgArea{
    background: #f0f0f0;
    padding: 19px;
}
.bgArea > *{
    color: #0f2f69;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.bgArea span{
    font-size: 12px;
}
.bgArea a{
    color: #1c45f5;
    text-decoration: none !important;
}
div.youtubeVideo{
    text-align: center;
    width: 100%;
    margin: 10px 0;
}
div.youtubeVideo iframe{
    width: 100%;
    height: 100%;
}
div.imageArea{
    overflow: hidden;
}
div.imageArea p{
    text-align: center;
}
div.imageArea p img{
    display: block;
}

@media all and (min-width: 960px){
    dl.bgArea dt{
        margin: 30px 0 0 0;
    }
    div.youtubeVideo{
        height: 500px;
    }
    div.imageArea{
        margin: 20px 0;
    }
    div.imageArea p{
        float: left;
        margin: 0 5px 0 5px;
    }
    .tblArea{
        overflow: hidden;
    }
    .tblArea > div{
        float: left;
        width: calc(50% - 10px);
    }
    .tblArea > div + div{
        margin-left: 20px;
    }
    .tblArea p{
        margin-top: 10px;
    }
}

@media all and (max-width: 960px){
    dl.bgArea dt{
        margin: 20px 0 0 0;
    }
    div.youtubeVideo{
        height: 300px;
    }
    div.imageArea{
        overflow: hidden;
        margin: 10px 0;
    }
    div.imageArea p{
        margin: 0 auto;
    }
    .tblArea p{
        margin-top: 5px;
    }
}

/* sub9 */
div.sub9 ul li.flex-box{
	display: flex;
	gap: 5px;
}
div.sub9 ul.infoBox{
    padding: 15px;
}
div.sub9 ul.infoBox li.ac{
    margin-bottom: 10px;
}

dl.borderBox, div.border-box{
    border: 1px solid #595959;
}
dl.borderBox dt{
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    color: #001e31;
}
div.border-box-type02{
	border: 1px solid #e0ebfe;
}
div.border-box-type02 > ul:nth-child(1){
	background-color: #dfeaf5;	
}
div.border-box-type02.bg-text{
	background-color: #f7f7f7;
	border: 0 none;
}

@media all and (min-width: 960px){
	div.sub9 small,
	div.sub10 small{
		font-size: 15px;
	}
    dl.infoAttach01{
        margin-top: 20px;
        position: relative;
        padding-left: 40px;
    }
    dl.infoAttach01 dt{
        position: absolute;
        left: 0;
        top: 0;
    }
    div.notice .subTit{
        padding: 0 30px 20px 30px;
    }
    dl.borderBox{
        margin-top: 20px;
        padding: 30px;
    }
	div.border-box{
		margin-top: 20px;
		padding: 20px 30px;
	}
	div.border-box-type02{
		margin-top: 20px;
	}
	div.border-box-type02 > :is(ul, ol){
		padding: 16px 20px;
	}
	div.border-box-type02.bg-text{
		padding: 18px 20px;
	}
}

@media all and (max-width: 960px){
	div.sub9 small,
	div.sub10 small{
		font-size: 12px;
	}
    dl.infoAttach01{
        margin-top: 20px;
        position: relative;
        padding-left: 35px;
    }
    dl.infoAttach01 dt{
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
    dl.infoAttach01 dd{
        padding: 0;
    }
    dl.borderBox, div.border-box{
        margin-top: 10px;
        padding: 20px;
    }
	div.border-box{
		margin-top: 10px;
		padding: 10px 15px;
	}
	div.border-box li ~ li{
		margin-top: 10px;
	}
	div.border-box-type02{
		margin-top: 10px;
	}
	div.border-box-type02 > :is(ul, ol){
		padding: 8px 10px;
	}
	div.border-box-type02.bg-text{
		padding: 9px 10px;
	}
	div ul.mobile-flex{
		margin-left: -20px;
	}
	.mobile-flex > li{
		display: flex;
	}
	.mobile-flex > li span{
		flex-shrink : 0;
	}
}

/* ul.checkList */
ul.checkList,
ul.checkList > li{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.checkList{
    margin-bottom: 20px;
    border-color: #c4d8e3;
    border-style: solid;
}
ul.checkList > li{
    position: relative;
    color: #224e7b;
    font-weight: 400;
}
ul.checkList > li:first-child{
    margin-top: 0;
}
ul.checkList > li:before{
    position: absolute;
    top: 0;
    left: 0;
    background: url('../image/bl_check.png') center center no-repeat;
    content: '';
}

@media all and (min-width: 960px){
    ul.checkList{
        padding: 20px;
        border-width: 4px;
    }
    ul.checkList > li{
        padding-left: 30px;
        margin-top: 13px;
        font-size: 15px;
        line-height: 23px;
    }
    ul.checkList > li:before{
        width: 23px;
        height: 23px;
    }
}

@media all and (max-width: 960px){
    ul.checkList{
        padding: 10px;
        border-width: 2px;
    }
    ul.checkList > li{
        padding-left: 20px;
        margin-top: 8px;
        font-size: 13px;
        line-height: 15px;
    }
    ul.checkList > li:before{
        top: 4px;
        width: 15px;
        height: 15px;
        background-size: 15px;
    }
}

.notice h2.subTit{
    padding-right: 10px;
}
.dummy{
    position: absolute;
    top: -99999px;
    left: -99999px;
    height: 1px;
    width: 1px;
    line-height: 0;
}
.sub9 ul:not(.fileBox) > li a{
	color: #1776ec;
}
.fileBox{
    background-color: rgba(255, 236, 251, 0.15);
    padding: 20px;
    border: 1px solid #980076;
    border-radius: 2px;
    margin-top: 15px;
	font-size: 14px;
}
.fileBox li{
    margin-top: 5px;
}
.fileBox li:first-child{
    margin-top: 0;
}
.fileBox li a{
    display: block;
    word-break: break-all;
    color: #444;
}
.fileBox li a span{
    display: inline-block;
    color: #980076;
    font-weight: 500;
}

.full{
    width: 100% !important;
    padding-right: 0 !important;
}

@media (max-width: 960px){
    .fileBox{
        padding: 15px;
		font-size: 11px;
    }
	.fileBox li a{
		display: flex;
		gap: 2px;
	}
	.fileBox li a span:nth-child(1){
		flex-shrink: 0
	}
}

/* 서브 댓글관련 */
/* _댓글 */
div.reply{
    margin-top: 25px;
    border-top: 1px dotted #b0b0b0;
}
div.reply h3{
    overflow: hidden;
    color: #666;
}
div.reply h3 span{
    float: right;
}
div.reply h3 span img{
    width: 37px;
    vertical-align: middle;
}
div.reply p{
    margin: 0;
}
dl.replyItem{
    position: relative;
    padding: 12px 10px 10px 100px;
    border-top: 1px dotted #b0b0b0;
}
dl.replyItem dt{
    position: absolute;
    left: 0;
    top: 12px;
    width: 90px;
    text-align: center;
    color: #555;
    box-sizing: content-box;
    font-size: 13px;
}
dl.replyItem dt.admin{
    display: block;
    color: #fff;
    background-color: #555;
}
dl.replyItem.reply{
    padding-left: 115px;
}
dl.replyItem.reply dt{
    padding-right: 15px;
    background: url('/image/icon/bl_reply.png') right 2px no-repeat;
    background-size: 7px;
}
dl.replyItem dd.info{
    overflow: hidden;
    font-size: 14px;
}
dl.replyItem dd.info span{
    float: left;
    height: 21px;
    line-height: 20px;
}
dl.replyItem dd.info span.btn{
    float: right;
    margin-top: 2px;
}
dl.replyItem dd.info span.btn > *{
    padding: 0 10px 2px;
    margin-left: 5px;
    border-radius: 10px;
    font-size: 12px;
}
dl.replyItem dd.info span.btn > *:first-child{
    margin-left: 0;
}
dl.replyItem dd.write{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}
dl.replyItem.write dd.write{
    display: block;
}
div.replyWrite{
    position: relative;
    padding: 10px 105px 10px 200px;
    text-align: right;
}
div.replyWrite textarea{
    width: 100%;
    border-color: #b7b7b7;
    font-size: 14px;
    border-radius: 2px;
}
div.replyWrite input[type='submit']{
    position: absolute;
    right: 0;
    top: 10px;
    width: 72px;
    font-size: 14px;
    border-radius: 3px;
}
div.replyWrite.nickname{
    padding-left: 135px;
}
div.replyWrite.nickname .writer{
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
}
div.replyWrite.nickname .writer > *{
    float: left;
}
div.replyWrite.nickname .writer label{
    line-height: 25px;
}
div.replyWrite.nickname .writer input{
    clear: both;
    margin-left: 0;
}
div.replyWrite.nickname .writer input[type='radio']{
    margin-top: 5px;
}
div.replyWrite.nickname .writer input[type='text']{
    width: 128px;
}
div.reply div.btn > *{
    margin-top: 10px;
}
dl.replyItem dd.delete{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    box-sizing: border-box;
}
dl.replyItem dd.delete span{
    display: block;
    color: #fff;
    font-weight: bold;
}
dl.replyItem dd.delete input{
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
dl.replyItem dd.delete input[type='text'],
dl.replyItem dd.delete input[type='password']{
    margin-right: 5px;
    height: 19px;
}
p.close{
    position: absolute;
    top: 10px;
    right: 10px;
}
p.close a{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

@media all and (min-width: 961px){
    /*_댓글*/
    dl.replyItem.write{
        padding-bottom: 130px;
    }
    div.replyWrite textarea{
        height: 100px;
    }
    div.replyWrite input[type='submit']{
        height: 116px;
    }
    /* 작성자 */
    div.reply span.replyUtil{
        display: block;
        vertical-align: middle;
        text-align: left;
        overflow: hidden;
        position: absolute;
        top: 50%;
        margin-top: -60px;
        left: 10px;
    }
    div.reply span.replyUtil *{
        display: inline-block;
        vertical-align: middle;
    }
    div.reply span.replyUtil label{
        margin-right: 5px;
        cursor: pointer !important;
        width: 60px;
    }
    div.reply span.replyUtil input{
        width: 100px !important;
        height: 20px;
        border-radius: 2px;
        margin: 2px;
    }
    div.reply span.security{
        display: block;
        vertical-align: middle;
        text-align: left;
        margin-top: 10px;
        width: 179px;
        overflow: hidden;
    }
    div.reply span.security span,
    div.reply span.security input[type='text']{
        width: 47% !important;
        float: left;
        padding: 2px 0 3px;
    }
    div.reply span.security span{
        text-align: center;
        padding: 0;
        margin: 2px;
    }
    div.reply span.security span img{
        display: inline-block;
        vertical-align: top;
    }
    div.reply span.security input[type='text']{
        float: right;
        height: 20px;
    }
    dl.replyItem dd.delete{
        padding: 0;
    }
    dl.replyItem dd.delete form{
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -27px;
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 960px){
    div.reply{
        padding: 10px;
    }
    /*_댓글*/
    dl.replyItem.write{
        padding-bottom: 90px;
    }
    div.replyWrite{
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    div.replyWrite textarea{
        width: calc(100% - 22px);
        height: 54px;
        margin-top: 5px;
    }
    div.replyWrite input[type='submit']{
        position: unset;
        margin-top: 10px;
        width: 100%;
        height: 40px;
    }
    /* 작성자 */
    div.reply span.replyUtil{
        display: block;
        width: 100%;
        vertical-align: middle;
        text-align: left;
        overflow: hidden;
        /* position: absolute;
        top: 50%;
        margin-top: -36px;
        left: 0; */
    }
    div.reply span.replyUtil *{
        display: inline-block;
        vertical-align: middle;
    }
    div.reply span.replyUtil label{
        margin-right: 5px;
        cursor: pointer !important;
        width: 50px;
        font-size: 12px;
    }
    div.reply span.replyUtil input{
        width: calc(100% - 64px);
        height: 20px;
        margin: 3px 0;
    }
    div.reply span.security{
        display: block;
        vertical-align: middle;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px;
        overflow: hidden;
    }
    div.reply span.security span,
    div.reply span.security input[type='text']{
        width: 46%;
        float: left;
        padding: 1px 0 2px;
    }
    div.reply span.security span{
        width: 100px;
        background: #d9d9d9;
        color: #000;
        font-weight: bold !important;
        text-align: center;
        font-size: 14px;
    }
    div.reply span.security input[type='text']{
        float: right;
        width: calc(100% - 110px);
        height: 25px;
        margin: 0 0;
    }
    dl.replyItem dd.delete form{
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -27px;
        width: 100%;
        text-align: center;
    }
}

/* 좋아요 추가 */
div.titArea h2.subTit > strong{
    display: inline-block;
	font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.025em;
}
div.titArea h2.subTit > strong a.like{
    display: inline-block;
}
div.titArea h2.subTit > strong span.count{
    position: static;
}
.like img{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 20px;
}
.like span.count{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
    color: #d45050 !important;
    vertical-align: middle;
}

/*  Mobile : ~ width:960px  */
@media screen and (max-width: 960px){
    div.titArea h2.subTit > strong span.count{
        position: static;
        margin: 0 0 0 5px;
    }
	div.titArea h2.subTit > strong{
		font-size: 18px;
	}
}

/* 내부스크롤 관련*/
.wScroll{
    overflow-x: auto !important;
    width: 100%;
    padding: 0 !important;
}
.wScroll img{
    display: block;
    width: 750px !important;
    min-width: 750px;
    margin: 0 auto;
}

/* 이미지 대체텍스트 숨김처리 */
.hideText{
    position: absolute;
    top: -99999px;
    left: -99999px;
    width: 1px;
    height: 1px;
    text-indent: -99999px;
}

/* 폰트색상 */
.fcBlue{
    color: #1776ec !important;
}
.fcBrown{
    color: rgb(110, 57, 26) !important;
}
.bgYellow{
    background: rgb(255, 239, 0) !important;
}

/* 텍스트 언더라인 */
.txtUnder{
    text-decoration: underline;
    text-underline-position: under;
}
.txtUnderB{
    display: inline-block;
    position: relative;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 700;
}
.topNum{
    position: relative;
}
.topNum::after{
    position: absolute;
    top: -6px;
    right: -8px;
    font-size: 6px;
}
.topNum01::after{
    content: '1)';
}
.topNum02::after{
    content: '2)';
}

/* Padding */
.pt10{
    padding-top: 10px;
}
.ind20{
    padding-left: 18px;
    text-indent: -18px;
}

/* music */
.musicTit span{
    display: inline-block;
    color: #fff;
    background-color: #3aa9ba;
}
.musicNote{
    background: url('../image/music_note.png') no-repeat left center;
    color: #091540;
    font-weight: 500;
}
div.vodArea iframe{
    width: 100%;
    height: 100%;
}

@media all and (min-width: 961px){
    .musicTit span{
        padding: 13px 40px 13px 20px;
        font-size: 17px;
        border-radius: 0 25px 25px 0;
    }
    .musicNote{
        margin: 30px 0 20px !important;
        padding-left: 40px;
        line-height: 30px;
        font-size: 17px;
    }
    div.vodArea{
        width: 560px;
        height: 315px;
        margin: 0 auto 20px;
    }
}
@media all and (max-width: 960px){
    .musicTit span{
        padding: 8px 20px 8px 10px;
        font-size: 13px;
        border-radius: 0 20px 20px 0;
    }
    .musicNote{
        margin: 30px 0 20px !important;
        padding-left: 20px;
        background-size: 15px 15px;
        font-size: 12px;
        line-height: 15px;
    }
    div.vodArea{
        width: 100%;
        height: 270px;
        margin-bottom: 15px;
    }
}

div.borderArea{
    border: 2px solid #ccc;
}
div.borderArea:first-child{
    margin-top: 0;
}
div.borderArea p{
    margin: 30px 0 0;
    text-align: center;
    font-weight: 500;
    font-weight: 600;
    font-size: 1.1em;
    text-decoration: underline;
}

ul.photoList{
    display: grid;
}
ul.photoList li{
    text-align: center;
}
ul.photoList img{
    display: block;
    margin: 0 auto;
}

@media all and (min-width: 961px){
    div.borderArea{
        padding: 40px 80px;
        margin-top: 50px;
    }
    ul.photoList{
        margin-top: 30px;
        gap: 20px 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    ul.photoList img{
        padding-bottom: 20px;
    }
}

@media all and (max-width: 960px){
    div.borderArea{
        padding: 20px;
        margin-top: 30px;
    }
    ul.photoList{
        margin-top: 20px;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    ul.photoList img{
        width: 100%;
        padding-bottom: 10px;
    }
}

/* reference */
dl.reference,
dl.reference dt,
dl.reference dd{
    margin: 0;
    padding: 0;
}
dl.reference{
    background-color: #f4f6f7;
}
dl.reference dt{
    color: #222;
}
dl.reference dd{
    color: #555;
}
dl.reference dd:last-of-type{
    margin-bottom: 0;
}
dl.reference li:first-child{
    margin-top: 0;
}
dl.reference a{
    color: inherit;
}

/*  Mobile : ~ width:959px */
@media screen and (max-width: 959px){
    dl.reference{
        margin-top: 20px;
        padding: 15px 10px;
        font-size: 13px;
        line-height: 16px;
    }
    dl.reference dt{
        font-size: 14px;
        margin-bottom: 10px;
    }
    dl.reference dd{
        margin-bottom: 15px;
    }
    dl.reference li{
        margin-top: 5px;
    }
}

/* PC : width:960px ~ */
@media screen and (min-width: 960px){
    dl.reference{
        margin-top: 30px;
        padding: 20px;
        font-size: 15px;
        line-height: 20px;
    }
    dl.reference dt{
        margin-bottom: 10px;
    }
    dl.reference dd{
        margin-bottom: 20px;
    }
    dl.reference li{
        margin-top: 10px;
    }
}

/* doctorList */
.doctorList dt{
    position: relative;
    box-sizing: border-box;
    border-top: 4px solid #df9033;
}
.doctorList dl:last-child{
    margin-bottom: 0;
}
.doctorList dt span{
    display: block;
}
.doctorList dt span.thumb{
    position: absolute;
}
.doctorList dt span.name{
    font-weight: 500;
}
.doctorList dt span.belong{
    color: #581e0e;
}

/*  Mobile : ~ width:959px */
@media screen and (max-width: 959px){
    .doctorList dl{
        margin-bottom: 15px;
    }
    .doctorList dt{
        min-height: 105px;
        padding: 50px 15px 10px 95px;
        font-size: 14px;
        border-radius: 3px 3px 50px 3px;
        background: #f9efe5 no-repeat url('../image/doctorList_bg_typeA.png')
            right top / auto 100%;
    }
    .doctorList dt span.thumb{
        left: 15px;
        top: 15px;
    }
    .doctorList dt span.thumb img{
        height: 81px;
    }
    .doctorList dd{
        padding-top: 10px;
    }
}

/* PC : width:960px ~ */
@media screen and (min-width: 960px){
    .doctorList{
        font-size: 0;
        text-align-last: justify;
    }
    .doctorList dl{
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
        width: 100%;
    }
    .doctorList dt{
        min-height: 190px;
        padding: 105px 20px 0 165px;
        font-size: 16px;
        border-radius: 3px 3px 50px 3px;
        background: #f9efe5 no-repeat url('../image/doctorList_bg_typeA.png')
            right top / auto 100%;
        text-align-last: left;
    }
    .doctorList dt span.thumb{
        left: 10px;
        top: 20px;
    }
    .doctorList dt span.belong{
        height: 48px;
    }
    .doctorList dd{
        padding-top: 20px;
        font-size: 15px;
        text-align-last: left;
    }
    /* 두개씩 */
    .doctorList dl.half{
        width: calc(50% - 20px);
    }
    .doctorList dl.half dt{
        background: #f9efe5 no-repeat url('../image/doctorList_bg_typeB.png')
            left top / 100% 100%;
    }
}

.interview-area{
	margin-top: 50px;
	padding: 25px 28px 35px;
	border: 3px solid #ea821c;
	border-radius: 10px;
	letter-spacing: -0.5px;
	background: no-repeat url('../image/interview_area_bg.png') right top;
}

.interview-area > h5{
	margin-bottom: 25px;
	text-align: center;
    font-weight: 700;
	font-size: 32px;
	color: #ea821c;
}

.interview-area dt{
	position: relative;
	min-height: 29px;
	margin-top: 30px;
	padding: 4px 0 0 60px;
    font-weight: 500;
	font-size: 15px;
	box-sizing: border-box;
}
.interview-area dt:first-child{
	margin-top: 0;
}
.interview-area dt::before{
	content: attr(data-order);
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px 13px 4px;
	border-radius: 3px 14px 14px 3px;
	background-color: #ea821c;
	color: #fff;
}

.interview-area dd{
	margin-top: 10px;
	padding-left: 8px;
	font-size: 15px;
	line-height: 1.5;
}

.interview-area  dd .listNum_2.type1 li{
	margin-top: 20px;
}

/* PC : width:960px ~ */
@media screen and (max-width: 960px){
	.interview-area{
		padding: 20px 18px;
		background: no-repeat url('../image/interview_area_bg_m.png') right top;
		-webkit-background-size: auto 129px;
		background-size: auto 129px;
		border-radius: 3px;
	}

	.interview-area > h5{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.interview-area dt{
		padding: 3px 0 0 50px;
		font-size: 14px;
	}
	.interview-area dd{
		font-size: 14px;
	}
	.interview-area dd .listNum_2.type1 li{
		margin-top: 7px;
	}
}

/* sub2 */
ul.check-list li{
	display: flex;
	align-items: baseline;
	gap: 5px;
}
ul.check-list li::before{
	content: '';
	display: block;
	flex-shrink: 0;
	background: url('../image/icon_checkList.png') no-repeat;
	background-size: 100% auto;
}
ul.check-list li.arrow::before{
	background: url('../image/icon_arrow.png') no-repeat;
	background-size: 100% auto;
}

div.sub2 dl.list dt{
    font-weight: 700;
	color: #0f2f69;
}
div.sub2 dl.list dt:first-child{margin-top: 0;}
div.sub2 dl.list dd > span{display: block; margin: 5px 0;}
div.sub2 dl.list dd li:first-child{margin-top: 0 !important;}
div.sub2 .fwBold + ul{margin-top: 5px;}
div.sub2 dl.list dd table.tblDef{
	border-top: 2px solid #56658a;
	border-inline: 0px none;
}
div.sub2 dl.list dd table.tblDef tr :is(th, td):nth-child(1){
	border-left: 0px none;
}	

@media screen and (min-width: 961px){
	ul.check-list li::before{
		width: 12px;
		height: 11px;
	}
	div.sub2 :is(div, p, dl.list) + dl.list{margin-top: 20px;}
	div.sub2 dl.list dt{margin: 20px 0 5px;}
	/* div.sub2 dl.list dd{padding-left: 15px;} */
	div.sub2 dl.list dd + dd{
		margin-top: 15px;
	}
	div.sub2 dl.list dd ul.noBl > li{margin-top: 15px;}
	div.sub2 dl.list dd ol li{margin-top: 15px;}
	div.sub2 li div.img{margin-top: 5px;}
	div.sub2 li p + ul.check-list{
		margin-top: 15px;
	}
	div.sub2 dl.list dd table.tblDef{
		margin-top: 15px;
	}
}

@media screen and (max-width: 960px){
	ul.check-list li::before{
		width: 9px;
		height: 9px;
	}
	div.sub2 :is(div, p, dl.list) + dl.list{margin-top: 10px;}
	div.sub2 dl.list dt{margin: 10px 0 5px;}
	/* div.sub2 dl.list dd{padding-left: 10px;} */
	div.sub2 dl.list dd + dd{
		margin-top: 10px;
	}
	div.sub2 dl.list dd ul.noBl > li{margin-top: 10px;}
	div.sub2 dl.list dd ol li{margin-top: 10px;}
	div.sub2 li div.img{margin-top: 5px;}
	div.sub2 li p + ul.check-list{
		margin-top: 10px;
	}
	div.sub2 dl.list dd table.tblDef{
		margin-top: 10px;
	}
}

/* css 추가 -  mj.park */
.mainQuick > li picture{
    display: block;
}
.titArea .subTit{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: -1px;
}
.titArea .subTit span{
    flex: 0 0 auto;
}

.img-wrap.n3,
.img-wrap.n2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
}
.img-wrap.n2 .img{
    max-width: 50%;
}
.img-wrap.n2 .img + .img{
    margin: 0;
}
div.img span{
    line-height: 1.3;
}

.contents .tit{
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}
.contents h3 + .tit{
    margin-top: 0;
}
.contents .tit + p:not(.tit){
    margin-top: 0;
}
p .tit{
    display: block;
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
}
.btn-wrap{
	position: relative;
	margin-top: 50px;
}
.btn{
	display: inline-block;
	vertical-align: top;
}
.btn.btn-type1{
	min-width: 140px;
	padding: 12px 29px;
	margin: 4px;
	border: 1px solid transparent;
	font-size:18px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	border-radius: 10px;
}
.btn.color-type1{
	color: #fff;
	background-color: #1c4e78;
	border-color: #1c4e78;
}
.btn.color-type2{
	color: #fff;
	background-color: #349c69;
	border-color: #349c69;
}
.btn.color-type3{
    background-color: #2e5396;
    border-color: #2e5396;
    color: #fff;
}
.btn.color-type3 img{
    margin-top: -3px;
    margin-left: 10px;
    vertical-align: middle;
}
.btn .ic-arrow{
	margin-top: -5px;
	margin-left: 20px;
	vertical-align: middle;
}

.bd-box{
    margin: 0;
    padding: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.video-wrap{
    width: 100%;
}
.video-conbox .tit{
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #d73737;
    border-radius: 30px;
    padding: 5px 20px;
    padding-left: 65px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}
.video-conbox .tit:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    padding: 5px 10px;
    border-radius: 15px 15px 0 15px;
    background-color: #d73737;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/ic_youtube.png');
    box-sizing: border-box;
}
.video-wrap{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video-wrap > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hos-info{
    padding: 20px;
    background-color: #f7faff;
    border: 1px solid #2e5396;
    border-radius: 25px 0 25px 0;
}
.hos-info .tit{
    margin-bottom: 15px;
}
.hos-info .tit img{
    margin-top: -5px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.3;
    vertical-align: middle;
}
.hos-info .tit strong{
    font-size: 16px;
    color: #1150af;
}
.hos-info .map-wrap{
    overflow: hidden;
    height: 230px;
    margin-top: 20px;
    background-color: #e5ebf5;
    border-radius: 10px;
}
.hos-info .map-wrap > iframe{
    width: 100%;
    height: 100%;
}
.list-type-check > li{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-image: url('../image/ic_check.png');
    line-height: 1.5;
}
.conTit{
    display: flex;
    align-items: center;
}
.conTit .icon{
    display: block;
    margin-right: 15px;
}
.conTit .highlight{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    box-shadow: inset 0 -8px 0 #fffde0;
}

/* list type */
.list-type > li{
    position: relative;
    line-height: 1.6;
}
.list-type > li:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: initial;
    margin-left: unset;
}
.list-type-decimal{
	counter-reset: number 0;
}
.list-type-decimal > li{
	position: relative;
	padding-left: 20px;
}
.list-type-decimal > li::before{
	content: counter(number) '.';
	counter-increment: number 1;
	position: absolute;
	left: 0;
	top: 0;
}
.list-type-brackets{
	counter-reset: number 0;
}
.list-type-brackets > li{
	position: relative;
	padding-left: 20px;
}
.list-type-brackets > li::before{
	content: counter(number) ')';
	counter-increment: number 1;
	position: absolute;
	left: 0;
	top: 0;
}
.list-type-bar > li{
    padding-left: 15px;
}
.list-type-bar > li:before{
    top: 13px;
    width: 6px;
    height: 1px;
    background-color: #111;
}
.list-type-dot > li{
    padding-left: 12px;
}
.list-type-dot > li:before{
    top: 12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #111;
}
.list-type.type-ref{
    font-size: 12px;
    font-style: italic;
}
.list-type-ko > li{
    padding-left: 0;
}

div.contents h3 > span{
    font-weight: 400;
}
.indent{
    text-indent: 1em;
}
.under-line{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sub5 .list-type-ko > li{
    padding-left: 1.8em;
}
.sub5 .cont-box{
    margin: 10px 20px 20px;
}

.d-inline{
    display: inline-block !important;
    vertical-align: middle !important;
}

@media screen and (max-width: 960px){
    .m-hide{
        display: none;
    }
    .m-show{
        display: block;
    }

    .contents .tit{
        font-size: 14px;
    }
    div.imgArea div.img{
        margin: 0 auto 1em;
    }
    div#headerWrap h1 a img{
        height: 55px;
    }
    .mainQuick > li picture img{
        width: 100%;
    }
    .titArea .subTit{
        align-items: start;
        flex-direction: column;
    }
    .titArea .subTit strong + span{
        display: block;
        width: 100%;
    }
    .img-wrap.n3,
    .img-wrap.n2{
        flex-direction: column;
        margin-top: 1em;
    }
    .img-wrap.n3 .img,
    .img-wrap.n2 .img{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    p .tit{
        margin-bottom: 3px;
    }
    div.imgArea div.img{
        margin-left: 0;
        text-align: center;
    }
    div.imgArea div.img img{
        display: inline-block;
    }
    .list-type .tm20{
        margin-top: 10px !important;
    }
    .list-type.tm30{
        margin-top: 20px !important;
    }
    .fz-small{
        font-size: 12px;
    }
    .btn.btn-type1{
        padding: 10px 15px;
        margin: 2px;
        font-size:16px;
        border-radius: 5px;
    }
    .btn .ic-arrow{
        margin-left: 10px;
    }

    div.banner ul li a{
        width: auto;
    }
    div.banner ul li a img{
        height: 30px;
    }

    .video-conbox .tit{
        padding: 5px 15px;
        margin-bottom: 10px;
        padding-left: 45px;
        font-size: 13px;
    }
    .video-conbox .tit:before{
        width: 35px;
        background-size: 20px;
    }
    .btn.color-type3 img{
        width: 27px;
        margin-top: -5px;
    }
    .hos-info{
        padding: 10px;
        border-radius: 12px 0 12px 0;
    }
    .hos-info .tit{
        margin-bottom: 10px;
    }
    .hos-info .tit img{
        width: 26px;
        margin-right: 5px;
    }
    .hos-info .tit strong{
        font-size: 13px;
    }
    .hos-info .map-wrap{
        margin-top: 10px;
        height: 150px;
        border-radius: 10px;
    }
    .list-type-check > li{
        padding-left: 20px;
        background-size: 13px;
    }

    .list-type-brackets > li{
        padding-left: 16px;
    }
    .list-type-bar > li{
        padding-left: 12px;
    }
    .list-type-bar > li:before{
        top: 9px;
        width: 4px;
    }
    .list-type-dot > li{
        margin: 0;
        padding-left: 8px;
    }
    .list-type-dot > li:before{
        top: 8px;
        width: 2px;
        height: 2px;
    }

    .indent{
        text-indent: 10px;
    }

    .sub5 .cont-box{
        margin: 5px 10px 10px;
    }
}

@media screen and (max-width: 480px){
	div.img.grid.n4{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
}

.imgTextArea img{
    float: right;
}